++ 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 Oct 23 01:57:05 AM UTC 2025 ===================' INFO: =================== Thu Oct 23 01:57:05 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ 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.73,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.73:8081 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.73:8086 10.0.0.133: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.73,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.73:8082 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.73:9161 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133: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.129,10.20.0.14,10.20.0.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.130 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.73:2181,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.73:5673,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.73:6379 10.0.0.133: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.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.73:9092 10.0.0.133: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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ 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.73,10.0.0.133 +++ local servers=10.0.0.41,10.0.0.73,10.0.0.133 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort ++++ tr '\n' , +++ local local_ips=,10.0.0.133,10.20.0.130,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.133,10.20.0.130,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 3 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.133:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/23/2025 01:57:15.378 7f3589086500 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/23/2025 01:57:15.517 7f3589086500 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/23/2025 01:57:15.530 7f3589086500 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/23/2025 01:57:15.530 7f3589086500 [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 Oct 23 01:57:35 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) 5382 vnc_cgitb.enable(format='text') 5383 5384 main(args_str, VncApiServer(args_str)) 5385 #server_main 5386 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') 2210 else: 2211 self._db_connect(self._args.reset_config) 2212 self._db_init_entries() 2213 2214 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=) 3784 self.config_log(msg, level=SandeshLevel.SYS_ERR) 3785 3786 ip_fab_vn = self.create_singleton_entry( 3787 VirtualNetwork(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], 3788 is_provider_network=True)) ip_fab_vn undefined self = self.create_singleton_entry = > global VirtualNetwork = global cfgm_common = cfgm_common.IP_FABRIC_VN_FQ_NAME = ['default-domain', 'default-project', 'ip-fabric'] is_provider_network 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) 4022 if not ok: 4023 (code, msg) = result 4024 raise cfgm_common.exceptions.HttpError(code, msg) 4025 obj_id = result 4026 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...06c7681a-73b3-4204-b292-ad0638c43527 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 06c7681a-73b3-4204-b292-ad0638c43527 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('virtual_network default-domain:default-project:ip-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...06c7681a-73b3-4204-b292-ad0638c43527 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/virtual_network:defaul...06c7681a-73b3-4204-b292-ad0638c43527 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...06c7681a-73b3-4204-b292-ad0638c43527 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 4007, 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 2523, 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 1206, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: virtual_network default-domain:default-project:ip-fabric 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 5384, 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 2212, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3786, in _db_init_entries ip_fab_vn = self.create_singleton_entry( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4024, 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/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 06c7681a-73b3-4204-b292-ad0638c43527 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 Oct 23 01:57:36 AM UTC 2025 ===================' INFO: =================== Thu Oct 23 01:57:36 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.73:8081 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.73:8086 10.0.0.133: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.73,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.73:8082 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.73:9161 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133: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.129,10.20.0.14,10.20.0.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.130 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.73:2181,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.73:5673,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.73:6379 10.0.0.133: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.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.73:9092 10.0.0.133: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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ 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.73,10.0.0.133 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41,10.0.0.73,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ uniq ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.133,10.20.0.130,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.133,10.20.0.130,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 3 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.133:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/23/2025 01:57:44.367 7f6c52b62e80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/23/2025 01:57:44.513 7f6c52b62e80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/23/2025 01:57:44.526 7f6c52b62e80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/23/2025 01:57:44.526 7f6c52b62e80 [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.133:8082/ Hit Ctrl-C to quit. 10.0.0.133 - - [2025-10-23 01:57:45] "GET / HTTP/1.1" 503 181 0.000223 10.0.0.133 - - [2025-10-23 01:57:45] "GET / HTTP/1.1" 503 181 0.000135 10.0.0.133 - - [2025-10-23 01:57:46] "GET / HTTP/1.1" 200 45871 0.001478 10.0.0.133 - - [2025-10-23 01:57:46] "GET / HTTP/1.1" 200 45871 0.000993 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.133 - - [2025-10-23 01:57:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.133 - - [2025-10-23 01:57:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000245 10.0.0.133 - - [2025-10-23 01:57:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.091363 10.0.0.133 - - [2025-10-23 01:57:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.014071 10.0.0.133 - - [2025-10-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 3.759216 10.0.0.133 - - [2025-10-23 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 /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.73 - - [2025-10-23 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.188283 10.0.0.73 - - [2025-10-23 01:57:58] "POST /access-control-lists HTTP/1.1" 200 589 0.095376 10.0.0.73 - - [2025-10-23 01:57:58] "POST /route-targets HTTP/1.1" 200 328 0.036459 10.0.0.73 - - [2025-10-23 01:57:58] "POST /ref-update HTTP/1.1" 200 156 0.034630 10.0.0.73 - - [2025-10-23 01:57:59] "POST /route-targets HTTP/1.1" 200 328 0.027596 10.0.0.73 - - [2025-10-23 01:57:59] "POST /access-control-lists HTTP/1.1" 200 553 0.108921 10.0.0.133 - - [2025-10-23 01:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.133 - - [2025-10-23 01:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.133 - - [2025-10-23 01:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.133 - - [2025-10-23 01:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.73 - - [2025-10-23 01:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2025-10-23 01:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2025-10-23 01:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.73 - - [2025-10-23 01:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2025-10-23 01:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2025-10-23 01:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000812 10.0.0.41 - - [2025-10-23 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-23 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.73 - - [2025-10-23 01:58:42] "POST /ref-update HTTP/1.1" 200 156 0.032589 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-10-23 02:01:46] "GET /obj-perms HTTP/1.1" 200 5056 0.404675 10.0.0.73 - - [2025-10-23 02:02:46] "GET /obj-perms HTTP/1.1" 200 5056 0.052794 10.0.0.133 - - [2025-10-23 02:02:47] "GET /obj-perms HTTP/1.1" 200 5056 0.048301 10.0.0.133 - - [2025-10-23 02:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.133 - - [2025-10-23 02:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.133 - - [2025-10-23 02:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.133 - - [2025-10-23 02:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2025-10-23 02:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.73 - - [2025-10-23 02:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2025-10-23 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.73 - - [2025-10-23 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.41 - - [2025-10-23 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-10-23 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2025-10-23 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-23 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.73 - - [2025-10-23 02:03:24] "PUT /access-control-list/0b5a2a03-27c5-4d2a-8264-ed4ae76aee95 HTTP/1.1" 200 273 0.041574 [Introspect:8084]10.0.0.133 - - [2025-10-23 02:03:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001290 [Introspect:8084]10.0.0.133 - - [2025-10-23 02:03:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001108 10.0.0.133 - - [2025-10-23 02:03:48] "GET /virtual-router/982e9185-0853-4a9b-bd37-6840af5f061d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.032759 [Introspect:8084]10.0.0.133 - - [2025-10-23 02:03:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000825 [Introspect:8084]10.0.0.133 - - [2025-10-23 02:03:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3426 0.000806 10.0.0.41 - - [2025-10-23 02:05:11] "GET / HTTP/1.1" 200 36215 0.001613 10.0.0.41 - - [2025-10-23 02:05:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-10-23 02:05:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.055878 10.0.0.133 - - [2025-10-23 02:05:13] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.066736 10.0.0.133 - - [2025-10-23 02:05:13] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.133 - - [2025-10-23 02:05:13] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032239 10.0.0.133 - - [2025-10-23 02:05:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.004622 10.0.0.133 - - [2025-10-23 02:05:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.006966 10.0.0.133 - - [2025-10-23 02:05:13] "POST /security-groups HTTP/1.1" 200 589 0.034021 10.0.0.133 - - [2025-10-23 02:05:13] "POST /projects HTTP/1.1" 200 581 0.298480 10.0.0.133 - - [2025-10-23 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.375028 10.0.0.73 - - [2025-10-23 02:05:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.010368 10.0.0.41 - - [2025-10-23 02:05:13] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.632265 10.0.0.41 - - [2025-10-23 02:05:15] "GET / HTTP/1.1" 200 36215 0.001292 10.0.0.133 - - [2025-10-23 02:05:18] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.41 - - [2025-10-23 02:05:18] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053997 10.0.0.133 - - [2025-10-23 02:05:18] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001296 10.0.0.41 - - [2025-10-23 02:05:18] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?fields=virtual_networks HTTP/1.1" 200 1029 0.060201 10.0.0.133 - - [2025-10-23 02:05:18] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000858 10.0.0.41 - - [2025-10-23 02:05:18] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.059944 10.0.0.133 - - [2025-10-23 02:05:18] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.41 - - [2025-10-23 02:05:18] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?fields=security_groups HTTP/1.1" 200 1254 0.047163 10.0.0.133 - - [2025-10-23 02:05:19] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004670 10.0.0.133 - - [2025-10-23 02:05:20] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.133 - - [2025-10-23 02:05:20] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008646 10.0.0.133 - - [2025-10-23 02:05:20] "POST /id-to-fqname HTTP/1.1" 200 167 0.001051 10.0.0.133 - - [2025-10-23 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 176 0.009185 10.0.0.133 - - [2025-10-23 02:05:20] "POST /security-groups HTTP/1.1" 200 568 0.094460 10.0.0.133 - - [2025-10-23 02:05:20] "POST /projects HTTP/1.1" 200 539 0.380432 10.0.0.133 - - [2025-10-23 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.428765 10.0.0.73 - - [2025-10-23 02:05:20] "POST /access-control-lists HTTP/1.1" 200 575 0.042904 10.0.0.41 - - [2025-10-23 02:05:20] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.682224 [Introspect:8084]10.0.0.41 - - [2025-10-23 02:05:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001023 10.0.0.133 - - [2025-10-23 02:05:22] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000860 10.0.0.41 - - [2025-10-23 02:05:22] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.059548 10.0.0.133 - - [2025-10-23 02:05:24] "GET /obj-perms HTTP/1.1" 200 5056 0.067973 [Introspect:8084]10.0.0.41 - - [2025-10-23 02:05:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000574 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.058993 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004684 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004071 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.005405 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004598 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004466 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004827 10.0.0.41 - - [2025-10-23 02:05:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004934 10.0.0.41 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003834 10.0.0.41 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004763 10.0.0.41 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004101 10.0.0.133 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003725 10.0.0.41 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004503 10.0.0.133 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004096 10.0.0.133 - - [2025-10-23 02:05:27] "GET /obj-perms HTTP/1.1" 200 5056 0.003774 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004545 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004224 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003920 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003991 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003820 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003678 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004108 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004020 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.003714 10.0.0.41 - - [2025-10-23 02:05:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004341 10.0.0.41 - - [2025-10-23 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004385 10.0.0.41 - - [2025-10-23 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.003820 10.0.0.41 - - [2025-10-23 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005426 10.0.0.41 - - [2025-10-23 02:05:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004104 10.0.0.41 - - [2025-10-23 02:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.003838 10.0.0.41 - - [2025-10-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.024943 10.0.0.133 - - [2025-10-23 02:05:35] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003617 10.0.0.133 - - [2025-10-23 02:05:35] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000835 10.0.0.133 - - [2025-10-23 02:05:35] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006591 10.0.0.133 - - [2025-10-23 02:05:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.004714 10.0.0.133 - - [2025-10-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.007982 10.0.0.133 - - [2025-10-23 02:05:35] "POST /security-groups HTTP/1.1" 200 602 0.036765 10.0.0.73 - - [2025-10-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.006368 10.0.0.133 - - [2025-10-23 02:05:35] "POST /projects HTTP/1.1" 200 607 0.281607 10.0.0.133 - - [2025-10-23 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.354074 10.0.0.73 - - [2025-10-23 02:05:35] "POST /access-control-lists HTTP/1.1" 200 607 0.034265 10.0.0.41 - - [2025-10-23 02:05:35] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.507921 10.0.0.41 - - [2025-10-23 02:05:37] "GET / HTTP/1.1" 200 36215 0.002264 10.0.0.41 - - [2025-10-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-10-23 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.056876 10.0.0.133 - - [2025-10-23 02:05:38] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000827 10.0.0.41 - - [2025-10-23 02:05:38] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.056488 10.0.0.133 - - [2025-10-23 02:05:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005100 10.0.0.41 - - [2025-10-23 02:05:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.303038 10.0.0.41 - - [2025-10-23 02:05:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001141 10.0.0.41 - - [2025-10-23 02:05:39] "GET /virtual-network/85f72cf4-f376-4b65-9152-6fe104e65716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005280 10.0.0.41 - - [2025-10-23 02:05:39] "GET /virtual-network/85f72cf4-f376-4b65-9152-6fe104e65716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005566 10.0.0.41 - - [2025-10-23 02:05:39] "POST /neutron/network HTTP/1.1" 200 839 0.006585 10.0.0.41 - - [2025-10-23 02:05:40] "GET /virtual-network/85f72cf4-f376-4b65-9152-6fe104e65716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007834 10.0.0.41 - - [2025-10-23 02:05:41] "GET /obj-perms HTTP/1.1" 200 5052 0.097076 10.0.0.133 - - [2025-10-23 02:05:42] "GET /obj-perms HTTP/1.1" 200 5052 0.059755 10.0.0.41 - - [2025-10-23 02:05:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001167 10.0.0.133 - - [2025-10-23 02:05:44] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000875 10.0.0.41 - - [2025-10-23 02:05:44] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.076896 10.0.0.41 - - [2025-10-23 02:05:45] "POST /neutron/network HTTP/1.1" 200 839 0.030852 10.0.0.41 - - [2025-10-23 02:05:45] "POST /neutron/port HTTP/1.1" 200 117 0.006523 10.0.0.41 - - [2025-10-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1071 0.044535 10.0.0.41 - - [2025-10-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 1099 0.018871 10.0.0.41 - - [2025-10-23 02:05:48] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.73 - - [2025-10-23 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051789 10.0.0.41 - - [2025-10-23 02:05:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008187 10.0.0.133 - - [2025-10-23 02:05:54] "DELETE /project/0a8cd5d7cc7e462fa77064562c1bf7dc HTTP/1.1" 404 173 0.008446 10.0.0.133 - - [2025-10-23 02:05:54] "DELETE /project/c99c7ffcb6a249618d42f4b8ad34c994 HTTP/1.1" 404 173 0.007385 10.0.0.133 - - [2025-10-23 02:05:54] "DELETE /project/547cfd28a301433f82f9adf1c2fe04c8 HTTP/1.1" 404 173 0.004682 10.0.0.133 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.133 - - [2025-10-23 02:05:54] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.048420 10.0.0.133 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.133 - - [2025-10-23 02:05:54] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?fields=security_groups HTTP/1.1" 200 1356 0.075089 10.0.0.133 - - [2025-10-23 02:05:54] "DELETE /security-group/59863bdd-8e6e-407b-a68d-eda07d52dbd3 HTTP/1.1" 200 115 0.062242 10.0.0.133 - - [2025-10-23 02:05:54] "GET /projects?obj_uuids=547cfd28-a301-433f-82f9-adf1c2fe04c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.41 - - [2025-10-23 02:05:54] "POST /neutron/network HTTP/1.1" 200 849 0.005358 10.0.0.133 - - [2025-10-23 02:05:54] "GET /project/547cfd28-a301-433f-82f9-adf1c2fe04c8?fields=application_policy_sets HTTP/1.1" 200 1395 0.074790 10.0.0.73 - - [2025-10-23 02:05:54] "DELETE /access-control-list/1380b252-45dd-4090-b163-0248dd253d88 HTTP/1.1" 200 115 0.096002 10.0.0.41 - - [2025-10-23 02:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.133 - - [2025-10-23 02:05:55] "DELETE /project/547cfd28-a301-433f-82f9-adf1c2fe04c8 HTTP/1.1" 200 115 0.554874 10.0.0.41 - - [2025-10-23 02:05:56] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009925 10.0.0.41 - - [2025-10-23 02:05:58] "GET /obj-perms HTTP/1.1" 200 5052 0.008448 10.0.0.41 - - [2025-10-23 02:06:02] "POST /neutron/port HTTP/1.1" 200 1099 0.019043 10.0.0.41 - - [2025-10-23 02:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.037314 10.0.0.73 - - [2025-10-23 02:06:03] "DELETE /route-target/9a29d71f-3f63-41dd-b942-dacd4714191a HTTP/1.1" 200 115 0.031257 10.0.0.133 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000865 10.0.0.41 - - [2025-10-23 02:06:04] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.051834 10.0.0.133 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001251 10.0.0.41 - - [2025-10-23 02:06:04] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?fields=virtual_networks HTTP/1.1" 200 1055 0.048960 10.0.0.133 - - [2025-10-23 02:06:04] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000955 10.0.0.41 - - [2025-10-23 02:06:05] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.059133 10.0.0.133 - - [2025-10-23 02:06:05] "GET /projects?obj_uuids=0a8cd5d7-cc7e-462f-a770-64562c1bf7dc&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000959 10.0.0.41 - - [2025-10-23 02:06:05] "GET /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc?fields=security_groups HTTP/1.1" 200 1293 0.049704 10.0.0.133 - - [2025-10-23 02:06:05] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000882 10.0.0.41 - - [2025-10-23 02:06:05] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.055617 10.0.0.133 - - [2025-10-23 02:06:12] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000905 10.0.0.41 - - [2025-10-23 02:06:12] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.077332 10.0.0.41 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.030068 10.0.0.133 - - [2025-10-23 02:06:15] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003015 10.0.0.133 - - [2025-10-23 02:06:15] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.133 - - [2025-10-23 02:06:15] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007880 10.0.0.133 - - [2025-10-23 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.001540 10.0.0.133 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.006099 10.0.0.133 - - [2025-10-23 02:06:15] "POST /security-groups HTTP/1.1" 200 603 0.046073 10.0.0.133 - - [2025-10-23 02:06:15] "POST /projects HTTP/1.1" 200 609 0.318175 10.0.0.133 - - [2025-10-23 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.401325 10.0.0.73 - - [2025-10-23 02:06:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.023148 10.0.0.41 - - [2025-10-23 02:06:16] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.577380 10.0.0.41 - - [2025-10-23 02:06:17] "GET / HTTP/1.1" 200 36215 0.001342 10.0.0.41 - - [2025-10-23 02:06:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.41 - - [2025-10-23 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.060172 10.0.0.133 - - [2025-10-23 02:06:18] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.41 - - [2025-10-23 02:06:18] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044566 10.0.0.41 - - [2025-10-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 117 0.038597 10.0.0.73 - - [2025-10-23 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.050803 10.0.0.41 - - [2025-10-23 02:06:19] "POST /neutron/network HTTP/1.1" 200 923 0.009560 10.0.0.41 - - [2025-10-23 02:06:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.002433 10.0.0.41 - - [2025-10-23 02:06:19] "GET /virtual-network/657f1d26-a011-4745-9886-936fb6e5cf77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006862 10.0.0.41 - - [2025-10-23 02:06:19] "GET /virtual-network/657f1d26-a011-4745-9886-936fb6e5cf77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005958 10.0.0.41 - - [2025-10-23 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.009454 10.0.0.41 - - [2025-10-23 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.133 - - [2025-10-23 02:06:19] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.41 - - [2025-10-23 02:06:19] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054354 10.0.0.133 - - [2025-10-23 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.082112 10.0.0.41 - - [2025-10-23 02:06:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.339511 10.0.0.41 - - [2025-10-23 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 275 0.001209 10.0.0.41 - - [2025-10-23 02:06:20] "GET /virtual-network/3c68e8b9-4b47-4460-b1de-6cf70eac0782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.013872 10.0.0.41 - - [2025-10-23 02:06:20] "GET /virtual-network/3c68e8b9-4b47-4460-b1de-6cf70eac0782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.009255 10.0.0.41 - - [2025-10-23 02:06:20] "POST /neutron/network HTTP/1.1" 200 921 0.007616 10.0.0.41 - - [2025-10-23 02:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.133 - - [2025-10-23 02:06:20] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.41 - - [2025-10-23 02:06:20] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.072056 10.0.0.133 - - [2025-10-23 02:06:20] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.41 - - [2025-10-23 02:06:20] "POST /neutron/network HTTP/1.1" 200 705 0.188038 10.0.0.73 - - [2025-10-23 02:06:20] "POST /route-targets HTTP/1.1" 200 328 0.023515 10.0.0.41 - - [2025-10-23 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 276 0.003721 10.0.0.41 - - [2025-10-23 02:06:20] "GET /virtual-network/37758af0-1038-49b7-9ef6-95bd21f8f2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.008833 10.0.0.41 - - [2025-10-23 02:06:20] "POST /neutron/network HTTP/1.1" 200 921 0.007785 10.0.0.41 - - [2025-10-23 02:06:20] "GET /virtual-network/37758af0-1038-49b7-9ef6-95bd21f8f2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.006077 10.0.0.41 - - [2025-10-23 02:06:21] "POST /id-to-fqname HTTP/1.1" 200 275 0.001194 10.0.0.41 - - [2025-10-23 02:06:21] "POST /neutron/network HTTP/1.1" 200 931 0.007096 10.0.0.133 - - [2025-10-23 02:06:22] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000865 10.0.0.41 - - [2025-10-23 02:06:22] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.112883 10.0.0.41 - - [2025-10-23 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.008151 10.0.0.41 - - [2025-10-23 02:06:23] "POST /id-to-fqname HTTP/1.1" 200 276 0.001087 10.0.0.41 - - [2025-10-23 02:06:23] "POST /neutron/network HTTP/1.1" 200 931 0.012342 10.0.0.41 - - [2025-10-23 02:06:24] "POST /neutron/port HTTP/1.1" 200 1071 0.020441 10.0.0.133 - - [2025-10-23 02:06:24] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006147 10.0.0.41 - - [2025-10-23 02:06:24] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.174667 10.0.0.41 - - [2025-10-23 02:06:24] "POST /neutron/port HTTP/1.1" 200 1099 0.024261 10.0.0.41 - - [2025-10-23 02:06:24] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.41 - - [2025-10-23 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014295 10.0.0.133 - - [2025-10-23 02:06:25] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.41 - - [2025-10-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1069 0.447597 10.0.0.41 - - [2025-10-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1069 0.035745 10.0.0.41 - - [2025-10-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1097 0.022347 10.0.0.41 - - [2025-10-23 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 684 0.010018 10.0.0.41 - - [2025-10-23 02:06:27] "POST /neutron/network HTTP/1.1" 200 921 0.007121 10.0.0.133 - - [2025-10-23 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 10.0.0.133 - - [2025-10-23 02:06:28] "POST /useragent-kv HTTP/1.1" 200 115 0.019159 10.0.0.41 - - [2025-10-23 02:06:28] "POST /neutron/network HTTP/1.1" 200 151 0.180242 10.0.0.73 - - [2025-10-23 02:06:28] "DELETE /route-target/5b3b0ae2-ccdf-4f76-b160-5025254c84da HTTP/1.1" 200 115 0.028651 10.0.0.41 - - [2025-10-23 02:06:30] "POST /neutron/network HTTP/1.1" 200 921 0.019096 10.0.0.41 - - [2025-10-23 02:06:30] "POST /neutron/port HTTP/1.1" 200 1123 0.012692 10.0.0.41 - - [2025-10-23 02:06:31] "POST /neutron/network HTTP/1.1" 200 1676 0.012230 10.0.0.41 - - [2025-10-23 02:06:32] "POST /neutron/network HTTP/1.1" 200 921 0.007298 10.0.0.133 - - [2025-10-23 02:06:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008734 10.0.0.133 - - [2025-10-23 02:06:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005141 10.0.0.73 - - [2025-10-23 02:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-10-23 02:06:33] "POST /neutron/network HTTP/1.1" 200 151 0.166327 10.0.0.133 - - [2025-10-23 02:06:33] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.41 - - [2025-10-23 02:06:33] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.157559 10.0.0.133 - - [2025-10-23 02:06:33] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.41 - - [2025-10-23 02:06:33] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?fields=virtual_networks HTTP/1.1" 200 1058 0.049308 10.0.0.133 - - [2025-10-23 02:06:33] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.41 - - [2025-10-23 02:06:33] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.055254 10.0.0.133 - - [2025-10-23 02:06:33] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.41 - - [2025-10-23 02:06:33] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?fields=security_groups HTTP/1.1" 200 1297 0.053757 10.0.0.41 - - [2025-10-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.029144 10.0.0.133 - - [2025-10-23 02:06:34] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003655 10.0.0.133 - - [2025-10-23 02:06:34] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.133 - - [2025-10-23 02:06:34] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006930 10.0.0.133 - - [2025-10-23 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 192 0.003481 10.0.0.133 - - [2025-10-23 02:06:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.004283 10.0.0.133 - - [2025-10-23 02:06:35] "POST /security-groups HTTP/1.1" 200 593 0.078631 10.0.0.133 - - [2025-10-23 02:06:35] "POST /projects HTTP/1.1" 200 589 0.322886 10.0.0.73 - - [2025-10-23 02:06:35] "POST /access-control-lists HTTP/1.1" 200 600 0.030063 10.0.0.133 - - [2025-10-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.395760 10.0.0.41 - - [2025-10-23 02:06:35] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.581467 10.0.0.41 - - [2025-10-23 02:06:36] "GET / HTTP/1.1" 200 36215 0.001600 10.0.0.41 - - [2025-10-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.41 - - [2025-10-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.074869 10.0.0.133 - - [2025-10-23 02:06:37] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.41 - - [2025-10-23 02:06:37] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046254 10.0.0.73 - - [2025-10-23 02:06:37] "POST /route-targets HTTP/1.1" 200 328 0.017616 10.0.0.133 - - [2025-10-23 02:06:38] "POST /useragent-kv HTTP/1.1" 200 115 0.011635 10.0.0.41 - - [2025-10-23 02:06:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.303826 10.0.0.41 - - [2025-10-23 02:06:38] "POST /id-to-fqname HTTP/1.1" 200 255 0.001171 10.0.0.41 - - [2025-10-23 02:06:38] "GET /virtual-network/2eff4d95-1885-4c2b-9b73-15889f91935e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005414 10.0.0.41 - - [2025-10-23 02:06:38] "GET /virtual-network/2eff4d95-1885-4c2b-9b73-15889f91935e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005242 10.0.0.41 - - [2025-10-23 02:06:38] "POST /neutron/network HTTP/1.1" 200 893 0.006943 10.0.0.41 - - [2025-10-23 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.133 - - [2025-10-23 02:06:38] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000927 10.0.0.41 - - [2025-10-23 02:06:38] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054282 10.0.0.133 - - [2025-10-23 02:06:38] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.41 - - [2025-10-23 02:06:38] "POST /neutron/network HTTP/1.1" 200 673 0.167909 10.0.0.73 - - [2025-10-23 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.038354 10.0.0.41 - - [2025-10-23 02:06:39] "POST /id-to-fqname HTTP/1.1" 200 255 0.004370 10.0.0.41 - - [2025-10-23 02:06:39] "GET /virtual-network/b4f67eaa-a41a-4149-88c4-2dc28c45c655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005781 10.0.0.41 - - [2025-10-23 02:06:39] "POST /neutron/network HTTP/1.1" 200 891 0.010863 10.0.0.41 - - [2025-10-23 02:06:39] "GET /virtual-network/b4f67eaa-a41a-4149-88c4-2dc28c45c655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005411 10.0.0.41 - - [2025-10-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011895 10.0.0.133 - - [2025-10-23 02:06:39] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.41 - - [2025-10-23 02:06:39] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052620 10.0.0.41 - - [2025-10-23 02:06:39] "POST /neutron/network HTTP/1.1" 200 117 0.024324 10.0.0.41 - - [2025-10-23 02:06:40] "POST /neutron/network HTTP/1.1" 200 893 0.009973 10.0.0.41 - - [2025-10-23 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 256 0.001064 10.0.0.41 - - [2025-10-23 02:06:40] "GET /virtual-network/0129828f-d9ea-4dbf-917d-0b88c2159b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005283 10.0.0.41 - - [2025-10-23 02:06:40] "GET /virtual-network/0129828f-d9ea-4dbf-917d-0b88c2159b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005558 10.0.0.41 - - [2025-10-23 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.015580 10.0.0.41 - - [2025-10-23 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 255 0.001462 10.0.0.133 - - [2025-10-23 02:06:41] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000841 10.0.0.41 - - [2025-10-23 02:06:41] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.086128 10.0.0.41 - - [2025-10-23 02:06:41] "POST /neutron/port HTTP/1.1" 200 117 0.006887 10.0.0.41 - - [2025-10-23 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 256 0.001130 10.0.0.73 - - [2025-10-23 02:06:41] "DELETE /access-control-list/ac926abe-ad55-4fa5-a970-66b305cb1547 HTTP/1.1" 200 115 0.042362 10.0.0.41 - - [2025-10-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 903 0.007331 10.0.0.41 - - [2025-10-23 02:06:43] "POST /neutron/port HTTP/1.1" 200 1061 0.017511 10.0.0.133 - - [2025-10-23 02:06:43] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002128 10.0.0.41 - - [2025-10-23 02:06:43] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.102340 10.0.0.41 - - [2025-10-23 02:06:43] "POST /neutron/port HTTP/1.1" 200 1089 0.017247 10.0.0.41 - - [2025-10-23 02:06:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.010831 10.0.0.41 - - [2025-10-23 02:06:43] "POST /neutron/port HTTP/1.1" 200 1089 0.020963 10.0.0.41 - - [2025-10-23 02:06:44] "POST /neutron/network HTTP/1.1" 200 903 0.007219 10.0.0.41 - - [2025-10-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1061 0.016935 10.0.0.41 - - [2025-10-23 02:06:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004095 10.0.0.41 - - [2025-10-23 02:06:44] "POST /neutron/network HTTP/1.1" 200 893 0.007418 10.0.0.41 - - [2025-10-23 02:06:45] "POST /neutron/port HTTP/1.1" 200 1089 0.017080 10.0.0.41 - - [2025-10-23 02:06:46] "POST /neutron/port HTTP/1.1" 200 1089 0.019219 10.0.0.41 - - [2025-10-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 891 0.009074 10.0.0.73 - - [2025-10-23 02:06:47] "DELETE /route-target/daedc725-33cb-4cb0-a22f-041f7a9be774 HTTP/1.1" 200 115 0.040036 10.0.0.41 - - [2025-10-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 893 0.012499 10.0.0.133 - - [2025-10-23 02:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007700 10.0.0.73 - - [2025-10-23 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.133 - - [2025-10-23 02:06:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.41 - - [2025-10-23 02:06:47] "POST /neutron/network HTTP/1.1" 200 151 0.143927 10.0.0.133 - - [2025-10-23 02:06:47] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000856 10.0.0.41 - - [2025-10-23 02:06:48] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.097039 10.0.0.133 - - [2025-10-23 02:06:48] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.41 - - [2025-10-23 02:06:48] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?fields=virtual_networks HTTP/1.1" 200 1039 0.069519 10.0.0.133 - - [2025-10-23 02:06:48] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000895 10.0.0.41 - - [2025-10-23 02:06:48] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.061041 10.0.0.133 - - [2025-10-23 02:06:48] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.41 - - [2025-10-23 02:06:48] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?fields=security_groups HTTP/1.1" 200 1268 0.049724 10.0.0.41 - - [2025-10-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.032789 10.0.0.133 - - [2025-10-23 02:06:49] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003404 10.0.0.133 - - [2025-10-23 02:06:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.133 - - [2025-10-23 02:06:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007590 10.0.0.133 - - [2025-10-23 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.002162 10.0.0.133 - - [2025-10-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.012778 10.0.0.133 - - [2025-10-23 02:06:49] "POST /security-groups HTTP/1.1" 200 599 0.035757 10.0.0.133 - - [2025-10-23 02:06:49] "POST /projects HTTP/1.1" 200 601 0.305279 10.0.0.73 - - [2025-10-23 02:06:49] "POST /access-control-lists HTTP/1.1" 200 606 0.028163 10.0.0.133 - - [2025-10-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.380923 10.0.0.41 - - [2025-10-23 02:06:49] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.555898 10.0.0.41 - - [2025-10-23 02:06:51] "GET / HTTP/1.1" 200 36215 0.002588 10.0.0.41 - - [2025-10-23 02:06:51] "GET /obj-perms HTTP/1.1" 200 5056 0.427481 10.0.0.41 - - [2025-10-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-10-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026069 10.0.0.133 - - [2025-10-23 02:06:52] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.41 - - [2025-10-23 02:06:52] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056537 10.0.0.73 - - [2025-10-23 02:06:53] "POST /route-targets HTTP/1.1" 200 328 0.016907 10.0.0.133 - - [2025-10-23 02:06:53] "POST /useragent-kv HTTP/1.1" 200 115 0.015404 10.0.0.41 - - [2025-10-23 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.346744 10.0.0.41 - - [2025-10-23 02:06:53] "POST /id-to-fqname HTTP/1.1" 200 267 0.001156 10.0.0.41 - - [2025-10-23 02:06:53] "GET /virtual-network/d880815c-7399-43a8-83ec-a5d7953b8d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.009304 10.0.0.41 - - [2025-10-23 02:06:53] "GET /virtual-network/d880815c-7399-43a8-83ec-a5d7953b8d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006607 10.0.0.41 - - [2025-10-23 02:06:53] "POST /neutron/network HTTP/1.1" 200 910 0.008013 10.0.0.41 - - [2025-10-23 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.133 - - [2025-10-23 02:06:53] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.41 - - [2025-10-23 02:06:53] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053952 10.0.0.133 - - [2025-10-23 02:06:53] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.41 - - [2025-10-23 02:06:53] "POST /neutron/network HTTP/1.1" 200 691 0.147422 10.0.0.73 - - [2025-10-23 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.050216 10.0.0.41 - - [2025-10-23 02:06:54] "POST /id-to-fqname HTTP/1.1" 200 267 0.004083 10.0.0.41 - - [2025-10-23 02:06:54] "GET /virtual-network/02f34726-5400-4d95-acac-c4bacdd0c8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006144 10.0.0.41 - - [2025-10-23 02:06:54] "POST /neutron/network HTTP/1.1" 200 912 0.007512 10.0.0.41 - - [2025-10-23 02:06:54] "GET /virtual-network/02f34726-5400-4d95-acac-c4bacdd0c8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006382 10.0.0.41 - - [2025-10-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.133 - - [2025-10-23 02:06:54] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.41 - - [2025-10-23 02:06:54] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056680 10.0.0.41 - - [2025-10-23 02:06:54] "POST /neutron/network HTTP/1.1" 200 117 0.017528 10.0.0.41 - - [2025-10-23 02:06:55] "POST /neutron/network HTTP/1.1" 200 914 0.014648 10.0.0.41 - - [2025-10-23 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 268 0.001014 10.0.0.41 - - [2025-10-23 02:06:55] "GET /virtual-network/f41689b3-9698-4efa-b3e8-418050fa42f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005507 10.0.0.41 - - [2025-10-23 02:06:55] "GET /virtual-network/f41689b3-9698-4efa-b3e8-418050fa42f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.013472 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/0a8cd5d7-cc7e-462f-a770-64562c1bf7dc HTTP/1.1" 404 177 0.011378 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/ff79211fa3084a29af63d97b7bb774d2 HTTP/1.1" 404 173 0.014377 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/6afe3a82dda641409951a523bbd018e1 HTTP/1.1" 404 173 0.009667 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/bcc5019402c94954aeae4286281b2c44 HTTP/1.1" 404 173 0.008695 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.061193 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.088496 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001308 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001448 10.0.0.41 - - [2025-10-23 02:06:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.016349 10.0.0.41 - - [2025-10-23 02:06:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.001013 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?fields=security_groups HTTP/1.1" 200 1370 0.065737 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?fields=security_groups HTTP/1.1" 200 1399 0.086803 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /security-group/58556416-9f3a-478c-a9f9-525aae5288d6 HTTP/1.1" 200 115 0.085322 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=bcc50194-02c9-4954-aeae-4286281b2c44&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002531 10.0.0.73 - - [2025-10-23 02:06:55] "DELETE /access-control-list/6137514d-f525-4737-837e-f5eff2af10ec HTTP/1.1" 200 115 0.064406 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /security-group/d4345af8-aa26-46fb-91d1-4a98bde81efd HTTP/1.1" 200 115 0.091860 10.0.0.133 - - [2025-10-23 02:06:55] "GET /projects?obj_uuids=6afe3a82-dda6-4140-9951-a523bbd018e1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001634 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/bcc50194-02c9-4954-aeae-4286281b2c44?fields=application_policy_sets HTTP/1.1" 200 1409 0.075013 10.0.0.133 - - [2025-10-23 02:06:55] "GET /project/6afe3a82-dda6-4140-9951-a523bbd018e1?fields=application_policy_sets HTTP/1.1" 200 1438 0.069373 10.0.0.73 - - [2025-10-23 02:06:55] "DELETE /access-control-list/5bf5468e-932b-4f4b-a735-f47d4045aea2 HTTP/1.1" 200 115 0.059952 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/bcc50194-02c9-4954-aeae-4286281b2c44 HTTP/1.1" 200 115 0.632658 10.0.0.133 - - [2025-10-23 02:06:55] "DELETE /project/6afe3a82-dda6-4140-9951-a523bbd018e1 HTTP/1.1" 200 115 0.706805 10.0.0.133 - - [2025-10-23 02:07:35] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.41 - - [2025-10-23 02:07:35] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.093619 10.0.0.41 - - [2025-10-23 02:07:35] "POST /neutron/port HTTP/1.1" 200 117 0.007356 10.0.0.41 - - [2025-10-23 02:07:35] "POST /id-to-fqname HTTP/1.1" 200 268 0.001569 10.0.0.41 - - [2025-10-23 02:07:35] "POST /neutron/network HTTP/1.1" 200 924 0.007125 10.0.0.41 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 1070 0.059636 10.0.0.41 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 1098 0.026653 10.0.0.133 - - [2025-10-23 02:07:36] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.41 - - [2025-10-23 02:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.41 - - [2025-10-23 02:07:36] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.140040 10.0.0.41 - - [2025-10-23 02:07:37] "POST /neutron/port HTTP/1.1" 200 1098 0.028662 10.0.0.133 - - [2025-10-23 02:07:37] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000962 10.0.0.41 - - [2025-10-23 02:07:37] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.056859 10.0.0.41 - - [2025-10-23 02:07:37] "POST /neutron/network HTTP/1.1" 200 924 0.009710 10.0.0.41 - - [2025-10-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.41 - - [2025-10-23 02:07:38] "GET /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.020477 10.0.0.41 - - [2025-10-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.133 - - [2025-10-23 02:07:38] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001237 10.0.0.41 - - [2025-10-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1070 0.043171 10.0.0.41 - - [2025-10-23 02:07:38] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.080785 10.0.0.41 - - [2025-10-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005246 10.0.0.41 - - [2025-10-23 02:07:38] "GET /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.008600 10.0.0.41 - - [2025-10-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.41 - - [2025-10-23 02:07:38] "PUT /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c HTTP/1.1" 200 263 0.052336 10.0.0.41 - - [2025-10-23 02:07:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005102 10.0.0.41 - - [2025-10-23 02:07:39] "POST /neutron/network HTTP/1.1" 200 914 0.014671 10.0.0.41 - - [2025-10-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.004654 10.0.0.41 - - [2025-10-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.013376 10.0.0.133 - - [2025-10-23 02:07:40] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.41 - - [2025-10-23 02:07:40] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007662 10.0.0.41 - - [2025-10-23 02:07:40] "POST /service-templates HTTP/1.1" 200 545 0.077546 10.0.0.41 - - [2025-10-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.41 - - [2025-10-23 02:07:40] "GET /service-template/92510e7c-9978-491c-8601-fc60f41e6330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.011682 10.0.0.41 - - [2025-10-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.41 - - [2025-10-23 02:07:40] "GET /service-template/92510e7c-9978-491c-8601-fc60f41e6330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.003996 10.0.0.41 - - [2025-10-23 02:07:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.002729 10.0.0.41 - - [2025-10-23 02:07:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.001968 10.0.0.41 - - [2025-10-23 02:07:40] "POST /id-to-fqname HTTP/1.1" 200 268 0.003155 10.0.0.41 - - [2025-10-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011762 10.0.0.41 - - [2025-10-23 02:07:40] "DELETE /service-template/92510e7c-9978-491c-8601-fc60f41e6330 HTTP/1.1" 200 115 0.084401 10.0.0.41 - - [2025-10-23 02:07:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003167 10.0.0.41 - - [2025-10-23 02:07:43] "POST /neutron/network HTTP/1.1" 200 912 0.017600 10.0.0.41 - - [2025-10-23 02:07:45] "POST /neutron/network HTTP/1.1" 400 204 0.022717 10.0.0.41 - - [2025-10-23 02:07:50] "POST /neutron/network HTTP/1.1" 200 912 0.015768 10.0.0.41 - - [2025-10-23 02:07:52] "POST /neutron/network HTTP/1.1" 400 204 0.037949 10.0.0.41 - - [2025-10-23 02:07:56] "POST /neutron/network HTTP/1.1" 200 912 0.006905 10.0.0.41 - - [2025-10-23 02:07:58] "POST /neutron/network HTTP/1.1" 400 204 0.033735 10.0.0.133 - - [2025-10-23 02:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.133 - - [2025-10-23 02:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.133 - - [2025-10-23 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.133 - - [2025-10-23 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.73 - - [2025-10-23 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.73 - - [2025-10-23 02:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.73 - - [2025-10-23 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.73 - - [2025-10-23 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.41 - - [2025-10-23 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2025-10-23 02:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.41 - - [2025-10-23 02:08:02] "POST /neutron/network HTTP/1.1" 200 912 0.009347 10.0.0.41 - - [2025-10-23 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2025-10-23 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-10-23 02:08:04] "POST /neutron/network HTTP/1.1" 400 204 0.015267 10.0.0.41 - - [2025-10-23 02:08:08] "POST /neutron/network HTTP/1.1" 200 912 0.007582 10.0.0.41 - - [2025-10-23 02:08:10] "POST /neutron/network HTTP/1.1" 400 204 0.015389 10.0.0.41 - - [2025-10-23 02:08:14] "POST /neutron/network HTTP/1.1" 200 912 0.008576 10.0.0.41 - - [2025-10-23 02:08:16] "POST /neutron/network HTTP/1.1" 400 204 0.013685 10.0.0.41 - - [2025-10-23 02:08:20] "POST /neutron/network HTTP/1.1" 200 912 0.006351 10.0.0.41 - - [2025-10-23 02:08:23] "POST /neutron/network HTTP/1.1" 400 204 0.033386 10.0.0.41 - - [2025-10-23 02:08:27] "POST /neutron/network HTTP/1.1" 200 912 0.007241 10.0.0.41 - - [2025-10-23 02:08:29] "POST /neutron/network HTTP/1.1" 400 204 0.013279 10.0.0.41 - - [2025-10-23 02:08:33] "POST /neutron/network HTTP/1.1" 200 912 0.007607 10.0.0.41 - - [2025-10-23 02:08:34] "POST /neutron/port HTTP/1.1" 200 1124 0.011154 10.0.0.133 - - [2025-10-23 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004009 10.0.0.133 - - [2025-10-23 02:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.41 - - [2025-10-23 02:08:35] "POST /neutron/network HTTP/1.1" 200 151 0.136766 10.0.0.73 - - [2025-10-23 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.064374 10.0.0.41 - - [2025-10-23 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.41 - - [2025-10-23 02:08:39] "POST /neutron/port HTTP/1.1" 200 1098 0.018614 10.0.0.41 - - [2025-10-23 02:08:39] "POST /neutron/network HTTP/1.1" 200 914 0.009375 10.0.0.73 - - [2025-10-23 02:08:40] "DELETE /route-target/17bb94d3-2206-416a-8431-3258a060c504 HTTP/1.1" 200 115 0.040148 10.0.0.133 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005172 10.0.0.133 - - [2025-10-23 02:08:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002661 10.0.0.41 - - [2025-10-23 02:08:40] "POST /neutron/network HTTP/1.1" 200 151 0.161038 10.0.0.133 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.41 - - [2025-10-23 02:08:40] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.090128 10.0.0.133 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000855 10.0.0.41 - - [2025-10-23 02:08:40] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?fields=virtual_networks HTTP/1.1" 200 1051 0.054936 10.0.0.133 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.41 - - [2025-10-23 02:08:40] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.056234 10.0.0.133 - - [2025-10-23 02:08:40] "GET /projects?obj_uuids=ff79211f-a308-4a29-af63-d97b7bb774d2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.41 - - [2025-10-23 02:08:40] "GET /project/ff79211f-a308-4a29-af63-d97b7bb774d2?fields=security_groups HTTP/1.1" 200 1286 0.092383 10.0.0.41 - - [2025-10-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.025905 10.0.0.133 - - [2025-10-23 02:08:41] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002838 10.0.0.133 - - [2025-10-23 02:08:41] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.133 - - [2025-10-23 02:08:41] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007172 10.0.0.133 - - [2025-10-23 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.007709 10.0.0.133 - - [2025-10-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.011981 10.0.0.133 - - [2025-10-23 02:08:41] "POST /security-groups HTTP/1.1" 200 592 0.029526 10.0.0.73 - - [2025-10-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.003833 10.0.0.133 - - [2025-10-23 02:08:41] "POST /projects HTTP/1.1" 200 587 0.270927 10.0.0.133 - - [2025-10-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.342101 10.0.0.73 - - [2025-10-23 02:08:41] "POST /access-control-lists HTTP/1.1" 200 597 0.026934 10.0.0.41 - - [2025-10-23 02:08:41] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.474800 10.0.0.41 - - [2025-10-23 02:08:43] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.41 - - [2025-10-23 02:08:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-10-23 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.057915 10.0.0.133 - - [2025-10-23 02:08:44] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.41 - - [2025-10-23 02:08:44] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044780 10.0.0.133 - - [2025-10-23 02:08:44] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.41 - - [2025-10-23 02:08:44] "POST /neutron/network HTTP/1.1" 200 670 0.169589 10.0.0.73 - - [2025-10-23 02:08:44] "POST /route-targets HTTP/1.1" 200 328 0.016062 10.0.0.41 - - [2025-10-23 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.004303 10.0.0.41 - - [2025-10-23 02:08:45] "GET /virtual-network/cec2a2e7-e474-46fa-b075-7627dc0bd075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005217 10.0.0.41 - - [2025-10-23 02:08:45] "POST /neutron/network HTTP/1.1" 200 889 0.006366 10.0.0.41 - - [2025-10-23 02:08:45] "GET /virtual-network/cec2a2e7-e474-46fa-b075-7627dc0bd075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005006 10.0.0.41 - - [2025-10-23 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.133 - - [2025-10-23 02:08:45] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.41 - - [2025-10-23 02:08:45] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060622 10.0.0.41 - - [2025-10-23 02:08:45] "POST /neutron/network HTTP/1.1" 200 117 0.010922 10.0.0.73 - - [2025-10-23 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.020782 10.0.0.41 - - [2025-10-23 02:08:45] "POST /neutron/network HTTP/1.1" 200 887 0.010592 10.0.0.41 - - [2025-10-23 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001131 10.0.0.41 - - [2025-10-23 02:08:45] "GET /virtual-network/f9d75b22-4d04-4507-9e41-21afe95f8864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005444 10.0.0.41 - - [2025-10-23 02:08:45] "GET /virtual-network/f9d75b22-4d04-4507-9e41-21afe95f8864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008434 10.0.0.41 - - [2025-10-23 02:08:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.008921 10.0.0.41 - - [2025-10-23 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.133 - - [2025-10-23 02:08:45] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000828 10.0.0.41 - - [2025-10-23 02:08:45] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060350 10.0.0.133 - - [2025-10-23 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.41 - - [2025-10-23 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.236340 10.0.0.41 - - [2025-10-23 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 254 0.001298 10.0.0.41 - - [2025-10-23 02:08:46] "GET /virtual-network/0d3fcab1-bbc5-47f5-bd58-6bc6f6b2a32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005153 10.0.0.41 - - [2025-10-23 02:08:46] "GET /virtual-network/0d3fcab1-bbc5-47f5-bd58-6bc6f6b2a32b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007043 10.0.0.41 - - [2025-10-23 02:08:46] "POST /neutron/network HTTP/1.1" 200 893 0.007009 10.0.0.41 - - [2025-10-23 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 253 0.001615 10.0.0.133 - - [2025-10-23 02:08:47] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.41 - - [2025-10-23 02:08:47] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070749 10.0.0.41 - - [2025-10-23 02:08:47] "POST /neutron/network HTTP/1.1" 200 887 0.006643 10.0.0.41 - - [2025-10-23 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.001243 10.0.0.41 - - [2025-10-23 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.006703 10.0.0.133 - - [2025-10-23 02:08:48] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.41 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1059 0.347558 10.0.0.41 - - [2025-10-23 02:08:48] "POST /neutron/port HTTP/1.1" 200 1113 0.109744 10.0.0.41 - - [2025-10-23 02:08:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.008396 10.0.0.133 - - [2025-10-23 02:08:49] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.41 - - [2025-10-23 02:08:49] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.126096 10.0.0.41 - - [2025-10-23 02:08:49] "POST /neutron/network HTTP/1.1" 200 893 0.006610 10.0.0.41 - - [2025-10-23 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.006224 10.0.0.41 - - [2025-10-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003444 10.0.0.41 - - [2025-10-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.133 - - [2025-10-23 02:08:50] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.41 - - [2025-10-23 02:08:50] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007594 10.0.0.41 - - [2025-10-23 02:08:50] "POST /service-templates HTTP/1.1" 200 545 0.066135 10.0.0.41 - - [2025-10-23 02:08:50] "POST /neutron/port HTTP/1.1" 200 1063 0.020530 10.0.0.41 - - [2025-10-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.41 - - [2025-10-23 02:08:50] "GET /service-template/4bb1d744-ae7c-4e06-953a-090f9331796b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005814 10.0.0.41 - - [2025-10-23 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002190 10.0.0.41 - - [2025-10-23 02:08:50] "GET /service-template/4bb1d744-ae7c-4e06-953a-090f9331796b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005583 10.0.0.41 - - [2025-10-23 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 253 0.001125 10.0.0.41 - - [2025-10-23 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 253 0.001195 10.0.0.41 - - [2025-10-23 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 254 0.001590 10.0.0.41 - - [2025-10-23 02:08:50] "POST /neutron/port HTTP/1.1" 200 1091 0.016646 10.0.0.41 - - [2025-10-23 02:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.41 - - [2025-10-23 02:08:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006858 10.0.0.41 - - [2025-10-23 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.41 - - [2025-10-23 02:08:51] "DELETE /service-template/4bb1d744-ae7c-4e06-953a-090f9331796b HTTP/1.1" 200 115 0.031132 10.0.0.41 - - [2025-10-23 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004239 10.0.0.41 - - [2025-10-23 02:08:53] "POST /neutron/port HTTP/1.1" 200 1091 0.013757 10.0.0.41 - - [2025-10-23 02:08:54] "POST /neutron/port HTTP/1.1" 200 1087 0.024965 10.0.0.133 - - [2025-10-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.106278 10.0.0.41 - - [2025-10-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 887 0.007784 10.0.0.73 - - [2025-10-23 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.133 - - [2025-10-23 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.133 - - [2025-10-23 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004024 10.0.0.41 - - [2025-10-23 02:08:55] "POST /neutron/network HTTP/1.1" 200 151 0.126200 10.0.0.73 - - [2025-10-23 02:08:55] "DELETE /route-target/a6e18ad1-ca54-4701-a57b-fc7bd40e15f3 HTTP/1.1" 200 115 0.022428 10.0.0.133 - - [2025-10-23 02:08:56] "DELETE /project/d8f4c7a9eb0844439ae91ef3bf75676f HTTP/1.1" 404 173 0.002439 10.0.0.133 - - [2025-10-23 02:08:56] "DELETE /project/ff79211f-a308-4a29-af63-d97b7bb774d2 HTTP/1.1" 404 177 0.004452 10.0.0.133 - - [2025-10-23 02:08:56] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.41 - - [2025-10-23 02:08:56] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043849 10.0.0.133 - - [2025-10-23 02:08:56] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.41 - - [2025-10-23 02:08:56] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?fields=virtual_networks HTTP/1.1" 200 1037 0.042363 10.0.0.133 - - [2025-10-23 02:08:56] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.41 - - [2025-10-23 02:08:56] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.034114 10.0.0.133 - - [2025-10-23 02:08:56] "GET /projects?obj_uuids=d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.41 - - [2025-10-23 02:08:56] "GET /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f?fields=security_groups HTTP/1.1" 200 1265 0.037418 10.0.0.41 - - [2025-10-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.028622 10.0.0.133 - - [2025-10-23 02:08:57] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002909 10.0.0.133 - - [2025-10-23 02:08:57] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.133 - - [2025-10-23 02:08:57] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006717 10.0.0.133 - - [2025-10-23 02:08:57] "POST /id-to-fqname HTTP/1.1" 200 195 0.002065 10.0.0.133 - - [2025-10-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.003371 10.0.0.133 - - [2025-10-23 02:08:57] "POST /security-groups HTTP/1.1" 200 596 0.040168 10.0.0.73 - - [2025-10-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.004408 10.0.0.133 - - [2025-10-23 02:08:57] "POST /projects HTTP/1.1" 200 595 0.242830 10.0.0.133 - - [2025-10-23 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.314218 10.0.0.73 - - [2025-10-23 02:08:57] "POST /access-control-lists HTTP/1.1" 200 601 0.033031 10.0.0.41 - - [2025-10-23 02:08:57] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.466387 10.0.0.41 - - [2025-10-23 02:08:58] "GET / HTTP/1.1" 200 36215 0.001693 10.0.0.41 - - [2025-10-23 02:08:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-10-23 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.069039 10.0.0.133 - - [2025-10-23 02:08:59] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000792 10.0.0.41 - - [2025-10-23 02:08:59] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.033223 10.0.0.41 - - [2025-10-23 02:09:00] "POST /neutron/network HTTP/1.1" 200 117 0.037015 10.0.0.133 - - [2025-10-23 02:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007792 10.0.0.41 - - [2025-10-23 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.260429 10.0.0.41 - - [2025-10-23 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001563 10.0.0.41 - - [2025-10-23 02:09:00] "GET /virtual-network/b42e1def-ab60-46d7-a7eb-0a9c38bc2b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006731 10.0.0.41 - - [2025-10-23 02:09:01] "GET /virtual-network/b42e1def-ab60-46d7-a7eb-0a9c38bc2b64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006010 10.0.0.41 - - [2025-10-23 02:09:01] "POST /neutron/network HTTP/1.1" 200 1075 0.009346 10.0.0.133 - - [2025-10-23 02:09:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.043352 10.0.0.41 - - [2025-10-23 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.133 - - [2025-10-23 02:09:01] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000884 10.0.0.41 - - [2025-10-23 02:09:01] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.069446 10.0.0.41 - - [2025-10-23 02:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.012459 10.0.0.73 - - [2025-10-23 02:09:01] "POST /route-targets HTTP/1.1" 200 328 0.016545 10.0.0.133 - - [2025-10-23 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002717 10.0.0.133 - - [2025-10-23 02:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006028 10.0.0.41 - - [2025-10-23 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 700 0.238777 10.0.0.41 - - [2025-10-23 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001163 10.0.0.41 - - [2025-10-23 02:09:02] "GET /virtual-network/e13d5b78-123e-474d-a236-3ee03690a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.004790 10.0.0.41 - - [2025-10-23 02:09:02] "GET /virtual-network/e13d5b78-123e-474d-a236-3ee03690a39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005722 10.0.0.41 - - [2025-10-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 1070 0.009121 10.0.0.41 - - [2025-10-23 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.133 - - [2025-10-23 02:09:02] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000875 10.0.0.41 - - [2025-10-23 02:09:02] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057702 10.0.0.41 - - [2025-10-23 02:09:02] "POST /neutron/network HTTP/1.1" 200 117 0.011871 10.0.0.73 - - [2025-10-23 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.035537 10.0.0.133 - - [2025-10-23 02:09:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008204 10.0.0.41 - - [2025-10-23 02:09:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.189110 10.0.0.41 - - [2025-10-23 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.001160 10.0.0.41 - - [2025-10-23 02:09:03] "GET /virtual-network/b421ca43-0b7d-45b5-bcf4-40bf525a0c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.005497 10.0.0.41 - - [2025-10-23 02:09:03] "GET /virtual-network/b421ca43-0b7d-45b5-bcf4-40bf525a0c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2754 0.005608 10.0.0.41 - - [2025-10-23 02:09:03] "POST /neutron/network HTTP/1.1" 200 1079 0.008263 10.0.0.41 - - [2025-10-23 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001124 10.0.0.41 - - [2025-10-23 02:09:03] "POST /neutron/network HTTP/1.1" 200 1080 0.009480 10.0.0.133 - - [2025-10-23 02:09:04] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000896 10.0.0.41 - - [2025-10-23 02:09:04] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.073851 10.0.0.41 - - [2025-10-23 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.41 - - [2025-10-23 02:09:04] "POST /id-to-fqname HTTP/1.1" 200 262 0.001180 10.0.0.41 - - [2025-10-23 02:09:04] "POST /neutron/network HTTP/1.1" 200 1080 0.009553 10.0.0.41 - - [2025-10-23 02:09:05] "POST /neutron/port HTTP/1.1" 200 1167 0.017519 10.0.0.133 - - [2025-10-23 02:09:05] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001158 10.0.0.41 - - [2025-10-23 02:09:05] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.112234 10.0.0.41 - - [2025-10-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 1079 0.010293 10.0.0.41 - - [2025-10-23 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 1360 0.016158 10.0.0.41 - - [2025-10-23 02:09:05] "POST /neutron/network HTTP/1.1" 200 1070 0.011171 10.0.0.41 - - [2025-10-23 02:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.006073 10.0.0.41 - - [2025-10-23 02:09:06] "POST /neutron/port HTTP/1.1" 200 1174 0.022475 10.0.0.41 - - [2025-10-23 02:09:07] "POST /neutron/port HTTP/1.1" 200 1202 0.018272 10.0.0.41 - - [2025-10-23 02:09:07] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014567 10.0.0.41 - - [2025-10-23 02:09:07] "POST /neutron/network HTTP/1.1" 200 1079 0.009610 10.0.0.41 - - [2025-10-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 1195 0.018553 10.0.0.41 - - [2025-10-23 02:09:08] "POST /neutron/port HTTP/1.1" 200 1202 0.017860 10.0.0.41 - - [2025-10-23 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.006213 10.0.0.41 - - [2025-10-23 02:09:10] "POST /neutron/network HTTP/1.1" 200 1079 0.010421 10.0.0.73 - - [2025-10-23 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.133 - - [2025-10-23 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004525 10.0.0.133 - - [2025-10-23 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.133 - - [2025-10-23 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.133 - - [2025-10-23 02:09:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002044 10.0.0.41 - - [2025-10-23 02:09:10] "POST /neutron/network HTTP/1.1" 200 151 0.164405 10.0.0.73 - - [2025-10-23 02:09:10] "DELETE /route-target/bdbdb8d0-f401-40a6-81a0-4f7c4ad36ff0 HTTP/1.1" 200 115 0.030458 10.0.0.133 - - [2025-10-23 02:09:10] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000904 10.0.0.41 - - [2025-10-23 02:09:10] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.100837 10.0.0.133 - - [2025-10-23 02:09:10] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001508 10.0.0.41 - - [2025-10-23 02:09:10] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?fields=virtual_networks HTTP/1.1" 200 1044 0.047551 10.0.0.133 - - [2025-10-23 02:09:10] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000857 10.0.0.41 - - [2025-10-23 02:09:10] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.048508 10.0.0.133 - - [2025-10-23 02:09:10] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000870 10.0.0.41 - - [2025-10-23 02:09:10] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?fields=security_groups HTTP/1.1" 200 1276 0.044983 10.0.0.41 - - [2025-10-23 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.029552 10.0.0.133 - - [2025-10-23 02:09:11] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002839 10.0.0.133 - - [2025-10-23 02:09:11] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.133 - - [2025-10-23 02:09:11] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006893 10.0.0.133 - - [2025-10-23 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.003624 10.0.0.133 - - [2025-10-23 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003223 10.0.0.133 - - [2025-10-23 02:09:12] "POST /security-groups HTTP/1.1" 200 599 0.073503 10.0.0.133 - - [2025-10-23 02:09:12] "POST /projects HTTP/1.1" 200 601 0.285995 10.0.0.73 - - [2025-10-23 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 241 0.004215 10.0.0.133 - - [2025-10-23 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.363366 10.0.0.41 - - [2025-10-23 02:09:12] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.517272 10.0.0.41 - - [2025-10-23 02:09:13] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.41 - - [2025-10-23 02:09:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2025-10-23 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.062308 10.0.0.133 - - [2025-10-23 02:09:14] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.41 - - [2025-10-23 02:09:14] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050690 10.0.0.73 - - [2025-10-23 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.023307 10.0.0.133 - - [2025-10-23 02:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.015687 10.0.0.41 - - [2025-10-23 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.337863 10.0.0.41 - - [2025-10-23 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 267 0.001145 10.0.0.41 - - [2025-10-23 02:09:15] "GET /virtual-network/f2f5cc4d-e3bc-499b-8181-6af617a2fb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004995 10.0.0.41 - - [2025-10-23 02:09:15] "GET /virtual-network/f2f5cc4d-e3bc-499b-8181-6af617a2fb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005800 10.0.0.41 - - [2025-10-23 02:09:15] "POST /neutron/network HTTP/1.1" 200 911 0.006083 10.0.0.41 - - [2025-10-23 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.133 - - [2025-10-23 02:09:15] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.41 - - [2025-10-23 02:09:15] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056510 10.0.0.133 - - [2025-10-23 02:09:15] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.41 - - [2025-10-23 02:09:15] "POST /neutron/network HTTP/1.1" 200 691 0.194092 10.0.0.41 - - [2025-10-23 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.003545 10.0.0.41 - - [2025-10-23 02:09:16] "GET /virtual-network/07d1c0cb-ce47-4138-bb01-1922ff6aaaf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005157 10.0.0.41 - - [2025-10-23 02:09:16] "POST /neutron/network HTTP/1.1" 200 910 0.009295 10.0.0.41 - - [2025-10-23 02:09:16] "GET /virtual-network/07d1c0cb-ce47-4138-bb01-1922ff6aaaf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005077 10.0.0.41 - - [2025-10-23 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.133 - - [2025-10-23 02:09:16] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001334 10.0.0.41 - - [2025-10-23 02:09:16] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036278 10.0.0.41 - - [2025-10-23 02:09:16] "POST /neutron/network HTTP/1.1" 200 117 0.017016 10.0.0.73 - - [2025-10-23 02:09:16] "POST /route-targets HTTP/1.1" 200 328 0.016843 10.0.0.41 - - [2025-10-23 02:09:16] "POST /neutron/network HTTP/1.1" 200 912 0.009879 10.0.0.41 - - [2025-10-23 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 268 0.001094 10.0.0.41 - - [2025-10-23 02:09:16] "GET /virtual-network/a851c610-60a3-427d-b670-de0b0d5b2bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005033 10.0.0.41 - - [2025-10-23 02:09:16] "GET /virtual-network/a851c610-60a3-427d-b670-de0b0d5b2bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005252 10.0.0.41 - - [2025-10-23 02:09:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.012606 10.0.0.41 - - [2025-10-23 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.000966 10.0.0.133 - - [2025-10-23 02:09:17] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.41 - - [2025-10-23 02:09:17] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.067034 10.0.0.41 - - [2025-10-23 02:09:18] "POST /neutron/port HTTP/1.1" 200 117 0.005911 10.0.0.41 - - [2025-10-23 02:09:18] "POST /id-to-fqname HTTP/1.1" 200 268 0.001190 10.0.0.41 - - [2025-10-23 02:09:18] "POST /neutron/network HTTP/1.1" 200 922 0.006191 10.0.0.41 - - [2025-10-23 02:09:19] "POST /neutron/port HTTP/1.1" 200 1068 0.014960 10.0.0.41 - - [2025-10-23 02:09:19] "POST /neutron/port HTTP/1.1" 200 1096 0.019036 10.0.0.41 - - [2025-10-23 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.133 - - [2025-10-23 02:09:19] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.41 - - [2025-10-23 02:09:19] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091393 10.0.0.41 - - [2025-10-23 02:09:19] "POST /neutron/port HTTP/1.1" 200 1096 0.023666 10.0.0.41 - - [2025-10-23 02:09:20] "POST /neutron/network HTTP/1.1" 200 922 0.009823 10.0.0.41 - - [2025-10-23 02:09:21] "POST /neutron/port HTTP/1.1" 200 1068 0.018707 10.0.0.41 - - [2025-10-23 02:09:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003488 10.0.0.41 - - [2025-10-23 02:09:21] "POST /neutron/network HTTP/1.1" 200 912 0.006790 10.0.0.41 - - [2025-10-23 02:09:22] "POST /neutron/port HTTP/1.1" 200 1096 0.023005 10.0.0.41 - - [2025-10-23 02:09:23] "POST /neutron/port HTTP/1.1" 200 1096 0.036371 10.0.0.41 - - [2025-10-23 02:09:23] "POST /neutron/network HTTP/1.1" 200 910 0.006445 10.0.0.73 - - [2025-10-23 02:09:24] "DELETE /route-target/0c6d53d1-c620-4f47-ba11-a180cb2c272f HTTP/1.1" 200 115 0.040537 10.0.0.133 - - [2025-10-23 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.133 - - [2025-10-23 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003295 10.0.0.41 - - [2025-10-23 02:09:24] "POST /neutron/network HTTP/1.1" 200 151 0.176836 10.0.0.133 - - [2025-10-23 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002843 10.0.0.73 - - [2025-10-23 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.133 - - [2025-10-23 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005208 10.0.0.41 - - [2025-10-23 02:09:24] "POST /neutron/network HTTP/1.1" 200 151 0.161692 10.0.0.133 - - [2025-10-23 02:09:24] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000822 10.0.0.41 - - [2025-10-23 02:09:24] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.091237 10.0.0.133 - - [2025-10-23 02:09:24] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.41 - - [2025-10-23 02:09:24] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?fields=virtual_networks HTTP/1.1" 200 1049 0.059184 10.0.0.133 - - [2025-10-23 02:09:24] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.41 - - [2025-10-23 02:09:24] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.047052 10.0.0.133 - - [2025-10-23 02:09:24] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.41 - - [2025-10-23 02:09:24] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?fields=security_groups HTTP/1.1" 200 1284 0.052698 10.0.0.41 - - [2025-10-23 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.031703 10.0.0.133 - - [2025-10-23 02:09:25] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002660 10.0.0.133 - - [2025-10-23 02:09:25] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000842 10.0.0.133 - - [2025-10-23 02:09:25] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006841 10.0.0.133 - - [2025-10-23 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 195 0.004277 10.0.0.133 - - [2025-10-23 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 204 0.004803 10.0.0.133 - - [2025-10-23 02:09:26] "POST /security-groups HTTP/1.1" 200 596 0.036040 10.0.0.133 - - [2025-10-23 02:09:26] "POST /projects HTTP/1.1" 200 595 0.251841 10.0.0.73 - - [2025-10-23 02:09:26] "POST /access-control-lists HTTP/1.1" 200 603 0.033473 10.0.0.133 - - [2025-10-23 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.325630 10.0.0.41 - - [2025-10-23 02:09:26] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.481673 10.0.0.41 - - [2025-10-23 02:09:27] "GET / HTTP/1.1" 200 36215 0.001320 10.0.0.41 - - [2025-10-23 02:09:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-10-23 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.093581 10.0.0.133 - - [2025-10-23 02:09:28] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000814 10.0.0.41 - - [2025-10-23 02:09:28] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049038 10.0.0.73 - - [2025-10-23 02:09:29] "POST /route-targets HTTP/1.1" 200 328 0.017061 10.0.0.133 - - [2025-10-23 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006403 10.0.0.41 - - [2025-10-23 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.315995 10.0.0.41 - - [2025-10-23 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001142 10.0.0.41 - - [2025-10-23 02:09:29] "GET /virtual-network/ce3e6d7b-2482-447d-bf7b-3d11cab41242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005317 10.0.0.41 - - [2025-10-23 02:09:29] "GET /virtual-network/ce3e6d7b-2482-447d-bf7b-3d11cab41242?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005415 10.0.0.41 - - [2025-10-23 02:09:29] "POST /neutron/network HTTP/1.1" 200 902 0.006433 10.0.0.41 - - [2025-10-23 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.133 - - [2025-10-23 02:09:29] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000794 10.0.0.41 - - [2025-10-23 02:09:29] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053011 10.0.0.133 - - [2025-10-23 02:09:29] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000859 10.0.0.41 - - [2025-10-23 02:09:29] "POST /neutron/network HTTP/1.1" 200 682 0.128955 10.0.0.73 - - [2025-10-23 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.026296 10.0.0.41 - - [2025-10-23 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.003689 10.0.0.41 - - [2025-10-23 02:09:30] "GET /virtual-network/66942c9a-e213-458f-8682-c6cb7cf9eca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005407 10.0.0.41 - - [2025-10-23 02:09:30] "POST /neutron/network HTTP/1.1" 200 902 0.006389 10.0.0.41 - - [2025-10-23 02:09:30] "GET /virtual-network/66942c9a-e213-458f-8682-c6cb7cf9eca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006396 10.0.0.41 - - [2025-10-23 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.133 - - [2025-10-23 02:09:30] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000865 10.0.0.41 - - [2025-10-23 02:09:30] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038513 10.0.0.41 - - [2025-10-23 02:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.010981 10.0.0.41 - - [2025-10-23 02:09:30] "POST /neutron/network HTTP/1.1" 200 902 0.010305 10.0.0.41 - - [2025-10-23 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.000968 10.0.0.41 - - [2025-10-23 02:09:30] "GET /virtual-network/a96d8707-6494-4146-af65-1a306ffc0b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005546 10.0.0.41 - - [2025-10-23 02:09:30] "GET /virtual-network/a96d8707-6494-4146-af65-1a306ffc0b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005806 10.0.0.41 - - [2025-10-23 02:09:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.009096 10.0.0.41 - - [2025-10-23 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.000964 10.0.0.133 - - [2025-10-23 02:09:32] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000891 10.0.0.41 - - [2025-10-23 02:09:32] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.070303 10.0.0.41 - - [2025-10-23 02:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.007040 10.0.0.41 - - [2025-10-23 02:09:32] "POST /id-to-fqname HTTP/1.1" 200 262 0.001555 10.0.0.41 - - [2025-10-23 02:09:32] "POST /neutron/network HTTP/1.1" 200 912 0.006983 10.0.0.41 - - [2025-10-23 02:09:33] "POST /neutron/port HTTP/1.1" 200 1066 0.015984 10.0.0.41 - - [2025-10-23 02:09:33] "POST /neutron/port HTTP/1.1" 200 1094 0.023186 10.0.0.133 - - [2025-10-23 02:09:33] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000925 10.0.0.41 - - [2025-10-23 02:09:33] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.089485 10.0.0.41 - - [2025-10-23 02:09:33] "POST /neutron/network HTTP/1.1" 200 902 0.006582 10.0.0.41 - - [2025-10-23 02:09:33] "POST /neutron/port HTTP/1.1" 200 1094 0.017859 10.0.0.41 - - [2025-10-23 02:09:34] "POST /neutron/network HTTP/1.1" 200 912 0.006318 10.0.0.41 - - [2025-10-23 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.002821 10.0.0.41 - - [2025-10-23 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.016491 10.0.0.133 - - [2025-10-23 02:09:34] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.41 - - [2025-10-23 02:09:34] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007606 10.0.0.41 - - [2025-10-23 02:09:34] "POST /service-templates HTTP/1.1" 200 545 0.031152 10.0.0.41 - - [2025-10-23 02:09:34] "POST /neutron/port HTTP/1.1" 200 1064 0.023170 10.0.0.41 - - [2025-10-23 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-10-23 02:09:34] "GET /service-template/90a77262-e7e9-4e18-9197-6ea94cea2081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.010962 10.0.0.41 - - [2025-10-23 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-23 02:09:35] "GET /service-template/90a77262-e7e9-4e18-9197-6ea94cea2081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.007840 10.0.0.41 - - [2025-10-23 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.001184 10.0.0.41 - - [2025-10-23 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.000854 10.0.0.41 - - [2025-10-23 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.001182 10.0.0.41 - - [2025-10-23 02:09:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.41 - - [2025-10-23 02:09:35] "POST /neutron/network HTTP/1.1" 200 902 0.007357 10.0.0.41 - - [2025-10-23 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.41 - - [2025-10-23 02:09:35] "DELETE /service-template/90a77262-e7e9-4e18-9197-6ea94cea2081 HTTP/1.1" 200 115 0.048151 10.0.0.41 - - [2025-10-23 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004352 10.0.0.41 - - [2025-10-23 02:09:37] "POST /neutron/network HTTP/1.1" 200 902 0.006552 10.0.0.41 - - [2025-10-23 02:09:38] "POST /neutron/port HTTP/1.1" 200 1118 0.014019 10.0.0.41 - - [2025-10-23 02:09:38] "POST /neutron/port HTTP/1.1" 200 1120 0.010374 10.0.0.133 - - [2025-10-23 02:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003296 10.0.0.133 - - [2025-10-23 02:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.73 - - [2025-10-23 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2025-10-23 02:09:40] "POST /neutron/network HTTP/1.1" 200 151 0.137780 10.0.0.73 - - [2025-10-23 02:09:40] "DELETE /route-target/c81f630c-4dfe-49b1-a548-2fffc9780184 HTTP/1.1" 200 115 0.023081 10.0.0.41 - - [2025-10-23 02:09:40] "POST /neutron/network HTTP/1.1" 200 902 0.012211 10.0.0.133 - - [2025-10-23 02:09:40] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000907 10.0.0.41 - - [2025-10-23 02:09:40] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067156 10.0.0.133 - - [2025-10-23 02:09:40] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000857 10.0.0.41 - - [2025-10-23 02:09:40] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?fields=virtual_networks HTTP/1.1" 200 1045 0.055045 10.0.0.133 - - [2025-10-23 02:09:40] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000843 10.0.0.41 - - [2025-10-23 02:09:40] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045403 10.0.0.133 - - [2025-10-23 02:09:40] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000926 10.0.0.41 - - [2025-10-23 02:09:40] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?fields=security_groups HTTP/1.1" 200 1277 0.030969 10.0.0.41 - - [2025-10-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.028653 10.0.0.133 - - [2025-10-23 02:09:41] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.133 - - [2025-10-23 02:09:41] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000814 10.0.0.133 - - [2025-10-23 02:09:41] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006271 10.0.0.133 - - [2025-10-23 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 199 0.001212 10.0.0.133 - - [2025-10-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.003515 10.0.0.133 - - [2025-10-23 02:09:42] "POST /security-groups HTTP/1.1" 200 600 0.074023 10.0.0.73 - - [2025-10-23 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 243 0.003431 10.0.0.133 - - [2025-10-23 02:09:42] "POST /projects HTTP/1.1" 200 603 0.288702 10.0.0.133 - - [2025-10-23 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.367109 10.0.0.73 - - [2025-10-23 02:09:42] "POST /access-control-lists HTTP/1.1" 200 605 0.030009 10.0.0.41 - - [2025-10-23 02:09:42] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.511844 10.0.0.41 - - [2025-10-23 02:09:43] "GET / HTTP/1.1" 200 36215 0.001846 10.0.0.41 - - [2025-10-23 02:09:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.41 - - [2025-10-23 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.065513 10.0.0.133 - - [2025-10-23 02:09:44] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000863 10.0.0.41 - - [2025-10-23 02:09:44] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.043059 10.0.0.133 - - [2025-10-23 02:09:44] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001079 10.0.0.41 - - [2025-10-23 02:09:44] "POST /neutron/network HTTP/1.1" 200 694 0.164087 10.0.0.73 - - [2025-10-23 02:09:45] "POST /route-targets HTTP/1.1" 200 328 0.015285 10.0.0.133 - - [2025-10-23 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004149 10.0.0.41 - - [2025-10-23 02:09:45] "POST /neutron/network HTTP/1.1" 200 1083 0.012834 10.0.0.41 - - [2025-10-23 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001264 10.0.0.41 - - [2025-10-23 02:09:45] "GET /virtual-network/30f0d20f-a087-4874-8b7e-746408f6ac04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.005801 10.0.0.41 - - [2025-10-23 02:09:45] "GET /virtual-network/30f0d20f-a087-4874-8b7e-746408f6ac04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2752 0.007146 10.0.0.41 - - [2025-10-23 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 818 0.009411 10.0.0.41 - - [2025-10-23 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.133 - - [2025-10-23 02:09:45] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000979 10.0.0.41 - - [2025-10-23 02:09:45] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.063052 10.0.0.133 - - [2025-10-23 02:09:45] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001037 10.0.0.41 - - [2025-10-23 02:09:46] "POST /neutron/network HTTP/1.1" 200 694 0.145068 10.0.0.73 - - [2025-10-23 02:09:46] "POST /ref-update HTTP/1.1" 200 156 0.024594 10.0.0.133 - - [2025-10-23 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.006117 10.0.0.41 - - [2025-10-23 02:09:46] "POST /neutron/network HTTP/1.1" 200 1088 0.012646 10.0.0.41 - - [2025-10-23 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 269 0.000980 10.0.0.41 - - [2025-10-23 02:09:46] "GET /virtual-network/03dc5596-3622-48a3-a686-ded48fca8286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.004842 10.0.0.41 - - [2025-10-23 02:09:46] "GET /virtual-network/03dc5596-3622-48a3-a686-ded48fca8286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005828 10.0.0.41 - - [2025-10-23 02:09:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.008812 10.0.0.41 - - [2025-10-23 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.133 - - [2025-10-23 02:09:46] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001067 10.0.0.41 - - [2025-10-23 02:09:46] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.048642 10.0.0.133 - - [2025-10-23 02:09:46] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000897 10.0.0.41 - - [2025-10-23 02:09:47] "POST /neutron/network HTTP/1.1" 200 696 0.147364 10.0.0.41 - - [2025-10-23 02:09:47] "POST /neutron/network HTTP/1.1" 200 1088 0.010649 10.0.0.41 - - [2025-10-23 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 270 0.000961 10.0.0.41 - - [2025-10-23 02:09:47] "GET /virtual-network/001e4b17-2186-43ca-b78e-7785ab4fbf10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.004714 10.0.0.41 - - [2025-10-23 02:09:47] "GET /virtual-network/001e4b17-2186-43ca-b78e-7785ab4fbf10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005803 10.0.0.41 - - [2025-10-23 02:09:47] "POST /neutron/subnet HTTP/1.1" 200 813 0.008430 10.0.0.41 - - [2025-10-23 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 269 0.001114 10.0.0.133 - - [2025-10-23 02:09:48] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000870 10.0.0.41 - - [2025-10-23 02:09:48] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.063401 10.0.0.41 - - [2025-10-23 02:09:48] "POST /neutron/network HTTP/1.1" 200 1088 0.010138 10.0.0.41 - - [2025-10-23 02:09:49] "POST /id-to-fqname HTTP/1.1" 200 270 0.001168 10.0.0.41 - - [2025-10-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.005812 10.0.0.133 - - [2025-10-23 02:09:49] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001231 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1177 0.400394 10.0.0.133 - - [2025-10-23 02:09:50] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000864 10.0.0.41 - - [2025-10-23 02:09:50] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.117393 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/network HTTP/1.1" 200 1088 0.009444 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 1205 0.039325 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2067 0.006486 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.41 - - [2025-10-23 02:09:50] "POST /neutron/network HTTP/1.1" 200 1098 0.008643 10.0.0.41 - - [2025-10-23 02:09:51] "POST /neutron/port HTTP/1.1" 200 1175 0.028544 10.0.0.41 - - [2025-10-23 02:09:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.41 - - [2025-10-23 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.005630 10.0.0.41 - - [2025-10-23 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.41 - - [2025-10-23 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.000926 10.0.0.133 - - [2025-10-23 02:09:52] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.41 - - [2025-10-23 02:09:52] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007211 10.0.0.41 - - [2025-10-23 02:09:52] "POST /service-templates HTTP/1.1" 200 545 0.040327 10.0.0.41 - - [2025-10-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.41 - - [2025-10-23 02:09:52] "GET /service-template/312cde70-1087-4624-9ed2-2d4c1573892d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.005822 10.0.0.41 - - [2025-10-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.41 - - [2025-10-23 02:09:52] "GET /service-template/312cde70-1087-4624-9ed2-2d4c1573892d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004103 10.0.0.41 - - [2025-10-23 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.001139 10.0.0.41 - - [2025-10-23 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.001173 10.0.0.41 - - [2025-10-23 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 270 0.001177 10.0.0.41 - - [2025-10-23 02:09:52] "POST /neutron/port HTTP/1.1" 200 2290 0.019567 10.0.0.41 - - [2025-10-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2025-10-23 02:09:52] "DELETE /service-template/312cde70-1087-4624-9ed2-2d4c1573892d HTTP/1.1" 200 115 0.029306 10.0.0.41 - - [2025-10-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003854 10.0.0.41 - - [2025-10-23 02:09:54] "POST /neutron/network HTTP/1.1" 400 204 0.012557 10.0.0.41 - - [2025-10-23 02:09:54] "POST /neutron/port HTTP/1.1" 200 151 0.227690 10.0.0.41 - - [2025-10-23 02:09:55] "POST /neutron/port HTTP/1.1" 200 151 0.256638 10.0.0.73 - - [2025-10-23 02:09:55] "GET /obj-perms HTTP/1.1" 200 5056 0.093443 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/d8f4c7a9-eb08-4443-9ae9-1ef3bf75676f HTTP/1.1" 404 177 0.016975 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/3d4398c604f54e6889fb520ad29d5fab HTTP/1.1" 404 173 0.013243 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/4dd029459e644296b27e6d7d5be07700 HTTP/1.1" 404 173 0.021564 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/1af76efd487849daa74d0c0ba0535fb5 HTTP/1.1" 404 173 0.010180 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/905bbef0a7de4d19ad42e90b68db59c9 HTTP/1.1" 404 173 0.011983 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001003 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.071843 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.090181 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001275 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.099371 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001564 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?fields=security_groups HTTP/1.1" 200 1379 0.082571 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?fields=security_groups HTTP/1.1" 200 1378 0.087554 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?fields=security_groups HTTP/1.1" 200 1386 0.153347 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /security-group/df0647e0-06b2-486a-aa20-9f3ad9366daf HTTP/1.1" 200 115 0.133740 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=905bbef0-a7de-4d19-ad42-e90b68db59c9&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000998 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /security-group/3b6b5015-7f30-4817-b90c-1117e80fa611 HTTP/1.1" 200 115 0.121306 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=4dd02945-9e64-4296-b27e-6d7d5be07700&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000756 10.0.0.73 - - [2025-10-23 02:09:56] "DELETE /access-control-list/b7a8ece3-14e8-41d9-a4b9-0951600cf5fe HTTP/1.1" 200 115 0.079377 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /security-group/0d745129-40b2-4944-b177-35137a650964 HTTP/1.1" 200 115 0.096858 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/905bbef0-a7de-4d19-ad42-e90b68db59c9?fields=application_policy_sets HTTP/1.1" 200 1418 0.077148 10.0.0.133 - - [2025-10-23 02:09:56] "GET /projects?obj_uuids=3d4398c6-04f5-4e68-89fb-520ad29d5fab&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/4dd02945-9e64-4296-b27e-6d7d5be07700?fields=application_policy_sets HTTP/1.1" 200 1417 0.130019 10.0.0.41 - - [2025-10-23 02:09:56] "POST /neutron/network HTTP/1.1" 200 1088 0.047387 10.0.0.133 - - [2025-10-23 02:09:56] "GET /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab?fields=application_policy_sets HTTP/1.1" 200 1425 0.134282 10.0.0.73 - - [2025-10-23 02:09:56] "DELETE /access-control-list/1ef18dc9-83b7-4304-8577-63b906e3e521 HTTP/1.1" 200 115 0.068744 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/905bbef0-a7de-4d19-ad42-e90b68db59c9 HTTP/1.1" 200 115 0.728344 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/4dd02945-9e64-4296-b27e-6d7d5be07700 HTTP/1.1" 200 115 0.774165 10.0.0.133 - - [2025-10-23 02:09:56] "DELETE /project/3d4398c6-04f5-4e68-89fb-520ad29d5fab HTTP/1.1" 200 115 0.807914 10.0.0.73 - - [2025-10-23 02:09:56] "DELETE /access-control-list/a75d667e-e368-4df2-9f26-96964aa39eb8 HTTP/1.1" 200 115 0.060922 10.0.0.73 - - [2025-10-23 02:09:57] "DELETE /route-target/141e5ceb-4d97-4823-af9b-11dab2dceb8a HTTP/1.1" 200 115 0.044648 10.0.0.133 - - [2025-10-23 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003280 10.0.0.133 - - [2025-10-23 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.133 - - [2025-10-23 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.133 - - [2025-10-23 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002964 10.0.0.41 - - [2025-10-23 02:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.187450 10.0.0.133 - - [2025-10-23 02:09:57] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002384 10.0.0.41 - - [2025-10-23 02:09:57] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.092374 10.0.0.133 - - [2025-10-23 02:09:57] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000932 10.0.0.41 - - [2025-10-23 02:09:57] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?fields=virtual_networks HTTP/1.1" 200 1052 0.035683 10.0.0.133 - - [2025-10-23 02:09:57] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000862 10.0.0.41 - - [2025-10-23 02:09:57] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.031309 10.0.0.133 - - [2025-10-23 02:09:57] "GET /projects?obj_uuids=1af76efd-4878-49da-a74d-0c0ba0535fb5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001147 10.0.0.41 - - [2025-10-23 02:09:57] "GET /project/1af76efd-4878-49da-a74d-0c0ba0535fb5?fields=security_groups HTTP/1.1" 200 1288 0.041778 10.0.0.41 - - [2025-10-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.026794 10.0.0.133 - - [2025-10-23 02:09:58] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.133 - - [2025-10-23 02:09:58] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.133 - - [2025-10-23 02:09:58] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006784 10.0.0.133 - - [2025-10-23 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.001410 10.0.0.133 - - [2025-10-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004438 10.0.0.133 - - [2025-10-23 02:09:58] "POST /security-groups HTTP/1.1" 200 603 0.032622 10.0.0.73 - - [2025-10-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.002683 10.0.0.133 - - [2025-10-23 02:09:58] "POST /projects HTTP/1.1" 200 609 0.233689 10.0.0.133 - - [2025-10-23 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.310729 10.0.0.73 - - [2025-10-23 02:09:59] "POST /access-control-lists HTTP/1.1" 200 608 0.032254 10.0.0.41 - - [2025-10-23 02:09:59] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.458956 10.0.0.41 - - [2025-10-23 02:10:00] "GET / HTTP/1.1" 200 36215 0.001780 10.0.0.41 - - [2025-10-23 02:10:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2025-10-23 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.070478 10.0.0.133 - - [2025-10-23 02:10:02] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.41 - - [2025-10-23 02:10:02] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051854 10.0.0.133 - - [2025-10-23 02:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007278 10.0.0.41 - - [2025-10-23 02:10:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.291673 10.0.0.41 - - [2025-10-23 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001150 10.0.0.41 - - [2025-10-23 02:10:02] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004917 10.0.0.41 - - [2025-10-23 02:10:02] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006102 10.0.0.41 - - [2025-10-23 02:10:02] "POST /neutron/network HTTP/1.1" 200 838 0.006518 10.0.0.41 - - [2025-10-23 02:10:03] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005439 10.0.0.41 - - [2025-10-23 02:10:04] "GET /obj-perms HTTP/1.1" 200 5054 0.060149 10.0.0.41 - - [2025-10-23 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007184 10.0.0.133 - - [2025-10-23 02:10:05] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.41 - - [2025-10-23 02:10:05] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.067014 10.0.0.133 - - [2025-10-23 02:10:05] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.41 - - [2025-10-23 02:10:05] "POST /neutron/network HTTP/1.1" 200 619 0.128883 10.0.0.73 - - [2025-10-23 02:10:05] "POST /route-targets HTTP/1.1" 200 328 0.018891 10.0.0.41 - - [2025-10-23 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.003194 10.0.0.41 - - [2025-10-23 02:10:05] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004827 10.0.0.41 - - [2025-10-23 02:10:05] "POST /neutron/network HTTP/1.1" 200 836 0.006077 10.0.0.41 - - [2025-10-23 02:10:05] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004599 10.0.0.41 - - [2025-10-23 02:10:06] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005967 10.0.0.41 - - [2025-10-23 02:10:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001306 10.0.0.41 - - [2025-10-23 02:10:44] "POST /neutron/network HTTP/1.1" 200 846 0.005974 10.0.0.73 - - [2025-10-23 02:10:44] "DELETE /access-control-list/5a47bfa8-4b6b-46bd-88d9-3cd5720a119f HTTP/1.1" 200 115 0.035914 10.0.0.133 - - [2025-10-23 02:10:45] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.030985 10.0.0.41 - - [2025-10-23 02:10:45] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.102297 10.0.0.41 - - [2025-10-23 02:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.016760 10.0.0.41 - - [2025-10-23 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001137 10.0.0.41 - - [2025-10-23 02:10:45] "POST /neutron/network HTTP/1.1" 200 846 0.007261 10.0.0.133 - - [2025-10-23 02:10:46] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.41 - - [2025-10-23 02:10:46] "POST /neutron/port HTTP/1.1" 200 1070 0.031829 10.0.0.41 - - [2025-10-23 02:10:46] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.125954 10.0.0.41 - - [2025-10-23 02:10:47] "POST /neutron/port HTTP/1.1" 200 1098 0.120182 10.0.0.41 - - [2025-10-23 02:10:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010016 10.0.0.41 - - [2025-10-23 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013934 10.0.0.133 - - [2025-10-23 02:10:47] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.41 - - [2025-10-23 02:10:47] "POST /neutron/port HTTP/1.1" 200 117 0.002462 10.0.0.41 - - [2025-10-23 02:10:47] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.081921 10.0.0.41 - - [2025-10-23 02:10:47] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014300 10.0.0.41 - - [2025-10-23 02:10:47] "GET /floating-ip-pools?parent_id=78baa139-2151-49f5-b62f-24ce9c117551&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003358 10.0.0.41 - - [2025-10-23 02:10:47] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005922 10.0.0.41 - - [2025-10-23 02:10:47] "POST /floating-ip-pools HTTP/1.1" 200 611 0.075380 10.0.0.41 - - [2025-10-23 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.030128 10.0.0.41 - - [2025-10-23 02:10:47] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005518 10.0.0.133 - - [2025-10-23 02:10:48] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.41 - - [2025-10-23 02:10:48] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005427 10.0.0.41 - - [2025-10-23 02:10:48] "POST /neutron/port HTTP/1.1" 200 1072 0.598287 10.0.0.41 - - [2025-10-23 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016844 10.0.0.41 - - [2025-10-23 02:10:49] "POST /neutron/port HTTP/1.1" 200 1100 0.038971 10.0.0.41 - - [2025-10-23 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.002565 10.0.0.41 - - [2025-10-23 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013913 10.0.0.133 - - [2025-10-23 02:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.076784 10.0.0.133 - - [2025-10-23 02:10:56] "DELETE /project/1af76efd-4878-49da-a74d-0c0ba0535fb5 HTTP/1.1" 404 177 0.037557 10.0.0.133 - - [2025-10-23 02:10:57] "DELETE /project/fc9bffeefa114e31b0e1b7740880e988 HTTP/1.1" 404 173 0.050990 10.0.0.41 - - [2025-10-23 02:11:04] "POST /neutron/port HTTP/1.1" 200 1098 0.037374 10.0.0.41 - - [2025-10-23 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007174 10.0.0.41 - - [2025-10-23 02:11:19] "POST /neutron/port HTTP/1.1" 200 1098 0.014556 10.0.0.41 - - [2025-10-23 02:11:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006889 10.0.0.41 - - [2025-10-23 02:11:34] "POST /neutron/port HTTP/1.1" 200 1098 0.015188 10.0.0.41 - - [2025-10-23 02:11:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006771 10.0.0.41 - - [2025-10-23 02:11:50] "POST /neutron/port HTTP/1.1" 200 1098 0.014770 10.0.0.41 - - [2025-10-23 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007130 10.0.0.41 - - [2025-10-23 02:11:50] "GET /virtual-machine/956f8f03-5619-4ff1-9f69-138244d696fa HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-10-23 02:11:50] "GET /virtual-machine/956f8f03-5619-4ff1-9f69-138244d696fa HTTP/1.1" 200 1307 0.031776 10.0.0.41 - - [2025-10-23 02:11:50] "GET /virtual-machine-interface/2bb4ff24-d6e2-4702-9245-3a6bdb27caee HTTP/1.1" 200 3011 0.007216 10.0.0.41 - - [2025-10-23 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2025-10-23 02:11:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004362 10.0.0.41 - - [2025-10-23 02:11:50] "GET /virtual-networks?parent_id=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004294 10.0.0.41 - - [2025-10-23 02:11:50] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006062 10.0.0.41 - - [2025-10-23 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-10-23 02:11:53] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005371 10.0.0.73 - - [2025-10-23 02:11:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054476 10.0.0.41 - - [2025-10-23 02:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2025-10-23 02:11:57] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006655 10.0.0.41 - - [2025-10-23 02:11:59] "POST /neutron/port HTTP/1.1" 200 1098 0.014388 10.0.0.41 - - [2025-10-23 02:11:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003634 10.0.0.41 - - [2025-10-23 02:11:59] "POST /neutron/network HTTP/1.1" 200 836 0.006868 10.0.0.41 - - [2025-10-23 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.41 - - [2025-10-23 02:12:01] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005465 10.0.0.41 - - [2025-10-23 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-10-23 02:12:05] "POST /neutron/network HTTP/1.1" 200 848 0.030456 10.0.0.41 - - [2025-10-23 02:12:06] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005385 10.0.0.41 - - [2025-10-23 02:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.41 - - [2025-10-23 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.41 - - [2025-10-23 02:12:10] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005042 10.0.0.41 - - [2025-10-23 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.41 - - [2025-10-23 02:12:14] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004887 10.0.0.41 - - [2025-10-23 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.41 - - [2025-10-23 02:12:18] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005709 10.0.0.41 - - [2025-10-23 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.41 - - [2025-10-23 02:12:22] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008665 10.0.0.41 - - [2025-10-23 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2025-10-23 02:12:26] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005609 10.0.0.41 - - [2025-10-23 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-10-23 02:12:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003555 10.0.0.41 - - [2025-10-23 02:12:28] "GET /virtual-networks?parent_id=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002859 10.0.0.41 - - [2025-10-23 02:12:28] "GET /virtual-network/26cfa395-fb42-4a9b-8a5d-b858f5490975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005857 10.0.0.41 - - [2025-10-23 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009350 10.0.0.41 - - [2025-10-23 02:12:38] "POST /neutron/port HTTP/1.1" 200 1098 0.015411 10.0.0.41 - - [2025-10-23 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.027414 10.0.0.41 - - [2025-10-23 02:12:48] "POST /neutron/port HTTP/1.1" 200 1100 0.019916 10.0.0.41 - - [2025-10-23 02:12:49] "POST /neutron/port HTTP/1.1" 200 1098 0.015340 10.0.0.41 - - [2025-10-23 02:12:49] "POST /neutron/port HTTP/1.1" 200 1100 0.019640 10.0.0.41 - - [2025-10-23 02:12:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006561 10.0.0.41 - - [2025-10-23 02:12:49] "GET /virtual-machine/f4917504-7466-470d-a655-a1a0f465db30 HTTP/1.1" 200 1307 0.005689 10.0.0.41 - - [2025-10-23 02:12:49] "GET /virtual-machine-interface/b3d94272-043e-4a29-a369-e3def4f6225e HTTP/1.1" 200 3012 0.004634 10.0.0.41 - - [2025-10-23 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2025-10-23 02:12:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003537 10.0.0.41 - - [2025-10-23 02:12:49] "GET /virtual-networks?parent_id=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002469 10.0.0.41 - - [2025-10-23 02:12:49] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005821 10.0.0.41 - - [2025-10-23 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2025-10-23 02:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003050 10.0.0.41 - - [2025-10-23 02:12:50] "GET /virtual-networks?parent_id=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002902 10.0.0.41 - - [2025-10-23 02:12:50] "GET /virtual-network/78baa139-2151-49f5-b62f-24ce9c117551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005593 10.0.0.41 - - [2025-10-23 02:12:50] "POST /neutron/port HTTP/1.1" 200 1100 0.013489 10.0.0.41 - - [2025-10-23 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006787 10.0.0.41 - - [2025-10-23 02:12:57] "GET /obj-perms HTTP/1.1" 200 5056 0.059201 10.0.0.133 - - [2025-10-23 02:12:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.133 - - [2025-10-23 02:12:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.133 - - [2025-10-23 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.133 - - [2025-10-23 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-10-23 02:13:00] "POST /neutron/network HTTP/1.1" 200 846 0.006331 10.0.0.41 - - [2025-10-23 02:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.73 - - [2025-10-23 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2025-10-23 02:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2025-10-23 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000279 10.0.0.41 - - [2025-10-23 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-10-23 02:13:01] "GET /routing-instance/45234a31-afa5-4b33-bcd4-1b0fc9e8c09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003706 10.0.0.73 - - [2025-10-23 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2025-10-23 02:13:01] "GET /route-target/aad2952b-e734-4df4-86ab-91c74dbf390f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004660 10.0.0.41 - - [2025-10-23 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-10-23 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.41 - - [2025-10-23 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2025-10-23 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.41 - - [2025-10-23 02:13:06] "POST /neutron/port HTTP/1.1" 200 1100 0.017697 10.0.0.41 - - [2025-10-23 02:13:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004896 10.0.0.41 - - [2025-10-23 02:13:06] "POST /neutron/network HTTP/1.1" 200 838 0.008104 10.0.0.41 - - [2025-10-23 02:13:56] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016562 10.0.0.41 - - [2025-10-23 02:13:56] "GET /floating-ip-pool/4f1fdf30-615b-4c04-aa8d-39793aff7701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003538 10.0.0.41 - - [2025-10-23 02:13:56] "POST /ref-update HTTP/1.1" 200 156 0.012472 10.0.0.41 - - [2025-10-23 02:13:56] "DELETE /floating-ip-pool/4f1fdf30-615b-4c04-aa8d-39793aff7701 HTTP/1.1" 200 115 0.032150 10.0.0.41 - - [2025-10-23 02:13:56] "POST /neutron/network HTTP/1.1" 400 204 0.014580 10.0.0.41 - - [2025-10-23 02:13:57] "POST /neutron/port HTTP/1.1" 200 151 0.180162 10.0.0.41 - - [2025-10-23 02:13:57] "POST /neutron/port HTTP/1.1" 200 151 0.203712 10.0.0.41 - - [2025-10-23 02:13:58] "POST /neutron/network HTTP/1.1" 200 838 0.006063 10.0.0.73 - - [2025-10-23 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028694 10.0.0.133 - - [2025-10-23 02:14:00] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.41 - - [2025-10-23 02:14:00] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076503 10.0.0.133 - - [2025-10-23 02:14:00] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001633 10.0.0.41 - - [2025-10-23 02:14:00] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?fields=virtual_networks HTTP/1.1" 200 1059 0.050979 10.0.0.133 - - [2025-10-23 02:14:00] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.41 - - [2025-10-23 02:14:00] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.043169 10.0.0.133 - - [2025-10-23 02:14:00] "GET /projects?obj_uuids=fc9bffee-fa11-4e31-b0e1-b7740880e988&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.41 - - [2025-10-23 02:14:00] "GET /project/fc9bffee-fa11-4e31-b0e1-b7740880e988?fields=security_groups HTTP/1.1" 200 1298 0.047336 10.0.0.41 - - [2025-10-23 02:14:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.023864 10.0.0.133 - - [2025-10-23 02:14:01] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.133 - - [2025-10-23 02:14:01] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.133 - - [2025-10-23 02:14:01] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008809 10.0.0.133 - - [2025-10-23 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.004306 10.0.0.133 - - [2025-10-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.006515 10.0.0.133 - - [2025-10-23 02:14:02] "POST /security-groups HTTP/1.1" 200 591 0.070020 10.0.0.133 - - [2025-10-23 02:14:02] "POST /projects HTTP/1.1" 200 585 0.293369 10.0.0.73 - - [2025-10-23 02:14:02] "POST /access-control-lists HTTP/1.1" 200 598 0.025943 10.0.0.133 - - [2025-10-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.370338 10.0.0.41 - - [2025-10-23 02:14:02] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.508406 10.0.0.41 - - [2025-10-23 02:14:03] "GET / HTTP/1.1" 200 36215 0.001322 10.0.0.133 - - [2025-10-23 02:14:06] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.41 - - [2025-10-23 02:14:06] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051924 10.0.0.133 - - [2025-10-23 02:14:06] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.41 - - [2025-10-23 02:14:06] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?fields=virtual_networks HTTP/1.1" 200 1034 0.044796 10.0.0.133 - - [2025-10-23 02:14:06] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.41 - - [2025-10-23 02:14:06] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038177 10.0.0.133 - - [2025-10-23 02:14:06] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.41 - - [2025-10-23 02:14:06] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?fields=security_groups HTTP/1.1" 200 1261 0.042006 10.0.0.41 - - [2025-10-23 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.025373 10.0.0.133 - - [2025-10-23 02:14:07] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003542 10.0.0.133 - - [2025-10-23 02:14:07] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.133 - - [2025-10-23 02:14:07] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008037 10.0.0.133 - - [2025-10-23 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.002316 10.0.0.133 - - [2025-10-23 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.007101 10.0.0.133 - - [2025-10-23 02:14:08] "POST /security-groups HTTP/1.1" 200 586 0.030739 10.0.0.73 - - [2025-10-23 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003766 10.0.0.133 - - [2025-10-23 02:14:08] "POST /projects HTTP/1.1" 200 575 0.249179 10.0.0.133 - - [2025-10-23 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.322910 10.0.0.73 - - [2025-10-23 02:14:08] "POST /access-control-lists HTTP/1.1" 200 591 0.025503 10.0.0.41 - - [2025-10-23 02:14:08] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.450294 10.0.0.41 - - [2025-10-23 02:14:09] "GET / HTTP/1.1" 200 36215 0.001311 10.0.0.133 - - [2025-10-23 02:14:15] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.41 - - [2025-10-23 02:14:15] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.057914 10.0.0.133 - - [2025-10-23 02:14:15] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000869 10.0.0.41 - - [2025-10-23 02:14:15] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?fields=virtual_networks HTTP/1.1" 200 1024 0.070987 10.0.0.133 - - [2025-10-23 02:14:15] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000880 10.0.0.41 - - [2025-10-23 02:14:15] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.049840 10.0.0.133 - - [2025-10-23 02:14:15] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001068 10.0.0.41 - - [2025-10-23 02:14:15] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?fields=security_groups HTTP/1.1" 200 1246 0.048624 10.0.0.41 - - [2025-10-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.026349 10.0.0.133 - - [2025-10-23 02:14:16] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004257 10.0.0.133 - - [2025-10-23 02:14:16] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.133 - - [2025-10-23 02:14:16] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008263 10.0.0.133 - - [2025-10-23 02:14:16] "POST /id-to-fqname HTTP/1.1" 200 189 0.012678 10.0.0.133 - - [2025-10-23 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.004264 10.0.0.133 - - [2025-10-23 02:14:16] "POST /security-groups HTTP/1.1" 200 590 0.073260 10.0.0.133 - - [2025-10-23 02:14:16] "POST /projects HTTP/1.1" 200 583 0.322648 10.0.0.73 - - [2025-10-23 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.014737 10.0.0.133 - - [2025-10-23 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.404020 10.0.0.41 - - [2025-10-23 02:14:17] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.590586 10.0.0.41 - - [2025-10-23 02:14:18] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.133 - - [2025-10-23 02:14:21] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001025 10.0.0.41 - - [2025-10-23 02:14:21] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058662 10.0.0.133 - - [2025-10-23 02:14:21] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001179 10.0.0.41 - - [2025-10-23 02:14:21] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?fields=virtual_networks HTTP/1.1" 200 1032 0.073595 10.0.0.133 - - [2025-10-23 02:14:21] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001105 10.0.0.41 - - [2025-10-23 02:14:21] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.034235 10.0.0.133 - - [2025-10-23 02:14:21] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001503 10.0.0.41 - - [2025-10-23 02:14:21] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?fields=security_groups HTTP/1.1" 200 1258 0.083461 10.0.0.41 - - [2025-10-23 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.029708 10.0.0.133 - - [2025-10-23 02:14:23] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003099 10.0.0.133 - - [2025-10-23 02:14:23] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.133 - - [2025-10-23 02:14:23] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006734 10.0.0.133 - - [2025-10-23 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001435 10.0.0.133 - - [2025-10-23 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.007053 10.0.0.133 - - [2025-10-23 02:14:23] "POST /security-groups HTTP/1.1" 200 591 0.032112 10.0.0.133 - - [2025-10-23 02:14:23] "POST /projects HTTP/1.1" 200 585 0.241198 10.0.0.73 - - [2025-10-23 02:14:23] "POST /access-control-lists HTTP/1.1" 200 598 0.026097 10.0.0.133 - - [2025-10-23 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.322624 10.0.0.41 - - [2025-10-23 02:14:23] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.485017 10.0.0.41 - - [2025-10-23 02:14:24] "GET / HTTP/1.1" 200 36215 0.001589 10.0.0.133 - - [2025-10-23 02:14:28] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.41 - - [2025-10-23 02:14:28] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042264 10.0.0.133 - - [2025-10-23 02:14:28] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000803 10.0.0.41 - - [2025-10-23 02:14:28] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?fields=virtual_networks HTTP/1.1" 200 1035 0.036299 10.0.0.133 - - [2025-10-23 02:14:28] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.41 - - [2025-10-23 02:14:28] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.032986 10.0.0.133 - - [2025-10-23 02:14:28] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.41 - - [2025-10-23 02:14:28] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?fields=security_groups HTTP/1.1" 200 1262 0.035580 10.0.0.41 - - [2025-10-23 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.026776 10.0.0.133 - - [2025-10-23 02:14:29] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003098 10.0.0.133 - - [2025-10-23 02:14:29] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.133 - - [2025-10-23 02:14:29] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008551 10.0.0.133 - - [2025-10-23 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 194 0.002737 10.0.0.133 - - [2025-10-23 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.005090 10.0.0.133 - - [2025-10-23 02:14:29] "POST /security-groups HTTP/1.1" 200 595 0.073600 10.0.0.73 - - [2025-10-23 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 238 0.002909 10.0.0.133 - - [2025-10-23 02:14:29] "POST /projects HTTP/1.1" 200 593 0.288197 10.0.0.133 - - [2025-10-23 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.360885 10.0.0.73 - - [2025-10-23 02:14:29] "POST /access-control-lists HTTP/1.1" 200 600 0.026931 10.0.0.41 - - [2025-10-23 02:14:29] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.495780 10.0.0.41 - - [2025-10-23 02:14:30] "GET / HTTP/1.1" 200 36215 0.001425 10.0.0.133 - - [2025-10-23 02:14:34] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.41 - - [2025-10-23 02:14:34] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.035656 10.0.0.133 - - [2025-10-23 02:14:34] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000835 10.0.0.41 - - [2025-10-23 02:14:34] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?fields=virtual_networks HTTP/1.1" 200 1041 0.062837 10.0.0.133 - - [2025-10-23 02:14:34] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.41 - - [2025-10-23 02:14:34] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038499 10.0.0.133 - - [2025-10-23 02:14:34] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001023 10.0.0.41 - - [2025-10-23 02:14:34] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?fields=security_groups HTTP/1.1" 200 1272 0.045819 10.0.0.41 - - [2025-10-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.029557 10.0.0.133 - - [2025-10-23 02:14:35] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.133 - - [2025-10-23 02:14:35] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.133 - - [2025-10-23 02:14:35] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006488 10.0.0.133 - - [2025-10-23 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.003076 10.0.0.133 - - [2025-10-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.006319 10.0.0.133 - - [2025-10-23 02:14:35] "POST /security-groups HTTP/1.1" 200 586 0.027736 10.0.0.133 - - [2025-10-23 02:14:35] "POST /projects HTTP/1.1" 200 575 0.217574 10.0.0.73 - - [2025-10-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.009920 10.0.0.133 - - [2025-10-23 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.293246 10.0.0.41 - - [2025-10-23 02:14:35] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.426202 10.0.0.41 - - [2025-10-23 02:14:36] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.41 - - [2025-10-23 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.003697 10.0.0.73 - - [2025-10-23 02:14:37] "POST /access-control-lists HTTP/1.1" 200 592 0.030152 10.0.0.73 - - [2025-10-23 02:14:37] "PUT /access-control-list/e2fc3352-1903-4fd6-93c9-57a01aa74477 HTTP/1.1" 200 273 0.016526 10.0.0.133 - - [2025-10-23 02:14:38] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000894 10.0.0.41 - - [2025-10-23 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.100751 10.0.0.73 - - [2025-10-23 02:14:38] "PUT /access-control-list/6fd15a0e-f301-41ef-8aa0-75ee3d17a4e8 HTTP/1.1" 200 273 0.016087 10.0.0.41 - - [2025-10-23 02:14:38] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014117 10.0.0.41 - - [2025-10-23 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003084 10.0.0.73 - - [2025-10-23 02:14:38] "POST /access-control-lists HTTP/1.1" 200 592 0.029066 10.0.0.73 - - [2025-10-23 02:14:38] "PUT /access-control-list/325eaf80-d9b9-45a3-9563-f658d44664d8 HTTP/1.1" 200 273 0.017481 10.0.0.133 - - [2025-10-23 02:14:39] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002338 10.0.0.41 - - [2025-10-23 02:14:39] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.059558 10.0.0.73 - - [2025-10-23 02:14:39] "PUT /access-control-list/2bae32f5-d9be-44d0-8036-caad8a95c3da HTTP/1.1" 200 273 0.013109 10.0.0.41 - - [2025-10-23 02:14:39] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019968 10.0.0.41 - - [2025-10-23 02:14:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-10-23 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.025276 10.0.0.73 - - [2025-10-23 02:14:40] "POST /access-control-lists HTTP/1.1" 200 609 0.036067 10.0.0.73 - - [2025-10-23 02:14:40] "PUT /access-control-list/7f0640ce-8e17-4e94-8ae2-84ed68b94ef6 HTTP/1.1" 200 273 0.012136 10.0.0.133 - - [2025-10-23 02:14:40] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.41 - - [2025-10-23 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.132231 10.0.0.41 - - [2025-10-23 02:14:40] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014172 10.0.0.73 - - [2025-10-23 02:14:40] "PUT /access-control-list/de2da404-0b79-4a95-90da-74901b2332a5 HTTP/1.1" 200 273 0.014867 10.0.0.41 - - [2025-10-23 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.002959 10.0.0.73 - - [2025-10-23 02:14:41] "POST /access-control-lists HTTP/1.1" 200 609 0.031433 10.0.0.73 - - [2025-10-23 02:14:41] "PUT /access-control-list/60ab51b2-6848-49e2-a48e-280697828ec6 HTTP/1.1" 200 273 0.029074 10.0.0.133 - - [2025-10-23 02:14:41] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000834 10.0.0.41 - - [2025-10-23 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.055344 10.0.0.73 - - [2025-10-23 02:14:41] "PUT /access-control-list/4260ac98-ec33-431f-847f-cc960ad49ac6 HTTP/1.1" 200 273 0.014918 10.0.0.41 - - [2025-10-23 02:14:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.040825 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.013624 10.0.0.73 - - [2025-10-23 02:14:43] "PUT /logical-router/dcae4115-7cdd-43e3-a9e7-1bbc6ccf0873 HTTP/1.1" 200 263 0.026172 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.005720 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003883 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003933 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.004218 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003593 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003797 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003701 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.003823 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.004106 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.004225 10.0.0.41 - - [2025-10-23 02:14:43] "POST /neutron/router HTTP/1.1" 200 541 0.005447 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 151 0.074035 10.0.0.133 - - [2025-10-23 02:14:44] "GET /logical-router/dcae4115-7cdd-43e3-a9e7-1bbc6ccf0873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.116460 10.0.0.73 - - [2025-10-23 02:14:44] "POST /route-targets HTTP/1.1" 200 328 0.013255 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.004871 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.012098 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.004019 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003995 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003986 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003760 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003701 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003908 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.004577 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.003647 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 542 0.004226 10.0.0.41 - - [2025-10-23 02:14:44] "POST /neutron/router HTTP/1.1" 200 541 0.033059 10.0.0.133 - - [2025-10-23 02:14:44] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001476 10.0.0.73 - - [2025-10-23 02:14:44] "DELETE /route-target/a20e88eb-31f2-4fde-a599-cc48de4330e9 HTTP/1.1" 200 115 0.032418 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.091707 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.012803 10.0.0.73 - - [2025-10-23 02:14:45] "POST /route-targets HTTP/1.1" 200 328 0.013885 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.013598 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.004796 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.008249 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.004137 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.003662 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.003877 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.003648 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.003601 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.003719 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 559 0.028222 10.0.0.41 - - [2025-10-23 02:14:45] "POST /neutron/router HTTP/1.1" 200 560 0.003978 10.0.0.73 - - [2025-10-23 02:14:45] "DELETE /route-target/e38c9157-dc8a-4ec5-b915-0c22c7b8dba3 HTTP/1.1" 200 115 0.033909 10.0.0.41 - - [2025-10-23 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.063716 10.0.0.73 - - [2025-10-23 02:14:46] "DELETE /access-control-list/7f0640ce-8e17-4e94-8ae2-84ed68b94ef6 HTTP/1.1" 200 115 0.035747 10.0.0.41 - - [2025-10-23 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.003730 10.0.0.73 - - [2025-10-23 02:14:46] "DELETE /access-control-list/2bae32f5-d9be-44d0-8036-caad8a95c3da HTTP/1.1" 200 115 0.036053 10.0.0.41 - - [2025-10-23 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.060716 10.0.0.133 - - [2025-10-23 02:14:47] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.41 - - [2025-10-23 02:14:47] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.047699 10.0.0.133 - - [2025-10-23 02:14:47] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.41 - - [2025-10-23 02:14:47] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?fields=virtual_networks HTTP/1.1" 200 1023 0.046643 10.0.0.133 - - [2025-10-23 02:14:47] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.41 - - [2025-10-23 02:14:47] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.045900 10.0.0.133 - - [2025-10-23 02:14:47] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.41 - - [2025-10-23 02:14:47] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?fields=security_groups HTTP/1.1" 200 1245 0.045305 10.0.0.41 - - [2025-10-23 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.029516 10.0.0.133 - - [2025-10-23 02:14:48] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003041 10.0.0.133 - - [2025-10-23 02:14:48] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001139 10.0.0.133 - - [2025-10-23 02:14:48] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006744 10.0.0.133 - - [2025-10-23 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 186 0.001208 10.0.0.133 - - [2025-10-23 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.006591 10.0.0.133 - - [2025-10-23 02:14:49] "POST /security-groups HTTP/1.1" 200 587 0.073639 10.0.0.73 - - [2025-10-23 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 230 0.002589 10.0.0.133 - - [2025-10-23 02:14:49] "POST /projects HTTP/1.1" 200 577 0.284957 10.0.0.133 - - [2025-10-23 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.359101 10.0.0.73 - - [2025-10-23 02:14:49] "POST /access-control-lists HTTP/1.1" 200 592 0.031139 10.0.0.41 - - [2025-10-23 02:14:49] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.501768 10.0.0.41 - - [2025-10-23 02:14:50] "GET / HTTP/1.1" 200 36215 0.001827 10.0.0.41 - - [2025-10-23 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-10-23 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058776 10.0.0.133 - - [2025-10-23 02:14:52] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000848 10.0.0.41 - - [2025-10-23 02:14:52] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.051045 10.0.0.133 - - [2025-10-23 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007655 10.0.0.41 - - [2025-10-23 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.251625 10.0.0.41 - - [2025-10-23 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 216 0.001169 10.0.0.41 - - [2025-10-23 02:14:53] "GET /virtual-network/5039606b-6544-4dcb-a123-6d29729f9317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005455 10.0.0.41 - - [2025-10-23 02:14:53] "GET /virtual-network/5039606b-6544-4dcb-a123-6d29729f9317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005090 10.0.0.41 - - [2025-10-23 02:14:53] "POST /neutron/network HTTP/1.1" 200 820 0.006532 10.0.0.41 - - [2025-10-23 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003122 10.0.0.41 - - [2025-10-23 02:14:53] "GET /virtual-network/5039606b-6544-4dcb-a123-6d29729f9317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005053 10.0.0.41 - - [2025-10-23 02:14:53] "GET /virtual-machine-interface/05717b8d-e66e-4575-8c57-e46f40cf7fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.007490 10.0.0.41 - - [2025-10-23 02:14:53] "GET /virtual-machine-interface/05717b8d-e66e-4575-8c57-e46f40cf7fca?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.009495 10.0.0.41 - - [2025-10-23 02:14:53] "GET /instance-ip/b7fe4f99-7654-4310-aca2-8c897dd6675e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004288 10.0.0.41 - - [2025-10-23 02:14:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008824 10.0.0.133 - - [2025-10-23 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007920 10.0.0.73 - - [2025-10-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008088 10.0.0.133 - - [2025-10-23 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.41 - - [2025-10-23 02:14:54] "POST /neutron/network HTTP/1.1" 200 151 0.139405 10.0.0.41 - - [2025-10-23 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000869 10.0.0.41 - - [2025-10-23 02:14:57] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.060770 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/b209f96c9c6140a384e4c5e2863b25a1 HTTP/1.1" 404 173 0.017459 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/b267c6918a1c4f87880d497259a01ecb HTTP/1.1" 404 173 0.018999 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/08f1f577b2c84d319b4d1cab029623e5 HTTP/1.1" 404 173 0.017128 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/4d8b2e4e37244a0ca7def5b45969484f HTTP/1.1" 404 173 0.012324 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/fc9bffee-fa11-4e31-b0e1-b7740880e988 HTTP/1.1" 404 177 0.013527 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/077fa5a5cfe9463fa610a610788b3a59 HTTP/1.1" 404 173 0.010419 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002069 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000895 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000857 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/4aa5fb8bd8e949c7b94b108b0c1139d8 HTTP/1.1" 404 173 0.012551 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /project/c98149ebbb344d83be00cd8a9e865db5 HTTP/1.1" 404 173 0.018384 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000782 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000707 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.091774 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.102076 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.120442 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.136158 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001975 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001085 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000750 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.168243 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.196134 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?fields=security_groups HTTP/1.1" 200 1348 0.191527 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003363 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?fields=security_groups HTTP/1.1" 200 1360 0.170655 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?fields=security_groups HTTP/1.1" 200 1374 0.174945 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?fields=security_groups HTTP/1.1" 200 1363 0.197436 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?fields=security_groups HTTP/1.1" 200 1347 0.219352 10.0.0.133 - - [2025-10-23 02:14:57] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?fields=security_groups HTTP/1.1" 200 1364 0.276386 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /security-group/91c89e3b-e3bd-4a80-bd98-456d478a546e HTTP/1.1" 200 115 0.219048 10.0.0.133 - - [2025-10-23 02:14:57] "GET /projects?obj_uuids=08f1f577-b2c8-4d31-9b4d-1cab029623e5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.133 - - [2025-10-23 02:14:57] "DELETE /security-group/46c0557a-9e20-4b07-9f51-0c7f2718b21d HTTP/1.1" 200 115 0.261527 10.0.0.133 - - [2025-10-23 02:14:58] "GET /projects?obj_uuids=b209f96c-9c61-40a3-84e4-c5e2863b25a1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001390 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /security-group/f3f427b5-fd79-4ecb-b190-f2180e618fa0 HTTP/1.1" 200 115 0.208891 10.0.0.133 - - [2025-10-23 02:14:58] "GET /projects?obj_uuids=b267c691-8a1c-4f87-880d-497259a01ecb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000853 10.0.0.133 - - [2025-10-23 02:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.018544 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /security-group/98ac840b-4d66-4c9d-83e0-b8c9c1ad6710 HTTP/1.1" 200 115 0.335302 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5?fields=application_policy_sets HTTP/1.1" 200 1413 0.088406 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /security-group/d89628c8-72a9-46cf-8ee1-867022882239 HTTP/1.1" 200 115 0.165992 10.0.0.133 - - [2025-10-23 02:14:58] "GET /projects?obj_uuids=4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000786 10.0.0.133 - - [2025-10-23 02:14:58] "GET /projects?obj_uuids=077fa5a5-cfe9-463f-a610-a610788b3a59&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000949 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /security-group/aa4470e0-d310-44b0-b405-79632e7eb1b0 HTTP/1.1" 200 115 0.178879 10.0.0.133 - - [2025-10-23 02:14:58] "GET /projects?obj_uuids=c98149eb-bb34-4d83-be00-cd8a9e865db5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000808 10.0.0.41 - - [2025-10-23 02:14:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.482677 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1?fields=application_policy_sets HTTP/1.1" 200 1399 0.124084 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/b267c691-8a1c-4f87-880d-497259a01ecb?fields=application_policy_sets HTTP/1.1" 200 1402 0.089658 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/c98149eb-bb34-4d83-be00-cd8a9e865db5?fields=application_policy_sets HTTP/1.1" 200 1403 0.112606 10.0.0.73 - - [2025-10-23 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.125540 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8?fields=application_policy_sets HTTP/1.1" 200 1387 0.230509 10.0.0.133 - - [2025-10-23 02:14:58] "GET /project/077fa5a5-cfe9-463f-a610-a610788b3a59?fields=application_policy_sets HTTP/1.1" 200 1386 0.231294 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/08f1f577-b2c8-4d31-9b4d-1cab029623e5 HTTP/1.1" 200 115 1.170799 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/b209f96c-9c61-40a3-84e4-c5e2863b25a1 HTTP/1.1" 200 115 1.168760 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/b267c691-8a1c-4f87-880d-497259a01ecb HTTP/1.1" 200 115 1.193120 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/c98149eb-bb34-4d83-be00-cd8a9e865db5 HTTP/1.1" 200 115 1.212987 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/077fa5a5-cfe9-463f-a610-a610788b3a59 HTTP/1.1" 200 115 1.287605 10.0.0.73 - - [2025-10-23 02:14:58] "DELETE /access-control-list/6e64c42d-e028-4e9a-84e0-2c1dcd104ec7 HTTP/1.1" 200 115 0.135573 10.0.0.133 - - [2025-10-23 02:14:58] "DELETE /project/4aa5fb8b-d8e9-49c7-b94b-108b0c1139d8 HTTP/1.1" 200 115 1.339627 10.0.0.41 - - [2025-10-23 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 217 0.001297 10.0.0.41 - - [2025-10-23 02:14:58] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.014263 10.0.0.41 - - [2025-10-23 02:14:58] "POST /neutron/network HTTP/1.1" 200 980 0.031967 10.0.0.41 - - [2025-10-23 02:14:58] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.010870 10.0.0.73 - - [2025-10-23 02:14:58] "DELETE /access-control-list/495a50f1-0899-44a6-8d95-c4e496cdf455 HTTP/1.1" 200 115 0.024931 10.0.0.41 - - [2025-10-23 02:14:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.009836 10.0.0.73 - - [2025-10-23 02:14:59] "DELETE /access-control-list/6c31616d-64a2-4a29-a33f-ce28b3025419 HTTP/1.1" 200 115 0.070537 10.0.0.73 - - [2025-10-23 02:14:59] "DELETE /access-control-list/1170371c-c651-493c-ad6c-0ed29911d11d HTTP/1.1" 200 115 0.051089 10.0.0.41 - - [2025-10-23 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.001141 10.0.0.41 - - [2025-10-23 02:14:59] "POST /neutron/port HTTP/1.1" 200 1020 0.012776 10.0.0.133 - - [2025-10-23 02:15:00] "GET /obj-perms HTTP/1.1" 200 5056 0.164049 10.0.0.41 - - [2025-10-23 02:15:00] "POST /neutron/port HTTP/1.1" 200 1020 0.009361 10.0.0.41 - - [2025-10-23 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.001292 10.0.0.41 - - [2025-10-23 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.006651 10.0.0.41 - - [2025-10-23 02:15:01] "POST /neutron/network HTTP/1.1" 200 980 0.041135 10.0.0.41 - - [2025-10-23 02:15:01] "POST /neutron/port HTTP/1.1" 200 1018 0.013592 10.0.0.41 - - [2025-10-23 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.005844 10.0.0.41 - - [2025-10-23 02:15:01] "POST /neutron/port HTTP/1.1" 200 1020 0.011445 10.0.0.41 - - [2025-10-23 02:15:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016919 10.0.0.41 - - [2025-10-23 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.011928 10.0.0.41 - - [2025-10-23 02:15:02] "POST /neutron/port HTTP/1.1" 200 1018 0.010159 10.0.0.41 - - [2025-10-23 02:15:02] "POST /neutron/port HTTP/1.1" 200 1110 0.187810 10.0.0.41 - - [2025-10-23 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.010797 10.0.0.41 - - [2025-10-23 02:15:06] "POST /neutron/port HTTP/1.1" 200 1086 0.013895 10.0.0.41 - - [2025-10-23 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009233 10.0.0.41 - - [2025-10-23 02:15:06] "GET /virtual-machine/f68da3c0-f24b-408b-b45a-191d4ec927a9 HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-10-23 02:15:07] "GET /virtual-machine/f68da3c0-f24b-408b-b45a-191d4ec927a9 HTTP/1.1" 200 1287 0.026989 10.0.0.41 - - [2025-10-23 02:15:07] "GET /virtual-machine-interface/69d71b60-a9e1-4129-b898-3bd5c174e78d HTTP/1.1" 200 2931 0.005160 10.0.0.41 - - [2025-10-23 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.41 - - [2025-10-23 02:15:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003664 10.0.0.41 - - [2025-10-23 02:15:07] "GET /virtual-networks?parent_id=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002808 10.0.0.41 - - [2025-10-23 02:15:07] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.006125 10.0.0.41 - - [2025-10-23 02:15:08] "POST /neutron/port HTTP/1.1" 200 1084 0.014929 10.0.0.41 - - [2025-10-23 02:15:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.41 - - [2025-10-23 02:15:08] "POST /neutron/network HTTP/1.1" 200 980 0.008496 10.0.0.41 - - [2025-10-23 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-10-23 02:15:10] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.006363 10.0.0.41 - - [2025-10-23 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.41 - - [2025-10-23 02:15:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003456 10.0.0.41 - - [2025-10-23 02:15:12] "GET /virtual-networks?parent_id=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002805 10.0.0.41 - - [2025-10-23 02:15:12] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.005593 10.0.0.41 - - [2025-10-23 02:15:12] "POST /neutron/port HTTP/1.1" 200 1086 0.016249 10.0.0.41 - - [2025-10-23 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006566 10.0.0.41 - - [2025-10-23 02:15:18] "POST /neutron/port HTTP/1.1" 200 1084 0.018507 10.0.0.41 - - [2025-10-23 02:15:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007224 10.0.0.41 - - [2025-10-23 02:15:18] "GET /virtual-machine/cf0fb57e-b73f-4cc4-946f-6c42ea226128 HTTP/1.1" 200 1287 0.005484 10.0.0.41 - - [2025-10-23 02:15:18] "GET /virtual-machine-interface/de08f494-7654-46fe-8d33-50791c829239 HTTP/1.1" 200 2932 0.005033 10.0.0.41 - - [2025-10-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2025-10-23 02:15:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003667 10.0.0.41 - - [2025-10-23 02:15:18] "GET /virtual-networks?parent_id=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002658 10.0.0.41 - - [2025-10-23 02:15:18] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.005433 10.0.0.41 - - [2025-10-23 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-10-23 02:15:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003963 10.0.0.41 - - [2025-10-23 02:15:19] "GET /virtual-networks?parent_id=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002592 10.0.0.41 - - [2025-10-23 02:15:19] "GET /virtual-network/cbe36f53-dbeb-4142-958d-e1cf2f827769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.005721 10.0.0.41 - - [2025-10-23 02:15:23] "POST /neutron/port HTTP/1.1" 200 151 0.254835 10.0.0.41 - - [2025-10-23 02:15:23] "POST /neutron/port HTTP/1.1" 200 151 0.199959 10.0.0.133 - - [2025-10-23 02:15:25] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.41 - - [2025-10-23 02:15:25] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.033381 10.0.0.133 - - [2025-10-23 02:15:25] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001284 10.0.0.41 - - [2025-10-23 02:15:25] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?fields=virtual_networks HTTP/1.1" 200 1026 0.087456 10.0.0.133 - - [2025-10-23 02:15:25] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001370 10.0.0.41 - - [2025-10-23 02:15:25] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.063084 10.0.0.133 - - [2025-10-23 02:15:25] "GET /projects?obj_uuids=4d8b2e4e-3724-4a0c-a7de-f5b45969484f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001039 10.0.0.41 - - [2025-10-23 02:15:25] "GET /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f?fields=security_groups HTTP/1.1" 200 1249 0.040609 10.0.0.41 - - [2025-10-23 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.028742 10.0.0.133 - - [2025-10-23 02:15:26] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003672 10.0.0.133 - - [2025-10-23 02:15:26] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001470 10.0.0.133 - - [2025-10-23 02:15:26] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008017 10.0.0.133 - - [2025-10-23 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.004694 10.0.0.133 - - [2025-10-23 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.005942 10.0.0.133 - - [2025-10-23 02:15:26] "POST /security-groups HTTP/1.1" 200 589 0.034759 10.0.0.73 - - [2025-10-23 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 232 0.004220 10.0.0.133 - - [2025-10-23 02:15:26] "POST /projects HTTP/1.1" 200 581 0.276528 10.0.0.133 - - [2025-10-23 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.347816 10.0.0.73 - - [2025-10-23 02:15:26] "POST /access-control-lists HTTP/1.1" 200 594 0.040028 10.0.0.41 - - [2025-10-23 02:15:26] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.497792 10.0.0.41 - - [2025-10-23 02:15:28] "GET / HTTP/1.1" 200 36215 0.003226 10.0.0.41 - - [2025-10-23 02:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.005902 10.0.0.41 - - [2025-10-23 02:15:28] "POST /neutron/port HTTP/1.1" 400 205 0.003293 10.0.0.41 - - [2025-10-23 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-23 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.062364 10.0.0.133 - - [2025-10-23 02:15:30] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000795 10.0.0.41 - - [2025-10-23 02:15:30] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049101 10.0.0.133 - - [2025-10-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009690 10.0.0.41 - - [2025-10-23 02:15:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.268030 10.0.0.41 - - [2025-10-23 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001138 10.0.0.41 - - [2025-10-23 02:15:31] "GET /virtual-network/146f7318-30b5-4a61-b5cf-cdd0e4de2176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005199 10.0.0.41 - - [2025-10-23 02:15:31] "GET /virtual-network/146f7318-30b5-4a61-b5cf-cdd0e4de2176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005110 10.0.0.41 - - [2025-10-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 824 0.005707 10.0.0.41 - - [2025-10-23 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.133 - - [2025-10-23 02:15:31] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.41 - - [2025-10-23 02:15:31] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049678 10.0.0.133 - - [2025-10-23 02:15:31] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.41 - - [2025-10-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 605 0.123499 10.0.0.73 - - [2025-10-23 02:15:31] "POST /route-targets HTTP/1.1" 200 328 0.021488 10.0.0.41 - - [2025-10-23 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.002990 10.0.0.41 - - [2025-10-23 02:15:31] "GET /virtual-network/b6e8110c-44d7-46d5-baad-27f2ece6630c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005312 10.0.0.41 - - [2025-10-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 825 0.007413 10.0.0.41 - - [2025-10-23 02:15:31] "GET /virtual-network/b6e8110c-44d7-46d5-baad-27f2ece6630c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004961 10.0.0.41 - - [2025-10-23 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 219 0.001453 10.0.0.41 - - [2025-10-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 834 0.006742 10.0.0.133 - - [2025-10-23 02:15:32] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.41 - - [2025-10-23 02:15:32] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070929 10.0.0.41 - - [2025-10-23 02:15:32] "POST /neutron/port HTTP/1.1" 200 117 0.005908 10.0.0.41 - - [2025-10-23 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 219 0.001075 10.0.0.41 - - [2025-10-23 02:15:33] "POST /neutron/network HTTP/1.1" 200 834 0.006336 10.0.0.41 - - [2025-10-23 02:15:33] "POST /neutron/port HTTP/1.1" 200 1058 0.013942 10.0.0.41 - - [2025-10-23 02:15:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003673 10.0.0.41 - - [2025-10-23 02:15:34] "POST /neutron/network HTTP/1.1" 200 824 0.005864 10.0.0.133 - - [2025-10-23 02:15:34] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.41 - - [2025-10-23 02:15:34] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058193 10.0.0.41 - - [2025-10-23 02:15:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010984 10.0.0.41 - - [2025-10-23 02:15:34] "POST /neutron/router HTTP/1.1" 200 580 0.005600 10.0.0.73 - - [2025-10-23 02:15:34] "PUT /logical-router/336c9bbb-02f1-4b78-9809-82b4cb1103d2 HTTP/1.1" 200 263 0.029007 10.0.0.41 - - [2025-10-23 02:15:35] "POST /neutron/network HTTP/1.1" 200 835 0.006237 10.0.0.41 - - [2025-10-23 02:15:35] "POST /neutron/port HTTP/1.1" 200 1059 0.016168 10.0.0.41 - - [2025-10-23 02:15:35] "POST /neutron/port HTTP/1.1" 200 1087 0.018081 10.0.0.41 - - [2025-10-23 02:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.41 - - [2025-10-23 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007050 10.0.0.41 - - [2025-10-23 02:15:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016544 10.0.0.41 - - [2025-10-23 02:15:40] "GET /virtual-machine/9073b172-50f5-4639-b651-c8cc5ff7a93f HTTP/1.1" 401 292 0.000348 10.0.0.41 - - [2025-10-23 02:15:40] "GET /virtual-machine/9073b172-50f5-4639-b651-c8cc5ff7a93f HTTP/1.1" 200 1293 0.029189 10.0.0.41 - - [2025-10-23 02:15:40] "GET /virtual-machine-interface/a789ebf4-0f3f-4348-9ab6-1488c34ffa71 HTTP/1.1" 200 2942 0.005867 10.0.0.41 - - [2025-10-23 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-10-23 02:15:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004540 10.0.0.41 - - [2025-10-23 02:15:40] "GET /virtual-networks?parent_id=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002570 10.0.0.41 - - [2025-10-23 02:15:40] "GET /virtual-network/146f7318-30b5-4a61-b5cf-cdd0e4de2176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005233 10.0.0.41 - - [2025-10-23 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.41 - - [2025-10-23 02:15:44] "GET /virtual-network/146f7318-30b5-4a61-b5cf-cdd0e4de2176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005364 10.0.0.41 - - [2025-10-23 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006317 10.0.0.41 - - [2025-10-23 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-10-23 02:15:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003942 10.0.0.41 - - [2025-10-23 02:15:46] "GET /virtual-networks?parent_id=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002875 10.0.0.41 - - [2025-10-23 02:15:46] "GET /virtual-network/146f7318-30b5-4a61-b5cf-cdd0e4de2176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005793 10.0.0.41 - - [2025-10-23 02:15:48] "POST /neutron/port HTTP/1.1" 200 1087 0.013952 10.0.0.41 - - [2025-10-23 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006837 10.0.0.41 - - [2025-10-23 02:15:51] "POST /neutron/port HTTP/1.1" 200 1087 0.013789 10.0.0.41 - - [2025-10-23 02:15:51] "GET /virtual-machine/34eb7c0b-b70c-4467-9331-8fa627e5656d HTTP/1.1" 200 1292 0.005364 10.0.0.41 - - [2025-10-23 02:15:51] "GET /virtual-machine-interface/92cf328e-201d-4c03-9eb4-b9cb221a36a3 HTTP/1.1" 200 2942 0.005368 10.0.0.41 - - [2025-10-23 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.41 - - [2025-10-23 02:15:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003408 10.0.0.41 - - [2025-10-23 02:15:51] "GET /virtual-networks?parent_id=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004156 10.0.0.41 - - [2025-10-23 02:15:51] "GET /virtual-network/b6e8110c-44d7-46d5-baad-27f2ece6630c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005784 10.0.0.41 - - [2025-10-23 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-10-23 02:15:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003455 10.0.0.41 - - [2025-10-23 02:15:53] "GET /virtual-networks?parent_id=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003186 10.0.0.41 - - [2025-10-23 02:15:53] "GET /virtual-network/b6e8110c-44d7-46d5-baad-27f2ece6630c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005242 10.0.0.73 - - [2025-10-23 02:15:56] "DELETE /access-control-list/93567589-5160-45af-9375-03b2a5316560 HTTP/1.1" 200 115 0.042834 10.0.0.133 - - [2025-10-23 02:15:57] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.024293 10.0.0.41 - - [2025-10-23 02:15:57] "POST /neutron/router HTTP/1.1" 200 344 0.310386 10.0.0.133 - - [2025-10-23 02:15:58] "DELETE /project/4d8b2e4e-3724-4a0c-a7de-f5b45969484f HTTP/1.1" 404 177 0.035350 10.0.0.133 - - [2025-10-23 02:15:58] "DELETE /project/4b38c8a1e26645a1a27c6005bec3a8de HTTP/1.1" 404 173 0.056419 10.0.0.41 - - [2025-10-23 02:16:00] "POST /neutron/router HTTP/1.1" 200 344 0.176945 10.0.0.73 - - [2025-10-23 02:16:01] "GET /obj-perms HTTP/1.1" 200 5056 0.060204 10.0.0.41 - - [2025-10-23 02:16:02] "POST /neutron/network HTTP/1.1" 200 834 0.030838 10.0.0.41 - - [2025-10-23 02:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.133 - - [2025-10-23 02:16:03] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.41 - - [2025-10-23 02:16:03] "POST /neutron/router HTTP/1.1" 200 344 0.295796 10.0.0.73 - - [2025-10-23 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.021950 10.0.0.41 - - [2025-10-23 02:16:06] "POST /neutron/router HTTP/1.1" 200 580 0.006900 10.0.0.133 - - [2025-10-23 02:16:06] "GET /logical-router/336c9bbb-02f1-4b78-9809-82b4cb1103d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003591 10.0.0.73 - - [2025-10-23 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.41 - - [2025-10-23 02:16:06] "POST /neutron/router HTTP/1.1" 200 151 0.074867 10.0.0.41 - - [2025-10-23 02:16:07] "POST /neutron/port HTTP/1.1" 200 1087 0.013672 10.0.0.41 - - [2025-10-23 02:16:07] "POST /neutron/port HTTP/1.1" 200 1086 0.013826 10.0.0.41 - - [2025-10-23 02:16:08] "POST /neutron/network HTTP/1.1" 200 825 0.006346 10.0.0.73 - - [2025-10-23 02:16:08] "DELETE /route-target/37512f44-acb9-48bb-8e4c-c41421ef0183 HTTP/1.1" 200 115 0.022051 10.0.0.133 - - [2025-10-23 02:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005101 10.0.0.133 - - [2025-10-23 02:16:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004196 10.0.0.41 - - [2025-10-23 02:16:09] "POST /neutron/network HTTP/1.1" 200 151 0.124798 10.0.0.133 - - [2025-10-23 02:16:10] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.41 - - [2025-10-23 02:16:10] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053459 10.0.0.133 - - [2025-10-23 02:16:10] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001655 10.0.0.41 - - [2025-10-23 02:16:10] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?fields=virtual_networks HTTP/1.1" 200 1030 0.059338 10.0.0.133 - - [2025-10-23 02:16:10] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.41 - - [2025-10-23 02:16:10] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.049317 10.0.0.133 - - [2025-10-23 02:16:10] "GET /projects?obj_uuids=4b38c8a1-e266-45a1-a27c-6005bec3a8de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.41 - - [2025-10-23 02:16:10] "GET /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de?fields=security_groups HTTP/1.1" 200 1255 0.041004 10.0.0.41 - - [2025-10-23 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.031901 10.0.0.133 - - [2025-10-23 02:16:11] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002384 10.0.0.133 - - [2025-10-23 02:16:11] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001803 10.0.0.133 - - [2025-10-23 02:16:11] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007096 10.0.0.133 - - [2025-10-23 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 193 0.002768 10.0.0.133 - - [2025-10-23 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.003082 10.0.0.133 - - [2025-10-23 02:16:11] "POST /security-groups HTTP/1.1" 200 594 0.027793 10.0.0.73 - - [2025-10-23 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.004359 10.0.0.133 - - [2025-10-23 02:16:11] "POST /projects HTTP/1.1" 200 591 0.224996 10.0.0.133 - - [2025-10-23 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.297932 10.0.0.73 - - [2025-10-23 02:16:11] "POST /access-control-lists HTTP/1.1" 200 599 0.040119 10.0.0.41 - - [2025-10-23 02:16:12] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.431420 10.0.0.41 - - [2025-10-23 02:16:13] "GET / HTTP/1.1" 200 36215 0.001830 10.0.0.41 - - [2025-10-23 02:16:15] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.133 - - [2025-10-23 02:16:15] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.41 - - [2025-10-23 02:16:15] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.058093 10.0.0.41 - - [2025-10-23 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.41 - - [2025-10-23 02:16:15] "GET /security-group/13377584-ed27-4cf1-b04e-616d6dd91531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006173 10.0.0.41 - - [2025-10-23 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.133 - - [2025-10-23 02:16:15] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.41 - - [2025-10-23 02:16:15] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.032287 10.0.0.41 - - [2025-10-23 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2025-10-23 02:16:16] "GET /security-group/13377584-ed27-4cf1-b04e-616d6dd91531?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004113 10.0.0.41 - - [2025-10-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2025-10-23 02:16:16] "PUT /security-group/13377584-ed27-4cf1-b04e-616d6dd91531 HTTP/1.1" 200 263 0.019109 10.0.0.41 - - [2025-10-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 202 0.003037 10.0.0.41 - - [2025-10-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006321 10.0.0.133 - - [2025-10-23 02:16:16] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.41 - - [2025-10-23 02:16:16] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042297 10.0.0.73 - - [2025-10-23 02:16:16] "POST /route-targets HTTP/1.1" 200 328 0.028630 10.0.0.133 - - [2025-10-23 02:16:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008351 10.0.0.41 - - [2025-10-23 02:16:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.260422 10.0.0.41 - - [2025-10-23 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001182 10.0.0.41 - - [2025-10-23 02:16:16] "GET /virtual-network/3f7ef75a-b98f-4269-88d5-94a147dfe94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004963 10.0.0.41 - - [2025-10-23 02:16:16] "GET /virtual-network/3f7ef75a-b98f-4269-88d5-94a147dfe94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006093 10.0.0.41 - - [2025-10-23 02:16:16] "POST /neutron/network HTTP/1.1" 200 826 0.006441 10.0.0.41 - - [2025-10-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.133 - - [2025-10-23 02:16:16] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000873 10.0.0.41 - - [2025-10-23 02:16:17] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.060736 10.0.0.133 - - [2025-10-23 02:16:17] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001106 10.0.0.41 - - [2025-10-23 02:16:17] "POST /neutron/network HTTP/1.1" 200 615 0.179853 10.0.0.73 - - [2025-10-23 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.032512 10.0.0.41 - - [2025-10-23 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.003164 10.0.0.41 - - [2025-10-23 02:16:17] "GET /virtual-network/7890d216-8c03-4b11-8150-2bb44060a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005157 10.0.0.41 - - [2025-10-23 02:16:17] "POST /neutron/network HTTP/1.1" 200 833 0.006408 10.0.0.41 - - [2025-10-23 02:16:17] "GET /virtual-network/7890d216-8c03-4b11-8150-2bb44060a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005117 10.0.0.41 - - [2025-10-23 02:16:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001213 10.0.0.41 - - [2025-10-23 02:16:17] "POST /neutron/network HTTP/1.1" 200 836 0.006118 10.0.0.133 - - [2025-10-23 02:16:18] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000857 10.0.0.41 - - [2025-10-23 02:16:18] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.097313 10.0.0.41 - - [2025-10-23 02:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.006828 10.0.0.41 - - [2025-10-23 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001143 10.0.0.41 - - [2025-10-23 02:16:19] "POST /neutron/network HTTP/1.1" 200 836 0.010906 10.0.0.41 - - [2025-10-23 02:16:20] "POST /neutron/port HTTP/1.1" 200 1062 0.018599 10.0.0.41 - - [2025-10-23 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.41 - - [2025-10-23 02:16:20] "POST /neutron/network HTTP/1.1" 200 826 0.006836 10.0.0.133 - - [2025-10-23 02:16:20] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000877 10.0.0.41 - - [2025-10-23 02:16:20] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.139812 10.0.0.41 - - [2025-10-23 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009075 10.0.0.41 - - [2025-10-23 02:16:21] "POST /neutron/router HTTP/1.1" 200 585 0.022357 10.0.0.133 - - [2025-10-23 02:16:21] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001337 10.0.0.133 - - [2025-10-23 02:16:21] "GET /service-template/51729b8f-2fb4-4226-ad62-162dd69633fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004398 10.0.0.41 - - [2025-10-23 02:16:22] "POST /neutron/router HTTP/1.1" 200 344 0.396971 10.0.0.73 - - [2025-10-23 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.030087 10.0.0.133 - - [2025-10-23 02:16:22] "POST /service-instances HTTP/1.1" 200 672 0.074998 10.0.0.41 - - [2025-10-23 02:16:22] "POST /neutron/network HTTP/1.1" 200 843 0.006277 10.0.0.133 - - [2025-10-23 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.025672 10.0.0.133 - - [2025-10-23 02:16:22] "POST /virtual-machines HTTP/1.1" 200 554 0.024617 10.0.0.133 - - [2025-10-23 02:16:23] "POST /instance-ips HTTP/1.1" 200 552 0.065353 10.0.0.133 - - [2025-10-23 02:16:23] "PUT /virtual-machine-interface/ccc09e93-d3d5-4ae4-bed0-0939ce5adb2b HTTP/1.1" 200 285 0.028448 10.0.0.41 - - [2025-10-23 02:16:23] "POST /neutron/port HTTP/1.1" 200 1062 0.027757 10.0.0.133 - - [2025-10-23 02:16:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.193902 10.0.0.41 - - [2025-10-23 02:16:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003189 10.0.0.133 - - [2025-10-23 02:16:23] "POST /instance-ips HTTP/1.1" 400 316 0.025512 10.0.0.133 - - [2025-10-23 02:16:23] "PUT /instance-ip/070d8c03-d723-4f31-9ba9-cb7ae3832586 HTTP/1.1" 200 257 0.026477 10.0.0.41 - - [2025-10-23 02:16:23] "POST /neutron/network HTTP/1.1" 200 833 0.006576 10.0.0.133 - - [2025-10-23 02:16:23] "POST /virtual-machines HTTP/1.1" 200 554 0.029541 10.0.0.73 - - [2025-10-23 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.032656 10.0.0.133 - - [2025-10-23 02:16:24] "POST /instance-ips HTTP/1.1" 400 246 0.024202 10.0.0.133 - - [2025-10-23 02:16:24] "PUT /instance-ip/c673bbb0-44e5-4c26-8c29-3bce185f31e3 HTTP/1.1" 200 257 0.044695 10.0.0.133 - - [2025-10-23 02:16:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089667 10.0.0.133 - - [2025-10-23 02:16:24] "POST /chown HTTP/1.1" 200 109 0.014245 10.0.0.133 - - [2025-10-23 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.024982 10.0.0.41 - - [2025-10-23 02:16:27] "POST /neutron/port HTTP/1.1" 200 1090 0.017272 10.0.0.41 - - [2025-10-23 02:16:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007471 10.0.0.41 - - [2025-10-23 02:16:27] "GET /virtual-machine/1b586d26-bee7-4ed6-b0ed-98ed122c0566 HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2025-10-23 02:16:28] "GET /virtual-machine/1b586d26-bee7-4ed6-b0ed-98ed122c0566 HTTP/1.1" 200 1297 0.031537 10.0.0.41 - - [2025-10-23 02:16:28] "GET /virtual-machine-interface/8456ff1a-da0a-4dcb-b339-98cbea380843 HTTP/1.1" 200 2963 0.005524 10.0.0.41 - - [2025-10-23 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2025-10-23 02:16:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003340 10.0.0.41 - - [2025-10-23 02:16:28] "GET /virtual-networks?parent_id=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003166 10.0.0.41 - - [2025-10-23 02:16:28] "GET /virtual-network/3f7ef75a-b98f-4269-88d5-94a147dfe94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005233 10.0.0.41 - - [2025-10-23 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.41 - - [2025-10-23 02:16:31] "GET /virtual-network/3f7ef75a-b98f-4269-88d5-94a147dfe94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005853 10.0.0.41 - - [2025-10-23 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.41 - - [2025-10-23 02:16:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004586 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-networks?parent_id=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003696 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-network/3f7ef75a-b98f-4269-88d5-94a147dfe94d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005842 10.0.0.41 - - [2025-10-23 02:16:33] "POST /neutron/port HTTP/1.1" 200 1090 0.017414 10.0.0.41 - - [2025-10-23 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007709 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-machine/73b30a5b-f5ee-4abe-af81-166f3bc65ce6 HTTP/1.1" 200 1297 0.006354 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-machine-interface/8fd9d3c6-e62d-47cd-a173-80600a9dd842 HTTP/1.1" 200 2976 0.005610 10.0.0.41 - - [2025-10-23 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-10-23 02:16:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004279 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-networks?parent_id=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002918 10.0.0.41 - - [2025-10-23 02:16:33] "GET /virtual-network/7890d216-8c03-4b11-8150-2bb44060a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005666 10.0.0.41 - - [2025-10-23 02:16:34] "POST /neutron/port HTTP/1.1" 200 1090 0.015048 10.0.0.41 - - [2025-10-23 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2025-10-23 02:16:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004244 10.0.0.41 - - [2025-10-23 02:16:37] "GET /virtual-networks?parent_id=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003649 10.0.0.41 - - [2025-10-23 02:16:37] "GET /virtual-network/7890d216-8c03-4b11-8150-2bb44060a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006818 10.0.0.41 - - [2025-10-23 02:16:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007379 10.0.0.73 - - [2025-10-23 02:16:45] "DELETE /access-control-list/63b096af-7523-483f-af3b-40285ec19742 HTTP/1.1" 200 115 0.029444 10.0.0.41 - - [2025-10-23 02:16:46] "POST /neutron/router HTTP/1.1" 200 656 0.005970 10.0.0.133 - - [2025-10-23 02:16:46] "GET /logical-router/fd88e48d-7098-4e91-965b-b4e9cc060e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.009292 10.0.0.73 - - [2025-10-23 02:16:46] "DELETE /route-target/f25677e6-312a-49fd-86c4-dcfc8d5db23e HTTP/1.1" 409 240 0.007059 10.0.0.133 - - [2025-10-23 02:16:46] "GET /logical-router/fd88e48d-7098-4e91-965b-b4e9cc060e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002594 10.0.0.133 - - [2025-10-23 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.133 - - [2025-10-23 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.020767 10.0.0.41 - - [2025-10-23 02:16:47] "POST /neutron/network HTTP/1.1" 400 204 0.085910 10.0.0.73 - - [2025-10-23 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.020739 10.0.0.133 - - [2025-10-23 02:16:47] "DELETE /service-instance/8ae0752c-d96a-494c-9b62-3cb5db257524 HTTP/1.1" 200 115 0.056483 10.0.0.133 - - [2025-10-23 02:16:47] "GET /virtual-machine-interface/ccc09e93-d3d5-4ae4-bed0-0939ce5adb2b?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1657 0.008455 10.0.0.133 - - [2025-10-23 02:16:47] "DELETE /virtual-machine-interface/ccc09e93-d3d5-4ae4-bed0-0939ce5adb2b HTTP/1.1" 200 115 0.124076 10.0.0.41 - - [2025-10-23 02:16:47] "POST /neutron/port HTTP/1.1" 200 151 0.292503 10.0.0.133 - - [2025-10-23 02:16:47] "GET /virtual-machine-interface/5e93221e-ff69-456e-ad95-56279ba024d4?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1335 0.010435 10.0.0.41 - - [2025-10-23 02:16:47] "POST /neutron/port HTTP/1.1" 200 151 0.290219 10.0.0.133 - - [2025-10-23 02:16:48] "POST /ref-update HTTP/1.1" 200 156 0.036950 10.0.0.133 - - [2025-10-23 02:16:48] "DELETE /virtual-machine-interface/e576a187-b55f-454b-bebf-52e025e11705 HTTP/1.1" 200 115 0.058655 10.0.0.73 - - [2025-10-23 02:16:49] "DELETE /route-target/f63c8da0-1a39-4521-89d2-84f51d6280aa HTTP/1.1" 200 115 0.036348 10.0.0.41 - - [2025-10-23 02:16:49] "POST /neutron/network HTTP/1.1" 200 826 0.011748 10.0.0.133 - - [2025-10-23 02:16:50] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000895 10.0.0.41 - - [2025-10-23 02:16:50] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040209 10.0.0.133 - - [2025-10-23 02:16:50] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.41 - - [2025-10-23 02:16:50] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?fields=virtual_networks HTTP/1.1" 200 1040 0.036608 10.0.0.133 - - [2025-10-23 02:16:50] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000887 10.0.0.41 - - [2025-10-23 02:16:50] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045185 10.0.0.133 - - [2025-10-23 02:16:51] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001089 10.0.0.41 - - [2025-10-23 02:16:51] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?fields=security_groups HTTP/1.1" 200 1270 0.048999 10.0.0.41 - - [2025-10-23 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.024320 10.0.0.133 - - [2025-10-23 02:16:51] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.133 - - [2025-10-23 02:16:52] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000826 10.0.0.133 - - [2025-10-23 02:16:52] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006206 10.0.0.133 - - [2025-10-23 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.005466 10.0.0.133 - - [2025-10-23 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.010920 10.0.0.133 - - [2025-10-23 02:16:52] "POST /security-groups HTTP/1.1" 200 599 0.027192 10.0.0.73 - - [2025-10-23 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.006062 10.0.0.133 - - [2025-10-23 02:16:52] "POST /projects HTTP/1.1" 200 601 0.232313 10.0.0.133 - - [2025-10-23 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.305227 10.0.0.73 - - [2025-10-23 02:16:52] "POST /access-control-lists HTTP/1.1" 200 604 0.028569 10.0.0.41 - - [2025-10-23 02:16:52] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.434866 10.0.0.41 - - [2025-10-23 02:16:53] "GET / HTTP/1.1" 200 36215 0.001318 10.0.0.41 - - [2025-10-23 02:16:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.41 - - [2025-10-23 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.056655 10.0.0.133 - - [2025-10-23 02:16:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.41 - - [2025-10-23 02:16:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048445 10.0.0.133 - - [2025-10-23 02:16:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.41 - - [2025-10-23 02:16:56] "POST /neutron/network HTTP/1.1" 200 613 0.149109 10.0.0.133 - - [2025-10-23 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.057270 10.0.0.41 - - [2025-10-23 02:16:56] "POST /neutron/network HTTP/1.1" 200 1004 0.010448 10.0.0.41 - - [2025-10-23 02:16:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.000865 10.0.0.41 - - [2025-10-23 02:16:56] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004903 10.0.0.41 - - [2025-10-23 02:16:56] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006115 10.0.0.41 - - [2025-10-23 02:16:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.008050 10.0.0.41 - - [2025-10-23 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.133 - - [2025-10-23 02:16:56] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.41 - - [2025-10-23 02:16:56] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035802 10.0.0.133 - - [2025-10-23 02:16:56] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.41 - - [2025-10-23 02:16:57] "POST /neutron/network HTTP/1.1" 200 613 0.120051 10.0.0.73 - - [2025-10-23 02:16:57] "POST /route-targets HTTP/1.1" 200 328 0.013032 10.0.0.41 - - [2025-10-23 02:16:57] "POST /neutron/network HTTP/1.1" 200 1007 0.013455 10.0.0.41 - - [2025-10-23 02:16:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001089 10.0.0.41 - - [2025-10-23 02:16:57] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006107 10.0.0.41 - - [2025-10-23 02:16:57] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005244 10.0.0.41 - - [2025-10-23 02:16:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.010341 10.0.0.41 - - [2025-10-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002913 10.0.0.41 - - [2025-10-23 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.133 - - [2025-10-23 02:16:57] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.41 - - [2025-10-23 02:16:57] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038528 10.0.0.41 - - [2025-10-23 02:16:57] "POST /network-policys HTTP/1.1" 200 579 0.027606 10.0.0.41 - - [2025-10-23 02:16:57] "GET /network-policy/3f7e4282-820a-4916-b3d4-5118f26f2f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005974 10.0.0.41 - - [2025-10-23 02:16:58] "POST /neutron/network HTTP/1.1" 200 1112 0.086146 10.0.0.73 - - [2025-10-23 02:16:58] "POST /access-control-lists HTTP/1.1" 200 598 0.055866 10.0.0.41 - - [2025-10-23 02:16:58] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005416 10.0.0.41 - - [2025-10-23 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.41 - - [2025-10-23 02:16:58] "GET /network-policy/3f7e4282-820a-4916-b3d4-5118f26f2f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004300 10.0.0.133 - - [2025-10-23 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.007090 10.0.0.41 - - [2025-10-23 02:16:58] "POST /neutron/network HTTP/1.1" 200 1115 0.076958 10.0.0.73 - - [2025-10-23 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.029517 10.0.0.41 - - [2025-10-23 02:16:58] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006206 10.0.0.41 - - [2025-10-23 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2025-10-23 02:16:58] "GET /network-policy/3f7e4282-820a-4916-b3d4-5118f26f2f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004864 10.0.0.133 - - [2025-10-23 02:16:58] "DELETE /project/1b1e79c9ce6d4c389a33af641757bf25 HTTP/1.1" 404 173 0.007191 10.0.0.133 - - [2025-10-23 02:16:58] "DELETE /project/4b38c8a1-e266-45a1-a27c-6005bec3a8de HTTP/1.1" 404 177 0.006426 10.0.0.133 - - [2025-10-23 02:16:58] "DELETE /project/51051ad1775843a3beefeec146defb1c HTTP/1.1" 404 173 0.009206 10.0.0.133 - - [2025-10-23 02:16:58] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001002 10.0.0.133 - - [2025-10-23 02:16:58] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.055854 10.0.0.133 - - [2025-10-23 02:16:58] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000895 10.0.0.133 - - [2025-10-23 02:16:58] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?fields=security_groups HTTP/1.1" 200 1372 0.054208 10.0.0.133 - - [2025-10-23 02:16:59] "DELETE /security-group/13377584-ed27-4cf1-b04e-616d6dd91531 HTTP/1.1" 200 115 0.066087 10.0.0.133 - - [2025-10-23 02:16:59] "GET /projects?obj_uuids=1b1e79c9-ce6d-4c38-9a33-af641757bf25&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000807 10.0.0.133 - - [2025-10-23 02:16:59] "GET /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25?fields=application_policy_sets HTTP/1.1" 200 1411 0.048198 10.0.0.73 - - [2025-10-23 02:16:59] "DELETE /access-control-list/50436491-b018-4302-a62e-c7bf81bf189e HTTP/1.1" 200 115 0.038157 10.0.0.41 - - [2025-10-23 02:16:59] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009273 10.0.0.133 - - [2025-10-23 02:16:59] "DELETE /project/1b1e79c9-ce6d-4c38-9a33-af641757bf25 HTTP/1.1" 200 115 0.416613 10.0.0.41 - - [2025-10-23 02:16:59] "GET /obj-perms HTTP/1.1" 200 5046 0.049870 10.0.0.41 - - [2025-10-23 02:17:01] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006225 10.0.0.133 - - [2025-10-23 02:17:02] "GET /obj-perms HTTP/1.1" 200 5046 0.073586 10.0.0.41 - - [2025-10-23 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001199 10.0.0.133 - - [2025-10-23 02:17:03] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.41 - - [2025-10-23 02:17:03] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071560 10.0.0.41 - - [2025-10-23 02:17:03] "POST /neutron/network HTTP/1.1" 200 1112 0.008270 10.0.0.41 - - [2025-10-23 02:17:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001502 10.0.0.41 - - [2025-10-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.133 - - [2025-10-23 02:17:04] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.41 - - [2025-10-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1173 0.345623 10.0.0.41 - - [2025-10-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 1227 0.130154 10.0.0.133 - - [2025-10-23 02:17:04] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.41 - - [2025-10-23 02:17:04] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079643 10.0.0.41 - - [2025-10-23 02:17:04] "POST /neutron/network HTTP/1.1" 200 1115 0.009558 10.0.0.41 - - [2025-10-23 02:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.41 - - [2025-10-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 1201 0.017050 10.0.0.41 - - [2025-10-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 1201 0.016094 10.0.0.133 - - [2025-10-23 02:17:05] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.41 - - [2025-10-23 02:17:05] "POST /neutron/port HTTP/1.1" 200 1176 0.321862 10.0.0.41 - - [2025-10-23 02:17:06] "POST /neutron/port HTTP/1.1" 200 1230 0.129218 10.0.0.41 - - [2025-10-23 02:17:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.41 - - [2025-10-23 02:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.41 - - [2025-10-23 02:17:10] "POST /neutron/port HTTP/1.1" 200 1201 0.017826 10.0.0.41 - - [2025-10-23 02:17:10] "POST /neutron/network HTTP/1.1" 200 1125 0.008292 10.0.0.41 - - [2025-10-23 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006980 10.0.0.41 - - [2025-10-23 02:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.41 - - [2025-10-23 02:17:10] "POST /neutron/network HTTP/1.1" 200 1115 0.012987 10.0.0.41 - - [2025-10-23 02:17:10] "GET /virtual-machine/11a7db5e-7be2-4bc2-9c3a-d4eaf20d670a HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2025-10-23 02:17:10] "GET /virtual-machine/11a7db5e-7be2-4bc2-9c3a-d4eaf20d670a HTTP/1.1" 200 1302 0.028862 10.0.0.41 - - [2025-10-23 02:17:10] "GET /virtual-machine-interface/5260c7f7-1afc-4afa-8876-2755670af5aa HTTP/1.1" 200 3182 0.004888 10.0.0.41 - - [2025-10-23 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006249 10.0.0.41 - - [2025-10-23 02:17:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004164 10.0.0.41 - - [2025-10-23 02:17:10] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004221 10.0.0.41 - - [2025-10-23 02:17:11] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005690 10.0.0.41 - - [2025-10-23 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.41 - - [2025-10-23 02:17:14] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004672 10.0.0.41 - - [2025-10-23 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2025-10-23 02:17:18] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005299 10.0.0.41 - - [2025-10-23 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2025-10-23 02:17:22] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004855 10.0.0.41 - - [2025-10-23 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.41 - - [2025-10-23 02:17:26] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006202 10.0.0.41 - - [2025-10-23 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2025-10-23 02:17:30] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005110 10.0.0.41 - - [2025-10-23 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.41 - - [2025-10-23 02:17:34] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004825 10.0.0.41 - - [2025-10-23 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.41 - - [2025-10-23 02:17:38] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005187 10.0.0.41 - - [2025-10-23 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.41 - - [2025-10-23 02:17:42] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006439 10.0.0.41 - - [2025-10-23 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2025-10-23 02:17:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003493 10.0.0.41 - - [2025-10-23 02:17:46] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002546 10.0.0.41 - - [2025-10-23 02:17:46] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005060 10.0.0.41 - - [2025-10-23 02:17:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006716 10.0.0.41 - - [2025-10-23 02:17:57] "POST /neutron/port HTTP/1.1" 200 1201 0.014717 10.0.0.41 - - [2025-10-23 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027374 10.0.0.133 - - [2025-10-23 02:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000710 10.0.0.133 - - [2025-10-23 02:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.133 - - [2025-10-23 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.133 - - [2025-10-23 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.73 - - [2025-10-23 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.73 - - [2025-10-23 02:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2025-10-23 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2025-10-23 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.41 - - [2025-10-23 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.41 - - [2025-10-23 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2025-10-23 02:18:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050907 10.0.0.41 - - [2025-10-23 02:18:03] "POST /neutron/port HTTP/1.1" 200 1204 0.014765 10.0.0.41 - - [2025-10-23 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.41 - - [2025-10-23 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.41 - - [2025-10-23 02:18:04] "POST /neutron/port HTTP/1.1" 200 1201 0.016116 10.0.0.41 - - [2025-10-23 02:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003547 10.0.0.41 - - [2025-10-23 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.41 - - [2025-10-23 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007162 10.0.0.41 - - [2025-10-23 02:18:11] "POST /neutron/network HTTP/1.1" 200 1125 0.008384 10.0.0.41 - - [2025-10-23 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012807 10.0.0.41 - - [2025-10-23 02:18:11] "POST /neutron/network HTTP/1.1" 200 1115 0.011741 10.0.0.41 - - [2025-10-23 02:18:13] "POST /neutron/port HTTP/1.1" 200 1204 0.014166 10.0.0.41 - - [2025-10-23 02:18:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007445 10.0.0.41 - - [2025-10-23 02:18:13] "GET /virtual-machine/68268404-ef91-4d27-b1c5-7f28142358e3 HTTP/1.1" 200 1302 0.005465 10.0.0.41 - - [2025-10-23 02:18:13] "GET /virtual-machine-interface/24c97b6e-48e2-4172-a15d-f8a31a1ea84a HTTP/1.1" 200 3183 0.005053 10.0.0.41 - - [2025-10-23 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.41 - - [2025-10-23 02:18:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003485 10.0.0.41 - - [2025-10-23 02:18:13] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002959 10.0.0.41 - - [2025-10-23 02:18:13] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006105 10.0.0.41 - - [2025-10-23 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.41 - - [2025-10-23 02:18:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003806 10.0.0.41 - - [2025-10-23 02:18:14] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002741 10.0.0.41 - - [2025-10-23 02:18:14] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005619 10.0.0.41 - - [2025-10-23 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.133 - - [2025-10-23 02:18:37] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.41 - - [2025-10-23 02:18:37] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053578 10.0.0.41 - - [2025-10-23 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.41 - - [2025-10-23 02:18:37] "PUT /network-policy/3f7e4282-820a-4916-b3d4-5118f26f2f43 HTTP/1.1" 200 263 0.015787 10.0.0.73 - - [2025-10-23 02:18:38] "PUT /access-control-list/bc9e73b4-ea6e-47fa-ae01-e9497c23532e HTTP/1.1" 200 273 0.060394 10.0.0.41 - - [2025-10-23 02:18:41] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005667 10.0.0.41 - - [2025-10-23 02:18:41] "POST /neutron/network HTTP/1.1" 200 1007 0.014928 10.0.0.41 - - [2025-10-23 02:18:41] "GET /virtual-network/6b1d2685-33d1-41bc-9e97-bcf1acd378c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.036509 10.0.0.41 - - [2025-10-23 02:18:41] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.017579 10.0.0.73 - - [2025-10-23 02:18:41] "DELETE /access-control-list/bc9e73b4-ea6e-47fa-ae01-e9497c23532e HTTP/1.1" 200 115 0.049884 10.0.0.41 - - [2025-10-23 02:18:41] "POST /neutron/network HTTP/1.1" 200 1004 0.028346 10.0.0.41 - - [2025-10-23 02:18:41] "GET /virtual-network/141ceea7-d438-4cba-9474-c22d1cf8fd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007828 10.0.0.41 - - [2025-10-23 02:18:42] "DELETE /network-policy/3f7e4282-820a-4916-b3d4-5118f26f2f43 HTTP/1.1" 200 115 0.051649 10.0.0.41 - - [2025-10-23 02:18:42] "POST /neutron/network HTTP/1.1" 400 204 0.024091 10.0.0.41 - - [2025-10-23 02:18:42] "POST /neutron/port HTTP/1.1" 200 1227 0.011914 10.0.0.41 - - [2025-10-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 1007 0.009886 10.0.0.73 - - [2025-10-23 02:18:44] "DELETE /route-target/eef531d1-0d55-43b2-97a0-055d8557ad84 HTTP/1.1" 200 115 0.022029 10.0.0.133 - - [2025-10-23 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006317 10.0.0.133 - - [2025-10-23 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003829 10.0.0.133 - - [2025-10-23 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002175 10.0.0.133 - - [2025-10-23 02:18:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.41 - - [2025-10-23 02:18:44] "POST /neutron/network HTTP/1.1" 200 151 0.177886 10.0.0.133 - - [2025-10-23 02:18:49] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.41 - - [2025-10-23 02:18:49] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044334 10.0.0.41 - - [2025-10-23 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.133 - - [2025-10-23 02:18:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.41 - - [2025-10-23 02:18:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006901 10.0.0.41 - - [2025-10-23 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.133 - - [2025-10-23 02:18:49] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.41 - - [2025-10-23 02:18:49] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038760 10.0.0.41 - - [2025-10-23 02:18:50] "GET /domains HTTP/1.1" 200 281 0.002836 10.0.0.133 - - [2025-10-23 02:18:50] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.41 - - [2025-10-23 02:18:50] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6 HTTP/1.1" 200 2591 0.008927 10.0.0.133 - - [2025-10-23 02:18:50] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.41 - - [2025-10-23 02:18:50] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c HTTP/1.1" 200 1905 0.089854 10.0.0.41 - - [2025-10-23 02:18:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003129 10.0.0.41 - - [2025-10-23 02:18:50] "POST /network-ipams HTTP/1.1" 200 611 0.026601 10.0.0.41 - - [2025-10-23 02:18:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003265 10.0.0.41 - - [2025-10-23 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2025-10-23 02:18:50] "GET /network-ipam/96f0398e-39eb-40fd-866a-cb4b2a51822d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.005917 10.0.0.41 - - [2025-10-23 02:18:50] "PUT /network-ipam/96f0398e-39eb-40fd-866a-cb4b2a51822d HTTP/1.1" 200 259 0.011683 10.0.0.41 - - [2025-10-23 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.133 - - [2025-10-23 02:18:50] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000809 10.0.0.41 - - [2025-10-23 02:18:50] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035388 10.0.0.73 - - [2025-10-23 02:18:51] "POST /route-targets HTTP/1.1" 200 328 0.015271 10.0.0.133 - - [2025-10-23 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.009826 10.0.0.41 - - [2025-10-23 02:18:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.193139 10.0.0.133 - - [2025-10-23 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003781 10.0.0.41 - - [2025-10-23 02:18:51] "POST /neutron/network HTTP/1.1" 200 1308 0.014591 10.0.0.41 - - [2025-10-23 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.001067 10.0.0.41 - - [2025-10-23 02:18:51] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005039 10.0.0.41 - - [2025-10-23 02:18:51] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006725 10.0.0.41 - - [2025-10-23 02:18:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.008794 10.0.0.41 - - [2025-10-23 02:18:52] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005359 10.0.0.41 - - [2025-10-23 02:18:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003953 10.0.0.41 - - [2025-10-23 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2025-10-23 02:18:52] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.41 - - [2025-10-23 02:18:52] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058012 10.0.0.41 - - [2025-10-23 02:18:52] "POST /neutron/network HTTP/1.1" 200 117 0.010964 10.0.0.73 - - [2025-10-23 02:18:52] "POST /ref-update HTTP/1.1" 200 156 0.019693 10.0.0.133 - - [2025-10-23 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006961 10.0.0.41 - - [2025-10-23 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.228141 10.0.0.41 - - [2025-10-23 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001180 10.0.0.41 - - [2025-10-23 02:18:53] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006970 10.0.0.41 - - [2025-10-23 02:18:53] "POST /neutron/network HTTP/1.1" 200 1308 0.010484 10.0.0.41 - - [2025-10-23 02:18:53] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005270 10.0.0.41 - - [2025-10-23 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.008155 10.0.0.41 - - [2025-10-23 02:18:53] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005517 10.0.0.133 - - [2025-10-23 02:18:54] "GET /obj-perms HTTP/1.1" 200 5046 0.003522 10.0.0.41 - - [2025-10-23 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.133 - - [2025-10-23 02:18:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.41 - - [2025-10-23 02:18:54] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047239 10.0.0.133 - - [2025-10-23 02:18:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.41 - - [2025-10-23 02:18:54] "POST /neutron/network HTTP/1.1" 200 619 0.118660 10.0.0.133 - - [2025-10-23 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007418 10.0.0.41 - - [2025-10-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.226334 10.0.0.41 - - [2025-10-23 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001119 10.0.0.41 - - [2025-10-23 02:18:55] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.004873 10.0.0.41 - - [2025-10-23 02:18:55] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005805 10.0.0.41 - - [2025-10-23 02:18:55] "POST /neutron/network HTTP/1.1" 200 1309 0.010215 10.0.0.41 - - [2025-10-23 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.009213 10.0.0.41 - - [2025-10-23 02:18:55] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005448 10.0.0.73 - - [2025-10-23 02:18:55] "GET /obj-perms HTTP/1.1" 200 5046 0.061873 10.0.0.41 - - [2025-10-23 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.133 - - [2025-10-23 02:18:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000787 10.0.0.41 - - [2025-10-23 02:18:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.033908 10.0.0.73 - - [2025-10-23 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.020959 10.0.0.133 - - [2025-10-23 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007009 10.0.0.41 - - [2025-10-23 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.199832 10.0.0.133 - - [2025-10-23 02:18:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005924 10.0.0.41 - - [2025-10-23 02:18:56] "POST /neutron/network HTTP/1.1" 200 1309 0.012322 10.0.0.41 - - [2025-10-23 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001298 10.0.0.41 - - [2025-10-23 02:18:56] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006500 10.0.0.41 - - [2025-10-23 02:18:56] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.005597 10.0.0.41 - - [2025-10-23 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.008251 10.0.0.41 - - [2025-10-23 02:18:57] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.005403 10.0.0.41 - - [2025-10-23 02:18:57] "GET /obj-perms HTTP/1.1" 200 5046 0.003194 10.0.0.41 - - [2025-10-23 02:18:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.003336 10.0.0.41 - - [2025-10-23 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.133 - - [2025-10-23 02:18:57] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.41 - - [2025-10-23 02:18:57] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044222 10.0.0.41 - - [2025-10-23 02:18:57] "POST /network-policys HTTP/1.1" 200 561 0.080338 10.0.0.41 - - [2025-10-23 02:18:57] "GET /network-policy/1dd4e9c1-6127-408e-b136-806a5e6f0c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006488 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.007231 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.133 - - [2025-10-23 02:18:58] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.41 - - [2025-10-23 02:18:58] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035881 10.0.0.41 - - [2025-10-23 02:18:58] "POST /network-policys HTTP/1.1" 200 561 0.079954 10.0.0.41 - - [2025-10-23 02:18:58] "GET /network-policy/acabc04f-05b1-4896-b013-a07f5b45a860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005818 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.003519 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.133 - - [2025-10-23 02:18:58] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.41 - - [2025-10-23 02:18:58] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038842 10.0.0.41 - - [2025-10-23 02:18:58] "POST /network-policys HTTP/1.1" 200 561 0.071936 10.0.0.41 - - [2025-10-23 02:18:58] "GET /network-policy/8f643784-5ef0-40f7-8b65-286284a19bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.005724 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 404 225 0.002810 10.0.0.41 - - [2025-10-23 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.133 - - [2025-10-23 02:18:58] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.41 - - [2025-10-23 02:18:59] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053220 10.0.0.41 - - [2025-10-23 02:18:59] "POST /network-policys HTTP/1.1" 200 561 0.072062 10.0.0.41 - - [2025-10-23 02:18:59] "GET /network-policy/ba8ac441-72da-4a59-b692-c9466191f0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.006065 10.0.0.41 - - [2025-10-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 225 0.002994 10.0.0.41 - - [2025-10-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.133 - - [2025-10-23 02:18:59] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.41 - - [2025-10-23 02:18:59] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035182 10.0.0.41 - - [2025-10-23 02:18:59] "POST /network-policys HTTP/1.1" 200 561 0.076097 10.0.0.41 - - [2025-10-23 02:18:59] "GET /network-policy/9a6dd122-e90b-40ca-ada1-1abdf47e1cf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005650 10.0.0.41 - - [2025-10-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 404 225 0.002708 10.0.0.41 - - [2025-10-23 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.133 - - [2025-10-23 02:18:59] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.41 - - [2025-10-23 02:18:59] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035484 10.0.0.41 - - [2025-10-23 02:18:59] "POST /network-policys HTTP/1.1" 200 561 0.067526 10.0.0.41 - - [2025-10-23 02:18:59] "GET /network-policy/33031702-b24c-489f-9852-1305e9ecfa29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006611 10.0.0.41 - - [2025-10-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.002808 10.0.0.41 - - [2025-10-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.133 - - [2025-10-23 02:19:00] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.41 - - [2025-10-23 02:19:00] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052407 10.0.0.41 - - [2025-10-23 02:19:00] "POST /network-policys HTTP/1.1" 200 561 0.072742 10.0.0.41 - - [2025-10-23 02:19:00] "GET /network-policy/c93caf37-f324-4c1f-b722-3c56d96417b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.007391 10.0.0.41 - - [2025-10-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.002955 10.0.0.41 - - [2025-10-23 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.133 - - [2025-10-23 02:19:00] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.41 - - [2025-10-23 02:19:00] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039266 10.0.0.41 - - [2025-10-23 02:19:00] "POST /network-policys HTTP/1.1" 200 561 0.072521 10.0.0.41 - - [2025-10-23 02:19:00] "GET /network-policy/6680e964-33ef-4f86-b903-f4db01471ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005990 10.0.0.41 - - [2025-10-23 02:19:01] "POST /neutron/network HTTP/1.1" 200 1308 0.010986 10.0.0.41 - - [2025-10-23 02:19:01] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.015172 10.0.0.41 - - [2025-10-23 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.41 - - [2025-10-23 02:19:01] "GET /network-policy/1dd4e9c1-6127-408e-b136-806a5e6f0c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005101 10.0.0.41 - - [2025-10-23 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.41 - - [2025-10-23 02:19:01] "GET /network-policy/acabc04f-05b1-4896-b013-a07f5b45a860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004265 10.0.0.41 - - [2025-10-23 02:19:01] "POST /neutron/network HTTP/1.1" 200 1308 0.010297 10.0.0.73 - - [2025-10-23 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 248 0.038260 10.0.0.41 - - [2025-10-23 02:19:01] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007415 10.0.0.41 - - [2025-10-23 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.41 - - [2025-10-23 02:19:01] "GET /network-policy/8f643784-5ef0-40f7-8b65-286284a19bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004075 10.0.0.41 - - [2025-10-23 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.41 - - [2025-10-23 02:19:01] "GET /network-policy/ba8ac441-72da-4a59-b692-c9466191f0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.003985 10.0.0.41 - - [2025-10-23 02:19:02] "POST /neutron/network HTTP/1.1" 200 1309 0.010878 10.0.0.73 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 248 0.002653 10.0.0.133 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002460 10.0.0.41 - - [2025-10-23 02:19:02] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.013166 10.0.0.41 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.41 - - [2025-10-23 02:19:02] "GET /network-policy/33031702-b24c-489f-9852-1305e9ecfa29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004191 10.0.0.41 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.41 - - [2025-10-23 02:19:02] "GET /network-policy/9a6dd122-e90b-40ca-ada1-1abdf47e1cf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.003915 10.0.0.41 - - [2025-10-23 02:19:02] "POST /neutron/network HTTP/1.1" 200 1309 0.010868 10.0.0.73 - - [2025-10-23 02:19:02] "POST /access-control-lists HTTP/1.1" 200 607 0.040844 10.0.0.41 - - [2025-10-23 02:19:02] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.006882 10.0.0.41 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.41 - - [2025-10-23 02:19:02] "GET /network-policy/6680e964-33ef-4f86-b903-f4db01471ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004106 10.0.0.41 - - [2025-10-23 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.41 - - [2025-10-23 02:19:02] "GET /network-policy/c93caf37-f324-4c1f-b722-3c56d96417b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004207 10.0.0.41 - - [2025-10-23 02:19:02] "POST /id-to-fqname HTTP/1.1" 200 231 0.000908 10.0.0.41 - - [2025-10-23 02:19:39] "POST /neutron/network HTTP/1.1" 200 1503 0.010229 10.0.0.133 - - [2025-10-23 02:19:40] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.41 - - [2025-10-23 02:19:40] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074178 10.0.0.41 - - [2025-10-23 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.41 - - [2025-10-23 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001131 10.0.0.41 - - [2025-10-23 02:19:41] "POST /neutron/network HTTP/1.1" 200 1503 0.012347 10.0.0.133 - - [2025-10-23 02:19:41] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.41 - - [2025-10-23 02:19:41] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.135009 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 1169 0.048279 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 1143 0.039932 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 1197 0.048539 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017151 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.003585 10.0.0.41 - - [2025-10-23 02:19:42] "POST /neutron/network HTTP/1.1" 200 1503 0.024332 10.0.0.41 - - [2025-10-23 02:19:44] "POST /neutron/port HTTP/1.1" 200 1169 0.054068 10.0.0.41 - - [2025-10-23 02:19:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006503 10.0.0.41 - - [2025-10-23 02:19:44] "POST /neutron/port HTTP/1.1" 200 117 0.003816 10.0.0.41 - - [2025-10-23 02:19:47] "POST /neutron/port HTTP/1.1" 200 1197 0.040462 10.0.0.41 - - [2025-10-23 02:19:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016935 10.0.0.41 - - [2025-10-23 02:20:03] "POST /neutron/port HTTP/1.1" 200 1197 0.041717 10.0.0.133 - - [2025-10-23 02:20:04] "GET /obj-perms HTTP/1.1" 200 5056 0.055423 10.0.0.41 - - [2025-10-23 02:20:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006865 10.0.0.41 - - [2025-10-23 02:20:18] "POST /neutron/port HTTP/1.1" 200 1197 0.014357 10.0.0.41 - - [2025-10-23 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006978 10.0.0.41 - - [2025-10-23 02:20:33] "POST /neutron/port HTTP/1.1" 200 1197 0.016143 10.0.0.41 - - [2025-10-23 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006757 10.0.0.41 - - [2025-10-23 02:20:39] "POST /neutron/port HTTP/1.1" 200 1197 0.014072 10.0.0.41 - - [2025-10-23 02:20:39] "GET /virtual-machine/6d90e17f-0464-4ecd-8faa-88437fdd0b7e HTTP/1.1" 200 1302 0.005277 10.0.0.41 - - [2025-10-23 02:20:39] "GET /virtual-machine-interface/837f20e2-08b0-4f01-a073-b6045411207a HTTP/1.1" 200 3192 0.004882 10.0.0.41 - - [2025-10-23 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.41 - - [2025-10-23 02:20:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003270 10.0.0.41 - - [2025-10-23 02:20:39] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002787 10.0.0.41 - - [2025-10-23 02:20:39] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005974 10.0.0.41 - - [2025-10-23 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.41 - - [2025-10-23 02:20:42] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005060 10.0.0.41 - - [2025-10-23 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-10-23 02:20:46] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.004885 10.0.0.41 - - [2025-10-23 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2025-10-23 02:20:50] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005545 10.0.0.41 - - [2025-10-23 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.41 - - [2025-10-23 02:20:54] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005177 10.0.0.41 - - [2025-10-23 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.41 - - [2025-10-23 02:20:58] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005874 10.0.0.41 - - [2025-10-23 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2025-10-23 02:21:02] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005674 10.0.0.73 - - [2025-10-23 02:21:05] "GET /obj-perms HTTP/1.1" 200 5056 0.050835 10.0.0.41 - - [2025-10-23 02:21:05] "POST /neutron/port HTTP/1.1" 200 1197 0.038400 10.0.0.41 - - [2025-10-23 02:21:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009320 10.0.0.41 - - [2025-10-23 02:21:05] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.41 - - [2025-10-23 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.41 - - [2025-10-23 02:21:06] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005160 10.0.0.41 - - [2025-10-23 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.41 - - [2025-10-23 02:21:10] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007011 10.0.0.41 - - [2025-10-23 02:21:14] "POST /neutron/port HTTP/1.1" 200 1197 0.016644 10.0.0.41 - - [2025-10-23 02:21:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.41 - - [2025-10-23 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.41 - - [2025-10-23 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2025-10-23 02:21:15] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005089 10.0.0.41 - - [2025-10-23 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.41 - - [2025-10-23 02:21:19] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.004845 10.0.0.41 - - [2025-10-23 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.41 - - [2025-10-23 02:21:21] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003700 10.0.0.41 - - [2025-10-23 02:21:21] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003270 10.0.0.41 - - [2025-10-23 02:21:21] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.009725 10.0.0.41 - - [2025-10-23 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007552 10.0.0.41 - - [2025-10-23 02:21:31] "POST /neutron/port HTTP/1.1" 200 1197 0.016055 10.0.0.41 - - [2025-10-23 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006770 10.0.0.41 - - [2025-10-23 02:21:39] "POST /neutron/port HTTP/1.1" 200 1197 0.014653 10.0.0.41 - - [2025-10-23 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006739 10.0.0.41 - - [2025-10-23 02:21:42] "POST /neutron/port HTTP/1.1" 200 1197 0.013687 10.0.0.41 - - [2025-10-23 02:21:42] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 200 1303 0.005295 10.0.0.41 - - [2025-10-23 02:21:42] "GET /virtual-machine-interface/4810daa1-eaea-4a76-940d-d157ecb81a28 HTTP/1.1" 200 3192 0.005088 10.0.0.41 - - [2025-10-23 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.41 - - [2025-10-23 02:21:42] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003335 10.0.0.41 - - [2025-10-23 02:21:42] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003063 10.0.0.41 - - [2025-10-23 02:21:42] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005596 10.0.0.41 - - [2025-10-23 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.41 - - [2025-10-23 02:21:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003081 10.0.0.41 - - [2025-10-23 02:21:43] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002631 10.0.0.41 - - [2025-10-23 02:21:43] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005557 10.0.0.41 - - [2025-10-23 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007003 10.0.0.41 - - [2025-10-23 02:21:54] "POST /neutron/port HTTP/1.1" 200 2276 0.016307 10.0.0.41 - - [2025-10-23 02:21:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006883 10.0.0.41 - - [2025-10-23 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-10-23 02:21:54] "GET /network-policy/8f643784-5ef0-40f7-8b65-286284a19bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004025 10.0.0.41 - - [2025-10-23 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.41 - - [2025-10-23 02:21:54] "GET /network-policy/ba8ac441-72da-4a59-b692-c9466191f0ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8846 0.004767 10.0.0.41 - - [2025-10-23 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.41 - - [2025-10-23 02:21:54] "GET /network-policy/1dd4e9c1-6127-408e-b136-806a5e6f0c23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.003660 10.0.0.41 - - [2025-10-23 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.41 - - [2025-10-23 02:21:54] "GET /network-policy/acabc04f-05b1-4896-b013-a07f5b45a860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.005222 10.0.0.41 - - [2025-10-23 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.050009 10.0.0.41 - - [2025-10-23 02:22:07] "POST /neutron/port HTTP/1.1" 200 1197 0.021085 10.0.0.41 - - [2025-10-23 02:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.41 - - [2025-10-23 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.41 - - [2025-10-23 02:22:11] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 200 1303 0.028138 10.0.0.41 - - [2025-10-23 02:22:11] "POST /neutron/port HTTP/1.1" 200 1197 0.042238 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.003227 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.002845 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.002224 10.0.0.41 - - [2025-10-23 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.038654 10.0.0.41 - - [2025-10-23 02:22:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003667 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003428 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006022 10.0.0.41 - - [2025-10-23 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2025-10-23 02:22:13] "GET /routing-instance/6331ee9d-8aa0-4427-8a56-3db9577f8116?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004201 10.0.0.41 - - [2025-10-23 02:22:13] "GET /route-target/b093de2e-1959-41e4-99c2-cc2835a2a20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003565 10.0.0.41 - - [2025-10-23 02:22:13] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.002980 10.0.0.41 - - [2025-10-23 02:22:14] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.002965 10.0.0.41 - - [2025-10-23 02:22:15] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.003575 10.0.0.41 - - [2025-10-23 02:22:16] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.005374 10.0.0.41 - - [2025-10-23 02:22:17] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.003030 10.0.0.41 - - [2025-10-23 02:22:18] "GET /virtual-machine/d20dba77-135c-406e-9982-429e460c11c5 HTTP/1.1" 404 171 0.003303 10.0.0.133 - - [2025-10-23 02:22:21] "GET /obj-perms HTTP/1.1" 200 5046 0.050806 10.0.0.41 - - [2025-10-23 02:22:22] "GET /obj-perms HTTP/1.1" 200 5046 0.056833 10.0.0.41 - - [2025-10-23 02:22:22] "GET /virtual-machine/6d90e17f-0464-4ecd-8faa-88437fdd0b7e HTTP/1.1" 200 1302 0.004443 10.0.0.41 - - [2025-10-23 02:22:22] "POST /neutron/port HTTP/1.1" 200 1197 0.017035 10.0.0.41 - - [2025-10-23 02:22:24] "GET /virtual-machine/6d90e17f-0464-4ecd-8faa-88437fdd0b7e HTTP/1.1" 404 171 0.003268 10.0.0.41 - - [2025-10-23 02:22:24] "GET /virtual-machine/6d90e17f-0464-4ecd-8faa-88437fdd0b7e HTTP/1.1" 404 171 0.002777 10.0.0.41 - - [2025-10-23 02:22:24] "GET /virtual-machine/6d90e17f-0464-4ecd-8faa-88437fdd0b7e HTTP/1.1" 404 171 0.002593 10.0.0.41 - - [2025-10-23 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.41 - - [2025-10-23 02:22:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003970 10.0.0.41 - - [2025-10-23 02:22:24] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002747 10.0.0.41 - - [2025-10-23 02:22:24] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005942 10.0.0.41 - - [2025-10-23 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2025-10-23 02:22:24] "GET /routing-instance/be079885-faf6-45b5-89b8-2a3334be6f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004333 10.0.0.41 - - [2025-10-23 02:22:24] "GET /route-target/58fb8650-6f8f-4e5e-9893-88e4e11273a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003246 10.0.0.41 - - [2025-10-23 02:22:27] "GET /obj-perms HTTP/1.1" 200 5046 0.004575 10.0.0.133 - - [2025-10-23 02:22:27] "GET /obj-perms HTTP/1.1" 200 5046 0.005151 10.0.0.41 - - [2025-10-23 02:22:37] "GET /obj-perms HTTP/1.1" 200 5046 0.003593 10.0.0.133 - - [2025-10-23 02:22:37] "GET /obj-perms HTTP/1.1" 200 5046 0.003588 10.0.0.41 - - [2025-10-23 02:22:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003772 10.0.0.133 - - [2025-10-23 02:22:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003439 10.0.0.41 - - [2025-10-23 02:22:52] "GET /obj-perms HTTP/1.1" 200 5046 0.004833 10.0.0.73 - - [2025-10-23 02:22:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003602 10.0.0.133 - - [2025-10-23 02:22:52] "GET /obj-perms HTTP/1.1" 200 5046 0.003129 10.0.0.41 - - [2025-10-23 02:22:52] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.005555 10.0.0.41 - - [2025-10-23 02:22:52] "POST /neutron/network HTTP/1.1" 200 1494 0.012069 10.0.0.73 - - [2025-10-23 02:22:52] "DELETE /access-control-list/22c5985c-6df1-4427-8e86-d13b69977fc9 HTTP/1.1" 200 115 0.058257 10.0.0.41 - - [2025-10-23 02:22:52] "GET /virtual-network/6e043cf6-437f-4f52-8899-14577d293854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.008939 10.0.0.41 - - [2025-10-23 02:22:53] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.006857 10.0.0.41 - - [2025-10-23 02:22:53] "POST /neutron/network HTTP/1.1" 200 1494 0.013708 10.0.0.133 - - [2025-10-23 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.053048 10.0.0.41 - - [2025-10-23 02:22:53] "GET /virtual-network/571dbec8-6cd7-448e-9c54-12e69ee82330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008954 10.0.0.41 - - [2025-10-23 02:22:53] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005018 10.0.0.41 - - [2025-10-23 02:22:53] "POST /neutron/network HTTP/1.1" 200 1493 0.010187 10.0.0.41 - - [2025-10-23 02:22:53] "GET /virtual-network/2d048cbf-f437-45bb-9209-e255e5d12ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007794 10.0.0.73 - - [2025-10-23 02:22:53] "POST /ref-update HTTP/1.1" 200 156 0.022435 10.0.0.41 - - [2025-10-23 02:22:53] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.005401 10.0.0.41 - - [2025-10-23 02:22:53] "POST /neutron/network HTTP/1.1" 200 1493 0.010263 10.0.0.41 - - [2025-10-23 02:22:54] "GET /virtual-network/a55671f8-406d-4c0a-a3ef-034d6927e801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007218 10.0.0.41 - - [2025-10-23 02:22:54] "DELETE /network-policy/6680e964-33ef-4f86-b903-f4db01471ee4 HTTP/1.1" 200 115 0.055949 10.0.0.41 - - [2025-10-23 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006006 10.0.0.133 - - [2025-10-23 02:22:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.024782 10.0.0.41 - - [2025-10-23 02:22:54] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066522 10.0.0.41 - - [2025-10-23 02:22:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005843 10.0.0.41 - - [2025-10-23 02:22:54] "DELETE /network-policy/c93caf37-f324-4c1f-b722-3c56d96417b2 HTTP/1.1" 200 115 0.043929 10.0.0.41 - - [2025-10-23 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.133 - - [2025-10-23 02:22:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.41 - - [2025-10-23 02:22:54] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039374 10.0.0.41 - - [2025-10-23 02:22:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005957 10.0.0.41 - - [2025-10-23 02:22:54] "DELETE /network-policy/33031702-b24c-489f-9852-1305e9ecfa29 HTTP/1.1" 200 115 0.042951 10.0.0.41 - - [2025-10-23 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.133 - - [2025-10-23 02:22:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.41 - - [2025-10-23 02:22:54] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039006 10.0.0.41 - - [2025-10-23 02:22:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.006583 10.0.0.41 - - [2025-10-23 02:22:54] "DELETE /network-policy/9a6dd122-e90b-40ca-ada1-1abdf47e1cf4 HTTP/1.1" 200 115 0.037057 10.0.0.41 - - [2025-10-23 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.133 - - [2025-10-23 02:22:54] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.41 - - [2025-10-23 02:22:54] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037570 10.0.0.41 - - [2025-10-23 02:22:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005149 10.0.0.41 - - [2025-10-23 02:22:55] "DELETE /network-policy/ba8ac441-72da-4a59-b692-c9466191f0ef HTTP/1.1" 200 115 0.038409 10.0.0.41 - - [2025-10-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.133 - - [2025-10-23 02:22:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.41 - - [2025-10-23 02:22:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037726 10.0.0.41 - - [2025-10-23 02:22:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005042 10.0.0.41 - - [2025-10-23 02:22:55] "DELETE /network-policy/8f643784-5ef0-40f7-8b65-286284a19bb6 HTTP/1.1" 200 115 0.035855 10.0.0.41 - - [2025-10-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.133 - - [2025-10-23 02:22:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.41 - - [2025-10-23 02:22:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036018 10.0.0.41 - - [2025-10-23 02:22:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005608 10.0.0.41 - - [2025-10-23 02:22:55] "DELETE /network-policy/acabc04f-05b1-4896-b013-a07f5b45a860 HTTP/1.1" 200 115 0.035278 10.0.0.41 - - [2025-10-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.133 - - [2025-10-23 02:22:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.41 - - [2025-10-23 02:22:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039833 10.0.0.41 - - [2025-10-23 02:22:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005282 10.0.0.41 - - [2025-10-23 02:22:55] "DELETE /network-policy/1dd4e9c1-6127-408e-b136-806a5e6f0c23 HTTP/1.1" 200 115 0.039527 10.0.0.41 - - [2025-10-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.133 - - [2025-10-23 02:22:55] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.41 - - [2025-10-23 02:22:55] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034758 10.0.0.41 - - [2025-10-23 02:22:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-36085073&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005217 10.0.0.41 - - [2025-10-23 02:22:55] "POST /neutron/network HTTP/1.1" 200 1309 0.010279 10.0.0.73 - - [2025-10-23 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.133 - - [2025-10-23 02:22:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002124 10.0.0.41 - - [2025-10-23 02:22:56] "POST /neutron/network HTTP/1.1" 200 151 0.127697 10.0.0.73 - - [2025-10-23 02:22:56] "DELETE /route-target/f25677e6-312a-49fd-86c4-dcfc8d5db23e HTTP/1.1" 200 115 0.023412 10.0.0.41 - - [2025-10-23 02:22:57] "POST /neutron/network HTTP/1.1" 200 1308 0.010113 10.0.0.73 - - [2025-10-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-10-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.41 - - [2025-10-23 02:22:57] "DELETE /network-ipam/96f0398e-39eb-40fd-866a-cb4b2a51822d HTTP/1.1" 200 115 0.028888 10.0.0.41 - - [2025-10-23 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.005345 10.0.0.133 - - [2025-10-23 02:22:57] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.133 - - [2025-10-23 02:22:57] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.046198 10.0.0.133 - - [2025-10-23 02:22:57] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.133 - - [2025-10-23 02:22:57] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?fields=security_groups HTTP/1.1" 200 1387 0.048993 10.0.0.133 - - [2025-10-23 02:22:58] "DELETE /security-group/b8aaa01f-a24a-482c-a317-66420ad7b079 HTTP/1.1" 200 115 0.043106 10.0.0.133 - - [2025-10-23 02:22:58] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000806 10.0.0.133 - - [2025-10-23 02:22:58] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?fields=application_policy_sets HTTP/1.1" 200 1426 0.032502 10.0.0.73 - - [2025-10-23 02:22:58] "DELETE /access-control-list/126e194a-56b9-458a-b590-15ceb6a4db7c HTTP/1.1" 200 115 0.039878 10.0.0.41 - - [2025-10-23 02:22:58] "DELETE /project/51051ad1-7758-43a3-beef-eec146defb1c HTTP/1.1" 200 115 0.368394 10.0.0.133 - - [2025-10-23 02:22:58] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.41 - - [2025-10-23 02:22:58] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?fields=projects HTTP/1.1" 200 1247 0.008687 10.0.0.133 - - [2025-10-23 02:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.133 - - [2025-10-23 02:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2025-10-23 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.133 - - [2025-10-23 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.73 - - [2025-10-23 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.73 - - [2025-10-23 02:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.73 - - [2025-10-23 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000919 10.0.0.73 - - [2025-10-23 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-10-23 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2025-10-23 02:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2025-10-23 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.41 - - [2025-10-23 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.41 - - [2025-10-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.003320 10.0.0.133 - - [2025-10-23 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.009994 10.0.0.133 - - [2025-10-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004763 10.0.0.133 - - [2025-10-23 02:23:03] "POST /security-groups HTTP/1.1" 200 599 0.034019 10.0.0.133 - - [2025-10-23 02:23:03] "POST /projects HTTP/1.1" 200 601 0.272783 10.0.0.41 - - [2025-10-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.304839 10.0.0.73 - - [2025-10-23 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.007640 10.0.0.133 - - [2025-10-23 02:23:03] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.41 - - [2025-10-23 02:23:03] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039895 10.0.0.41 - - [2025-10-23 02:23:03] "POST /network-policys HTTP/1.1" 200 561 0.055048 10.0.0.41 - - [2025-10-23 02:23:04] "GET /network-policy/359f4949-6f72-493c-b16b-d021c4f82844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.006350 10.0.0.41 - - [2025-10-23 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.133 - - [2025-10-23 02:23:04] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.41 - - [2025-10-23 02:23:04] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.031361 10.0.0.133 - - [2025-10-23 02:23:04] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.41 - - [2025-10-23 02:23:04] "POST /neutron/network HTTP/1.1" 200 615 0.139454 10.0.0.73 - - [2025-10-23 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.024279 10.0.0.133 - - [2025-10-23 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003958 10.0.0.41 - - [2025-10-23 02:23:04] "POST /neutron/network HTTP/1.1" 200 1007 0.009787 10.0.0.41 - - [2025-10-23 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.000971 10.0.0.41 - - [2025-10-23 02:23:04] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004828 10.0.0.41 - - [2025-10-23 02:23:04] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005177 10.0.0.41 - - [2025-10-23 02:23:04] "POST /neutron/subnet HTTP/1.1" 200 721 0.008603 10.0.0.41 - - [2025-10-23 02:23:05] "POST /neutron/network HTTP/1.1" 200 1106 0.095451 10.0.0.41 - - [2025-10-23 02:23:05] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005879 10.0.0.41 - - [2025-10-23 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.41 - - [2025-10-23 02:23:05] "GET /network-policy/359f4949-6f72-493c-b16b-d021c4f82844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.004732 10.0.0.41 - - [2025-10-23 02:23:05] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005637 10.0.0.41 - - [2025-10-23 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001682 10.0.0.133 - - [2025-10-23 02:23:07] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.41 - - [2025-10-23 02:23:07] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.390435 10.0.0.41 - - [2025-10-23 02:23:07] "GET /obj-perms HTTP/1.1" 200 5056 0.089137 10.0.0.41 - - [2025-10-23 02:23:07] "POST /neutron/network HTTP/1.1" 200 1106 0.031284 10.0.0.41 - - [2025-10-23 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 229 0.001173 10.0.0.41 - - [2025-10-23 02:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.007496 10.0.0.133 - - [2025-10-23 02:23:07] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.73 - - [2025-10-23 02:23:08] "PUT /access-control-list/5f0893c5-ffd7-4baf-b29c-5a331dacafdd HTTP/1.1" 200 273 0.021570 10.0.0.41 - - [2025-10-23 02:23:08] "POST /neutron/port HTTP/1.1" 200 1174 0.374394 10.0.0.41 - - [2025-10-23 02:23:08] "POST /neutron/port HTTP/1.1" 200 1228 0.100294 10.0.0.41 - - [2025-10-23 02:23:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003877 10.0.0.133 - - [2025-10-23 02:23:08] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.41 - - [2025-10-23 02:23:08] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.086667 10.0.0.41 - - [2025-10-23 02:23:08] "POST /neutron/network HTTP/1.1" 200 1106 0.008890 10.0.0.41 - - [2025-10-23 02:23:08] "POST /neutron/port HTTP/1.1" 200 1202 0.019349 10.0.0.41 - - [2025-10-23 02:23:09] "POST /neutron/port HTTP/1.1" 200 1202 0.019370 10.0.0.133 - - [2025-10-23 02:23:09] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.41 - - [2025-10-23 02:23:09] "POST /neutron/port HTTP/1.1" 200 1174 0.295506 10.0.0.41 - - [2025-10-23 02:23:10] "POST /neutron/port HTTP/1.1" 200 1228 0.138730 10.0.0.41 - - [2025-10-23 02:23:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.41 - - [2025-10-23 02:23:10] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.41 - - [2025-10-23 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007479 10.0.0.41 - - [2025-10-23 02:23:14] "POST /neutron/port HTTP/1.1" 200 1202 0.014952 10.0.0.41 - - [2025-10-23 02:23:14] "GET /virtual-machine/696d1ff8-8175-4ed1-9750-94e8859d0213 HTTP/1.1" 200 1302 0.005820 10.0.0.41 - - [2025-10-23 02:23:14] "GET /virtual-machine-interface/0ee4be1b-5a44-4a49-a5c1-d0c2ead6b8eb HTTP/1.1" 200 3186 0.005803 10.0.0.41 - - [2025-10-23 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2025-10-23 02:23:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003565 10.0.0.41 - - [2025-10-23 02:23:14] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003649 10.0.0.41 - - [2025-10-23 02:23:14] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005486 10.0.0.41 - - [2025-10-23 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.41 - - [2025-10-23 02:23:17] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005887 10.0.0.41 - - [2025-10-23 02:23:17] "POST /neutron/port HTTP/1.1" 200 1202 0.018597 10.0.0.41 - - [2025-10-23 02:23:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.41 - - [2025-10-23 02:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.41 - - [2025-10-23 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-10-23 02:23:21] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005298 10.0.0.41 - - [2025-10-23 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.41 - - [2025-10-23 02:23:25] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004919 10.0.0.41 - - [2025-10-23 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.41 - - [2025-10-23 02:23:29] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006167 10.0.0.41 - - [2025-10-23 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-10-23 02:23:34] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005551 10.0.0.41 - - [2025-10-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.41 - - [2025-10-23 02:23:38] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006379 10.0.0.41 - - [2025-10-23 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.41 - - [2025-10-23 02:23:42] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004965 10.0.0.41 - - [2025-10-23 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.41 - - [2025-10-23 02:23:46] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006109 10.0.0.41 - - [2025-10-23 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.41 - - [2025-10-23 02:23:50] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005591 10.0.0.41 - - [2025-10-23 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-10-23 02:23:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003454 10.0.0.41 - - [2025-10-23 02:23:52] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002949 10.0.0.41 - - [2025-10-23 02:23:52] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005156 10.0.0.41 - - [2025-10-23 02:23:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009836 10.0.0.133 - - [2025-10-23 02:23:59] "DELETE /project/51051ad1775843a3beefeec146defb1c HTTP/1.1" 404 173 0.029843 10.0.0.41 - - [2025-10-23 02:24:03] "POST /neutron/port HTTP/1.1" 200 1202 0.016518 10.0.0.41 - - [2025-10-23 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027460 10.0.0.41 - - [2025-10-23 02:24:07] "POST /neutron/network HTTP/1.1" 200 1116 0.008785 10.0.0.41 - - [2025-10-23 02:24:07] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013365 10.0.0.41 - - [2025-10-23 02:24:07] "POST /neutron/network HTTP/1.1" 200 1106 0.008631 10.0.0.133 - - [2025-10-23 02:24:07] "GET /obj-perms HTTP/1.1" 200 5056 0.057231 10.0.0.41 - - [2025-10-23 02:24:13] "POST /neutron/port HTTP/1.1" 200 1202 0.013922 10.0.0.41 - - [2025-10-23 02:24:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008713 10.0.0.41 - - [2025-10-23 02:24:18] "POST /neutron/port HTTP/1.1" 200 1202 0.013938 10.0.0.41 - - [2025-10-23 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006819 10.0.0.41 - - [2025-10-23 02:24:18] "GET /virtual-machine/e3925721-a1f0-4442-ad58-94d7ae5c706f HTTP/1.1" 200 1303 0.005764 10.0.0.41 - - [2025-10-23 02:24:18] "GET /virtual-machine-interface/86aff85a-d009-4ca0-a822-b8dfd0bc9dd5 HTTP/1.1" 200 3186 0.004647 10.0.0.41 - - [2025-10-23 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.41 - - [2025-10-23 02:24:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003462 10.0.0.41 - - [2025-10-23 02:24:18] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002448 10.0.0.41 - - [2025-10-23 02:24:19] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006021 10.0.0.41 - - [2025-10-23 02:24:19] "POST /neutron/network HTTP/1.1" 200 1116 0.008262 10.0.0.41 - - [2025-10-23 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 1381 0.011743 10.0.0.41 - - [2025-10-23 02:24:19] "POST /neutron/network HTTP/1.1" 200 1106 0.009188 10.0.0.41 - - [2025-10-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2025-10-23 02:24:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003735 10.0.0.41 - - [2025-10-23 02:24:20] "GET /virtual-networks?parent_id=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003250 10.0.0.41 - - [2025-10-23 02:24:20] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006287 10.0.0.41 - - [2025-10-23 02:24:25] "POST /neutron/port HTTP/1.1" 200 1202 0.016446 10.0.0.41 - - [2025-10-23 02:24:46] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005503 10.0.0.41 - - [2025-10-23 02:24:46] "POST /neutron/network HTTP/1.1" 200 1007 0.065957 10.0.0.41 - - [2025-10-23 02:24:46] "GET /virtual-network/f4dd6ffd-c706-4d6b-b23b-14ed96a072a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005759 10.0.0.41 - - [2025-10-23 02:24:46] "POST /neutron/network HTTP/1.1" 400 204 0.016170 10.0.0.41 - - [2025-10-23 02:24:47] "POST /neutron/port HTTP/1.1" 200 151 0.274178 10.0.0.41 - - [2025-10-23 02:24:47] "POST /neutron/port HTTP/1.1" 200 151 0.335582 10.0.0.73 - - [2025-10-23 02:24:49] "DELETE /route-target/8638797d-4479-4cd3-8ead-56b75e83caed HTTP/1.1" 200 115 0.064076 10.0.0.41 - - [2025-10-23 02:24:49] "DELETE /network-policy/359f4949-6f72-493c-b16b-d021c4f82844 HTTP/1.1" 200 115 0.033826 10.0.0.133 - - [2025-10-23 02:24:51] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.41 - - [2025-10-23 02:24:51] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082997 10.0.0.133 - - [2025-10-23 02:24:51] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002433 10.0.0.41 - - [2025-10-23 02:24:51] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?fields=virtual_networks HTTP/1.1" 200 1050 0.048131 10.0.0.133 - - [2025-10-23 02:24:51] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.41 - - [2025-10-23 02:24:52] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.036041 10.0.0.133 - - [2025-10-23 02:24:52] "GET /projects?obj_uuids=51051ad1-7758-43a3-beef-eec146defb1c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.41 - - [2025-10-23 02:24:52] "GET /project/51051ad1-7758-43a3-beef-eec146defb1c?fields=security_groups HTTP/1.1" 200 1285 0.039449 10.0.0.41 - - [2025-10-23 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.025039 10.0.0.133 - - [2025-10-23 02:24:53] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004117 10.0.0.133 - - [2025-10-23 02:24:53] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.133 - - [2025-10-23 02:24:53] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007707 10.0.0.133 - - [2025-10-23 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 204 0.006805 10.0.0.133 - - [2025-10-23 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 213 0.003709 10.0.0.133 - - [2025-10-23 02:24:53] "POST /security-groups HTTP/1.1" 200 605 0.081539 10.0.0.133 - - [2025-10-23 02:24:53] "POST /projects HTTP/1.1" 200 613 0.297843 10.0.0.73 - - [2025-10-23 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 247 0.009329 10.0.0.133 - - [2025-10-23 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.369500 10.0.0.41 - - [2025-10-23 02:24:53] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.513825 10.0.0.41 - - [2025-10-23 02:24:54] "GET / HTTP/1.1" 200 36215 0.001328 10.0.0.73 - - [2025-10-23 02:24:58] "DELETE /access-control-list/7ac7f3d7-4af7-4c77-8f84-10f427cd7bf5 HTTP/1.1" 200 115 0.029696 10.0.0.41 - - [2025-10-23 02:24:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.133 - - [2025-10-23 02:24:58] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000874 10.0.0.41 - - [2025-10-23 02:24:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.067547 10.0.0.41 - - [2025-10-23 02:24:59] "GET / HTTP/1.1" 200 36215 0.001786 10.0.0.41 - - [2025-10-23 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.133 - - [2025-10-23 02:24:59] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000791 10.0.0.41 - - [2025-10-23 02:24:59] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006282 10.0.0.41 - - [2025-10-23 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.133 - - [2025-10-23 02:24:59] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001021 10.0.0.41 - - [2025-10-23 02:24:59] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.039283 10.0.0.133 - - [2025-10-23 02:25:00] "DELETE /project/51051ad1-7758-43a3-beef-eec146defb1c HTTP/1.1" 404 177 0.003041 10.0.0.133 - - [2025-10-23 02:25:00] "DELETE /project/046e5d820d60420ebce10a2d907e1047 HTTP/1.1" 404 173 0.006057 10.0.0.41 - - [2025-10-23 02:25:01] "GET /domains HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2025-10-23 02:25:01] "GET /domains HTTP/1.1" 200 281 0.034261 10.0.0.133 - - [2025-10-23 02:25:01] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.41 - - [2025-10-23 02:25:01] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6 HTTP/1.1" 200 2597 0.009314 10.0.0.133 - - [2025-10-23 02:25:01] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000857 10.0.0.41 - - [2025-10-23 02:25:01] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047 HTTP/1.1" 200 1940 0.083115 10.0.0.41 - - [2025-10-23 02:25:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.009998 10.0.0.41 - - [2025-10-23 02:25:01] "POST /network-ipams HTTP/1.1" 200 629 0.030542 10.0.0.41 - - [2025-10-23 02:25:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003855 10.0.0.41 - - [2025-10-23 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-10-23 02:25:01] "GET /network-ipam/fd84300d-a7ab-4ba1-8f75-c2b17b520054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.006210 10.0.0.41 - - [2025-10-23 02:25:01] "PUT /network-ipam/fd84300d-a7ab-4ba1-8f75-c2b17b520054 HTTP/1.1" 200 259 0.014893 10.0.0.41 - - [2025-10-23 02:25:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-23 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.030065 10.0.0.133 - - [2025-10-23 02:25:02] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000981 10.0.0.41 - - [2025-10-23 02:25:02] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051926 10.0.0.41 - - [2025-10-23 02:25:02] "POST /neutron/network HTTP/1.1" 200 117 0.045139 10.0.0.133 - - [2025-10-23 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005905 10.0.0.133 - - [2025-10-23 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006078 10.0.0.41 - - [2025-10-23 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 818 0.225652 10.0.0.41 - - [2025-10-23 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001159 10.0.0.41 - - [2025-10-23 02:25:03] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005330 10.0.0.41 - - [2025-10-23 02:25:03] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005531 10.0.0.41 - - [2025-10-23 02:25:03] "POST /neutron/network HTTP/1.1" 200 1140 0.009061 10.0.0.41 - - [2025-10-23 02:25:04] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005410 10.0.0.73 - - [2025-10-23 02:25:05] "GET /obj-perms HTTP/1.1" 200 5021 0.052711 10.0.0.41 - - [2025-10-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.003134 10.0.0.41 - - [2025-10-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.133 - - [2025-10-23 02:25:05] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000879 10.0.0.41 - - [2025-10-23 02:25:05] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044346 10.0.0.41 - - [2025-10-23 02:25:05] "POST /network-policys HTTP/1.1" 200 567 0.026799 10.0.0.41 - - [2025-10-23 02:25:05] "GET /network-policy/58e6d1af-1b3d-43da-8e4a-cf823bf5d789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.005651 10.0.0.41 - - [2025-10-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.008742 10.0.0.41 - - [2025-10-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.133 - - [2025-10-23 02:25:05] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000878 10.0.0.41 - - [2025-10-23 02:25:06] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045964 10.0.0.41 - - [2025-10-23 02:25:06] "POST /network-policys HTTP/1.1" 200 567 0.024995 10.0.0.41 - - [2025-10-23 02:25:06] "GET /network-policy/4fca96d8-aa83-4624-abb5-bd739e5c8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.007483 10.0.0.41 - - [2025-10-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003830 10.0.0.41 - - [2025-10-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.133 - - [2025-10-23 02:25:06] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000928 10.0.0.41 - - [2025-10-23 02:25:06] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045037 10.0.0.41 - - [2025-10-23 02:25:06] "POST /network-policys HTTP/1.1" 200 567 0.028367 10.0.0.41 - - [2025-10-23 02:25:06] "GET /network-policy/69da63cb-e650-4060-bd6b-4efe17e792df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005749 10.0.0.41 - - [2025-10-23 02:25:06] "POST /neutron/network HTTP/1.1" 200 1140 0.009489 10.0.0.73 - - [2025-10-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 254 0.003418 10.0.0.41 - - [2025-10-23 02:25:07] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.008691 10.0.0.41 - - [2025-10-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2025-10-23 02:25:07] "GET /network-policy/4fca96d8-aa83-4624-abb5-bd739e5c8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004049 10.0.0.41 - - [2025-10-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.41 - - [2025-10-23 02:25:07] "GET /network-policy/58e6d1af-1b3d-43da-8e4a-cf823bf5d789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004102 10.0.0.41 - - [2025-10-23 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001135 10.0.0.41 - - [2025-10-23 02:25:07] "POST /neutron/network HTTP/1.1" 200 1348 0.009425 10.0.0.133 - - [2025-10-23 02:25:08] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001221 10.0.0.41 - - [2025-10-23 02:25:08] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.303564 10.0.0.41 - - [2025-10-23 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.133 - - [2025-10-23 02:25:09] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001274 10.0.0.41 - - [2025-10-23 02:25:09] "POST /neutron/port HTTP/1.1" 200 1179 0.354529 10.0.0.41 - - [2025-10-23 02:25:09] "POST /neutron/port HTTP/1.1" 200 1233 0.099699 10.0.0.41 - - [2025-10-23 02:25:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.41 - - [2025-10-23 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.41 - - [2025-10-23 02:25:13] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007483 10.0.0.41 - - [2025-10-23 02:25:13] "POST /neutron/port HTTP/1.1" 200 1207 0.014821 10.0.0.41 - - [2025-10-23 02:25:14] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-23 02:25:14] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 200 1308 0.029108 10.0.0.41 - - [2025-10-23 02:25:14] "GET /virtual-machine-interface/2ce8da4e-4b7a-4884-80d7-06d5c0463e40 HTTP/1.1" 200 3184 0.006048 10.0.0.41 - - [2025-10-23 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-10-23 02:25:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.41 - - [2025-10-23 02:25:14] "GET /virtual-networks?parent_id=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003521 10.0.0.41 - - [2025-10-23 02:25:14] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006795 10.0.0.41 - - [2025-10-23 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.41 - - [2025-10-23 02:25:17] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005429 10.0.0.41 - - [2025-10-23 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-10-23 02:25:21] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004804 10.0.0.41 - - [2025-10-23 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.41 - - [2025-10-23 02:25:25] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.004870 10.0.0.41 - - [2025-10-23 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.41 - - [2025-10-23 02:25:29] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005293 10.0.0.41 - - [2025-10-23 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-10-23 02:25:33] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007170 10.0.0.41 - - [2025-10-23 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2025-10-23 02:25:38] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005350 10.0.0.41 - - [2025-10-23 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-10-23 02:25:42] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005502 10.0.0.41 - - [2025-10-23 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.41 - - [2025-10-23 02:25:46] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005617 10.0.0.41 - - [2025-10-23 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.41 - - [2025-10-23 02:25:50] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005053 10.0.0.41 - - [2025-10-23 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.41 - - [2025-10-23 02:25:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003488 10.0.0.41 - - [2025-10-23 02:25:54] "GET /virtual-networks?parent_id=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002706 10.0.0.41 - - [2025-10-23 02:25:54] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005491 10.0.0.41 - - [2025-10-23 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006708 10.0.0.41 - - [2025-10-23 02:26:04] "POST /neutron/port HTTP/1.1" 200 1207 0.014868 10.0.0.41 - - [2025-10-23 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006339 10.0.0.41 - - [2025-10-23 02:26:08] "POST /neutron/network HTTP/1.1" 200 1348 0.032591 10.0.0.41 - - [2025-10-23 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013124 10.0.0.41 - - [2025-10-23 02:26:09] "POST /neutron/network HTTP/1.1" 200 1338 0.008168 10.0.0.41 - - [2025-10-23 02:26:09] "GET /obj-perms HTTP/1.1" 200 5056 0.045261 10.0.0.41 - - [2025-10-23 02:26:15] "POST /neutron/port HTTP/1.1" 200 1207 0.014782 10.0.0.41 - - [2025-10-23 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007038 10.0.0.41 - - [2025-10-23 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2025-10-23 02:26:15] "GET /network-policy/58e6d1af-1b3d-43da-8e4a-cf823bf5d789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.003262 10.0.0.41 - - [2025-10-23 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.41 - - [2025-10-23 02:26:15] "GET /network-policy/4fca96d8-aa83-4624-abb5-bd739e5c8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.003696 10.0.0.41 - - [2025-10-23 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.41 - - [2025-10-23 02:26:15] "GET /network-policy/69da63cb-e650-4060-bd6b-4efe17e792df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.003494 10.0.0.73 - - [2025-10-23 02:26:15] "PUT /access-control-list/9db1745c-1eec-4baf-b1fa-8e37abcfb128 HTTP/1.1" 200 273 0.022588 10.0.0.41 - - [2025-10-23 02:26:15] "POST /neutron/network HTTP/1.1" 200 1430 0.013070 10.0.0.41 - - [2025-10-23 02:26:16] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.011815 10.0.0.41 - - [2025-10-23 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 02:26:16] "GET /network-policy/4fca96d8-aa83-4624-abb5-bd739e5c8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.003668 10.0.0.41 - - [2025-10-23 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.41 - - [2025-10-23 02:26:16] "GET /network-policy/58e6d1af-1b3d-43da-8e4a-cf823bf5d789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004130 10.0.0.41 - - [2025-10-23 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2025-10-23 02:26:16] "GET /network-policy/69da63cb-e650-4060-bd6b-4efe17e792df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004086 10.0.0.41 - - [2025-10-23 02:26:21] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.005814 10.0.0.133 - - [2025-10-23 02:26:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003831 10.0.0.41 - - [2025-10-23 02:26:21] "POST /neutron/network HTTP/1.1" 200 1140 0.017136 10.0.0.41 - - [2025-10-23 02:26:21] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005368 10.0.0.41 - - [2025-10-23 02:26:26] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 200 1308 0.004864 10.0.0.41 - - [2025-10-23 02:26:27] "POST /neutron/port HTTP/1.1" 200 151 0.243768 10.0.0.41 - - [2025-10-23 02:26:28] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 404 171 0.003330 10.0.0.41 - - [2025-10-23 02:26:28] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 404 171 0.003100 10.0.0.41 - - [2025-10-23 02:26:28] "GET /virtual-machine/504c7021-9e72-4552-a52a-1b38b9c02688 HTTP/1.1" 404 171 0.003764 10.0.0.41 - - [2025-10-23 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.41 - - [2025-10-23 02:26:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004435 10.0.0.41 - - [2025-10-23 02:26:28] "GET /virtual-networks?parent_id=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003170 10.0.0.41 - - [2025-10-23 02:26:28] "GET /virtual-network/b894e1f2-5694-4d3c-87b8-e6d1b14cf5e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005432 10.0.0.41 - - [2025-10-23 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.41 - - [2025-10-23 02:26:28] "GET /routing-instance/f0b94478-065f-4a72-bd4a-4e76ff522b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.004561 10.0.0.41 - - [2025-10-23 02:26:28] "GET /route-target/e42a40ac-dfd9-4723-b988-9f3cc68f52bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004027 10.0.0.133 - - [2025-10-23 02:26:29] "GET /obj-perms HTTP/1.1" 200 5021 0.060084 10.0.0.41 - - [2025-10-23 02:26:35] "GET /obj-perms HTTP/1.1" 200 5021 0.045390 10.0.0.133 - - [2025-10-23 02:26:38] "GET /obj-perms HTTP/1.1" 200 5021 0.003716 10.0.0.41 - - [2025-10-23 02:26:44] "GET /obj-perms HTTP/1.1" 200 5021 0.003995 10.0.0.133 - - [2025-10-23 02:26:47] "GET /obj-perms HTTP/1.1" 200 5021 0.003664 10.0.0.41 - - [2025-10-23 02:26:53] "GET /obj-perms HTTP/1.1" 200 5021 0.004216 10.0.0.133 - - [2025-10-23 02:26:53] "GET /obj-perms HTTP/1.1" 200 5021 0.003251 10.0.0.41 - - [2025-10-23 02:26:54] "DELETE /network-policy/69da63cb-e650-4060-bd6b-4efe17e792df HTTP/1.1" 200 115 0.036085 10.0.0.41 - - [2025-10-23 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.133 - - [2025-10-23 02:26:54] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000854 10.0.0.41 - - [2025-10-23 02:26:54] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.042621 10.0.0.41 - - [2025-10-23 02:26:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96467317&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.005037 10.0.0.41 - - [2025-10-23 02:26:54] "DELETE /network-policy/4fca96d8-aa83-4624-abb5-bd739e5c8014 HTTP/1.1" 200 115 0.029495 10.0.0.41 - - [2025-10-23 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005648 10.0.0.133 - - [2025-10-23 02:26:54] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000929 10.0.0.41 - - [2025-10-23 02:26:54] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.034310 10.0.0.41 - - [2025-10-23 02:26:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96467317&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005023 10.0.0.41 - - [2025-10-23 02:26:54] "DELETE /network-policy/58e6d1af-1b3d-43da-8e4a-cf823bf5d789 HTTP/1.1" 200 115 0.035704 10.0.0.41 - - [2025-10-23 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.133 - - [2025-10-23 02:26:54] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000870 10.0.0.41 - - [2025-10-23 02:26:54] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.033808 10.0.0.41 - - [2025-10-23 02:26:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-96467317&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005658 10.0.0.73 - - [2025-10-23 02:26:54] "DELETE /route-target/e42a40ac-dfd9-4723-b988-9f3cc68f52bf HTTP/1.1" 200 115 0.017362 10.0.0.41 - - [2025-10-23 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.41 - - [2025-10-23 02:26:55] "DELETE /network-ipam/fd84300d-a7ab-4ba1-8f75-c2b17b520054 HTTP/1.1" 200 115 0.030385 10.0.0.41 - - [2025-10-23 02:26:55] "POST /fqname-to-id HTTP/1.1" 404 264 0.003165 10.0.0.133 - - [2025-10-23 02:26:55] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000811 10.0.0.133 - - [2025-10-23 02:26:55] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.037557 10.0.0.133 - - [2025-10-23 02:26:55] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000794 10.0.0.133 - - [2025-10-23 02:26:55] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=security_groups HTTP/1.1" 200 1404 0.045537 10.0.0.133 - - [2025-10-23 02:26:55] "DELETE /security-group/60e7b461-28e7-406b-93c8-f44be2b3cc96 HTTP/1.1" 200 115 0.049932 10.0.0.133 - - [2025-10-23 02:26:55] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001255 10.0.0.133 - - [2025-10-23 02:26:55] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=application_policy_sets HTTP/1.1" 200 1443 0.060121 10.0.0.41 - - [2025-10-23 02:26:55] "DELETE /project/046e5d82-0d60-420e-bce1-0a2d907e1047 HTTP/1.1" 200 115 0.401683 10.0.0.133 - - [2025-10-23 02:26:55] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.41 - - [2025-10-23 02:26:55] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?fields=projects HTTP/1.1" 200 1247 0.009352 10.0.0.133 - - [2025-10-23 02:26:58] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003166 10.0.0.133 - - [2025-10-23 02:26:58] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000820 10.0.0.133 - - [2025-10-23 02:26:58] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046020 10.0.0.133 - - [2025-10-23 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.001720 10.0.0.133 - - [2025-10-23 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.007018 10.0.0.133 - - [2025-10-23 02:26:58] "POST /security-groups HTTP/1.1" 200 605 0.033146 10.0.0.73 - - [2025-10-23 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 248 0.006077 10.0.0.133 - - [2025-10-23 02:26:58] "POST /projects HTTP/1.1" 200 613 0.232234 10.0.0.133 - - [2025-10-23 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.278285 10.0.0.41 - - [2025-10-23 02:26:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.420576 10.0.0.133 - - [2025-10-23 02:26:58] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001017 10.0.0.73 - - [2025-10-23 02:26:58] "POST /access-control-lists HTTP/1.1" 200 610 0.040409 10.0.0.41 - - [2025-10-23 02:26:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=virtual_networks HTTP/1.1" 200 1061 0.076373 10.0.0.133 - - [2025-10-23 02:26:58] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000924 10.0.0.41 - - [2025-10-23 02:26:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.046684 10.0.0.133 - - [2025-10-23 02:26:58] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000989 10.0.0.41 - - [2025-10-23 02:26:58] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=security_groups HTTP/1.1" 200 1302 0.038218 10.0.0.41 - - [2025-10-23 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.033886 10.0.0.133 - - [2025-10-23 02:26:59] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003335 10.0.0.133 - - [2025-10-23 02:26:59] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000831 10.0.0.133 - - [2025-10-23 02:26:59] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006331 10.0.0.133 - - [2025-10-23 02:27:00] "POST /id-to-fqname HTTP/1.1" 200 206 0.001084 10.0.0.133 - - [2025-10-23 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.010502 10.0.0.133 - - [2025-10-23 02:27:00] "POST /security-groups HTTP/1.1" 200 607 0.031365 10.0.0.133 - - [2025-10-23 02:27:00] "POST /projects HTTP/1.1" 200 617 0.247754 10.0.0.73 - - [2025-10-23 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 249 0.010293 10.0.0.133 - - [2025-10-23 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.321704 10.0.0.41 - - [2025-10-23 02:27:00] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.457258 10.0.0.133 - - [2025-10-23 02:27:00] "DELETE /project/872768ef5d5645f9a5f6056940989e91 HTTP/1.1" 404 173 0.003535 10.0.0.133 - - [2025-10-23 02:27:00] "DELETE /project/046e5d820d60420ebce10a2d907e1047 HTTP/1.1" 404 173 0.005386 10.0.0.133 - - [2025-10-23 02:27:00] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000825 10.0.0.133 - - [2025-10-23 02:27:00] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.044054 10.0.0.133 - - [2025-10-23 02:27:00] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000834 10.0.0.133 - - [2025-10-23 02:27:00] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=security_groups HTTP/1.1" 200 1404 0.071028 10.0.0.133 - - [2025-10-23 02:27:01] "DELETE /security-group/8b5ed14f-f782-4621-86b1-df10126630ef HTTP/1.1" 200 115 0.083422 10.0.0.133 - - [2025-10-23 02:27:01] "GET /projects?obj_uuids=046e5d82-0d60-420e-bce1-0a2d907e1047&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001188 10.0.0.133 - - [2025-10-23 02:27:01] "GET /project/046e5d82-0d60-420e-bce1-0a2d907e1047?fields=application_policy_sets HTTP/1.1" 200 1443 0.073066 10.0.0.73 - - [2025-10-23 02:27:01] "DELETE /access-control-list/e47a7e5e-dcd9-4746-9576-e9c41a2081be HTTP/1.1" 200 115 0.085649 10.0.0.133 - - [2025-10-23 02:27:01] "DELETE /project/046e5d82-0d60-420e-bce1-0a2d907e1047 HTTP/1.1" 200 115 0.493488 10.0.0.41 - - [2025-10-23 02:27:01] "GET / HTTP/1.1" 200 36215 0.001727 10.0.0.41 - - [2025-10-23 02:27:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.41 - - [2025-10-23 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 233 0.062663 10.0.0.41 - - [2025-10-23 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.133 - - [2025-10-23 02:27:05] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001176 10.0.0.41 - - [2025-10-23 02:27:05] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.044286 10.0.0.41 - - [2025-10-23 02:27:05] "POST /network-policys HTTP/1.1" 200 569 0.030201 10.0.0.41 - - [2025-10-23 02:27:05] "GET /network-policy/8206f0e8-98c4-44be-8174-03bacd7a25c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005944 10.0.0.41 - - [2025-10-23 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.133 - - [2025-10-23 02:27:05] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001163 10.0.0.41 - - [2025-10-23 02:27:05] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.044503 10.0.0.41 - - [2025-10-23 02:27:05] "POST /neutron/network HTTP/1.1" 200 117 0.031929 10.0.0.133 - - [2025-10-23 02:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.012311 10.0.0.41 - - [2025-10-23 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.204067 10.0.0.41 - - [2025-10-23 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 237 0.001176 10.0.0.41 - - [2025-10-23 02:27:06] "GET /virtual-network/a3717c76-0568-4862-8f79-7a1fd4e53f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.005269 10.0.0.41 - - [2025-10-23 02:27:06] "GET /virtual-network/a3717c76-0568-4862-8f79-7a1fd4e53f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.004987 10.0.0.41 - - [2025-10-23 02:27:06] "POST /neutron/network HTTP/1.1" 200 1017 0.007897 10.0.0.41 - - [2025-10-23 02:27:06] "POST /neutron/network HTTP/1.1" 200 1017 0.008403 10.0.0.73 - - [2025-10-23 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 252 0.003626 10.0.0.41 - - [2025-10-23 02:27:06] "GET /virtual-network/a3717c76-0568-4862-8f79-7a1fd4e53f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.007152 10.0.0.41 - - [2025-10-23 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.018287 10.0.0.41 - - [2025-10-23 02:27:06] "GET /network-policy/8206f0e8-98c4-44be-8174-03bacd7a25c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003920 10.0.0.41 - - [2025-10-23 02:27:07] "GET /virtual-network/a3717c76-0568-4862-8f79-7a1fd4e53f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2990 0.005686 10.0.0.41 - - [2025-10-23 02:27:08] "GET /obj-perms HTTP/1.1" 200 5062 0.046634 10.0.0.73 - - [2025-10-23 02:27:08] "GET /obj-perms HTTP/1.1" 200 5062 0.052433 10.0.0.41 - - [2025-10-23 02:27:08] "DELETE /network-policy/8206f0e8-98c4-44be-8174-03bacd7a25c2 HTTP/1.1" 409 239 0.008088 10.0.0.41 - - [2025-10-23 02:27:09] "POST /neutron/network HTTP/1.1" 200 1124 0.010124 10.0.0.73 - - [2025-10-23 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.41 - - [2025-10-23 02:27:09] "DELETE /network-policy/8206f0e8-98c4-44be-8174-03bacd7a25c2 HTTP/1.1" 200 115 0.038229 10.0.0.41 - - [2025-10-23 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.133 - - [2025-10-23 02:27:09] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000925 10.0.0.41 - - [2025-10-23 02:27:09] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.043519 10.0.0.41 - - [2025-10-23 02:27:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-36507296&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005408 10.0.0.133 - - [2025-10-23 02:27:12] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000848 10.0.0.41 - - [2025-10-23 02:27:12] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.046615 10.0.0.133 - - [2025-10-23 02:27:12] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000867 10.0.0.41 - - [2025-10-23 02:27:12] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?fields=virtual_networks HTTP/1.1" 200 1066 0.045267 10.0.0.133 - - [2025-10-23 02:27:12] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000912 10.0.0.41 - - [2025-10-23 02:27:12] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.041569 10.0.0.133 - - [2025-10-23 02:27:12] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000900 10.0.0.41 - - [2025-10-23 02:27:12] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?fields=security_groups HTTP/1.1" 200 1309 0.043693 10.0.0.41 - - [2025-10-23 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.029583 10.0.0.133 - - [2025-10-23 02:27:13] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002823 10.0.0.133 - - [2025-10-23 02:27:13] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.133 - - [2025-10-23 02:27:13] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007119 10.0.0.133 - - [2025-10-23 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.005454 10.0.0.133 - - [2025-10-23 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.005187 10.0.0.133 - - [2025-10-23 02:27:13] "POST /security-groups HTTP/1.1" 200 591 0.081665 10.0.0.133 - - [2025-10-23 02:27:13] "POST /projects HTTP/1.1" 200 585 0.285473 10.0.0.73 - - [2025-10-23 02:27:13] "POST /access-control-lists HTTP/1.1" 200 598 0.034378 10.0.0.133 - - [2025-10-23 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.355999 10.0.0.41 - - [2025-10-23 02:27:14] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.533469 10.0.0.41 - - [2025-10-23 02:27:15] "GET / HTTP/1.1" 200 36215 0.001443 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.056950 10.0.0.41 - - [2025-10-23 02:27:17] "POST /network-ipams HTTP/1.1" 200 515 0.024804 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003515 10.0.0.41 - - [2025-10-23 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipam/e163f03c-682d-4225-85ea-82c8e7c21408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006670 10.0.0.41 - - [2025-10-23 02:27:17] "PUT /network-ipam/e163f03c-682d-4225-85ea-82c8e7c21408 HTTP/1.1" 200 259 0.013449 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003340 10.0.0.41 - - [2025-10-23 02:27:17] "POST /network-ipams HTTP/1.1" 200 515 0.031247 10.0.0.41 - - [2025-10-23 02:27:17] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004326 10.0.0.41 - - [2025-10-23 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-10-23 02:27:18] "GET /network-ipam/cf2b6322-6c10-40e0-b104-328d48a38fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005744 10.0.0.41 - - [2025-10-23 02:27:18] "PUT /network-ipam/cf2b6322-6c10-40e0-b104-328d48a38fb0 HTTP/1.1" 200 259 0.013483 10.0.0.41 - - [2025-10-23 02:27:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003088 10.0.0.41 - - [2025-10-23 02:27:18] "POST /network-ipams HTTP/1.1" 200 515 0.028824 10.0.0.41 - - [2025-10-23 02:27:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003402 10.0.0.41 - - [2025-10-23 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-10-23 02:27:18] "GET /network-ipam/03d3415b-d1fd-4c09-920c-c4c1dce9a96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.005834 10.0.0.41 - - [2025-10-23 02:27:18] "PUT /network-ipam/03d3415b-d1fd-4c09-920c-c4c1dce9a96f HTTP/1.1" 200 259 0.013258 10.0.0.41 - - [2025-10-23 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.133 - - [2025-10-23 02:27:19] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000818 10.0.0.41 - - [2025-10-23 02:27:19] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062683 10.0.0.133 - - [2025-10-23 02:27:19] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.41 - - [2025-10-23 02:27:19] "POST /neutron/network HTTP/1.1" 200 607 0.179898 10.0.0.41 - - [2025-10-23 02:27:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.003304 10.0.0.41 - - [2025-10-23 02:27:20] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006273 10.0.0.41 - - [2025-10-23 02:27:20] "POST /neutron/network HTTP/1.1" 200 825 0.010643 10.0.0.41 - - [2025-10-23 02:27:20] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005637 10.0.0.41 - - [2025-10-23 02:27:20] "POST /neutron/network HTTP/1.1" 200 825 0.006831 10.0.0.41 - - [2025-10-23 02:27:20] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006143 10.0.0.41 - - [2025-10-23 02:27:20] "GET /network-ipam/e163f03c-682d-4225-85ea-82c8e7c21408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004059 10.0.0.73 - - [2025-10-23 02:27:20] "POST /route-targets HTTP/1.1" 200 328 0.014135 10.0.0.41 - - [2025-10-23 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.133 - - [2025-10-23 02:27:20] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.41 - - [2025-10-23 02:27:20] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061927 10.0.0.73 - - [2025-10-23 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.026959 10.0.0.133 - - [2025-10-23 02:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.007178 10.0.0.41 - - [2025-10-23 02:27:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.195793 10.0.0.41 - - [2025-10-23 02:27:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001156 10.0.0.41 - - [2025-10-23 02:27:20] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.019961 10.0.0.41 - - [2025-10-23 02:27:20] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009993 10.0.0.41 - - [2025-10-23 02:27:20] "POST /neutron/network HTTP/1.1" 200 824 0.006466 10.0.0.41 - - [2025-10-23 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007355 10.0.0.133 - - [2025-10-23 02:27:21] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.41 - - [2025-10-23 02:27:21] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048820 10.0.0.133 - - [2025-10-23 02:27:21] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.41 - - [2025-10-23 02:27:21] "POST /neutron/network HTTP/1.1" 200 607 0.151374 10.0.0.41 - - [2025-10-23 02:27:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.003159 10.0.0.41 - - [2025-10-23 02:27:21] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005115 10.0.0.41 - - [2025-10-23 02:27:21] "POST /neutron/network HTTP/1.1" 200 823 0.005701 10.0.0.41 - - [2025-10-23 02:27:21] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005356 10.0.0.41 - - [2025-10-23 02:27:21] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005739 10.0.0.133 - - [2025-10-23 02:27:23] "GET /obj-perms HTTP/1.1" 200 5030 0.061314 10.0.0.41 - - [2025-10-23 02:27:23] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005193 10.0.0.73 - - [2025-10-23 02:27:24] "GET /obj-perms HTTP/1.1" 200 5030 0.047463 10.0.0.41 - - [2025-10-23 02:27:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005704 10.0.0.41 - - [2025-10-23 02:27:24] "GET /obj-perms HTTP/1.1" 200 5030 0.054719 10.0.0.41 - - [2025-10-23 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.003214 10.0.0.41 - - [2025-10-23 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.133 - - [2025-10-23 02:27:24] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.41 - - [2025-10-23 02:27:24] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039552 10.0.0.41 - - [2025-10-23 02:27:25] "POST /network-policys HTTP/1.1" 200 555 0.029623 10.0.0.41 - - [2025-10-23 02:27:25] "GET /network-policy/4d5dbbc0-0f12-4987-8224-0bffd8f910b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005871 10.0.0.41 - - [2025-10-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.002818 10.0.0.41 - - [2025-10-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.133 - - [2025-10-23 02:27:25] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001207 10.0.0.41 - - [2025-10-23 02:27:25] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.033879 10.0.0.41 - - [2025-10-23 02:27:25] "POST /network-policys HTTP/1.1" 200 555 0.026675 10.0.0.41 - - [2025-10-23 02:27:25] "GET /network-policy/c79c20f3-8359-4978-b3b7-2404d0abaea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005460 10.0.0.41 - - [2025-10-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.002667 10.0.0.41 - - [2025-10-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.133 - - [2025-10-23 02:27:25] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000858 10.0.0.41 - - [2025-10-23 02:27:25] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.035856 10.0.0.41 - - [2025-10-23 02:27:25] "POST /network-policys HTTP/1.1" 200 555 0.024371 10.0.0.41 - - [2025-10-23 02:27:25] "GET /network-policy/14acc074-e49e-4458-95fb-252d0b30fae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006215 10.0.0.73 - - [2025-10-23 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.003749 10.0.0.41 - - [2025-10-23 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.045079 10.0.0.41 - - [2025-10-23 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.048512 10.0.0.41 - - [2025-10-23 02:27:26] "POST /neutron/network HTTP/1.1" 200 824 0.006054 10.0.0.73 - - [2025-10-23 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 236 0.003751 10.0.0.41 - - [2025-10-23 02:27:26] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006679 10.0.0.41 - - [2025-10-23 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.41 - - [2025-10-23 02:27:26] "GET /network-policy/c79c20f3-8359-4978-b3b7-2404d0abaea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.003479 10.0.0.41 - - [2025-10-23 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.009264 10.0.0.41 - - [2025-10-23 02:27:26] "POST /neutron/network HTTP/1.1" 200 1006 0.008145 10.0.0.133 - - [2025-10-23 02:27:27] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.41 - - [2025-10-23 02:27:27] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060932 10.0.0.41 - - [2025-10-23 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.41 - - [2025-10-23 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001053 10.0.0.41 - - [2025-10-23 02:27:28] "POST /neutron/network HTTP/1.1" 200 1006 0.006582 10.0.0.41 - - [2025-10-23 02:27:28] "POST /neutron/port HTTP/1.1" 200 1061 0.012666 10.0.0.41 - - [2025-10-23 02:27:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005942 10.0.0.133 - - [2025-10-23 02:27:28] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.41 - - [2025-10-23 02:27:28] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083269 10.0.0.41 - - [2025-10-23 02:27:28] "POST /neutron/network HTTP/1.1" 200 996 0.010913 10.0.0.41 - - [2025-10-23 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006987 10.0.0.41 - - [2025-10-23 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001116 10.0.0.41 - - [2025-10-23 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010173 10.0.0.133 - - [2025-10-23 02:27:29] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.73 - - [2025-10-23 02:27:29] "PUT /access-control-list/2935273e-17e5-432b-969e-b9af5a75402b HTTP/1.1" 200 273 0.040498 10.0.0.41 - - [2025-10-23 02:27:29] "POST /neutron/port HTTP/1.1" 200 1060 0.283962 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/port HTTP/1.1" 200 1114 0.084677 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.007899 10.0.0.133 - - [2025-10-23 02:27:30] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000906 10.0.0.41 - - [2025-10-23 02:27:30] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072586 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/network HTTP/1.1" 200 823 0.008226 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.006782 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/port HTTP/1.1" 200 1089 0.016254 10.0.0.41 - - [2025-10-23 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006932 10.0.0.133 - - [2025-10-23 02:27:31] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2025-10-23 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.279684 10.0.0.41 - - [2025-10-23 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.010453 10.0.0.41 - - [2025-10-23 02:27:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003300 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.032788 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.002901 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine-interface/9b259c4d-67d3-4a3a-8b26-85bfc9812735 HTTP/1.1" 200 2952 0.004148 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.003410 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine-interface/9b259c4d-67d3-4a3a-8b26-85bfc9812735 HTTP/1.1" 200 2952 0.004576 10.0.0.41 - - [2025-10-23 02:27:31] "GET /instance-ip/e23f286b-2424-4f9c-ba95-baa6dccc77b6 HTTP/1.1" 200 1626 0.005813 10.0.0.41 - - [2025-10-23 02:27:31] "POST /neutron/network HTTP/1.1" 200 823 0.006042 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.003033 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-machine-interface/9b259c4d-67d3-4a3a-8b26-85bfc9812735 HTTP/1.1" 200 2952 0.004356 10.0.0.41 - - [2025-10-23 02:27:31] "GET /instance-ip/e23f286b-2424-4f9c-ba95-baa6dccc77b6 HTTP/1.1" 200 1626 0.003529 10.0.0.41 - - [2025-10-23 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-23 02:27:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002989 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002720 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005347 10.0.0.41 - - [2025-10-23 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.41 - - [2025-10-23 02:27:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004098 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003574 10.0.0.41 - - [2025-10-23 02:27:31] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005598 10.0.0.41 - - [2025-10-23 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.41 - - [2025-10-23 02:27:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003232 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002552 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005471 10.0.0.41 - - [2025-10-23 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.41 - - [2025-10-23 02:27:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003240 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002780 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006090 10.0.0.41 - - [2025-10-23 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.41 - - [2025-10-23 02:27:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004022 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003109 10.0.0.41 - - [2025-10-23 02:27:32] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005495 10.0.0.41 - - [2025-10-23 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 02:27:35] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005263 10.0.0.41 - - [2025-10-23 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.41 - - [2025-10-23 02:27:39] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006242 10.0.0.41 - - [2025-10-23 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.41 - - [2025-10-23 02:27:43] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005365 10.0.0.41 - - [2025-10-23 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.41 - - [2025-10-23 02:27:47] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005274 10.0.0.41 - - [2025-10-23 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.41 - - [2025-10-23 02:27:51] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005326 10.0.0.41 - - [2025-10-23 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.41 - - [2025-10-23 02:27:56] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006150 10.0.0.133 - - [2025-10-23 02:27:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.133 - - [2025-10-23 02:27:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.41 - - [2025-10-23 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.41 - - [2025-10-23 02:28:00] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005289 10.0.0.133 - - [2025-10-23 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.133 - - [2025-10-23 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2025-10-23 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.73 - - [2025-10-23 02:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.73 - - [2025-10-23 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.73 - - [2025-10-23 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.133 - - [2025-10-23 02:28:01] "DELETE /project/8b91648a19d942e1820038907c1ac6d6 HTTP/1.1" 404 173 0.004833 10.0.0.133 - - [2025-10-23 02:28:01] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001209 10.0.0.133 - - [2025-10-23 02:28:01] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.085256 10.0.0.133 - - [2025-10-23 02:28:01] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000957 10.0.0.133 - - [2025-10-23 02:28:01] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?fields=security_groups HTTP/1.1" 200 1411 0.051068 10.0.0.133 - - [2025-10-23 02:28:01] "DELETE /security-group/4e5a1d6e-d2eb-4d6c-8045-97da1125bd6b HTTP/1.1" 200 115 0.057225 10.0.0.133 - - [2025-10-23 02:28:01] "GET /projects?obj_uuids=872768ef-5d56-45f9-a5f6-056940989e91&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000852 10.0.0.133 - - [2025-10-23 02:28:01] "GET /project/872768ef-5d56-45f9-a5f6-056940989e91?fields=application_policy_sets HTTP/1.1" 200 1450 0.038460 10.0.0.41 - - [2025-10-23 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.133 - - [2025-10-23 02:28:01] "DELETE /project/872768ef-5d56-45f9-a5f6-056940989e91 HTTP/1.1" 200 115 0.452066 10.0.0.41 - - [2025-10-23 02:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2025-10-23 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-10-23 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-10-23 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2025-10-23 02:28:04] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005424 10.0.0.41 - - [2025-10-23 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.41 - - [2025-10-23 02:28:08] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005068 10.0.0.41 - - [2025-10-23 02:28:09] "POST /neutron/network HTTP/1.1" 200 1006 0.006600 10.0.0.41 - - [2025-10-23 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.41 - - [2025-10-23 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2025-10-23 02:28:12] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006956 10.0.0.41 - - [2025-10-23 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.41 - - [2025-10-23 02:28:16] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008756 10.0.0.41 - - [2025-10-23 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-10-23 02:28:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004749 10.0.0.41 - - [2025-10-23 02:28:18] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003268 10.0.0.41 - - [2025-10-23 02:28:18] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005613 10.0.0.41 - - [2025-10-23 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.41 - - [2025-10-23 02:28:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005402 10.0.0.41 - - [2025-10-23 02:28:18] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003834 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007918 10.0.0.41 - - [2025-10-23 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-10-23 02:28:19] "GET /routing-instance/9b253d7f-062b-4a0a-8155-c366429873ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004254 10.0.0.41 - - [2025-10-23 02:28:19] "GET /route-target/f34feaf7-4142-4421-895a-d96108f2c347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003569 10.0.0.41 - - [2025-10-23 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2025-10-23 02:28:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003883 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002966 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005486 10.0.0.41 - - [2025-10-23 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.41 - - [2025-10-23 02:28:19] "GET /routing-instance/9b253d7f-062b-4a0a-8155-c366429873ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004086 10.0.0.41 - - [2025-10-23 02:28:19] "GET /route-target/f34feaf7-4142-4421-895a-d96108f2c347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004324 10.0.0.41 - - [2025-10-23 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2025-10-23 02:28:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003840 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003092 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005508 10.0.0.41 - - [2025-10-23 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2025-10-23 02:28:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003148 10.0.0.41 - - [2025-10-23 02:28:19] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005576 10.0.0.133 - - [2025-10-23 02:28:19] "GET /obj-perms HTTP/1.1" 200 5030 0.003652 10.0.0.41 - - [2025-10-23 02:28:19] "GET /obj-perms HTTP/1.1" 200 5030 0.003269 10.0.0.41 - - [2025-10-23 02:28:19] "GET /obj-perms HTTP/1.1" 200 5030 0.011548 10.0.0.133 - - [2025-10-23 02:28:19] "GET /obj-perms HTTP/1.1" 200 5030 0.003470 10.0.0.73 - - [2025-10-23 02:28:20] "GET /obj-perms HTTP/1.1" 200 5030 0.008828 10.0.0.41 - - [2025-10-23 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007432 10.0.0.41 - - [2025-10-23 02:28:20] "POST /neutron/port HTTP/1.1" 200 1088 0.014406 10.0.0.41 - - [2025-10-23 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010129 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.005617 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.003249 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine-interface/d5456c30-2f50-4a0b-94b9-25dfcfb19f24 HTTP/1.1" 200 2952 0.004960 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.003489 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine-interface/d5456c30-2f50-4a0b-94b9-25dfcfb19f24 HTTP/1.1" 200 2952 0.004810 10.0.0.41 - - [2025-10-23 02:28:20] "GET /instance-ip/de55df83-4caa-4973-ad67-eff5184c5b56 HTTP/1.1" 200 1625 0.005786 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.004336 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-machine-interface/d5456c30-2f50-4a0b-94b9-25dfcfb19f24 HTTP/1.1" 200 2952 0.019687 10.0.0.41 - - [2025-10-23 02:28:20] "GET /instance-ip/de55df83-4caa-4973-ad67-eff5184c5b56 HTTP/1.1" 200 1625 0.003920 10.0.0.41 - - [2025-10-23 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.41 - - [2025-10-23 02:28:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003619 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002711 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007769 10.0.0.41 - - [2025-10-23 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-10-23 02:28:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003905 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002873 10.0.0.41 - - [2025-10-23 02:28:20] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005618 10.0.0.41 - - [2025-10-23 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.41 - - [2025-10-23 02:28:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004232 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003320 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005129 10.0.0.41 - - [2025-10-23 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2025-10-23 02:28:21] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004835 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002696 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005392 10.0.0.41 - - [2025-10-23 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.41 - - [2025-10-23 02:28:21] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003660 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002976 10.0.0.41 - - [2025-10-23 02:28:21] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005833 10.0.0.41 - - [2025-10-23 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.41 - - [2025-10-23 02:28:22] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005505 10.0.0.41 - - [2025-10-23 02:28:22] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003096 10.0.0.41 - - [2025-10-23 02:28:22] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005174 10.0.0.41 - - [2025-10-23 02:28:22] "POST /neutron/network HTTP/1.1" 200 926 0.036492 10.0.0.41 - - [2025-10-23 02:28:22] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.41 - - [2025-10-23 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.41 - - [2025-10-23 02:28:22] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003272 10.0.0.41 - - [2025-10-23 02:28:22] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002804 10.0.0.41 - - [2025-10-23 02:28:22] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005056 10.0.0.41 - - [2025-10-23 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2025-10-23 02:28:22] "GET /routing-instance/39ae8713-cd58-420c-9376-50d68ccc4e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004752 10.0.0.41 - - [2025-10-23 02:28:22] "GET /route-target/bbbcb29b-f529-4a7e-9024-327521bba6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003272 10.0.0.41 - - [2025-10-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.41 - - [2025-10-23 02:28:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004282 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003666 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006563 10.0.0.41 - - [2025-10-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.41 - - [2025-10-23 02:28:23] "GET /routing-instance/39ae8713-cd58-420c-9376-50d68ccc4e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005343 10.0.0.41 - - [2025-10-23 02:28:23] "GET /route-target/bbbcb29b-f529-4a7e-9024-327521bba6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004797 10.0.0.41 - - [2025-10-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008881 10.0.0.41 - - [2025-10-23 02:28:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005082 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004022 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006788 10.0.0.41 - - [2025-10-23 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006756 10.0.0.41 - - [2025-10-23 02:28:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010350 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004288 10.0.0.41 - - [2025-10-23 02:28:23] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006219 10.0.0.133 - - [2025-10-23 02:28:23] "GET /obj-perms HTTP/1.1" 200 5030 0.007947 10.0.0.41 - - [2025-10-23 02:28:23] "GET /obj-perms HTTP/1.1" 200 5030 0.007855 10.0.0.41 - - [2025-10-23 02:28:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003273 10.0.0.133 - - [2025-10-23 02:28:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004492 10.0.0.41 - - [2025-10-23 02:28:23] "GET /obj-perms HTTP/1.1" 200 5030 0.005872 10.0.0.41 - - [2025-10-23 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013705 10.0.0.41 - - [2025-10-23 02:28:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015720 10.0.0.41 - - [2025-10-23 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009267 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.005680 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.006217 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine-interface/902e4adc-dfcd-4819-bf40-2102a7f14b0f HTTP/1.1" 200 2952 0.005179 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.003480 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine-interface/902e4adc-dfcd-4819-bf40-2102a7f14b0f HTTP/1.1" 200 2952 0.007262 10.0.0.41 - - [2025-10-23 02:28:24] "GET /instance-ip/41c14a6e-0a2f-4ecc-b2d0-4861dea8c2a4 HTTP/1.1" 200 1623 0.005411 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.003333 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-machine-interface/902e4adc-dfcd-4819-bf40-2102a7f14b0f HTTP/1.1" 200 2952 0.004927 10.0.0.41 - - [2025-10-23 02:28:24] "GET /instance-ip/41c14a6e-0a2f-4ecc-b2d0-4861dea8c2a4 HTTP/1.1" 200 1623 0.004144 10.0.0.41 - - [2025-10-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.41 - - [2025-10-23 02:28:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003766 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002667 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005973 10.0.0.41 - - [2025-10-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2025-10-23 02:28:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003821 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002905 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005158 10.0.0.41 - - [2025-10-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.41 - - [2025-10-23 02:28:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003461 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002677 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005181 10.0.0.41 - - [2025-10-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.41 - - [2025-10-23 02:28:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004472 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002903 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005810 10.0.0.41 - - [2025-10-23 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-10-23 02:28:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003652 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002972 10.0.0.41 - - [2025-10-23 02:28:24] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006480 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.41 - - [2025-10-23 02:28:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003800 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003135 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006605 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.41 - - [2025-10-23 02:28:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003130 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007406 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005326 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2025-10-23 02:28:26] "GET /routing-instance/498f1b2c-a53a-4577-aac2-e84a0f55c396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.006057 10.0.0.41 - - [2025-10-23 02:28:26] "GET /route-target/7ec27d81-96ef-42ab-a3aa-78e534a0bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004116 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2025-10-23 02:28:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003714 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002920 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005537 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-23 02:28:26] "GET /routing-instance/498f1b2c-a53a-4577-aac2-e84a0f55c396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004427 10.0.0.41 - - [2025-10-23 02:28:26] "GET /route-target/7ec27d81-96ef-42ab-a3aa-78e534a0bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003547 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-10-23 02:28:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003803 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003148 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005389 10.0.0.41 - - [2025-10-23 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-10-23 02:28:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010090 10.0.0.41 - - [2025-10-23 02:28:26] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002832 10.0.0.41 - - [2025-10-23 02:28:27] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005570 10.0.0.133 - - [2025-10-23 02:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003793 10.0.0.41 - - [2025-10-23 02:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003311 10.0.0.133 - - [2025-10-23 02:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003849 10.0.0.41 - - [2025-10-23 02:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003315 10.0.0.41 - - [2025-10-23 02:28:27] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.003981 10.0.0.41 - - [2025-10-23 02:28:27] "GET /virtual-machine-interface/9b259c4d-67d3-4a3a-8b26-85bfc9812735 HTTP/1.1" 200 2952 0.005113 10.0.0.41 - - [2025-10-23 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2025-10-23 02:28:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003526 10.0.0.41 - - [2025-10-23 02:28:27] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003149 10.0.0.41 - - [2025-10-23 02:28:27] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005239 10.0.0.41 - - [2025-10-23 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.41 - - [2025-10-23 02:28:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003546 10.0.0.41 - - [2025-10-23 02:28:28] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002890 10.0.0.41 - - [2025-10-23 02:28:28] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005855 10.0.0.41 - - [2025-10-23 02:28:28] "POST /neutron/port HTTP/1.1" 200 1089 0.016546 10.0.0.41 - - [2025-10-23 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006955 10.0.0.41 - - [2025-10-23 02:28:36] "POST /neutron/port HTTP/1.1" 200 1087 0.013862 10.0.0.41 - - [2025-10-23 02:28:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006607 10.0.0.41 - - [2025-10-23 02:28:44] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.003838 10.0.0.41 - - [2025-10-23 02:28:44] "GET /virtual-machine-interface/d5456c30-2f50-4a0b-94b9-25dfcfb19f24 HTTP/1.1" 200 2952 0.005068 10.0.0.41 - - [2025-10-23 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2025-10-23 02:28:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003437 10.0.0.41 - - [2025-10-23 02:28:44] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003421 10.0.0.41 - - [2025-10-23 02:28:44] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005467 10.0.0.41 - - [2025-10-23 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2025-10-23 02:28:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004457 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003019 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006727 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.005410 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-machine-interface/902e4adc-dfcd-4819-bf40-2102a7f14b0f HTTP/1.1" 200 2952 0.005950 10.0.0.41 - - [2025-10-23 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.41 - - [2025-10-23 02:28:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004637 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003262 10.0.0.41 - - [2025-10-23 02:28:45] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006398 10.0.0.41 - - [2025-10-23 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.41 - - [2025-10-23 02:28:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003655 10.0.0.41 - - [2025-10-23 02:28:46] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003009 10.0.0.41 - - [2025-10-23 02:28:46] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005490 10.0.0.133 - - [2025-10-23 02:29:11] "GET /obj-perms HTTP/1.1" 200 5056 0.063398 10.0.0.41 - - [2025-10-23 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.007254 10.0.0.41 - - [2025-10-23 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.001995 10.0.0.41 - - [2025-10-23 02:29:12] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 200 1294 0.004830 10.0.0.41 - - [2025-10-23 02:29:13] "POST /neutron/port HTTP/1.1" 200 1113 0.012832 10.0.0.41 - - [2025-10-23 02:29:14] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 404 171 0.002872 10.0.0.41 - - [2025-10-23 02:29:14] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 404 171 0.002758 10.0.0.41 - - [2025-10-23 02:29:14] "GET /virtual-machine/63826676-0272-4275-8f64-9b9b4b0c5285 HTTP/1.1" 404 171 0.002723 10.0.0.41 - - [2025-10-23 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.41 - - [2025-10-23 02:29:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004809 10.0.0.41 - - [2025-10-23 02:29:15] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003362 10.0.0.41 - - [2025-10-23 02:29:15] "GET /virtual-network/76750de3-396a-4e42-9c12-4acb77c0ae15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005265 10.0.0.41 - - [2025-10-23 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.41 - - [2025-10-23 02:29:15] "GET /routing-instance/498f1b2c-a53a-4577-aac2-e84a0f55c396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004378 10.0.0.41 - - [2025-10-23 02:29:15] "GET /route-target/7ec27d81-96ef-42ab-a3aa-78e534a0bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003800 10.0.0.41 - - [2025-10-23 02:29:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003898 10.0.0.133 - - [2025-10-23 02:29:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003626 10.0.0.41 - - [2025-10-23 02:29:22] "POST /neutron/port HTTP/1.1" 200 1088 0.015304 10.0.0.41 - - [2025-10-23 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.009220 10.0.0.41 - - [2025-10-23 02:29:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003575 10.0.0.73 - - [2025-10-23 02:29:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003255 10.0.0.41 - - [2025-10-23 02:29:24] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 200 1294 0.004246 10.0.0.41 - - [2025-10-23 02:29:25] "POST /neutron/port HTTP/1.1" 200 1088 0.013692 10.0.0.41 - - [2025-10-23 02:29:26] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 404 171 0.002957 10.0.0.41 - - [2025-10-23 02:29:26] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 404 171 0.002395 10.0.0.41 - - [2025-10-23 02:29:26] "GET /virtual-machine/9403bc19-6242-4811-89f0-fb862dce6f85 HTTP/1.1" 404 171 0.002482 10.0.0.41 - - [2025-10-23 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.41 - - [2025-10-23 02:29:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003143 10.0.0.41 - - [2025-10-23 02:29:27] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002868 10.0.0.41 - - [2025-10-23 02:29:27] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005844 10.0.0.41 - - [2025-10-23 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.41 - - [2025-10-23 02:29:27] "GET /routing-instance/39ae8713-cd58-420c-9376-50d68ccc4e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004084 10.0.0.41 - - [2025-10-23 02:29:27] "GET /route-target/bbbcb29b-f529-4a7e-9024-327521bba6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005863 10.0.0.41 - - [2025-10-23 02:29:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003322 10.0.0.133 - - [2025-10-23 02:29:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003775 10.0.0.41 - - [2025-10-23 02:29:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005350 10.0.0.133 - - [2025-10-23 02:29:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003686 10.0.0.41 - - [2025-10-23 02:29:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003765 10.0.0.133 - - [2025-10-23 02:29:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003527 10.0.0.41 - - [2025-10-23 02:29:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004537 10.0.0.133 - - [2025-10-23 02:29:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003952 10.0.0.41 - - [2025-10-23 02:29:55] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 200 1295 0.004726 10.0.0.41 - - [2025-10-23 02:29:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016912 10.0.0.41 - - [2025-10-23 02:29:57] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 404 171 0.003268 10.0.0.41 - - [2025-10-23 02:29:57] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 404 171 0.002438 10.0.0.41 - - [2025-10-23 02:29:57] "GET /virtual-machine/c5406083-af87-4239-a3ae-c2c6e0caf301 HTTP/1.1" 404 171 0.002587 10.0.0.41 - - [2025-10-23 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-10-23 02:29:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.41 - - [2025-10-23 02:29:57] "GET /virtual-networks?parent_id=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003584 10.0.0.41 - - [2025-10-23 02:29:57] "GET /virtual-network/7215d84a-2d40-4e0a-8dbc-8088c679a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005780 10.0.0.41 - - [2025-10-23 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-10-23 02:29:57] "GET /routing-instance/9b253d7f-062b-4a0a-8155-c366429873ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005229 10.0.0.41 - - [2025-10-23 02:29:57] "GET /route-target/f34feaf7-4142-4421-895a-d96108f2c347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004200 10.0.0.41 - - [2025-10-23 02:29:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003240 10.0.0.133 - - [2025-10-23 02:30:00] "GET /obj-perms HTTP/1.1" 200 5030 0.004153 10.0.0.41 - - [2025-10-23 02:30:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004837 10.0.0.133 - - [2025-10-23 02:30:09] "GET /obj-perms HTTP/1.1" 200 5030 0.004028 10.0.0.41 - - [2025-10-23 02:30:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004031 10.0.0.133 - - [2025-10-23 02:30:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003664 10.0.0.41 - - [2025-10-23 02:30:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004294 10.0.0.73 - - [2025-10-23 02:30:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004745 10.0.0.133 - - [2025-10-23 02:30:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004174 10.0.0.41 - - [2025-10-23 02:30:22] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006695 10.0.0.41 - - [2025-10-23 02:30:22] "POST /neutron/network HTTP/1.1" 200 916 0.006364 10.0.0.73 - - [2025-10-23 02:30:22] "DELETE /access-control-list/2935273e-17e5-432b-969e-b9af5a75402b HTTP/1.1" 200 115 0.093796 10.0.0.41 - - [2025-10-23 02:30:22] "GET /virtual-network/1feb920e-aa98-4a80-aeeb-18f3e6af5fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.012766 10.0.0.41 - - [2025-10-23 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.065139 10.0.0.41 - - [2025-10-23 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.049653 10.0.0.41 - - [2025-10-23 02:30:23] "DELETE /network-policy/14acc074-e49e-4458-95fb-252d0b30fae9 HTTP/1.1" 200 115 0.049599 10.0.0.41 - - [2025-10-23 02:30:23] "DELETE /network-policy/c79c20f3-8359-4978-b3b7-2404d0abaea6 HTTP/1.1" 200 115 0.056069 10.0.0.41 - - [2025-10-23 02:30:23] "DELETE /network-policy/4d5dbbc0-0f12-4987-8224-0bffd8f910b5 HTTP/1.1" 200 115 0.032523 10.0.0.41 - - [2025-10-23 02:30:23] "POST /neutron/network HTTP/1.1" 200 823 0.005492 10.0.0.73 - - [2025-10-23 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.019476 10.0.0.73 - - [2025-10-23 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.133 - - [2025-10-23 02:30:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005501 10.0.0.133 - - [2025-10-23 02:30:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001920 10.0.0.41 - - [2025-10-23 02:30:23] "POST /neutron/network HTTP/1.1" 200 151 0.129533 10.0.0.73 - - [2025-10-23 02:30:24] "DELETE /route-target/f34feaf7-4142-4421-895a-d96108f2c347 HTTP/1.1" 200 115 0.035918 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2025-10-23 02:30:24] "DELETE /network-ipam/03d3415b-d1fd-4c09-920c-c4c1dce9a96f HTTP/1.1" 200 115 0.032789 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.006834 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2025-10-23 02:30:24] "DELETE /network-ipam/cf2b6322-6c10-40e0-b104-328d48a38fb0 HTTP/1.1" 200 115 0.042576 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.002844 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2025-10-23 02:30:24] "DELETE /network-ipam/e163f03c-682d-4225-85ea-82c8e7c21408 HTTP/1.1" 200 115 0.032022 10.0.0.41 - - [2025-10-23 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.003121 10.0.0.133 - - [2025-10-23 02:30:26] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001559 10.0.0.41 - - [2025-10-23 02:30:26] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.068006 10.0.0.133 - - [2025-10-23 02:30:26] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.41 - - [2025-10-23 02:30:26] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?fields=virtual_networks HTTP/1.1" 200 1034 0.044598 10.0.0.133 - - [2025-10-23 02:30:26] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.41 - - [2025-10-23 02:30:26] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.034461 10.0.0.133 - - [2025-10-23 02:30:26] "GET /projects?obj_uuids=8b91648a-19d9-42e1-8200-38907c1ac6d6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.41 - - [2025-10-23 02:30:26] "GET /project/8b91648a-19d9-42e1-8200-38907c1ac6d6?fields=security_groups HTTP/1.1" 200 1261 0.031269 10.0.0.41 - - [2025-10-23 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.026471 10.0.0.133 - - [2025-10-23 02:30:27] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003963 10.0.0.133 - - [2025-10-23 02:30:27] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.133 - - [2025-10-23 02:30:27] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035897 10.0.0.133 - - [2025-10-23 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 196 0.003123 10.0.0.133 - - [2025-10-23 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 205 0.006060 10.0.0.133 - - [2025-10-23 02:30:27] "POST /security-groups HTTP/1.1" 200 597 0.073265 10.0.0.133 - - [2025-10-23 02:30:27] "POST /projects HTTP/1.1" 200 597 0.294871 10.0.0.73 - - [2025-10-23 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 239 0.007323 10.0.0.133 - - [2025-10-23 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.366153 10.0.0.41 - - [2025-10-23 02:30:28] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.555982 10.0.0.41 - - [2025-10-23 02:30:29] "GET / HTTP/1.1" 200 36215 0.001352 10.0.0.41 - - [2025-10-23 02:30:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2025-10-23 02:30:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.054879 10.0.0.41 - - [2025-10-23 02:30:32] "POST /network-ipams HTTP/1.1" 200 521 0.025683 10.0.0.41 - - [2025-10-23 02:30:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003245 10.0.0.41 - - [2025-10-23 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.41 - - [2025-10-23 02:30:32] "GET /network-ipam/8249fae4-54a7-425d-9a3f-064cf9759e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.007992 10.0.0.41 - - [2025-10-23 02:30:32] "PUT /network-ipam/8249fae4-54a7-425d-9a3f-064cf9759e47 HTTP/1.1" 200 259 0.015352 10.0.0.41 - - [2025-10-23 02:30:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003361 10.0.0.41 - - [2025-10-23 02:30:33] "POST /network-ipams HTTP/1.1" 200 521 0.030560 10.0.0.41 - - [2025-10-23 02:30:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003462 10.0.0.41 - - [2025-10-23 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2025-10-23 02:30:33] "GET /network-ipam/25c72796-f983-4568-908f-4ce12f2907cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.006077 10.0.0.41 - - [2025-10-23 02:30:33] "PUT /network-ipam/25c72796-f983-4568-908f-4ce12f2907cc HTTP/1.1" 200 259 0.014234 10.0.0.41 - - [2025-10-23 02:30:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003231 10.0.0.41 - - [2025-10-23 02:30:33] "POST /network-ipams HTTP/1.1" 200 521 0.029160 10.0.0.41 - - [2025-10-23 02:30:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.002840 10.0.0.41 - - [2025-10-23 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-10-23 02:30:33] "GET /network-ipam/18520a62-a22f-48e6-b53c-e1c411d66209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.005414 10.0.0.41 - - [2025-10-23 02:30:33] "PUT /network-ipam/18520a62-a22f-48e6-b53c-e1c411d66209 HTTP/1.1" 200 259 0.073634 10.0.0.41 - - [2025-10-23 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.133 - - [2025-10-23 02:30:34] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.41 - - [2025-10-23 02:30:34] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041184 10.0.0.41 - - [2025-10-23 02:30:34] "POST /neutron/network HTTP/1.1" 200 117 0.040828 10.0.0.73 - - [2025-10-23 02:30:34] "POST /ref-update HTTP/1.1" 200 156 0.022208 10.0.0.133 - - [2025-10-23 02:30:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005161 10.0.0.41 - - [2025-10-23 02:30:35] "POST /neutron/subnet HTTP/1.1" 200 823 0.200475 10.0.0.133 - - [2025-10-23 02:30:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.064727 10.0.0.41 - - [2025-10-23 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001366 10.0.0.41 - - [2025-10-23 02:30:35] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005875 10.0.0.41 - - [2025-10-23 02:30:35] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005769 10.0.0.41 - - [2025-10-23 02:30:35] "POST /neutron/network HTTP/1.1" 200 1012 0.008309 10.0.0.41 - - [2025-10-23 02:30:35] "POST /neutron/network HTTP/1.1" 200 1012 0.008953 10.0.0.41 - - [2025-10-23 02:30:35] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005295 10.0.0.41 - - [2025-10-23 02:30:35] "GET /network-ipam/8249fae4-54a7-425d-9a3f-064cf9759e47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003552 10.0.0.41 - - [2025-10-23 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.133 - - [2025-10-23 02:30:35] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.41 - - [2025-10-23 02:30:35] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.037329 10.0.0.133 - - [2025-10-23 02:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011171 10.0.0.41 - - [2025-10-23 02:30:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.196493 10.0.0.41 - - [2025-10-23 02:30:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001191 10.0.0.41 - - [2025-10-23 02:30:36] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006738 10.0.0.41 - - [2025-10-23 02:30:36] "POST /neutron/network HTTP/1.1" 200 1014 0.007687 10.0.0.41 - - [2025-10-23 02:30:36] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004643 10.0.0.41 - - [2025-10-23 02:30:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.009291 10.0.0.41 - - [2025-10-23 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.133 - - [2025-10-23 02:30:36] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000794 10.0.0.41 - - [2025-10-23 02:30:36] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034696 10.0.0.73 - - [2025-10-23 02:30:37] "POST /route-targets HTTP/1.1" 200 328 0.014336 10.0.0.133 - - [2025-10-23 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010166 10.0.0.41 - - [2025-10-23 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.242610 10.0.0.41 - - [2025-10-23 02:30:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001204 10.0.0.41 - - [2025-10-23 02:30:37] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007030 10.0.0.41 - - [2025-10-23 02:30:37] "POST /neutron/network HTTP/1.1" 200 1015 0.010434 10.0.0.41 - - [2025-10-23 02:30:37] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005863 10.0.0.41 - - [2025-10-23 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.011129 10.0.0.41 - - [2025-10-23 02:30:37] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005696 10.0.0.41 - - [2025-10-23 02:30:39] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005102 10.0.0.41 - - [2025-10-23 02:30:39] "GET /obj-perms HTTP/1.1" 200 5042 0.048385 10.0.0.41 - - [2025-10-23 02:30:40] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005004 10.0.0.73 - - [2025-10-23 02:30:40] "GET /obj-perms HTTP/1.1" 200 5042 0.050247 10.0.0.133 - - [2025-10-23 02:30:40] "GET /obj-perms HTTP/1.1" 200 5042 0.043091 10.0.0.41 - - [2025-10-23 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 224 0.004216 10.0.0.41 - - [2025-10-23 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.133 - - [2025-10-23 02:30:40] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001285 10.0.0.41 - - [2025-10-23 02:30:40] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050801 10.0.0.41 - - [2025-10-23 02:30:40] "POST /network-policys HTTP/1.1" 200 561 0.035042 10.0.0.41 - - [2025-10-23 02:30:40] "GET /network-policy/7b5e6c8c-743b-45be-b8ff-57ff4fc41cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.006604 10.0.0.41 - - [2025-10-23 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 224 0.002555 10.0.0.41 - - [2025-10-23 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.133 - - [2025-10-23 02:30:40] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001292 10.0.0.41 - - [2025-10-23 02:30:41] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.036084 10.0.0.41 - - [2025-10-23 02:30:41] "POST /network-policys HTTP/1.1" 200 561 0.028096 10.0.0.41 - - [2025-10-23 02:30:41] "GET /network-policy/2f221253-0348-42d8-b11c-d2d78668e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005952 10.0.0.41 - - [2025-10-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.002640 10.0.0.41 - - [2025-10-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.133 - - [2025-10-23 02:30:41] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000847 10.0.0.41 - - [2025-10-23 02:30:41] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044862 10.0.0.41 - - [2025-10-23 02:30:41] "POST /network-policys HTTP/1.1" 200 561 0.040075 10.0.0.41 - - [2025-10-23 02:30:41] "GET /network-policy/fac8ba75-1cb0-4bd6-8476-f5cd26f71dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007227 10.0.0.133 - - [2025-10-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.002228 10.0.0.41 - - [2025-10-23 02:30:41] "POST /neutron/network HTTP/1.1" 200 1196 0.011712 10.0.0.41 - - [2025-10-23 02:30:41] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008391 10.0.0.41 - - [2025-10-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.73 - - [2025-10-23 02:30:41] "POST /access-control-lists HTTP/1.1" 200 599 0.079829 10.0.0.41 - - [2025-10-23 02:30:41] "GET /network-policy/2f221253-0348-42d8-b11c-d2d78668e2d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005249 10.0.0.41 - - [2025-10-23 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-10-23 02:30:41] "GET /network-policy/7b5e6c8c-743b-45be-b8ff-57ff4fc41cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.004714 10.0.0.41 - - [2025-10-23 02:30:42] "POST /neutron/network HTTP/1.1" 200 1112 0.023150 10.0.0.41 - - [2025-10-23 02:30:42] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005206 10.0.0.73 - - [2025-10-23 02:30:42] "POST /ref-update HTTP/1.1" 200 156 0.050395 10.0.0.41 - - [2025-10-23 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009023 10.0.0.41 - - [2025-10-23 02:30:42] "GET /network-policy/fac8ba75-1cb0-4bd6-8476-f5cd26f71dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004447 10.0.0.41 - - [2025-10-23 02:30:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.000951 10.0.0.133 - - [2025-10-23 02:30:43] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.41 - - [2025-10-23 02:30:43] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.073602 10.0.0.41 - - [2025-10-23 02:30:43] "POST /neutron/port HTTP/1.1" 200 117 0.006578 10.0.0.41 - - [2025-10-23 02:30:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001113 10.0.0.41 - - [2025-10-23 02:30:43] "POST /neutron/network HTTP/1.1" 200 1122 0.008819 10.0.0.41 - - [2025-10-23 02:30:44] "POST /neutron/port HTTP/1.1" 200 1171 0.020901 10.0.0.133 - - [2025-10-23 02:30:44] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.41 - - [2025-10-23 02:30:44] "POST /neutron/port HTTP/1.1" 200 1199 0.015019 10.0.0.41 - - [2025-10-23 02:30:44] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.091322 10.0.0.41 - - [2025-10-23 02:30:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004269 10.0.0.41 - - [2025-10-23 02:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.41 - - [2025-10-23 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007329 10.0.0.41 - - [2025-10-23 02:30:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001168 10.0.0.41 - - [2025-10-23 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009608 10.0.0.133 - - [2025-10-23 02:30:45] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.41 - - [2025-10-23 02:30:45] "POST /neutron/port HTTP/1.1" 200 1173 0.343874 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/port HTTP/1.1" 200 1227 0.117506 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003807 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.133 - - [2025-10-23 02:30:46] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000865 10.0.0.41 - - [2025-10-23 02:30:46] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.086833 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/port HTTP/1.1" 200 2282 0.018778 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/port HTTP/1.1" 200 1199 0.014993 10.0.0.41 - - [2025-10-23 02:30:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007405 10.0.0.41 - - [2025-10-23 02:30:47] "POST /neutron/network HTTP/1.1" 200 1025 0.010947 10.0.0.41 - - [2025-10-23 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007788 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-10-23 02:30:47] "POST /neutron/port HTTP/1.1" 200 1228 0.132645 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.065232 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.003434 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine-interface/240a0c13-4825-417f-9168-c56985bf58ab HTTP/1.1" 200 3176 0.005770 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.003574 10.0.0.41 - - [2025-10-23 02:30:47] "GET /virtual-machine-interface/240a0c13-4825-417f-9168-c56985bf58ab HTTP/1.1" 200 3176 0.006506 10.0.0.41 - - [2025-10-23 02:30:48] "GET /instance-ip/9ba1623c-f83e-445d-9385-c82c7e60a195 HTTP/1.1" 200 1656 0.012423 10.0.0.41 - - [2025-10-23 02:30:48] "GET /instance-ip/f04da088-1336-409f-83a1-76da419a836c HTTP/1.1" 200 1635 0.011768 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.005146 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-machine-interface/240a0c13-4825-417f-9168-c56985bf58ab HTTP/1.1" 200 3176 0.007706 10.0.0.41 - - [2025-10-23 02:30:48] "GET /instance-ip/9ba1623c-f83e-445d-9385-c82c7e60a195 HTTP/1.1" 200 1656 0.003651 10.0.0.41 - - [2025-10-23 02:30:48] "GET /instance-ip/f04da088-1336-409f-83a1-76da419a836c HTTP/1.1" 200 1635 0.003339 10.0.0.41 - - [2025-10-23 02:30:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.41 - - [2025-10-23 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.41 - - [2025-10-23 02:30:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002970 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003339 10.0.0.41 - - [2025-10-23 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004969 10.0.0.41 - - [2025-10-23 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2025-10-23 02:30:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004085 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002277 10.0.0.73 - - [2025-10-23 02:30:48] "DELETE /access-control-list/b1dbd80b-991f-4bb4-ae4b-e91fbe37d6f4 HTTP/1.1" 200 115 0.048949 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.011872 10.0.0.41 - - [2025-10-23 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.41 - - [2025-10-23 02:30:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.013985 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008191 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005416 10.0.0.41 - - [2025-10-23 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.41 - - [2025-10-23 02:30:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005435 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002688 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005398 10.0.0.41 - - [2025-10-23 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.41 - - [2025-10-23 02:30:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003188 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002941 10.0.0.41 - - [2025-10-23 02:30:48] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005796 10.0.0.41 - - [2025-10-23 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-10-23 02:30:51] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005383 10.0.0.41 - - [2025-10-23 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.41 - - [2025-10-23 02:30:55] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006589 10.0.0.41 - - [2025-10-23 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2025-10-23 02:31:00] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004922 10.0.0.133 - - [2025-10-23 02:31:01] "DELETE /project/8b91648a-19d9-42e1-8200-38907c1ac6d6 HTTP/1.1" 404 177 0.004346 10.0.0.133 - - [2025-10-23 02:31:01] "DELETE /project/3504c78b6b6046ebbf8b5bd680452761 HTTP/1.1" 404 173 0.003910 10.0.0.41 - - [2025-10-23 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.41 - - [2025-10-23 02:31:04] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005376 10.0.0.41 - - [2025-10-23 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.41 - - [2025-10-23 02:31:08] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005568 10.0.0.41 - - [2025-10-23 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.41 - - [2025-10-23 02:31:12] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006007 10.0.0.41 - - [2025-10-23 02:31:13] "POST /neutron/port HTTP/1.1" 200 1199 0.044292 10.0.0.41 - - [2025-10-23 02:31:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003687 10.0.0.41 - - [2025-10-23 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.41 - - [2025-10-23 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.41 - - [2025-10-23 02:31:16] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006480 10.0.0.41 - - [2025-10-23 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.41 - - [2025-10-23 02:31:20] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005036 10.0.0.41 - - [2025-10-23 02:31:23] "POST /neutron/port HTTP/1.1" 200 1201 0.017111 10.0.0.41 - - [2025-10-23 02:31:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003408 10.0.0.41 - - [2025-10-23 02:31:23] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.41 - - [2025-10-23 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.41 - - [2025-10-23 02:31:24] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004909 10.0.0.41 - - [2025-10-23 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-10-23 02:31:28] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005572 10.0.0.41 - - [2025-10-23 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-10-23 02:31:32] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.004810 10.0.0.41 - - [2025-10-23 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-10-23 02:31:36] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005166 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003454 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002573 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005396 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003520 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003027 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006820 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-10-23 02:31:39] "GET /routing-instance/795e5198-6bbe-4a07-adf7-0566697fdee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004076 10.0.0.41 - - [2025-10-23 02:31:39] "GET /route-target/718995db-c1fa-4797-989f-c8356fb8c7a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003518 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002960 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002680 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005535 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.41 - - [2025-10-23 02:31:39] "GET /routing-instance/795e5198-6bbe-4a07-adf7-0566697fdee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004673 10.0.0.41 - - [2025-10-23 02:31:39] "GET /route-target/718995db-c1fa-4797-989f-c8356fb8c7a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003200 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003932 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002939 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005206 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006290 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004353 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002563 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005706 10.0.0.41 - - [2025-10-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.41 - - [2025-10-23 02:31:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003624 10.0.0.41 - - [2025-10-23 02:31:39] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002850 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005759 10.0.0.41 - - [2025-10-23 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.41 - - [2025-10-23 02:31:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004186 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003214 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005346 10.0.0.41 - - [2025-10-23 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003727 10.0.0.41 - - [2025-10-23 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003907 10.0.0.133 - - [2025-10-23 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003462 10.0.0.41 - - [2025-10-23 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003483 10.0.0.133 - - [2025-10-23 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.015129 10.0.0.41 - - [2025-10-23 02:31:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006647 10.0.0.41 - - [2025-10-23 02:31:40] "POST /neutron/port HTTP/1.1" 200 1201 0.013881 10.0.0.41 - - [2025-10-23 02:31:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010053 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.005132 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.003314 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine-interface/cd7443d8-7f1f-4f73-9fd8-51db77db005d HTTP/1.1" 200 3177 0.005314 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.003145 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine-interface/cd7443d8-7f1f-4f73-9fd8-51db77db005d HTTP/1.1" 200 3177 0.006462 10.0.0.41 - - [2025-10-23 02:31:40] "GET /instance-ip/7e29c4be-c86d-4591-b18a-44f0923fddcb HTTP/1.1" 200 1656 0.006343 10.0.0.41 - - [2025-10-23 02:31:40] "GET /instance-ip/bb21990a-c660-404e-a7b7-7fa7bdf32710 HTTP/1.1" 200 1637 0.005965 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.003535 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-machine-interface/cd7443d8-7f1f-4f73-9fd8-51db77db005d HTTP/1.1" 200 3177 0.004422 10.0.0.41 - - [2025-10-23 02:31:40] "GET /instance-ip/7e29c4be-c86d-4591-b18a-44f0923fddcb HTTP/1.1" 200 1656 0.003366 10.0.0.41 - - [2025-10-23 02:31:40] "GET /instance-ip/bb21990a-c660-404e-a7b7-7fa7bdf32710 HTTP/1.1" 200 1637 0.003084 10.0.0.41 - - [2025-10-23 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.41 - - [2025-10-23 02:31:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003010 10.0.0.41 - - [2025-10-23 02:31:40] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002548 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005538 10.0.0.41 - - [2025-10-23 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-10-23 02:31:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003650 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002961 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005630 10.0.0.41 - - [2025-10-23 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2025-10-23 02:31:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002854 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.018309 10.0.0.41 - - [2025-10-23 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.41 - - [2025-10-23 02:31:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004097 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002810 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005970 10.0.0.41 - - [2025-10-23 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.41 - - [2025-10-23 02:31:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003932 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002934 10.0.0.41 - - [2025-10-23 02:31:41] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005499 10.0.0.41 - - [2025-10-23 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.41 - - [2025-10-23 02:31:42] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003351 10.0.0.41 - - [2025-10-23 02:31:42] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002647 10.0.0.41 - - [2025-10-23 02:31:42] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005244 10.0.0.41 - - [2025-10-23 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.41 - - [2025-10-23 02:31:42] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003609 10.0.0.41 - - [2025-10-23 02:31:42] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002765 10.0.0.41 - - [2025-10-23 02:31:42] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005674 10.0.0.41 - - [2025-10-23 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.41 - - [2025-10-23 02:31:43] "GET /routing-instance/c0934a3a-7b10-44c3-99b5-b8ed84e476b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004399 10.0.0.41 - - [2025-10-23 02:31:43] "GET /route-target/5b9c88e4-c24c-4b52-be5d-3276729f55ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003470 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-23 02:31:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003085 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002587 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005417 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.41 - - [2025-10-23 02:31:43] "GET /routing-instance/c0934a3a-7b10-44c3-99b5-b8ed84e476b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004035 10.0.0.41 - - [2025-10-23 02:31:43] "GET /route-target/5b9c88e4-c24c-4b52-be5d-3276729f55ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003288 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2025-10-23 02:31:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002857 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005156 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.41 - - [2025-10-23 02:31:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002848 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005822 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2025-10-23 02:31:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004233 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004174 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007107 10.0.0.41 - - [2025-10-23 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2025-10-23 02:31:43] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003925 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003527 10.0.0.41 - - [2025-10-23 02:31:43] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006188 10.0.0.41 - - [2025-10-23 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004120 10.0.0.41 - - [2025-10-23 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004655 10.0.0.133 - - [2025-10-23 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003579 10.0.0.41 - - [2025-10-23 02:31:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004331 10.0.0.73 - - [2025-10-23 02:31:44] "GET /obj-perms HTTP/1.1" 200 5042 0.004465 10.0.0.133 - - [2025-10-23 02:31:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003057 10.0.0.41 - - [2025-10-23 02:31:44] "POST /neutron/port HTTP/1.1" 200 1202 0.014930 10.0.0.41 - - [2025-10-23 02:31:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008435 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.005848 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.003093 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine-interface/8a5ccf89-2e8e-4927-87dd-94889306180b HTTP/1.1" 200 3175 0.004637 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.003306 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine-interface/8a5ccf89-2e8e-4927-87dd-94889306180b HTTP/1.1" 200 3175 0.005721 10.0.0.41 - - [2025-10-23 02:31:44] "GET /instance-ip/158ae95b-b373-4b9b-96ac-ec95ad7a4b0b HTTP/1.1" 200 1637 0.014604 10.0.0.41 - - [2025-10-23 02:31:44] "GET /instance-ip/aef2fea7-d518-41b6-b8b3-b78e8b912136 HTTP/1.1" 200 1657 0.006144 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.003763 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-machine-interface/8a5ccf89-2e8e-4927-87dd-94889306180b HTTP/1.1" 200 3175 0.004587 10.0.0.41 - - [2025-10-23 02:31:44] "GET /instance-ip/158ae95b-b373-4b9b-96ac-ec95ad7a4b0b HTTP/1.1" 200 1637 0.003369 10.0.0.41 - - [2025-10-23 02:31:44] "GET /instance-ip/aef2fea7-d518-41b6-b8b3-b78e8b912136 HTTP/1.1" 200 1657 0.003470 10.0.0.41 - - [2025-10-23 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.41 - - [2025-10-23 02:31:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003161 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003206 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005373 10.0.0.41 - - [2025-10-23 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2025-10-23 02:31:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004009 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003400 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005664 10.0.0.41 - - [2025-10-23 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.41 - - [2025-10-23 02:31:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005111 10.0.0.41 - - [2025-10-23 02:31:44] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003209 10.0.0.41 - - [2025-10-23 02:31:45] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006143 10.0.0.41 - - [2025-10-23 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.41 - - [2025-10-23 02:31:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003819 10.0.0.41 - - [2025-10-23 02:31:45] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002861 10.0.0.41 - - [2025-10-23 02:31:45] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005373 10.0.0.41 - - [2025-10-23 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2025-10-23 02:31:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004116 10.0.0.41 - - [2025-10-23 02:31:45] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002806 10.0.0.41 - - [2025-10-23 02:31:45] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006587 10.0.0.41 - - [2025-10-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.41 - - [2025-10-23 02:31:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003291 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002618 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005658 10.0.0.41 - - [2025-10-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-10-23 02:31:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003393 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003139 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005160 10.0.0.41 - - [2025-10-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.41 - - [2025-10-23 02:31:46] "GET /routing-instance/54def15d-2e39-44dc-ad00-81d52f98916a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004665 10.0.0.41 - - [2025-10-23 02:31:46] "GET /route-target/072de17e-cee9-45df-8255-b2de159d1392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003705 10.0.0.41 - - [2025-10-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.41 - - [2025-10-23 02:31:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003512 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002689 10.0.0.41 - - [2025-10-23 02:31:46] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005879 10.0.0.41 - - [2025-10-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2025-10-23 02:31:46] "GET /routing-instance/54def15d-2e39-44dc-ad00-81d52f98916a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.003799 10.0.0.41 - - [2025-10-23 02:31:47] "GET /route-target/072de17e-cee9-45df-8255-b2de159d1392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004143 10.0.0.41 - - [2025-10-23 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.41 - - [2025-10-23 02:31:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003657 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003069 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005541 10.0.0.41 - - [2025-10-23 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-10-23 02:31:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004723 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003565 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006492 10.0.0.41 - - [2025-10-23 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2025-10-23 02:31:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003102 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006474 10.0.0.41 - - [2025-10-23 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.41 - - [2025-10-23 02:31:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003571 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005449 10.0.0.41 - - [2025-10-23 02:31:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003505 10.0.0.133 - - [2025-10-23 02:31:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003629 10.0.0.41 - - [2025-10-23 02:31:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003216 10.0.0.133 - - [2025-10-23 02:31:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003109 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.003658 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-machine-interface/240a0c13-4825-417f-9168-c56985bf58ab HTTP/1.1" 200 3176 0.004886 10.0.0.41 - - [2025-10-23 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-10-23 02:31:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003547 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003148 10.0.0.41 - - [2025-10-23 02:31:47] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005259 10.0.0.41 - - [2025-10-23 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.41 - - [2025-10-23 02:31:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005413 10.0.0.41 - - [2025-10-23 02:31:49] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003805 10.0.0.41 - - [2025-10-23 02:31:49] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007149 10.0.0.41 - - [2025-10-23 02:31:49] "POST /neutron/port HTTP/1.1" 200 1199 0.016612 10.0.0.41 - - [2025-10-23 02:31:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.028064 10.0.0.41 - - [2025-10-23 02:31:54] "POST /neutron/port HTTP/1.1" 200 1199 0.015041 10.0.0.41 - - [2025-10-23 02:31:59] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.004279 10.0.0.41 - - [2025-10-23 02:31:59] "GET /virtual-machine-interface/cd7443d8-7f1f-4f73-9fd8-51db77db005d HTTP/1.1" 200 3177 0.007868 10.0.0.41 - - [2025-10-23 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.41 - - [2025-10-23 02:31:59] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005274 10.0.0.41 - - [2025-10-23 02:31:59] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004883 10.0.0.41 - - [2025-10-23 02:31:59] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006568 10.0.0.41 - - [2025-10-23 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.41 - - [2025-10-23 02:32:00] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005647 10.0.0.41 - - [2025-10-23 02:32:00] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004377 10.0.0.41 - - [2025-10-23 02:32:00] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006397 10.0.0.41 - - [2025-10-23 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010056 10.0.0.41 - - [2025-10-23 02:32:11] "POST /neutron/port HTTP/1.1" 200 1201 0.014582 10.0.0.41 - - [2025-10-23 02:32:14] "GET /obj-perms HTTP/1.1" 200 5056 0.054335 10.0.0.41 - - [2025-10-23 02:32:14] "POST /neutron/port HTTP/1.1" 200 1202 0.016448 10.0.0.41 - - [2025-10-23 02:32:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003532 10.0.0.41 - - [2025-10-23 02:32:14] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.41 - - [2025-10-23 02:32:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007205 10.0.0.41 - - [2025-10-23 02:32:23] "POST /neutron/port HTTP/1.1" 200 1201 0.016122 10.0.0.41 - - [2025-10-23 02:32:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003562 10.0.0.41 - - [2025-10-23 02:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.41 - - [2025-10-23 02:32:26] "POST /neutron/port HTTP/1.1" 200 1201 0.016968 10.0.0.41 - - [2025-10-23 02:32:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006312 10.0.0.41 - - [2025-10-23 02:32:42] "POST /neutron/port HTTP/1.1" 200 1201 0.014359 10.0.0.41 - - [2025-10-23 02:32:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006538 10.0.0.41 - - [2025-10-23 02:32:57] "POST /neutron/port HTTP/1.1" 200 1201 0.014739 10.0.0.133 - - [2025-10-23 02:32:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.133 - - [2025-10-23 02:32:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.133 - - [2025-10-23 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.133 - - [2025-10-23 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2025-10-23 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.73 - - [2025-10-23 02:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.73 - - [2025-10-23 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2025-10-23 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.41 - - [2025-10-23 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-23 02:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2025-10-23 02:33:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007237 10.0.0.41 - - [2025-10-23 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.41 - - [2025-10-23 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2025-10-23 02:33:13] "POST /neutron/port HTTP/1.1" 200 1201 0.016298 10.0.0.41 - - [2025-10-23 02:33:15] "POST /neutron/port HTTP/1.1" 200 1199 0.014084 10.0.0.41 - - [2025-10-23 02:33:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004255 10.0.0.41 - - [2025-10-23 02:33:15] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.41 - - [2025-10-23 02:33:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007608 10.0.0.41 - - [2025-10-23 02:33:23] "POST /neutron/port HTTP/1.1" 200 1201 0.060216 10.0.0.41 - - [2025-10-23 02:33:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.41 - - [2025-10-23 02:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.41 - - [2025-10-23 02:33:23] "POST /neutron/port HTTP/1.1" 200 1201 0.015168 10.0.0.41 - - [2025-10-23 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007533 10.0.0.41 - - [2025-10-23 02:33:34] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.004954 10.0.0.41 - - [2025-10-23 02:33:34] "GET /virtual-machine-interface/8a5ccf89-2e8e-4927-87dd-94889306180b HTTP/1.1" 200 3175 0.006132 10.0.0.41 - - [2025-10-23 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-10-23 02:33:34] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003770 10.0.0.41 - - [2025-10-23 02:33:34] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002743 10.0.0.41 - - [2025-10-23 02:33:34] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006335 10.0.0.41 - - [2025-10-23 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.41 - - [2025-10-23 02:33:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004545 10.0.0.41 - - [2025-10-23 02:33:35] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003215 10.0.0.41 - - [2025-10-23 02:33:35] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006034 10.0.0.73 - - [2025-10-23 02:34:16] "GET /obj-perms HTTP/1.1" 200 5056 0.047336 10.0.0.41 - - [2025-10-23 02:34:17] "POST /neutron/network HTTP/1.1" 200 1025 0.008663 10.0.0.41 - - [2025-10-23 02:34:17] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013772 10.0.0.41 - - [2025-10-23 02:34:17] "POST /neutron/network HTTP/1.1" 200 1015 0.008481 10.0.0.41 - - [2025-10-23 02:34:24] "POST /neutron/network HTTP/1.1" 200 1122 0.008559 10.0.0.41 - - [2025-10-23 02:34:24] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012158 10.0.0.41 - - [2025-10-23 02:34:24] "POST /neutron/network HTTP/1.1" 200 1112 0.013020 10.0.0.41 - - [2025-10-23 02:34:25] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 200 1300 0.005596 10.0.0.41 - - [2025-10-23 02:34:26] "POST /neutron/port HTTP/1.1" 200 151 0.221011 10.0.0.41 - - [2025-10-23 02:34:27] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 404 171 0.003803 10.0.0.41 - - [2025-10-23 02:34:27] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 404 171 0.002966 10.0.0.41 - - [2025-10-23 02:34:27] "GET /virtual-machine/12dea15c-ce7e-4066-bed1-4c6a581ea907 HTTP/1.1" 404 171 0.002523 10.0.0.41 - - [2025-10-23 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.41 - - [2025-10-23 02:34:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003307 10.0.0.41 - - [2025-10-23 02:34:27] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002830 10.0.0.41 - - [2025-10-23 02:34:27] "GET /virtual-network/a67c50da-91fd-48a3-b2da-e38ac87ed730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005755 10.0.0.41 - - [2025-10-23 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2025-10-23 02:34:27] "GET /routing-instance/54def15d-2e39-44dc-ad00-81d52f98916a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004134 10.0.0.41 - - [2025-10-23 02:34:27] "GET /route-target/072de17e-cee9-45df-8255-b2de159d1392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005314 10.0.0.133 - - [2025-10-23 02:34:27] "GET /obj-perms HTTP/1.1" 200 5042 0.003534 10.0.0.41 - - [2025-10-23 02:34:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004174 10.0.0.133 - - [2025-10-23 02:34:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003870 10.0.0.41 - - [2025-10-23 02:34:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003681 10.0.0.133 - - [2025-10-23 02:34:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003807 10.0.0.41 - - [2025-10-23 02:34:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004215 10.0.0.41 - - [2025-10-23 02:34:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003356 10.0.0.133 - - [2025-10-23 02:34:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003372 10.0.0.41 - - [2025-10-23 02:34:52] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 200 1301 0.004083 10.0.0.41 - - [2025-10-23 02:34:53] "POST /neutron/port HTTP/1.1" 200 151 0.234455 10.0.0.41 - - [2025-10-23 02:34:54] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 404 171 0.004025 10.0.0.41 - - [2025-10-23 02:34:54] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 404 171 0.003490 10.0.0.41 - - [2025-10-23 02:34:54] "GET /virtual-machine/be907ca2-ea13-491d-8d99-905c9c49e712 HTTP/1.1" 404 171 0.003059 10.0.0.41 - - [2025-10-23 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.41 - - [2025-10-23 02:34:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003498 10.0.0.41 - - [2025-10-23 02:34:54] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002646 10.0.0.41 - - [2025-10-23 02:34:54] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005826 10.0.0.41 - - [2025-10-23 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2025-10-23 02:34:54] "GET /routing-instance/c0934a3a-7b10-44c3-99b5-b8ed84e476b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004145 10.0.0.41 - - [2025-10-23 02:34:54] "GET /route-target/5b9c88e4-c24c-4b52-be5d-3276729f55ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003692 10.0.0.41 - - [2025-10-23 02:35:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004432 10.0.0.133 - - [2025-10-23 02:35:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003805 10.0.0.41 - - [2025-10-23 02:35:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004863 10.0.0.133 - - [2025-10-23 02:35:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003938 10.0.0.133 - - [2025-10-23 02:35:16] "GET /obj-perms HTTP/1.1" 200 5056 0.060992 10.0.0.41 - - [2025-10-23 02:35:17] "GET /obj-perms HTTP/1.1" 200 5056 0.053625 10.0.0.41 - - [2025-10-23 02:35:17] "POST /neutron/network HTTP/1.1" 200 1206 0.011578 10.0.0.41 - - [2025-10-23 02:35:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012060 10.0.0.41 - - [2025-10-23 02:35:17] "POST /neutron/network HTTP/1.1" 200 1196 0.008625 10.0.0.41 - - [2025-10-23 02:35:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003640 10.0.0.133 - - [2025-10-23 02:35:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003493 10.0.0.41 - - [2025-10-23 02:35:22] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 200 1301 0.004249 10.0.0.41 - - [2025-10-23 02:35:23] "POST /neutron/port HTTP/1.1" 200 151 0.244690 10.0.0.41 - - [2025-10-23 02:35:24] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 404 171 0.003927 10.0.0.41 - - [2025-10-23 02:35:24] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 404 171 0.004883 10.0.0.41 - - [2025-10-23 02:35:24] "GET /virtual-machine/a6f4f3e7-725e-47f0-b397-3aa8ce6f6a17 HTTP/1.1" 404 171 0.003190 10.0.0.41 - - [2025-10-23 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-10-23 02:35:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004130 10.0.0.41 - - [2025-10-23 02:35:25] "GET /virtual-networks?parent_id=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002926 10.0.0.41 - - [2025-10-23 02:35:25] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005637 10.0.0.41 - - [2025-10-23 02:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.41 - - [2025-10-23 02:35:25] "GET /routing-instance/795e5198-6bbe-4a07-adf7-0566697fdee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004194 10.0.0.41 - - [2025-10-23 02:35:25] "GET /route-target/718995db-c1fa-4797-989f-c8356fb8c7a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003292 10.0.0.41 - - [2025-10-23 02:35:28] "GET /obj-perms HTTP/1.1" 200 5042 0.004122 10.0.0.133 - - [2025-10-23 02:35:31] "GET /obj-perms HTTP/1.1" 200 5042 0.003669 10.0.0.41 - - [2025-10-23 02:35:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004777 10.0.0.133 - - [2025-10-23 02:35:40] "GET /obj-perms HTTP/1.1" 200 5042 0.049932 10.0.0.41 - - [2025-10-23 02:35:47] "GET /obj-perms HTTP/1.1" 200 5042 0.048168 10.0.0.133 - - [2025-10-23 02:35:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003641 10.0.0.41 - - [2025-10-23 02:35:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004271 10.0.0.73 - - [2025-10-23 02:35:53] "GET /obj-perms HTTP/1.1" 200 5042 0.050074 10.0.0.41 - - [2025-10-23 02:35:53] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.033952 10.0.0.41 - - [2025-10-23 02:35:53] "POST /neutron/network HTTP/1.1" 200 1014 0.059285 10.0.0.41 - - [2025-10-23 02:35:53] "GET /virtual-network/78649f28-d7d4-4c5a-bf69-71275a2e78bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008815 10.0.0.73 - - [2025-10-23 02:35:53] "POST /ref-update HTTP/1.1" 200 156 0.049897 10.0.0.41 - - [2025-10-23 02:35:54] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006898 10.0.0.133 - - [2025-10-23 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.059298 10.0.0.41 - - [2025-10-23 02:35:54] "POST /neutron/network HTTP/1.1" 200 1012 0.010423 10.0.0.41 - - [2025-10-23 02:35:54] "GET /virtual-network/634fecd8-4a35-4614-a3b4-43be8c7f7a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005062 10.0.0.41 - - [2025-10-23 02:35:54] "DELETE /network-policy/fac8ba75-1cb0-4bd6-8476-f5cd26f71dc6 HTTP/1.1" 200 115 0.035245 10.0.0.41 - - [2025-10-23 02:35:54] "DELETE /network-policy/2f221253-0348-42d8-b11c-d2d78668e2d4 HTTP/1.1" 200 115 0.041309 10.0.0.41 - - [2025-10-23 02:35:54] "DELETE /network-policy/7b5e6c8c-743b-45be-b8ff-57ff4fc41cf6 HTTP/1.1" 200 115 0.056393 10.0.0.73 - - [2025-10-23 02:35:54] "POST /ref-update HTTP/1.1" 200 156 0.053378 10.0.0.41 - - [2025-10-23 02:35:54] "POST /neutron/network HTTP/1.1" 200 1014 0.009827 10.0.0.73 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.73 - - [2025-10-23 02:35:55] "DELETE /route-target/718995db-c1fa-4797-989f-c8356fb8c7a6 HTTP/1.1" 200 115 0.027502 10.0.0.133 - - [2025-10-23 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.041293 10.0.0.133 - - [2025-10-23 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.133 - - [2025-10-23 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.133 - - [2025-10-23 02:35:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.41 - - [2025-10-23 02:35:55] "POST /neutron/network HTTP/1.1" 200 151 0.171788 10.0.0.41 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-10-23 02:35:55] "DELETE /network-ipam/18520a62-a22f-48e6-b53c-e1c411d66209 HTTP/1.1" 200 115 0.034211 10.0.0.41 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.003799 10.0.0.41 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.41 - - [2025-10-23 02:35:55] "DELETE /network-ipam/25c72796-f983-4568-908f-4ce12f2907cc HTTP/1.1" 200 115 0.031747 10.0.0.41 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.003726 10.0.0.41 - - [2025-10-23 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.41 - - [2025-10-23 02:35:56] "DELETE /network-ipam/8249fae4-54a7-425d-9a3f-064cf9759e47 HTTP/1.1" 200 115 0.031592 10.0.0.41 - - [2025-10-23 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.003477 10.0.0.133 - - [2025-10-23 02:35:58] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001190 10.0.0.41 - - [2025-10-23 02:35:58] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063007 10.0.0.133 - - [2025-10-23 02:35:58] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000813 10.0.0.41 - - [2025-10-23 02:35:58] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?fields=virtual_networks HTTP/1.1" 200 1046 0.056005 10.0.0.133 - - [2025-10-23 02:35:58] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000815 10.0.0.41 - - [2025-10-23 02:35:58] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.047391 10.0.0.133 - - [2025-10-23 02:35:58] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000852 10.0.0.41 - - [2025-10-23 02:35:59] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?fields=security_groups HTTP/1.1" 200 1279 0.038831 10.0.0.41 - - [2025-10-23 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.034847 10.0.0.133 - - [2025-10-23 02:35:59] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002970 10.0.0.133 - - [2025-10-23 02:36:00] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.133 - - [2025-10-23 02:36:00] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034023 10.0.0.133 - - [2025-10-23 02:36:00] "POST /id-to-fqname HTTP/1.1" 200 192 0.001069 10.0.0.133 - - [2025-10-23 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.005889 10.0.0.133 - - [2025-10-23 02:36:00] "POST /security-groups HTTP/1.1" 200 593 0.030442 10.0.0.133 - - [2025-10-23 02:36:00] "POST /projects HTTP/1.1" 200 589 0.240515 10.0.0.73 - - [2025-10-23 02:36:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.010102 10.0.0.133 - - [2025-10-23 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.311143 10.0.0.41 - - [2025-10-23 02:36:00] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.482319 10.0.0.41 - - [2025-10-23 02:36:01] "GET / HTTP/1.1" 200 36215 0.001391 10.0.0.133 - - [2025-10-23 02:36:02] "DELETE /project/5e454afc09414cd39bbe9d5ea55dee54 HTTP/1.1" 404 173 0.004159 10.0.0.133 - - [2025-10-23 02:36:02] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000841 10.0.0.133 - - [2025-10-23 02:36:02] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.043506 10.0.0.133 - - [2025-10-23 02:36:02] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001160 10.0.0.133 - - [2025-10-23 02:36:02] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?fields=security_groups HTTP/1.1" 200 1381 0.037795 10.0.0.133 - - [2025-10-23 02:36:02] "DELETE /security-group/0c159493-f8ce-4a0c-b840-21e9b7378c9a HTTP/1.1" 200 115 0.048827 10.0.0.133 - - [2025-10-23 02:36:02] "GET /projects?obj_uuids=3504c78b-6b60-46eb-bf8b-5bd680452761&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.133 - - [2025-10-23 02:36:02] "GET /project/3504c78b-6b60-46eb-bf8b-5bd680452761?fields=application_policy_sets HTTP/1.1" 200 1420 0.036348 10.0.0.73 - - [2025-10-23 02:36:02] "DELETE /access-control-list/9db3b668-7b97-4a08-8085-6246d84be702 HTTP/1.1" 200 115 0.039570 10.0.0.133 - - [2025-10-23 02:36:02] "DELETE /project/3504c78b-6b60-46eb-bf8b-5bd680452761 HTTP/1.1" 200 115 0.402534 10.0.0.41 - - [2025-10-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.41 - - [2025-10-23 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.027993 10.0.0.133 - - [2025-10-23 02:36:03] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.41 - - [2025-10-23 02:36:03] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038822 10.0.0.133 - - [2025-10-23 02:36:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004756 10.0.0.41 - - [2025-10-23 02:36:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.216241 10.0.0.41 - - [2025-10-23 02:36:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001251 10.0.0.41 - - [2025-10-23 02:36:04] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006588 10.0.0.41 - - [2025-10-23 02:36:04] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005499 10.0.0.41 - - [2025-10-23 02:36:04] "POST /neutron/network HTTP/1.1" 200 825 0.006097 10.0.0.41 - - [2025-10-23 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.133 - - [2025-10-23 02:36:04] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.41 - - [2025-10-23 02:36:04] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043226 10.0.0.133 - - [2025-10-23 02:36:04] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.41 - - [2025-10-23 02:36:04] "POST /neutron/network HTTP/1.1" 200 607 0.114917 10.0.0.73 - - [2025-10-23 02:36:04] "POST /route-targets HTTP/1.1" 200 328 0.012207 10.0.0.41 - - [2025-10-23 02:36:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.003210 10.0.0.41 - - [2025-10-23 02:36:04] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004838 10.0.0.41 - - [2025-10-23 02:36:05] "POST /neutron/network HTTP/1.1" 200 827 0.006025 10.0.0.41 - - [2025-10-23 02:36:05] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005095 10.0.0.41 - - [2025-10-23 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002980 10.0.0.41 - - [2025-10-23 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.133 - - [2025-10-23 02:36:05] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001095 10.0.0.41 - - [2025-10-23 02:36:05] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042984 10.0.0.41 - - [2025-10-23 02:36:05] "POST /network-policys HTTP/1.1" 200 573 0.029542 10.0.0.41 - - [2025-10-23 02:36:05] "GET /network-policy/f7f7eb7a-ed04-4232-b61b-63079cce7d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005502 10.0.0.41 - - [2025-10-23 02:36:05] "POST /neutron/network HTTP/1.1" 200 825 0.005569 10.0.0.41 - - [2025-10-23 02:36:05] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007425 10.0.0.41 - - [2025-10-23 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.73 - - [2025-10-23 02:36:05] "POST /access-control-lists HTTP/1.1" 200 592 0.091689 10.0.0.41 - - [2025-10-23 02:36:05] "GET /network-policy/f7f7eb7a-ed04-4232-b61b-63079cce7d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003891 10.0.0.41 - - [2025-10-23 02:36:05] "POST /neutron/network HTTP/1.1" 200 827 0.006117 10.0.0.41 - - [2025-10-23 02:36:05] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.010940 10.0.0.41 - - [2025-10-23 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-10-23 02:36:05] "GET /network-policy/f7f7eb7a-ed04-4232-b61b-63079cce7d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003977 10.0.0.73 - - [2025-10-23 02:36:05] "POST /access-control-lists HTTP/1.1" 200 592 0.077589 10.0.0.41 - - [2025-10-23 02:36:06] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007194 10.0.0.133 - - [2025-10-23 02:36:07] "GET /obj-perms HTTP/1.1" 200 5034 0.050768 10.0.0.41 - - [2025-10-23 02:36:07] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005842 10.0.0.41 - - [2025-10-23 02:36:08] "GET /obj-perms HTTP/1.1" 200 5034 0.048652 10.0.0.41 - - [2025-10-23 02:36:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001156 10.0.0.41 - - [2025-10-23 02:36:08] "POST /neutron/network HTTP/1.1" 200 937 0.006292 10.0.0.133 - - [2025-10-23 02:36:09] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.41 - - [2025-10-23 02:36:09] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056358 10.0.0.41 - - [2025-10-23 02:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.006307 10.0.0.41 - - [2025-10-23 02:36:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001039 10.0.0.41 - - [2025-10-23 02:36:10] "POST /neutron/network HTTP/1.1" 200 937 0.006701 10.0.0.41 - - [2025-10-23 02:36:10] "POST /neutron/port HTTP/1.1" 200 1061 0.013603 10.0.0.133 - - [2025-10-23 02:36:10] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000866 10.0.0.41 - - [2025-10-23 02:36:10] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.096542 10.0.0.41 - - [2025-10-23 02:36:11] "POST /neutron/port HTTP/1.1" 200 1089 0.022920 10.0.0.41 - - [2025-10-23 02:36:11] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.41 - - [2025-10-23 02:36:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006810 10.0.0.41 - - [2025-10-23 02:36:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006658 10.0.0.41 - - [2025-10-23 02:36:12] "POST /neutron/port HTTP/1.1" 200 1063 0.021023 10.0.0.41 - - [2025-10-23 02:36:12] "POST /neutron/port HTTP/1.1" 200 1091 0.016843 10.0.0.41 - - [2025-10-23 02:36:12] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.41 - - [2025-10-23 02:36:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009503 10.0.0.41 - - [2025-10-23 02:36:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016790 10.0.0.41 - - [2025-10-23 02:36:16] "GET /virtual-machine/7cb34444-c875-4cb7-94f6-b8b3de12a82d HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-10-23 02:36:17] "GET /virtual-machine/7cb34444-c875-4cb7-94f6-b8b3de12a82d HTTP/1.1" 200 1296 0.031513 10.0.0.41 - - [2025-10-23 02:36:17] "GET /virtual-machine-interface/b5436ed6-3c8a-4cae-9633-59dea71f0f78 HTTP/1.1" 200 2959 0.004538 10.0.0.41 - - [2025-10-23 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.41 - - [2025-10-23 02:36:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003933 10.0.0.41 - - [2025-10-23 02:36:17] "GET /virtual-networks?parent_id=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002645 10.0.0.41 - - [2025-10-23 02:36:17] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005510 10.0.0.73 - - [2025-10-23 02:36:17] "GET /obj-perms HTTP/1.1" 200 5056 0.053941 10.0.0.41 - - [2025-10-23 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.038716 10.0.0.41 - - [2025-10-23 02:36:18] "POST /neutron/subnet HTTP/1.1" 200 694 0.009211 10.0.0.41 - - [2025-10-23 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.41 - - [2025-10-23 02:36:20] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005280 10.0.0.41 - - [2025-10-23 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.41 - - [2025-10-23 02:36:24] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005485 10.0.0.41 - - [2025-10-23 02:36:27] "POST /neutron/port HTTP/1.1" 200 1091 0.017843 10.0.0.41 - - [2025-10-23 02:36:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.41 - - [2025-10-23 02:36:27] "POST /neutron/network HTTP/1.1" 200 929 0.008492 10.0.0.41 - - [2025-10-23 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.41 - - [2025-10-23 02:36:28] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006553 10.0.0.41 - - [2025-10-23 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-10-23 02:36:32] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005600 10.0.0.41 - - [2025-10-23 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.41 - - [2025-10-23 02:36:36] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005883 10.0.0.41 - - [2025-10-23 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.41 - - [2025-10-23 02:36:40] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006361 10.0.0.41 - - [2025-10-23 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.41 - - [2025-10-23 02:36:44] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006680 10.0.0.41 - - [2025-10-23 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.41 - - [2025-10-23 02:36:49] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004909 10.0.0.41 - - [2025-10-23 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.41 - - [2025-10-23 02:36:53] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005912 10.0.0.41 - - [2025-10-23 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.41 - - [2025-10-23 02:36:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004465 10.0.0.41 - - [2025-10-23 02:36:55] "GET /virtual-networks?parent_id=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003214 10.0.0.41 - - [2025-10-23 02:36:55] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006304 10.0.0.41 - - [2025-10-23 02:37:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015695 10.0.0.41 - - [2025-10-23 02:37:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.028966 10.0.0.41 - - [2025-10-23 02:37:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015378 10.0.0.41 - - [2025-10-23 02:37:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006494 10.0.0.41 - - [2025-10-23 02:37:16] "POST /neutron/port HTTP/1.1" 200 1091 0.015182 10.0.0.41 - - [2025-10-23 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006824 10.0.0.41 - - [2025-10-23 02:37:16] "GET /virtual-machine/6a5bcdef-d803-4416-8033-ec76103f22cc HTTP/1.1" 200 1295 0.005702 10.0.0.41 - - [2025-10-23 02:37:16] "GET /virtual-machine-interface/8bda34f8-731e-4a10-9487-3c41df762944 HTTP/1.1" 200 2959 0.004700 10.0.0.41 - - [2025-10-23 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.41 - - [2025-10-23 02:37:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004010 10.0.0.41 - - [2025-10-23 02:37:16] "GET /virtual-networks?parent_id=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002886 10.0.0.41 - - [2025-10-23 02:37:16] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005739 10.0.0.41 - - [2025-10-23 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.41 - - [2025-10-23 02:37:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003122 10.0.0.41 - - [2025-10-23 02:37:17] "GET /virtual-networks?parent_id=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005967 10.0.0.41 - - [2025-10-23 02:37:17] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005495 10.0.0.41 - - [2025-10-23 02:37:19] "POST /neutron/port HTTP/1.1" 200 1089 0.015879 10.0.0.41 - - [2025-10-23 02:37:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003575 10.0.0.41 - - [2025-10-23 02:37:19] "POST /neutron/network HTTP/1.1" 200 927 0.006782 10.0.0.41 - - [2025-10-23 02:37:29] "POST /neutron/network HTTP/1.1" 200 939 0.006050 10.0.0.41 - - [2025-10-23 02:37:29] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.41 - - [2025-10-23 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.133 - - [2025-10-23 02:37:44] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000825 10.0.0.41 - - [2025-10-23 02:37:44] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046561 10.0.0.41 - - [2025-10-23 02:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2025-10-23 02:37:44] "PUT /network-policy/f7f7eb7a-ed04-4232-b61b-63079cce7d2a HTTP/1.1" 200 263 0.012797 10.0.0.73 - - [2025-10-23 02:37:44] "PUT /access-control-list/3962621c-7b4f-4d5f-9f56-15f04d5feae2 HTTP/1.1" 200 273 0.059315 10.0.0.73 - - [2025-10-23 02:37:44] "POST /ref-update HTTP/1.1" 200 156 0.024859 10.0.0.41 - - [2025-10-23 02:37:48] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005744 10.0.0.41 - - [2025-10-23 02:37:48] "POST /neutron/network HTTP/1.1" 200 827 0.080450 10.0.0.41 - - [2025-10-23 02:37:48] "GET /virtual-network/4963d267-ab56-4281-9759-f9c1f5e08c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007824 10.0.0.41 - - [2025-10-23 02:37:48] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004807 10.0.0.41 - - [2025-10-23 02:37:48] "POST /neutron/network HTTP/1.1" 200 825 0.068155 10.0.0.41 - - [2025-10-23 02:37:48] "GET /virtual-network/b2f8c680-a2d7-47cc-9c70-f8b7f0e50f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008451 10.0.0.41 - - [2025-10-23 02:37:48] "DELETE /network-policy/f7f7eb7a-ed04-4232-b61b-63079cce7d2a HTTP/1.1" 200 115 0.046489 10.0.0.41 - - [2025-10-23 02:37:48] "POST /neutron/network HTTP/1.1" 200 827 0.014029 10.0.0.41 - - [2025-10-23 02:37:48] "POST /neutron/port HTTP/1.1" 200 151 0.177586 10.0.0.41 - - [2025-10-23 02:37:48] "POST /neutron/port HTTP/1.1" 200 151 0.197036 10.0.0.73 - - [2025-10-23 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-10-23 02:37:51] "POST /neutron/network HTTP/1.1" 200 825 0.006910 10.0.0.73 - - [2025-10-23 02:37:51] "DELETE /route-target/41be50f5-5dd3-428b-9d5f-78efb0c70158 HTTP/1.1" 200 115 0.021486 10.0.0.133 - - [2025-10-23 02:37:52] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.41 - - [2025-10-23 02:37:52] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037562 10.0.0.133 - - [2025-10-23 02:37:52] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000863 10.0.0.41 - - [2025-10-23 02:37:52] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?fields=virtual_networks HTTP/1.1" 200 1038 0.054598 10.0.0.133 - - [2025-10-23 02:37:52] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000931 10.0.0.41 - - [2025-10-23 02:37:52] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.044055 10.0.0.133 - - [2025-10-23 02:37:52] "GET /projects?obj_uuids=5e454afc-0941-4cd3-9bbe-9d5ea55dee54&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.41 - - [2025-10-23 02:37:52] "GET /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54?fields=security_groups HTTP/1.1" 200 1267 0.039675 10.0.0.41 - - [2025-10-23 02:37:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.027528 10.0.0.133 - - [2025-10-23 02:37:53] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002723 10.0.0.133 - - [2025-10-23 02:37:54] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.133 - - [2025-10-23 02:37:54] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006648 10.0.0.133 - - [2025-10-23 02:37:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.001972 10.0.0.133 - - [2025-10-23 02:37:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003952 10.0.0.133 - - [2025-10-23 02:37:54] "POST /security-groups HTTP/1.1" 200 603 0.026417 10.0.0.133 - - [2025-10-23 02:37:54] "POST /projects HTTP/1.1" 200 609 0.223472 10.0.0.73 - - [2025-10-23 02:37:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003050 10.0.0.133 - - [2025-10-23 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.310585 10.0.0.41 - - [2025-10-23 02:37:54] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.447232 10.0.0.41 - - [2025-10-23 02:37:55] "GET / HTTP/1.1" 200 36215 0.001340 10.0.0.41 - - [2025-10-23 02:37:59] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.73 - - [2025-10-23 02:37:59] "DELETE /access-control-list/0e9611f4-9954-45ea-a0d1-7e42c13fee86 HTTP/1.1" 200 115 0.035039 10.0.0.133 - - [2025-10-23 02:37:59] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.41 - - [2025-10-23 02:37:59] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.070464 10.0.0.133 - - [2025-10-23 02:37:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.133 - - [2025-10-23 02:37:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.133 - - [2025-10-23 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2025-10-23 02:38:00] "GET / HTTP/1.1" 200 36215 0.002469 10.0.0.133 - - [2025-10-23 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2025-10-23 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.73 - - [2025-10-23 02:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2025-10-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.133 - - [2025-10-23 02:38:00] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.41 - - [2025-10-23 02:38:00] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006348 10.0.0.41 - - [2025-10-23 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.133 - - [2025-10-23 02:38:01] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.41 - - [2025-10-23 02:38:01] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044196 10.0.0.73 - - [2025-10-23 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2025-10-23 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-23 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.41 - - [2025-10-23 02:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-10-23 02:38:02] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2025-10-23 02:38:02] "GET /domains HTTP/1.1" 200 281 0.025510 10.0.0.133 - - [2025-10-23 02:38:02] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000843 10.0.0.41 - - [2025-10-23 02:38:02] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6 HTTP/1.1" 200 2595 0.011378 10.0.0.133 - - [2025-10-23 02:38:02] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.133 - - [2025-10-23 02:38:02] "DELETE /project/5e454afc-0941-4cd3-9bbe-9d5ea55dee54 HTTP/1.1" 404 177 0.002364 10.0.0.133 - - [2025-10-23 02:38:02] "DELETE /project/2048fb7271ad4cbb925c29248205dba3 HTTP/1.1" 404 173 0.004256 10.0.0.41 - - [2025-10-23 02:38:02] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3 HTTP/1.1" 200 1929 0.088765 10.0.0.41 - - [2025-10-23 02:38:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.014094 10.0.0.41 - - [2025-10-23 02:38:02] "POST /network-ipams HTTP/1.1" 200 623 0.048718 10.0.0.41 - - [2025-10-23 02:38:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.002968 10.0.0.41 - - [2025-10-23 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-10-23 02:38:02] "GET /network-ipam/c146fb86-c4ca-4cd6-8565-35c0ea153d9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.006486 10.0.0.41 - - [2025-10-23 02:38:03] "PUT /network-ipam/c146fb86-c4ca-4cd6-8565-35c0ea153d9d HTTP/1.1" 200 259 0.012548 10.0.0.41 - - [2025-10-23 02:38:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-10-23 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.41 - - [2025-10-23 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.065195 10.0.0.133 - - [2025-10-23 02:38:03] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000779 10.0.0.41 - - [2025-10-23 02:38:03] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036089 10.0.0.41 - - [2025-10-23 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.133 - - [2025-10-23 02:38:03] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000943 10.0.0.41 - - [2025-10-23 02:38:03] "POST /neutron/network HTTP/1.1" 200 623 0.138408 10.0.0.133 - - [2025-10-23 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006963 10.0.0.41 - - [2025-10-23 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.165048 10.0.0.41 - - [2025-10-23 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 235 0.001187 10.0.0.41 - - [2025-10-23 02:38:04] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005349 10.0.0.41 - - [2025-10-23 02:38:04] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005810 10.0.0.41 - - [2025-10-23 02:38:04] "POST /neutron/network HTTP/1.1" 200 1336 0.012800 10.0.0.41 - - [2025-10-23 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.008137 10.0.0.41 - - [2025-10-23 02:38:05] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005853 10.0.0.133 - - [2025-10-23 02:38:06] "GET /obj-perms HTTP/1.1" 200 5019 0.052767 10.0.0.41 - - [2025-10-23 02:38:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003159 10.0.0.41 - - [2025-10-23 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.133 - - [2025-10-23 02:38:06] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.41 - - [2025-10-23 02:38:06] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.033706 10.0.0.41 - - [2025-10-23 02:38:07] "POST /network-policys HTTP/1.1" 200 565 0.068535 10.0.0.41 - - [2025-10-23 02:38:07] "GET /network-policy/d85f67a6-6513-4e2e-8b4c-45a6910abc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005918 10.0.0.41 - - [2025-10-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003014 10.0.0.41 - - [2025-10-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.133 - - [2025-10-23 02:38:07] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.41 - - [2025-10-23 02:38:07] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041652 10.0.0.41 - - [2025-10-23 02:38:07] "POST /network-policys HTTP/1.1" 200 565 0.075684 10.0.0.41 - - [2025-10-23 02:38:07] "GET /network-policy/3d0ffdb7-074c-427f-bf10-b7ba92721ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006340 10.0.0.41 - - [2025-10-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002832 10.0.0.41 - - [2025-10-23 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.133 - - [2025-10-23 02:38:07] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.41 - - [2025-10-23 02:38:07] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053898 10.0.0.41 - - [2025-10-23 02:38:07] "POST /network-policys HTTP/1.1" 200 565 0.076450 10.0.0.41 - - [2025-10-23 02:38:07] "GET /network-policy/1094c0cf-9a93-4259-b8f5-73dae798a666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005610 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002949 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.133 - - [2025-10-23 02:38:08] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.41 - - [2025-10-23 02:38:08] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042393 10.0.0.41 - - [2025-10-23 02:38:08] "POST /network-policys HTTP/1.1" 200 565 0.068286 10.0.0.41 - - [2025-10-23 02:38:08] "GET /network-policy/c39f7ba8-24fa-40e2-882e-c5b5bdce0dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005702 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002850 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.133 - - [2025-10-23 02:38:08] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.41 - - [2025-10-23 02:38:08] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037855 10.0.0.41 - - [2025-10-23 02:38:08] "POST /network-policys HTTP/1.1" 200 565 0.072748 10.0.0.41 - - [2025-10-23 02:38:08] "GET /network-policy/0ddef045-c489-424a-aaa8-06213145c255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005741 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003015 10.0.0.41 - - [2025-10-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.133 - - [2025-10-23 02:38:08] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.41 - - [2025-10-23 02:38:08] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040467 10.0.0.41 - - [2025-10-23 02:38:09] "POST /network-policys HTTP/1.1" 200 565 0.068355 10.0.0.41 - - [2025-10-23 02:38:09] "GET /network-policy/a1775ba7-47be-4ee1-939d-e63e435b9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006756 10.0.0.41 - - [2025-10-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002766 10.0.0.41 - - [2025-10-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.133 - - [2025-10-23 02:38:09] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.41 - - [2025-10-23 02:38:09] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037544 10.0.0.41 - - [2025-10-23 02:38:09] "POST /network-policys HTTP/1.1" 200 565 0.068265 10.0.0.41 - - [2025-10-23 02:38:09] "GET /network-policy/cc09132a-87ca-408f-a87b-95e3c85ef4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007171 10.0.0.41 - - [2025-10-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.007555 10.0.0.41 - - [2025-10-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.133 - - [2025-10-23 02:38:09] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.41 - - [2025-10-23 02:38:09] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044431 10.0.0.41 - - [2025-10-23 02:38:09] "POST /network-policys HTTP/1.1" 200 565 0.068317 10.0.0.41 - - [2025-10-23 02:38:09] "GET /network-policy/39f828e4-70fc-4754-a6d5-178cbcb53bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005850 10.0.0.41 - - [2025-10-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.002807 10.0.0.41 - - [2025-10-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.133 - - [2025-10-23 02:38:10] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.41 - - [2025-10-23 02:38:10] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049742 10.0.0.41 - - [2025-10-23 02:38:10] "POST /network-policys HTTP/1.1" 200 565 0.068522 10.0.0.41 - - [2025-10-23 02:38:10] "GET /network-policy/fe4eb61e-ecc8-4d9c-8359-6ab945cee06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005783 10.0.0.41 - - [2025-10-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003040 10.0.0.41 - - [2025-10-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.133 - - [2025-10-23 02:38:10] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.41 - - [2025-10-23 02:38:10] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043708 10.0.0.41 - - [2025-10-23 02:38:10] "POST /network-policys HTTP/1.1" 200 565 0.072225 10.0.0.41 - - [2025-10-23 02:38:10] "GET /network-policy/b5a68704-61f8-44a8-99f0-1196b623a40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005675 10.0.0.73 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.002686 10.0.0.41 - - [2025-10-23 02:38:11] "POST /neutron/network HTTP/1.1" 200 2249 0.044609 10.0.0.41 - - [2025-10-23 02:38:11] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.004968 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002313 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/0ddef045-c489-424a-aaa8-06213145c255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004097 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/1094c0cf-9a93-4259-b8f5-73dae798a666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003932 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/39f828e4-70fc-4754-a6d5-178cbcb53bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004059 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/3d0ffdb7-074c-427f-bf10-b7ba92721ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004834 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/a1775ba7-47be-4ee1-939d-e63e435b9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003877 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/b5a68704-61f8-44a8-99f0-1196b623a40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004167 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/c39f7ba8-24fa-40e2-882e-c5b5bdce0dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003907 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/cc09132a-87ca-408f-a87b-95e3c85ef4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003855 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/d85f67a6-6513-4e2e-8b4c-45a6910abc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004035 10.0.0.41 - - [2025-10-23 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.41 - - [2025-10-23 02:38:11] "GET /network-policy/fe4eb61e-ecc8-4d9c-8359-6ab945cee06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004255 10.0.0.41 - - [2025-10-23 02:38:11] "POST /id-to-fqname HTTP/1.1" 200 235 0.001127 10.0.0.133 - - [2025-10-23 02:38:13] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.41 - - [2025-10-23 02:38:13] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076776 10.0.0.41 - - [2025-10-23 02:38:13] "POST /neutron/port HTTP/1.1" 200 117 0.006122 10.0.0.41 - - [2025-10-23 02:38:13] "POST /neutron/network HTTP/1.1" 200 2259 0.010820 10.0.0.41 - - [2025-10-23 02:38:14] "POST /neutron/port HTTP/1.1" 200 1173 0.020954 10.0.0.41 - - [2025-10-23 02:38:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003717 10.0.0.41 - - [2025-10-23 02:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.41 - - [2025-10-23 02:38:18] "POST /neutron/port HTTP/1.1" 200 1201 0.016558 10.0.0.41 - - [2025-10-23 02:38:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006933 10.0.0.41 - - [2025-10-23 02:38:18] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2025-10-23 02:38:19] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 200 1307 0.355650 10.0.0.41 - - [2025-10-23 02:38:19] "GET /virtual-machine-interface/38a347af-571e-472e-906a-ca97437153e6 HTTP/1.1" 200 3177 0.006281 10.0.0.41 - - [2025-10-23 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.41 - - [2025-10-23 02:38:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004374 10.0.0.41 - - [2025-10-23 02:38:19] "GET /virtual-networks?parent_id=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003728 10.0.0.41 - - [2025-10-23 02:38:19] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006645 10.0.0.41 - - [2025-10-23 02:38:19] "POST /neutron/port HTTP/1.1" 200 1201 0.025792 10.0.0.41 - - [2025-10-23 02:38:19] "GET /obj-perms HTTP/1.1" 200 5056 0.070573 10.0.0.41 - - [2025-10-23 02:38:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.41 - - [2025-10-23 02:38:20] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.41 - - [2025-10-23 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2025-10-23 02:38:22] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006648 10.0.0.41 - - [2025-10-23 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.41 - - [2025-10-23 02:38:26] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.007132 10.0.0.41 - - [2025-10-23 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-10-23 02:38:30] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005354 10.0.0.41 - - [2025-10-23 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-10-23 02:38:34] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005419 10.0.0.41 - - [2025-10-23 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-10-23 02:38:39] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005220 10.0.0.41 - - [2025-10-23 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.41 - - [2025-10-23 02:38:43] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006691 10.0.0.41 - - [2025-10-23 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.41 - - [2025-10-23 02:38:47] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006057 10.0.0.41 - - [2025-10-23 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2025-10-23 02:38:51] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005918 10.0.0.41 - - [2025-10-23 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.41 - - [2025-10-23 02:38:55] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.005963 10.0.0.41 - - [2025-10-23 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2025-10-23 02:38:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003375 10.0.0.41 - - [2025-10-23 02:38:57] "GET /virtual-networks?parent_id=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002719 10.0.0.41 - - [2025-10-23 02:38:57] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6152 0.006006 10.0.0.41 - - [2025-10-23 02:38:57] "POST /neutron/port HTTP/1.1" 200 1201 0.014791 10.0.0.41 - - [2025-10-23 02:39:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008063 10.0.0.41 - - [2025-10-23 02:39:08] "POST /neutron/port HTTP/1.1" 200 1201 0.014584 10.0.0.41 - - [2025-10-23 02:39:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007192 10.0.0.41 - - [2025-10-23 02:39:18] "POST /neutron/port HTTP/1.1" 200 1201 0.016646 10.0.0.41 - - [2025-10-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-10-23 02:39:18] "GET /network-policy/d85f67a6-6513-4e2e-8b4c-45a6910abc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003330 10.0.0.41 - - [2025-10-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.41 - - [2025-10-23 02:39:18] "GET /network-policy/3d0ffdb7-074c-427f-bf10-b7ba92721ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004770 10.0.0.41 - - [2025-10-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.41 - - [2025-10-23 02:39:18] "GET /network-policy/1094c0cf-9a93-4259-b8f5-73dae798a666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004033 10.0.0.41 - - [2025-10-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.41 - - [2025-10-23 02:39:18] "GET /network-policy/c39f7ba8-24fa-40e2-882e-c5b5bdce0dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005936 10.0.0.41 - - [2025-10-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/0ddef045-c489-424a-aaa8-06213145c255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004039 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/a1775ba7-47be-4ee1-939d-e63e435b9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003929 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/cc09132a-87ca-408f-a87b-95e3c85ef4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004158 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/39f828e4-70fc-4754-a6d5-178cbcb53bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004229 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/fe4eb61e-ecc8-4d9c-8359-6ab945cee06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004289 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/b5a68704-61f8-44a8-99f0-1196b623a40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005380 10.0.0.133 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.007002 10.0.0.73 - - [2025-10-23 02:39:19] "PUT /access-control-list/579c6b3c-1fd6-4fb2-8f08-bf35c3094b49 HTTP/1.1" 200 273 0.016269 10.0.0.41 - - [2025-10-23 02:39:19] "POST /neutron/network HTTP/1.1" 200 1439 0.157882 10.0.0.41 - - [2025-10-23 02:39:19] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005433 10.0.0.41 - - [2025-10-23 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2025-10-23 02:39:19] "GET /network-policy/d85f67a6-6513-4e2e-8b4c-45a6910abc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004623 10.0.0.73 - - [2025-10-23 02:39:20] "GET /obj-perms HTTP/1.1" 200 5056 0.061482 10.0.0.41 - - [2025-10-23 02:39:21] "POST /neutron/port HTTP/1.1" 200 1201 0.015115 10.0.0.41 - - [2025-10-23 02:39:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003854 10.0.0.41 - - [2025-10-23 02:39:21] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.41 - - [2025-10-23 02:39:24] "POST /neutron/network HTTP/1.1" 200 1439 0.081602 10.0.0.41 - - [2025-10-23 02:39:24] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.015558 10.0.0.41 - - [2025-10-23 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.41 - - [2025-10-23 02:39:24] "GET /network-policy/3d0ffdb7-074c-427f-bf10-b7ba92721ea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004651 10.0.0.41 - - [2025-10-23 02:39:30] "POST /neutron/network HTTP/1.1" 200 1439 0.086630 10.0.0.41 - - [2025-10-23 02:39:30] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005828 10.0.0.41 - - [2025-10-23 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009311 10.0.0.41 - - [2025-10-23 02:39:30] "GET /network-policy/1094c0cf-9a93-4259-b8f5-73dae798a666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003987 10.0.0.133 - - [2025-10-23 02:39:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.006281 10.0.0.41 - - [2025-10-23 02:39:35] "POST /neutron/network HTTP/1.1" 200 1439 0.087981 10.0.0.73 - - [2025-10-23 02:39:35] "PUT /access-control-list/579c6b3c-1fd6-4fb2-8f08-bf35c3094b49 HTTP/1.1" 200 273 0.062268 10.0.0.41 - - [2025-10-23 02:39:35] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005891 10.0.0.41 - - [2025-10-23 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.41 - - [2025-10-23 02:39:35] "GET /network-policy/c39f7ba8-24fa-40e2-882e-c5b5bdce0dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004135 10.0.0.41 - - [2025-10-23 02:39:40] "POST /neutron/network HTTP/1.1" 200 1439 0.076402 10.0.0.41 - - [2025-10-23 02:39:40] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.008507 10.0.0.41 - - [2025-10-23 02:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.41 - - [2025-10-23 02:39:40] "GET /network-policy/0ddef045-c489-424a-aaa8-06213145c255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004087 10.0.0.41 - - [2025-10-23 02:39:45] "POST /neutron/network HTTP/1.1" 200 1439 0.103984 10.0.0.41 - - [2025-10-23 02:39:45] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.007564 10.0.0.41 - - [2025-10-23 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.41 - - [2025-10-23 02:39:46] "GET /network-policy/a1775ba7-47be-4ee1-939d-e63e435b9ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003891 10.0.0.133 - - [2025-10-23 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.007269 10.0.0.73 - - [2025-10-23 02:39:51] "PUT /access-control-list/579c6b3c-1fd6-4fb2-8f08-bf35c3094b49 HTTP/1.1" 200 273 0.061428 10.0.0.41 - - [2025-10-23 02:39:51] "POST /neutron/network HTTP/1.1" 200 1439 0.148726 10.0.0.41 - - [2025-10-23 02:39:51] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005636 10.0.0.41 - - [2025-10-23 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.41 - - [2025-10-23 02:39:51] "GET /network-policy/cc09132a-87ca-408f-a87b-95e3c85ef4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004381 10.0.0.41 - - [2025-10-23 02:39:56] "POST /neutron/network HTTP/1.1" 200 1439 0.083356 10.0.0.41 - - [2025-10-23 02:39:56] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006134 10.0.0.41 - - [2025-10-23 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008092 10.0.0.41 - - [2025-10-23 02:39:56] "GET /network-policy/39f828e4-70fc-4754-a6d5-178cbcb53bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004121 10.0.0.41 - - [2025-10-23 02:40:01] "POST /neutron/network HTTP/1.1" 200 1439 0.099189 10.0.0.41 - - [2025-10-23 02:40:01] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006557 10.0.0.41 - - [2025-10-23 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.41 - - [2025-10-23 02:40:01] "GET /network-policy/fe4eb61e-ecc8-4d9c-8359-6ab945cee06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005080 10.0.0.133 - - [2025-10-23 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006519 10.0.0.73 - - [2025-10-23 02:40:07] "PUT /access-control-list/579c6b3c-1fd6-4fb2-8f08-bf35c3094b49 HTTP/1.1" 200 273 0.017810 10.0.0.41 - - [2025-10-23 02:40:07] "POST /neutron/network HTTP/1.1" 200 1439 0.085292 10.0.0.41 - - [2025-10-23 02:40:07] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.006014 10.0.0.41 - - [2025-10-23 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.41 - - [2025-10-23 02:40:07] "GET /network-policy/b5a68704-61f8-44a8-99f0-1196b623a40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003991 10.0.0.41 - - [2025-10-23 02:40:12] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 200 1307 0.003853 10.0.0.41 - - [2025-10-23 02:40:12] "POST /neutron/port HTTP/1.1" 200 1227 0.013209 10.0.0.41 - - [2025-10-23 02:40:14] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 404 171 0.003031 10.0.0.41 - - [2025-10-23 02:40:14] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 404 171 0.002646 10.0.0.41 - - [2025-10-23 02:40:14] "GET /virtual-machine/a326dff1-fa95-4de5-9df3-ba2afafff092 HTTP/1.1" 404 171 0.002645 10.0.0.41 - - [2025-10-23 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-10-23 02:40:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004646 10.0.0.41 - - [2025-10-23 02:40:14] "GET /virtual-networks?parent_id=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003003 10.0.0.41 - - [2025-10-23 02:40:14] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005531 10.0.0.41 - - [2025-10-23 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.41 - - [2025-10-23 02:40:14] "GET /routing-instance/2682451b-275b-42be-be5d-b0e417b77067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004551 10.0.0.41 - - [2025-10-23 02:40:14] "GET /route-target/9d23aacd-3627-4fe5-a488-35935a5b6262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003901 10.0.0.133 - - [2025-10-23 02:40:14] "GET /obj-perms HTTP/1.1" 200 5019 0.003553 10.0.0.41 - - [2025-10-23 02:40:21] "GET /obj-perms HTTP/1.1" 200 5019 0.070795 10.0.0.133 - - [2025-10-23 02:40:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003747 10.0.0.41 - - [2025-10-23 02:40:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003640 10.0.0.41 - - [2025-10-23 02:40:24] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3497 0.005542 10.0.0.41 - - [2025-10-23 02:40:24] "POST /neutron/network HTTP/1.1" 200 1336 0.071161 10.0.0.41 - - [2025-10-23 02:40:24] "GET /virtual-network/aef4907a-336a-4fab-adf3-fbf988679802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005942 10.0.0.41 - - [2025-10-23 02:40:24] "DELETE /network-policy/b5a68704-61f8-44a8-99f0-1196b623a40a HTTP/1.1" 200 115 0.031930 10.0.0.41 - - [2025-10-23 02:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.133 - - [2025-10-23 02:40:25] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.41 - - [2025-10-23 02:40:25] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036572 10.0.0.41 - - [2025-10-23 02:40:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005604 10.0.0.41 - - [2025-10-23 02:40:25] "DELETE /network-policy/fe4eb61e-ecc8-4d9c-8359-6ab945cee06d HTTP/1.1" 200 115 0.039590 10.0.0.41 - - [2025-10-23 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.133 - - [2025-10-23 02:40:25] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.41 - - [2025-10-23 02:40:25] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043649 10.0.0.41 - - [2025-10-23 02:40:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005422 10.0.0.41 - - [2025-10-23 02:40:25] "DELETE /network-policy/39f828e4-70fc-4754-a6d5-178cbcb53bb0 HTTP/1.1" 200 115 0.034827 10.0.0.41 - - [2025-10-23 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.133 - - [2025-10-23 02:40:25] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.41 - - [2025-10-23 02:40:25] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050519 10.0.0.41 - - [2025-10-23 02:40:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.006870 10.0.0.41 - - [2025-10-23 02:40:25] "DELETE /network-policy/cc09132a-87ca-408f-a87b-95e3c85ef4e2 HTTP/1.1" 200 115 0.036640 10.0.0.41 - - [2025-10-23 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.013806 10.0.0.133 - - [2025-10-23 02:40:25] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.41 - - [2025-10-23 02:40:25] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045906 10.0.0.41 - - [2025-10-23 02:40:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005379 10.0.0.41 - - [2025-10-23 02:40:25] "DELETE /network-policy/a1775ba7-47be-4ee1-939d-e63e435b9ef6 HTTP/1.1" 200 115 0.036073 10.0.0.41 - - [2025-10-23 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.133 - - [2025-10-23 02:40:25] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.41 - - [2025-10-23 02:40:25] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037241 10.0.0.41 - - [2025-10-23 02:40:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.009825 10.0.0.41 - - [2025-10-23 02:40:26] "DELETE /network-policy/0ddef045-c489-424a-aaa8-06213145c255 HTTP/1.1" 200 115 0.037961 10.0.0.41 - - [2025-10-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.133 - - [2025-10-23 02:40:26] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.41 - - [2025-10-23 02:40:26] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049330 10.0.0.41 - - [2025-10-23 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.006366 10.0.0.41 - - [2025-10-23 02:40:26] "DELETE /network-policy/c39f7ba8-24fa-40e2-882e-c5b5bdce0dff HTTP/1.1" 200 115 0.039285 10.0.0.41 - - [2025-10-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007497 10.0.0.133 - - [2025-10-23 02:40:26] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.41 - - [2025-10-23 02:40:26] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035547 10.0.0.41 - - [2025-10-23 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.005398 10.0.0.41 - - [2025-10-23 02:40:26] "DELETE /network-policy/1094c0cf-9a93-4259-b8f5-73dae798a666 HTTP/1.1" 200 115 0.035853 10.0.0.41 - - [2025-10-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010828 10.0.0.133 - - [2025-10-23 02:40:26] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.41 - - [2025-10-23 02:40:26] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041861 10.0.0.41 - - [2025-10-23 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005250 10.0.0.41 - - [2025-10-23 02:40:26] "DELETE /network-policy/3d0ffdb7-074c-427f-bf10-b7ba92721ea9 HTTP/1.1" 200 115 0.047190 10.0.0.41 - - [2025-10-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.133 - - [2025-10-23 02:40:26] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002187 10.0.0.41 - - [2025-10-23 02:40:26] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041212 10.0.0.41 - - [2025-10-23 02:40:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005368 10.0.0.41 - - [2025-10-23 02:40:26] "DELETE /network-policy/d85f67a6-6513-4e2e-8b4c-45a6910abc57 HTTP/1.1" 200 115 0.036936 10.0.0.41 - - [2025-10-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.133 - - [2025-10-23 02:40:26] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.41 - - [2025-10-23 02:40:27] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044677 10.0.0.41 - - [2025-10-23 02:40:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-45288792&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005234 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007939 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002853 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002070 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001716 10.0.0.133 - - [2025-10-23 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.73 - - [2025-10-23 02:40:27] "DELETE /route-target/9d23aacd-3627-4fe5-a488-35935a5b6262 HTTP/1.1" 200 115 0.025713 10.0.0.41 - - [2025-10-23 02:40:27] "POST /neutron/network HTTP/1.1" 200 151 0.168179 10.0.0.41 - - [2025-10-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2025-10-23 02:40:27] "DELETE /network-ipam/c146fb86-c4ca-4cd6-8565-35c0ea153d9d HTTP/1.1" 200 115 0.031052 10.0.0.41 - - [2025-10-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 260 0.005223 10.0.0.133 - - [2025-10-23 02:40:27] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.133 - - [2025-10-23 02:40:27] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.040683 10.0.0.133 - - [2025-10-23 02:40:27] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.133 - - [2025-10-23 02:40:27] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?fields=security_groups HTTP/1.1" 200 1399 0.039782 10.0.0.133 - - [2025-10-23 02:40:27] "DELETE /security-group/2fb7cc35-2b3e-4a4f-b3c3-cd35bc0cacbe HTTP/1.1" 200 115 0.050088 10.0.0.133 - - [2025-10-23 02:40:27] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001475 10.0.0.133 - - [2025-10-23 02:40:27] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?fields=application_policy_sets HTTP/1.1" 200 1438 0.034072 10.0.0.41 - - [2025-10-23 02:40:28] "DELETE /project/2048fb72-71ad-4cbb-925c-29248205dba3 HTTP/1.1" 200 115 0.394776 10.0.0.133 - - [2025-10-23 02:40:28] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.41 - - [2025-10-23 02:40:28] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?fields=projects HTTP/1.1" 200 1247 0.013662 10.0.0.133 - - [2025-10-23 02:40:30] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003187 10.0.0.133 - - [2025-10-23 02:40:31] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000811 10.0.0.133 - - [2025-10-23 02:40:31] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007273 10.0.0.133 - - [2025-10-23 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.003269 10.0.0.133 - - [2025-10-23 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.004527 10.0.0.133 - - [2025-10-23 02:40:31] "POST /security-groups HTTP/1.1" 200 603 0.075745 10.0.0.73 - - [2025-10-23 02:40:31] "POST /fqname-to-id HTTP/1.1" 404 246 0.005082 10.0.0.133 - - [2025-10-23 02:40:31] "POST /projects HTTP/1.1" 200 609 0.318277 10.0.0.133 - - [2025-10-23 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.393413 10.0.0.73 - - [2025-10-23 02:40:31] "POST /access-control-lists HTTP/1.1" 200 608 0.025115 10.0.0.41 - - [2025-10-23 02:40:31] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.858398 10.0.0.133 - - [2025-10-23 02:40:31] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002721 10.0.0.41 - - [2025-10-23 02:40:31] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?fields=virtual_networks HTTP/1.1" 200 1058 0.058960 10.0.0.133 - - [2025-10-23 02:40:31] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.41 - - [2025-10-23 02:40:31] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.039291 10.0.0.133 - - [2025-10-23 02:40:31] "GET /projects?obj_uuids=2048fb72-71ad-4cbb-925c-29248205dba3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.41 - - [2025-10-23 02:40:31] "GET /project/2048fb72-71ad-4cbb-925c-29248205dba3?fields=security_groups HTTP/1.1" 200 1297 0.033957 10.0.0.41 - - [2025-10-23 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.028218 10.0.0.133 - - [2025-10-23 02:40:32] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003566 10.0.0.133 - - [2025-10-23 02:40:32] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.133 - - [2025-10-23 02:40:32] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008031 10.0.0.133 - - [2025-10-23 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 196 0.001031 10.0.0.133 - - [2025-10-23 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.008486 10.0.0.133 - - [2025-10-23 02:40:32] "POST /security-groups HTTP/1.1" 200 597 0.033026 10.0.0.133 - - [2025-10-23 02:40:33] "POST /projects HTTP/1.1" 200 597 0.243530 10.0.0.73 - - [2025-10-23 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 239 0.010704 10.0.0.133 - - [2025-10-23 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.316020 10.0.0.41 - - [2025-10-23 02:40:33] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.458012 10.0.0.41 - - [2025-10-23 02:40:34] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.41 - - [2025-10-23 02:40:36] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.133 - - [2025-10-23 02:40:36] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.41 - - [2025-10-23 02:40:36] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.066534 10.0.0.41 - - [2025-10-23 02:40:37] "GET / HTTP/1.1" 200 36215 0.002060 10.0.0.41 - - [2025-10-23 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.133 - - [2025-10-23 02:40:37] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.41 - - [2025-10-23 02:40:37] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006238 10.0.0.41 - - [2025-10-23 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.133 - - [2025-10-23 02:40:37] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000913 10.0.0.41 - - [2025-10-23 02:40:38] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.054940 10.0.0.41 - - [2025-10-23 02:40:39] "GET /domains HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-10-23 02:40:39] "GET /domains HTTP/1.1" 200 281 0.028538 10.0.0.133 - - [2025-10-23 02:40:39] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.41 - - [2025-10-23 02:40:39] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6 HTTP/1.1" 200 2788 0.009370 10.0.0.133 - - [2025-10-23 02:40:39] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000805 10.0.0.41 - - [2025-10-23 02:40:39] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c HTTP/1.1" 200 1894 0.095487 10.0.0.41 - - [2025-10-23 02:40:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002584 10.0.0.41 - - [2025-10-23 02:40:39] "POST /network-ipams HTTP/1.1" 200 605 0.025875 10.0.0.41 - - [2025-10-23 02:40:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003516 10.0.0.41 - - [2025-10-23 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-10-23 02:40:39] "GET /network-ipam/99eeafe5-b538-4aa8-856a-7b8698bac378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.006126 10.0.0.41 - - [2025-10-23 02:40:39] "PUT /network-ipam/99eeafe5-b538-4aa8-856a-7b8698bac378 HTTP/1.1" 200 259 0.012166 10.0.0.41 - - [2025-10-23 02:40:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-23 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.026599 10.0.0.133 - - [2025-10-23 02:40:40] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.41 - - [2025-10-23 02:40:40] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044671 10.0.0.73 - - [2025-10-23 02:40:40] "POST /ref-update HTTP/1.1" 200 156 0.020490 10.0.0.133 - - [2025-10-23 02:40:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010357 10.0.0.41 - - [2025-10-23 02:40:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.248714 10.0.0.41 - - [2025-10-23 02:40:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.001302 10.0.0.41 - - [2025-10-23 02:40:41] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.014814 10.0.0.41 - - [2025-10-23 02:40:41] "POST /neutron/network HTTP/1.1" 200 1074 0.009655 10.0.0.41 - - [2025-10-23 02:40:41] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004617 10.0.0.41 - - [2025-10-23 02:40:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.008129 10.0.0.41 - - [2025-10-23 02:40:42] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005375 10.0.0.73 - - [2025-10-23 02:40:43] "GET /obj-perms HTTP/1.1" 200 5013 0.048898 10.0.0.41 - - [2025-10-23 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2025-10-23 02:40:43] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000826 10.0.0.41 - - [2025-10-23 02:40:43] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.030268 10.0.0.133 - - [2025-10-23 02:40:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005288 10.0.0.41 - - [2025-10-23 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.192956 10.0.0.41 - - [2025-10-23 02:40:44] "POST /id-to-fqname HTTP/1.1" 200 229 0.001612 10.0.0.41 - - [2025-10-23 02:40:44] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006977 10.0.0.41 - - [2025-10-23 02:40:44] "POST /neutron/network HTTP/1.1" 200 1074 0.008931 10.0.0.41 - - [2025-10-23 02:40:44] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004867 10.0.0.41 - - [2025-10-23 02:40:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.008533 10.0.0.41 - - [2025-10-23 02:40:44] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005189 10.0.0.41 - - [2025-10-23 02:40:44] "GET /obj-perms HTTP/1.1" 200 5013 0.051282 10.0.0.133 - - [2025-10-23 02:40:45] "GET /obj-perms HTTP/1.1" 200 5013 0.049062 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003240 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.133 - - [2025-10-23 02:40:45] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.41 - - [2025-10-23 02:40:45] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041243 10.0.0.41 - - [2025-10-23 02:40:45] "POST /network-policys HTTP/1.1" 200 529 0.025146 10.0.0.41 - - [2025-10-23 02:40:45] "GET /network-policy/4714b7ea-02b7-459e-bf55-8b4cb33b367a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005669 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.003158 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.133 - - [2025-10-23 02:40:45] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000875 10.0.0.41 - - [2025-10-23 02:40:45] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048039 10.0.0.41 - - [2025-10-23 02:40:45] "POST /network-policys HTTP/1.1" 200 529 0.030911 10.0.0.41 - - [2025-10-23 02:40:45] "GET /network-policy/afa4bb92-9559-4fe2-9da5-356cba3c5c64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006748 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002927 10.0.0.41 - - [2025-10-23 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.133 - - [2025-10-23 02:40:45] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000886 10.0.0.41 - - [2025-10-23 02:40:45] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039647 10.0.0.41 - - [2025-10-23 02:40:46] "POST /network-policys HTTP/1.1" 200 529 0.070526 10.0.0.41 - - [2025-10-23 02:40:46] "GET /network-policy/c1b0fba3-8201-4f7d-ae8c-32b55dab21f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006085 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.002928 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.133 - - [2025-10-23 02:40:46] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000854 10.0.0.41 - - [2025-10-23 02:40:46] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.031713 10.0.0.41 - - [2025-10-23 02:40:46] "POST /network-policys HTTP/1.1" 200 529 0.025423 10.0.0.41 - - [2025-10-23 02:40:46] "GET /network-policy/27a693b0-1711-4ba5-a93e-dce72d786642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006444 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003147 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.133 - - [2025-10-23 02:40:46] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.41 - - [2025-10-23 02:40:46] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041584 10.0.0.41 - - [2025-10-23 02:40:46] "POST /network-policys HTTP/1.1" 200 533 0.030170 10.0.0.41 - - [2025-10-23 02:40:46] "GET /network-policy/96dada76-3960-4d76-8d93-1257aeee8ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.006468 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003065 10.0.0.41 - - [2025-10-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.133 - - [2025-10-23 02:40:47] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000843 10.0.0.41 - - [2025-10-23 02:40:47] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.049790 10.0.0.41 - - [2025-10-23 02:40:47] "POST /network-policys HTTP/1.1" 200 531 0.027442 10.0.0.41 - - [2025-10-23 02:40:47] "GET /network-policy/772a07e4-bcb9-491b-ad0f-1902902ac27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006054 10.0.0.41 - - [2025-10-23 02:40:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003352 10.0.0.41 - - [2025-10-23 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.133 - - [2025-10-23 02:40:47] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.41 - - [2025-10-23 02:40:47] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.048968 10.0.0.41 - - [2025-10-23 02:40:47] "POST /network-policys HTTP/1.1" 200 531 0.029383 10.0.0.41 - - [2025-10-23 02:40:47] "GET /network-policy/cd1a0e30-a7bd-49c9-946b-accf702962db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006294 10.0.0.41 - - [2025-10-23 02:40:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003073 10.0.0.41 - - [2025-10-23 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.133 - - [2025-10-23 02:40:47] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.41 - - [2025-10-23 02:40:47] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045931 10.0.0.41 - - [2025-10-23 02:40:48] "POST /network-policys HTTP/1.1" 200 531 0.025267 10.0.0.41 - - [2025-10-23 02:40:48] "GET /network-policy/cdd74c39-27ea-4839-a25e-0490180ae799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005872 10.0.0.41 - - [2025-10-23 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003123 10.0.0.41 - - [2025-10-23 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.133 - - [2025-10-23 02:40:48] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000908 10.0.0.41 - - [2025-10-23 02:40:48] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.030698 10.0.0.41 - - [2025-10-23 02:40:48] "POST /network-policys HTTP/1.1" 200 531 0.025852 10.0.0.41 - - [2025-10-23 02:40:48] "GET /network-policy/af705c81-d4fe-4452-b204-7ac7ccf7f8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006333 10.0.0.41 - - [2025-10-23 02:40:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.002959 10.0.0.41 - - [2025-10-23 02:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.133 - - [2025-10-23 02:40:48] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000902 10.0.0.41 - - [2025-10-23 02:40:48] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.049263 10.0.0.41 - - [2025-10-23 02:40:48] "POST /network-policys HTTP/1.1" 200 535 0.029664 10.0.0.41 - - [2025-10-23 02:40:48] "GET /network-policy/bd4faad9-9fcb-431b-a40d-167c1bd4d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.006714 10.0.0.73 - - [2025-10-23 02:40:49] "POST /fqname-to-id HTTP/1.1" 404 246 0.003027 10.0.0.41 - - [2025-10-23 02:40:49] "POST /neutron/network HTTP/1.1" 200 1157 0.014042 10.0.0.41 - - [2025-10-23 02:40:49] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.015105 10.0.0.41 - - [2025-10-23 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007380 10.0.0.41 - - [2025-10-23 02:40:49] "GET /network-policy/4714b7ea-02b7-459e-bf55-8b4cb33b367a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.018109 10.0.0.73 - - [2025-10-23 02:40:49] "DELETE /access-control-list/642c2ef6-79ac-4ffb-95e1-5ec4abdb1811 HTTP/1.1" 200 115 0.056980 10.0.0.41 - - [2025-10-23 02:40:49] "POST /neutron/network HTTP/1.1" 200 1159 0.009820 10.0.0.41 - - [2025-10-23 02:40:49] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.004536 10.0.0.41 - - [2025-10-23 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.73 - - [2025-10-23 02:40:49] "POST /ref-update HTTP/1.1" 200 156 0.022907 10.0.0.41 - - [2025-10-23 02:40:49] "GET /network-policy/96dada76-3960-4d76-8d93-1257aeee8ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.005994 10.0.0.41 - - [2025-10-23 02:40:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.133 - - [2025-10-23 02:40:50] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.41 - - [2025-10-23 02:40:50] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.057069 10.0.0.41 - - [2025-10-23 02:40:51] "POST /neutron/port HTTP/1.1" 200 117 0.005622 10.0.0.41 - - [2025-10-23 02:40:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001172 10.0.0.41 - - [2025-10-23 02:40:51] "POST /neutron/network HTTP/1.1" 200 1169 0.008130 10.0.0.41 - - [2025-10-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 1061 0.014326 10.0.0.41 - - [2025-10-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 1089 0.014791 10.0.0.133 - - [2025-10-23 02:40:52] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000875 10.0.0.41 - - [2025-10-23 02:40:52] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.067712 10.0.0.41 - - [2025-10-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-10-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 1089 0.021141 10.0.0.41 - - [2025-10-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 1089 0.016553 10.0.0.133 - - [2025-10-23 02:40:53] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.41 - - [2025-10-23 02:40:53] "POST /neutron/port HTTP/1.1" 200 1061 0.351212 10.0.0.41 - - [2025-10-23 02:40:53] "POST /neutron/port HTTP/1.1" 200 1115 0.128971 10.0.0.41 - - [2025-10-23 02:40:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.022372 10.0.0.41 - - [2025-10-23 02:40:57] "POST /neutron/port HTTP/1.1" 200 1089 0.013521 10.0.0.41 - - [2025-10-23 02:40:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007093 10.0.0.41 - - [2025-10-23 02:40:58] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2025-10-23 02:40:58] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 200 1300 0.030646 10.0.0.41 - - [2025-10-23 02:40:58] "GET /virtual-machine-interface/c1b6e1a1-e2a7-497c-9f0f-cc54518b454d HTTP/1.1" 200 2959 0.005588 10.0.0.41 - - [2025-10-23 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.41 - - [2025-10-23 02:40:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003260 10.0.0.41 - - [2025-10-23 02:40:58] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002845 10.0.0.41 - - [2025-10-23 02:40:58] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005889 10.0.0.41 - - [2025-10-23 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.41 - - [2025-10-23 02:41:01] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005521 10.0.0.133 - - [2025-10-23 02:41:02] "DELETE /project/2048fb7271ad4cbb925c29248205dba3 HTTP/1.1" 404 173 0.033175 10.0.0.133 - - [2025-10-23 02:41:02] "DELETE /project/bfe51a6f085f4bb5baa8ae3b9cdf3e1c HTTP/1.1" 404 173 0.050017 10.0.0.133 - - [2025-10-23 02:41:02] "DELETE /project/2048fb72-71ad-4cbb-925c-29248205dba3 HTTP/1.1" 404 177 0.067932 10.0.0.41 - - [2025-10-23 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2025-10-23 02:41:05] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.004809 10.0.0.41 - - [2025-10-23 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.41 - - [2025-10-23 02:41:09] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005111 10.0.0.41 - - [2025-10-23 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.41 - - [2025-10-23 02:41:13] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006310 10.0.0.41 - - [2025-10-23 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-10-23 02:41:18] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007592 10.0.0.41 - - [2025-10-23 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006393 10.0.0.41 - - [2025-10-23 02:41:22] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005401 10.0.0.41 - - [2025-10-23 02:41:22] "POST /neutron/port HTTP/1.1" 200 1089 0.051981 10.0.0.41 - - [2025-10-23 02:41:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.41 - - [2025-10-23 02:41:23] "POST /neutron/network HTTP/1.1" 200 1157 0.012240 10.0.0.41 - - [2025-10-23 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 02:41:26] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005850 10.0.0.41 - - [2025-10-23 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.41 - - [2025-10-23 02:41:30] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005052 10.0.0.41 - - [2025-10-23 02:41:33] "POST /neutron/network HTTP/1.1" 200 1169 0.008555 10.0.0.41 - - [2025-10-23 02:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.41 - - [2025-10-23 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.41 - - [2025-10-23 02:41:34] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005784 10.0.0.41 - - [2025-10-23 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.41 - - [2025-10-23 02:41:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003630 10.0.0.41 - - [2025-10-23 02:41:36] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002543 10.0.0.41 - - [2025-10-23 02:41:36] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006510 10.0.0.41 - - [2025-10-23 02:41:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007084 10.0.0.41 - - [2025-10-23 02:41:47] "POST /neutron/port HTTP/1.1" 200 1089 0.017009 10.0.0.41 - - [2025-10-23 02:41:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006680 10.0.0.41 - - [2025-10-23 02:41:52] "POST /neutron/port HTTP/1.1" 200 1089 0.014918 10.0.0.41 - - [2025-10-23 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006463 10.0.0.41 - - [2025-10-23 02:42:02] "POST /neutron/port HTTP/1.1" 200 1089 0.015292 10.0.0.41 - - [2025-10-23 02:42:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007688 10.0.0.41 - - [2025-10-23 02:42:02] "GET /virtual-machine/30bba815-e02d-40d0-94d0-0e2260fd8618 HTTP/1.1" 200 1300 0.005952 10.0.0.41 - - [2025-10-23 02:42:02] "GET /virtual-machine-interface/ea9ccbe1-39a3-4751-8f6f-95ed6c1893ce HTTP/1.1" 200 2959 0.005940 10.0.0.41 - - [2025-10-23 02:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-10-23 02:42:02] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003478 10.0.0.41 - - [2025-10-23 02:42:02] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002982 10.0.0.41 - - [2025-10-23 02:42:02] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006724 10.0.0.41 - - [2025-10-23 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.41 - - [2025-10-23 02:42:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003311 10.0.0.41 - - [2025-10-23 02:42:04] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003133 10.0.0.41 - - [2025-10-23 02:42:04] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005533 10.0.0.41 - - [2025-10-23 02:42:04] "POST /neutron/port HTTP/1.1" 200 1089 0.015106 10.0.0.41 - - [2025-10-23 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2025-10-23 02:42:04] "GET /network-policy/96dada76-3960-4d76-8d93-1257aeee8ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003275 10.0.0.41 - - [2025-10-23 02:42:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007445 10.0.0.41 - - [2025-10-23 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2025-10-23 02:42:04] "GET /network-policy/4714b7ea-02b7-459e-bf55-8b4cb33b367a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.003555 10.0.0.41 - - [2025-10-23 02:42:05] "POST /neutron/network HTTP/1.1" 200 1157 0.009161 10.0.0.41 - - [2025-10-23 02:42:05] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.004720 10.0.0.41 - - [2025-10-23 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.73 - - [2025-10-23 02:42:05] "PUT /access-control-list/12248e56-5077-44a6-923b-6071494bffa3 HTTP/1.1" 200 273 0.094232 10.0.0.41 - - [2025-10-23 02:42:05] "GET /network-policy/afa4bb92-9559-4fe2-9da5-356cba3c5c64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003719 10.0.0.41 - - [2025-10-23 02:42:22] "POST /neutron/network HTTP/1.1" 200 1167 0.008080 10.0.0.41 - - [2025-10-23 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.41 - - [2025-10-23 02:42:32] "POST /neutron/network HTTP/1.1" 200 1160 0.082149 10.0.0.41 - - [2025-10-23 02:42:32] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2880 0.009579 10.0.0.41 - - [2025-10-23 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.41 - - [2025-10-23 02:42:32] "GET /network-policy/bd4faad9-9fcb-431b-a40d-167c1bd4d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003683 10.0.0.41 - - [2025-10-23 02:42:33] "POST /neutron/port HTTP/1.1" 200 1089 0.017034 10.0.0.41 - - [2025-10-23 02:42:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.011723 10.0.0.41 - - [2025-10-23 02:42:41] "POST /neutron/network HTTP/1.1" 200 1160 0.009702 10.0.0.73 - - [2025-10-23 02:42:41] "PUT /access-control-list/12248e56-5077-44a6-923b-6071494bffa3 HTTP/1.1" 200 273 0.024936 10.0.0.41 - - [2025-10-23 02:42:42] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.013797 10.0.0.41 - - [2025-10-23 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.41 - - [2025-10-23 02:42:42] "GET /network-policy/c1b0fba3-8201-4f7d-ae8c-32b55dab21f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003807 10.0.0.41 - - [2025-10-23 02:42:51] "POST /neutron/network HTTP/1.1" 200 1157 0.008453 10.0.0.41 - - [2025-10-23 02:42:51] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008231 10.0.0.41 - - [2025-10-23 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.41 - - [2025-10-23 02:42:51] "GET /network-policy/27a693b0-1711-4ba5-a93e-dce72d786642?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004529 10.0.0.41 - - [2025-10-23 02:42:59] "POST /neutron/network HTTP/1.1" 200 1157 0.007910 10.0.0.73 - - [2025-10-23 02:42:59] "PUT /access-control-list/12248e56-5077-44a6-923b-6071494bffa3 HTTP/1.1" 200 273 0.057597 10.0.0.41 - - [2025-10-23 02:42:59] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.009714 10.0.0.41 - - [2025-10-23 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.41 - - [2025-10-23 02:42:59] "GET /network-policy/772a07e4-bcb9-491b-ad0f-1902902ac27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004837 10.0.0.133 - - [2025-10-23 02:42:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.133 - - [2025-10-23 02:42:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.133 - - [2025-10-23 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2025-10-23 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.73 - - [2025-10-23 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000793 10.0.0.73 - - [2025-10-23 02:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2025-10-23 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2025-10-23 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.41 - - [2025-10-23 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.41 - - [2025-10-23 02:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.41 - - [2025-10-23 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-10-23 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2025-10-23 02:43:08] "POST /neutron/network HTTP/1.1" 200 1158 0.008536 10.0.0.73 - - [2025-10-23 02:43:08] "POST /ref-update HTTP/1.1" 200 156 0.036527 10.0.0.41 - - [2025-10-23 02:43:08] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.009170 10.0.0.41 - - [2025-10-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.41 - - [2025-10-23 02:43:08] "GET /network-policy/cd1a0e30-a7bd-49c9-946b-accf702962db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.003947 10.0.0.41 - - [2025-10-23 02:43:15] "POST /neutron/network HTTP/1.1" 200 1158 0.008882 10.0.0.41 - - [2025-10-23 02:43:15] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.012961 10.0.0.41 - - [2025-10-23 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.41 - - [2025-10-23 02:43:16] "GET /network-policy/cdd74c39-27ea-4839-a25e-0490180ae799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.003935 10.0.0.41 - - [2025-10-23 02:43:23] "POST /neutron/port HTTP/1.1" 200 1089 0.013723 10.0.0.41 - - [2025-10-23 02:43:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003543 10.0.0.41 - - [2025-10-23 02:43:23] "POST /neutron/network HTTP/1.1" 200 1158 0.010400 10.0.0.73 - - [2025-10-23 02:43:24] "GET /obj-perms HTTP/1.1" 200 5056 0.044929 10.0.0.41 - - [2025-10-23 02:43:24] "POST /neutron/network HTTP/1.1" 200 1158 0.014099 10.0.0.41 - - [2025-10-23 02:43:24] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.004635 10.0.0.41 - - [2025-10-23 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.41 - - [2025-10-23 02:43:24] "GET /network-policy/af705c81-d4fe-4452-b204-7ac7ccf7f8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004540 10.0.0.41 - - [2025-10-23 02:43:32] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005439 10.0.0.73 - - [2025-10-23 02:43:32] "DELETE /access-control-list/12248e56-5077-44a6-923b-6071494bffa3 HTTP/1.1" 200 115 0.059386 10.0.0.41 - - [2025-10-23 02:43:32] "POST /neutron/network HTTP/1.1" 200 1074 0.027987 10.0.0.41 - - [2025-10-23 02:43:32] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004539 10.0.0.41 - - [2025-10-23 02:43:32] "GET /virtual-machine/30bba815-e02d-40d0-94d0-0e2260fd8618 HTTP/1.1" 200 1300 0.003712 10.0.0.41 - - [2025-10-23 02:43:33] "POST /neutron/port HTTP/1.1" 200 151 0.169853 10.0.0.41 - - [2025-10-23 02:43:34] "GET /virtual-machine/30bba815-e02d-40d0-94d0-0e2260fd8618 HTTP/1.1" 404 171 0.002877 10.0.0.41 - - [2025-10-23 02:43:34] "GET /virtual-machine/30bba815-e02d-40d0-94d0-0e2260fd8618 HTTP/1.1" 404 171 0.002411 10.0.0.41 - - [2025-10-23 02:43:34] "GET /virtual-machine/30bba815-e02d-40d0-94d0-0e2260fd8618 HTTP/1.1" 404 171 0.002359 10.0.0.41 - - [2025-10-23 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.41 - - [2025-10-23 02:43:34] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003369 10.0.0.41 - - [2025-10-23 02:43:34] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002764 10.0.0.41 - - [2025-10-23 02:43:34] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007176 10.0.0.41 - - [2025-10-23 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.41 - - [2025-10-23 02:43:34] "GET /routing-instance/8818fbec-f818-4308-83be-58b3cca5d429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.004537 10.0.0.41 - - [2025-10-23 02:43:34] "GET /route-target/98c19fa9-84e5-40c7-a177-2a28b9939468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004266 10.0.0.41 - - [2025-10-23 02:43:34] "GET /obj-perms HTTP/1.1" 200 5013 0.003692 10.0.0.133 - - [2025-10-23 02:43:35] "GET /obj-perms HTTP/1.1" 200 5013 0.003847 10.0.0.41 - - [2025-10-23 02:43:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004533 10.0.0.133 - - [2025-10-23 02:43:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004082 10.0.0.41 - - [2025-10-23 02:43:53] "GET /obj-perms HTTP/1.1" 200 5013 0.003783 10.0.0.133 - - [2025-10-23 02:43:53] "GET /obj-perms HTTP/1.1" 200 5013 0.003316 10.0.0.41 - - [2025-10-23 02:43:53] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 200 1300 0.004039 10.0.0.41 - - [2025-10-23 02:43:54] "POST /neutron/port HTTP/1.1" 200 151 0.164590 10.0.0.41 - - [2025-10-23 02:43:55] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 404 171 0.003198 10.0.0.41 - - [2025-10-23 02:43:55] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 404 171 0.002515 10.0.0.41 - - [2025-10-23 02:43:55] "GET /virtual-machine/15fabbda-46a9-43a5-8b75-4e313f39c0ac HTTP/1.1" 404 171 0.002373 10.0.0.41 - - [2025-10-23 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-10-23 02:43:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003369 10.0.0.41 - - [2025-10-23 02:43:55] "GET /virtual-networks?parent_id=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002676 10.0.0.41 - - [2025-10-23 02:43:55] "GET /virtual-network/bf2feff1-583a-4909-a5e7-feb2ee3a1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006298 10.0.0.41 - - [2025-10-23 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.41 - - [2025-10-23 02:43:56] "GET /routing-instance/33a13737-f290-41f5-a93a-a07f5b05d6ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.003932 10.0.0.41 - - [2025-10-23 02:43:56] "GET /route-target/fe36e1c6-39ed-4675-9208-450654d2c03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004192 10.0.0.41 - - [2025-10-23 02:43:56] "GET /obj-perms HTTP/1.1" 200 5013 0.003895 10.0.0.133 - - [2025-10-23 02:43:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004106 10.0.0.41 - - [2025-10-23 02:44:05] "GET /obj-perms HTTP/1.1" 200 5013 0.003941 10.0.0.133 - - [2025-10-23 02:44:08] "GET /obj-perms HTTP/1.1" 200 5013 0.004478 10.0.0.41 - - [2025-10-23 02:44:14] "GET /obj-perms HTTP/1.1" 200 5013 0.003976 10.0.0.133 - - [2025-10-23 02:44:17] "GET /obj-perms HTTP/1.1" 200 5013 0.003493 10.0.0.41 - - [2025-10-23 02:44:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004790 10.0.0.133 - - [2025-10-23 02:44:23] "GET /obj-perms HTTP/1.1" 200 5013 0.003779 10.0.0.41 - - [2025-10-23 02:44:24] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005477 10.0.0.41 - - [2025-10-23 02:44:24] "POST /neutron/network HTTP/1.1" 200 1074 0.017784 10.0.0.73 - - [2025-10-23 02:44:24] "POST /ref-update HTTP/1.1" 200 156 0.023154 10.0.0.41 - - [2025-10-23 02:44:24] "GET /virtual-network/8ce918af-25b0-4320-ba14-18170a7254e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.010902 10.0.0.41 - - [2025-10-23 02:44:24] "DELETE /network-policy/bd4faad9-9fcb-431b-a40d-167c1bd4d009 HTTP/1.1" 200 115 0.033290 10.0.0.41 - - [2025-10-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.133 - - [2025-10-23 02:44:24] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.196569 10.0.0.41 - - [2025-10-23 02:44:24] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.233644 10.0.0.41 - - [2025-10-23 02:44:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005216 10.0.0.41 - - [2025-10-23 02:44:24] "DELETE /network-policy/af705c81-d4fe-4452-b204-7ac7ccf7f8ac HTTP/1.1" 200 115 0.034890 10.0.0.41 - - [2025-10-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.133 - - [2025-10-23 02:44:24] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001076 10.0.0.41 - - [2025-10-23 02:44:24] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.042315 10.0.0.41 - - [2025-10-23 02:44:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.005123 10.0.0.41 - - [2025-10-23 02:44:24] "DELETE /network-policy/cdd74c39-27ea-4839-a25e-0490180ae799 HTTP/1.1" 200 115 0.032445 10.0.0.41 - - [2025-10-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.133 - - [2025-10-23 02:44:25] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.41 - - [2025-10-23 02:44:25] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.052118 10.0.0.41 - - [2025-10-23 02:44:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005587 10.0.0.41 - - [2025-10-23 02:44:25] "DELETE /network-policy/cd1a0e30-a7bd-49c9-946b-accf702962db HTTP/1.1" 200 115 0.031513 10.0.0.41 - - [2025-10-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005756 10.0.0.133 - - [2025-10-23 02:44:25] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.41 - - [2025-10-23 02:44:25] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.034502 10.0.0.41 - - [2025-10-23 02:44:25] "GET /obj-perms HTTP/1.1" 200 5056 0.072976 10.0.0.41 - - [2025-10-23 02:44:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.004582 10.0.0.41 - - [2025-10-23 02:44:25] "DELETE /network-policy/772a07e4-bcb9-491b-ad0f-1902902ac27f HTTP/1.1" 200 115 0.031672 10.0.0.41 - - [2025-10-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.133 - - [2025-10-23 02:44:25] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.41 - - [2025-10-23 02:44:25] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037884 10.0.0.41 - - [2025-10-23 02:44:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.004934 10.0.0.41 - - [2025-10-23 02:44:25] "DELETE /network-policy/96dada76-3960-4d76-8d93-1257aeee8ab7 HTTP/1.1" 200 115 0.031982 10.0.0.41 - - [2025-10-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.133 - - [2025-10-23 02:44:25] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000937 10.0.0.41 - - [2025-10-23 02:44:25] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041353 10.0.0.41 - - [2025-10-23 02:44:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005069 10.0.0.41 - - [2025-10-23 02:44:25] "DELETE /network-policy/27a693b0-1711-4ba5-a93e-dce72d786642 HTTP/1.1" 200 115 0.034908 10.0.0.41 - - [2025-10-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.133 - - [2025-10-23 02:44:25] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000919 10.0.0.41 - - [2025-10-23 02:44:25] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.034825 10.0.0.41 - - [2025-10-23 02:44:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.004926 10.0.0.41 - - [2025-10-23 02:44:26] "DELETE /network-policy/c1b0fba3-8201-4f7d-ae8c-32b55dab21f9 HTTP/1.1" 200 115 0.035926 10.0.0.41 - - [2025-10-23 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.133 - - [2025-10-23 02:44:26] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.41 - - [2025-10-23 02:44:26] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037314 10.0.0.41 - - [2025-10-23 02:44:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.004687 10.0.0.41 - - [2025-10-23 02:44:26] "DELETE /network-policy/afa4bb92-9559-4fe2-9da5-356cba3c5c64 HTTP/1.1" 200 115 0.032873 10.0.0.41 - - [2025-10-23 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.133 - - [2025-10-23 02:44:26] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000852 10.0.0.41 - - [2025-10-23 02:44:26] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.036495 10.0.0.41 - - [2025-10-23 02:44:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005213 10.0.0.41 - - [2025-10-23 02:44:26] "DELETE /network-policy/4714b7ea-02b7-459e-bf55-8b4cb33b367a HTTP/1.1" 200 115 0.041433 10.0.0.41 - - [2025-10-23 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.133 - - [2025-10-23 02:44:26] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001187 10.0.0.41 - - [2025-10-23 02:44:26] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.038059 10.0.0.41 - - [2025-10-23 02:44:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36423961&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004990 10.0.0.41 - - [2025-10-23 02:44:27] "POST /neutron/network HTTP/1.1" 200 1074 0.008162 10.0.0.73 - - [2025-10-23 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-10-23 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.41 - - [2025-10-23 02:44:27] "DELETE /network-ipam/99eeafe5-b538-4aa8-856a-7b8698bac378 HTTP/1.1" 200 115 0.029216 10.0.0.41 - - [2025-10-23 02:44:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.002609 10.0.0.133 - - [2025-10-23 02:44:27] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.133 - - [2025-10-23 02:44:27] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.038419 10.0.0.133 - - [2025-10-23 02:44:27] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000831 10.0.0.133 - - [2025-10-23 02:44:27] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?fields=security_groups HTTP/1.1" 200 1382 0.042845 10.0.0.133 - - [2025-10-23 02:44:27] "DELETE /security-group/87c8093d-20db-409a-9984-4375c9495fb2 HTTP/1.1" 200 115 0.044287 10.0.0.133 - - [2025-10-23 02:44:27] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001106 10.0.0.133 - - [2025-10-23 02:44:27] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?fields=application_policy_sets HTTP/1.1" 200 1421 0.042740 10.0.0.73 - - [2025-10-23 02:44:27] "DELETE /access-control-list/9847dfdf-9286-4b02-a73a-c7e8d8369ef5 HTTP/1.1" 200 115 0.034575 10.0.0.41 - - [2025-10-23 02:44:27] "DELETE /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c HTTP/1.1" 200 115 0.355450 10.0.0.133 - - [2025-10-23 02:44:27] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.41 - - [2025-10-23 02:44:27] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?fields=projects HTTP/1.1" 200 1247 0.012349 10.0.0.133 - - [2025-10-23 02:44:29] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003452 10.0.0.133 - - [2025-10-23 02:44:29] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.133 - - [2025-10-23 02:44:29] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052913 10.0.0.133 - - [2025-10-23 02:44:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.001593 10.0.0.133 - - [2025-10-23 02:44:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.005245 10.0.0.133 - - [2025-10-23 02:44:29] "POST /security-groups HTTP/1.1" 200 597 0.035764 10.0.0.133 - - [2025-10-23 02:44:29] "POST /projects HTTP/1.1" 200 597 0.248081 10.0.0.133 - - [2025-10-23 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.288707 10.0.0.73 - - [2025-10-23 02:44:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.004311 10.0.0.41 - - [2025-10-23 02:44:29] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.460992 10.0.0.133 - - [2025-10-23 02:44:29] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.41 - - [2025-10-23 02:44:29] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?fields=virtual_networks HTTP/1.1" 200 1047 0.075149 10.0.0.133 - - [2025-10-23 02:44:29] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.41 - - [2025-10-23 02:44:29] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.034570 10.0.0.133 - - [2025-10-23 02:44:29] "GET /projects?obj_uuids=bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001434 10.0.0.41 - - [2025-10-23 02:44:29] "GET /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c?fields=security_groups HTTP/1.1" 200 1280 0.049687 10.0.0.41 - - [2025-10-23 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.024434 10.0.0.133 - - [2025-10-23 02:44:30] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003035 10.0.0.133 - - [2025-10-23 02:44:30] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.133 - - [2025-10-23 02:44:30] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007962 10.0.0.133 - - [2025-10-23 02:44:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.003557 10.0.0.133 - - [2025-10-23 02:44:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.004503 10.0.0.133 - - [2025-10-23 02:44:31] "POST /security-groups HTTP/1.1" 200 603 0.033290 10.0.0.133 - - [2025-10-23 02:44:31] "POST /projects HTTP/1.1" 200 609 0.255765 10.0.0.73 - - [2025-10-23 02:44:31] "POST /access-control-lists HTTP/1.1" 200 610 0.027405 10.0.0.133 - - [2025-10-23 02:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.328436 10.0.0.41 - - [2025-10-23 02:44:31] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.462358 10.0.0.41 - - [2025-10-23 02:44:32] "GET / HTTP/1.1" 200 36215 0.001381 10.0.0.41 - - [2025-10-23 02:44:34] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.133 - - [2025-10-23 02:44:35] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.41 - - [2025-10-23 02:44:35] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.060802 10.0.0.41 - - [2025-10-23 02:44:35] "GET / HTTP/1.1" 200 36215 0.001913 10.0.0.41 - - [2025-10-23 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.133 - - [2025-10-23 02:44:36] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.41 - - [2025-10-23 02:44:36] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006226 10.0.0.41 - - [2025-10-23 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.016575 10.0.0.133 - - [2025-10-23 02:44:36] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.41 - - [2025-10-23 02:44:36] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035252 10.0.0.41 - - [2025-10-23 02:44:37] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2025-10-23 02:44:37] "GET /domains HTTP/1.1" 200 281 0.027432 10.0.0.133 - - [2025-10-23 02:44:37] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.41 - - [2025-10-23 02:44:37] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6 HTTP/1.1" 200 2788 0.011229 10.0.0.133 - - [2025-10-23 02:44:37] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.41 - - [2025-10-23 02:44:37] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10 HTTP/1.1" 200 1929 0.104992 10.0.0.41 - - [2025-10-23 02:44:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003641 10.0.0.41 - - [2025-10-23 02:44:37] "POST /network-ipams HTTP/1.1" 200 623 0.029655 10.0.0.41 - - [2025-10-23 02:44:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003654 10.0.0.41 - - [2025-10-23 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.41 - - [2025-10-23 02:44:37] "GET /network-ipam/d83d54b2-6375-42ca-bb63-c61325bf99aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.007182 10.0.0.41 - - [2025-10-23 02:44:37] "PUT /network-ipam/d83d54b2-6375-42ca-bb63-c61325bf99aa HTTP/1.1" 200 259 0.014542 10.0.0.41 - - [2025-10-23 02:44:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-10-23 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.027408 10.0.0.133 - - [2025-10-23 02:44:38] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.41 - - [2025-10-23 02:44:38] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037859 10.0.0.133 - - [2025-10-23 02:44:38] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.41 - - [2025-10-23 02:44:38] "POST /neutron/network HTTP/1.1" 200 623 0.155306 10.0.0.73 - - [2025-10-23 02:44:38] "POST /route-targets HTTP/1.1" 200 328 0.022128 10.0.0.133 - - [2025-10-23 02:44:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002471 10.0.0.41 - - [2025-10-23 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.164251 10.0.0.41 - - [2025-10-23 02:44:39] "POST /id-to-fqname HTTP/1.1" 200 235 0.001186 10.0.0.41 - - [2025-10-23 02:44:39] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004946 10.0.0.41 - - [2025-10-23 02:44:39] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004805 10.0.0.41 - - [2025-10-23 02:44:39] "POST /neutron/network HTTP/1.1" 200 1336 0.009788 10.0.0.41 - - [2025-10-23 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.007907 10.0.0.41 - - [2025-10-23 02:44:40] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005645 10.0.0.73 - - [2025-10-23 02:44:41] "GET /obj-perms HTTP/1.1" 200 5019 0.052685 10.0.0.41 - - [2025-10-23 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.133 - - [2025-10-23 02:44:41] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.41 - - [2025-10-23 02:44:41] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054307 10.0.0.73 - - [2025-10-23 02:44:42] "POST /ref-update HTTP/1.1" 200 156 0.027895 10.0.0.133 - - [2025-10-23 02:44:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007314 10.0.0.41 - - [2025-10-23 02:44:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.201493 10.0.0.133 - - [2025-10-23 02:44:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.089222 10.0.0.41 - - [2025-10-23 02:44:42] "POST /neutron/network HTTP/1.1" 200 1337 0.017271 10.0.0.41 - - [2025-10-23 02:44:42] "POST /id-to-fqname HTTP/1.1" 200 235 0.000918 10.0.0.41 - - [2025-10-23 02:44:42] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004560 10.0.0.41 - - [2025-10-23 02:44:42] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.025582 10.0.0.41 - - [2025-10-23 02:44:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.007879 10.0.0.41 - - [2025-10-23 02:44:43] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005589 10.0.0.133 - - [2025-10-23 02:44:43] "GET /obj-perms HTTP/1.1" 200 5019 0.049577 10.0.0.41 - - [2025-10-23 02:44:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003802 10.0.0.41 - - [2025-10-23 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.133 - - [2025-10-23 02:44:43] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.41 - - [2025-10-23 02:44:43] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048796 10.0.0.41 - - [2025-10-23 02:44:43] "POST /network-policys HTTP/1.1" 200 535 0.040480 10.0.0.41 - - [2025-10-23 02:44:43] "GET /network-policy/b8566050-ada1-4125-873f-742671b7b0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005764 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.002975 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.133 - - [2025-10-23 02:44:44] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.41 - - [2025-10-23 02:44:44] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054708 10.0.0.41 - - [2025-10-23 02:44:44] "POST /network-policys HTTP/1.1" 200 535 0.027286 10.0.0.41 - - [2025-10-23 02:44:44] "GET /network-policy/be47e1c0-013a-47be-9819-d8349171eb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006256 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003007 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.133 - - [2025-10-23 02:44:44] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.41 - - [2025-10-23 02:44:44] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032471 10.0.0.41 - - [2025-10-23 02:44:44] "POST /network-policys HTTP/1.1" 200 535 0.027187 10.0.0.41 - - [2025-10-23 02:44:44] "GET /network-policy/d7e55c53-deeb-42fc-9639-f4d21c58216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005986 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003098 10.0.0.41 - - [2025-10-23 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.133 - - [2025-10-23 02:44:45] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.41 - - [2025-10-23 02:44:45] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042915 10.0.0.41 - - [2025-10-23 02:44:45] "POST /network-policys HTTP/1.1" 200 535 0.031975 10.0.0.41 - - [2025-10-23 02:44:45] "GET /network-policy/24ee2026-d18f-4d00-a888-93f4795df075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006637 10.0.0.41 - - [2025-10-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 213 0.003102 10.0.0.41 - - [2025-10-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.133 - - [2025-10-23 02:44:45] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.41 - - [2025-10-23 02:44:45] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038389 10.0.0.41 - - [2025-10-23 02:44:45] "POST /network-policys HTTP/1.1" 200 539 0.026568 10.0.0.41 - - [2025-10-23 02:44:45] "GET /network-policy/152c26b0-0d98-4f6f-abf9-33e508e54de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006533 10.0.0.41 - - [2025-10-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.003186 10.0.0.41 - - [2025-10-23 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.133 - - [2025-10-23 02:44:45] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.41 - - [2025-10-23 02:44:45] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032724 10.0.0.41 - - [2025-10-23 02:44:45] "POST /network-policys HTTP/1.1" 200 537 0.026521 10.0.0.41 - - [2025-10-23 02:44:45] "GET /network-policy/84503160-d5d3-4771-b4ed-c337290a4be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005805 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.003059 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.133 - - [2025-10-23 02:44:46] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.41 - - [2025-10-23 02:44:46] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038278 10.0.0.41 - - [2025-10-23 02:44:46] "POST /network-policys HTTP/1.1" 200 537 0.026085 10.0.0.41 - - [2025-10-23 02:44:46] "GET /network-policy/8cb2e9c7-9ffa-4a7f-b91a-d65ca9145a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.008006 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.002980 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002284 10.0.0.133 - - [2025-10-23 02:44:46] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.41 - - [2025-10-23 02:44:46] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046777 10.0.0.41 - - [2025-10-23 02:44:46] "POST /network-policys HTTP/1.1" 200 537 0.025879 10.0.0.41 - - [2025-10-23 02:44:46] "GET /network-policy/a37b8ed7-653e-4513-9198-b8193396484e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005833 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.003130 10.0.0.41 - - [2025-10-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.133 - - [2025-10-23 02:44:46] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.41 - - [2025-10-23 02:44:46] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039674 10.0.0.41 - - [2025-10-23 02:44:46] "POST /network-policys HTTP/1.1" 200 537 0.029570 10.0.0.41 - - [2025-10-23 02:44:47] "GET /network-policy/72851265-8a66-417c-8446-f8d090cf0bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007499 10.0.0.41 - - [2025-10-23 02:44:47] "POST /fqname-to-id HTTP/1.1" 404 214 0.003279 10.0.0.41 - - [2025-10-23 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.133 - - [2025-10-23 02:44:47] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.41 - - [2025-10-23 02:44:47] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034084 10.0.0.41 - - [2025-10-23 02:44:47] "POST /network-policys HTTP/1.1" 200 541 0.024598 10.0.0.41 - - [2025-10-23 02:44:47] "GET /network-policy/0b50d6d5-90c1-4657-9e85-6addcdfdbdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005274 10.0.0.41 - - [2025-10-23 02:44:47] "POST /neutron/network HTTP/1.1" 200 1336 0.010484 10.0.0.41 - - [2025-10-23 02:44:47] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.017198 10.0.0.41 - - [2025-10-23 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.019608 10.0.0.41 - - [2025-10-23 02:44:47] "GET /network-policy/b8566050-ada1-4125-873f-742671b7b0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004518 10.0.0.41 - - [2025-10-23 02:44:48] "POST /neutron/network HTTP/1.1" 200 1337 0.012646 10.0.0.73 - - [2025-10-23 02:44:48] "POST /fqname-to-id HTTP/1.1" 404 252 0.003719 10.0.0.41 - - [2025-10-23 02:44:48] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.026253 10.0.0.41 - - [2025-10-23 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.41 - - [2025-10-23 02:44:48] "GET /network-policy/152c26b0-0d98-4f6f-abf9-33e508e54de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.003745 10.0.0.41 - - [2025-10-23 02:44:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001112 10.0.0.41 - - [2025-10-23 02:44:48] "POST /neutron/network HTTP/1.1" 200 1434 0.011937 10.0.0.133 - - [2025-10-23 02:44:49] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.41 - - [2025-10-23 02:44:49] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.082111 10.0.0.41 - - [2025-10-23 02:44:49] "POST /neutron/port HTTP/1.1" 200 117 0.006182 10.0.0.41 - - [2025-10-23 02:44:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.001148 10.0.0.73 - - [2025-10-23 02:44:50] "DELETE /access-control-list/93359f8f-5d45-42eb-86d3-3c370f1b58f4 HTTP/1.1" 200 115 0.045695 10.0.0.41 - - [2025-10-23 02:44:50] "POST /neutron/network HTTP/1.1" 200 1434 0.016668 10.0.0.41 - - [2025-10-23 02:44:51] "POST /neutron/port HTTP/1.1" 200 1173 0.019447 10.0.0.133 - - [2025-10-23 02:44:51] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.41 - - [2025-10-23 02:44:51] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.055560 10.0.0.41 - - [2025-10-23 02:44:51] "POST /neutron/network HTTP/1.1" 200 1427 0.034554 10.0.0.41 - - [2025-10-23 02:44:51] "POST /neutron/subnet HTTP/1.1" 200 1356 0.012811 10.0.0.41 - - [2025-10-23 02:44:51] "POST /neutron/network HTTP/1.1" 200 1424 0.010866 10.0.0.41 - - [2025-10-23 02:44:51] "POST /neutron/port HTTP/1.1" 200 117 0.005865 10.0.0.41 - - [2025-10-23 02:44:52] "POST /neutron/network HTTP/1.1" 200 1437 0.011017 10.0.0.73 - - [2025-10-23 02:44:52] "PUT /access-control-list/ceaa0648-9a6e-444c-b92e-08ef92eb5e60 HTTP/1.1" 200 273 0.012329 10.0.0.41 - - [2025-10-23 02:44:52] "POST /neutron/port HTTP/1.1" 200 1174 0.023107 10.0.0.41 - - [2025-10-23 02:44:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004396 10.0.0.41 - - [2025-10-23 02:44:52] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.41 - - [2025-10-23 02:44:56] "POST /neutron/port HTTP/1.1" 200 1201 0.019510 10.0.0.41 - - [2025-10-23 02:44:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009720 10.0.0.41 - - [2025-10-23 02:44:57] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 401 292 0.000523 10.0.0.41 - - [2025-10-23 02:44:57] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 200 1306 0.027711 10.0.0.41 - - [2025-10-23 02:44:57] "GET /virtual-machine-interface/baf1c31b-9909-4da0-a930-b146eebdd48d HTTP/1.1" 200 3178 0.006192 10.0.0.41 - - [2025-10-23 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.41 - - [2025-10-23 02:44:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003959 10.0.0.41 - - [2025-10-23 02:44:57] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003150 10.0.0.41 - - [2025-10-23 02:44:57] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005936 10.0.0.41 - - [2025-10-23 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2025-10-23 02:45:00] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005617 10.0.0.133 - - [2025-10-23 02:45:03] "DELETE /project/bfe51a6f085f4bb5baa8ae3b9cdf3e1c HTTP/1.1" 404 173 0.004189 10.0.0.133 - - [2025-10-23 02:45:03] "DELETE /project/9544d49c382a43f28a9f5c75cedfde10 HTTP/1.1" 404 173 0.006588 10.0.0.133 - - [2025-10-23 02:45:03] "DELETE /project/bfe51a6f-085f-4bb5-baa8-ae3b9cdf3e1c HTTP/1.1" 404 177 0.004490 10.0.0.41 - - [2025-10-23 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.41 - - [2025-10-23 02:45:04] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004977 10.0.0.41 - - [2025-10-23 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006383 10.0.0.41 - - [2025-10-23 02:45:08] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005102 10.0.0.41 - - [2025-10-23 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.41 - - [2025-10-23 02:45:12] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005184 10.0.0.41 - - [2025-10-23 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.41 - - [2025-10-23 02:45:17] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004824 10.0.0.41 - - [2025-10-23 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005586 10.0.0.41 - - [2025-10-23 02:45:21] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006566 10.0.0.41 - - [2025-10-23 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.41 - - [2025-10-23 02:45:25] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004960 10.0.0.41 - - [2025-10-23 02:45:26] "POST /neutron/port HTTP/1.1" 200 1201 0.014857 10.0.0.41 - - [2025-10-23 02:45:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003496 10.0.0.41 - - [2025-10-23 02:45:26] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.41 - - [2025-10-23 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2025-10-23 02:45:29] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005281 10.0.0.41 - - [2025-10-23 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.41 - - [2025-10-23 02:45:33] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005609 10.0.0.41 - - [2025-10-23 02:45:35] "POST /neutron/port HTTP/1.1" 200 1202 0.015384 10.0.0.41 - - [2025-10-23 02:45:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003828 10.0.0.41 - - [2025-10-23 02:45:35] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.41 - - [2025-10-23 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.41 - - [2025-10-23 02:45:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003252 10.0.0.41 - - [2025-10-23 02:45:35] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002887 10.0.0.41 - - [2025-10-23 02:45:35] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005746 10.0.0.41 - - [2025-10-23 02:45:35] "POST /neutron/port HTTP/1.1" 200 1201 0.013323 10.0.0.41 - - [2025-10-23 02:45:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006876 10.0.0.41 - - [2025-10-23 02:45:46] "POST /neutron/port HTTP/1.1" 200 1201 0.038135 10.0.0.41 - - [2025-10-23 02:45:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007038 10.0.0.41 - - [2025-10-23 02:46:01] "POST /neutron/port HTTP/1.1" 200 1202 0.020333 10.0.0.41 - - [2025-10-23 02:46:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008633 10.0.0.41 - - [2025-10-23 02:46:01] "GET /virtual-machine/fe5adf11-78e5-4514-aa0c-5ef6fa82bc92 HTTP/1.1" 200 1307 0.007934 10.0.0.41 - - [2025-10-23 02:46:01] "GET /virtual-machine-interface/72f75af4-7461-4d61-99c6-b83fce5fbfa6 HTTP/1.1" 200 3177 0.007049 10.0.0.41 - - [2025-10-23 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.41 - - [2025-10-23 02:46:01] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004297 10.0.0.41 - - [2025-10-23 02:46:01] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003680 10.0.0.41 - - [2025-10-23 02:46:01] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007139 10.0.0.41 - - [2025-10-23 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.41 - - [2025-10-23 02:46:02] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004097 10.0.0.41 - - [2025-10-23 02:46:02] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002799 10.0.0.41 - - [2025-10-23 02:46:03] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005716 10.0.0.41 - - [2025-10-23 02:46:03] "POST /neutron/port HTTP/1.1" 200 1202 0.014531 10.0.0.41 - - [2025-10-23 02:46:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006075 10.0.0.41 - - [2025-10-23 02:46:13] "POST /neutron/port HTTP/1.1" 200 1202 0.014766 10.0.0.41 - - [2025-10-23 02:46:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007661 10.0.0.41 - - [2025-10-23 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2025-10-23 02:46:19] "GET /network-policy/152c26b0-0d98-4f6f-abf9-33e508e54de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005677 10.0.0.41 - - [2025-10-23 02:46:19] "POST /neutron/port HTTP/1.1" 200 1201 0.013398 10.0.0.41 - - [2025-10-23 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.41 - - [2025-10-23 02:46:19] "GET /network-policy/b8566050-ada1-4125-873f-742671b7b0fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003957 10.0.0.133 - - [2025-10-23 02:46:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003251 10.0.0.41 - - [2025-10-23 02:46:19] "POST /neutron/network HTTP/1.1" 200 1424 0.103662 10.0.0.41 - - [2025-10-23 02:46:19] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009009 10.0.0.41 - - [2025-10-23 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.41 - - [2025-10-23 02:46:19] "GET /network-policy/be47e1c0-013a-47be-9819-d8349171eb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004304 10.0.0.41 - - [2025-10-23 02:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.051512 10.0.0.73 - - [2025-10-23 02:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.114683 10.0.0.41 - - [2025-10-23 02:46:27] "POST /neutron/port HTTP/1.1" 200 1201 0.041988 10.0.0.41 - - [2025-10-23 02:46:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.41 - - [2025-10-23 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.41 - - [2025-10-23 02:46:37] "POST /neutron/port HTTP/1.1" 200 1202 0.046613 10.0.0.41 - - [2025-10-23 02:46:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004792 10.0.0.41 - - [2025-10-23 02:46:37] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.41 - - [2025-10-23 02:47:14] "POST /neutron/network HTTP/1.1" 200 1427 0.104505 10.0.0.41 - - [2025-10-23 02:47:14] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006757 10.0.0.41 - - [2025-10-23 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.73 - - [2025-10-23 02:47:14] "POST /ref-update HTTP/1.1" 200 156 0.067350 10.0.0.41 - - [2025-10-23 02:47:14] "GET /network-policy/0b50d6d5-90c1-4657-9e85-6addcdfdbdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004941 10.0.0.41 - - [2025-10-23 02:47:26] "POST /neutron/port HTTP/1.1" 200 1201 0.016132 10.0.0.41 - - [2025-10-23 02:47:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.41 - - [2025-10-23 02:47:26] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.41 - - [2025-10-23 02:47:27] "POST /neutron/network HTTP/1.1" 200 1424 0.133775 10.0.0.41 - - [2025-10-23 02:47:27] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009000 10.0.0.41 - - [2025-10-23 02:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2025-10-23 02:47:27] "GET /network-policy/d7e55c53-deeb-42fc-9639-f4d21c58216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004265 10.0.0.41 - - [2025-10-23 02:47:37] "POST /neutron/port HTTP/1.1" 200 1202 0.013777 10.0.0.41 - - [2025-10-23 02:47:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003678 10.0.0.41 - - [2025-10-23 02:47:37] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.133 - - [2025-10-23 02:47:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004076 10.0.0.41 - - [2025-10-23 02:47:39] "POST /neutron/network HTTP/1.1" 200 1424 0.084032 10.0.0.73 - - [2025-10-23 02:47:39] "PUT /access-control-list/f2c1b665-7c42-4f38-ab49-457d944a89cc HTTP/1.1" 200 273 0.071286 10.0.0.41 - - [2025-10-23 02:47:39] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008326 10.0.0.41 - - [2025-10-23 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.41 - - [2025-10-23 02:47:39] "GET /network-policy/24ee2026-d18f-4d00-a888-93f4795df075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003855 10.0.0.41 - - [2025-10-23 02:47:50] "POST /neutron/network HTTP/1.1" 200 1425 0.093127 10.0.0.41 - - [2025-10-23 02:47:50] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005478 10.0.0.41 - - [2025-10-23 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.41 - - [2025-10-23 02:47:50] "GET /network-policy/84503160-d5d3-4771-b4ed-c337290a4be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.003896 10.0.0.133 - - [2025-10-23 02:47:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.133 - - [2025-10-23 02:47:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.133 - - [2025-10-23 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.133 - - [2025-10-23 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.73 - - [2025-10-23 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.73 - - [2025-10-23 02:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.73 - - [2025-10-23 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.73 - - [2025-10-23 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.41 - - [2025-10-23 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-23 02:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.73 - - [2025-10-23 02:48:02] "PUT /access-control-list/f2c1b665-7c42-4f38-ab49-457d944a89cc HTTP/1.1" 200 273 0.025493 10.0.0.41 - - [2025-10-23 02:48:02] "POST /neutron/network HTTP/1.1" 200 1425 0.088607 10.0.0.41 - - [2025-10-23 02:48:02] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006055 10.0.0.41 - - [2025-10-23 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.41 - - [2025-10-23 02:48:02] "GET /network-policy/8cb2e9c7-9ffa-4a7f-b91a-d65ca9145a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.003967 10.0.0.41 - - [2025-10-23 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2025-10-23 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.133 - - [2025-10-23 02:48:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.009504 10.0.0.41 - - [2025-10-23 02:48:12] "POST /neutron/network HTTP/1.1" 200 1425 0.089785 10.0.0.41 - - [2025-10-23 02:48:12] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005553 10.0.0.41 - - [2025-10-23 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.41 - - [2025-10-23 02:48:13] "GET /network-policy/a37b8ed7-653e-4513-9198-b8193396484e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004031 10.0.0.73 - - [2025-10-23 02:48:25] "PUT /access-control-list/f2c1b665-7c42-4f38-ab49-457d944a89cc HTTP/1.1" 200 273 0.014954 10.0.0.41 - - [2025-10-23 02:48:25] "POST /neutron/network HTTP/1.1" 200 1425 0.109829 10.0.0.41 - - [2025-10-23 02:48:25] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005704 10.0.0.41 - - [2025-10-23 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.41 - - [2025-10-23 02:48:25] "GET /network-policy/72851265-8a66-417c-8446-f8d090cf0bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.003940 10.0.0.41 - - [2025-10-23 02:48:26] "POST /neutron/port HTTP/1.1" 200 1201 0.014458 10.0.0.41 - - [2025-10-23 02:48:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003951 10.0.0.41 - - [2025-10-23 02:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.001012 10.0.0.133 - - [2025-10-23 02:48:28] "GET /obj-perms HTTP/1.1" 200 5056 0.045735 10.0.0.41 - - [2025-10-23 02:48:35] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005901 10.0.0.41 - - [2025-10-23 02:48:35] "POST /neutron/network HTTP/1.1" 200 1336 0.078814 10.0.0.41 - - [2025-10-23 02:48:35] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008317 10.0.0.41 - - [2025-10-23 02:48:35] "GET /virtual-machine/fe5adf11-78e5-4514-aa0c-5ef6fa82bc92 HTTP/1.1" 200 1307 0.004112 10.0.0.41 - - [2025-10-23 02:48:36] "POST /neutron/port HTTP/1.1" 200 1228 0.012788 10.0.0.41 - - [2025-10-23 02:48:37] "GET /virtual-machine/fe5adf11-78e5-4514-aa0c-5ef6fa82bc92 HTTP/1.1" 404 171 0.003069 10.0.0.41 - - [2025-10-23 02:48:37] "GET /virtual-machine/fe5adf11-78e5-4514-aa0c-5ef6fa82bc92 HTTP/1.1" 404 171 0.003006 10.0.0.41 - - [2025-10-23 02:48:37] "GET /virtual-machine/fe5adf11-78e5-4514-aa0c-5ef6fa82bc92 HTTP/1.1" 404 171 0.002976 10.0.0.41 - - [2025-10-23 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.41 - - [2025-10-23 02:48:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004614 10.0.0.41 - - [2025-10-23 02:48:37] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002563 10.0.0.41 - - [2025-10-23 02:48:38] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005475 10.0.0.41 - - [2025-10-23 02:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2025-10-23 02:48:38] "GET /routing-instance/509eca7c-d630-4d07-9fe9-512fbec40d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004017 10.0.0.41 - - [2025-10-23 02:48:38] "GET /route-target/70be9601-5d5a-4901-8458-c16c0b5a528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004799 10.0.0.41 - - [2025-10-23 02:48:41] "GET /obj-perms HTTP/1.1" 200 5019 0.062553 10.0.0.133 - - [2025-10-23 02:48:44] "GET /obj-perms HTTP/1.1" 200 5019 0.004480 10.0.0.41 - - [2025-10-23 02:48:50] "GET /obj-perms HTTP/1.1" 200 5019 0.003671 10.0.0.133 - - [2025-10-23 02:48:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003491 10.0.0.41 - - [2025-10-23 02:48:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003377 10.0.0.41 - - [2025-10-23 02:48:53] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 200 1306 0.005366 10.0.0.41 - - [2025-10-23 02:48:54] "POST /neutron/port HTTP/1.1" 200 1227 0.012049 10.0.0.41 - - [2025-10-23 02:48:55] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 404 171 0.003558 10.0.0.41 - - [2025-10-23 02:48:55] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 404 171 0.002977 10.0.0.41 - - [2025-10-23 02:48:55] "GET /virtual-machine/1c169747-a29a-4a1c-bbe3-94fbd431022f HTTP/1.1" 404 171 0.002420 10.0.0.41 - - [2025-10-23 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2025-10-23 02:48:56] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003212 10.0.0.41 - - [2025-10-23 02:48:56] "GET /virtual-networks?parent_id=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002756 10.0.0.41 - - [2025-10-23 02:48:56] "GET /virtual-network/5a2c0e6b-3010-4c27-919e-6362f0a34c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005450 10.0.0.41 - - [2025-10-23 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.41 - - [2025-10-23 02:48:56] "GET /routing-instance/c0749917-5611-434b-b2d6-b2c96b4367ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.003950 10.0.0.41 - - [2025-10-23 02:48:56] "GET /route-target/32888141-cc92-40bb-bbb9-c7e35425cd8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003708 10.0.0.133 - - [2025-10-23 02:48:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003713 10.0.0.41 - - [2025-10-23 02:49:02] "GET /obj-perms HTTP/1.1" 200 5019 0.004934 10.0.0.133 - - [2025-10-23 02:49:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004801 10.0.0.41 - - [2025-10-23 02:49:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003685 10.0.0.133 - - [2025-10-23 02:49:17] "GET /obj-perms HTTP/1.1" 200 5019 0.003441 10.0.0.41 - - [2025-10-23 02:49:20] "GET /obj-perms HTTP/1.1" 200 5019 0.003642 10.0.0.41 - - [2025-10-23 02:49:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003798 10.0.0.73 - - [2025-10-23 02:49:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003202 10.0.0.133 - - [2025-10-23 02:49:24] "GET /obj-perms HTTP/1.1" 200 5019 0.003159 10.0.0.41 - - [2025-10-23 02:49:24] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005994 10.0.0.133 - - [2025-10-23 02:49:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003726 10.0.0.41 - - [2025-10-23 02:49:24] "POST /neutron/network HTTP/1.1" 200 1337 0.080125 10.0.0.73 - - [2025-10-23 02:49:24] "DELETE /access-control-list/ceaa0648-9a6e-444c-b92e-08ef92eb5e60 HTTP/1.1" 200 115 0.039733 10.0.0.41 - - [2025-10-23 02:49:24] "GET /virtual-network/6db36f3a-b874-47d1-8cd9-b15d0f03e374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007310 10.0.0.41 - - [2025-10-23 02:49:24] "DELETE /network-policy/0b50d6d5-90c1-4657-9e85-6addcdfdbdaf HTTP/1.1" 200 115 0.026645 10.0.0.41 - - [2025-10-23 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.133 - - [2025-10-23 02:49:24] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.034093 10.0.0.41 - - [2025-10-23 02:49:24] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.073414 10.0.0.41 - - [2025-10-23 02:49:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.012971 10.0.0.41 - - [2025-10-23 02:49:24] "DELETE /network-policy/72851265-8a66-417c-8446-f8d090cf0bd3 HTTP/1.1" 200 115 0.041649 10.0.0.41 - - [2025-10-23 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.133 - - [2025-10-23 02:49:25] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.41 - - [2025-10-23 02:49:25] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038600 10.0.0.41 - - [2025-10-23 02:49:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.005956 10.0.0.41 - - [2025-10-23 02:49:25] "DELETE /network-policy/a37b8ed7-653e-4513-9198-b8193396484e HTTP/1.1" 200 115 0.037738 10.0.0.41 - - [2025-10-23 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.133 - - [2025-10-23 02:49:25] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.41 - - [2025-10-23 02:49:25] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035771 10.0.0.41 - - [2025-10-23 02:49:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005788 10.0.0.41 - - [2025-10-23 02:49:25] "DELETE /network-policy/8cb2e9c7-9ffa-4a7f-b91a-d65ca9145a87 HTTP/1.1" 200 115 0.036704 10.0.0.41 - - [2025-10-23 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.133 - - [2025-10-23 02:49:25] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.41 - - [2025-10-23 02:49:25] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032892 10.0.0.41 - - [2025-10-23 02:49:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005535 10.0.0.41 - - [2025-10-23 02:49:25] "DELETE /network-policy/84503160-d5d3-4771-b4ed-c337290a4be8 HTTP/1.1" 200 115 0.037370 10.0.0.41 - - [2025-10-23 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009060 10.0.0.133 - - [2025-10-23 02:49:25] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.41 - - [2025-10-23 02:49:25] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041463 10.0.0.41 - - [2025-10-23 02:49:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005169 10.0.0.41 - - [2025-10-23 02:49:25] "DELETE /network-policy/152c26b0-0d98-4f6f-abf9-33e508e54de8 HTTP/1.1" 200 115 0.032133 10.0.0.41 - - [2025-10-23 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.133 - - [2025-10-23 02:49:25] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.41 - - [2025-10-23 02:49:25] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039891 10.0.0.41 - - [2025-10-23 02:49:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.005232 10.0.0.41 - - [2025-10-23 02:49:26] "DELETE /network-policy/24ee2026-d18f-4d00-a888-93f4795df075 HTTP/1.1" 200 115 0.037453 10.0.0.41 - - [2025-10-23 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006352 10.0.0.133 - - [2025-10-23 02:49:26] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000899 10.0.0.41 - - [2025-10-23 02:49:26] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042017 10.0.0.41 - - [2025-10-23 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005118 10.0.0.41 - - [2025-10-23 02:49:26] "DELETE /network-policy/d7e55c53-deeb-42fc-9639-f4d21c58216e HTTP/1.1" 200 115 0.039582 10.0.0.41 - - [2025-10-23 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005426 10.0.0.133 - - [2025-10-23 02:49:26] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.41 - - [2025-10-23 02:49:26] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037330 10.0.0.41 - - [2025-10-23 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005416 10.0.0.41 - - [2025-10-23 02:49:26] "DELETE /network-policy/be47e1c0-013a-47be-9819-d8349171eb37 HTTP/1.1" 200 115 0.033791 10.0.0.41 - - [2025-10-23 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.133 - - [2025-10-23 02:49:26] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.41 - - [2025-10-23 02:49:26] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036956 10.0.0.41 - - [2025-10-23 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005806 10.0.0.41 - - [2025-10-23 02:49:26] "DELETE /network-policy/b8566050-ada1-4125-873f-742671b7b0fa HTTP/1.1" 200 115 0.036306 10.0.0.41 - - [2025-10-23 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.133 - - [2025-10-23 02:49:26] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.41 - - [2025-10-23 02:49:26] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038476 10.0.0.41 - - [2025-10-23 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-76238353&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.017134 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002480 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001747 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001684 10.0.0.133 - - [2025-10-23 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001584 10.0.0.41 - - [2025-10-23 02:49:27] "POST /neutron/network HTTP/1.1" 200 151 0.156119 10.0.0.73 - - [2025-10-23 02:49:27] "DELETE /route-target/70be9601-5d5a-4901-8458-c16c0b5a528a HTTP/1.1" 200 115 0.027413 10.0.0.41 - - [2025-10-23 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.41 - - [2025-10-23 02:49:27] "DELETE /network-ipam/d83d54b2-6375-42ca-bb63-c61325bf99aa HTTP/1.1" 200 115 0.031943 10.0.0.41 - - [2025-10-23 02:49:27] "POST /fqname-to-id HTTP/1.1" 404 260 0.004207 10.0.0.133 - - [2025-10-23 02:49:27] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.133 - - [2025-10-23 02:49:27] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.044925 10.0.0.133 - - [2025-10-23 02:49:27] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000782 10.0.0.133 - - [2025-10-23 02:49:27] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?fields=security_groups HTTP/1.1" 200 1399 0.029907 10.0.0.133 - - [2025-10-23 02:49:28] "DELETE /security-group/ae2a1108-d645-48c1-a4f1-a3f87562691c HTTP/1.1" 200 115 0.055543 10.0.0.133 - - [2025-10-23 02:49:28] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.73 - - [2025-10-23 02:49:28] "DELETE /access-control-list/92abbceb-721a-4fb2-aa25-244f3645188d HTTP/1.1" 200 115 0.047176 10.0.0.133 - - [2025-10-23 02:49:28] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?fields=application_policy_sets HTTP/1.1" 200 1438 0.068647 10.0.0.41 - - [2025-10-23 02:49:28] "DELETE /project/9544d49c-382a-43f2-8a9f-5c75cedfde10 HTTP/1.1" 200 115 0.386002 10.0.0.133 - - [2025-10-23 02:49:28] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001569 10.0.0.41 - - [2025-10-23 02:49:28] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?fields=projects HTTP/1.1" 200 1247 0.014940 10.0.0.133 - - [2025-10-23 02:49:29] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003433 10.0.0.133 - - [2025-10-23 02:49:29] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.133 - - [2025-10-23 02:49:29] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031681 10.0.0.133 - - [2025-10-23 02:49:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.002436 10.0.0.133 - - [2025-10-23 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.002902 10.0.0.133 - - [2025-10-23 02:49:29] "POST /security-groups HTTP/1.1" 200 603 0.073843 10.0.0.133 - - [2025-10-23 02:49:29] "POST /projects HTTP/1.1" 200 609 0.262690 10.0.0.73 - - [2025-10-23 02:49:29] "POST /access-control-lists HTTP/1.1" 200 610 0.024035 10.0.0.133 - - [2025-10-23 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.331056 10.0.0.41 - - [2025-10-23 02:49:30] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.479657 10.0.0.133 - - [2025-10-23 02:49:30] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001362 10.0.0.41 - - [2025-10-23 02:49:30] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?fields=virtual_networks HTTP/1.1" 200 1058 0.039427 10.0.0.133 - - [2025-10-23 02:49:30] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.41 - - [2025-10-23 02:49:30] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.038582 10.0.0.133 - - [2025-10-23 02:49:30] "GET /projects?obj_uuids=9544d49c-382a-43f2-8a9f-5c75cedfde10&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.41 - - [2025-10-23 02:49:30] "GET /project/9544d49c-382a-43f2-8a9f-5c75cedfde10?fields=security_groups HTTP/1.1" 200 1297 0.034005 10.0.0.41 - - [2025-10-23 02:49:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.028635 10.0.0.133 - - [2025-10-23 02:49:31] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003616 10.0.0.133 - - [2025-10-23 02:49:31] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.133 - - [2025-10-23 02:49:31] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006783 10.0.0.133 - - [2025-10-23 02:49:31] "POST /id-to-fqname HTTP/1.1" 200 184 0.001570 10.0.0.133 - - [2025-10-23 02:49:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.006692 10.0.0.133 - - [2025-10-23 02:49:31] "POST /security-groups HTTP/1.1" 200 585 0.032922 10.0.0.73 - - [2025-10-23 02:49:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.005866 10.0.0.133 - - [2025-10-23 02:49:31] "POST /projects HTTP/1.1" 200 573 0.233495 10.0.0.133 - - [2025-10-23 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.308378 10.0.0.73 - - [2025-10-23 02:49:31] "POST /access-control-lists HTTP/1.1" 200 590 0.026985 10.0.0.41 - - [2025-10-23 02:49:31] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.445651 10.0.0.41 - - [2025-10-23 02:49:32] "GET / HTTP/1.1" 200 36215 0.001973 10.0.0.41 - - [2025-10-23 02:49:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-10-23 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.072514 10.0.0.133 - - [2025-10-23 02:49:33] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000842 10.0.0.41 - - [2025-10-23 02:49:33] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.034183 10.0.0.41 - - [2025-10-23 02:49:33] "POST /neutron/network HTTP/1.1" 200 117 0.029781 10.0.0.133 - - [2025-10-23 02:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003832 10.0.0.41 - - [2025-10-23 02:49:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.163498 10.0.0.41 - - [2025-10-23 02:49:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001282 10.0.0.41 - - [2025-10-23 02:49:34] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005100 10.0.0.41 - - [2025-10-23 02:49:34] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005369 10.0.0.41 - - [2025-10-23 02:49:34] "POST /neutron/network HTTP/1.1" 200 992 0.008278 10.0.0.41 - - [2025-10-23 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.133 - - [2025-10-23 02:49:34] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000826 10.0.0.41 - - [2025-10-23 02:49:34] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.068841 10.0.0.41 - - [2025-10-23 02:49:34] "POST /neutron/network HTTP/1.1" 200 117 0.012949 10.0.0.73 - - [2025-10-23 02:49:35] "POST /route-targets HTTP/1.1" 200 328 0.013646 10.0.0.133 - - [2025-10-23 02:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005976 10.0.0.41 - - [2025-10-23 02:49:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.161300 10.0.0.41 - - [2025-10-23 02:49:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001173 10.0.0.41 - - [2025-10-23 02:49:35] "GET /virtual-network/f4bd61e3-1ae6-4be3-9752-dee095d9e07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.004951 10.0.0.41 - - [2025-10-23 02:49:35] "GET /virtual-network/f4bd61e3-1ae6-4be3-9752-dee095d9e07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005498 10.0.0.41 - - [2025-10-23 02:49:35] "POST /neutron/network HTTP/1.1" 200 991 0.008060 10.0.0.41 - - [2025-10-23 02:49:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001155 10.0.0.41 - - [2025-10-23 02:49:36] "POST /neutron/network HTTP/1.1" 200 1002 0.008461 10.0.0.133 - - [2025-10-23 02:49:36] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000937 10.0.0.41 - - [2025-10-23 02:49:36] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.083424 10.0.0.41 - - [2025-10-23 02:49:37] "POST /neutron/port HTTP/1.1" 200 117 0.005696 10.0.0.41 - - [2025-10-23 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001368 10.0.0.41 - - [2025-10-23 02:49:37] "POST /neutron/network HTTP/1.1" 200 1002 0.011186 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/port HTTP/1.1" 200 1161 0.016167 10.0.0.133 - - [2025-10-23 02:49:38] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000905 10.0.0.41 - - [2025-10-23 02:49:38] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.092448 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/network HTTP/1.1" 200 992 0.007701 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/subnet HTTP/1.1" 200 1385 0.011155 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/network HTTP/1.1" 200 992 0.008190 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/port HTTP/1.1" 200 117 0.006829 10.0.0.41 - - [2025-10-23 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001139 10.0.0.41 - - [2025-10-23 02:49:38] "POST /neutron/network HTTP/1.1" 200 1001 0.008840 10.0.0.41 - - [2025-10-23 02:49:39] "POST /neutron/port HTTP/1.1" 200 1161 0.017263 10.0.0.41 - - [2025-10-23 02:49:39] "POST /neutron/port HTTP/1.1" 200 1189 0.016326 10.0.0.41 - - [2025-10-23 02:49:39] "POST /neutron/subnet HTTP/1.1" 200 1385 0.010878 10.0.0.41 - - [2025-10-23 02:49:39] "POST /neutron/network HTTP/1.1" 200 992 0.008210 10.0.0.133 - - [2025-10-23 02:49:39] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001051 10.0.0.41 - - [2025-10-23 02:49:39] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.057213 10.0.0.41 - - [2025-10-23 02:49:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007826 10.0.0.41 - - [2025-10-23 02:49:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007500 10.0.0.41 - - [2025-10-23 02:49:40] "POST /neutron/port HTTP/1.1" 200 1189 0.036468 10.0.0.41 - - [2025-10-23 02:49:40] "GET /virtual-machine/9a8d67e5-109c-4999-9734-0a69a9e810a8 HTTP/1.1" 401 292 0.000377 10.0.0.133 - - [2025-10-23 02:49:40] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000850 10.0.0.41 - - [2025-10-23 02:49:41] "POST /neutron/port HTTP/1.1" 200 1160 0.304489 10.0.0.41 - - [2025-10-23 02:49:41] "GET /virtual-machine/9a8d67e5-109c-4999-9734-0a69a9e810a8 HTTP/1.1" 200 1289 0.029717 10.0.0.41 - - [2025-10-23 02:49:41] "GET /virtual-machine-interface/c7c642e7-01bf-4e6d-a31e-45c180b10512 HTTP/1.1" 200 3114 0.004571 10.0.0.41 - - [2025-10-23 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.41 - - [2025-10-23 02:49:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002923 10.0.0.41 - - [2025-10-23 02:49:41] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002208 10.0.0.41 - - [2025-10-23 02:49:41] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004545 10.0.0.41 - - [2025-10-23 02:49:41] "POST /neutron/port HTTP/1.1" 200 1214 0.109968 10.0.0.41 - - [2025-10-23 02:49:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.41 - - [2025-10-23 02:49:41] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.41 - - [2025-10-23 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.41 - - [2025-10-23 02:49:44] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.006253 10.0.0.41 - - [2025-10-23 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-10-23 02:49:48] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005065 10.0.0.73 - - [2025-10-23 02:49:51] "DELETE /access-control-list/13a18018-06e3-4473-b909-5213e2f9d656 HTTP/1.1" 200 115 0.032136 10.0.0.41 - - [2025-10-23 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2025-10-23 02:49:52] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005117 10.0.0.41 - - [2025-10-23 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.41 - - [2025-10-23 02:49:56] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005207 10.0.0.41 - - [2025-10-23 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.41 - - [2025-10-23 02:50:00] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005595 10.0.0.133 - - [2025-10-23 02:50:03] "DELETE /project/9544d49c-382a-43f2-8a9f-5c75cedfde10 HTTP/1.1" 404 177 0.003603 10.0.0.133 - - [2025-10-23 02:50:03] "DELETE /project/9544d49c382a43f28a9f5c75cedfde10 HTTP/1.1" 404 173 0.003599 10.0.0.133 - - [2025-10-23 02:50:03] "DELETE /project/ac3c37fc285c409584c3cf532537417e HTTP/1.1" 404 173 0.006655 10.0.0.41 - - [2025-10-23 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-10-23 02:50:04] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.004730 10.0.0.41 - - [2025-10-23 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-10-23 02:50:08] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005041 10.0.0.41 - - [2025-10-23 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.41 - - [2025-10-23 02:50:12] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005034 10.0.0.41 - - [2025-10-23 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.41 - - [2025-10-23 02:50:17] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005674 10.0.0.41 - - [2025-10-23 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.41 - - [2025-10-23 02:50:21] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005102 10.0.0.41 - - [2025-10-23 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2025-10-23 02:50:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003383 10.0.0.41 - - [2025-10-23 02:50:25] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002905 10.0.0.41 - - [2025-10-23 02:50:25] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005128 10.0.0.41 - - [2025-10-23 02:50:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007539 10.0.0.41 - - [2025-10-23 02:50:30] "POST /neutron/port HTTP/1.1" 200 1189 0.015501 10.0.0.41 - - [2025-10-23 02:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.41 - - [2025-10-23 02:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.41 - - [2025-10-23 02:50:35] "POST /neutron/port HTTP/1.1" 200 1189 0.015073 10.0.0.41 - - [2025-10-23 02:50:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007433 10.0.0.41 - - [2025-10-23 02:50:37] "POST /neutron/network HTTP/1.1" 200 1002 0.009370 10.0.0.41 - - [2025-10-23 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013655 10.0.0.41 - - [2025-10-23 02:50:37] "POST /neutron/network HTTP/1.1" 200 992 0.008936 10.0.0.41 - - [2025-10-23 02:50:45] "POST /neutron/port HTTP/1.1" 200 1189 0.014262 10.0.0.41 - - [2025-10-23 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007982 10.0.0.41 - - [2025-10-23 02:50:46] "POST /neutron/port HTTP/1.1" 200 1189 0.017061 10.0.0.41 - - [2025-10-23 02:50:46] "GET /virtual-machine/8cb871cf-6eac-404d-9916-549992ddc967 HTTP/1.1" 200 1289 0.005077 10.0.0.41 - - [2025-10-23 02:50:46] "GET /virtual-machine-interface/2a47b482-5946-4d05-b2b5-d8547cf1188b HTTP/1.1" 200 3113 0.004802 10.0.0.41 - - [2025-10-23 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2025-10-23 02:50:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003012 10.0.0.41 - - [2025-10-23 02:50:46] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002587 10.0.0.41 - - [2025-10-23 02:50:46] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005609 10.0.0.41 - - [2025-10-23 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.41 - - [2025-10-23 02:50:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003999 10.0.0.41 - - [2025-10-23 02:50:47] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.067736 10.0.0.41 - - [2025-10-23 02:50:47] "GET /virtual-network/acc430b2-2e08-4d3b-a389-47de9f66f2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005275 10.0.0.41 - - [2025-10-23 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006746 10.0.0.41 - - [2025-10-23 02:50:53] "POST /neutron/port HTTP/1.1" 200 1189 0.018091 10.0.0.41 - - [2025-10-23 02:50:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007073 10.0.0.41 - - [2025-10-23 02:50:58] "POST /neutron/port HTTP/1.1" 200 1188 0.013227 10.0.0.41 - - [2025-10-23 02:50:58] "GET /virtual-machine/519ca7ab-1ea4-4366-98d5-2e9e11d649c7 HTTP/1.1" 200 1288 0.005699 10.0.0.41 - - [2025-10-23 02:50:58] "GET /virtual-machine-interface/9135aa15-3af3-4e9d-93d7-fbb124a2af37 HTTP/1.1" 200 3114 0.004816 10.0.0.41 - - [2025-10-23 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.41 - - [2025-10-23 02:50:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003221 10.0.0.41 - - [2025-10-23 02:50:58] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002864 10.0.0.41 - - [2025-10-23 02:50:58] "GET /virtual-network/f4bd61e3-1ae6-4be3-9752-dee095d9e07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005724 10.0.0.41 - - [2025-10-23 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 02:50:59] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003405 10.0.0.41 - - [2025-10-23 02:50:59] "GET /virtual-networks?parent_id=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002676 10.0.0.41 - - [2025-10-23 02:50:59] "GET /virtual-network/f4bd61e3-1ae6-4be3-9752-dee095d9e07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005560 10.0.0.41 - - [2025-10-23 02:50:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008177 10.0.0.41 - - [2025-10-23 02:51:06] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004043 10.0.0.41 - - [2025-10-23 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.41 - - [2025-10-23 02:51:06] "GET /global-qos-config/de4c4f73-7cfa-4927-aafe-0cace6779c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.006144 10.0.0.41 - - [2025-10-23 02:51:06] "POST /fqname-to-id HTTP/1.1" 404 222 0.004077 10.0.0.41 - - [2025-10-23 02:51:06] "POST /forwarding-classs HTTP/1.1" 200 578 0.029700 10.0.0.41 - - [2025-10-23 02:51:06] "POST /id-to-fqname HTTP/1.1" 200 232 0.004006 10.0.0.41 - - [2025-10-23 02:51:06] "GET /forwarding-class/b9edaeaf-a9ad-43d9-b9e4-443b1ae0b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005201 10.0.0.133 - - [2025-10-23 02:51:06] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001125 10.0.0.41 - - [2025-10-23 02:51:06] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.058480 10.0.0.41 - - [2025-10-23 02:51:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003909 10.0.0.41 - - [2025-10-23 02:51:06] "POST /qos-configs HTTP/1.1" 200 545 0.039072 10.0.0.41 - - [2025-10-23 02:51:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.004067 10.0.0.41 - - [2025-10-23 02:51:07] "GET /qos-config/6817bbf5-38eb-4ea1-8039-06dfd5c7eff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.005481 10.0.0.41 - - [2025-10-23 02:51:07] "GET /virtual-machine-interface/c7c642e7-01bf-4e6d-a31e-45c180b10512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.006935 10.0.0.41 - - [2025-10-23 02:51:07] "POST /ref-update HTTP/1.1" 200 156 0.017157 10.0.0.41 - - [2025-10-23 02:51:07] "POST /neutron/port HTTP/1.1" 200 1189 0.019545 10.0.0.41 - - [2025-10-23 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.016860 10.0.0.41 - - [2025-10-23 02:51:07] "POST /neutron/network HTTP/1.1" 200 966 0.015174 10.0.0.41 - - [2025-10-23 02:51:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001175 10.0.0.41 - - [2025-10-23 02:51:07] "GET /virtual-machine/9a8d67e5-109c-4999-9734-0a69a9e810a8 HTTP/1.1" 200 1289 0.004044 10.0.0.41 - - [2025-10-23 02:51:07] "GET /virtual-machine-interface/c7c642e7-01bf-4e6d-a31e-45c180b10512 HTTP/1.1" 200 3362 0.005118 10.0.0.41 - - [2025-10-23 02:51:07] "GET /instance-ip/7ac9554b-8f50-4530-a7aa-a1bdfdf3dc87 HTTP/1.1" 200 1611 0.005402 10.0.0.41 - - [2025-10-23 02:51:07] "GET /instance-ip/f439b3bf-226d-41ed-a9c2-cde62da9834e HTTP/1.1" 200 1632 0.005462 10.0.0.41 - - [2025-10-23 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007645 10.0.0.41 - - [2025-10-23 02:51:07] "POST /neutron/port HTTP/1.1" 200 1189 0.014330 10.0.0.41 - - [2025-10-23 02:51:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007254 10.0.0.41 - - [2025-10-23 02:51:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001231 10.0.0.41 - - [2025-10-23 02:51:08] "GET /virtual-machine/8cb871cf-6eac-404d-9916-549992ddc967 HTTP/1.1" 200 1289 0.003372 10.0.0.41 - - [2025-10-23 02:51:08] "GET /virtual-machine-interface/2a47b482-5946-4d05-b2b5-d8547cf1188b HTTP/1.1" 200 3113 0.005302 10.0.0.41 - - [2025-10-23 02:51:08] "GET /instance-ip/8664c71b-0a93-43cd-af11-0e986315dc3e HTTP/1.1" 200 1611 0.006092 10.0.0.41 - - [2025-10-23 02:51:08] "GET /instance-ip/e0b641b4-747d-40ec-99dc-41446bc42d05 HTTP/1.1" 200 1632 0.006059 10.0.0.41 - - [2025-10-23 02:51:31] "POST /neutron/port HTTP/1.1" 200 1188 0.041424 10.0.0.41 - - [2025-10-23 02:51:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003666 10.0.0.41 - - [2025-10-23 02:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.41 - - [2025-10-23 02:51:36] "GET /virtual-machine-interface/c7c642e7-01bf-4e6d-a31e-45c180b10512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2945 0.006092 10.0.0.41 - - [2025-10-23 02:51:36] "POST /ref-update HTTP/1.1" 200 156 0.015799 10.0.0.41 - - [2025-10-23 02:51:36] "DELETE /qos-config/6817bbf5-38eb-4ea1-8039-06dfd5c7eff7 HTTP/1.1" 200 115 0.031501 10.0.0.41 - - [2025-10-23 02:51:36] "POST /id-to-fqname HTTP/1.1" 200 232 0.001109 10.0.0.41 - - [2025-10-23 02:51:36] "DELETE /forwarding-class/b9edaeaf-a9ad-43d9-b9e4-443b1ae0b595 HTTP/1.1" 200 115 0.028579 10.0.0.41 - - [2025-10-23 02:51:37] "POST /neutron/port HTTP/1.1" 200 1189 0.052853 10.0.0.41 - - [2025-10-23 02:51:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003540 10.0.0.41 - - [2025-10-23 02:51:37] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.41 - - [2025-10-23 02:51:38] "POST /neutron/network HTTP/1.1" 200 991 0.008795 10.0.0.41 - - [2025-10-23 02:51:38] "POST /neutron/port HTTP/1.1" 200 1214 0.012958 10.0.0.41 - - [2025-10-23 02:51:38] "POST /neutron/port HTTP/1.1" 200 1189 0.014690 10.0.0.41 - - [2025-10-23 02:51:38] "POST /neutron/port HTTP/1.1" 200 151 0.313892 10.0.0.133 - - [2025-10-23 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003246 10.0.0.133 - - [2025-10-23 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003808 10.0.0.133 - - [2025-10-23 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003042 10.0.0.133 - - [2025-10-23 02:51:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001906 10.0.0.41 - - [2025-10-23 02:51:40] "POST /neutron/network HTTP/1.1" 200 151 0.152889 10.0.0.73 - - [2025-10-23 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.133 - - [2025-10-23 02:51:40] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000969 10.0.0.41 - - [2025-10-23 02:51:40] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.068378 10.0.0.133 - - [2025-10-23 02:51:40] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001394 10.0.0.41 - - [2025-10-23 02:51:40] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?fields=virtual_networks HTTP/1.1" 200 1022 0.038163 10.0.0.133 - - [2025-10-23 02:51:40] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000859 10.0.0.41 - - [2025-10-23 02:51:40] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.036202 10.0.0.133 - - [2025-10-23 02:51:40] "GET /projects?obj_uuids=ac3c37fc-285c-4095-84c3-cf532537417e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000976 10.0.0.41 - - [2025-10-23 02:51:40] "GET /project/ac3c37fc-285c-4095-84c3-cf532537417e?fields=security_groups HTTP/1.1" 200 1243 0.039530 10.0.0.41 - - [2025-10-23 02:51:41] "POST /fqname-to-id HTTP/1.1" 404 181 0.023306 10.0.0.133 - - [2025-10-23 02:51:41] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002775 10.0.0.133 - - [2025-10-23 02:51:41] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.133 - - [2025-10-23 02:51:41] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006262 10.0.0.133 - - [2025-10-23 02:51:41] "POST /id-to-fqname HTTP/1.1" 200 183 0.003098 10.0.0.133 - - [2025-10-23 02:51:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.006263 10.0.0.133 - - [2025-10-23 02:51:41] "POST /security-groups HTTP/1.1" 200 584 0.027227 10.0.0.133 - - [2025-10-23 02:51:41] "POST /projects HTTP/1.1" 200 571 0.223339 10.0.0.73 - - [2025-10-23 02:51:42] "POST /access-control-lists HTTP/1.1" 200 591 0.033832 10.0.0.133 - - [2025-10-23 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.292824 10.0.0.41 - - [2025-10-23 02:51:42] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.414659 10.0.0.41 - - [2025-10-23 02:51:43] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.41 - - [2025-10-23 02:51:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-10-23 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.058957 10.0.0.133 - - [2025-10-23 02:51:45] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000892 10.0.0.41 - - [2025-10-23 02:51:45] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.047370 10.0.0.41 - - [2025-10-23 02:51:45] "POST /neutron/network HTTP/1.1" 200 117 0.036296 10.0.0.73 - - [2025-10-23 02:51:45] "POST /route-targets HTTP/1.1" 200 328 0.011670 10.0.0.41 - - [2025-10-23 02:51:46] "POST /neutron/network HTTP/1.1" 200 831 0.011290 10.0.0.41 - - [2025-10-23 02:51:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.000906 10.0.0.41 - - [2025-10-23 02:51:46] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004933 10.0.0.41 - - [2025-10-23 02:51:46] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005160 10.0.0.41 - - [2025-10-23 02:51:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.008168 10.0.0.41 - - [2025-10-23 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007410 10.0.0.41 - - [2025-10-23 02:51:46] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004394 10.0.0.41 - - [2025-10-23 02:51:46] "PUT /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f HTTP/1.1" 200 265 0.061480 10.0.0.73 - - [2025-10-23 02:51:46] "POST /ref-update HTTP/1.1" 200 156 0.031933 10.0.0.41 - - [2025-10-23 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009354 10.0.0.133 - - [2025-10-23 02:51:46] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.41 - - [2025-10-23 02:51:46] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.041528 10.0.0.133 - - [2025-10-23 02:51:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006714 10.0.0.41 - - [2025-10-23 02:51:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.228420 10.0.0.41 - - [2025-10-23 02:51:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001184 10.0.0.41 - - [2025-10-23 02:51:46] "GET /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005084 10.0.0.41 - - [2025-10-23 02:51:46] "GET /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005244 10.0.0.41 - - [2025-10-23 02:51:46] "POST /neutron/network HTTP/1.1" 200 832 0.005965 10.0.0.41 - - [2025-10-23 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.009402 10.0.0.41 - - [2025-10-23 02:51:47] "GET /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005775 10.0.0.41 - - [2025-10-23 02:51:47] "PUT /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6 HTTP/1.1" 200 265 0.054591 10.0.0.73 - - [2025-10-23 02:51:47] "POST /ref-update HTTP/1.1" 200 156 0.043250 10.0.0.41 - - [2025-10-23 02:51:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.002212 10.0.0.133 - - [2025-10-23 02:51:48] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000970 10.0.0.41 - - [2025-10-23 02:51:48] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.065834 10.0.0.41 - - [2025-10-23 02:51:48] "POST /neutron/network HTTP/1.1" 200 831 0.034361 10.0.0.41 - - [2025-10-23 02:51:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001155 10.0.0.41 - - [2025-10-23 02:51:48] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.133 - - [2025-10-23 02:51:48] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.41 - - [2025-10-23 02:51:49] "POST /neutron/port HTTP/1.1" 200 1053 0.258172 10.0.0.41 - - [2025-10-23 02:51:49] "POST /neutron/port HTTP/1.1" 200 1107 0.117857 10.0.0.41 - - [2025-10-23 02:51:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.009033 10.0.0.133 - - [2025-10-23 02:51:49] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.41 - - [2025-10-23 02:51:49] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.077041 10.0.0.41 - - [2025-10-23 02:51:49] "POST /neutron/network HTTP/1.1" 200 832 0.006937 10.0.0.41 - - [2025-10-23 02:51:49] "POST /neutron/port HTTP/1.1" 200 117 0.005916 10.0.0.41 - - [2025-10-23 02:51:50] "POST /neutron/network HTTP/1.1" 200 842 0.006580 10.0.0.41 - - [2025-10-23 02:51:50] "POST /neutron/port HTTP/1.1" 200 1054 0.014394 10.0.0.41 - - [2025-10-23 02:51:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003519 10.0.0.41 - - [2025-10-23 02:51:50] "POST /neutron/network HTTP/1.1" 200 832 0.006740 10.0.0.41 - - [2025-10-23 02:51:55] "POST /neutron/port HTTP/1.1" 200 1081 0.014985 10.0.0.41 - - [2025-10-23 02:51:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006605 10.0.0.41 - - [2025-10-23 02:51:55] "GET /virtual-machine/507051f8-9354-4d39-b6cd-290ff66fd1cc HTTP/1.1" 401 292 0.000315 10.0.0.41 - - [2025-10-23 02:51:55] "GET /virtual-machine/507051f8-9354-4d39-b6cd-290ff66fd1cc HTTP/1.1" 200 1287 0.027531 10.0.0.41 - - [2025-10-23 02:51:55] "GET /virtual-machine-interface/06401f9a-755b-4fbd-92de-944662064153 HTTP/1.1" 200 2933 0.004482 10.0.0.41 - - [2025-10-23 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2025-10-23 02:51:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003695 10.0.0.41 - - [2025-10-23 02:51:55] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002588 10.0.0.41 - - [2025-10-23 02:51:55] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005440 10.0.0.41 - - [2025-10-23 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2025-10-23 02:51:58] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004894 10.0.0.41 - - [2025-10-23 02:52:00] "POST /neutron/port HTTP/1.1" 200 1082 0.040012 10.0.0.41 - - [2025-10-23 02:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.41 - - [2025-10-23 02:52:00] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003330 10.0.0.41 - - [2025-10-23 02:52:00] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003045 10.0.0.41 - - [2025-10-23 02:52:01] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005963 10.0.0.41 - - [2025-10-23 02:52:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009276 10.0.0.41 - - [2025-10-23 02:52:01] "POST /neutron/port HTTP/1.1" 200 1082 0.017409 10.0.0.41 - - [2025-10-23 02:52:01] "GET /virtual-machine/e398f71c-52c3-4662-954c-7277cee645cc HTTP/1.1" 200 1288 0.007473 10.0.0.41 - - [2025-10-23 02:52:01] "GET /virtual-machine-interface/836c8447-1f95-46a0-9518-954c0c45bcc2 HTTP/1.1" 200 2934 0.006259 10.0.0.41 - - [2025-10-23 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.41 - - [2025-10-23 02:52:01] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004292 10.0.0.41 - - [2025-10-23 02:52:01] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004410 10.0.0.41 - - [2025-10-23 02:52:01] "GET /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007834 10.0.0.41 - - [2025-10-23 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.41 - - [2025-10-23 02:52:02] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003347 10.0.0.41 - - [2025-10-23 02:52:02] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002679 10.0.0.41 - - [2025-10-23 02:52:02] "GET /virtual-network/a735f050-6f5c-48c3-88ac-a9fcf3515bc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005543 10.0.0.41 - - [2025-10-23 02:52:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007545 10.0.0.133 - - [2025-10-23 02:52:03] "DELETE /project/ac3c37fc-285c-4095-84c3-cf532537417e HTTP/1.1" 404 177 0.004150 10.0.0.133 - - [2025-10-23 02:52:03] "DELETE /project/80e2355b328446d6b4539015f64d58ae HTTP/1.1" 404 173 0.003530 10.0.0.41 - - [2025-10-23 02:52:08] "POST /routing-policys HTTP/1.1" 200 536 0.033811 10.0.0.41 - - [2025-10-23 02:52:08] "GET /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.016370 10.0.0.73 - - [2025-10-23 02:52:08] "POST /ref-update HTTP/1.1" 200 156 0.022565 10.0.0.41 - - [2025-10-23 02:52:08] "PUT /virtual-network/09337f69-9702-4b1b-9b59-85f61ce9f21f HTTP/1.1" 200 265 0.072635 10.0.0.41 - - [2025-10-23 02:52:12] "POST /ref-update HTTP/1.1" 200 156 0.052218 10.0.0.41 - - [2025-10-23 02:52:12] "DELETE /routing-policy/2306e3a4-2258-4c73-a2bd-d98608d5adf0 HTTP/1.1" 200 115 0.046400 10.0.0.41 - - [2025-10-23 02:52:13] "POST /neutron/port HTTP/1.1" 200 1082 0.018949 10.0.0.41 - - [2025-10-23 02:52:13] "POST /neutron/port HTTP/1.1" 200 1081 0.036506 10.0.0.41 - - [2025-10-23 02:52:14] "POST /neutron/network HTTP/1.1" 200 832 0.007881 10.0.0.73 - - [2025-10-23 02:52:15] "DELETE /route-target/35a87d62-4767-4bee-938e-88c820c2756c HTTP/1.1" 200 115 0.070476 10.0.0.73 - - [2025-10-23 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006606 10.0.0.133 - - [2025-10-23 02:52:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003101 10.0.0.133 - - [2025-10-23 02:52:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.41 - - [2025-10-23 02:52:15] "POST /neutron/network HTTP/1.1" 200 151 0.196633 10.0.0.73 - - [2025-10-23 02:52:15] "DELETE /route-target/10842452-c1d0-4590-b801-bf7053913a8a HTTP/1.1" 200 115 0.047003 10.0.0.41 - - [2025-10-23 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.133 - - [2025-10-23 02:52:17] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000785 10.0.0.41 - - [2025-10-23 02:52:17] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.042403 10.0.0.133 - - [2025-10-23 02:52:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011917 10.0.0.41 - - [2025-10-23 02:52:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.197343 10.0.0.41 - - [2025-10-23 02:52:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001185 10.0.0.41 - - [2025-10-23 02:52:18] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004703 10.0.0.41 - - [2025-10-23 02:52:18] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005517 10.0.0.41 - - [2025-10-23 02:52:18] "POST /neutron/network HTTP/1.1" 200 833 0.005640 10.0.0.41 - - [2025-10-23 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.41 - - [2025-10-23 02:52:18] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004686 10.0.0.73 - - [2025-10-23 02:52:18] "POST /route-targets HTTP/1.1" 200 324 0.014137 10.0.0.41 - - [2025-10-23 02:52:18] "PUT /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0 HTTP/1.1" 200 265 0.059857 10.0.0.41 - - [2025-10-23 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.133 - - [2025-10-23 02:52:18] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000877 10.0.0.41 - - [2025-10-23 02:52:18] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.034496 10.0.0.133 - - [2025-10-23 02:52:18] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000907 10.0.0.41 - - [2025-10-23 02:52:18] "POST /neutron/network HTTP/1.1" 200 612 0.106164 10.0.0.73 - - [2025-10-23 02:52:18] "POST /ref-update HTTP/1.1" 200 156 0.026540 10.0.0.41 - - [2025-10-23 02:52:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.003300 10.0.0.41 - - [2025-10-23 02:52:19] "GET /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005487 10.0.0.41 - - [2025-10-23 02:52:19] "POST /neutron/network HTTP/1.1" 200 831 0.005625 10.0.0.41 - - [2025-10-23 02:52:19] "GET /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005182 10.0.0.41 - - [2025-10-23 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.41 - - [2025-10-23 02:52:19] "GET /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004380 10.0.0.41 - - [2025-10-23 02:52:19] "PUT /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc HTTP/1.1" 200 265 0.045002 10.0.0.41 - - [2025-10-23 02:52:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001476 10.0.0.41 - - [2025-10-23 02:52:19] "POST /neutron/network HTTP/1.1" 200 843 0.006617 10.0.0.133 - - [2025-10-23 02:52:20] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003184 10.0.0.41 - - [2025-10-23 02:52:20] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.082985 10.0.0.41 - - [2025-10-23 02:52:20] "POST /neutron/port HTTP/1.1" 200 117 0.006411 10.0.0.41 - - [2025-10-23 02:52:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001127 10.0.0.41 - - [2025-10-23 02:52:21] "POST /neutron/network HTTP/1.1" 200 843 0.009797 10.0.0.41 - - [2025-10-23 02:52:21] "POST /neutron/port HTTP/1.1" 200 1055 0.015161 10.0.0.41 - - [2025-10-23 02:52:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008576 10.0.0.41 - - [2025-10-23 02:52:22] "POST /neutron/network HTTP/1.1" 200 833 0.007317 10.0.0.133 - - [2025-10-23 02:52:22] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000937 10.0.0.41 - - [2025-10-23 02:52:22] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.091140 10.0.0.41 - - [2025-10-23 02:52:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006610 10.0.0.41 - - [2025-10-23 02:52:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013034 10.0.0.41 - - [2025-10-23 02:52:23] "POST /neutron/port HTTP/1.1" 200 1053 0.032370 10.0.0.41 - - [2025-10-23 02:52:23] "POST /neutron/port HTTP/1.1" 200 1081 0.014993 10.0.0.41 - - [2025-10-23 02:52:23] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.41 - - [2025-10-23 02:52:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009335 10.0.0.41 - - [2025-10-23 02:52:28] "POST /neutron/port HTTP/1.1" 200 1083 0.017914 10.0.0.41 - - [2025-10-23 02:52:28] "GET /virtual-machine/f8e33ec5-3a75-4f43-8c2b-9f41be6fb32b HTTP/1.1" 200 1288 0.005793 10.0.0.41 - - [2025-10-23 02:52:28] "GET /virtual-machine-interface/01b4072b-9ae4-492b-9584-5339320b35f2 HTTP/1.1" 200 2933 0.004721 10.0.0.41 - - [2025-10-23 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-10-23 02:52:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003371 10.0.0.41 - - [2025-10-23 02:52:28] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002535 10.0.0.41 - - [2025-10-23 02:52:28] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005485 10.0.0.41 - - [2025-10-23 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2025-10-23 02:52:31] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004710 10.0.0.41 - - [2025-10-23 02:52:31] "GET /obj-perms HTTP/1.1" 200 5056 0.049747 10.0.0.41 - - [2025-10-23 02:52:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005922 10.0.0.41 - - [2025-10-23 02:52:31] "POST /neutron/network HTTP/1.1" 200 843 0.006772 10.0.0.41 - - [2025-10-23 02:52:31] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.73 - - [2025-10-23 02:52:31] "GET /obj-perms HTTP/1.1" 200 5056 0.049396 10.0.0.41 - - [2025-10-23 02:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.41 - - [2025-10-23 02:52:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003606 10.0.0.41 - - [2025-10-23 02:52:33] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002536 10.0.0.41 - - [2025-10-23 02:52:33] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005851 10.0.0.41 - - [2025-10-23 02:52:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006599 10.0.0.41 - - [2025-10-23 02:52:38] "POST /neutron/port HTTP/1.1" 200 1081 0.015794 10.0.0.41 - - [2025-10-23 02:52:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007120 10.0.0.41 - - [2025-10-23 02:52:39] "GET /virtual-machine/b54ae7f8-1411-48e3-968f-262e41da7970 HTTP/1.1" 200 1288 0.006238 10.0.0.41 - - [2025-10-23 02:52:39] "GET /virtual-machine-interface/ba0b87b4-37a2-46a8-bacd-878222dbd7e6 HTTP/1.1" 200 2935 0.006168 10.0.0.41 - - [2025-10-23 02:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2025-10-23 02:52:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004456 10.0.0.41 - - [2025-10-23 02:52:39] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003950 10.0.0.41 - - [2025-10-23 02:52:39] "GET /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005228 10.0.0.41 - - [2025-10-23 02:52:39] "POST /neutron/port HTTP/1.1" 200 1081 0.018738 10.0.0.41 - - [2025-10-23 02:52:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003668 10.0.0.41 - - [2025-10-23 02:52:39] "POST /neutron/network HTTP/1.1" 200 831 0.006212 10.0.0.41 - - [2025-10-23 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.41 - - [2025-10-23 02:52:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004382 10.0.0.41 - - [2025-10-23 02:52:40] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003155 10.0.0.41 - - [2025-10-23 02:52:40] "GET /virtual-network/ed3c7ce5-368a-4e12-94c5-ba1b76f6f4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005631 10.0.0.41 - - [2025-10-23 02:52:40] "POST /routing-policys HTTP/1.1" 200 536 0.035409 10.0.0.41 - - [2025-10-23 02:52:40] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.015461 10.0.0.41 - - [2025-10-23 02:52:40] "PUT /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0 HTTP/1.1" 200 265 0.054234 10.0.0.41 - - [2025-10-23 02:52:45] "POST /routing-policys HTTP/1.1" 200 536 0.026993 10.0.0.41 - - [2025-10-23 02:52:45] "GET /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.015298 10.0.0.41 - - [2025-10-23 02:52:45] "PUT /virtual-network/7d10fffe-e535-451a-9412-39632e7951e0 HTTP/1.1" 200 265 0.063168 10.0.0.73 - - [2025-10-23 02:52:45] "POST /ref-update HTTP/1.1" 200 156 0.020278 10.0.0.41 - - [2025-10-23 02:52:45] "POST /ref-update HTTP/1.1" 200 156 0.048167 10.0.0.41 - - [2025-10-23 02:52:45] "DELETE /routing-policy/b836bd87-8ea5-41c2-80ca-74f3178328b1 HTTP/1.1" 200 115 0.048001 10.0.0.41 - - [2025-10-23 02:52:45] "POST /ref-update HTTP/1.1" 200 156 0.049186 10.0.0.41 - - [2025-10-23 02:52:45] "DELETE /routing-policy/ccc21ab1-b4fe-4b76-9903-c25f35eea26a HTTP/1.1" 200 115 0.027945 10.0.0.41 - - [2025-10-23 02:52:46] "POST /neutron/port HTTP/1.1" 200 1081 0.014414 10.0.0.41 - - [2025-10-23 02:52:46] "POST /neutron/port HTTP/1.1" 200 1083 0.017317 10.0.0.41 - - [2025-10-23 02:52:48] "POST /neutron/network HTTP/1.1" 200 831 0.006340 10.0.0.73 - - [2025-10-23 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.73 - - [2025-10-23 02:52:48] "DELETE /route-target/244a83b5-76cc-4561-a84d-1da93840e277 HTTP/1.1" 409 240 0.005666 10.0.0.133 - - [2025-10-23 02:52:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003631 10.0.0.133 - - [2025-10-23 02:52:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.41 - - [2025-10-23 02:52:48] "POST /neutron/network HTTP/1.1" 200 151 0.118723 10.0.0.73 - - [2025-10-23 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.41 - - [2025-10-23 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.133 - - [2025-10-23 02:52:51] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000844 10.0.0.41 - - [2025-10-23 02:52:51] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.033640 10.0.0.73 - - [2025-10-23 02:52:51] "POST /ref-update HTTP/1.1" 200 156 0.024037 10.0.0.133 - - [2025-10-23 02:52:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002129 10.0.0.41 - - [2025-10-23 02:52:51] "POST /neutron/subnet HTTP/1.1" 200 714 0.209286 10.0.0.41 - - [2025-10-23 02:52:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001188 10.0.0.41 - - [2025-10-23 02:52:51] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004915 10.0.0.41 - - [2025-10-23 02:52:51] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005114 10.0.0.41 - - [2025-10-23 02:52:51] "POST /neutron/network HTTP/1.1" 200 829 0.005708 10.0.0.41 - - [2025-10-23 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2025-10-23 02:52:51] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005160 10.0.0.41 - - [2025-10-23 02:52:51] "PUT /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f HTTP/1.1" 200 265 0.068523 10.0.0.41 - - [2025-10-23 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.133 - - [2025-10-23 02:52:51] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.41 - - [2025-10-23 02:52:51] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.031054 10.0.0.133 - - [2025-10-23 02:52:51] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000915 10.0.0.41 - - [2025-10-23 02:52:52] "POST /neutron/network HTTP/1.1" 200 612 0.128972 10.0.0.73 - - [2025-10-23 02:52:52] "POST /route-targets HTTP/1.1" 200 328 0.012734 10.0.0.41 - - [2025-10-23 02:52:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.003743 10.0.0.41 - - [2025-10-23 02:52:52] "GET /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004804 10.0.0.41 - - [2025-10-23 02:52:52] "POST /neutron/network HTTP/1.1" 200 830 0.006131 10.0.0.41 - - [2025-10-23 02:52:52] "GET /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004898 10.0.0.41 - - [2025-10-23 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.41 - - [2025-10-23 02:52:52] "GET /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005053 10.0.0.41 - - [2025-10-23 02:52:52] "PUT /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d HTTP/1.1" 200 265 0.077280 10.0.0.41 - - [2025-10-23 02:52:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001235 10.0.0.41 - - [2025-10-23 02:52:52] "POST /neutron/network HTTP/1.1" 200 839 0.006939 10.0.0.133 - - [2025-10-23 02:52:53] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000944 10.0.0.41 - - [2025-10-23 02:52:53] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.064620 10.0.0.41 - - [2025-10-23 02:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.41 - - [2025-10-23 02:52:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001130 10.0.0.41 - - [2025-10-23 02:52:54] "POST /neutron/network HTTP/1.1" 200 839 0.006309 10.0.0.41 - - [2025-10-23 02:52:54] "POST /neutron/port HTTP/1.1" 200 1051 0.026603 10.0.0.41 - - [2025-10-23 02:52:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003446 10.0.0.41 - - [2025-10-23 02:52:55] "POST /neutron/network HTTP/1.1" 200 829 0.007576 10.0.0.133 - - [2025-10-23 02:52:55] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000849 10.0.0.41 - - [2025-10-23 02:52:55] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.084764 10.0.0.41 - - [2025-10-23 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006440 10.0.0.41 - - [2025-10-23 02:52:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014030 10.0.0.41 - - [2025-10-23 02:52:56] "POST /neutron/port HTTP/1.1" 200 1052 0.013702 10.0.0.41 - - [2025-10-23 02:52:56] "POST /neutron/port HTTP/1.1" 200 1080 0.015036 10.0.0.41 - - [2025-10-23 02:52:56] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.133 - - [2025-10-23 02:52:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.133 - - [2025-10-23 02:52:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.133 - - [2025-10-23 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.133 - - [2025-10-23 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-10-23 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009679 10.0.0.73 - - [2025-10-23 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.41 - - [2025-10-23 02:53:00] "POST /neutron/port HTTP/1.1" 200 1079 0.020843 10.0.0.73 - - [2025-10-23 02:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2025-10-23 02:53:00] "GET /virtual-machine/99ade267-77bb-4108-9d5c-acad083cbc4b HTTP/1.1" 200 1288 0.006445 10.0.0.41 - - [2025-10-23 02:53:00] "GET /virtual-machine-interface/415439eb-198e-4000-aff0-d75f3e3c1982 HTTP/1.1" 200 2934 0.004914 10.0.0.41 - - [2025-10-23 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.41 - - [2025-10-23 02:53:00] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003623 10.0.0.41 - - [2025-10-23 02:53:00] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002920 10.0.0.41 - - [2025-10-23 02:53:00] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006432 10.0.0.73 - - [2025-10-23 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.73 - - [2025-10-23 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2025-10-23 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2025-10-23 02:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-10-23 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2025-10-23 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.41 - - [2025-10-23 02:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2025-10-23 02:53:04] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.004747 10.0.0.41 - - [2025-10-23 02:53:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006410 10.0.0.41 - - [2025-10-23 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.41 - - [2025-10-23 02:53:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003227 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002735 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005810 10.0.0.41 - - [2025-10-23 02:53:06] "POST /neutron/port HTTP/1.1" 200 1080 0.015469 10.0.0.41 - - [2025-10-23 02:53:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008828 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-machine/fbf77b62-682f-480c-8862-4b7c4034d8da HTTP/1.1" 200 1287 0.006326 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-machine-interface/0d2f469a-90d2-4f3d-9780-e51acc61b105 HTTP/1.1" 200 2933 0.005562 10.0.0.41 - - [2025-10-23 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.41 - - [2025-10-23 02:53:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003348 10.0.0.41 - - [2025-10-23 02:53:06] "GET /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008406 10.0.0.41 - - [2025-10-23 02:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.41 - - [2025-10-23 02:53:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005132 10.0.0.41 - - [2025-10-23 02:53:07] "GET /virtual-networks?parent_id=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003603 10.0.0.41 - - [2025-10-23 02:53:07] "GET /virtual-network/f9209517-157c-4a5f-afef-d3e765dd782d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.012169 10.0.0.41 - - [2025-10-23 02:53:08] "POST /interface-route-tables HTTP/1.1" 200 576 0.037417 10.0.0.41 - - [2025-10-23 02:53:08] "GET /interface-route-table/5ab35dc2-5ac6-4464-abc1-58b4ddc737e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1309 0.015606 10.0.0.41 - - [2025-10-23 02:53:08] "GET /virtual-machine-interface/415439eb-198e-4000-aff0-d75f3e3c1982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.006730 10.0.0.41 - - [2025-10-23 02:53:08] "POST /ref-update HTTP/1.1" 200 156 0.022755 10.0.0.41 - - [2025-10-23 02:53:08] "POST /routing-policys HTTP/1.1" 200 536 0.028831 10.0.0.41 - - [2025-10-23 02:53:08] "GET /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.010567 10.0.0.41 - - [2025-10-23 02:53:08] "PUT /virtual-network/16211272-b4b3-4431-8d63-aa6febd8454f HTTP/1.1" 200 265 0.052449 10.0.0.73 - - [2025-10-23 02:53:08] "POST /ref-update HTTP/1.1" 200 156 0.029366 10.0.0.41 - - [2025-10-23 02:53:12] "POST /ref-update HTTP/1.1" 200 156 0.057292 10.0.0.41 - - [2025-10-23 02:53:12] "DELETE /routing-policy/bc416ec4-c364-4c88-8dd4-ceb61a0b5c48 HTTP/1.1" 200 115 0.053934 10.0.0.41 - - [2025-10-23 02:53:12] "POST /neutron/network HTTP/1.1" 200 830 0.007153 10.0.0.41 - - [2025-10-23 02:53:13] "POST /neutron/port HTTP/1.1" 200 1106 0.010589 10.0.0.41 - - [2025-10-23 02:53:13] "POST /neutron/port HTTP/1.1" 200 1105 0.023153 10.0.0.133 - - [2025-10-23 02:53:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.133 - - [2025-10-23 02:53:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005653 10.0.0.41 - - [2025-10-23 02:53:14] "POST /neutron/network HTTP/1.1" 200 151 0.146420 10.0.0.73 - - [2025-10-23 02:53:14] "DELETE /route-target/151627ea-6076-470c-9f0f-28270eb3cce3 HTTP/1.1" 200 115 0.033142 10.0.0.73 - - [2025-10-23 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.73 - - [2025-10-23 02:53:15] "DELETE /route-target/d019b21a-8d82-4cab-9d8a-91d1f780d1dd HTTP/1.1" 200 115 0.027147 10.0.0.133 - - [2025-10-23 02:53:16] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.41 - - [2025-10-23 02:53:16] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.032818 10.0.0.133 - - [2025-10-23 02:53:16] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000824 10.0.0.41 - - [2025-10-23 02:53:16] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=virtual_networks HTTP/1.1" 200 1020 0.094396 10.0.0.133 - - [2025-10-23 02:53:16] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000875 10.0.0.41 - - [2025-10-23 02:53:16] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.030347 10.0.0.133 - - [2025-10-23 02:53:16] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000893 10.0.0.41 - - [2025-10-23 02:53:16] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=security_groups HTTP/1.1" 200 1240 0.042331 10.0.0.41 - - [2025-10-23 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.029477 10.0.0.133 - - [2025-10-23 02:53:17] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002622 10.0.0.133 - - [2025-10-23 02:53:17] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.133 - - [2025-10-23 02:53:17] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006933 10.0.0.133 - - [2025-10-23 02:53:17] "POST /id-to-fqname HTTP/1.1" 200 194 0.001050 10.0.0.133 - - [2025-10-23 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 203 0.002446 10.0.0.133 - - [2025-10-23 02:53:17] "POST /security-groups HTTP/1.1" 200 595 0.026802 10.0.0.133 - - [2025-10-23 02:53:17] "POST /projects HTTP/1.1" 200 593 0.224587 10.0.0.73 - - [2025-10-23 02:53:17] "POST /fqname-to-id HTTP/1.1" 404 237 0.005458 10.0.0.133 - - [2025-10-23 02:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.294786 10.0.0.41 - - [2025-10-23 02:53:18] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.435079 10.0.0.41 - - [2025-10-23 02:53:19] "GET / HTTP/1.1" 200 36215 0.001355 10.0.0.41 - - [2025-10-23 02:53:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2025-10-23 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.064667 10.0.0.133 - - [2025-10-23 02:53:21] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.41 - - [2025-10-23 02:53:21] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.043616 10.0.0.41 - - [2025-10-23 02:53:21] "POST /neutron/network HTTP/1.1" 200 117 0.039066 10.0.0.73 - - [2025-10-23 02:53:22] "POST /ref-update HTTP/1.1" 200 156 0.027215 10.0.0.41 - - [2025-10-23 02:53:22] "POST /neutron/network HTTP/1.1" 200 832 0.007778 10.0.0.41 - - [2025-10-23 02:53:22] "POST /id-to-fqname HTTP/1.1" 200 226 0.001032 10.0.0.41 - - [2025-10-23 02:53:22] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004917 10.0.0.41 - - [2025-10-23 02:53:22] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005262 10.0.0.41 - - [2025-10-23 02:53:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.020030 10.0.0.41 - - [2025-10-23 02:53:22] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005524 10.0.0.133 - - [2025-10-23 02:53:24] "GET /obj-perms HTTP/1.1" 200 5038 0.053169 10.0.0.41 - - [2025-10-23 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.41 - - [2025-10-23 02:53:24] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006468 10.0.0.41 - - [2025-10-23 02:53:24] "PUT /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f HTTP/1.1" 200 265 0.064368 10.0.0.41 - - [2025-10-23 02:53:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001412 10.0.0.133 - - [2025-10-23 02:53:30] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000892 10.0.0.41 - - [2025-10-23 02:53:30] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.069320 10.0.0.41 - - [2025-10-23 02:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.006534 10.0.0.41 - - [2025-10-23 02:53:31] "POST /neutron/network HTTP/1.1" 200 842 0.007930 10.0.0.41 - - [2025-10-23 02:53:31] "POST /neutron/port HTTP/1.1" 200 1064 0.013112 10.0.0.41 - - [2025-10-23 02:53:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003549 10.0.0.41 - - [2025-10-23 02:53:31] "POST /neutron/network HTTP/1.1" 200 832 0.007584 10.0.0.41 - - [2025-10-23 02:53:36] "POST /neutron/port HTTP/1.1" 200 1092 0.016241 10.0.0.41 - - [2025-10-23 02:53:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007698 10.0.0.41 - - [2025-10-23 02:53:36] "GET /virtual-machine/0447cadf-fb23-432d-852d-b349b0446ce6 HTTP/1.1" 401 292 0.000322 10.0.0.41 - - [2025-10-23 02:53:36] "GET /virtual-machine/0447cadf-fb23-432d-852d-b349b0446ce6 HTTP/1.1" 200 1296 0.034625 10.0.0.41 - - [2025-10-23 02:53:36] "GET /virtual-machine-interface/22a37527-7c2e-40d2-a61a-e53723462c3d HTTP/1.1" 200 2974 0.007464 10.0.0.41 - - [2025-10-23 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.41 - - [2025-10-23 02:53:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003468 10.0.0.41 - - [2025-10-23 02:53:36] "GET /virtual-networks?parent_id=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002832 10.0.0.41 - - [2025-10-23 02:53:36] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007969 10.0.0.41 - - [2025-10-23 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-23 02:53:39] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005628 10.0.0.41 - - [2025-10-23 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2025-10-23 02:53:43] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004948 10.0.0.41 - - [2025-10-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.41 - - [2025-10-23 02:53:47] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004935 10.0.0.41 - - [2025-10-23 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.41 - - [2025-10-23 02:53:52] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005153 10.0.0.73 - - [2025-10-23 02:53:52] "DELETE /access-control-list/7ec2d81a-8be1-4c18-aaee-f94a30e99588 HTTP/1.1" 200 115 0.033348 10.0.0.41 - - [2025-10-23 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-23 02:53:56] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004745 10.0.0.41 - - [2025-10-23 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.41 - - [2025-10-23 02:54:00] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004967 10.0.0.133 - - [2025-10-23 02:54:03] "DELETE /project/9751240998704c6eb997a66a28a2c0fd HTTP/1.1" 404 173 0.005720 10.0.0.133 - - [2025-10-23 02:54:03] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000820 10.0.0.133 - - [2025-10-23 02:54:03] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.035619 10.0.0.133 - - [2025-10-23 02:54:03] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001092 10.0.0.133 - - [2025-10-23 02:54:03] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=security_groups HTTP/1.1" 200 1088 0.082221 10.0.0.133 - - [2025-10-23 02:54:03] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001191 10.0.0.133 - - [2025-10-23 02:54:03] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=application_policy_sets HTTP/1.1" 200 1381 0.039604 10.0.0.133 - - [2025-10-23 02:54:03] "DELETE /project/80e2355b-3284-46d6-b453-9015f64d58ae HTTP/1.1" 409 278 0.259458 10.0.0.41 - - [2025-10-23 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.41 - - [2025-10-23 02:54:04] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005711 10.0.0.41 - - [2025-10-23 02:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2025-10-23 02:54:08] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.004799 10.0.0.41 - - [2025-10-23 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.41 - - [2025-10-23 02:54:12] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007028 10.0.0.41 - - [2025-10-23 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2025-10-23 02:54:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003462 10.0.0.41 - - [2025-10-23 02:54:14] "GET /virtual-networks?parent_id=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003623 10.0.0.41 - - [2025-10-23 02:54:14] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005743 10.0.0.41 - - [2025-10-23 02:54:19] "POST /neutron/port HTTP/1.1" 200 1092 0.016703 10.0.0.41 - - [2025-10-23 02:54:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007004 10.0.0.41 - - [2025-10-23 02:54:30] "POST /neutron/port HTTP/1.1" 200 1092 0.013863 10.0.0.41 - - [2025-10-23 02:54:34] "POST /neutron/port HTTP/1.1" 200 1092 0.013819 10.0.0.41 - - [2025-10-23 02:54:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.008095 10.0.0.41 - - [2025-10-23 02:54:35] "POST /neutron/port HTTP/1.1" 200 1092 0.014062 10.0.0.41 - - [2025-10-23 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.41 - - [2025-10-23 02:54:40] "GET /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006277 10.0.0.41 - - [2025-10-23 02:54:40] "PUT /virtual-network/9cbe2116-39c2-44d8-9a4c-be6413a21e2f HTTP/1.1" 200 265 0.047608 10.0.0.73 - - [2025-10-23 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008635 10.0.0.41 - - [2025-10-23 02:54:46] "POST /neutron/network HTTP/1.1" 400 204 0.013597 10.0.0.41 - - [2025-10-23 02:54:46] "POST /neutron/port HTTP/1.1" 200 151 0.187011 10.0.0.73 - - [2025-10-23 02:54:48] "DELETE /route-target/bdd1e5f0-0666-4c39-b2fa-5cbca632171f HTTP/1.1" 200 115 0.020599 10.0.0.41 - - [2025-10-23 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.133 - - [2025-10-23 02:54:51] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.046435 10.0.0.41 - - [2025-10-23 02:54:51] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.086999 10.0.0.41 - - [2025-10-23 02:54:51] "POST /neutron/network HTTP/1.1" 200 117 0.008960 10.0.0.41 - - [2025-10-23 02:54:51] "POST /neutron/network HTTP/1.1" 200 833 0.008795 10.0.0.41 - - [2025-10-23 02:54:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.001012 10.0.0.41 - - [2025-10-23 02:54:51] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004880 10.0.0.41 - - [2025-10-23 02:54:51] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007022 10.0.0.41 - - [2025-10-23 02:54:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.007675 10.0.0.41 - - [2025-10-23 02:54:51] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005471 10.0.0.41 - - [2025-10-23 02:54:52] "GET /obj-perms HTTP/1.1" 200 5038 0.060945 10.0.0.73 - - [2025-10-23 02:54:52] "GET /obj-perms HTTP/1.1" 200 5038 0.051230 10.0.0.133 - - [2025-10-23 02:54:52] "GET /obj-perms HTTP/1.1" 200 5038 0.004768 10.0.0.41 - - [2025-10-23 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-10-23 02:54:52] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004650 10.0.0.73 - - [2025-10-23 02:54:52] "POST /route-targets HTTP/1.1" 200 328 0.016527 10.0.0.41 - - [2025-10-23 02:54:52] "PUT /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced HTTP/1.1" 200 265 0.074581 10.0.0.41 - - [2025-10-23 02:54:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.001307 10.0.0.133 - - [2025-10-23 02:54:58] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000865 10.0.0.41 - - [2025-10-23 02:54:58] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073338 10.0.0.41 - - [2025-10-23 02:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.005662 10.0.0.41 - - [2025-10-23 02:54:59] "POST /neutron/network HTTP/1.1" 200 843 0.007262 10.0.0.41 - - [2025-10-23 02:54:59] "POST /neutron/port HTTP/1.1" 200 1065 0.013556 10.0.0.41 - - [2025-10-23 02:54:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003568 10.0.0.41 - - [2025-10-23 02:54:59] "POST /neutron/network HTTP/1.1" 200 833 0.006373 10.0.0.41 - - [2025-10-23 02:55:03] "POST /neutron/port HTTP/1.1" 200 1093 0.015633 10.0.0.41 - - [2025-10-23 02:55:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007874 10.0.0.41 - - [2025-10-23 02:55:04] "GET /virtual-machine/c8a09e87-fb9a-4d74-a2a5-a546cfabb257 HTTP/1.1" 200 1299 0.005450 10.0.0.41 - - [2025-10-23 02:55:04] "GET /virtual-machine-interface/6b934b9b-3c7d-410f-890d-2cc1553df7d3 HTTP/1.1" 200 2973 0.005197 10.0.0.41 - - [2025-10-23 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.41 - - [2025-10-23 02:55:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003922 10.0.0.41 - - [2025-10-23 02:55:04] "GET /virtual-networks?parent_id=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003241 10.0.0.41 - - [2025-10-23 02:55:04] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005570 10.0.0.41 - - [2025-10-23 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-10-23 02:55:07] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005197 10.0.0.41 - - [2025-10-23 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.41 - - [2025-10-23 02:55:11] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005081 10.0.0.41 - - [2025-10-23 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.41 - - [2025-10-23 02:55:15] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006035 10.0.0.41 - - [2025-10-23 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-10-23 02:55:19] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005239 10.0.0.41 - - [2025-10-23 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.41 - - [2025-10-23 02:55:23] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006351 10.0.0.41 - - [2025-10-23 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.41 - - [2025-10-23 02:55:27] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005039 10.0.0.41 - - [2025-10-23 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-23 02:55:31] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004967 10.0.0.41 - - [2025-10-23 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2025-10-23 02:55:35] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004863 10.0.0.41 - - [2025-10-23 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.41 - - [2025-10-23 02:55:40] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005333 10.0.0.41 - - [2025-10-23 02:55:43] "POST /neutron/network HTTP/1.1" 200 843 0.006837 10.0.0.41 - - [2025-10-23 02:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.41 - - [2025-10-23 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2025-10-23 02:55:44] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007376 10.0.0.41 - - [2025-10-23 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.41 - - [2025-10-23 02:55:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004282 10.0.0.41 - - [2025-10-23 02:55:48] "GET /virtual-networks?parent_id=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003127 10.0.0.41 - - [2025-10-23 02:55:48] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.008722 10.0.0.41 - - [2025-10-23 02:55:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009024 10.0.0.41 - - [2025-10-23 02:55:58] "POST /neutron/port HTTP/1.1" 200 1093 0.014553 10.0.0.41 - - [2025-10-23 02:56:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007000 10.0.0.41 - - [2025-10-23 02:56:14] "POST /neutron/port HTTP/1.1" 200 1093 0.014086 10.0.0.41 - - [2025-10-23 02:56:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006852 10.0.0.41 - - [2025-10-23 02:56:29] "POST /neutron/port HTTP/1.1" 200 1093 0.014526 10.0.0.41 - - [2025-10-23 02:56:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007102 10.0.0.41 - - [2025-10-23 02:56:44] "POST /neutron/port HTTP/1.1" 200 1093 0.057736 10.0.0.41 - - [2025-10-23 02:56:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.41 - - [2025-10-23 02:56:44] "POST /neutron/network HTTP/1.1" 200 833 0.007722 10.0.0.41 - - [2025-10-23 02:56:50] "POST /neutron/port HTTP/1.1" 200 1093 0.014012 10.0.0.41 - - [2025-10-23 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007100 10.0.0.41 - - [2025-10-23 02:57:05] "POST /neutron/port HTTP/1.1" 200 1093 0.015236 10.0.0.41 - - [2025-10-23 02:57:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008114 10.0.0.41 - - [2025-10-23 02:57:21] "POST /neutron/port HTTP/1.1" 200 1093 0.016202 10.0.0.41 - - [2025-10-23 02:57:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008670 10.0.0.41 - - [2025-10-23 02:57:31] "POST /neutron/port HTTP/1.1" 200 1093 0.014368 10.0.0.41 - - [2025-10-23 02:57:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008494 10.0.0.41 - - [2025-10-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2025-10-23 02:57:42] "GET /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005191 10.0.0.41 - - [2025-10-23 02:57:42] "PUT /virtual-network/e5b39190-9d59-4b19-9a18-28f20cfebced HTTP/1.1" 200 265 0.059008 10.0.0.73 - - [2025-10-23 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.035361 10.0.0.41 - - [2025-10-23 02:57:44] "POST /neutron/network HTTP/1.1" 200 843 0.006644 10.0.0.41 - - [2025-10-23 02:57:44] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.41 - - [2025-10-23 02:57:47] "POST /neutron/network HTTP/1.1" 400 204 0.015784 10.0.0.41 - - [2025-10-23 02:57:48] "POST /neutron/port HTTP/1.1" 200 151 0.166785 10.0.0.73 - - [2025-10-23 02:57:49] "DELETE /route-target/42538997-ed83-4415-aada-42b345f1a778 HTTP/1.1" 200 115 0.021374 10.0.0.133 - - [2025-10-23 02:57:51] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000853 10.0.0.41 - - [2025-10-23 02:57:51] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.064123 10.0.0.133 - - [2025-10-23 02:57:51] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001964 10.0.0.41 - - [2025-10-23 02:57:51] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?fields=virtual_networks HTTP/1.1" 200 1043 0.055578 10.0.0.133 - - [2025-10-23 02:57:51] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000896 10.0.0.41 - - [2025-10-23 02:57:51] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.038464 10.0.0.133 - - [2025-10-23 02:57:51] "GET /projects?obj_uuids=97512409-9870-4c6e-b997-a66a28a2c0fd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004 10.0.0.41 - - [2025-10-23 02:57:51] "GET /project/97512409-9870-4c6e-b997-a66a28a2c0fd?fields=security_groups HTTP/1.1" 200 1274 0.042876 10.0.0.41 - - [2025-10-23 02:57:52] "POST /fqname-to-id HTTP/1.1" 404 213 0.024180 10.0.0.133 - - [2025-10-23 02:57:52] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002719 10.0.0.133 - - [2025-10-23 02:57:52] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.133 - - [2025-10-23 02:57:52] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031287 10.0.0.133 - - [2025-10-23 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 216 0.002697 10.0.0.133 - - [2025-10-23 02:57:52] "POST /fqname-to-id HTTP/1.1" 404 227 0.002387 10.0.0.133 - - [2025-10-23 02:57:52] "POST /security-groups HTTP/1.1" 200 616 0.077375 10.0.0.133 - - [2025-10-23 02:57:52] "POST /projects HTTP/1.1" 200 635 0.278459 10.0.0.133 - - [2025-10-23 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.347310 10.0.0.73 - - [2025-10-23 02:57:52] "POST /fqname-to-id HTTP/1.1" 404 258 0.008370 10.0.0.41 - - [2025-10-23 02:57:52] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.506258 10.0.0.73 - - [2025-10-23 02:57:53] "DELETE /access-control-list/ef56e360-726f-4445-be90-998e082f7cf1 HTTP/1.1" 200 115 0.031989 10.0.0.41 - - [2025-10-23 02:57:54] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.41 - - [2025-10-23 02:57:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.41 - - [2025-10-23 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 249 0.053815 10.0.0.133 - - [2025-10-23 02:57:56] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000987 10.0.0.73 - - [2025-10-23 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 280 0.005163 10.0.0.73 - - [2025-10-23 02:57:56] "PUT /access-control-list/58136edc-dd94-4ba9-aa18-fd5cbca558cc HTTP/1.1" 200 273 0.016110 10.0.0.41 - - [2025-10-23 02:57:56] "POST /neutron/security_group HTTP/1.1" 200 1427 0.407111 10.0.0.41 - - [2025-10-23 02:57:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.108956 10.0.0.73 - - [2025-10-23 02:57:57] "PUT /access-control-list/58136edc-dd94-4ba9-aa18-fd5cbca558cc HTTP/1.1" 200 273 0.012849 10.0.0.41 - - [2025-10-23 02:57:57] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.166327 10.0.0.41 - - [2025-10-23 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.41 - - [2025-10-23 02:57:57] "GET /security-group/94f1b819-d4dd-40ab-bc5b-7da855321e68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.003844 10.0.0.41 - - [2025-10-23 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 249 0.003139 10.0.0.73 - - [2025-10-23 02:57:58] "DELETE /access-control-list/58136edc-dd94-4ba9-aa18-fd5cbca558cc HTTP/1.1" 200 115 0.031125 10.0.0.41 - - [2025-10-23 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 249 0.003052 10.0.0.133 - - [2025-10-23 02:57:58] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001025 10.0.0.73 - - [2025-10-23 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 280 0.006402 10.0.0.73 - - [2025-10-23 02:57:59] "PUT /access-control-list/b844d6fe-0a60-4d94-9b36-94eefcbdd59b HTTP/1.1" 200 273 0.019545 10.0.0.41 - - [2025-10-23 02:57:59] "POST /neutron/security_group HTTP/1.1" 200 1427 0.349646 10.0.0.41 - - [2025-10-23 02:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136211 10.0.0.73 - - [2025-10-23 02:57:59] "PUT /access-control-list/b844d6fe-0a60-4d94-9b36-94eefcbdd59b HTTP/1.1" 200 273 0.017049 10.0.0.41 - - [2025-10-23 02:57:59] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.121889 10.0.0.41 - - [2025-10-23 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.41 - - [2025-10-23 02:57:59] "GET /security-group/8ffdf68a-c5b5-475c-97b2-472f7a1b332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.003639 10.0.0.133 - - [2025-10-23 02:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.133 - - [2025-10-23 02:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.133 - - [2025-10-23 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.133 - - [2025-10-23 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2025-10-23 02:58:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173751 10.0.0.73 - - [2025-10-23 02:58:00] "PUT /access-control-list/b844d6fe-0a60-4d94-9b36-94eefcbdd59b HTTP/1.1" 200 273 0.011467 10.0.0.73 - - [2025-10-23 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-23 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.133 - - [2025-10-23 02:58:00] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002563 10.0.0.41 - - [2025-10-23 02:58:00] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047158 10.0.0.73 - - [2025-10-23 02:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2025-10-23 02:58:00] "POST /neutron/network HTTP/1.1" 200 117 0.010982 10.0.0.73 - - [2025-10-23 02:58:01] "POST /ref-update HTTP/1.1" 200 156 0.025510 10.0.0.73 - - [2025-10-23 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.73 - - [2025-10-23 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.133 - - [2025-10-23 02:58:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.137357 10.0.0.133 - - [2025-10-23 02:58:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002674 10.0.0.41 - - [2025-10-23 02:58:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.206627 10.0.0.41 - - [2025-10-23 02:58:01] "POST /id-to-fqname HTTP/1.1" 200 290 0.001603 10.0.0.41 - - [2025-10-23 02:58:01] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006622 10.0.0.41 - - [2025-10-23 02:58:01] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006215 10.0.0.41 - - [2025-10-23 02:58:01] "POST /neutron/network HTTP/1.1" 200 1114 0.009648 10.0.0.41 - - [2025-10-23 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-23 02:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.41 - - [2025-10-23 02:58:01] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005260 10.0.0.41 - - [2025-10-23 02:58:02] "GET /obj-perms HTTP/1.1" 200 5080 0.056347 10.0.0.73 - - [2025-10-23 02:58:02] "GET /obj-perms HTTP/1.1" 200 5080 0.058687 10.0.0.41 - - [2025-10-23 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-10-23 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000690 10.0.0.133 - - [2025-10-23 02:58:03] "GET /obj-perms HTTP/1.1" 200 5080 0.120457 10.0.0.41 - - [2025-10-23 02:58:03] "POST /id-to-fqname HTTP/1.1" 200 290 0.001154 10.0.0.41 - - [2025-10-23 02:58:03] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007568 10.0.0.133 - - [2025-10-23 02:58:04] "DELETE /project/2dabc3c3e25d4afca78da6472afb59b1 HTTP/1.1" 404 173 0.003611 10.0.0.133 - - [2025-10-23 02:58:04] "DELETE /project/97512409-9870-4c6e-b997-a66a28a2c0fd HTTP/1.1" 404 177 0.003174 10.0.0.133 - - [2025-10-23 02:58:04] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000889 10.0.0.41 - - [2025-10-23 02:58:04] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.073776 10.0.0.41 - - [2025-10-23 02:58:04] "POST /neutron/port HTTP/1.1" 200 117 0.006168 10.0.0.41 - - [2025-10-23 02:58:04] "POST /id-to-fqname HTTP/1.1" 200 290 0.001198 10.0.0.41 - - [2025-10-23 02:58:04] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006242 10.0.0.133 - - [2025-10-23 02:58:05] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002126 10.0.0.41 - - [2025-10-23 02:58:05] "POST /neutron/security_group HTTP/1.1" 200 3458 0.106454 10.0.0.133 - - [2025-10-23 02:58:05] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000858 10.0.0.41 - - [2025-10-23 02:58:06] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.069312 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/port HTTP/1.1" 200 1193 0.068603 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/port HTTP/1.1" 200 1221 0.017662 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003465 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/network HTTP/1.1" 200 1114 0.008823 10.0.0.41 - - [2025-10-23 02:58:06] "POST /neutron/network HTTP/1.1" 200 1124 0.009218 10.0.0.41 - - [2025-10-23 02:58:07] "POST /neutron/port HTTP/1.1" 200 1193 0.021651 10.0.0.41 - - [2025-10-23 02:58:07] "POST /neutron/port HTTP/1.1" 200 1221 0.015442 10.0.0.41 - - [2025-10-23 02:58:07] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012943 10.0.0.41 - - [2025-10-23 02:58:07] "POST /neutron/network HTTP/1.1" 200 1114 0.009057 10.0.0.41 - - [2025-10-23 02:58:11] "POST /neutron/port HTTP/1.1" 200 1221 0.013734 10.0.0.41 - - [2025-10-23 02:58:11] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007135 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.030621 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.003812 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.004900 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.003622 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.005105 10.0.0.41 - - [2025-10-23 02:58:12] "GET /instance-ip/4bb5966c-570d-4650-ac28-81e9bd3e120d HTTP/1.1" 200 1719 0.005568 10.0.0.41 - - [2025-10-23 02:58:12] "GET /instance-ip/60a1c48f-c763-450a-8bda-54cb0a627dc4 HTTP/1.1" 200 1738 0.005261 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.003417 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.005346 10.0.0.41 - - [2025-10-23 02:58:12] "GET /instance-ip/4bb5966c-570d-4650-ac28-81e9bd3e120d HTTP/1.1" 200 1719 0.003719 10.0.0.41 - - [2025-10-23 02:58:12] "GET /instance-ip/60a1c48f-c763-450a-8bda-54cb0a627dc4 HTTP/1.1" 200 1738 0.004152 10.0.0.41 - - [2025-10-23 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-10-23 02:58:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003270 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002854 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005604 10.0.0.41 - - [2025-10-23 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-23 02:58:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003883 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003551 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005461 10.0.0.41 - - [2025-10-23 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.41 - - [2025-10-23 02:58:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003922 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002908 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005814 10.0.0.41 - - [2025-10-23 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-10-23 02:58:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003865 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002958 10.0.0.41 - - [2025-10-23 02:58:12] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006173 10.0.0.41 - - [2025-10-23 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.41 - - [2025-10-23 02:58:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003963 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003135 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005646 10.0.0.41 - - [2025-10-23 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2025-10-23 02:58:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002900 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005703 10.0.0.41 - - [2025-10-23 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-10-23 02:58:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003175 10.0.0.41 - - [2025-10-23 02:58:13] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005883 10.0.0.41 - - [2025-10-23 02:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.41 - - [2025-10-23 02:58:16] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007877 10.0.0.41 - - [2025-10-23 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.41 - - [2025-10-23 02:58:20] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.004766 10.0.0.41 - - [2025-10-23 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.41 - - [2025-10-23 02:58:24] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005665 10.0.0.41 - - [2025-10-23 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2025-10-23 02:58:28] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005249 10.0.0.41 - - [2025-10-23 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.41 - - [2025-10-23 02:58:32] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.004898 10.0.0.41 - - [2025-10-23 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.41 - - [2025-10-23 02:58:36] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006324 10.0.0.41 - - [2025-10-23 02:58:38] "POST /neutron/port HTTP/1.1" 200 1221 0.014621 10.0.0.41 - - [2025-10-23 02:58:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004013 10.0.0.41 - - [2025-10-23 02:58:38] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.41 - - [2025-10-23 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.41 - - [2025-10-23 02:58:41] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005371 10.0.0.41 - - [2025-10-23 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.41 - - [2025-10-23 02:58:45] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006161 10.0.0.41 - - [2025-10-23 02:58:45] "POST /neutron/port HTTP/1.1" 200 1221 0.015310 10.0.0.41 - - [2025-10-23 02:58:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 10.0.0.41 - - [2025-10-23 02:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.41 - - [2025-10-23 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 02:58:49] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.004736 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.41 - - [2025-10-23 02:58:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003581 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002559 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005625 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.41 - - [2025-10-23 02:58:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003722 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002775 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005839 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.41 - - [2025-10-23 02:58:51] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004457 10.0.0.41 - - [2025-10-23 02:58:51] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003742 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2025-10-23 02:58:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003260 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002977 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005409 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2025-10-23 02:58:51] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004209 10.0.0.41 - - [2025-10-23 02:58:51] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003485 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.41 - - [2025-10-23 02:58:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004474 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002854 10.0.0.41 - - [2025-10-23 02:58:51] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008013 10.0.0.41 - - [2025-10-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.41 - - [2025-10-23 02:58:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003738 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002915 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005466 10.0.0.41 - - [2025-10-23 02:58:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003894 10.0.0.133 - - [2025-10-23 02:58:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003474 10.0.0.41 - - [2025-10-23 02:58:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003658 10.0.0.133 - - [2025-10-23 02:58:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003643 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.003611 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.005164 10.0.0.41 - - [2025-10-23 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-10-23 02:58:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003456 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002901 10.0.0.41 - - [2025-10-23 02:58:52] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005261 10.0.0.41 - - [2025-10-23 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.41 - - [2025-10-23 02:58:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003738 10.0.0.41 - - [2025-10-23 02:58:53] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003207 10.0.0.41 - - [2025-10-23 02:58:53] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005472 10.0.0.41 - - [2025-10-23 02:58:54] "POST /neutron/port HTTP/1.1" 200 1221 0.014231 10.0.0.41 - - [2025-10-23 02:58:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006683 10.0.0.41 - - [2025-10-23 02:59:04] "POST /neutron/port HTTP/1.1" 200 1221 0.070739 10.0.0.41 - - [2025-10-23 02:59:04] "POST /neutron/security_group HTTP/1.1" 200 1457 0.014132 10.0.0.41 - - [2025-10-23 02:59:14] "POST /neutron/port HTTP/1.1" 200 1221 0.019304 10.0.0.41 - - [2025-10-23 02:59:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007282 10.0.0.41 - - [2025-10-23 02:59:15] "POST /neutron/port HTTP/1.1" 200 1221 0.017045 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.005915 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.003763 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine-interface/ae01ffa9-0048-46e4-a82b-540b3759fa7d HTTP/1.1" 200 3426 0.005082 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.003700 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine-interface/ae01ffa9-0048-46e4-a82b-540b3759fa7d HTTP/1.1" 200 3426 0.005178 10.0.0.41 - - [2025-10-23 02:59:15] "GET /instance-ip/67ac8e79-7d98-4402-81c5-bfb5f7ece9cd HTTP/1.1" 200 1718 0.007314 10.0.0.41 - - [2025-10-23 02:59:15] "GET /instance-ip/d41b6319-cfa8-4588-9d6d-a1fbe2e3716f HTTP/1.1" 200 1739 0.005763 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.004238 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-machine-interface/ae01ffa9-0048-46e4-a82b-540b3759fa7d HTTP/1.1" 200 3426 0.005880 10.0.0.41 - - [2025-10-23 02:59:15] "GET /instance-ip/67ac8e79-7d98-4402-81c5-bfb5f7ece9cd HTTP/1.1" 200 1718 0.003970 10.0.0.41 - - [2025-10-23 02:59:15] "GET /instance-ip/d41b6319-cfa8-4588-9d6d-a1fbe2e3716f HTTP/1.1" 200 1739 0.004414 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003359 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003181 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005921 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004527 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003469 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006025 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003783 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005018 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006783 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004398 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003759 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006666 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003895 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003049 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005394 10.0.0.41 - - [2025-10-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009586 10.0.0.41 - - [2025-10-23 02:59:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003940 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003294 10.0.0.41 - - [2025-10-23 02:59:15] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005816 10.0.0.41 - - [2025-10-23 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.41 - - [2025-10-23 02:59:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003871 10.0.0.41 - - [2025-10-23 02:59:16] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002908 10.0.0.41 - - [2025-10-23 02:59:16] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005589 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2025-10-23 02:59:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003324 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002758 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005540 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2025-10-23 02:59:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004003 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002919 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005636 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.41 - - [2025-10-23 02:59:17] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004179 10.0.0.41 - - [2025-10-23 02:59:17] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003585 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-10-23 02:59:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003447 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003644 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005508 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.41 - - [2025-10-23 02:59:17] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004061 10.0.0.41 - - [2025-10-23 02:59:17] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003348 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2025-10-23 02:59:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004037 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003079 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005668 10.0.0.41 - - [2025-10-23 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.41 - - [2025-10-23 02:59:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004702 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002897 10.0.0.41 - - [2025-10-23 02:59:17] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005729 10.0.0.41 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003543 10.0.0.41 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003420 10.0.0.133 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003751 10.0.0.41 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003651 10.0.0.73 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003071 10.0.0.133 - - [2025-10-23 02:59:18] "GET /obj-perms HTTP/1.1" 200 5080 0.003410 10.0.0.41 - - [2025-10-23 02:59:18] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.003757 10.0.0.41 - - [2025-10-23 02:59:18] "GET /virtual-machine-interface/ae01ffa9-0048-46e4-a82b-540b3759fa7d HTTP/1.1" 200 3426 0.004835 10.0.0.41 - - [2025-10-23 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-10-23 02:59:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003547 10.0.0.41 - - [2025-10-23 02:59:18] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002547 10.0.0.41 - - [2025-10-23 02:59:18] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005919 10.0.0.41 - - [2025-10-23 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2025-10-23 02:59:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003468 10.0.0.41 - - [2025-10-23 02:59:19] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003195 10.0.0.41 - - [2025-10-23 02:59:19] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006229 10.0.0.41 - - [2025-10-23 02:59:19] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.003825 10.0.0.41 - - [2025-10-23 02:59:19] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.005193 10.0.0.41 - - [2025-10-23 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.41 - - [2025-10-23 02:59:19] "GET /security-group/8ffdf68a-c5b5-475c-97b2-472f7a1b332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.003493 10.0.0.41 - - [2025-10-23 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.41 - - [2025-10-23 02:59:19] "GET /security-group/8ffdf68a-c5b5-475c-97b2-472f7a1b332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004534 10.0.0.41 - - [2025-10-23 02:59:19] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006968 10.0.0.41 - - [2025-10-23 02:59:19] "POST /neutron/port HTTP/1.1" 200 1247 0.014392 10.0.0.41 - - [2025-10-23 02:59:20] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.006324 10.0.0.41 - - [2025-10-23 02:59:20] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3369 0.015295 10.0.0.41 - - [2025-10-23 02:59:20] "POST /neutron/port HTTP/1.1" 200 1183 0.014639 10.0.0.41 - - [2025-10-23 02:59:20] "POST /neutron/port HTTP/1.1" 200 1247 0.063689 10.0.0.41 - - [2025-10-23 02:59:20] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.015772 10.0.0.41 - - [2025-10-23 02:59:20] "GET /virtual-machine-interface/438b6756-d34e-48c9-a649-7e5161e55d5d HTTP/1.1" 200 3425 0.008353 10.0.0.41 - - [2025-10-23 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.41 - - [2025-10-23 02:59:20] "GET /security-group/8ffdf68a-c5b5-475c-97b2-472f7a1b332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.003716 10.0.0.41 - - [2025-10-23 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.41 - - [2025-10-23 02:59:20] "GET /security-group/8ffdf68a-c5b5-475c-97b2-472f7a1b332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005386 10.0.0.41 - - [2025-10-23 02:59:20] "POST /neutron/security_group HTTP/1.1" 400 206 0.010967 10.0.0.41 - - [2025-10-23 02:59:38] "POST /neutron/network HTTP/1.1" 200 1124 0.010172 10.0.0.41 - - [2025-10-23 02:59:38] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014681 10.0.0.41 - - [2025-10-23 02:59:38] "POST /neutron/network HTTP/1.1" 200 1114 0.010293 10.0.0.41 - - [2025-10-23 02:59:47] "POST /neutron/network HTTP/1.1" 200 1124 0.008654 10.0.0.41 - - [2025-10-23 02:59:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012172 10.0.0.41 - - [2025-10-23 02:59:47] "POST /neutron/network HTTP/1.1" 200 1114 0.009103 10.0.0.41 - - [2025-10-23 03:00:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123481 10.0.0.41 - - [2025-10-23 03:00:32] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.169724 10.0.0.73 - - [2025-10-23 03:00:32] "PUT /access-control-list/b844d6fe-0a60-4d94-9b36-94eefcbdd59b HTTP/1.1" 200 273 0.017561 10.0.0.41 - - [2025-10-23 03:00:35] "POST /neutron/port HTTP/1.1" 200 1221 0.015782 10.0.0.41 - - [2025-10-23 03:00:35] "POST /neutron/port HTTP/1.1" 200 1209 0.069549 10.0.0.41 - - [2025-10-23 03:00:35] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 200 1320 0.004451 10.0.0.41 - - [2025-10-23 03:00:36] "POST /neutron/port HTTP/1.1" 200 151 0.234042 10.0.0.41 - - [2025-10-23 03:00:37] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 404 171 0.003087 10.0.0.41 - - [2025-10-23 03:00:37] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 404 171 0.003025 10.0.0.41 - - [2025-10-23 03:00:37] "GET /virtual-machine/e06fcfa0-26f5-4ee1-9a1f-770e02eabf76 HTTP/1.1" 404 171 0.002854 10.0.0.41 - - [2025-10-23 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.41 - - [2025-10-23 03:00:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004044 10.0.0.41 - - [2025-10-23 03:00:37] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004349 10.0.0.41 - - [2025-10-23 03:00:37] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005728 10.0.0.41 - - [2025-10-23 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.41 - - [2025-10-23 03:00:38] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004312 10.0.0.41 - - [2025-10-23 03:00:38] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003452 10.0.0.133 - - [2025-10-23 03:00:38] "GET /obj-perms HTTP/1.1" 200 5056 0.046714 10.0.0.41 - - [2025-10-23 03:00:40] "POST /neutron/network HTTP/1.1" 200 1124 0.008758 10.0.0.41 - - [2025-10-23 03:00:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.011283 10.0.0.41 - - [2025-10-23 03:00:40] "POST /neutron/network HTTP/1.1" 200 1114 0.010298 10.0.0.41 - - [2025-10-23 03:00:41] "GET /obj-perms HTTP/1.1" 200 5080 0.004061 10.0.0.133 - - [2025-10-23 03:00:47] "GET /obj-perms HTTP/1.1" 200 5080 0.003703 10.0.0.41 - - [2025-10-23 03:00:50] "GET /obj-perms HTTP/1.1" 200 5080 0.003611 10.0.0.41 - - [2025-10-23 03:00:53] "GET /obj-perms HTTP/1.1" 200 5080 0.004327 10.0.0.133 - - [2025-10-23 03:00:53] "GET /obj-perms HTTP/1.1" 200 5080 0.003513 10.0.0.41 - - [2025-10-23 03:00:53] "POST /neutron/port HTTP/1.1" 200 1247 0.013109 10.0.0.41 - - [2025-10-23 03:00:53] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 200 1319 0.004438 10.0.0.41 - - [2025-10-23 03:00:54] "POST /neutron/port HTTP/1.1" 200 1183 0.016632 10.0.0.41 - - [2025-10-23 03:00:55] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 404 171 0.003134 10.0.0.41 - - [2025-10-23 03:00:55] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 404 171 0.002915 10.0.0.41 - - [2025-10-23 03:00:55] "GET /virtual-machine/2a3758af-0970-4fca-b511-9099b5d9ced9 HTTP/1.1" 404 171 0.002604 10.0.0.41 - - [2025-10-23 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.41 - - [2025-10-23 03:00:56] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004426 10.0.0.41 - - [2025-10-23 03:00:56] "GET /virtual-networks?parent_id=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003095 10.0.0.41 - - [2025-10-23 03:00:56] "GET /virtual-network/e7d48edd-f572-4688-8352-1320510899fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006282 10.0.0.41 - - [2025-10-23 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.41 - - [2025-10-23 03:00:56] "GET /routing-instance/af1263b0-14e7-4983-b2df-6ccf37073047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004486 10.0.0.41 - - [2025-10-23 03:00:56] "GET /route-target/a9852c69-3d6f-4468-9495-071704574cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003562 10.0.0.41 - - [2025-10-23 03:01:02] "GET /obj-perms HTTP/1.1" 200 5080 0.003480 10.0.0.133 - - [2025-10-23 03:01:02] "GET /obj-perms HTTP/1.1" 200 5080 0.004155 10.0.0.41 - - [2025-10-23 03:01:11] "GET /obj-perms HTTP/1.1" 200 5080 0.004230 10.0.0.133 - - [2025-10-23 03:01:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003481 10.0.0.41 - - [2025-10-23 03:01:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003675 10.0.0.133 - - [2025-10-23 03:01:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003944 10.0.0.41 - - [2025-10-23 03:01:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004940 10.0.0.73 - - [2025-10-23 03:01:24] "GET /obj-perms HTTP/1.1" 200 5080 0.004070 10.0.0.41 - - [2025-10-23 03:01:24] "POST /neutron/network HTTP/1.1" 200 1114 0.010142 10.0.0.41 - - [2025-10-23 03:01:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.056957 10.0.0.41 - - [2025-10-23 03:01:24] "POST /fqname-to-id HTTP/1.1" 404 249 0.008678 10.0.0.73 - - [2025-10-23 03:01:24] "DELETE /access-control-list/41232377-0a3c-47c3-b7a0-93cf6fac9f13 HTTP/1.1" 200 115 0.033496 10.0.0.133 - - [2025-10-23 03:01:26] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.028652 10.0.0.41 - - [2025-10-23 03:01:26] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.069020 10.0.0.133 - - [2025-10-23 03:01:26] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000832 10.0.0.41 - - [2025-10-23 03:01:26] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?fields=virtual_networks HTTP/1.1" 200 1084 0.036515 10.0.0.133 - - [2025-10-23 03:01:26] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000884 10.0.0.41 - - [2025-10-23 03:01:26] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.036089 10.0.0.133 - - [2025-10-23 03:01:26] "GET /projects?obj_uuids=2dabc3c3-e25d-4afc-a78d-a6472afb59b1&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000910 10.0.0.41 - - [2025-10-23 03:01:26] "GET /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1?fields=security_groups HTTP/1.1" 200 1336 0.036875 10.0.0.41 - - [2025-10-23 03:01:27] "POST /fqname-to-id HTTP/1.1" 404 218 0.028023 10.0.0.133 - - [2025-10-23 03:01:27] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.133 - - [2025-10-23 03:01:27] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000874 10.0.0.133 - - [2025-10-23 03:01:27] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006337 10.0.0.133 - - [2025-10-23 03:01:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.004336 10.0.0.133 - - [2025-10-23 03:01:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.003164 10.0.0.133 - - [2025-10-23 03:01:27] "POST /security-groups HTTP/1.1" 200 621 0.070057 10.0.0.133 - - [2025-10-23 03:01:27] "POST /projects HTTP/1.1" 200 645 0.270762 10.0.0.73 - - [2025-10-23 03:01:27] "POST /access-control-lists HTTP/1.1" 200 628 0.025675 10.0.0.133 - - [2025-10-23 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.342379 10.0.0.41 - - [2025-10-23 03:01:27] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.475095 10.0.0.41 - - [2025-10-23 03:01:29] "GET / HTTP/1.1" 200 36215 0.001993 10.0.0.41 - - [2025-10-23 03:01:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-10-23 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 254 0.055799 10.0.0.41 - - [2025-10-23 03:01:31] "POST /security-groups HTTP/1.1" 200 597 0.032190 10.0.0.73 - - [2025-10-23 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 286 0.004210 10.0.0.41 - - [2025-10-23 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013201 10.0.0.41 - - [2025-10-23 03:01:31] "GET /security-group/56f3991b-5b0e-41eb-8a8a-8b710227ecad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005734 10.0.0.73 - - [2025-10-23 03:01:31] "POST /access-control-lists HTTP/1.1" 200 648 0.046764 10.0.0.41 - - [2025-10-23 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011444 10.0.0.41 - - [2025-10-23 03:01:31] "GET /security-group/56f3991b-5b0e-41eb-8a8a-8b710227ecad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004272 10.0.0.41 - - [2025-10-23 03:01:32] "DELETE /security-group/56f3991b-5b0e-41eb-8a8a-8b710227ecad HTTP/1.1" 200 115 0.060069 10.0.0.41 - - [2025-10-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 404 254 0.003206 10.0.0.41 - - [2025-10-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 404 254 0.003300 10.0.0.41 - - [2025-10-23 03:01:32] "POST /security-groups HTTP/1.1" 200 597 0.030237 10.0.0.73 - - [2025-10-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 404 286 0.003312 10.0.0.41 - - [2025-10-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.73 - - [2025-10-23 03:01:32] "POST /access-control-lists HTTP/1.1" 200 648 0.025153 10.0.0.41 - - [2025-10-23 03:01:32] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.006918 10.0.0.41 - - [2025-10-23 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.41 - - [2025-10-23 03:01:32] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.003732 10.0.0.41 - - [2025-10-23 03:01:33] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004344 10.0.0.41 - - [2025-10-23 03:01:33] "PUT /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f HTTP/1.1" 200 263 0.025265 10.0.0.41 - - [2025-10-23 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010061 10.0.0.133 - - [2025-10-23 03:01:33] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000882 10.0.0.41 - - [2025-10-23 03:01:33] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.036996 10.0.0.73 - - [2025-10-23 03:01:33] "POST /route-targets HTTP/1.1" 200 328 0.013239 10.0.0.133 - - [2025-10-23 03:01:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008436 10.0.0.41 - - [2025-10-23 03:01:33] "POST /neutron/subnet HTTP/1.1" 200 730 0.254275 10.0.0.41 - - [2025-10-23 03:01:33] "POST /id-to-fqname HTTP/1.1" 200 300 0.001216 10.0.0.41 - - [2025-10-23 03:01:33] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005598 10.0.0.41 - - [2025-10-23 03:01:33] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005376 10.0.0.41 - - [2025-10-23 03:01:33] "POST /neutron/network HTTP/1.1" 200 955 0.006183 10.0.0.41 - - [2025-10-23 03:01:34] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005848 10.0.0.133 - - [2025-10-23 03:01:35] "GET /obj-perms HTTP/1.1" 200 5090 0.057331 10.0.0.41 - - [2025-10-23 03:01:35] "POST /id-to-fqname HTTP/1.1" 200 300 0.001182 10.0.0.41 - - [2025-10-23 03:01:35] "POST /neutron/network HTTP/1.1" 200 965 0.006586 10.0.0.133 - - [2025-10-23 03:01:36] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001272 10.0.0.41 - - [2025-10-23 03:01:36] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.064162 10.0.0.41 - - [2025-10-23 03:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.005818 10.0.0.41 - - [2025-10-23 03:01:36] "POST /id-to-fqname HTTP/1.1" 200 300 0.001189 10.0.0.41 - - [2025-10-23 03:01:37] "POST /neutron/network HTTP/1.1" 200 965 0.007859 10.0.0.133 - - [2025-10-23 03:01:37] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001035 10.0.0.41 - - [2025-10-23 03:01:37] "POST /neutron/port HTTP/1.1" 200 1091 0.328203 10.0.0.41 - - [2025-10-23 03:01:37] "POST /neutron/port HTTP/1.1" 200 1146 0.099974 10.0.0.133 - - [2025-10-23 03:01:38] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000877 10.0.0.41 - - [2025-10-23 03:01:38] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.065514 10.0.0.41 - - [2025-10-23 03:01:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.010180 10.0.0.41 - - [2025-10-23 03:01:38] "POST /neutron/network HTTP/1.1" 200 955 0.007643 10.0.0.41 - - [2025-10-23 03:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.006380 10.0.0.41 - - [2025-10-23 03:01:38] "POST /neutron/network HTTP/1.1" 200 965 0.006676 10.0.0.41 - - [2025-10-23 03:01:39] "POST /neutron/port HTTP/1.1" 200 1091 0.013862 10.0.0.41 - - [2025-10-23 03:01:39] "POST /neutron/port HTTP/1.1" 200 1120 0.020209 10.0.0.41 - - [2025-10-23 03:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.41 - - [2025-10-23 03:01:40] "POST /neutron/port HTTP/1.1" 200 1120 0.014987 10.0.0.41 - - [2025-10-23 03:01:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.008436 10.0.0.41 - - [2025-10-23 03:01:43] "POST /neutron/port HTTP/1.1" 200 1120 0.017512 10.0.0.41 - - [2025-10-23 03:01:43] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006906 10.0.0.41 - - [2025-10-23 03:01:43] "POST /neutron/port HTTP/1.1" 200 1120 0.016220 10.0.0.41 - - [2025-10-23 03:01:43] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.027883 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.003711 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.004884 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.003734 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.005159 10.0.0.41 - - [2025-10-23 03:01:44] "GET /instance-ip/f16ea1bd-734f-4129-bf8b-f95aa32b4392 HTTP/1.1" 200 1735 0.005288 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.003634 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.004627 10.0.0.41 - - [2025-10-23 03:01:44] "GET /instance-ip/f16ea1bd-734f-4129-bf8b-f95aa32b4392 HTTP/1.1" 200 1735 0.004178 10.0.0.41 - - [2025-10-23 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.41 - - [2025-10-23 03:01:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003546 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003017 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005404 10.0.0.41 - - [2025-10-23 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.41 - - [2025-10-23 03:01:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004692 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003194 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005317 10.0.0.41 - - [2025-10-23 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-10-23 03:01:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003919 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003574 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005885 10.0.0.41 - - [2025-10-23 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-10-23 03:01:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004168 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003332 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006116 10.0.0.41 - - [2025-10-23 03:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.41 - - [2025-10-23 03:01:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004585 10.0.0.41 - - [2025-10-23 03:01:44] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003046 10.0.0.41 - - [2025-10-23 03:01:45] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005939 10.0.0.41 - - [2025-10-23 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.41 - - [2025-10-23 03:01:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004073 10.0.0.41 - - [2025-10-23 03:01:45] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002922 10.0.0.41 - - [2025-10-23 03:01:45] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006328 10.0.0.41 - - [2025-10-23 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-10-23 03:01:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004282 10.0.0.41 - - [2025-10-23 03:01:45] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003157 10.0.0.41 - - [2025-10-23 03:01:45] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005607 10.0.0.41 - - [2025-10-23 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2025-10-23 03:01:48] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005318 10.0.0.41 - - [2025-10-23 03:01:48] "POST /neutron/port HTTP/1.1" 200 1120 0.039964 10.0.0.41 - - [2025-10-23 03:01:48] "POST /neutron/subnet HTTP/1.1" 200 704 0.009825 10.0.0.41 - - [2025-10-23 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-10-23 03:01:52] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004912 10.0.0.73 - - [2025-10-23 03:01:53] "DELETE /access-control-list/de36dbbc-7bb5-49b7-8b0e-9c776353f7ce HTTP/1.1" 200 115 0.039385 10.0.0.41 - - [2025-10-23 03:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.41 - - [2025-10-23 03:01:56] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005275 10.0.0.41 - - [2025-10-23 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.41 - - [2025-10-23 03:02:00] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005895 10.0.0.133 - - [2025-10-23 03:02:04] "DELETE /project/7caf913c7f654a5684ad21517aa6862b HTTP/1.1" 404 173 0.005430 10.0.0.133 - - [2025-10-23 03:02:04] "DELETE /project/2dabc3c3-e25d-4afc-a78d-a6472afb59b1 HTTP/1.1" 404 177 0.004861 10.0.0.41 - - [2025-10-23 03:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.41 - - [2025-10-23 03:02:04] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005827 10.0.0.41 - - [2025-10-23 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.41 - - [2025-10-23 03:02:08] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007974 10.0.0.41 - - [2025-10-23 03:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-10-23 03:02:12] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005217 10.0.0.41 - - [2025-10-23 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.41 - - [2025-10-23 03:02:17] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005397 10.0.0.41 - - [2025-10-23 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-10-23 03:02:21] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004664 10.0.0.41 - - [2025-10-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007535 10.0.0.41 - - [2025-10-23 03:02:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003731 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002656 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005957 10.0.0.41 - - [2025-10-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.41 - - [2025-10-23 03:02:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003639 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003211 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007954 10.0.0.41 - - [2025-10-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2025-10-23 03:02:23] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004907 10.0.0.41 - - [2025-10-23 03:02:23] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004322 10.0.0.41 - - [2025-10-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-10-23 03:02:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004815 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003731 10.0.0.41 - - [2025-10-23 03:02:23] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005930 10.0.0.41 - - [2025-10-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.41 - - [2025-10-23 03:02:23] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006044 10.0.0.41 - - [2025-10-23 03:02:23] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003485 10.0.0.41 - - [2025-10-23 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009822 10.0.0.41 - - [2025-10-23 03:02:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005587 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003865 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005672 10.0.0.41 - - [2025-10-23 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.41 - - [2025-10-23 03:02:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003654 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003352 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005782 10.0.0.41 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.046968 10.0.0.41 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003619 10.0.0.133 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003501 10.0.0.41 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003630 10.0.0.73 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.048805 10.0.0.133 - - [2025-10-23 03:02:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003336 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.003621 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.005997 10.0.0.41 - - [2025-10-23 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.41 - - [2025-10-23 03:02:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003970 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003108 10.0.0.41 - - [2025-10-23 03:02:24] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006428 10.0.0.41 - - [2025-10-23 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.41 - - [2025-10-23 03:02:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003855 10.0.0.41 - - [2025-10-23 03:02:26] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003049 10.0.0.41 - - [2025-10-23 03:02:26] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005272 10.0.0.41 - - [2025-10-23 03:02:26] "POST /neutron/port HTTP/1.1" 200 1120 0.013967 10.0.0.41 - - [2025-10-23 03:02:31] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007349 10.0.0.41 - - [2025-10-23 03:02:35] "POST /neutron/port HTTP/1.1" 200 1120 0.014991 10.0.0.41 - - [2025-10-23 03:02:36] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006856 10.0.0.41 - - [2025-10-23 03:02:41] "POST /neutron/security_group HTTP/1.1" 200 1294 0.005749 10.0.0.41 - - [2025-10-23 03:02:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.41 - - [2025-10-23 03:02:41] "POST /neutron/network HTTP/1.1" 200 955 0.006041 10.0.0.41 - - [2025-10-23 03:02:47] "POST /neutron/port HTTP/1.1" 200 1120 0.015138 10.0.0.41 - - [2025-10-23 03:02:47] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007518 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.005490 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.003597 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine-interface/72f2fce3-610d-47b1-8117-cc39485ffeeb HTTP/1.1" 200 3269 0.004561 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.003441 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine-interface/72f2fce3-610d-47b1-8117-cc39485ffeeb HTTP/1.1" 200 3269 0.004969 10.0.0.41 - - [2025-10-23 03:02:47] "GET /instance-ip/19acffb6-2537-4dae-a217-8b4acae27354 HTTP/1.1" 200 1734 0.005240 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.004173 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-machine-interface/72f2fce3-610d-47b1-8117-cc39485ffeeb HTTP/1.1" 200 3269 0.005142 10.0.0.41 - - [2025-10-23 03:02:47] "GET /instance-ip/19acffb6-2537-4dae-a217-8b4acae27354 HTTP/1.1" 200 1734 0.003757 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-10-23 03:02:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003469 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002817 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005940 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007335 10.0.0.41 - - [2025-10-23 03:02:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005367 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004753 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006438 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.41 - - [2025-10-23 03:02:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004138 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002899 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005522 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-10-23 03:02:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003188 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007158 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-10-23 03:02:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004109 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003227 10.0.0.41 - - [2025-10-23 03:02:47] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006088 10.0.0.41 - - [2025-10-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-10-23 03:02:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185 10.0.0.41 - - [2025-10-23 03:02:48] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002945 10.0.0.41 - - [2025-10-23 03:02:48] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005810 10.0.0.41 - - [2025-10-23 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-10-23 03:02:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003937 10.0.0.41 - - [2025-10-23 03:02:48] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002991 10.0.0.41 - - [2025-10-23 03:02:48] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005791 10.0.0.41 - - [2025-10-23 03:02:48] "POST /neutron/port HTTP/1.1" 200 1120 0.014338 10.0.0.41 - - [2025-10-23 03:02:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.41 - - [2025-10-23 03:02:48] "POST /neutron/network HTTP/1.1" 200 955 0.006502 10.0.0.41 - - [2025-10-23 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-10-23 03:02:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004463 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003095 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005385 10.0.0.41 - - [2025-10-23 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009994 10.0.0.41 - - [2025-10-23 03:02:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002904 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005620 10.0.0.41 - - [2025-10-23 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2025-10-23 03:02:49] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.003873 10.0.0.41 - - [2025-10-23 03:02:49] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003467 10.0.0.41 - - [2025-10-23 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.41 - - [2025-10-23 03:02:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003590 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002812 10.0.0.41 - - [2025-10-23 03:02:49] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007030 10.0.0.41 - - [2025-10-23 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.41 - - [2025-10-23 03:02:50] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004809 10.0.0.41 - - [2025-10-23 03:02:50] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003916 10.0.0.41 - - [2025-10-23 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.41 - - [2025-10-23 03:02:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004782 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003695 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005426 10.0.0.41 - - [2025-10-23 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-10-23 03:02:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003604 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002586 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005566 10.0.0.41 - - [2025-10-23 03:02:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003432 10.0.0.133 - - [2025-10-23 03:02:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003523 10.0.0.41 - - [2025-10-23 03:02:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003677 10.0.0.133 - - [2025-10-23 03:02:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003697 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.003835 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-machine-interface/72f2fce3-610d-47b1-8117-cc39485ffeeb HTTP/1.1" 200 3269 0.005191 10.0.0.41 - - [2025-10-23 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2025-10-23 03:02:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003211 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003661 10.0.0.41 - - [2025-10-23 03:02:50] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006655 10.0.0.41 - - [2025-10-23 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.41 - - [2025-10-23 03:02:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004070 10.0.0.41 - - [2025-10-23 03:02:51] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003678 10.0.0.41 - - [2025-10-23 03:02:51] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006902 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.004014 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.005263 10.0.0.41 - - [2025-10-23 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.41 - - [2025-10-23 03:02:52] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.003780 10.0.0.41 - - [2025-10-23 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2025-10-23 03:02:52] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004306 10.0.0.41 - - [2025-10-23 03:02:52] "POST /neutron/port HTTP/1.1" 200 1120 0.014762 10.0.0.41 - - [2025-10-23 03:02:52] "POST /neutron/port HTTP/1.1" 200 1107 0.091380 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.005113 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3210 0.005549 10.0.0.41 - - [2025-10-23 03:02:52] "POST /neutron/port HTTP/1.1" 200 1107 0.010339 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.004822 10.0.0.41 - - [2025-10-23 03:02:52] "GET /virtual-machine-interface/a0ea991c-1acd-49d9-a7a7-67cb906aa2dd HTTP/1.1" 200 3271 0.007046 10.0.0.41 - - [2025-10-23 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-10-23 03:02:52] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.003513 10.0.0.41 - - [2025-10-23 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.41 - - [2025-10-23 03:02:52] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005538 10.0.0.41 - - [2025-10-23 03:02:52] "POST /neutron/security_group HTTP/1.1" 200 1320 0.004381 10.0.0.41 - - [2025-10-23 03:02:52] "DELETE /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f HTTP/1.1" 409 338 0.008664 10.0.0.133 - - [2025-10-23 03:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.133 - - [2025-10-23 03:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.133 - - [2025-10-23 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.133 - - [2025-10-23 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.73 - - [2025-10-23 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2025-10-23 03:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.73 - - [2025-10-23 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.73 - - [2025-10-23 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2025-10-23 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2025-10-23 03:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-23 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000916 10.0.0.41 - - [2025-10-23 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-10-23 03:03:43] "POST /neutron/network HTTP/1.1" 200 965 0.030391 10.0.0.41 - - [2025-10-23 03:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.41 - - [2025-10-23 03:03:50] "POST /neutron/port HTTP/1.1" 200 1120 0.013486 10.0.0.41 - - [2025-10-23 03:03:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.008631 10.0.0.41 - - [2025-10-23 03:04:40] "GET /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004530 10.0.0.41 - - [2025-10-23 03:04:40] "PUT /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f HTTP/1.1" 200 263 0.014539 10.0.0.41 - - [2025-10-23 03:04:41] "GET /obj-perms HTTP/1.1" 200 5056 0.045764 10.0.0.73 - - [2025-10-23 03:04:41] "GET /obj-perms HTTP/1.1" 200 5056 0.056491 10.0.0.41 - - [2025-10-23 03:04:42] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007119 10.0.0.41 - - [2025-10-23 03:04:42] "POST /neutron/port HTTP/1.1" 200 1146 0.010723 10.0.0.41 - - [2025-10-23 03:04:43] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 200 1324 0.004148 10.0.0.41 - - [2025-10-23 03:04:43] "POST /neutron/port HTTP/1.1" 200 1107 0.012257 10.0.0.41 - - [2025-10-23 03:04:45] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 404 171 0.003008 10.0.0.41 - - [2025-10-23 03:04:45] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 404 171 0.002643 10.0.0.41 - - [2025-10-23 03:04:45] "GET /virtual-machine/4c48cc82-4684-4eda-ab84-5535889d5bdc HTTP/1.1" 404 171 0.002184 10.0.0.41 - - [2025-10-23 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2025-10-23 03:04:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004107 10.0.0.41 - - [2025-10-23 03:04:45] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002990 10.0.0.41 - - [2025-10-23 03:04:45] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005401 10.0.0.41 - - [2025-10-23 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.41 - - [2025-10-23 03:04:45] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004218 10.0.0.41 - - [2025-10-23 03:04:45] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003257 10.0.0.133 - - [2025-10-23 03:04:45] "GET /obj-perms HTTP/1.1" 200 5090 0.003771 10.0.0.41 - - [2025-10-23 03:04:45] "POST /neutron/port HTTP/1.1" 200 1120 0.014316 10.0.0.41 - - [2025-10-23 03:04:45] "POST /neutron/subnet HTTP/1.1" 200 704 0.008398 10.0.0.41 - - [2025-10-23 03:04:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003819 10.0.0.133 - - [2025-10-23 03:04:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003551 10.0.0.41 - - [2025-10-23 03:04:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003517 10.0.0.41 - - [2025-10-23 03:04:55] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007061 10.0.0.41 - - [2025-10-23 03:04:55] "POST /neutron/port HTTP/1.1" 200 1146 0.011722 10.0.0.41 - - [2025-10-23 03:04:55] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 200 1325 0.003995 10.0.0.41 - - [2025-10-23 03:04:55] "POST /neutron/port HTTP/1.1" 200 1107 0.012303 10.0.0.41 - - [2025-10-23 03:04:57] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 404 171 0.003798 10.0.0.41 - - [2025-10-23 03:04:57] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 404 171 0.002886 10.0.0.41 - - [2025-10-23 03:04:57] "GET /virtual-machine/d633ff8f-cde6-4be4-a6a9-4c152091f26a HTTP/1.1" 404 171 0.003916 10.0.0.41 - - [2025-10-23 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-10-23 03:04:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.41 - - [2025-10-23 03:04:57] "GET /virtual-networks?parent_id=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002852 10.0.0.41 - - [2025-10-23 03:04:57] "GET /virtual-network/24210d9c-895c-4197-96cb-ddec04c179aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005562 10.0.0.41 - - [2025-10-23 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-10-23 03:04:57] "GET /routing-instance/804a9375-385a-412d-9c2f-72c92151fd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004396 10.0.0.41 - - [2025-10-23 03:04:57] "GET /route-target/d631097c-9b45-4967-ae26-616b1e9f9272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004434 10.0.0.133 - - [2025-10-23 03:05:00] "GET /obj-perms HTTP/1.1" 200 5090 0.004002 10.0.0.41 - - [2025-10-23 03:05:03] "GET /obj-perms HTTP/1.1" 200 5090 0.003900 10.0.0.133 - - [2025-10-23 03:05:10] "GET /obj-perms HTTP/1.1" 200 5090 0.003757 10.0.0.41 - - [2025-10-23 03:05:13] "GET /obj-perms HTTP/1.1" 200 5090 0.003936 10.0.0.133 - - [2025-10-23 03:05:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003826 10.0.0.41 - - [2025-10-23 03:05:22] "GET /obj-perms HTTP/1.1" 200 5090 0.003748 10.0.0.133 - - [2025-10-23 03:05:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002788 10.0.0.133 - - [2025-10-23 03:05:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.41 - - [2025-10-23 03:05:22] "POST /neutron/network HTTP/1.1" 200 151 0.138704 10.0.0.73 - - [2025-10-23 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.049644 10.0.0.41 - - [2025-10-23 03:05:22] "DELETE /security-group/8b275733-ff2d-4dea-b905-41ac66a4220f HTTP/1.1" 200 115 0.040357 10.0.0.41 - - [2025-10-23 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.003286 10.0.0.73 - - [2025-10-23 03:05:22] "DELETE /access-control-list/0dd8015e-6d10-4661-a4ff-c7be63fffdba HTTP/1.1" 200 115 0.030729 10.0.0.133 - - [2025-10-23 03:05:24] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000926 10.0.0.41 - - [2025-10-23 03:05:24] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.057723 10.0.0.133 - - [2025-10-23 03:05:24] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001915 10.0.0.41 - - [2025-10-23 03:05:24] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?fields=virtual_networks HTTP/1.1" 200 1093 0.080737 10.0.0.133 - - [2025-10-23 03:05:24] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000863 10.0.0.41 - - [2025-10-23 03:05:24] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.039559 10.0.0.133 - - [2025-10-23 03:05:24] "GET /projects?obj_uuids=7caf913c-7f65-4a56-84ad-21517aa6862b&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001223 10.0.0.41 - - [2025-10-23 03:05:24] "GET /project/7caf913c-7f65-4a56-84ad-21517aa6862b?fields=security_groups HTTP/1.1" 200 1350 0.066544 10.0.0.41 - - [2025-10-23 03:05:25] "POST /fqname-to-id HTTP/1.1" 404 209 0.026682 10.0.0.133 - - [2025-10-23 03:05:25] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002532 10.0.0.133 - - [2025-10-23 03:05:25] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.133 - - [2025-10-23 03:05:25] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035547 10.0.0.133 - - [2025-10-23 03:05:26] "POST /id-to-fqname HTTP/1.1" 200 212 0.002365 10.0.0.133 - - [2025-10-23 03:05:26] "POST /fqname-to-id HTTP/1.1" 404 222 0.003886 10.0.0.133 - - [2025-10-23 03:05:26] "POST /security-groups HTTP/1.1" 200 612 0.029704 10.0.0.133 - - [2025-10-23 03:05:26] "POST /projects HTTP/1.1" 200 627 0.221428 10.0.0.73 - - [2025-10-23 03:05:26] "POST /fqname-to-id HTTP/1.1" 404 254 0.004923 10.0.0.133 - - [2025-10-23 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.295380 10.0.0.41 - - [2025-10-23 03:05:26] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.450843 10.0.0.41 - - [2025-10-23 03:05:27] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.41 - - [2025-10-23 03:05:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000636 10.0.0.41 - - [2025-10-23 03:05:29] "POST /fqname-to-id HTTP/1.1" 404 245 0.058083 10.0.0.73 - - [2025-10-23 03:05:29] "POST /access-control-lists HTTP/1.1" 200 641 0.030445 10.0.0.73 - - [2025-10-23 03:05:30] "PUT /access-control-list/2a9ef7d3-39d8-4272-8a87-38e1d639a11c HTTP/1.1" 200 273 0.021084 10.0.0.41 - - [2025-10-23 03:05:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.032995 10.0.0.73 - - [2025-10-23 03:05:30] "PUT /access-control-list/847987da-0f4a-4f3f-8141-aee176a8e23c HTTP/1.1" 200 273 0.022657 10.0.0.41 - - [2025-10-23 03:05:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.109075 10.0.0.41 - - [2025-10-23 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.41 - - [2025-10-23 03:05:30] "GET /security-group/7c091f0f-546b-4c0e-9701-4f9e868a9d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006338 10.0.0.41 - - [2025-10-23 03:05:31] "POST /neutron/security_group HTTP/1.1" 200 151 0.049615 10.0.0.41 - - [2025-10-23 03:05:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.002613 10.0.0.73 - - [2025-10-23 03:05:31] "DELETE /access-control-list/2a9ef7d3-39d8-4272-8a87-38e1d639a11c HTTP/1.1" 200 115 0.043704 10.0.0.41 - - [2025-10-23 03:05:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.003426 10.0.0.73 - - [2025-10-23 03:05:32] "POST /access-control-lists HTTP/1.1" 200 641 0.023785 10.0.0.73 - - [2025-10-23 03:05:32] "PUT /access-control-list/197d1f62-ec92-495e-a588-42fc973db0c2 HTTP/1.1" 200 273 0.015082 10.0.0.41 - - [2025-10-23 03:05:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011133 10.0.0.73 - - [2025-10-23 03:05:32] "PUT /access-control-list/040555c4-75fa-4b6e-af9c-bfed801090fa HTTP/1.1" 200 273 0.031458 10.0.0.41 - - [2025-10-23 03:05:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172458 10.0.0.41 - - [2025-10-23 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005998 10.0.0.41 - - [2025-10-23 03:05:33] "GET /security-group/8e5b1f1d-ba24-499f-9fae-08994d377aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006207 10.0.0.41 - - [2025-10-23 03:05:33] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.009990 10.0.0.73 - - [2025-10-23 03:05:33] "PUT /access-control-list/040555c4-75fa-4b6e-af9c-bfed801090fa HTTP/1.1" 200 273 0.018221 10.0.0.41 - - [2025-10-23 03:05:33] "POST /neutron/security_group_rule HTTP/1.1" 200 580 0.179171 10.0.0.41 - - [2025-10-23 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.133 - - [2025-10-23 03:05:33] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000835 10.0.0.41 - - [2025-10-23 03:05:33] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.040144 10.0.0.73 - - [2025-10-23 03:05:34] "POST /route-targets HTTP/1.1" 200 328 0.016944 10.0.0.133 - - [2025-10-23 03:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006840 10.0.0.41 - - [2025-10-23 03:05:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.202526 10.0.0.41 - - [2025-10-23 03:05:34] "POST /id-to-fqname HTTP/1.1" 200 282 0.001287 10.0.0.41 - - [2025-10-23 03:05:34] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005895 10.0.0.41 - - [2025-10-23 03:05:34] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007306 10.0.0.41 - - [2025-10-23 03:05:34] "POST /neutron/network HTTP/1.1" 200 924 0.008776 10.0.0.41 - - [2025-10-23 03:05:34] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007168 10.0.0.41 - - [2025-10-23 03:05:35] "GET /obj-perms HTTP/1.1" 200 5072 0.055766 10.0.0.73 - - [2025-10-23 03:05:35] "GET /obj-perms HTTP/1.1" 200 5072 0.051244 10.0.0.133 - - [2025-10-23 03:05:36] "GET /obj-perms HTTP/1.1" 200 5072 0.051722 10.0.0.41 - - [2025-10-23 03:05:36] "POST /id-to-fqname HTTP/1.1" 200 282 0.001237 10.0.0.41 - - [2025-10-23 03:05:36] "POST /neutron/network HTTP/1.1" 200 934 0.006478 10.0.0.133 - - [2025-10-23 03:05:37] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001262 10.0.0.41 - - [2025-10-23 03:05:37] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.065771 10.0.0.41 - - [2025-10-23 03:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.006005 10.0.0.41 - - [2025-10-23 03:05:37] "POST /id-to-fqname HTTP/1.1" 200 282 0.001606 10.0.0.41 - - [2025-10-23 03:05:37] "POST /neutron/network HTTP/1.1" 200 934 0.007531 10.0.0.133 - - [2025-10-23 03:05:38] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001027 10.0.0.41 - - [2025-10-23 03:05:38] "POST /neutron/port HTTP/1.1" 200 1078 0.286641 10.0.0.41 - - [2025-10-23 03:05:38] "POST /neutron/port HTTP/1.1" 200 1132 0.109727 10.0.0.133 - - [2025-10-23 03:05:38] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000870 10.0.0.41 - - [2025-10-23 03:05:38] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.067174 10.0.0.41 - - [2025-10-23 03:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004574 10.0.0.41 - - [2025-10-23 03:05:39] "POST /neutron/network HTTP/1.1" 200 924 0.007060 10.0.0.41 - - [2025-10-23 03:05:39] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.41 - - [2025-10-23 03:05:39] "POST /neutron/network HTTP/1.1" 200 934 0.006162 10.0.0.41 - - [2025-10-23 03:05:40] "POST /neutron/port HTTP/1.1" 200 1078 0.018631 10.0.0.41 - - [2025-10-23 03:05:40] "POST /neutron/port HTTP/1.1" 200 1106 0.019638 10.0.0.41 - - [2025-10-23 03:05:40] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.41 - - [2025-10-23 03:05:44] "POST /neutron/security_group HTTP/1.1" 200 1411 0.007232 10.0.0.41 - - [2025-10-23 03:05:44] "POST /neutron/port HTTP/1.1" 200 1106 0.016131 10.0.0.41 - - [2025-10-23 03:05:44] "POST /neutron/security_group HTTP/1.1" 200 1411 0.006496 10.0.0.41 - - [2025-10-23 03:05:44] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.032176 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.003611 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.005634 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.003956 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.005375 10.0.0.41 - - [2025-10-23 03:05:45] "GET /instance-ip/633a8b3f-5052-4764-8c7f-39df5facbb57 HTTP/1.1" 200 1703 0.006264 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.003551 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.005302 10.0.0.41 - - [2025-10-23 03:05:45] "GET /instance-ip/633a8b3f-5052-4764-8c7f-39df5facbb57 HTTP/1.1" 200 1703 0.004214 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003498 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002604 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006013 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003777 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002922 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005968 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004018 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003141 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006726 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003613 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002414 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005715 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2025-10-23 03:05:45] "POST /neutron/network HTTP/1.1" 200 934 0.006349 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003690 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002500 10.0.0.41 - - [2025-10-23 03:05:45] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.013298 10.0.0.41 - - [2025-10-23 03:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-10-23 03:05:45] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003603 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003088 10.0.0.41 - - [2025-10-23 03:05:45] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005796 10.0.0.41 - - [2025-10-23 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.41 - - [2025-10-23 03:05:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997 10.0.0.41 - - [2025-10-23 03:05:46] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003164 10.0.0.41 - - [2025-10-23 03:05:46] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005507 10.0.0.41 - - [2025-10-23 03:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-10-23 03:05:49] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007211 10.0.0.41 - - [2025-10-23 03:05:51] "POST /neutron/port HTTP/1.1" 200 1106 0.015548 10.0.0.41 - - [2025-10-23 03:05:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.009319 10.0.0.41 - - [2025-10-23 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.41 - - [2025-10-23 03:05:53] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005557 10.0.0.73 - - [2025-10-23 03:05:54] "DELETE /access-control-list/be02b0db-62d9-4aee-a504-bdaac3b33628 HTTP/1.1" 200 115 0.043868 10.0.0.41 - - [2025-10-23 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.41 - - [2025-10-23 03:05:57] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006346 10.0.0.41 - - [2025-10-23 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-10-23 03:06:01] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006933 10.0.0.133 - - [2025-10-23 03:06:04] "DELETE /project/7caf913c-7f65-4a56-84ad-21517aa6862b HTTP/1.1" 404 177 0.002476 10.0.0.133 - - [2025-10-23 03:06:04] "DELETE /project/ea625fafd5674bf3a7d6fed3cf4bdbbd HTTP/1.1" 404 173 0.004580 10.0.0.41 - - [2025-10-23 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.41 - - [2025-10-23 03:06:05] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005065 10.0.0.41 - - [2025-10-23 03:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2025-10-23 03:06:09] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.004898 10.0.0.41 - - [2025-10-23 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.41 - - [2025-10-23 03:06:13] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005998 10.0.0.41 - - [2025-10-23 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.41 - - [2025-10-23 03:06:17] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006753 10.0.0.41 - - [2025-10-23 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.41 - - [2025-10-23 03:06:21] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005200 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.41 - - [2025-10-23 03:06:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004274 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003173 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005760 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.41 - - [2025-10-23 03:06:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003676 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003117 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005727 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.41 - - [2025-10-23 03:06:26] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004750 10.0.0.41 - - [2025-10-23 03:06:26] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003464 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2025-10-23 03:06:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003931 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003400 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007573 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-10-23 03:06:26] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004112 10.0.0.41 - - [2025-10-23 03:06:26] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.41 - - [2025-10-23 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.41 - - [2025-10-23 03:06:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003755 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003112 10.0.0.41 - - [2025-10-23 03:06:26] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005599 10.0.0.41 - - [2025-10-23 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.41 - - [2025-10-23 03:06:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003877 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003000 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005411 10.0.0.41 - - [2025-10-23 03:06:27] "GET /obj-perms HTTP/1.1" 200 5072 0.003551 10.0.0.133 - - [2025-10-23 03:06:27] "GET /obj-perms HTTP/1.1" 200 5072 0.003519 10.0.0.41 - - [2025-10-23 03:06:27] "GET /obj-perms HTTP/1.1" 200 5072 0.003562 10.0.0.133 - - [2025-10-23 03:06:27] "GET /obj-perms HTTP/1.1" 200 5072 0.004168 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.004216 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.005072 10.0.0.41 - - [2025-10-23 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.41 - - [2025-10-23 03:06:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003555 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002801 10.0.0.41 - - [2025-10-23 03:06:27] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005518 10.0.0.41 - - [2025-10-23 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.41 - - [2025-10-23 03:06:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003334 10.0.0.41 - - [2025-10-23 03:06:28] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003878 10.0.0.41 - - [2025-10-23 03:06:28] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005439 10.0.0.41 - - [2025-10-23 03:06:29] "POST /neutron/port HTTP/1.1" 200 1106 0.013531 10.0.0.41 - - [2025-10-23 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 1411 0.006663 10.0.0.41 - - [2025-10-23 03:06:38] "POST /neutron/port HTTP/1.1" 200 1106 0.039836 10.0.0.41 - - [2025-10-23 03:06:39] "POST /neutron/security_group HTTP/1.1" 200 1411 0.006934 10.0.0.41 - - [2025-10-23 03:06:46] "POST /neutron/port HTTP/1.1" 200 1106 0.016347 10.0.0.41 - - [2025-10-23 03:06:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003827 10.0.0.41 - - [2025-10-23 03:06:46] "POST /neutron/network HTTP/1.1" 200 924 0.006690 10.0.0.41 - - [2025-10-23 03:06:49] "POST /neutron/port HTTP/1.1" 200 1106 0.014867 10.0.0.41 - - [2025-10-23 03:06:50] "POST /neutron/security_group HTTP/1.1" 200 1411 0.006716 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.005642 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.003850 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine-interface/b746610f-8077-4cae-b1f9-1badb7cd052d HTTP/1.1" 200 3199 0.005750 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.004101 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine-interface/b746610f-8077-4cae-b1f9-1badb7cd052d HTTP/1.1" 200 3199 0.005317 10.0.0.41 - - [2025-10-23 03:06:50] "GET /instance-ip/8100b17b-6204-4fcb-be1d-a0ea20662ea7 HTTP/1.1" 200 1703 0.006024 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.003698 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-machine-interface/b746610f-8077-4cae-b1f9-1badb7cd052d HTTP/1.1" 200 3199 0.005245 10.0.0.41 - - [2025-10-23 03:06:50] "GET /instance-ip/8100b17b-6204-4fcb-be1d-a0ea20662ea7 HTTP/1.1" 200 1703 0.004142 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004174 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003900 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006371 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004464 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003121 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005455 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004707 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003142 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005964 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004130 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002978 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005909 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004016 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003718 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007045 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.41 - - [2025-10-23 03:06:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003794 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002520 10.0.0.41 - - [2025-10-23 03:06:50] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005742 10.0.0.41 - - [2025-10-23 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.41 - - [2025-10-23 03:06:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003625 10.0.0.41 - - [2025-10-23 03:06:51] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002877 10.0.0.41 - - [2025-10-23 03:06:51] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006098 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.41 - - [2025-10-23 03:06:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003710 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003441 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006565 10.0.0.41 - - [2025-10-23 03:06:52] "POST /neutron/port HTTP/1.1" 200 1106 0.040679 10.0.0.41 - - [2025-10-23 03:06:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.41 - - [2025-10-23 03:06:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005353 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002766 10.0.0.41 - - [2025-10-23 03:06:52] "POST /neutron/network HTTP/1.1" 200 924 0.025367 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.013878 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.41 - - [2025-10-23 03:06:52] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004095 10.0.0.41 - - [2025-10-23 03:06:52] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003446 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2025-10-23 03:06:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004617 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003327 10.0.0.41 - - [2025-10-23 03:06:52] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005977 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-10-23 03:06:52] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004343 10.0.0.41 - - [2025-10-23 03:06:52] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004101 10.0.0.41 - - [2025-10-23 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.41 - - [2025-10-23 03:06:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004148 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003519 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005411 10.0.0.41 - - [2025-10-23 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.41 - - [2025-10-23 03:06:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003940 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002684 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005615 10.0.0.133 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003882 10.0.0.41 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003214 10.0.0.41 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003573 10.0.0.133 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.004144 10.0.0.41 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003632 10.0.0.73 - - [2025-10-23 03:06:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003503 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.004030 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-machine-interface/b746610f-8077-4cae-b1f9-1badb7cd052d HTTP/1.1" 200 3199 0.006335 10.0.0.41 - - [2025-10-23 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.41 - - [2025-10-23 03:06:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003593 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002662 10.0.0.41 - - [2025-10-23 03:06:53] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006038 10.0.0.41 - - [2025-10-23 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.41 - - [2025-10-23 03:06:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006581 10.0.0.41 - - [2025-10-23 03:06:54] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003569 10.0.0.41 - - [2025-10-23 03:06:54] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005550 10.0.0.41 - - [2025-10-23 03:06:54] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.004127 10.0.0.41 - - [2025-10-23 03:06:54] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.005258 10.0.0.41 - - [2025-10-23 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.41 - - [2025-10-23 03:06:55] "GET /security-group/8e5b1f1d-ba24-499f-9fae-08994d377aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003808 10.0.0.41 - - [2025-10-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2025-10-23 03:06:55] "GET /security-group/8e5b1f1d-ba24-499f-9fae-08994d377aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004299 10.0.0.41 - - [2025-10-23 03:06:55] "POST /neutron/port HTTP/1.1" 200 1106 0.014787 10.0.0.41 - - [2025-10-23 03:06:55] "POST /neutron/port HTTP/1.1" 200 1094 0.064496 10.0.0.41 - - [2025-10-23 03:06:55] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.003755 10.0.0.41 - - [2025-10-23 03:06:55] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3147 0.006926 10.0.0.41 - - [2025-10-23 03:06:55] "POST /neutron/port HTTP/1.1" 200 1094 0.011391 10.0.0.41 - - [2025-10-23 03:06:55] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.003880 10.0.0.41 - - [2025-10-23 03:06:55] "GET /virtual-machine-interface/9fce6768-a084-4776-b5c2-51f5e0a9c17e HTTP/1.1" 200 3199 0.008607 10.0.0.41 - - [2025-10-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.41 - - [2025-10-23 03:06:55] "GET /security-group/8e5b1f1d-ba24-499f-9fae-08994d377aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003613 10.0.0.41 - - [2025-10-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-10-23 03:06:55] "GET /security-group/8e5b1f1d-ba24-499f-9fae-08994d377aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003951 10.0.0.41 - - [2025-10-23 03:06:55] "POST /neutron/security_group HTTP/1.1" 200 1437 0.004167 10.0.0.41 - - [2025-10-23 03:07:48] "POST /neutron/port HTTP/1.1" 200 1106 0.013590 10.0.0.41 - - [2025-10-23 03:07:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003737 10.0.0.41 - - [2025-10-23 03:07:48] "POST /neutron/network HTTP/1.1" 200 924 0.008659 10.0.0.41 - - [2025-10-23 03:07:53] "POST /neutron/network HTTP/1.1" 200 934 0.007226 10.0.0.41 - - [2025-10-23 03:07:53] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.133 - - [2025-10-23 03:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.133 - - [2025-10-23 03:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.133 - - [2025-10-23 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.133 - - [2025-10-23 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2025-10-23 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2025-10-23 03:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2025-10-23 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.73 - - [2025-10-23 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2025-10-23 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2025-10-23 03:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-10-23 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2025-10-23 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.41 - - [2025-10-23 03:08:04] "POST /neutron/security_group_rule HTTP/1.1" 200 543 0.007535 10.0.0.41 - - [2025-10-23 03:08:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153755 10.0.0.73 - - [2025-10-23 03:08:05] "PUT /access-control-list/040555c4-75fa-4b6e-af9c-bfed801090fa HTTP/1.1" 200 273 0.022725 10.0.0.41 - - [2025-10-23 03:08:07] "POST /neutron/security_group HTTP/1.1" 200 1411 0.006995 10.0.0.41 - - [2025-10-23 03:08:07] "POST /neutron/port HTTP/1.1" 200 1132 0.013587 10.0.0.41 - - [2025-10-23 03:08:08] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 200 1315 0.004203 10.0.0.41 - - [2025-10-23 03:08:08] "POST /neutron/port HTTP/1.1" 200 1094 0.015884 10.0.0.41 - - [2025-10-23 03:08:10] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 404 171 0.003001 10.0.0.41 - - [2025-10-23 03:08:10] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 404 171 0.003219 10.0.0.41 - - [2025-10-23 03:08:10] "GET /virtual-machine/5c5be6f4-a968-4788-b7d2-910ae70b92e5 HTTP/1.1" 404 171 0.002828 10.0.0.41 - - [2025-10-23 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-10-23 03:08:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005103 10.0.0.41 - - [2025-10-23 03:08:10] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002988 10.0.0.41 - - [2025-10-23 03:08:10] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005942 10.0.0.41 - - [2025-10-23 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-23 03:08:10] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004629 10.0.0.41 - - [2025-10-23 03:08:10] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003515 10.0.0.133 - - [2025-10-23 03:08:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003769 10.0.0.41 - - [2025-10-23 03:08:13] "GET /obj-perms HTTP/1.1" 200 5072 0.003766 10.0.0.133 - - [2025-10-23 03:08:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004479 10.0.0.41 - - [2025-10-23 03:08:23] "GET /obj-perms HTTP/1.1" 200 5072 0.004321 10.0.0.41 - - [2025-10-23 03:08:23] "POST /neutron/port HTTP/1.1" 200 1106 0.028399 10.0.0.41 - - [2025-10-23 03:08:23] "POST /neutron/port HTTP/1.1" 200 1094 0.101391 10.0.0.41 - - [2025-10-23 03:08:23] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 200 1314 0.017109 10.0.0.41 - - [2025-10-23 03:08:24] "POST /neutron/port HTTP/1.1" 200 151 0.204671 10.0.0.41 - - [2025-10-23 03:08:25] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 404 171 0.003502 10.0.0.41 - - [2025-10-23 03:08:25] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 404 171 0.002764 10.0.0.41 - - [2025-10-23 03:08:25] "GET /virtual-machine/61f1b3fd-10a7-4a32-8405-20c64cb7c2e4 HTTP/1.1" 404 171 0.002470 10.0.0.41 - - [2025-10-23 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.41 - - [2025-10-23 03:08:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003664 10.0.0.41 - - [2025-10-23 03:08:25] "GET /virtual-networks?parent_id=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002766 10.0.0.41 - - [2025-10-23 03:08:26] "GET /virtual-network/d9e262fc-0799-4d8e-99fe-2dd086e343fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006080 10.0.0.41 - - [2025-10-23 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.41 - - [2025-10-23 03:08:26] "GET /routing-instance/57217642-2a3a-446d-a428-1453a64dadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.003871 10.0.0.41 - - [2025-10-23 03:08:26] "GET /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003562 10.0.0.41 - - [2025-10-23 03:08:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003874 10.0.0.133 - - [2025-10-23 03:08:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003362 10.0.0.41 - - [2025-10-23 03:08:35] "GET /obj-perms HTTP/1.1" 200 5072 0.003967 10.0.0.133 - - [2025-10-23 03:08:35] "GET /obj-perms HTTP/1.1" 200 5072 0.004129 10.0.0.41 - - [2025-10-23 03:08:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003730 10.0.0.133 - - [2025-10-23 03:08:44] "GET /obj-perms HTTP/1.1" 200 5072 0.003742 10.0.0.41 - - [2025-10-23 03:08:50] "GET /obj-perms HTTP/1.1" 200 5072 0.003796 10.0.0.133 - - [2025-10-23 03:08:50] "GET /obj-perms HTTP/1.1" 200 5072 0.003623 10.0.0.41 - - [2025-10-23 03:08:53] "GET /obj-perms HTTP/1.1" 200 5072 0.004513 10.0.0.73 - - [2025-10-23 03:08:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003581 10.0.0.73 - - [2025-10-23 03:08:54] "DELETE /route-target/5a44d06e-d195-41ec-b826-6c0072e882bd HTTP/1.1" 200 115 0.025302 10.0.0.41 - - [2025-10-23 03:08:54] "POST /neutron/security_group HTTP/1.1" 200 1437 0.005249 10.0.0.41 - - [2025-10-23 03:08:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003143 10.0.0.133 - - [2025-10-23 03:08:55] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.026384 10.0.0.41 - - [2025-10-23 03:08:55] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.067760 10.0.0.133 - - [2025-10-23 03:08:55] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000842 10.0.0.41 - - [2025-10-23 03:08:56] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?fields=virtual_networks HTTP/1.1" 200 1077 0.042321 10.0.0.133 - - [2025-10-23 03:08:56] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000887 10.0.0.41 - - [2025-10-23 03:08:56] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.040534 10.0.0.133 - - [2025-10-23 03:08:56] "GET /projects?obj_uuids=ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.41 - - [2025-10-23 03:08:56] "GET /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd?fields=security_groups HTTP/1.1" 200 1325 0.046461 10.0.0.41 - - [2025-10-23 03:08:57] "POST /fqname-to-id HTTP/1.1" 404 186 0.030241 10.0.0.133 - - [2025-10-23 03:08:57] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003209 10.0.0.133 - - [2025-10-23 03:08:57] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.133 - - [2025-10-23 03:08:57] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006236 10.0.0.133 - - [2025-10-23 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 188 0.004818 10.0.0.133 - - [2025-10-23 03:08:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004879 10.0.0.133 - - [2025-10-23 03:08:57] "POST /security-groups HTTP/1.1" 200 589 0.027747 10.0.0.73 - - [2025-10-23 03:08:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.004204 10.0.0.133 - - [2025-10-23 03:08:57] "POST /projects HTTP/1.1" 200 581 0.227291 10.0.0.133 - - [2025-10-23 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.297884 10.0.0.73 - - [2025-10-23 03:08:57] "POST /access-control-lists HTTP/1.1" 200 594 0.044798 10.0.0.41 - - [2025-10-23 03:08:57] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.446233 10.0.0.41 - - [2025-10-23 03:08:58] "GET / HTTP/1.1" 200 36215 0.001834 10.0.0.41 - - [2025-10-23 03:09:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-10-23 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.067159 10.0.0.133 - - [2025-10-23 03:09:00] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.41 - - [2025-10-23 03:09:00] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.034878 10.0.0.133 - - [2025-10-23 03:09:01] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.41 - - [2025-10-23 03:09:01] "POST /neutron/network HTTP/1.1" 200 615 0.137558 10.0.0.41 - - [2025-10-23 03:09:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.003254 10.0.0.41 - - [2025-10-23 03:09:01] "GET /virtual-network/be8097b9-8bdb-4af3-93e7-72629a15c2e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005663 10.0.0.41 - - [2025-10-23 03:09:01] "POST /neutron/network HTTP/1.1" 200 833 0.008212 10.0.0.41 - - [2025-10-23 03:09:01] "GET /virtual-network/be8097b9-8bdb-4af3-93e7-72629a15c2e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005761 10.0.0.41 - - [2025-10-23 03:09:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001198 10.0.0.41 - - [2025-10-23 03:09:01] "POST /neutron/network HTTP/1.1" 200 843 0.007165 10.0.0.73 - - [2025-10-23 03:09:02] "DELETE /access-control-list/b2f19461-4727-4255-8b2a-b019801fdf51 HTTP/1.1" 200 115 0.031971 10.0.0.133 - - [2025-10-23 03:09:02] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.41 - - [2025-10-23 03:09:03] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.059869 10.0.0.41 - - [2025-10-23 03:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.133 - - [2025-10-23 03:09:04] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.41 - - [2025-10-23 03:09:04] "POST /neutron/port HTTP/1.1" 200 1057 0.289373 10.0.0.41 - - [2025-10-23 03:09:04] "POST /neutron/port HTTP/1.1" 200 1111 0.117711 10.0.0.133 - - [2025-10-23 03:09:04] "DELETE /project/ea625faf-d567-4bf3-a7d6-fed3cf4bdbbd HTTP/1.1" 404 177 0.003677 10.0.0.133 - - [2025-10-23 03:09:04] "DELETE /project/2f203067a2f0452f97c476076398d539 HTTP/1.1" 404 173 0.003271 10.0.0.41 - - [2025-10-23 03:09:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.008834 10.0.0.41 - - [2025-10-23 03:09:08] "POST /neutron/port HTTP/1.1" 200 1085 0.015343 10.0.0.41 - - [2025-10-23 03:09:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007095 10.0.0.41 - - [2025-10-23 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.133 - - [2025-10-23 03:09:08] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.41 - - [2025-10-23 03:09:08] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037921 10.0.0.133 - - [2025-10-23 03:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.41 - - [2025-10-23 03:09:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.169064 10.0.0.41 - - [2025-10-23 03:09:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001181 10.0.0.41 - - [2025-10-23 03:09:09] "GET /virtual-network/5109f028-d719-42f7-bb8a-6c9533e24a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005759 10.0.0.41 - - [2025-10-23 03:09:09] "GET /virtual-network/5109f028-d719-42f7-bb8a-6c9533e24a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006089 10.0.0.41 - - [2025-10-23 03:09:09] "POST /neutron/network HTTP/1.1" 200 834 0.006959 10.0.0.73 - - [2025-10-23 03:09:09] "POST /ref-update HTTP/1.1" 200 156 0.018284 10.0.0.41 - - [2025-10-23 03:09:09] "GET /virtual-network/5109f028-d719-42f7-bb8a-6c9533e24a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005437 10.0.0.133 - - [2025-10-23 03:09:11] "GET /obj-perms HTTP/1.1" 200 5026 0.053494 10.0.0.41 - - [2025-10-23 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.133 - - [2025-10-23 03:09:11] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.41 - - [2025-10-23 03:09:11] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039574 10.0.0.133 - - [2025-10-23 03:09:11] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.41 - - [2025-10-23 03:09:11] "POST /neutron/network HTTP/1.1" 200 613 0.115335 10.0.0.41 - - [2025-10-23 03:09:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.002906 10.0.0.41 - - [2025-10-23 03:09:11] "GET /virtual-network/dbbc2606-0383-4576-b526-a06edc0cbc0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007246 10.0.0.41 - - [2025-10-23 03:09:11] "POST /neutron/network HTTP/1.1" 200 834 0.005733 10.0.0.41 - - [2025-10-23 03:09:11] "GET /virtual-network/dbbc2606-0383-4576-b526-a06edc0cbc0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005237 10.0.0.41 - - [2025-10-23 03:09:12] "GET /virtual-network/dbbc2606-0383-4576-b526-a06edc0cbc0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005728 10.0.0.41 - - [2025-10-23 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.133 - - [2025-10-23 03:09:12] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.41 - - [2025-10-23 03:09:12] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.039291 10.0.0.41 - - [2025-10-23 03:09:12] "POST /neutron/network HTTP/1.1" 200 117 0.014222 10.0.0.73 - - [2025-10-23 03:09:12] "POST /route-targets HTTP/1.1" 200 328 0.013853 10.0.0.41 - - [2025-10-23 03:09:13] "POST /neutron/network HTTP/1.1" 200 835 0.007733 10.0.0.41 - - [2025-10-23 03:09:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001000 10.0.0.41 - - [2025-10-23 03:09:13] "GET /virtual-network/9cd3ef3e-ea59-4c26-a831-72fb370e59a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005053 10.0.0.41 - - [2025-10-23 03:09:13] "GET /virtual-network/9cd3ef3e-ea59-4c26-a831-72fb370e59a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004864 10.0.0.41 - - [2025-10-23 03:09:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.007753 10.0.0.41 - - [2025-10-23 03:09:13] "GET /virtual-network/9cd3ef3e-ea59-4c26-a831-72fb370e59a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004937 10.0.0.41 - - [2025-10-23 03:09:13] "GET /obj-perms HTTP/1.1" 200 5026 0.049511 10.0.0.73 - - [2025-10-23 03:09:13] "GET /obj-perms HTTP/1.1" 200 5026 0.052639 10.0.0.41 - - [2025-10-23 03:09:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001187 10.0.0.41 - - [2025-10-23 03:09:14] "POST /neutron/network HTTP/1.1" 200 844 0.008039 10.0.0.133 - - [2025-10-23 03:09:14] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.41 - - [2025-10-23 03:09:14] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064543 10.0.0.41 - - [2025-10-23 03:09:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006888 10.0.0.41 - - [2025-10-23 03:09:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001678 10.0.0.41 - - [2025-10-23 03:09:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008990 10.0.0.133 - - [2025-10-23 03:09:15] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.41 - - [2025-10-23 03:09:15] "POST /neutron/port HTTP/1.1" 200 1060 0.284229 10.0.0.41 - - [2025-10-23 03:09:15] "POST /neutron/port HTTP/1.1" 200 1114 0.095280 10.0.0.41 - - [2025-10-23 03:09:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.008847 10.0.0.133 - - [2025-10-23 03:09:16] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002356 10.0.0.41 - - [2025-10-23 03:09:16] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.079190 10.0.0.41 - - [2025-10-23 03:09:16] "POST /neutron/network HTTP/1.1" 200 835 0.031780 10.0.0.41 - - [2025-10-23 03:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.005430 10.0.0.41 - - [2025-10-23 03:09:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003151 10.0.0.41 - - [2025-10-23 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.133 - - [2025-10-23 03:09:16] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.41 - - [2025-10-23 03:09:16] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007262 10.0.0.41 - - [2025-10-23 03:09:16] "POST /service-templates HTTP/1.1" 200 545 0.030354 10.0.0.41 - - [2025-10-23 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-10-23 03:09:16] "GET /service-template/f44934cd-2126-4e38-bd23-e6993d731d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005862 10.0.0.41 - - [2025-10-23 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.41 - - [2025-10-23 03:09:16] "GET /service-template/f44934cd-2126-4e38-bd23-e6993d731d09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004124 10.0.0.41 - - [2025-10-23 03:09:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001266 10.0.0.41 - - [2025-10-23 03:09:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001304 10.0.0.41 - - [2025-10-23 03:09:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001535 10.0.0.41 - - [2025-10-23 03:09:17] "POST /neutron/port HTTP/1.1" 200 2057 0.021004 10.0.0.41 - - [2025-10-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-10-23 03:09:17] "POST /neutron/port HTTP/1.1" 200 1059 0.015053 10.0.0.41 - - [2025-10-23 03:09:17] "DELETE /service-template/f44934cd-2126-4e38-bd23-e6993d731d09 HTTP/1.1" 200 115 0.043121 10.0.0.41 - - [2025-10-23 03:09:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002747 10.0.0.41 - - [2025-10-23 03:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.41 - - [2025-10-23 03:09:17] "POST /neutron/network HTTP/1.1" 200 835 0.012280 10.0.0.41 - - [2025-10-23 03:09:18] "POST /neutron/port HTTP/1.1" 200 1088 0.013878 10.0.0.41 - - [2025-10-23 03:09:19] "POST /neutron/port HTTP/1.1" 200 1087 0.020343 10.0.0.41 - - [2025-10-23 03:09:20] "POST /neutron/network HTTP/1.1" 200 835 0.006625 10.0.0.73 - - [2025-10-23 03:09:20] "DELETE /route-target/4c7a0a35-c839-43da-977a-fa3d0c463b5f HTTP/1.1" 200 115 0.040995 10.0.0.41 - - [2025-10-23 03:09:20] "POST /neutron/network HTTP/1.1" 200 2190 0.022800 10.0.0.133 - - [2025-10-23 03:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.133 - - [2025-10-23 03:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004772 10.0.0.41 - - [2025-10-23 03:09:20] "POST /neutron/network HTTP/1.1" 200 151 0.152570 10.0.0.133 - - [2025-10-23 03:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005565 10.0.0.73 - - [2025-10-23 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.133 - - [2025-10-23 03:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.41 - - [2025-10-23 03:09:21] "POST /neutron/network HTTP/1.1" 200 151 0.121112 10.0.0.41 - - [2025-10-23 03:09:21] "POST /neutron/port HTTP/1.1" 200 1085 0.016369 10.0.0.41 - - [2025-10-23 03:09:23] "POST /neutron/network HTTP/1.1" 200 833 0.008545 10.0.0.73 - - [2025-10-23 03:09:23] "DELETE /route-target/0a47b854-9ed8-427a-ac4f-2d418b735300 HTTP/1.1" 200 115 0.037528 10.0.0.41 - - [2025-10-23 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.133 - - [2025-10-23 03:09:26] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001272 10.0.0.41 - - [2025-10-23 03:09:26] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047761 10.0.0.133 - - [2025-10-23 03:09:26] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.41 - - [2025-10-23 03:09:26] "POST /neutron/network HTTP/1.1" 200 613 0.110463 10.0.0.41 - - [2025-10-23 03:09:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.003375 10.0.0.41 - - [2025-10-23 03:09:26] "GET /virtual-network/8e52a232-8392-4d1a-b8ad-29021ee390a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005860 10.0.0.41 - - [2025-10-23 03:09:26] "POST /neutron/network HTTP/1.1" 200 831 0.009146 10.0.0.41 - - [2025-10-23 03:09:26] "GET /virtual-network/8e52a232-8392-4d1a-b8ad-29021ee390a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008311 10.0.0.41 - - [2025-10-23 03:09:26] "GET /virtual-network/8e52a232-8392-4d1a-b8ad-29021ee390a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004971 10.0.0.133 - - [2025-10-23 03:09:27] "GET /obj-perms HTTP/1.1" 200 5026 0.003935 10.0.0.41 - - [2025-10-23 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.133 - - [2025-10-23 03:09:27] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.41 - - [2025-10-23 03:09:27] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042739 10.0.0.41 - - [2025-10-23 03:09:27] "POST /neutron/network HTTP/1.1" 200 117 0.013585 10.0.0.73 - - [2025-10-23 03:09:27] "POST /route-targets HTTP/1.1" 200 328 0.011831 10.0.0.41 - - [2025-10-23 03:09:27] "POST /neutron/network HTTP/1.1" 200 833 0.008272 10.0.0.41 - - [2025-10-23 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001062 10.0.0.41 - - [2025-10-23 03:09:27] "GET /virtual-network/ecb463d9-b461-402d-8926-353a75ef5b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005091 10.0.0.41 - - [2025-10-23 03:09:27] "GET /virtual-network/ecb463d9-b461-402d-8926-353a75ef5b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005487 10.0.0.41 - - [2025-10-23 03:09:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.008538 10.0.0.41 - - [2025-10-23 03:09:28] "GET /virtual-network/ecb463d9-b461-402d-8926-353a75ef5b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005508 10.0.0.41 - - [2025-10-23 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.133 - - [2025-10-23 03:09:28] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.41 - - [2025-10-23 03:09:28] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.033533 10.0.0.73 - - [2025-10-23 03:09:28] "POST /ref-update HTTP/1.1" 200 156 0.020967 10.0.0.133 - - [2025-10-23 03:09:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006919 10.0.0.41 - - [2025-10-23 03:09:28] "POST /neutron/subnet HTTP/1.1" 200 715 0.235718 10.0.0.41 - - [2025-10-23 03:09:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001221 10.0.0.41 - - [2025-10-23 03:09:28] "GET /virtual-network/53756257-8b63-48d0-8e49-f44b7e42884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005305 10.0.0.41 - - [2025-10-23 03:09:29] "GET /virtual-network/53756257-8b63-48d0-8e49-f44b7e42884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005975 10.0.0.41 - - [2025-10-23 03:09:29] "POST /neutron/network HTTP/1.1" 200 832 0.005922 10.0.0.41 - - [2025-10-23 03:09:29] "GET /virtual-network/53756257-8b63-48d0-8e49-f44b7e42884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005230 10.0.0.41 - - [2025-10-23 03:09:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003775 10.0.0.73 - - [2025-10-23 03:09:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003367 10.0.0.41 - - [2025-10-23 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.133 - - [2025-10-23 03:09:29] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001265 10.0.0.41 - - [2025-10-23 03:09:29] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042410 10.0.0.133 - - [2025-10-23 03:09:29] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.41 - - [2025-10-23 03:09:29] "POST /neutron/network HTTP/1.1" 200 625 0.114547 10.0.0.41 - - [2025-10-23 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.003296 10.0.0.41 - - [2025-10-23 03:09:30] "GET /virtual-network/571d2429-8664-4a2d-909e-f7b6e6a1da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005094 10.0.0.41 - - [2025-10-23 03:09:30] "POST /neutron/network HTTP/1.1" 200 842 0.006854 10.0.0.41 - - [2025-10-23 03:09:30] "GET /virtual-network/571d2429-8664-4a2d-909e-f7b6e6a1da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005478 10.0.0.41 - - [2025-10-23 03:09:30] "GET /virtual-network/571d2429-8664-4a2d-909e-f7b6e6a1da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007132 10.0.0.133 - - [2025-10-23 03:09:30] "GET /obj-perms HTTP/1.1" 200 5026 0.003889 10.0.0.41 - - [2025-10-23 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.133 - - [2025-10-23 03:09:30] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.41 - - [2025-10-23 03:09:30] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041892 10.0.0.41 - - [2025-10-23 03:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.013784 10.0.0.73 - - [2025-10-23 03:09:30] "POST /route-targets HTTP/1.1" 200 328 0.014288 10.0.0.41 - - [2025-10-23 03:09:31] "POST /neutron/network HTTP/1.1" 200 844 0.008215 10.0.0.41 - - [2025-10-23 03:09:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001311 10.0.0.41 - - [2025-10-23 03:09:31] "GET /virtual-network/c8a1fa67-a39a-43d7-9c7a-73b8bc6bb529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005551 10.0.0.41 - - [2025-10-23 03:09:31] "GET /virtual-network/c8a1fa67-a39a-43d7-9c7a-73b8bc6bb529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005635 10.0.0.41 - - [2025-10-23 03:09:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.013053 10.0.0.41 - - [2025-10-23 03:09:31] "GET /virtual-network/c8a1fa67-a39a-43d7-9c7a-73b8bc6bb529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005947 10.0.0.41 - - [2025-10-23 03:09:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.002204 10.0.0.133 - - [2025-10-23 03:09:32] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.41 - - [2025-10-23 03:09:32] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.066086 10.0.0.41 - - [2025-10-23 03:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.007734 10.0.0.41 - - [2025-10-23 03:09:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001931 10.0.0.41 - - [2025-10-23 03:09:33] "POST /neutron/network HTTP/1.1" 200 842 0.006263 10.0.0.41 - - [2025-10-23 03:09:33] "POST /neutron/port HTTP/1.1" 200 1059 0.016216 10.0.0.41 - - [2025-10-23 03:09:34] "POST /neutron/port HTTP/1.1" 200 1087 0.017351 10.0.0.41 - - [2025-10-23 03:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.133 - - [2025-10-23 03:09:34] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000953 10.0.0.41 - - [2025-10-23 03:09:34] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069547 10.0.0.41 - - [2025-10-23 03:09:34] "POST /neutron/port HTTP/1.1" 200 1087 0.016876 10.0.0.41 - - [2025-10-23 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003144 10.0.0.41 - - [2025-10-23 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.133 - - [2025-10-23 03:09:34] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.41 - - [2025-10-23 03:09:34] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006889 10.0.0.41 - - [2025-10-23 03:09:34] "POST /service-templates HTTP/1.1" 200 545 0.028805 10.0.0.41 - - [2025-10-23 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.41 - - [2025-10-23 03:09:34] "GET /service-template/ac9e7171-1c12-4d5d-8cb3-27a037ec8315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006668 10.0.0.41 - - [2025-10-23 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-10-23 03:09:34] "GET /service-template/ac9e7171-1c12-4d5d-8cb3-27a037ec8315?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005107 10.0.0.41 - - [2025-10-23 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001324 10.0.0.41 - - [2025-10-23 03:09:34] "POST /neutron/network HTTP/1.1" 200 842 0.008139 10.0.0.41 - - [2025-10-23 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001166 10.0.0.41 - - [2025-10-23 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001140 10.0.0.41 - - [2025-10-23 03:09:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015501 10.0.0.41 - - [2025-10-23 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-10-23 03:09:35] "DELETE /service-template/ac9e7171-1c12-4d5d-8cb3-27a037ec8315 HTTP/1.1" 200 115 0.026968 10.0.0.41 - - [2025-10-23 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004115 10.0.0.41 - - [2025-10-23 03:09:35] "POST /neutron/port HTTP/1.1" 200 1110 0.083762 10.0.0.41 - - [2025-10-23 03:09:35] "POST /neutron/subnet HTTP/1.1" 200 689 0.008221 10.0.0.41 - - [2025-10-23 03:09:35] "POST /neutron/network HTTP/1.1" 200 844 0.006550 10.0.0.73 - - [2025-10-23 03:09:35] "DELETE /route-target/d0c08605-70bf-49aa-976b-2fa7a5b502a4 HTTP/1.1" 200 115 0.027371 10.0.0.133 - - [2025-10-23 03:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.133 - - [2025-10-23 03:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.41 - - [2025-10-23 03:09:36] "POST /neutron/network HTTP/1.1" 200 151 0.103651 10.0.0.41 - - [2025-10-23 03:09:36] "POST /neutron/port HTTP/1.1" 200 151 0.173943 10.0.0.41 - - [2025-10-23 03:09:37] "POST /neutron/port HTTP/1.1" 200 1084 0.017867 10.0.0.41 - - [2025-10-23 03:09:37] "POST /neutron/port HTTP/1.1" 200 117 0.006870 10.0.0.41 - - [2025-10-23 03:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.006568 10.0.0.73 - - [2025-10-23 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.41 - - [2025-10-23 03:09:39] "POST /neutron/network HTTP/1.1" 200 833 0.009473 10.0.0.73 - - [2025-10-23 03:09:39] "DELETE /route-target/21ce4851-48d3-4915-a7fc-5e6627f2fdd2 HTTP/1.1" 200 115 0.026235 10.0.0.133 - - [2025-10-23 03:09:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002522 10.0.0.133 - - [2025-10-23 03:09:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003124 10.0.0.41 - - [2025-10-23 03:09:39] "POST /neutron/network HTTP/1.1" 200 151 0.123537 10.0.0.133 - - [2025-10-23 03:09:41] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.41 - - [2025-10-23 03:09:41] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.036627 10.0.0.133 - - [2025-10-23 03:09:41] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000896 10.0.0.41 - - [2025-10-23 03:09:41] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?fields=virtual_networks HTTP/1.1" 200 1030 0.079022 10.0.0.133 - - [2025-10-23 03:09:41] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.41 - - [2025-10-23 03:09:41] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.049662 10.0.0.133 - - [2025-10-23 03:09:41] "GET /projects?obj_uuids=2f203067-a2f0-452f-97c4-76076398d539&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001748 10.0.0.41 - - [2025-10-23 03:09:41] "GET /project/2f203067-a2f0-452f-97c4-76076398d539?fields=security_groups HTTP/1.1" 200 1255 0.038467 10.0.0.41 - - [2025-10-23 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.027255 10.0.0.133 - - [2025-10-23 03:09:42] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003376 10.0.0.133 - - [2025-10-23 03:09:42] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.133 - - [2025-10-23 03:09:42] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007948 10.0.0.133 - - [2025-10-23 03:09:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.003950 10.0.0.133 - - [2025-10-23 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.007846 10.0.0.133 - - [2025-10-23 03:09:42] "POST /security-groups HTTP/1.1" 200 589 0.081145 10.0.0.73 - - [2025-10-23 03:09:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.003853 10.0.0.133 - - [2025-10-23 03:09:42] "POST /projects HTTP/1.1" 200 581 0.292950 10.0.0.133 - - [2025-10-23 03:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.361350 10.0.0.41 - - [2025-10-23 03:09:42] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.495323 10.0.0.73 - - [2025-10-23 03:09:42] "POST /access-control-lists HTTP/1.1" 200 594 0.037959 10.0.0.41 - - [2025-10-23 03:09:44] "GET / HTTP/1.1" 200 36215 0.001891 10.0.0.73 - - [2025-10-23 03:09:45] "GET /obj-perms HTTP/1.1" 200 5056 0.054515 10.0.0.41 - - [2025-10-23 03:09:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.41 - - [2025-10-23 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.033990 10.0.0.133 - - [2025-10-23 03:09:46] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.41 - - [2025-10-23 03:09:46] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043133 10.0.0.133 - - [2025-10-23 03:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003251 10.0.0.41 - - [2025-10-23 03:09:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.219188 10.0.0.41 - - [2025-10-23 03:09:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.41 - - [2025-10-23 03:09:46] "GET /virtual-network/f20cb768-25be-4276-9784-238a927bc692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005054 10.0.0.41 - - [2025-10-23 03:09:46] "GET /virtual-network/f20cb768-25be-4276-9784-238a927bc692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005410 10.0.0.41 - - [2025-10-23 03:09:46] "POST /neutron/network HTTP/1.1" 200 831 0.005842 10.0.0.41 - - [2025-10-23 03:09:47] "GET /virtual-network/f20cb768-25be-4276-9784-238a927bc692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005301 10.0.0.41 - - [2025-10-23 03:09:48] "GET /obj-perms HTTP/1.1" 200 5026 0.049336 10.0.0.133 - - [2025-10-23 03:09:48] "GET /obj-perms HTTP/1.1" 200 5026 0.047255 10.0.0.41 - - [2025-10-23 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.133 - - [2025-10-23 03:09:49] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.41 - - [2025-10-23 03:09:49] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050390 10.0.0.133 - - [2025-10-23 03:09:49] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.41 - - [2025-10-23 03:09:49] "POST /neutron/network HTTP/1.1" 200 617 0.139766 10.0.0.73 - - [2025-10-23 03:09:49] "POST /route-targets HTTP/1.1" 200 328 0.016041 10.0.0.41 - - [2025-10-23 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.003118 10.0.0.41 - - [2025-10-23 03:09:49] "GET /virtual-network/e3d73f07-7e74-4c8a-84f0-be7e5f279721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005387 10.0.0.41 - - [2025-10-23 03:09:49] "POST /neutron/network HTTP/1.1" 200 834 0.006469 10.0.0.41 - - [2025-10-23 03:09:49] "GET /virtual-network/e3d73f07-7e74-4c8a-84f0-be7e5f279721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005629 10.0.0.41 - - [2025-10-23 03:09:49] "GET /virtual-network/e3d73f07-7e74-4c8a-84f0-be7e5f279721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005337 10.0.0.41 - - [2025-10-23 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.133 - - [2025-10-23 03:09:50] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.41 - - [2025-10-23 03:09:50] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.037428 10.0.0.41 - - [2025-10-23 03:09:50] "POST /neutron/network HTTP/1.1" 200 117 0.012955 10.0.0.73 - - [2025-10-23 03:09:50] "POST /ref-update HTTP/1.1" 200 156 0.024131 10.0.0.41 - - [2025-10-23 03:09:50] "POST /neutron/network HTTP/1.1" 200 838 0.008472 10.0.0.41 - - [2025-10-23 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.000985 10.0.0.41 - - [2025-10-23 03:09:50] "GET /virtual-network/17d54cb7-f3dd-435f-979d-ab8310cc12c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005321 10.0.0.41 - - [2025-10-23 03:09:50] "GET /virtual-network/17d54cb7-f3dd-435f-979d-ab8310cc12c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006775 10.0.0.41 - - [2025-10-23 03:09:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.009527 10.0.0.41 - - [2025-10-23 03:09:51] "GET /virtual-network/17d54cb7-f3dd-435f-979d-ab8310cc12c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006946 10.0.0.73 - - [2025-10-23 03:09:51] "GET /obj-perms HTTP/1.1" 200 5026 0.046660 10.0.0.41 - - [2025-10-23 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001289 10.0.0.133 - - [2025-10-23 03:09:52] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000920 10.0.0.41 - - [2025-10-23 03:09:52] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.068427 10.0.0.41 - - [2025-10-23 03:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.006255 10.0.0.41 - - [2025-10-23 03:09:52] "POST /id-to-fqname HTTP/1.1" 200 226 0.001184 10.0.0.41 - - [2025-10-23 03:09:52] "POST /neutron/network HTTP/1.1" 200 848 0.007659 10.0.0.41 - - [2025-10-23 03:09:53] "POST /neutron/port HTTP/1.1" 200 1056 0.014291 10.0.0.41 - - [2025-10-23 03:09:53] "POST /neutron/port HTTP/1.1" 200 1084 0.019722 10.0.0.41 - - [2025-10-23 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.133 - - [2025-10-23 03:09:53] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.41 - - [2025-10-23 03:09:53] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.062856 10.0.0.41 - - [2025-10-23 03:09:54] "POST /neutron/port HTTP/1.1" 200 1084 0.023485 10.0.0.41 - - [2025-10-23 03:09:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.004102 10.0.0.41 - - [2025-10-23 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.133 - - [2025-10-23 03:09:54] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.41 - - [2025-10-23 03:09:54] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007089 10.0.0.41 - - [2025-10-23 03:09:54] "POST /service-templates HTTP/1.1" 200 545 0.038535 10.0.0.41 - - [2025-10-23 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.41 - - [2025-10-23 03:09:54] "GET /service-template/2c704d78-dbb6-46fb-a4b8-03e073b88312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.008960 10.0.0.41 - - [2025-10-23 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2025-10-23 03:09:54] "GET /service-template/2c704d78-dbb6-46fb-a4b8-03e073b88312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004309 10.0.0.41 - - [2025-10-23 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001194 10.0.0.41 - - [2025-10-23 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001061 10.0.0.41 - - [2025-10-23 03:09:54] "POST /neutron/network HTTP/1.1" 200 848 0.006719 10.0.0.41 - - [2025-10-23 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.001237 10.0.0.41 - - [2025-10-23 03:09:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007299 10.0.0.41 - - [2025-10-23 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.41 - - [2025-10-23 03:09:55] "DELETE /service-template/2c704d78-dbb6-46fb-a4b8-03e073b88312 HTTP/1.1" 200 115 0.034052 10.0.0.41 - - [2025-10-23 03:09:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.009714 10.0.0.41 - - [2025-10-23 03:09:55] "POST /neutron/port HTTP/1.1" 200 1112 0.095928 10.0.0.41 - - [2025-10-23 03:09:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.008647 10.0.0.41 - - [2025-10-23 03:09:55] "POST /neutron/network HTTP/1.1" 200 838 0.006528 10.0.0.41 - - [2025-10-23 03:09:55] "POST /neutron/port HTTP/1.1" 200 1110 0.011553 10.0.0.41 - - [2025-10-23 03:09:57] "POST /neutron/port HTTP/1.1" 200 1112 0.014494 10.0.0.41 - - [2025-10-23 03:09:57] "POST /neutron/network HTTP/1.1" 200 2192 0.012698 10.0.0.133 - - [2025-10-23 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.133 - - [2025-10-23 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.41 - - [2025-10-23 03:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.116511 10.0.0.133 - - [2025-10-23 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006194 10.0.0.73 - - [2025-10-23 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007132 10.0.0.133 - - [2025-10-23 03:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.41 - - [2025-10-23 03:09:57] "POST /neutron/network HTTP/1.1" 200 151 0.134146 10.0.0.73 - - [2025-10-23 03:09:58] "DELETE /route-target/72b3ac1e-5007-4aa7-a4d3-21b75e7e7912 HTTP/1.1" 200 115 0.022012 10.0.0.41 - - [2025-10-23 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.133 - - [2025-10-23 03:10:01] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.41 - - [2025-10-23 03:10:01] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043386 10.0.0.41 - - [2025-10-23 03:10:01] "POST /neutron/network HTTP/1.1" 200 117 0.011415 10.0.0.41 - - [2025-10-23 03:10:01] "POST /neutron/network HTTP/1.1" 200 831 0.009014 10.0.0.41 - - [2025-10-23 03:10:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001193 10.0.0.41 - - [2025-10-23 03:10:01] "GET /virtual-network/16e6ccbe-658c-447b-ba63-e7ccc75785f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005192 10.0.0.41 - - [2025-10-23 03:10:01] "GET /virtual-network/16e6ccbe-658c-447b-ba63-e7ccc75785f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006068 10.0.0.41 - - [2025-10-23 03:10:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.013123 10.0.0.41 - - [2025-10-23 03:10:02] "GET /virtual-network/16e6ccbe-658c-447b-ba63-e7ccc75785f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006327 10.0.0.41 - - [2025-10-23 03:10:02] "GET /obj-perms HTTP/1.1" 200 5026 0.004591 10.0.0.133 - - [2025-10-23 03:10:02] "GET /obj-perms HTTP/1.1" 200 5026 0.004366 10.0.0.41 - - [2025-10-23 03:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.133 - - [2025-10-23 03:10:02] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.41 - - [2025-10-23 03:10:02] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044348 10.0.0.73 - - [2025-10-23 03:10:02] "POST /route-targets HTTP/1.1" 200 328 0.012973 10.0.0.73 - - [2025-10-23 03:10:02] "DELETE /access-control-list/9b80c38e-883b-48b5-950c-db33f7fa060e HTTP/1.1" 200 115 0.038929 10.0.0.133 - - [2025-10-23 03:10:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003405 10.0.0.41 - - [2025-10-23 03:10:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.245843 10.0.0.41 - - [2025-10-23 03:10:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001246 10.0.0.41 - - [2025-10-23 03:10:03] "GET /virtual-network/7dc0b387-e517-4cfe-aa06-b68a1f6e9472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007970 10.0.0.41 - - [2025-10-23 03:10:03] "GET /virtual-network/7dc0b387-e517-4cfe-aa06-b68a1f6e9472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006791 10.0.0.41 - - [2025-10-23 03:10:03] "POST /neutron/network HTTP/1.1" 200 832 0.012558 10.0.0.41 - - [2025-10-23 03:10:03] "GET /virtual-network/7dc0b387-e517-4cfe-aa06-b68a1f6e9472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005283 10.0.0.41 - - [2025-10-23 03:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.133 - - [2025-10-23 03:10:03] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.41 - - [2025-10-23 03:10:03] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042029 10.0.0.133 - - [2025-10-23 03:10:03] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.41 - - [2025-10-23 03:10:03] "POST /neutron/network HTTP/1.1" 200 615 0.142802 10.0.0.41 - - [2025-10-23 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.002910 10.0.0.41 - - [2025-10-23 03:10:04] "GET /virtual-network/f75983ff-13ee-4e58-9b24-9cc9006aaad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005198 10.0.0.41 - - [2025-10-23 03:10:04] "POST /neutron/network HTTP/1.1" 200 832 0.006228 10.0.0.41 - - [2025-10-23 03:10:04] "GET /virtual-network/f75983ff-13ee-4e58-9b24-9cc9006aaad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005254 10.0.0.41 - - [2025-10-23 03:10:04] "GET /virtual-network/f75983ff-13ee-4e58-9b24-9cc9006aaad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006451 10.0.0.73 - - [2025-10-23 03:10:04] "GET /obj-perms HTTP/1.1" 200 5026 0.004592 10.0.0.133 - - [2025-10-23 03:10:04] "DELETE /project/b9153e12ee8c45acbdb9d34d9f069520 HTTP/1.1" 404 173 0.002877 10.0.0.133 - - [2025-10-23 03:10:04] "DELETE /project/2f203067-a2f0-452f-97c4-76076398d539 HTTP/1.1" 404 177 0.005242 10.0.0.41 - - [2025-10-23 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.41 - - [2025-10-23 03:10:05] "POST /neutron/network HTTP/1.1" 200 842 0.006969 10.0.0.133 - - [2025-10-23 03:10:05] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.41 - - [2025-10-23 03:10:05] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057629 10.0.0.41 - - [2025-10-23 03:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.009078 10.0.0.41 - - [2025-10-23 03:10:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001206 10.0.0.41 - - [2025-10-23 03:10:06] "POST /neutron/network HTTP/1.1" 200 842 0.006599 10.0.0.41 - - [2025-10-23 03:10:06] "POST /neutron/port HTTP/1.1" 200 1058 0.015738 10.0.0.41 - - [2025-10-23 03:10:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.133 - - [2025-10-23 03:10:07] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.41 - - [2025-10-23 03:10:07] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.075256 10.0.0.41 - - [2025-10-23 03:10:07] "POST /neutron/network HTTP/1.1" 200 832 0.006510 10.0.0.41 - - [2025-10-23 03:10:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006712 10.0.0.41 - - [2025-10-23 03:10:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003625 10.0.0.41 - - [2025-10-23 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.133 - - [2025-10-23 03:10:07] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.41 - - [2025-10-23 03:10:07] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009656 10.0.0.41 - - [2025-10-23 03:10:07] "POST /service-templates HTTP/1.1" 200 545 0.031016 10.0.0.41 - - [2025-10-23 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.41 - - [2025-10-23 03:10:07] "GET /service-template/84deb62c-cf69-426a-aa19-c3070a6dfcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006115 10.0.0.41 - - [2025-10-23 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.41 - - [2025-10-23 03:10:07] "GET /service-template/84deb62c-cf69-426a-aa19-c3070a6dfcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003978 10.0.0.41 - - [2025-10-23 03:10:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001027 10.0.0.41 - - [2025-10-23 03:10:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001137 10.0.0.41 - - [2025-10-23 03:10:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.000907 10.0.0.133 - - [2025-10-23 03:10:07] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000766 10.0.0.41 - - [2025-10-23 03:10:08] "POST /neutron/port HTTP/1.1" 200 1056 0.343315 10.0.0.41 - - [2025-10-23 03:10:08] "POST /neutron/port HTTP/1.1" 200 1056 0.010441 10.0.0.41 - - [2025-10-23 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.41 - - [2025-10-23 03:10:08] "DELETE /service-template/84deb62c-cf69-426a-aa19-c3070a6dfcf7 HTTP/1.1" 200 115 0.027837 10.0.0.41 - - [2025-10-23 03:10:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.002669 10.0.0.41 - - [2025-10-23 03:10:08] "POST /neutron/port HTTP/1.1" 200 1084 0.016013 10.0.0.41 - - [2025-10-23 03:10:08] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.41 - - [2025-10-23 03:10:08] "POST /neutron/network HTTP/1.1" 400 204 0.016403 10.0.0.41 - - [2025-10-23 03:10:09] "POST /neutron/port HTTP/1.1" 200 151 0.159177 10.0.0.41 - - [2025-10-23 03:10:10] "POST /neutron/port HTTP/1.1" 200 151 0.166610 10.0.0.41 - - [2025-10-23 03:10:10] "POST /neutron/network HTTP/1.1" 200 117 0.010240 10.0.0.73 - - [2025-10-23 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006252 10.0.0.41 - - [2025-10-23 03:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.006512 10.0.0.73 - - [2025-10-23 03:10:11] "DELETE /route-target/661acdcf-a3a2-4541-a309-7dbcfbe7373d HTTP/1.1" 200 115 0.025069 10.0.0.41 - - [2025-10-23 03:10:11] "POST /neutron/network HTTP/1.1" 200 831 0.006431 10.0.0.133 - - [2025-10-23 03:10:13] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.41 - - [2025-10-23 03:10:13] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056480 10.0.0.133 - - [2025-10-23 03:10:13] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000882 10.0.0.41 - - [2025-10-23 03:10:13] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?fields=virtual_networks HTTP/1.1" 200 1031 0.034920 10.0.0.133 - - [2025-10-23 03:10:13] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.41 - - [2025-10-23 03:10:13] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042741 10.0.0.133 - - [2025-10-23 03:10:13] "GET /projects?obj_uuids=b9153e12-ee8c-45ac-bdb9-d34d9f069520&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.41 - - [2025-10-23 03:10:13] "GET /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520?fields=security_groups HTTP/1.1" 200 1256 0.043594 10.0.0.41 - - [2025-10-23 03:10:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.029609 10.0.0.133 - - [2025-10-23 03:10:14] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003433 10.0.0.133 - - [2025-10-23 03:10:14] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001797 10.0.0.133 - - [2025-10-23 03:10:14] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009311 10.0.0.133 - - [2025-10-23 03:10:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.001136 10.0.0.133 - - [2025-10-23 03:10:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.009444 10.0.0.133 - - [2025-10-23 03:10:14] "POST /security-groups HTTP/1.1" 200 587 0.033454 10.0.0.73 - - [2025-10-23 03:10:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.004955 10.0.0.133 - - [2025-10-23 03:10:14] "POST /projects HTTP/1.1" 200 577 0.232270 10.0.0.133 - - [2025-10-23 03:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.324648 10.0.0.73 - - [2025-10-23 03:10:14] "POST /access-control-lists HTTP/1.1" 200 592 0.041766 10.0.0.41 - - [2025-10-23 03:10:14] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.475092 10.0.0.41 - - [2025-10-23 03:10:16] "GET / HTTP/1.1" 200 36215 0.001815 10.0.0.41 - - [2025-10-23 03:10:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-10-23 03:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.062033 10.0.0.133 - - [2025-10-23 03:10:18] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000844 10.0.0.41 - - [2025-10-23 03:10:18] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.038036 10.0.0.133 - - [2025-10-23 03:10:18] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146 10.0.0.41 - - [2025-10-23 03:10:18] "POST /neutron/network HTTP/1.1" 200 611 0.153900 10.0.0.41 - - [2025-10-23 03:10:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.003960 10.0.0.41 - - [2025-10-23 03:10:19] "GET /virtual-network/efa4f5f9-ef06-4d33-80d4-b21a53b11bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005927 10.0.0.41 - - [2025-10-23 03:10:19] "POST /neutron/network HTTP/1.1" 200 829 0.006897 10.0.0.41 - - [2025-10-23 03:10:19] "GET /virtual-network/efa4f5f9-ef06-4d33-80d4-b21a53b11bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005325 10.0.0.41 - - [2025-10-23 03:10:19] "GET /virtual-network/efa4f5f9-ef06-4d33-80d4-b21a53b11bc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006665 10.0.0.41 - - [2025-10-23 03:10:20] "GET /obj-perms HTTP/1.1" 200 5022 0.067397 10.0.0.133 - - [2025-10-23 03:10:21] "GET /obj-perms HTTP/1.1" 200 5022 0.056221 10.0.0.41 - - [2025-10-23 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.133 - - [2025-10-23 03:10:21] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000863 10.0.0.41 - - [2025-10-23 03:10:21] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045524 10.0.0.41 - - [2025-10-23 03:10:21] "POST /neutron/network HTTP/1.1" 200 117 0.011330 10.0.0.73 - - [2025-10-23 03:10:21] "POST /route-targets HTTP/1.1" 200 328 0.013076 10.0.0.41 - - [2025-10-23 03:10:22] "POST /neutron/network HTTP/1.1" 200 829 0.009990 10.0.0.41 - - [2025-10-23 03:10:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.000984 10.0.0.41 - - [2025-10-23 03:10:22] "GET /virtual-network/972d14ec-14be-423a-a678-d00b9dc26a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004735 10.0.0.41 - - [2025-10-23 03:10:22] "GET /virtual-network/972d14ec-14be-423a-a678-d00b9dc26a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005387 10.0.0.41 - - [2025-10-23 03:10:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.008818 10.0.0.41 - - [2025-10-23 03:10:22] "GET /virtual-network/972d14ec-14be-423a-a678-d00b9dc26a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005896 10.0.0.41 - - [2025-10-23 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.133 - - [2025-10-23 03:10:23] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001210 10.0.0.41 - - [2025-10-23 03:10:23] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.058338 10.0.0.73 - - [2025-10-23 03:10:23] "POST /ref-update HTTP/1.1" 200 156 0.061740 10.0.0.133 - - [2025-10-23 03:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007696 10.0.0.41 - - [2025-10-23 03:10:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.245192 10.0.0.41 - - [2025-10-23 03:10:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001395 10.0.0.41 - - [2025-10-23 03:10:23] "GET /virtual-network/00b5d344-6f31-4d16-b1a6-48cf13ef4391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005223 10.0.0.41 - - [2025-10-23 03:10:23] "GET /virtual-network/00b5d344-6f31-4d16-b1a6-48cf13ef4391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005941 10.0.0.41 - - [2025-10-23 03:10:23] "POST /neutron/network HTTP/1.1" 200 831 0.006730 10.0.0.41 - - [2025-10-23 03:10:23] "GET /virtual-network/00b5d344-6f31-4d16-b1a6-48cf13ef4391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005336 10.0.0.73 - - [2025-10-23 03:10:24] "GET /obj-perms HTTP/1.1" 200 5022 0.075942 10.0.0.41 - - [2025-10-23 03:10:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001388 10.0.0.133 - - [2025-10-23 03:10:25] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000931 10.0.0.41 - - [2025-10-23 03:10:25] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.073540 10.0.0.41 - - [2025-10-23 03:10:25] "POST /neutron/network HTTP/1.1" 200 829 0.006381 10.0.0.41 - - [2025-10-23 03:10:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001241 10.0.0.41 - - [2025-10-23 03:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.133 - - [2025-10-23 03:10:26] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000942 10.0.0.41 - - [2025-10-23 03:10:26] "POST /neutron/port HTTP/1.1" 200 1055 0.251030 10.0.0.41 - - [2025-10-23 03:10:26] "POST /neutron/port HTTP/1.1" 200 1109 0.102599 10.0.0.41 - - [2025-10-23 03:10:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008054 10.0.0.133 - - [2025-10-23 03:10:26] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001194 10.0.0.41 - - [2025-10-23 03:10:27] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.061470 10.0.0.41 - - [2025-10-23 03:10:27] "POST /neutron/network HTTP/1.1" 200 831 0.006835 10.0.0.41 - - [2025-10-23 03:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.005959 10.0.0.41 - - [2025-10-23 03:10:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003583 10.0.0.41 - - [2025-10-23 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.133 - - [2025-10-23 03:10:27] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.41 - - [2025-10-23 03:10:27] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006916 10.0.0.41 - - [2025-10-23 03:10:27] "POST /service-templates HTTP/1.1" 200 545 0.030620 10.0.0.41 - - [2025-10-23 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.41 - - [2025-10-23 03:10:27] "GET /service-template/f272247f-dc69-49ef-8d27-1066a622cc1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005440 10.0.0.41 - - [2025-10-23 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.41 - - [2025-10-23 03:10:27] "GET /service-template/f272247f-dc69-49ef-8d27-1066a622cc1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003807 10.0.0.41 - - [2025-10-23 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001198 10.0.0.41 - - [2025-10-23 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001183 10.0.0.41 - - [2025-10-23 03:10:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002937 10.0.0.41 - - [2025-10-23 03:10:27] "POST /neutron/port HTTP/1.1" 200 1996 0.038092 10.0.0.41 - - [2025-10-23 03:10:28] "POST /neutron/port HTTP/1.1" 200 1055 0.011165 10.0.0.41 - - [2025-10-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.41 - - [2025-10-23 03:10:28] "DELETE /service-template/f272247f-dc69-49ef-8d27-1066a622cc1f HTTP/1.1" 200 115 0.028478 10.0.0.41 - - [2025-10-23 03:10:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002769 10.0.0.41 - - [2025-10-23 03:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003592 10.0.0.41 - - [2025-10-23 03:10:28] "POST /neutron/network HTTP/1.1" 200 831 0.009432 10.0.0.41 - - [2025-10-23 03:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.014627 10.0.0.41 - - [2025-10-23 03:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.020463 10.0.0.41 - - [2025-10-23 03:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.007556 10.0.0.41 - - [2025-10-23 03:10:30] "POST /neutron/network HTTP/1.1" 200 831 0.006490 10.0.0.41 - - [2025-10-23 03:10:30] "POST /neutron/network HTTP/1.1" 200 829 0.006902 10.0.0.73 - - [2025-10-23 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.133 - - [2025-10-23 03:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006855 10.0.0.133 - - [2025-10-23 03:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004649 10.0.0.41 - - [2025-10-23 03:10:31] "POST /neutron/network HTTP/1.1" 200 151 0.123980 10.0.0.73 - - [2025-10-23 03:10:31] "DELETE /route-target/dc028727-d792-49d9-9ef0-9fbee570cc08 HTTP/1.1" 200 115 0.025936 10.0.0.41 - - [2025-10-23 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.133 - - [2025-10-23 03:10:34] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001031 10.0.0.41 - - [2025-10-23 03:10:34] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048682 10.0.0.133 - - [2025-10-23 03:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007491 10.0.0.41 - - [2025-10-23 03:10:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.248465 10.0.0.41 - - [2025-10-23 03:10:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001261 10.0.0.41 - - [2025-10-23 03:10:34] "GET /virtual-network/108f557e-53ef-45b1-aca1-21ed3282db93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005046 10.0.0.41 - - [2025-10-23 03:10:35] "GET /virtual-network/108f557e-53ef-45b1-aca1-21ed3282db93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005615 10.0.0.41 - - [2025-10-23 03:10:35] "POST /neutron/network HTTP/1.1" 200 830 0.006696 10.0.0.41 - - [2025-10-23 03:10:35] "GET /virtual-network/108f557e-53ef-45b1-aca1-21ed3282db93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006683 10.0.0.41 - - [2025-10-23 03:10:35] "GET /obj-perms HTTP/1.1" 200 5022 0.003582 10.0.0.133 - - [2025-10-23 03:10:35] "GET /obj-perms HTTP/1.1" 200 5022 0.003886 10.0.0.41 - - [2025-10-23 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.133 - - [2025-10-23 03:10:35] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.41 - - [2025-10-23 03:10:35] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045389 10.0.0.133 - - [2025-10-23 03:10:35] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.41 - - [2025-10-23 03:10:35] "POST /neutron/network HTTP/1.1" 200 611 0.121607 10.0.0.73 - - [2025-10-23 03:10:35] "POST /route-targets HTTP/1.1" 200 328 0.012158 10.0.0.41 - - [2025-10-23 03:10:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.002784 10.0.0.41 - - [2025-10-23 03:10:36] "GET /virtual-network/928754d2-c80f-4bc3-a887-678ced7b0cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005399 10.0.0.41 - - [2025-10-23 03:10:36] "POST /neutron/network HTTP/1.1" 200 828 0.005847 10.0.0.41 - - [2025-10-23 03:10:36] "GET /virtual-network/928754d2-c80f-4bc3-a887-678ced7b0cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005060 10.0.0.41 - - [2025-10-23 03:10:36] "GET /virtual-network/928754d2-c80f-4bc3-a887-678ced7b0cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005651 10.0.0.41 - - [2025-10-23 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.133 - - [2025-10-23 03:10:36] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001040 10.0.0.41 - - [2025-10-23 03:10:36] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053615 10.0.0.41 - - [2025-10-23 03:10:36] "POST /neutron/network HTTP/1.1" 200 117 0.014030 10.0.0.73 - - [2025-10-23 03:10:37] "POST /ref-update HTTP/1.1" 200 156 0.022426 10.0.0.41 - - [2025-10-23 03:10:37] "POST /neutron/network HTTP/1.1" 200 832 0.009142 10.0.0.41 - - [2025-10-23 03:10:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001145 10.0.0.41 - - [2025-10-23 03:10:37] "GET /virtual-network/3e42957e-28db-4e6f-8033-d52602d37751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005475 10.0.0.41 - - [2025-10-23 03:10:37] "GET /virtual-network/3e42957e-28db-4e6f-8033-d52602d37751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005485 10.0.0.41 - - [2025-10-23 03:10:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.011796 10.0.0.41 - - [2025-10-23 03:10:37] "GET /virtual-network/3e42957e-28db-4e6f-8033-d52602d37751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006339 10.0.0.73 - - [2025-10-23 03:10:37] "GET /obj-perms HTTP/1.1" 200 5022 0.003758 10.0.0.41 - - [2025-10-23 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.133 - - [2025-10-23 03:10:37] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000859 10.0.0.41 - - [2025-10-23 03:10:38] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.050193 10.0.0.133 - - [2025-10-23 03:10:38] "POST /useragent-kv HTTP/1.1" 200 115 0.006838 10.0.0.41 - - [2025-10-23 03:10:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.227285 10.0.0.41 - - [2025-10-23 03:10:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001165 10.0.0.41 - - [2025-10-23 03:10:38] "GET /virtual-network/6c1fe787-17c0-407f-a8c3-9236f7abedbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005473 10.0.0.41 - - [2025-10-23 03:10:38] "GET /virtual-network/6c1fe787-17c0-407f-a8c3-9236f7abedbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005614 10.0.0.41 - - [2025-10-23 03:10:38] "POST /neutron/network HTTP/1.1" 200 841 0.006166 10.0.0.41 - - [2025-10-23 03:10:38] "GET /virtual-network/6c1fe787-17c0-407f-a8c3-9236f7abedbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006081 10.0.0.41 - - [2025-10-23 03:10:39] "GET /obj-perms HTTP/1.1" 200 5022 0.003713 10.0.0.133 - - [2025-10-23 03:10:39] "GET /obj-perms HTTP/1.1" 200 5022 0.004308 10.0.0.41 - - [2025-10-23 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.133 - - [2025-10-23 03:10:39] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000855 10.0.0.41 - - [2025-10-23 03:10:39] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.043371 10.0.0.133 - - [2025-10-23 03:10:39] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001591 10.0.0.41 - - [2025-10-23 03:10:39] "POST /neutron/network HTTP/1.1" 200 625 0.132659 10.0.0.73 - - [2025-10-23 03:10:39] "POST /route-targets HTTP/1.1" 200 328 0.016648 10.0.0.41 - - [2025-10-23 03:10:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.004116 10.0.0.41 - - [2025-10-23 03:10:39] "GET /virtual-network/d8bbf4cd-4ba3-4381-8cfa-02edd411a138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007896 10.0.0.41 - - [2025-10-23 03:10:39] "POST /neutron/network HTTP/1.1" 200 845 0.009991 10.0.0.41 - - [2025-10-23 03:10:39] "GET /virtual-network/d8bbf4cd-4ba3-4381-8cfa-02edd411a138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006935 10.0.0.41 - - [2025-10-23 03:10:40] "GET /virtual-network/d8bbf4cd-4ba3-4381-8cfa-02edd411a138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005593 10.0.0.41 - - [2025-10-23 03:10:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001873 10.0.0.41 - - [2025-10-23 03:10:40] "POST /neutron/network HTTP/1.1" 200 838 0.009166 10.0.0.133 - - [2025-10-23 03:10:41] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001700 10.0.0.41 - - [2025-10-23 03:10:41] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.094174 10.0.0.41 - - [2025-10-23 03:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.005886 10.0.0.41 - - [2025-10-23 03:10:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001153 10.0.0.41 - - [2025-10-23 03:10:42] "POST /neutron/network HTTP/1.1" 200 838 0.006402 10.0.0.41 - - [2025-10-23 03:10:42] "POST /neutron/port HTTP/1.1" 200 1054 0.013564 10.0.0.41 - - [2025-10-23 03:10:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003231 10.0.0.133 - - [2025-10-23 03:10:42] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.41 - - [2025-10-23 03:10:42] "POST /neutron/network HTTP/1.1" 200 828 0.005867 10.0.0.41 - - [2025-10-23 03:10:42] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.101620 10.0.0.41 - - [2025-10-23 03:10:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007695 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.004517 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.133 - - [2025-10-23 03:10:43] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000868 10.0.0.41 - - [2025-10-23 03:10:43] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006643 10.0.0.41 - - [2025-10-23 03:10:43] "POST /service-templates HTTP/1.1" 200 545 0.026367 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.41 - - [2025-10-23 03:10:43] "GET /service-template/2e6c1d50-021d-4eb2-a0f7-39bce57e47c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005846 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.41 - - [2025-10-23 03:10:43] "GET /service-template/2e6c1d50-021d-4eb2-a0f7-39bce57e47c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003923 10.0.0.41 - - [2025-10-23 03:10:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.000984 10.0.0.41 - - [2025-10-23 03:10:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001229 10.0.0.41 - - [2025-10-23 03:10:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001145 10.0.0.133 - - [2025-10-23 03:10:43] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000932 10.0.0.41 - - [2025-10-23 03:10:43] "POST /neutron/port HTTP/1.1" 200 1056 0.301468 10.0.0.41 - - [2025-10-23 03:10:43] "POST /neutron/port HTTP/1.1" 200 1056 0.010736 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.41 - - [2025-10-23 03:10:43] "DELETE /service-template/2e6c1d50-021d-4eb2-a0f7-39bce57e47c2 HTTP/1.1" 200 115 0.025276 10.0.0.41 - - [2025-10-23 03:10:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005622 10.0.0.41 - - [2025-10-23 03:10:44] "POST /neutron/port HTTP/1.1" 200 1084 0.015139 10.0.0.41 - - [2025-10-23 03:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.133 - - [2025-10-23 03:10:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004931 10.0.0.133 - - [2025-10-23 03:10:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003241 10.0.0.41 - - [2025-10-23 03:10:44] "POST /neutron/network HTTP/1.1" 200 151 0.126563 10.0.0.73 - - [2025-10-23 03:10:44] "DELETE /route-target/8d432ab9-04f8-4242-9d4a-b7bfea0d9ed2 HTTP/1.1" 200 115 0.022193 10.0.0.41 - - [2025-10-23 03:10:44] "POST /neutron/port HTTP/1.1" 200 1082 0.020218 10.0.0.41 - - [2025-10-23 03:10:44] "POST /neutron/network HTTP/1.1" 200 832 0.014300 10.0.0.41 - - [2025-10-23 03:10:45] "POST /neutron/port HTTP/1.1" 200 1110 0.012910 10.0.0.41 - - [2025-10-23 03:10:46] "POST /neutron/network HTTP/1.1" 200 2179 0.013110 10.0.0.41 - - [2025-10-23 03:10:47] "POST /neutron/network HTTP/1.1" 200 832 0.005922 10.0.0.73 - - [2025-10-23 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.73 - - [2025-10-23 03:10:47] "GET /obj-perms HTTP/1.1" 200 5056 0.096252 10.0.0.133 - - [2025-10-23 03:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.133 - - [2025-10-23 03:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.41 - - [2025-10-23 03:10:47] "POST /neutron/network HTTP/1.1" 200 151 0.110805 10.0.0.73 - - [2025-10-23 03:10:47] "DELETE /route-target/fdd7df56-6a36-45c4-a7b6-52574b937560 HTTP/1.1" 200 115 0.024570 10.0.0.133 - - [2025-10-23 03:10:49] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.41 - - [2025-10-23 03:10:49] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.069383 10.0.0.133 - - [2025-10-23 03:10:49] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.41 - - [2025-10-23 03:10:49] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?fields=virtual_networks HTTP/1.1" 200 1026 0.048993 10.0.0.133 - - [2025-10-23 03:10:49] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000923 10.0.0.41 - - [2025-10-23 03:10:49] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.054815 10.0.0.133 - - [2025-10-23 03:10:49] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001219 10.0.0.41 - - [2025-10-23 03:10:49] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?fields=security_groups HTTP/1.1" 200 1249 0.047756 10.0.0.41 - - [2025-10-23 03:10:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.025881 10.0.0.133 - - [2025-10-23 03:10:50] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003168 10.0.0.133 - - [2025-10-23 03:10:50] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.133 - - [2025-10-23 03:10:50] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034854 10.0.0.133 - - [2025-10-23 03:10:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.001055 10.0.0.133 - - [2025-10-23 03:10:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.002337 10.0.0.133 - - [2025-10-23 03:10:51] "POST /security-groups HTTP/1.1" 200 593 0.073362 10.0.0.73 - - [2025-10-23 03:10:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.003060 10.0.0.133 - - [2025-10-23 03:10:51] "POST /projects HTTP/1.1" 200 589 0.271500 10.0.0.133 - - [2025-10-23 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.343013 10.0.0.73 - - [2025-10-23 03:10:51] "POST /access-control-lists HTTP/1.1" 200 598 0.034365 10.0.0.41 - - [2025-10-23 03:10:51] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.513003 10.0.0.41 - - [2025-10-23 03:10:52] "GET / HTTP/1.1" 200 36215 0.001801 10.0.0.41 - - [2025-10-23 03:10:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.41 - - [2025-10-23 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.053916 10.0.0.133 - - [2025-10-23 03:10:54] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.41 - - [2025-10-23 03:10:54] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040115 10.0.0.41 - - [2025-10-23 03:10:54] "POST /neutron/network HTTP/1.1" 200 117 0.031916 10.0.0.41 - - [2025-10-23 03:10:55] "POST /neutron/network HTTP/1.1" 200 831 0.008106 10.0.0.41 - - [2025-10-23 03:10:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001015 10.0.0.41 - - [2025-10-23 03:10:55] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004377 10.0.0.73 - - [2025-10-23 03:10:55] "DELETE /access-control-list/1fc8f6e5-c786-457b-b499-799c80c5df79 HTTP/1.1" 200 115 0.038066 10.0.0.41 - - [2025-10-23 03:10:55] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.016594 10.0.0.41 - - [2025-10-23 03:10:55] "POST /neutron/subnet HTTP/1.1" 200 730 0.011008 10.0.0.41 - - [2025-10-23 03:10:56] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005336 10.0.0.41 - - [2025-10-23 03:10:56] "GET /obj-perms HTTP/1.1" 200 5034 0.050411 10.0.0.41 - - [2025-10-23 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.133 - - [2025-10-23 03:10:57] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.41 - - [2025-10-23 03:10:57] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.054228 10.0.0.73 - - [2025-10-23 03:10:57] "POST /ref-update HTTP/1.1" 200 156 0.024594 10.0.0.133 - - [2025-10-23 03:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002393 10.0.0.41 - - [2025-10-23 03:10:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.161889 10.0.0.41 - - [2025-10-23 03:10:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001253 10.0.0.41 - - [2025-10-23 03:10:58] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005202 10.0.0.41 - - [2025-10-23 03:10:58] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005373 10.0.0.41 - - [2025-10-23 03:10:58] "POST /neutron/network HTTP/1.1" 200 834 0.006921 10.0.0.41 - - [2025-10-23 03:10:58] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005309 10.0.0.133 - - [2025-10-23 03:10:58] "GET /obj-perms HTTP/1.1" 200 5034 0.050928 10.0.0.41 - - [2025-10-23 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.133 - - [2025-10-23 03:10:58] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000873 10.0.0.41 - - [2025-10-23 03:10:58] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036553 10.0.0.133 - - [2025-10-23 03:10:58] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.41 - - [2025-10-23 03:10:58] "POST /neutron/network HTTP/1.1" 200 617 0.131005 10.0.0.41 - - [2025-10-23 03:10:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.003372 10.0.0.41 - - [2025-10-23 03:10:59] "GET /virtual-network/7c1bd451-3201-4b27-9328-efc8665c9c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004971 10.0.0.41 - - [2025-10-23 03:10:59] "POST /neutron/network HTTP/1.1" 200 836 0.007998 10.0.0.41 - - [2025-10-23 03:10:59] "GET /virtual-network/7c1bd451-3201-4b27-9328-efc8665c9c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004969 10.0.0.41 - - [2025-10-23 03:10:59] "GET /virtual-network/7c1bd451-3201-4b27-9328-efc8665c9c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005166 10.0.0.73 - - [2025-10-23 03:10:59] "GET /obj-perms HTTP/1.1" 200 5034 0.044074 10.0.0.41 - - [2025-10-23 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.133 - - [2025-10-23 03:10:59] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.41 - - [2025-10-23 03:10:59] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.053113 10.0.0.41 - - [2025-10-23 03:11:00] "POST /neutron/network HTTP/1.1" 200 117 0.015100 10.0.0.73 - - [2025-10-23 03:11:00] "POST /route-targets HTTP/1.1" 200 328 0.012872 10.0.0.41 - - [2025-10-23 03:11:00] "POST /neutron/network HTTP/1.1" 200 848 0.008816 10.0.0.41 - - [2025-10-23 03:11:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001286 10.0.0.41 - - [2025-10-23 03:11:00] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005585 10.0.0.41 - - [2025-10-23 03:11:00] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005685 10.0.0.41 - - [2025-10-23 03:11:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.008420 10.0.0.41 - - [2025-10-23 03:11:00] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006469 10.0.0.41 - - [2025-10-23 03:11:01] "GET /obj-perms HTTP/1.1" 200 5034 0.004587 10.0.0.41 - - [2025-10-23 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.133 - - [2025-10-23 03:11:01] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.41 - - [2025-10-23 03:11:01] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044262 10.0.0.73 - - [2025-10-23 03:11:01] "POST /ref-update HTTP/1.1" 200 156 0.030712 10.0.0.133 - - [2025-10-23 03:11:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007270 10.0.0.41 - - [2025-10-23 03:11:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.218046 10.0.0.41 - - [2025-10-23 03:11:01] "POST /id-to-fqname HTTP/1.1" 200 234 0.001305 10.0.0.41 - - [2025-10-23 03:11:01] "GET /virtual-network/47d77eba-138a-430f-9d68-45b51ad77827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005511 10.0.0.41 - - [2025-10-23 03:11:01] "GET /virtual-network/47d77eba-138a-430f-9d68-45b51ad77827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005964 10.0.0.41 - - [2025-10-23 03:11:01] "POST /neutron/network HTTP/1.1" 200 850 0.008158 10.0.0.41 - - [2025-10-23 03:11:02] "GET /virtual-network/47d77eba-138a-430f-9d68-45b51ad77827?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006296 10.0.0.133 - - [2025-10-23 03:11:02] "GET /obj-perms HTTP/1.1" 200 5034 0.003596 10.0.0.41 - - [2025-10-23 03:11:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001203 10.0.0.133 - - [2025-10-23 03:11:03] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000915 10.0.0.41 - - [2025-10-23 03:11:03] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.081283 10.0.0.41 - - [2025-10-23 03:11:03] "POST /neutron/network HTTP/1.1" 200 831 0.006701 10.0.0.41 - - [2025-10-23 03:11:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001214 10.0.0.41 - - [2025-10-23 03:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.006197 10.0.0.133 - - [2025-10-23 03:11:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.41 - - [2025-10-23 03:11:04] "POST /neutron/port HTTP/1.1" 200 1063 0.353950 10.0.0.133 - - [2025-10-23 03:11:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.41 - - [2025-10-23 03:11:04] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074845 10.0.0.41 - - [2025-10-23 03:11:04] "POST /neutron/network HTTP/1.1" 200 834 0.007802 10.0.0.133 - - [2025-10-23 03:11:04] "DELETE /project/c00701fed6654cba8761ee558f28c2b9 HTTP/1.1" 404 173 0.004775 10.0.0.133 - - [2025-10-23 03:11:04] "DELETE /project/7801e7ee1be44d99bc6c61e495f72db4 HTTP/1.1" 404 173 0.004116 10.0.0.133 - - [2025-10-23 03:11:04] "DELETE /project/b9153e12-ee8c-45ac-bdb9-d34d9f069520 HTTP/1.1" 404 177 0.006849 10.0.0.133 - - [2025-10-23 03:11:04] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000753 10.0.0.133 - - [2025-10-23 03:11:05] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.052550 10.0.0.133 - - [2025-10-23 03:11:05] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.133 - - [2025-10-23 03:11:05] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?fields=security_groups HTTP/1.1" 200 1351 0.049623 10.0.0.133 - - [2025-10-23 03:11:05] "DELETE /security-group/4dc10e22-573f-4a76-80e1-5dac350e5a87 HTTP/1.1" 200 115 0.060088 10.0.0.133 - - [2025-10-23 03:11:05] "GET /projects?obj_uuids=c00701fe-d665-4cba-8761-ee558f28c2b9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000821 10.0.0.41 - - [2025-10-23 03:11:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004155 10.0.0.133 - - [2025-10-23 03:11:05] "GET /project/c00701fe-d665-4cba-8761-ee558f28c2b9?fields=application_policy_sets HTTP/1.1" 200 1390 0.045063 10.0.0.41 - - [2025-10-23 03:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.001537 10.0.0.133 - - [2025-10-23 03:11:05] "DELETE /project/c00701fe-d665-4cba-8761-ee558f28c2b9 HTTP/1.1" 200 115 0.446713 10.0.0.41 - - [2025-10-23 03:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.008808 10.0.0.41 - - [2025-10-23 03:11:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003789 10.0.0.41 - - [2025-10-23 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.133 - - [2025-10-23 03:11:05] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.41 - - [2025-10-23 03:11:05] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006963 10.0.0.41 - - [2025-10-23 03:11:05] "POST /service-templates HTTP/1.1" 200 545 0.025172 10.0.0.41 - - [2025-10-23 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.41 - - [2025-10-23 03:11:05] "GET /service-template/499b7864-e374-4314-bec8-81c2afa03227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006489 10.0.0.41 - - [2025-10-23 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.41 - - [2025-10-23 03:11:05] "GET /service-template/499b7864-e374-4314-bec8-81c2afa03227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004031 10.0.0.41 - - [2025-10-23 03:11:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001387 10.0.0.41 - - [2025-10-23 03:11:06] "POST /neutron/port HTTP/1.1" 200 1927 0.053346 10.0.0.41 - - [2025-10-23 03:11:06] "POST /neutron/port HTTP/1.1" 200 1064 0.015902 10.0.0.41 - - [2025-10-23 03:11:06] "POST /neutron/port HTTP/1.1" 200 1092 0.015252 10.0.0.41 - - [2025-10-23 03:11:06] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.133 - - [2025-10-23 03:11:07] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.41 - - [2025-10-23 03:11:07] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066298 10.0.0.41 - - [2025-10-23 03:11:07] "POST /neutron/port HTTP/1.1" 200 2067 0.016342 10.0.0.41 - - [2025-10-23 03:11:07] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 401 292 0.000399 10.0.0.41 - - [2025-10-23 03:11:07] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 404 171 0.026102 10.0.0.41 - - [2025-10-23 03:11:07] "POST /neutron/network HTTP/1.1" 200 858 0.006941 10.0.0.41 - - [2025-10-23 03:11:08] "POST /neutron/port HTTP/1.1" 200 1062 0.014291 10.0.0.41 - - [2025-10-23 03:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.41 - - [2025-10-23 03:11:08] "POST /neutron/network HTTP/1.1" 200 848 0.006522 10.0.0.41 - - [2025-10-23 03:11:09] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 200 1295 0.006384 10.0.0.41 - - [2025-10-23 03:11:09] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 2992 0.006864 10.0.0.41 - - [2025-10-23 03:11:09] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.005083 10.0.0.41 - - [2025-10-23 03:11:09] "PUT /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 285 0.012821 10.0.0.41 - - [2025-10-23 03:11:15] "POST /neutron/port HTTP/1.1" 200 1090 0.015748 10.0.0.41 - - [2025-10-23 03:11:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011894 10.0.0.41 - - [2025-10-23 03:11:15] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 200 1295 0.004182 10.0.0.41 - - [2025-10-23 03:11:15] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 3042 0.005253 10.0.0.41 - - [2025-10-23 03:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-10-23 03:11:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003892 10.0.0.41 - - [2025-10-23 03:11:15] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003053 10.0.0.41 - - [2025-10-23 03:11:15] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005621 10.0.0.41 - - [2025-10-23 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.41 - - [2025-10-23 03:11:18] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006800 10.0.0.41 - - [2025-10-23 03:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006733 10.0.0.41 - - [2025-10-23 03:11:22] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006442 10.0.0.41 - - [2025-10-23 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.41 - - [2025-10-23 03:11:26] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005101 10.0.0.41 - - [2025-10-23 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.41 - - [2025-10-23 03:11:30] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005239 10.0.0.41 - - [2025-10-23 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-10-23 03:11:34] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005878 10.0.0.41 - - [2025-10-23 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.41 - - [2025-10-23 03:11:39] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005866 10.0.0.41 - - [2025-10-23 03:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.41 - - [2025-10-23 03:11:43] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004951 10.0.0.41 - - [2025-10-23 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.41 - - [2025-10-23 03:11:47] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005640 10.0.0.41 - - [2025-10-23 03:11:49] "POST /neutron/port HTTP/1.1" 200 1091 0.014559 10.0.0.41 - - [2025-10-23 03:11:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.41 - - [2025-10-23 03:11:49] "POST /neutron/network HTTP/1.1" 200 831 0.006613 10.0.0.41 - - [2025-10-23 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.41 - - [2025-10-23 03:11:51] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005258 10.0.0.41 - - [2025-10-23 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-10-23 03:11:55] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005912 10.0.0.41 - - [2025-10-23 03:11:57] "POST /neutron/network HTTP/1.1" 200 844 0.033623 10.0.0.41 - - [2025-10-23 03:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.41 - - [2025-10-23 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2025-10-23 03:11:59] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005315 10.0.0.41 - - [2025-10-23 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.41 - - [2025-10-23 03:12:01] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003873 10.0.0.41 - - [2025-10-23 03:12:01] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003101 10.0.0.41 - - [2025-10-23 03:12:01] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006099 10.0.0.41 - - [2025-10-23 03:12:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015191 10.0.0.41 - - [2025-10-23 03:12:06] "POST /neutron/port HTTP/1.1" 200 1090 0.015816 10.0.0.41 - - [2025-10-23 03:12:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.034265 10.0.0.41 - - [2025-10-23 03:12:14] "POST /neutron/port HTTP/1.1" 200 1090 0.013902 10.0.0.41 - - [2025-10-23 03:12:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007041 10.0.0.41 - - [2025-10-23 03:12:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.004006 10.0.0.41 - - [2025-10-23 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.133 - - [2025-10-23 03:12:27] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.41 - - [2025-10-23 03:12:27] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.042077 10.0.0.41 - - [2025-10-23 03:12:27] "POST /service-instances HTTP/1.1" 200 549 0.032859 10.0.0.41 - - [2025-10-23 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.41 - - [2025-10-23 03:12:27] "GET /service-instance/8eab082c-730a-4b95-814e-34a188c3608b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009945 10.0.0.41 - - [2025-10-23 03:12:27] "POST /port-tuples HTTP/1.1" 200 592 0.045026 10.0.0.41 - - [2025-10-23 03:12:28] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2820 0.006088 10.0.0.41 - - [2025-10-23 03:12:28] "PUT /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 285 0.012851 10.0.0.41 - - [2025-10-23 03:12:28] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.133 - - [2025-10-23 03:12:28] "POST /instance-ips HTTP/1.1" 200 374 0.076092 10.0.0.41 - - [2025-10-23 03:12:28] "POST /neutron/port HTTP/1.1" 200 1091 0.026090 10.0.0.133 - - [2025-10-23 03:12:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009739 10.0.0.41 - - [2025-10-23 03:12:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006569 10.0.0.133 - - [2025-10-23 03:12:28] "POST /ref-update HTTP/1.1" 200 156 0.026868 10.0.0.41 - - [2025-10-23 03:12:28] "GET /virtual-machine/2f4119d0-cfd8-4bb6-a143-f3ea07306d06 HTTP/1.1" 200 1296 0.005699 10.0.0.41 - - [2025-10-23 03:12:28] "GET /virtual-machine-interface/a0c5665b-6513-47a7-9993-4c6d0c08eb1b HTTP/1.1" 200 2965 0.005293 10.0.0.41 - - [2025-10-23 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.41 - - [2025-10-23 03:12:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005358 10.0.0.41 - - [2025-10-23 03:12:28] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002968 10.0.0.41 - - [2025-10-23 03:12:28] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005661 10.0.0.41 - - [2025-10-23 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.41 - - [2025-10-23 03:12:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003563 10.0.0.41 - - [2025-10-23 03:12:29] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002715 10.0.0.41 - - [2025-10-23 03:12:29] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005467 10.0.0.41 - - [2025-10-23 03:12:29] "POST /neutron/port HTTP/1.1" 200 1092 0.017045 10.0.0.41 - - [2025-10-23 03:12:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006932 10.0.0.41 - - [2025-10-23 03:12:30] "GET /virtual-machine/b379d2ae-e3c5-4bf3-8cf7-1c2467c8bc19 HTTP/1.1" 200 1297 0.006184 10.0.0.41 - - [2025-10-23 03:12:30] "GET /virtual-machine-interface/3403032a-88f0-469e-9264-2742ff3da82e HTTP/1.1" 200 2967 0.004983 10.0.0.41 - - [2025-10-23 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2025-10-23 03:12:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003410 10.0.0.41 - - [2025-10-23 03:12:30] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002742 10.0.0.41 - - [2025-10-23 03:12:30] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005739 10.0.0.41 - - [2025-10-23 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2025-10-23 03:12:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004993 10.0.0.41 - - [2025-10-23 03:12:31] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005677 10.0.0.41 - - [2025-10-23 03:12:31] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005705 10.0.0.41 - - [2025-10-23 03:12:31] "POST /fqname-to-id HTTP/1.1" 404 215 0.003138 10.0.0.41 - - [2025-10-23 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.133 - - [2025-10-23 03:12:31] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.41 - - [2025-10-23 03:12:31] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041841 10.0.0.41 - - [2025-10-23 03:12:31] "POST /network-policys HTTP/1.1" 200 553 0.027833 10.0.0.41 - - [2025-10-23 03:12:31] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005742 10.0.0.41 - - [2025-10-23 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.41 - - [2025-10-23 03:12:31] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.012220 10.0.0.41 - - [2025-10-23 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.41 - - [2025-10-23 03:12:31] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.005449 10.0.0.73 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 404 240 0.008857 10.0.0.41 - - [2025-10-23 03:12:32] "POST /ref-update HTTP/1.1" 200 156 0.067158 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.41 - - [2025-10-23 03:12:32] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.004674 10.0.0.41 - - [2025-10-23 03:12:32] "POST /neutron/network HTTP/1.1" 200 923 0.009162 10.0.0.41 - - [2025-10-23 03:12:32] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006479 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2025-10-23 03:12:32] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003821 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2025-10-23 03:12:32] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005775 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.41 - - [2025-10-23 03:12:32] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003916 10.0.0.73 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.010615 10.0.0.41 - - [2025-10-23 03:12:32] "POST /ref-update HTTP/1.1" 200 156 0.043695 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005827 10.0.0.73 - - [2025-10-23 03:12:32] "POST /ref-update HTTP/1.1" 200 156 0.026724 10.0.0.41 - - [2025-10-23 03:12:32] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.006919 10.0.0.41 - - [2025-10-23 03:12:32] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2376 0.014472 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.41 - - [2025-10-23 03:12:32] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.004365 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2025-10-23 03:12:32] "GET /service-template/499b7864-e374-4314-bec8-81c2afa03227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.003711 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.133 - - [2025-10-23 03:12:32] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.41 - - [2025-10-23 03:12:32] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035551 10.0.0.41 - - [2025-10-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.41 - - [2025-10-23 03:12:32] "GET /service-instance/8eab082c-730a-4b95-814e-34a188c3608b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006641 10.0.0.41 - - [2025-10-23 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007461 10.0.0.41 - - [2025-10-23 03:12:33] "POST /neutron/port HTTP/1.1" 200 1384 0.023376 10.0.0.41 - - [2025-10-23 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006629 10.0.0.41 - - [2025-10-23 03:12:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001242 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 200 1295 0.003690 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 3901 0.005208 10.0.0.41 - - [2025-10-23 03:12:33] "GET /instance-ip/0d71721a-b106-49d6-a3a9-227f42e4e3be HTTP/1.1" 200 1637 0.006001 10.0.0.41 - - [2025-10-23 03:12:33] "GET /instance-ip/eef17eb8-a6b0-4270-983c-fe55dde65c68 HTTP/1.1" 200 1967 0.003808 10.0.0.41 - - [2025-10-23 03:12:33] "GET /instance-ip/f1095d61-c098-47f3-8225-b0f24c28b418 HTTP/1.1" 200 1968 0.003551 10.0.0.41 - - [2025-10-23 03:12:33] "POST /neutron/port HTTP/1.1" 200 1384 0.018051 10.0.0.41 - - [2025-10-23 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006773 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-machine/042b4107-b188-4c8b-af90-da46fa265d30 HTTP/1.1" 200 1295 0.004156 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-machine-interface/a4f0e0cb-3edf-49ad-b9ab-2fa23b204b79 HTTP/1.1" 200 3901 0.005286 10.0.0.41 - - [2025-10-23 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.41 - - [2025-10-23 03:12:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004391 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003120 10.0.0.41 - - [2025-10-23 03:12:33] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006233 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-10-23 03:12:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003341 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002686 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006080 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.41 - - [2025-10-23 03:12:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003549 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005575 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.41 - - [2025-10-23 03:12:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003360 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003581 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005497 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.41 - - [2025-10-23 03:12:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004062 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-networks?parent_id=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002936 10.0.0.41 - - [2025-10-23 03:12:35] "GET /virtual-network/1d7fb1ac-c123-4233-9386-0bd3b9d8d58e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005993 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2025-10-23 03:12:35] "GET /routing-instance/b69162a9-9272-4279-ac53-80576b36aca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.003960 10.0.0.41 - - [2025-10-23 03:12:35] "GET /routing-instance/b69162a9-9272-4279-ac53-80576b36aca1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.004861 10.0.0.41 - - [2025-10-23 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-10-23 03:12:35] "GET /routing-instance/a1374177-6523-4ada-90ab-237e9a8bfe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.004128 10.0.0.41 - - [2025-10-23 03:12:35] "GET /routing-instance/a1374177-6523-4ada-90ab-237e9a8bfe37?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1596 0.005708 10.0.0.73 - - [2025-10-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5056 0.055662 10.0.0.41 - - [2025-10-23 03:12:49] "POST /neutron/network HTTP/1.1" 200 858 0.007074 10.0.0.41 - - [2025-10-23 03:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.41 - - [2025-10-23 03:12:59] "POST /neutron/port HTTP/1.1" 200 1092 0.013003 10.0.0.41 - - [2025-10-23 03:12:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.008398 10.0.0.133 - - [2025-10-23 03:12:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.133 - - [2025-10-23 03:12:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.133 - - [2025-10-23 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.133 - - [2025-10-23 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2025-10-23 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2025-10-23 03:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.73 - - [2025-10-23 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.73 - - [2025-10-23 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2025-10-23 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.41 - - [2025-10-23 03:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.41 - - [2025-10-23 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-23 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2025-10-23 03:13:29] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2476 0.003989 10.0.0.41 - - [2025-10-23 03:13:29] "PUT /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874 HTTP/1.1" 200 263 0.013301 10.0.0.41 - - [2025-10-23 03:13:29] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.004254 10.0.0.41 - - [2025-10-23 03:13:29] "POST /neutron/port HTTP/1.1" 200 1384 0.017905 10.0.0.73 - - [2025-10-23 03:13:30] "PUT /access-control-list/037fa066-3d07-4c4d-bf03-ccca02261cb7 HTTP/1.1" 200 273 0.068067 10.0.0.41 - - [2025-10-23 03:13:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047559 10.0.0.41 - - [2025-10-23 03:13:51] "POST /neutron/port HTTP/1.1" 200 1091 0.014314 10.0.0.41 - - [2025-10-23 03:13:51] "POST /neutron/subnet HTTP/1.1" 200 704 0.008159 10.0.0.41 - - [2025-10-23 03:13:52] "POST /neutron/port HTTP/1.1" 200 1384 0.020740 10.0.0.41 - - [2025-10-23 03:13:57] "POST /ref-update HTTP/1.1" 200 156 0.044238 10.0.0.41 - - [2025-10-23 03:13:58] "GET /virtual-network/43c57959-4bdc-41ed-a832-991e4f7b39ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.012407 10.0.0.41 - - [2025-10-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.73 - - [2025-10-23 03:13:58] "POST /ref-update HTTP/1.1" 200 156 0.030414 10.0.0.41 - - [2025-10-23 03:13:58] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.009516 10.0.0.41 - - [2025-10-23 03:13:58] "POST /ref-update HTTP/1.1" 200 156 0.082921 10.0.0.41 - - [2025-10-23 03:13:58] "POST /neutron/network HTTP/1.1" 200 831 0.011194 10.0.0.41 - - [2025-10-23 03:13:58] "GET /virtual-network/3a21dc41-5817-4528-8ebd-1d08653e7fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009953 10.0.0.73 - - [2025-10-23 03:13:58] "DELETE /access-control-list/a83ea37c-4eb3-4746-a733-4414124cebb9 HTTP/1.1" 200 115 0.066154 10.0.0.41 - - [2025-10-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006125 10.0.0.41 - - [2025-10-23 03:13:58] "GET /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3772 0.003835 10.0.0.41 - - [2025-10-23 03:13:58] "DELETE /network-policy/f46d1eaf-5790-4ee4-b534-7a5ba6f43874 HTTP/1.1" 200 115 0.057245 10.0.0.41 - - [2025-10-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005427 10.0.0.41 - - [2025-10-23 03:13:58] "DELETE /service-instance/8eab082c-730a-4b95-814e-34a188c3608b HTTP/1.1" 200 115 0.056271 10.0.0.133 - - [2025-10-23 03:13:58] "DELETE /instance-ip/f1095d61-c098-47f3-8225-b0f24c28b418 HTTP/1.1" 200 115 0.063680 10.0.0.41 - - [2025-10-23 03:13:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003139 10.0.0.41 - - [2025-10-23 03:13:58] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002744 10.0.0.41 - - [2025-10-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.41 - - [2025-10-23 03:13:58] "DELETE /service-template/499b7864-e374-4314-bec8-81c2afa03227 HTTP/1.1" 200 115 0.032960 10.0.0.41 - - [2025-10-23 03:13:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003115 10.0.0.73 - - [2025-10-23 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-10-23 03:13:59] "POST /neutron/port HTTP/1.1" 200 1090 0.030400 10.0.0.41 - - [2025-10-23 03:13:59] "POST /neutron/network HTTP/1.1" 200 848 0.005693 10.0.0.41 - - [2025-10-23 03:13:59] "POST /neutron/port HTTP/1.1" 200 1118 0.009626 10.0.0.41 - - [2025-10-23 03:13:59] "POST /neutron/port HTTP/1.1" 200 1117 0.010113 10.0.0.73 - - [2025-10-23 03:14:01] "DELETE /route-target/95f283fa-678c-4411-bbe2-ca9232357a6f HTTP/1.1" 200 115 0.023473 10.0.0.133 - - [2025-10-23 03:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.052772 10.0.0.133 - - [2025-10-23 03:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002161 10.0.0.41 - - [2025-10-23 03:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.175695 10.0.0.41 - - [2025-10-23 03:14:02] "POST /neutron/network HTTP/1.1" 200 834 0.007304 10.0.0.73 - - [2025-10-23 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.133 - - [2025-10-23 03:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.133 - - [2025-10-23 03:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.41 - - [2025-10-23 03:14:02] "POST /neutron/network HTTP/1.1" 200 151 0.130269 10.0.0.73 - - [2025-10-23 03:14:03] "DELETE /route-target/b561e48c-1038-458f-a16b-add6a9e37fa1 HTTP/1.1" 200 115 0.030495 10.0.0.133 - - [2025-10-23 03:14:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.41 - - [2025-10-23 03:14:04] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040961 10.0.0.133 - - [2025-10-23 03:14:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.41 - - [2025-10-23 03:14:04] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?fields=virtual_networks HTTP/1.1" 200 1038 0.046724 10.0.0.133 - - [2025-10-23 03:14:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.41 - - [2025-10-23 03:14:04] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.039770 10.0.0.133 - - [2025-10-23 03:14:04] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001231 10.0.0.41 - - [2025-10-23 03:14:04] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?fields=security_groups HTTP/1.1" 200 1267 0.058337 10.0.0.133 - - [2025-10-23 03:14:05] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.133 - - [2025-10-23 03:14:05] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.035345 10.0.0.133 - - [2025-10-23 03:14:05] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.41 - - [2025-10-23 03:14:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.053399 10.0.0.133 - - [2025-10-23 03:14:05] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?fields=security_groups HTTP/1.1" 200 1369 0.032465 10.0.0.133 - - [2025-10-23 03:14:05] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003595 10.0.0.133 - - [2025-10-23 03:14:05] "DELETE /security-group/90fe6997-29ce-4cb0-949b-4a90c7be0288 HTTP/1.1" 200 115 0.061090 10.0.0.133 - - [2025-10-23 03:14:05] "GET /projects?obj_uuids=7801e7ee-1be4-4d99-bc6c-61e495f72db4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.133 - - [2025-10-23 03:14:05] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001763 10.0.0.133 - - [2025-10-23 03:14:05] "GET /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4?fields=application_policy_sets HTTP/1.1" 200 1408 0.110466 10.0.0.133 - - [2025-10-23 03:14:05] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.021455 10.0.0.133 - - [2025-10-23 03:14:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001736 10.0.0.133 - - [2025-10-23 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.018198 10.0.0.133 - - [2025-10-23 03:14:06] "DELETE /project/7801e7ee-1be4-4d99-bc6c-61e495f72db4 HTTP/1.1" 200 115 0.501597 10.0.0.133 - - [2025-10-23 03:14:06] "POST /security-groups HTTP/1.1" 200 592 0.085298 10.0.0.73 - - [2025-10-23 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.003589 10.0.0.133 - - [2025-10-23 03:14:06] "POST /projects HTTP/1.1" 200 587 0.340250 10.0.0.133 - - [2025-10-23 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.371278 10.0.0.73 - - [2025-10-23 03:14:06] "POST /access-control-lists HTTP/1.1" 200 597 0.041907 10.0.0.41 - - [2025-10-23 03:14:06] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.586149 10.0.0.41 - - [2025-10-23 03:14:07] "GET / HTTP/1.1" 200 36215 0.002043 10.0.0.41 - - [2025-10-23 03:14:09] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.133 - - [2025-10-23 03:14:10] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.41 - - [2025-10-23 03:14:10] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064730 10.0.0.41 - - [2025-10-23 03:14:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.003020 10.0.0.41 - - [2025-10-23 03:14:10] "POST /virtual-DNSs HTTP/1.1" 200 509 0.029363 10.0.0.41 - - [2025-10-23 03:14:10] "GET /virtual-DNS/028216a7-c0ab-4813-8c0b-54a9fc3527cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.009182 10.0.0.41 - - [2025-10-23 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.41 - - [2025-10-23 03:14:10] "GET /virtual-DNS/028216a7-c0ab-4813-8c0b-54a9fc3527cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004459 10.0.0.41 - - [2025-10-23 03:14:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003500 10.0.0.41 - - [2025-10-23 03:14:11] "POST /network-ipams HTTP/1.1" 200 516 0.023852 10.0.0.41 - - [2025-10-23 03:14:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.005166 10.0.0.41 - - [2025-10-23 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-10-23 03:14:11] "GET /network-ipam/145997b5-86c5-439f-a5c3-962b167e3202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.005611 10.0.0.41 - - [2025-10-23 03:14:11] "PUT /network-ipam/145997b5-86c5-439f-a5c3-962b167e3202 HTTP/1.1" 200 259 0.012914 10.0.0.41 - - [2025-10-23 03:14:11] "POST /ref-update HTTP/1.1" 200 156 0.014879 10.0.0.41 - - [2025-10-23 03:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011619 10.0.0.133 - - [2025-10-23 03:14:11] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.41 - - [2025-10-23 03:14:11] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045733 10.0.0.133 - - [2025-10-23 03:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004615 10.0.0.41 - - [2025-10-23 03:14:12] "POST /neutron/subnet HTTP/1.1" 200 711 0.264035 10.0.0.41 - - [2025-10-23 03:14:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001352 10.0.0.41 - - [2025-10-23 03:14:12] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005123 10.0.0.41 - - [2025-10-23 03:14:12] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005282 10.0.0.41 - - [2025-10-23 03:14:12] "POST /neutron/network HTTP/1.1" 200 833 0.006578 10.0.0.41 - - [2025-10-23 03:14:12] "POST /neutron/network HTTP/1.1" 200 833 0.006429 10.0.0.41 - - [2025-10-23 03:14:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001183 10.0.0.133 - - [2025-10-23 03:14:13] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.41 - - [2025-10-23 03:14:13] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059663 10.0.0.41 - - [2025-10-23 03:14:13] "POST /neutron/port HTTP/1.1" 200 117 0.006516 10.0.0.41 - - [2025-10-23 03:14:14] "POST /neutron/network HTTP/1.1" 200 843 0.007908 10.0.0.41 - - [2025-10-23 03:14:14] "POST /neutron/port HTTP/1.1" 200 1058 0.044356 10.0.0.41 - - [2025-10-23 03:14:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003652 10.0.0.41 - - [2025-10-23 03:14:15] "POST /neutron/network HTTP/1.1" 200 833 0.008398 10.0.0.41 - - [2025-10-23 03:14:18] "POST /neutron/port HTTP/1.1" 200 1086 0.018220 10.0.0.41 - - [2025-10-23 03:14:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007264 10.0.0.41 - - [2025-10-23 03:14:18] "GET /virtual-machine/339a8f46-367b-4c58-b857-762fcaa62f9b HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2025-10-23 03:14:19] "GET /virtual-machine/339a8f46-367b-4c58-b857-762fcaa62f9b HTTP/1.1" 200 1295 0.035132 10.0.0.41 - - [2025-10-23 03:14:19] "GET /virtual-machine-interface/7779972e-23d8-466b-b520-63e79cfc24cc HTTP/1.1" 200 2971 0.005808 10.0.0.41 - - [2025-10-23 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2025-10-23 03:14:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005144 10.0.0.41 - - [2025-10-23 03:14:19] "GET /virtual-networks?parent_id=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003025 10.0.0.41 - - [2025-10-23 03:14:19] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005418 10.0.0.41 - - [2025-10-23 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2025-10-23 03:14:22] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005102 10.0.0.41 - - [2025-10-23 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2025-10-23 03:14:26] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004884 10.0.0.41 - - [2025-10-23 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.41 - - [2025-10-23 03:14:30] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006321 10.0.0.41 - - [2025-10-23 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.41 - - [2025-10-23 03:14:34] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005383 10.0.0.41 - - [2025-10-23 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-10-23 03:14:38] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005538 10.0.0.41 - - [2025-10-23 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.014982 10.0.0.41 - - [2025-10-23 03:14:43] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013230 10.0.0.41 - - [2025-10-23 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.41 - - [2025-10-23 03:14:47] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004952 10.0.0.133 - - [2025-10-23 03:14:50] "GET /obj-perms HTTP/1.1" 200 5056 0.056491 10.0.0.41 - - [2025-10-23 03:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.41 - - [2025-10-23 03:14:51] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005679 10.0.0.41 - - [2025-10-23 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.41 - - [2025-10-23 03:14:55] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005211 10.0.0.41 - - [2025-10-23 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-10-23 03:14:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003186 10.0.0.41 - - [2025-10-23 03:14:57] "GET /virtual-networks?parent_id=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002953 10.0.0.41 - - [2025-10-23 03:14:57] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005880 10.0.0.41 - - [2025-10-23 03:15:02] "POST /neutron/port HTTP/1.1" 200 1086 0.014473 10.0.0.133 - - [2025-10-23 03:15:06] "DELETE /project/2a24eaf6ac6844c4a70a6832a490ce2c HTTP/1.1" 404 173 0.003933 10.0.0.41 - - [2025-10-23 03:15:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007673 10.0.0.41 - - [2025-10-23 03:15:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016738 10.0.0.41 - - [2025-10-23 03:15:48] "POST /neutron/network HTTP/1.1" 200 833 0.006041 10.0.0.41 - - [2025-10-23 03:15:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001096 10.0.0.41 - - [2025-10-23 03:15:48] "POST /neutron/network HTTP/1.1" 200 843 0.007895 10.0.0.133 - - [2025-10-23 03:15:49] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.41 - - [2025-10-23 03:15:49] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059137 10.0.0.41 - - [2025-10-23 03:15:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007267 10.0.0.41 - - [2025-10-23 03:15:50] "POST /neutron/network HTTP/1.1" 200 843 0.007001 10.0.0.41 - - [2025-10-23 03:15:50] "POST /neutron/port HTTP/1.1" 200 1058 0.014883 10.0.0.41 - - [2025-10-23 03:15:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003794 10.0.0.41 - - [2025-10-23 03:15:51] "POST /neutron/network HTTP/1.1" 200 833 0.006033 10.0.0.41 - - [2025-10-23 03:15:52] "POST /neutron/network HTTP/1.1" 200 843 0.008427 10.0.0.41 - - [2025-10-23 03:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.41 - - [2025-10-23 03:15:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008595 10.0.0.41 - - [2025-10-23 03:15:55] "POST /neutron/port HTTP/1.1" 200 1086 0.017290 10.0.0.41 - - [2025-10-23 03:15:55] "GET /virtual-machine/d89cfd24-b482-4c4a-9c00-079c81f29ad1 HTTP/1.1" 200 1296 0.005857 10.0.0.41 - - [2025-10-23 03:15:55] "GET /virtual-machine-interface/c8011301-9bcf-439d-9351-a56472a7436e HTTP/1.1" 200 2972 0.005440 10.0.0.41 - - [2025-10-23 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-10-23 03:15:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003648 10.0.0.41 - - [2025-10-23 03:15:55] "GET /virtual-networks?parent_id=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003048 10.0.0.41 - - [2025-10-23 03:15:55] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005633 10.0.0.41 - - [2025-10-23 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.41 - - [2025-10-23 03:15:58] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005036 10.0.0.41 - - [2025-10-23 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2025-10-23 03:16:02] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005160 10.0.0.41 - - [2025-10-23 03:16:03] "POST /neutron/port HTTP/1.1" 200 1086 0.013401 10.0.0.41 - - [2025-10-23 03:16:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.008295 10.0.0.41 - - [2025-10-23 03:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.41 - - [2025-10-23 03:16:06] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005257 10.0.0.41 - - [2025-10-23 03:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.41 - - [2025-10-23 03:16:10] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007842 10.0.0.41 - - [2025-10-23 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.41 - - [2025-10-23 03:16:14] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005780 10.0.0.41 - - [2025-10-23 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2025-10-23 03:16:18] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005188 10.0.0.41 - - [2025-10-23 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.41 - - [2025-10-23 03:16:23] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006272 10.0.0.41 - - [2025-10-23 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2025-10-23 03:16:27] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005281 10.0.0.41 - - [2025-10-23 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.41 - - [2025-10-23 03:16:31] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006073 10.0.0.41 - - [2025-10-23 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.41 - - [2025-10-23 03:16:35] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005350 10.0.0.41 - - [2025-10-23 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-10-23 03:16:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003277 10.0.0.41 - - [2025-10-23 03:16:37] "GET /virtual-networks?parent_id=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002722 10.0.0.41 - - [2025-10-23 03:16:37] "GET /virtual-network/bedd08fc-31eb-4763-bd00-47602bccb96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005476 10.0.0.41 - - [2025-10-23 03:16:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014446 10.0.0.41 - - [2025-10-23 03:16:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007525 10.0.0.73 - - [2025-10-23 03:16:52] "GET /obj-perms HTTP/1.1" 200 5056 0.043452 10.0.0.41 - - [2025-10-23 03:16:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016188 10.0.0.41 - - [2025-10-23 03:16:54] "POST /neutron/port HTTP/1.1" 200 1086 0.016290 10.0.0.41 - - [2025-10-23 03:16:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.008079 10.0.0.41 - - [2025-10-23 03:16:58] "POST /neutron/port HTTP/1.1" 200 1086 0.014198 10.0.0.41 - - [2025-10-23 03:17:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007329 10.0.0.41 - - [2025-10-23 03:17:05] "POST /neutron/network HTTP/1.1" 200 843 0.035252 10.0.0.41 - - [2025-10-23 03:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.41 - - [2025-10-23 03:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008542 10.0.0.41 - - [2025-10-23 03:17:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014611 10.0.0.41 - - [2025-10-23 03:17:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007145 10.0.0.41 - - [2025-10-23 03:17:29] "POST /neutron/port HTTP/1.1" 200 1086 0.013282 10.0.0.41 - - [2025-10-23 03:17:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008215 10.0.0.41 - - [2025-10-23 03:17:53] "GET /obj-perms HTTP/1.1" 200 5056 0.047374 10.0.0.41 - - [2025-10-23 03:17:54] "POST /neutron/network HTTP/1.1" 200 843 0.006201 10.0.0.41 - - [2025-10-23 03:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.133 - - [2025-10-23 03:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.133 - - [2025-10-23 03:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.133 - - [2025-10-23 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.133 - - [2025-10-23 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.73 - - [2025-10-23 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.73 - - [2025-10-23 03:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2025-10-23 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.73 - - [2025-10-23 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-10-23 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-10-23 03:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.41 - - [2025-10-23 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2025-10-23 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-23 03:18:05] "POST /neutron/port HTTP/1.1" 200 1086 0.015942 10.0.0.41 - - [2025-10-23 03:18:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.012915 10.0.0.41 - - [2025-10-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.41 - - [2025-10-23 03:18:11] "DELETE /virtual-DNS/028216a7-c0ab-4813-8c0b-54a9fc3527cd HTTP/1.1" 409 236 0.007345 10.0.0.41 - - [2025-10-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003006 10.0.0.41 - - [2025-10-23 03:18:11] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.039342 10.0.0.41 - - [2025-10-23 03:18:11] "GET /virtual-DNS-record/634705ad-0854-4bff-bc2c-8453aef2ed2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005563 10.0.0.41 - - [2025-10-23 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.41 - - [2025-10-23 03:18:12] "GET /virtual-DNS-record/634705ad-0854-4bff-bc2c-8453aef2ed2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005465 10.0.0.41 - - [2025-10-23 03:18:19] "DELETE /virtual-DNS-record/634705ad-0854-4bff-bc2c-8453aef2ed2b HTTP/1.1" 200 115 0.031107 10.0.0.41 - - [2025-10-23 03:18:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.002889 10.0.0.41 - - [2025-10-23 03:18:19] "POST /neutron/network HTTP/1.1" 200 833 0.006887 10.0.0.41 - - [2025-10-23 03:18:19] "POST /neutron/port HTTP/1.1" 200 1112 0.011327 10.0.0.41 - - [2025-10-23 03:18:19] "POST /neutron/port HTTP/1.1" 200 1112 0.021110 10.0.0.133 - - [2025-10-23 03:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 10.0.0.133 - - [2025-10-23 03:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004589 10.0.0.41 - - [2025-10-23 03:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.149245 10.0.0.41 - - [2025-10-23 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.73 - - [2025-10-23 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.051210 10.0.0.41 - - [2025-10-23 03:18:21] "DELETE /network-ipam/145997b5-86c5-439f-a5c3-962b167e3202 HTTP/1.1" 200 115 0.060135 10.0.0.41 - - [2025-10-23 03:18:21] "DELETE /virtual-DNS/028216a7-c0ab-4813-8c0b-54a9fc3527cd HTTP/1.1" 200 115 0.053420 10.0.0.41 - - [2025-10-23 03:18:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.014382 10.0.0.133 - - [2025-10-23 03:18:23] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001584 10.0.0.41 - - [2025-10-23 03:18:23] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.089537 10.0.0.133 - - [2025-10-23 03:18:23] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001281 10.0.0.41 - - [2025-10-23 03:18:23] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?fields=virtual_networks HTTP/1.1" 200 1036 0.051146 10.0.0.133 - - [2025-10-23 03:18:23] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000887 10.0.0.41 - - [2025-10-23 03:18:23] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.044055 10.0.0.133 - - [2025-10-23 03:18:23] "GET /projects?obj_uuids=2a24eaf6-ac68-44c4-a70a-6832a490ce2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000965 10.0.0.41 - - [2025-10-23 03:18:23] "GET /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c?fields=security_groups HTTP/1.1" 200 1264 0.050185 10.0.0.41 - - [2025-10-23 03:18:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.045324 10.0.0.133 - - [2025-10-23 03:18:24] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003293 10.0.0.133 - - [2025-10-23 03:18:24] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000911 10.0.0.133 - - [2025-10-23 03:18:24] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039084 10.0.0.133 - - [2025-10-23 03:18:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001717 10.0.0.133 - - [2025-10-23 03:18:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.003947 10.0.0.133 - - [2025-10-23 03:18:24] "POST /security-groups HTTP/1.1" 200 592 0.079938 10.0.0.133 - - [2025-10-23 03:18:24] "POST /projects HTTP/1.1" 200 587 0.279649 10.0.0.73 - - [2025-10-23 03:18:24] "POST /access-control-lists HTTP/1.1" 200 599 0.025669 10.0.0.133 - - [2025-10-23 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.361948 10.0.0.41 - - [2025-10-23 03:18:25] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.543152 10.0.0.41 - - [2025-10-23 03:18:26] "GET / HTTP/1.1" 200 36215 0.001333 10.0.0.41 - - [2025-10-23 03:18:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.41 - - [2025-10-23 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.054852 10.0.0.133 - - [2025-10-23 03:18:28] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.41 - - [2025-10-23 03:18:28] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049076 10.0.0.73 - - [2025-10-23 03:18:28] "POST /route-targets HTTP/1.1" 200 328 0.012903 10.0.0.133 - - [2025-10-23 03:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006897 10.0.0.41 - - [2025-10-23 03:18:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.231302 10.0.0.41 - - [2025-10-23 03:18:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.41 - - [2025-10-23 03:18:28] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005155 10.0.0.41 - - [2025-10-23 03:18:28] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005497 10.0.0.41 - - [2025-10-23 03:18:29] "POST /neutron/network HTTP/1.1" 200 829 0.005835 10.0.0.41 - - [2025-10-23 03:18:29] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006334 10.0.0.133 - - [2025-10-23 03:18:30] "GET /obj-perms HTTP/1.1" 200 5032 0.049819 10.0.0.41 - - [2025-10-23 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.133 - - [2025-10-23 03:18:31] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.41 - - [2025-10-23 03:18:31] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049284 10.0.0.133 - - [2025-10-23 03:18:31] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.41 - - [2025-10-23 03:18:31] "POST /neutron/network HTTP/1.1" 200 608 0.130664 10.0.0.73 - - [2025-10-23 03:18:31] "POST /ref-update HTTP/1.1" 200 156 0.026964 10.0.0.41 - - [2025-10-23 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.002960 10.0.0.41 - - [2025-10-23 03:18:31] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004932 10.0.0.41 - - [2025-10-23 03:18:31] "POST /neutron/network HTTP/1.1" 200 825 0.006108 10.0.0.41 - - [2025-10-23 03:18:31] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004679 10.0.0.41 - - [2025-10-23 03:18:31] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006728 10.0.0.41 - - [2025-10-23 03:18:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001230 10.0.0.41 - - [2025-10-23 03:18:48] "POST /neutron/network HTTP/1.1" 200 835 0.007625 10.0.0.133 - - [2025-10-23 03:18:49] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.41 - - [2025-10-23 03:18:49] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055140 10.0.0.41 - - [2025-10-23 03:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.006033 10.0.0.41 - - [2025-10-23 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.41 - - [2025-10-23 03:18:49] "POST /neutron/network HTTP/1.1" 200 835 0.006133 10.0.0.41 - - [2025-10-23 03:18:50] "POST /neutron/port HTTP/1.1" 200 1059 0.025929 10.0.0.133 - - [2025-10-23 03:18:50] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.41 - - [2025-10-23 03:18:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004702 10.0.0.41 - - [2025-10-23 03:18:50] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.114005 10.0.0.41 - - [2025-10-23 03:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.001937 10.0.0.41 - - [2025-10-23 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009742 10.0.0.41 - - [2025-10-23 03:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014638 10.0.0.41 - - [2025-10-23 03:18:52] "POST /neutron/port HTTP/1.1" 200 1063 0.031322 10.0.0.41 - - [2025-10-23 03:18:52] "POST /neutron/port HTTP/1.1" 200 1091 0.032611 10.0.0.41 - - [2025-10-23 03:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.003113 10.0.0.73 - - [2025-10-23 03:18:53] "GET /obj-perms HTTP/1.1" 200 5056 0.060434 10.0.0.41 - - [2025-10-23 03:18:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010693 10.0.0.133 - - [2025-10-23 03:19:06] "DELETE /project/8551d853615e4f4f9b81c2206ba804a2 HTTP/1.1" 404 173 0.004060 10.0.0.133 - - [2025-10-23 03:19:06] "DELETE /project/2a24eaf6-ac68-44c4-a70a-6832a490ce2c HTTP/1.1" 404 177 0.003524 10.0.0.41 - - [2025-10-23 03:19:06] "POST /neutron/port HTTP/1.1" 200 1087 0.015899 10.0.0.41 - - [2025-10-23 03:19:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007146 10.0.0.41 - - [2025-10-23 03:19:22] "POST /neutron/port HTTP/1.1" 200 1087 0.014742 10.0.0.41 - - [2025-10-23 03:19:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006900 10.0.0.41 - - [2025-10-23 03:19:27] "POST /neutron/port HTTP/1.1" 200 1087 0.015155 10.0.0.41 - - [2025-10-23 03:19:27] "GET /virtual-machine/080cc9c7-5307-4431-845e-5fc34dd40d4d HTTP/1.1" 401 292 0.000491 10.0.0.41 - - [2025-10-23 03:19:27] "GET /virtual-machine/080cc9c7-5307-4431-845e-5fc34dd40d4d HTTP/1.1" 200 1293 0.028442 10.0.0.41 - - [2025-10-23 03:19:27] "GET /virtual-machine-interface/b2ba1590-93f7-409b-b06d-870968697bbc HTTP/1.1" 200 2957 0.005198 10.0.0.41 - - [2025-10-23 03:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-10-23 03:19:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003392 10.0.0.41 - - [2025-10-23 03:19:27] "GET /virtual-networks?parent_id=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003086 10.0.0.41 - - [2025-10-23 03:19:27] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005641 10.0.0.41 - - [2025-10-23 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.41 - - [2025-10-23 03:19:30] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005641 10.0.0.41 - - [2025-10-23 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.41 - - [2025-10-23 03:19:35] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005280 10.0.0.41 - - [2025-10-23 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2025-10-23 03:19:39] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005643 10.0.0.41 - - [2025-10-23 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.41 - - [2025-10-23 03:19:43] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006084 10.0.0.41 - - [2025-10-23 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 03:19:47] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005151 10.0.0.41 - - [2025-10-23 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-10-23 03:19:51] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005037 10.0.0.41 - - [2025-10-23 03:19:54] "GET /obj-perms HTTP/1.1" 200 5056 0.047242 10.0.0.41 - - [2025-10-23 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-10-23 03:19:55] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005036 10.0.0.41 - - [2025-10-23 03:19:56] "POST /neutron/port HTTP/1.1" 200 1087 0.038292 10.0.0.41 - - [2025-10-23 03:19:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.008348 10.0.0.41 - - [2025-10-23 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.41 - - [2025-10-23 03:19:59] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005036 10.0.0.41 - - [2025-10-23 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-10-23 03:20:03] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005621 10.0.0.41 - - [2025-10-23 03:20:07] "POST /neutron/port HTTP/1.1" 200 1091 0.015270 10.0.0.41 - - [2025-10-23 03:20:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.41 - - [2025-10-23 03:20:07] "POST /neutron/network HTTP/1.1" 200 829 0.007264 10.0.0.41 - - [2025-10-23 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.41 - - [2025-10-23 03:20:07] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005296 10.0.0.41 - - [2025-10-23 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.41 - - [2025-10-23 03:20:11] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006714 10.0.0.41 - - [2025-10-23 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-10-23 03:20:16] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006462 10.0.0.41 - - [2025-10-23 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.41 - - [2025-10-23 03:20:20] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006778 10.0.0.41 - - [2025-10-23 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.41 - - [2025-10-23 03:20:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010035 10.0.0.41 - - [2025-10-23 03:20:24] "GET /virtual-networks?parent_id=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008815 10.0.0.41 - - [2025-10-23 03:20:24] "GET /virtual-network/48997357-9b55-4787-99c8-8400c4d27204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007305 10.0.0.41 - - [2025-10-23 03:20:29] "POST /neutron/port HTTP/1.1" 200 1087 0.013786 10.0.0.41 - - [2025-10-23 03:20:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007504 10.0.0.41 - - [2025-10-23 03:20:43] "POST /neutron/port HTTP/1.1" 200 1087 0.047729 10.0.0.41 - - [2025-10-23 03:20:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007242 10.0.0.41 - - [2025-10-23 03:20:50] "POST /neutron/port HTTP/1.1" 200 1087 0.013866 10.0.0.133 - - [2025-10-23 03:20:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055733 10.0.0.41 - - [2025-10-23 03:20:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007758 10.0.0.41 - - [2025-10-23 03:20:58] "POST /neutron/network HTTP/1.1" 200 835 0.007044 10.0.0.41 - - [2025-10-23 03:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.41 - - [2025-10-23 03:21:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006745 10.0.0.41 - - [2025-10-23 03:21:09] "POST /neutron/port HTTP/1.1" 200 1091 0.016941 10.0.0.41 - - [2025-10-23 03:21:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004653 10.0.0.41 - - [2025-10-23 03:21:09] "POST /neutron/network HTTP/1.1" 200 829 0.012375 10.0.0.41 - - [2025-10-23 03:21:16] "POST /neutron/port HTTP/1.1" 200 1087 0.013287 10.0.0.41 - - [2025-10-23 03:21:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007504 10.0.0.41 - - [2025-10-23 03:21:31] "POST /neutron/port HTTP/1.1" 200 1091 0.015284 10.0.0.41 - - [2025-10-23 03:21:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006856 10.0.0.41 - - [2025-10-23 03:21:31] "GET /virtual-machine/36c275ac-6923-4943-98d9-0fc99e8f3dbd HTTP/1.1" 200 1295 0.005882 10.0.0.41 - - [2025-10-23 03:21:31] "GET /virtual-machine-interface/5ad8d1c1-91b5-43fc-80c6-e799e6de484f HTTP/1.1" 200 2955 0.005501 10.0.0.41 - - [2025-10-23 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.41 - - [2025-10-23 03:21:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004204 10.0.0.41 - - [2025-10-23 03:21:31] "GET /virtual-networks?parent_id=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002995 10.0.0.41 - - [2025-10-23 03:21:31] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006466 10.0.0.41 - - [2025-10-23 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.41 - - [2025-10-23 03:21:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003418 10.0.0.41 - - [2025-10-23 03:21:33] "GET /virtual-networks?parent_id=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002581 10.0.0.41 - - [2025-10-23 03:21:33] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005304 10.0.0.41 - - [2025-10-23 03:21:33] "POST /neutron/port HTTP/1.1" 200 1091 0.014016 10.0.0.41 - - [2025-10-23 03:21:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007185 10.0.0.41 - - [2025-10-23 03:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.133 - - [2025-10-23 03:21:43] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.027625 10.0.0.41 - - [2025-10-23 03:21:43] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.072892 10.0.0.41 - - [2025-10-23 03:21:43] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005611 10.0.0.41 - - [2025-10-23 03:21:43] "GET /floating-ip-pools?parent_id=51bbdf1c-ada4-44aa-b4a4-2031c582e880&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002872 10.0.0.41 - - [2025-10-23 03:21:43] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005423 10.0.0.41 - - [2025-10-23 03:21:43] "POST /floating-ip-pools HTTP/1.1" 200 600 0.027403 10.0.0.41 - - [2025-10-23 03:21:43] "POST /ref-update HTTP/1.1" 200 156 0.012657 10.0.0.41 - - [2025-10-23 03:21:43] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005281 10.0.0.41 - - [2025-10-23 03:21:44] "GET /virtual-network/51bbdf1c-ada4-44aa-b4a4-2031c582e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006428 10.0.0.41 - - [2025-10-23 03:21:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.008105 10.0.0.41 - - [2025-10-23 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-10-23 03:21:44] "GET /routing-instance/207b14e1-24ba-48d6-9293-a114d762b13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.003525 10.0.0.41 - - [2025-10-23 03:21:44] "GET /route-target/16f5766c-94f0-4d6e-9d45-8386a430cfdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004409 10.0.0.41 - - [2025-10-23 03:22:00] "POST /neutron/port HTTP/1.1" 200 1087 0.018139 10.0.0.41 - - [2025-10-23 03:22:00] "POST /neutron/floatingip HTTP/1.1" 200 551 0.016551 10.0.0.41 - - [2025-10-23 03:22:00] "POST /neutron/network HTTP/1.1" 200 825 0.008348 10.0.0.41 - - [2025-10-23 03:22:11] "POST /neutron/floatingip HTTP/1.1" 200 532 0.008652 10.0.0.41 - - [2025-10-23 03:22:11] "GET /floating-ip-pool/17d36e25-9a48-4f7f-840d-6a99316135a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004122 10.0.0.41 - - [2025-10-23 03:22:11] "POST /ref-update HTTP/1.1" 200 156 0.021332 10.0.0.41 - - [2025-10-23 03:22:11] "DELETE /floating-ip-pool/17d36e25-9a48-4f7f-840d-6a99316135a5 HTTP/1.1" 200 115 0.035738 10.0.0.41 - - [2025-10-23 03:22:11] "POST /neutron/port HTTP/1.1" 200 1091 0.043423 10.0.0.41 - - [2025-10-23 03:22:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.010196 10.0.0.41 - - [2025-10-23 03:22:11] "POST /neutron/network HTTP/1.1" 400 204 0.015849 10.0.0.41 - - [2025-10-23 03:22:12] "POST /neutron/port HTTP/1.1" 200 1117 0.010422 10.0.0.41 - - [2025-10-23 03:22:12] "POST /neutron/port HTTP/1.1" 200 1113 0.012206 10.0.0.133 - - [2025-10-23 03:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003352 10.0.0.73 - - [2025-10-23 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.133 - - [2025-10-23 03:22:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003451 10.0.0.41 - - [2025-10-23 03:22:13] "POST /neutron/network HTTP/1.1" 200 151 0.123182 10.0.0.73 - - [2025-10-23 03:22:14] "DELETE /route-target/16f5766c-94f0-4d6e-9d45-8386a430cfdb HTTP/1.1" 200 115 0.020300 10.0.0.133 - - [2025-10-23 03:22:15] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.41 - - [2025-10-23 03:22:15] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048237 10.0.0.133 - - [2025-10-23 03:22:15] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001569 10.0.0.41 - - [2025-10-23 03:22:15] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?fields=virtual_networks HTTP/1.1" 200 1036 0.044341 10.0.0.133 - - [2025-10-23 03:22:15] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.41 - - [2025-10-23 03:22:15] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.038747 10.0.0.133 - - [2025-10-23 03:22:15] "GET /projects?obj_uuids=8551d853-615e-4f4f-9b81-c2206ba804a2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.41 - - [2025-10-23 03:22:16] "GET /project/8551d853-615e-4f4f-9b81-c2206ba804a2?fields=security_groups HTTP/1.1" 200 1264 0.047505 10.0.0.41 - - [2025-10-23 03:22:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.025222 10.0.0.133 - - [2025-10-23 03:22:16] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.133 - - [2025-10-23 03:22:17] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.133 - - [2025-10-23 03:22:17] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006568 10.0.0.133 - - [2025-10-23 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.002133 10.0.0.133 - - [2025-10-23 03:22:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.008452 10.0.0.133 - - [2025-10-23 03:22:17] "POST /security-groups HTTP/1.1" 200 591 0.027895 10.0.0.133 - - [2025-10-23 03:22:17] "POST /projects HTTP/1.1" 200 585 0.244083 10.0.0.73 - - [2025-10-23 03:22:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.007906 10.0.0.133 - - [2025-10-23 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.317067 10.0.0.41 - - [2025-10-23 03:22:17] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.480592 10.0.0.41 - - [2025-10-23 03:22:18] "GET / HTTP/1.1" 200 36215 0.001808 10.0.0.41 - - [2025-10-23 03:22:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-10-23 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.057956 10.0.0.133 - - [2025-10-23 03:22:20] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.41 - - [2025-10-23 03:22:20] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040826 10.0.0.41 - - [2025-10-23 03:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.034709 10.0.0.73 - - [2025-10-23 03:22:21] "POST /ref-update HTTP/1.1" 200 156 0.034654 10.0.0.41 - - [2025-10-23 03:22:21] "POST /neutron/network HTTP/1.1" 200 839 0.011138 10.0.0.41 - - [2025-10-23 03:22:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001173 10.0.0.41 - - [2025-10-23 03:22:21] "GET /virtual-network/3dadd598-6a0e-48b4-af8d-c9272b1cef69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007684 10.0.0.41 - - [2025-10-23 03:22:21] "GET /virtual-network/3dadd598-6a0e-48b4-af8d-c9272b1cef69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006609 10.0.0.41 - - [2025-10-23 03:22:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.008091 10.0.0.41 - - [2025-10-23 03:22:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001503 10.0.0.133 - - [2025-10-23 03:22:22] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.41 - - [2025-10-23 03:22:22] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067796 10.0.0.41 - - [2025-10-23 03:22:22] "POST /neutron/network HTTP/1.1" 200 839 0.051519 10.0.0.41 - - [2025-10-23 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-10-23 03:22:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003510 10.0.0.41 - - [2025-10-23 03:22:23] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.012979 10.0.0.41 - - [2025-10-23 03:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.006418 10.0.0.41 - - [2025-10-23 03:22:24] "POST /neutron/port HTTP/1.1" 200 1055 0.015068 10.0.0.41 - - [2025-10-23 03:22:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016497 10.0.0.41 - - [2025-10-23 03:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.41 - - [2025-10-23 03:22:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007743 10.0.0.41 - - [2025-10-23 03:22:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015535 10.0.0.41 - - [2025-10-23 03:22:28] "GET /virtual-machine/58ffda45-ad52-4296-b93a-45fa32e43e68 HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-23 03:22:29] "GET /virtual-machine/58ffda45-ad52-4296-b93a-45fa32e43e68 HTTP/1.1" 200 1294 0.030074 10.0.0.41 - - [2025-10-23 03:22:29] "GET /virtual-machine-interface/3be4da77-fe64-4e88-9f02-e6a9fb761274 HTTP/1.1" 200 2978 0.004993 10.0.0.41 - - [2025-10-23 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2025-10-23 03:22:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003616 10.0.0.41 - - [2025-10-23 03:22:29] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002599 10.0.0.41 - - [2025-10-23 03:22:29] "GET /virtual-network/3dadd598-6a0e-48b4-af8d-c9272b1cef69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005760 10.0.0.41 - - [2025-10-23 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2025-10-23 03:22:32] "GET /virtual-network/3dadd598-6a0e-48b4-af8d-c9272b1cef69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004847 10.0.0.41 - - [2025-10-23 03:22:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006463 10.0.0.41 - - [2025-10-23 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2025-10-23 03:22:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003225 10.0.0.41 - - [2025-10-23 03:22:36] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002599 10.0.0.41 - - [2025-10-23 03:22:36] "GET /virtual-network/3dadd598-6a0e-48b4-af8d-c9272b1cef69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005380 10.0.0.41 - - [2025-10-23 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-23 03:22:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003426 10.0.0.41 - - [2025-10-23 03:22:38] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.013693 10.0.0.41 - - [2025-10-23 03:22:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013502 10.0.0.41 - - [2025-10-23 03:22:40] "POST /neutron/network HTTP/1.1" 200 839 0.006382 10.0.0.41 - - [2025-10-23 03:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.133 - - [2025-10-23 03:22:43] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.41 - - [2025-10-23 03:22:43] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041529 10.0.0.133 - - [2025-10-23 03:22:44] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.41 - - [2025-10-23 03:22:44] "POST /neutron/network HTTP/1.1" 200 605 0.116145 10.0.0.73 - - [2025-10-23 03:22:44] "POST /route-targets HTTP/1.1" 200 328 0.014890 10.0.0.41 - - [2025-10-23 03:22:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.004691 10.0.0.41 - - [2025-10-23 03:22:44] "GET /virtual-network/c5280184-9a0f-4599-8048-ed0ab5009ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005319 10.0.0.41 - - [2025-10-23 03:22:44] "POST /neutron/network HTTP/1.1" 200 824 0.005821 10.0.0.41 - - [2025-10-23 03:22:44] "GET /virtual-network/c5280184-9a0f-4599-8048-ed0ab5009ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005031 10.0.0.41 - - [2025-10-23 03:22:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.41 - - [2025-10-23 03:22:44] "POST /neutron/network HTTP/1.1" 200 834 0.006051 10.0.0.133 - - [2025-10-23 03:22:45] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.41 - - [2025-10-23 03:22:45] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064313 10.0.0.41 - - [2025-10-23 03:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.006355 10.0.0.133 - - [2025-10-23 03:22:46] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.41 - - [2025-10-23 03:22:46] "POST /neutron/port HTTP/1.1" 200 1060 0.263815 10.0.0.41 - - [2025-10-23 03:22:46] "POST /neutron/port HTTP/1.1" 200 1114 0.100117 10.0.0.41 - - [2025-10-23 03:22:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.008558 10.0.0.41 - - [2025-10-23 03:22:50] "POST /neutron/port HTTP/1.1" 200 1088 0.014802 10.0.0.41 - - [2025-10-23 03:22:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006567 10.0.0.41 - - [2025-10-23 03:22:51] "GET /virtual-machine/c7c64476-a50e-4afc-8b28-642ac1a0cbe1 HTTP/1.1" 200 1295 0.005501 10.0.0.41 - - [2025-10-23 03:22:51] "GET /virtual-machine-interface/e53d5dce-ab2c-4ded-a78f-4870f40d282b HTTP/1.1" 200 2949 0.005047 10.0.0.41 - - [2025-10-23 03:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2025-10-23 03:22:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003755 10.0.0.41 - - [2025-10-23 03:22:51] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002949 10.0.0.41 - - [2025-10-23 03:22:51] "GET /virtual-network/c5280184-9a0f-4599-8048-ed0ab5009ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005200 10.0.0.41 - - [2025-10-23 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2025-10-23 03:22:54] "GET /virtual-network/c5280184-9a0f-4599-8048-ed0ab5009ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005433 10.0.0.41 - - [2025-10-23 03:22:56] "POST /neutron/port HTTP/1.1" 200 1088 0.014277 10.0.0.73 - - [2025-10-23 03:22:57] "GET /obj-perms HTTP/1.1" 200 5056 0.073494 10.0.0.73 - - [2025-10-23 03:22:57] "DELETE /access-control-list/2391b11e-0b50-4c75-8510-4f3420e825e6 HTTP/1.1" 200 115 0.037948 10.0.0.41 - - [2025-10-23 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2025-10-23 03:22:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003832 10.0.0.41 - - [2025-10-23 03:22:58] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003692 10.0.0.41 - - [2025-10-23 03:22:58] "GET /virtual-network/c5280184-9a0f-4599-8048-ed0ab5009ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005363 10.0.0.133 - - [2025-10-23 03:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.133 - - [2025-10-23 03:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.133 - - [2025-10-23 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.133 - - [2025-10-23 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.73 - - [2025-10-23 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.41 - - [2025-10-23 03:23:00] "POST /neutron/network HTTP/1.1" 400 204 0.014124 10.0.0.73 - - [2025-10-23 03:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2025-10-23 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.73 - - [2025-10-23 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.41 - - [2025-10-23 03:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.185763 10.0.0.41 - - [2025-10-23 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.41 - - [2025-10-23 03:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.41 - - [2025-10-23 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2025-10-23 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.41 - - [2025-10-23 03:23:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003468 10.0.0.41 - - [2025-10-23 03:23:05] "POST /network-ipams HTTP/1.1" 200 543 0.024627 10.0.0.41 - - [2025-10-23 03:23:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003462 10.0.0.41 - - [2025-10-23 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.41 - - [2025-10-23 03:23:05] "GET /network-ipam/3116078c-ebe4-48c5-aa3d-addff7879e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006087 10.0.0.41 - - [2025-10-23 03:23:05] "PUT /network-ipam/3116078c-ebe4-48c5-aa3d-addff7879e81 HTTP/1.1" 200 259 0.014083 10.0.0.41 - - [2025-10-23 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.133 - - [2025-10-23 03:23:05] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.41 - - [2025-10-23 03:23:05] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045222 10.0.0.41 - - [2025-10-23 03:23:05] "POST /neutron/network HTTP/1.1" 200 117 0.012670 10.0.0.73 - - [2025-10-23 03:23:06] "POST /route-targets HTTP/1.1" 200 328 0.013077 10.0.0.133 - - [2025-10-23 03:23:06] "DELETE /project/2dd453f98c3c4323be004ea1c055398e HTTP/1.1" 404 173 0.002174 10.0.0.133 - - [2025-10-23 03:23:06] "DELETE /project/8551d853-615e-4f4f-9b81-c2206ba804a2 HTTP/1.1" 404 177 0.004377 10.0.0.133 - - [2025-10-23 03:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008287 10.0.0.41 - - [2025-10-23 03:23:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.175859 10.0.0.41 - - [2025-10-23 03:23:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001226 10.0.0.41 - - [2025-10-23 03:23:06] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004827 10.0.0.41 - - [2025-10-23 03:23:06] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006860 10.0.0.41 - - [2025-10-23 03:23:06] "POST /neutron/network HTTP/1.1" 200 994 0.008280 10.0.0.41 - - [2025-10-23 03:23:06] "POST /neutron/network HTTP/1.1" 200 994 0.008248 10.0.0.133 - - [2025-10-23 03:23:06] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.41 - - [2025-10-23 03:23:07] "POST /neutron/port HTTP/1.1" 200 1017 0.233969 10.0.0.41 - - [2025-10-23 03:23:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001344 10.0.0.41 - - [2025-10-23 03:23:07] "POST /neutron/port HTTP/1.1" 200 1017 0.009068 10.0.0.41 - - [2025-10-23 03:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.005572 10.0.0.41 - - [2025-10-23 03:23:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001247 10.0.0.41 - - [2025-10-23 03:23:07] "POST /neutron/port HTTP/1.1" 200 117 0.005804 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/network HTTP/1.1" 200 994 0.009377 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.016258 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.005392 10.0.0.41 - - [2025-10-23 03:23:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001160 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/port HTTP/1.1" 200 1109 0.128311 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/port HTTP/1.1" 200 1083 0.015844 10.0.0.41 - - [2025-10-23 03:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001044 10.0.0.41 - - [2025-10-23 03:23:09] "POST /neutron/port HTTP/1.1" 200 1017 0.016396 10.0.0.41 - - [2025-10-23 03:23:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008822 10.0.0.41 - - [2025-10-23 03:23:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.41 - - [2025-10-23 03:23:09] "POST /neutron/network HTTP/1.1" 200 994 0.010263 10.0.0.133 - - [2025-10-23 03:23:09] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.41 - - [2025-10-23 03:23:09] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080029 10.0.0.41 - - [2025-10-23 03:23:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007666 10.0.0.41 - - [2025-10-23 03:23:10] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006727 10.0.0.133 - - [2025-10-23 03:23:10] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.41 - - [2025-10-23 03:23:10] "POST /neutron/port HTTP/1.1" 200 1055 0.284836 10.0.0.41 - - [2025-10-23 03:23:11] "POST /neutron/port HTTP/1.1" 200 1109 0.094976 10.0.0.41 - - [2025-10-23 03:23:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.012168 10.0.0.41 - - [2025-10-23 03:23:11] "GET /obj-perms HTTP/1.1" 200 5030 0.054569 10.0.0.41 - - [2025-10-23 03:23:12] "POST /neutron/port HTTP/1.1" 200 1083 0.015623 10.0.0.41 - - [2025-10-23 03:23:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007341 10.0.0.41 - - [2025-10-23 03:23:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.010647 10.0.0.41 - - [2025-10-23 03:23:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007074 10.0.0.41 - - [2025-10-23 03:23:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007127 10.0.0.41 - - [2025-10-23 03:23:12] "GET /virtual-machine/215b21bf-5966-4080-a598-3fc616d0aadb HTTP/1.1" 200 1290 0.005699 10.0.0.41 - - [2025-10-23 03:23:12] "GET /virtual-machine-interface/075b9f31-6c81-43db-9f90-1e903f6d4e28 HTTP/1.1" 200 2947 0.004734 10.0.0.41 - - [2025-10-23 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2025-10-23 03:23:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002945 10.0.0.41 - - [2025-10-23 03:23:12] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002496 10.0.0.41 - - [2025-10-23 03:23:12] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005938 10.0.0.41 - - [2025-10-23 03:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2025-10-23 03:23:15] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005407 10.0.0.41 - - [2025-10-23 03:23:19] "POST /neutron/port HTTP/1.1" 200 1083 0.013418 10.0.0.41 - - [2025-10-23 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-10-23 03:23:19] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006664 10.0.0.41 - - [2025-10-23 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.41 - - [2025-10-23 03:23:22] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003384 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003217 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005628 10.0.0.41 - - [2025-10-23 03:23:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006730 10.0.0.41 - - [2025-10-23 03:23:22] "POST /neutron/port HTTP/1.1" 200 1083 0.013736 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-machine/6c6d8288-2b43-47c6-95e7-da348b2950a7 HTTP/1.1" 200 1290 0.005861 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-machine-interface/a8528236-99f1-4622-8f9f-b18758df42b1 HTTP/1.1" 200 2949 0.004792 10.0.0.41 - - [2025-10-23 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.41 - - [2025-10-23 03:23:22] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004435 10.0.0.41 - - [2025-10-23 03:23:22] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007893 10.0.0.41 - - [2025-10-23 03:23:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011729 10.0.0.41 - - [2025-10-23 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011895 10.0.0.41 - - [2025-10-23 03:23:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003879 10.0.0.41 - - [2025-10-23 03:23:23] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003054 10.0.0.41 - - [2025-10-23 03:23:23] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006401 10.0.0.41 - - [2025-10-23 03:23:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014419 10.0.0.41 - - [2025-10-23 03:23:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006501 10.0.0.41 - - [2025-10-23 03:23:24] "GET /virtual-machine/1143059b-dc09-4aa4-9304-cb97d523f557 HTTP/1.1" 200 1294 0.006710 10.0.0.41 - - [2025-10-23 03:23:24] "GET /virtual-machine-interface/a1da4986-418e-4fe6-b6b3-68a194e1c51a HTTP/1.1" 200 2949 0.004924 10.0.0.41 - - [2025-10-23 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.41 - - [2025-10-23 03:23:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003381 10.0.0.41 - - [2025-10-23 03:23:24] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002657 10.0.0.41 - - [2025-10-23 03:23:24] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005622 10.0.0.41 - - [2025-10-23 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.41 - - [2025-10-23 03:23:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003592 10.0.0.41 - - [2025-10-23 03:23:25] "GET /virtual-networks?parent_id=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002710 10.0.0.41 - - [2025-10-23 03:23:25] "GET /virtual-network/1d2a79b6-98e7-4afc-a585-09b77449be3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005308 10.0.0.41 - - [2025-10-23 03:23:46] "POST /neutron/port HTTP/1.1" 200 1109 0.011335 10.0.0.41 - - [2025-10-23 03:23:47] "POST /neutron/port HTTP/1.1" 200 1109 0.010195 10.0.0.41 - - [2025-10-23 03:23:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014694 10.0.0.41 - - [2025-10-23 03:23:47] "POST /neutron/network HTTP/1.1" 200 994 0.011330 10.0.0.133 - - [2025-10-23 03:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003445 10.0.0.133 - - [2025-10-23 03:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002560 10.0.0.133 - - [2025-10-23 03:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.133 - - [2025-10-23 03:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.41 - - [2025-10-23 03:23:49] "POST /neutron/network HTTP/1.1" 200 151 0.137374 10.0.0.73 - - [2025-10-23 03:23:49] "DELETE /route-target/8a316a00-7bf2-48e9-a49a-66f472c99cc6 HTTP/1.1" 200 115 0.058445 10.0.0.41 - - [2025-10-23 03:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-10-23 03:23:49] "DELETE /network-ipam/3116078c-ebe4-48c5-aa3d-addff7879e81 HTTP/1.1" 200 115 0.032054 10.0.0.41 - - [2025-10-23 03:23:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.005036 10.0.0.133 - - [2025-10-23 03:23:51] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.41 - - [2025-10-23 03:23:51] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073755 10.0.0.133 - - [2025-10-23 03:23:51] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.41 - - [2025-10-23 03:23:51] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?fields=virtual_networks HTTP/1.1" 200 1034 0.040885 10.0.0.133 - - [2025-10-23 03:23:51] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000911 10.0.0.41 - - [2025-10-23 03:23:51] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049255 10.0.0.133 - - [2025-10-23 03:23:51] "GET /projects?obj_uuids=2dd453f9-8c3c-4323-be00-4ea1c055398e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.41 - - [2025-10-23 03:23:51] "GET /project/2dd453f9-8c3c-4323-be00-4ea1c055398e?fields=security_groups HTTP/1.1" 200 1261 0.051299 10.0.0.41 - - [2025-10-23 03:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.006075 10.0.0.41 - - [2025-10-23 03:23:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.026069 10.0.0.133 - - [2025-10-23 03:23:52] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003298 10.0.0.133 - - [2025-10-23 03:23:52] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.133 - - [2025-10-23 03:23:52] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033157 10.0.0.133 - - [2025-10-23 03:23:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.002306 10.0.0.133 - - [2025-10-23 03:23:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.006974 10.0.0.133 - - [2025-10-23 03:23:53] "POST /security-groups HTTP/1.1" 200 599 0.029919 10.0.0.133 - - [2025-10-23 03:23:53] "POST /projects HTTP/1.1" 200 601 0.245053 10.0.0.133 - - [2025-10-23 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.320884 10.0.0.73 - - [2025-10-23 03:23:53] "POST /fqname-to-id HTTP/1.1" 404 241 0.014430 10.0.0.41 - - [2025-10-23 03:23:53] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.486750 10.0.0.41 - - [2025-10-23 03:23:54] "GET / HTTP/1.1" 200 36215 0.001849 10.0.0.41 - - [2025-10-23 03:23:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-23 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.057702 10.0.0.133 - - [2025-10-23 03:23:56] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000806 10.0.0.41 - - [2025-10-23 03:23:56] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.035814 10.0.0.133 - - [2025-10-23 03:23:56] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.41 - - [2025-10-23 03:23:56] "POST /neutron/network HTTP/1.1" 200 613 0.145333 10.0.0.73 - - [2025-10-23 03:23:56] "POST /ref-update HTTP/1.1" 200 156 0.018323 10.0.0.41 - - [2025-10-23 03:23:57] "POST /neutron/network HTTP/1.1" 200 1007 0.012814 10.0.0.41 - - [2025-10-23 03:23:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001517 10.0.0.41 - - [2025-10-23 03:23:57] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005698 10.0.0.41 - - [2025-10-23 03:23:57] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006391 10.0.0.41 - - [2025-10-23 03:23:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.011372 10.0.0.133 - - [2025-10-23 03:23:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.286276 10.0.0.133 - - [2025-10-23 03:23:58] "GET /obj-perms HTTP/1.1" 200 5056 0.430181 10.0.0.41 - - [2025-10-23 03:23:58] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005168 10.0.0.41 - - [2025-10-23 03:24:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001247 10.0.0.133 - - [2025-10-23 03:24:00] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.41 - - [2025-10-23 03:24:00] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.068377 10.0.0.41 - - [2025-10-23 03:24:00] "POST /neutron/network HTTP/1.1" 200 1007 0.008848 10.0.0.41 - - [2025-10-23 03:24:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001572 10.0.0.41 - - [2025-10-23 03:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.006669 10.0.0.133 - - [2025-10-23 03:24:01] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/port HTTP/1.1" 200 1176 0.376362 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/port HTTP/1.1" 200 1230 0.107597 10.0.0.133 - - [2025-10-23 03:24:02] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.41 - - [2025-10-23 03:24:02] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.070001 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.001574 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/port HTTP/1.1" 200 1204 0.020616 10.0.0.41 - - [2025-10-23 03:24:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001502 10.0.0.41 - - [2025-10-23 03:24:02] "POST /neutron/port HTTP/1.1" 200 1204 0.025011 10.0.0.41 - - [2025-10-23 03:24:03] "POST /neutron/network HTTP/1.1" 200 1017 0.011114 10.0.0.41 - - [2025-10-23 03:24:03] "POST /neutron/port HTTP/1.1" 200 1176 0.024328 10.0.0.41 - - [2025-10-23 03:24:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003543 10.0.0.41 - - [2025-10-23 03:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.133 - - [2025-10-23 03:24:04] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001389 10.0.0.41 - - [2025-10-23 03:24:04] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.083960 10.0.0.41 - - [2025-10-23 03:24:04] "POST /neutron/network HTTP/1.1" 200 1007 0.008877 10.0.0.41 - - [2025-10-23 03:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.005913 10.0.0.41 - - [2025-10-23 03:24:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001627 10.0.0.41 - - [2025-10-23 03:24:04] "POST /neutron/network HTTP/1.1" 200 1017 0.009136 10.0.0.41 - - [2025-10-23 03:24:05] "POST /neutron/port HTTP/1.1" 200 1176 0.019559 10.0.0.41 - - [2025-10-23 03:24:05] "POST /neutron/port HTTP/1.1" 200 1204 0.025864 10.0.0.133 - - [2025-10-23 03:24:05] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.41 - - [2025-10-23 03:24:05] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.063013 10.0.0.41 - - [2025-10-23 03:24:05] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012234 10.0.0.41 - - [2025-10-23 03:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.41 - - [2025-10-23 03:24:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008992 10.0.0.41 - - [2025-10-23 03:24:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007034 10.0.0.41 - - [2025-10-23 03:24:06] "POST /neutron/port HTTP/1.1" 200 1204 0.016105 10.0.0.41 - - [2025-10-23 03:24:06] "GET /virtual-machine/8cddea73-3c7c-4bf8-bcf0-de1b430baca1 HTTP/1.1" 401 292 0.000419 10.0.0.133 - - [2025-10-23 03:24:06] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.41 - - [2025-10-23 03:24:06] "POST /neutron/port HTTP/1.1" 200 1176 0.317274 10.0.0.41 - - [2025-10-23 03:24:06] "GET /virtual-machine/8cddea73-3c7c-4bf8-bcf0-de1b430baca1 HTTP/1.1" 200 1303 0.066974 10.0.0.41 - - [2025-10-23 03:24:06] "GET /virtual-machine-interface/e9733823-41b5-4452-89ba-88aacc662e2c HTTP/1.1" 200 3183 0.004901 10.0.0.133 - - [2025-10-23 03:24:06] "DELETE /project/ab461094779c43889d9da792c9d15fe1 HTTP/1.1" 404 173 0.005172 10.0.0.133 - - [2025-10-23 03:24:06] "DELETE /project/2dd453f9-8c3c-4323-be00-4ea1c055398e HTTP/1.1" 404 177 0.004015 10.0.0.41 - - [2025-10-23 03:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.41 - - [2025-10-23 03:24:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002944 10.0.0.41 - - [2025-10-23 03:24:06] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002067 10.0.0.41 - - [2025-10-23 03:24:06] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.013664 10.0.0.41 - - [2025-10-23 03:24:06] "POST /neutron/port HTTP/1.1" 200 1230 0.109995 10.0.0.41 - - [2025-10-23 03:24:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.41 - - [2025-10-23 03:24:07] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.41 - - [2025-10-23 03:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2025-10-23 03:24:10] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006001 10.0.0.41 - - [2025-10-23 03:24:13] "POST /neutron/port HTTP/1.1" 200 1204 0.016481 10.0.0.41 - - [2025-10-23 03:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005015 10.0.0.41 - - [2025-10-23 03:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.41 - - [2025-10-23 03:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.41 - - [2025-10-23 03:24:14] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006452 10.0.0.41 - - [2025-10-23 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.41 - - [2025-10-23 03:24:18] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004847 10.0.0.41 - - [2025-10-23 03:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.41 - - [2025-10-23 03:24:22] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005639 10.0.0.41 - - [2025-10-23 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-10-23 03:24:26] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005243 10.0.0.41 - - [2025-10-23 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.41 - - [2025-10-23 03:24:30] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004632 10.0.0.41 - - [2025-10-23 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.41 - - [2025-10-23 03:24:34] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006501 10.0.0.41 - - [2025-10-23 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2025-10-23 03:24:38] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005611 10.0.0.41 - - [2025-10-23 03:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-10-23 03:24:42] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005217 10.0.0.41 - - [2025-10-23 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.41 - - [2025-10-23 03:24:46] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005465 10.0.0.41 - - [2025-10-23 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.41 - - [2025-10-23 03:24:51] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005389 10.0.0.41 - - [2025-10-23 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.41 - - [2025-10-23 03:24:55] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005337 10.0.0.41 - - [2025-10-23 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.41 - - [2025-10-23 03:24:59] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005689 10.0.0.73 - - [2025-10-23 03:24:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051451 10.0.0.41 - - [2025-10-23 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.41 - - [2025-10-23 03:25:03] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006661 10.0.0.41 - - [2025-10-23 03:25:03] "POST /neutron/port HTTP/1.1" 200 1204 0.043632 10.0.0.41 - - [2025-10-23 03:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005254 10.0.0.41 - - [2025-10-23 03:25:04] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.41 - - [2025-10-23 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-10-23 03:25:07] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004996 10.0.0.41 - - [2025-10-23 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2025-10-23 03:25:11] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005624 10.0.0.41 - - [2025-10-23 03:25:13] "POST /neutron/port HTTP/1.1" 200 1204 0.015001 10.0.0.41 - - [2025-10-23 03:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004890 10.0.0.41 - - [2025-10-23 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-10-23 03:25:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004481 10.0.0.41 - - [2025-10-23 03:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.41 - - [2025-10-23 03:25:13] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003476 10.0.0.41 - - [2025-10-23 03:25:13] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006377 10.0.0.41 - - [2025-10-23 03:25:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009049 10.0.0.41 - - [2025-10-23 03:25:18] "POST /neutron/port HTTP/1.1" 200 1204 0.037245 10.0.0.41 - - [2025-10-23 03:25:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006581 10.0.0.41 - - [2025-10-23 03:25:24] "POST /neutron/port HTTP/1.1" 200 1204 0.015507 10.0.0.41 - - [2025-10-23 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007073 10.0.0.41 - - [2025-10-23 03:25:34] "POST /neutron/port HTTP/1.1" 200 1204 0.015337 10.0.0.41 - - [2025-10-23 03:25:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006747 10.0.0.41 - - [2025-10-23 03:25:39] "POST /neutron/port HTTP/1.1" 200 1204 0.013899 10.0.0.41 - - [2025-10-23 03:25:39] "GET /virtual-machine/bddbb6c9-2920-45a4-bdc8-44f0f8baf233 HTTP/1.1" 200 1303 0.005421 10.0.0.41 - - [2025-10-23 03:25:39] "GET /virtual-machine-interface/f34097f6-2db3-41a2-b3a4-655f801607c2 HTTP/1.1" 200 3184 0.005036 10.0.0.41 - - [2025-10-23 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-10-23 03:25:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003532 10.0.0.41 - - [2025-10-23 03:25:40] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003154 10.0.0.41 - - [2025-10-23 03:25:40] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005280 10.0.0.41 - - [2025-10-23 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.41 - - [2025-10-23 03:25:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003410 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002941 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006351 10.0.0.41 - - [2025-10-23 03:25:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006769 10.0.0.41 - - [2025-10-23 03:25:41] "POST /neutron/port HTTP/1.1" 200 1204 0.014838 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-machine/fffadea8-1287-44cb-a3fe-64674a994497 HTTP/1.1" 200 1303 0.005727 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-machine-interface/cc99ee98-1102-4e79-8b88-ef70f732e597 HTTP/1.1" 200 3184 0.005332 10.0.0.41 - - [2025-10-23 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.41 - - [2025-10-23 03:25:41] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003103 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002614 10.0.0.41 - - [2025-10-23 03:25:41] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009444 10.0.0.41 - - [2025-10-23 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.41 - - [2025-10-23 03:25:42] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003458 10.0.0.41 - - [2025-10-23 03:25:42] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003734 10.0.0.41 - - [2025-10-23 03:25:42] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005357 10.0.0.41 - - [2025-10-23 03:26:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054429 10.0.0.41 - - [2025-10-23 03:26:05] "POST /neutron/port HTTP/1.1" 200 1204 0.014942 10.0.0.41 - - [2025-10-23 03:26:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004149 10.0.0.41 - - [2025-10-23 03:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.133 - - [2025-10-23 03:26:07] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.41 - - [2025-10-23 03:26:07] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040998 10.0.0.41 - - [2025-10-23 03:26:07] "POST /fqname-to-id HTTP/1.1" 404 226 0.007235 10.0.0.41 - - [2025-10-23 03:26:08] "POST /interface-route-tables HTTP/1.1" 200 577 0.028957 10.0.0.41 - - [2025-10-23 03:26:08] "GET /interface-route-table/1db3b8bd-113d-4de0-a693-79ebb96aafa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005586 10.0.0.41 - - [2025-10-23 03:26:08] "GET /virtual-machine-interface/e9733823-41b5-4452-89ba-88aacc662e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005097 10.0.0.41 - - [2025-10-23 03:26:08] "POST /ref-update HTTP/1.1" 200 156 0.013125 10.0.0.41 - - [2025-10-23 03:26:15] "POST /neutron/port HTTP/1.1" 200 1204 0.023670 10.0.0.41 - - [2025-10-23 03:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003964 10.0.0.41 - - [2025-10-23 03:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.133 - - [2025-10-23 03:26:58] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026980 10.0.0.41 - - [2025-10-23 03:26:58] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072254 10.0.0.41 - - [2025-10-23 03:26:58] "POST /fqname-to-id HTTP/1.1" 404 226 0.003094 10.0.0.41 - - [2025-10-23 03:26:58] "POST /interface-route-tables HTTP/1.1" 200 577 0.026414 10.0.0.41 - - [2025-10-23 03:26:58] "GET /interface-route-table/7305a89b-1aac-42e4-8eed-8ab94a557ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005937 10.0.0.41 - - [2025-10-23 03:26:58] "GET /virtual-machine-interface/f34097f6-2db3-41a2-b3a4-655f801607c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005885 10.0.0.41 - - [2025-10-23 03:26:58] "POST /ref-update HTTP/1.1" 200 156 0.014181 10.0.0.41 - - [2025-10-23 03:27:00] "GET /virtual-machine-interface/cc99ee98-1102-4e79-8b88-ef70f732e597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006067 10.0.0.41 - - [2025-10-23 03:27:00] "PUT /virtual-machine-interface/cc99ee98-1102-4e79-8b88-ef70f732e597 HTTP/1.1" 200 285 0.014637 10.0.0.41 - - [2025-10-23 03:27:00] "GET /virtual-machine-interface/e9733823-41b5-4452-89ba-88aacc662e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.005984 10.0.0.41 - - [2025-10-23 03:27:00] "PUT /virtual-machine-interface/e9733823-41b5-4452-89ba-88aacc662e2c HTTP/1.1" 200 285 0.014113 10.0.0.41 - - [2025-10-23 03:27:00] "GET /virtual-machine-interface/f34097f6-2db3-41a2-b3a4-655f801607c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.007883 10.0.0.41 - - [2025-10-23 03:27:00] "PUT /virtual-machine-interface/f34097f6-2db3-41a2-b3a4-655f801607c2 HTTP/1.1" 200 285 0.013569 10.0.0.133 - - [2025-10-23 03:27:01] "GET /obj-perms HTTP/1.1" 200 5056 0.052271 10.0.0.41 - - [2025-10-23 03:27:05] "POST /neutron/port HTTP/1.1" 200 1204 0.015426 10.0.0.41 - - [2025-10-23 03:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.41 - - [2025-10-23 03:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.41 - - [2025-10-23 03:27:16] "POST /neutron/port HTTP/1.1" 200 1204 0.042251 10.0.0.41 - - [2025-10-23 03:27:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.41 - - [2025-10-23 03:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.133 - - [2025-10-23 03:27:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.133 - - [2025-10-23 03:27:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.133 - - [2025-10-23 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.133 - - [2025-10-23 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.73 - - [2025-10-23 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.73 - - [2025-10-23 03:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.73 - - [2025-10-23 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.73 - - [2025-10-23 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.41 - - [2025-10-23 03:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.41 - - [2025-10-23 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-10-23 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2025-10-23 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2025-10-23 03:28:05] "POST /neutron/port HTTP/1.1" 200 1204 0.014441 10.0.0.41 - - [2025-10-23 03:28:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003475 10.0.0.41 - - [2025-10-23 03:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.41 - - [2025-10-23 03:28:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008968 10.0.0.41 - - [2025-10-23 03:28:09] "POST /neutron/port HTTP/1.1" 200 1204 0.021954 10.0.0.41 - - [2025-10-23 03:28:09] "GET /virtual-machine/8b0ce068-9867-400c-baf9-74fafc43e55e HTTP/1.1" 200 1303 0.005788 10.0.0.41 - - [2025-10-23 03:28:09] "GET /virtual-machine-interface/127e4b97-8626-4414-a1f7-e61aefc12433 HTTP/1.1" 200 3183 0.005343 10.0.0.41 - - [2025-10-23 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.41 - - [2025-10-23 03:28:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003333 10.0.0.41 - - [2025-10-23 03:28:09] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002426 10.0.0.41 - - [2025-10-23 03:28:09] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005519 10.0.0.41 - - [2025-10-23 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.41 - - [2025-10-23 03:28:11] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003275 10.0.0.41 - - [2025-10-23 03:28:11] "GET /virtual-networks?parent_id=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003063 10.0.0.41 - - [2025-10-23 03:28:11] "GET /virtual-network/58fd5901-6d2b-4670-bd3e-d697d3dceecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006832 10.0.0.41 - - [2025-10-23 03:28:11] "GET /virtual-machine-interface/127e4b97-8626-4414-a1f7-e61aefc12433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006062 10.0.0.41 - - [2025-10-23 03:28:11] "PUT /virtual-machine-interface/127e4b97-8626-4414-a1f7-e61aefc12433 HTTP/1.1" 200 285 0.012491 10.0.0.41 - - [2025-10-23 03:28:18] "POST /neutron/port HTTP/1.1" 200 1204 0.014734 10.0.0.41 - - [2025-10-23 03:28:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.41 - - [2025-10-23 03:28:18] "POST /neutron/port HTTP/1.1" 200 117 0.001512 10.0.0.133 - - [2025-10-23 03:29:00] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.41 - - [2025-10-23 03:29:00] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072248 10.0.0.41 - - [2025-10-23 03:29:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.006528 10.0.0.41 - - [2025-10-23 03:29:00] "POST /interface-route-tables HTTP/1.1" 200 577 0.028824 10.0.0.41 - - [2025-10-23 03:29:01] "GET /interface-route-table/565c5521-aa87-43ee-bff0-9e171ee8382e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006234 10.0.0.41 - - [2025-10-23 03:29:01] "GET /virtual-machine-interface/127e4b97-8626-4414-a1f7-e61aefc12433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.005941 10.0.0.41 - - [2025-10-23 03:29:01] "POST /ref-update HTTP/1.1" 200 156 0.013387 10.0.0.73 - - [2025-10-23 03:29:03] "GET /obj-perms HTTP/1.1" 200 5056 0.055051 10.0.0.41 - - [2025-10-23 03:29:03] "GET /virtual-machine-interface/e9733823-41b5-4452-89ba-88aacc662e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005532 10.0.0.41 - - [2025-10-23 03:29:03] "POST /ref-update HTTP/1.1" 200 156 0.013815 10.0.0.41 - - [2025-10-23 03:29:03] "DELETE /interface-route-table/1db3b8bd-113d-4de0-a693-79ebb96aafa3 HTTP/1.1" 200 115 0.028875 10.0.0.41 - - [2025-10-23 03:29:03] "POST /neutron/port HTTP/1.1" 200 1230 0.038972 10.0.0.41 - - [2025-10-23 03:29:07] "POST /neutron/port HTTP/1.1" 200 1204 0.013751 10.0.0.41 - - [2025-10-23 03:29:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003653 10.0.0.41 - - [2025-10-23 03:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.41 - - [2025-10-23 03:29:13] "GET /virtual-machine-interface/127e4b97-8626-4414-a1f7-e61aefc12433?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007686 10.0.0.41 - - [2025-10-23 03:29:13] "POST /ref-update HTTP/1.1" 200 156 0.013780 10.0.0.41 - - [2025-10-23 03:29:13] "DELETE /interface-route-table/565c5521-aa87-43ee-bff0-9e171ee8382e HTTP/1.1" 200 115 0.031624 10.0.0.41 - - [2025-10-23 03:29:13] "GET /virtual-machine-interface/f34097f6-2db3-41a2-b3a4-655f801607c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.005896 10.0.0.41 - - [2025-10-23 03:29:13] "POST /ref-update HTTP/1.1" 200 156 0.014128 10.0.0.41 - - [2025-10-23 03:29:13] "DELETE /interface-route-table/7305a89b-1aac-42e4-8eed-8ab94a557ccd HTTP/1.1" 200 115 0.034762 10.0.0.41 - - [2025-10-23 03:29:13] "POST /neutron/network HTTP/1.1" 400 204 0.013867 10.0.0.41 - - [2025-10-23 03:29:14] "POST /neutron/port HTTP/1.1" 200 151 0.230835 10.0.0.41 - - [2025-10-23 03:29:14] "POST /neutron/port HTTP/1.1" 200 151 0.246423 10.0.0.41 - - [2025-10-23 03:29:14] "POST /neutron/port HTTP/1.1" 200 151 0.219137 10.0.0.73 - - [2025-10-23 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.031123 10.0.0.133 - - [2025-10-23 03:29:17] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001423 10.0.0.41 - - [2025-10-23 03:29:17] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062855 10.0.0.133 - - [2025-10-23 03:29:17] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.41 - - [2025-10-23 03:29:17] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?fields=virtual_networks HTTP/1.1" 200 1051 0.043389 10.0.0.133 - - [2025-10-23 03:29:17] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.41 - - [2025-10-23 03:29:17] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.033460 10.0.0.133 - - [2025-10-23 03:29:17] "GET /projects?obj_uuids=ab461094-779c-4388-9d9d-a792c9d15fe1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.41 - - [2025-10-23 03:29:18] "GET /project/ab461094-779c-4388-9d9d-a792c9d15fe1?fields=security_groups HTTP/1.1" 200 1286 0.036345 10.0.0.41 - - [2025-10-23 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.027367 10.0.0.133 - - [2025-10-23 03:29:19] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.133 - - [2025-10-23 03:29:19] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.133 - - [2025-10-23 03:29:19] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033088 10.0.0.133 - - [2025-10-23 03:29:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.005288 10.0.0.133 - - [2025-10-23 03:29:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.004669 10.0.0.133 - - [2025-10-23 03:29:19] "POST /security-groups HTTP/1.1" 200 586 0.028446 10.0.0.133 - - [2025-10-23 03:29:19] "POST /projects HTTP/1.1" 200 575 0.238317 10.0.0.133 - - [2025-10-23 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.313358 10.0.0.73 - - [2025-10-23 03:29:19] "POST /access-control-lists HTTP/1.1" 200 593 0.029927 10.0.0.41 - - [2025-10-23 03:29:19] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.500750 10.0.0.41 - - [2025-10-23 03:29:20] "GET / HTTP/1.1" 200 36215 0.001300 10.0.0.133 - - [2025-10-23 03:29:24] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.41 - - [2025-10-23 03:29:24] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046392 10.0.0.133 - - [2025-10-23 03:29:24] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.41 - - [2025-10-23 03:29:24] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?fields=virtual_networks HTTP/1.1" 200 1025 0.053784 10.0.0.133 - - [2025-10-23 03:29:24] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.41 - - [2025-10-23 03:29:24] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.045987 10.0.0.133 - - [2025-10-23 03:29:24] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.41 - - [2025-10-23 03:29:24] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?fields=security_groups HTTP/1.1" 200 1247 0.051394 10.0.0.41 - - [2025-10-23 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.026644 10.0.0.133 - - [2025-10-23 03:29:25] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002593 10.0.0.133 - - [2025-10-23 03:29:25] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.133 - - [2025-10-23 03:29:25] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006637 10.0.0.133 - - [2025-10-23 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 195 0.000998 10.0.0.133 - - [2025-10-23 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 204 0.005505 10.0.0.133 - - [2025-10-23 03:29:25] "POST /security-groups HTTP/1.1" 200 596 0.032027 10.0.0.73 - - [2025-10-23 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.002866 10.0.0.133 - - [2025-10-23 03:29:25] "POST /projects HTTP/1.1" 200 595 0.220398 10.0.0.133 - - [2025-10-23 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.297730 10.0.0.73 - - [2025-10-23 03:29:25] "POST /access-control-lists HTTP/1.1" 200 601 0.030005 10.0.0.41 - - [2025-10-23 03:29:25] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.437428 10.0.0.41 - - [2025-10-23 03:29:26] "GET / HTTP/1.1" 200 36215 0.001387 10.0.0.133 - - [2025-10-23 03:29:29] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001163 10.0.0.41 - - [2025-10-23 03:29:30] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036024 10.0.0.133 - - [2025-10-23 03:29:30] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002277 10.0.0.41 - - [2025-10-23 03:29:30] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?fields=virtual_networks HTTP/1.1" 200 1044 0.093816 10.0.0.133 - - [2025-10-23 03:29:30] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000886 10.0.0.41 - - [2025-10-23 03:29:30] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.034043 10.0.0.133 - - [2025-10-23 03:29:30] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001157 10.0.0.41 - - [2025-10-23 03:29:30] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?fields=security_groups HTTP/1.1" 200 1276 0.066084 10.0.0.41 - - [2025-10-23 03:29:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.026636 10.0.0.133 - - [2025-10-23 03:29:31] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003723 10.0.0.133 - - [2025-10-23 03:29:31] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.133 - - [2025-10-23 03:29:31] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008546 10.0.0.133 - - [2025-10-23 03:29:31] "POST /id-to-fqname HTTP/1.1" 200 201 0.009675 10.0.0.133 - - [2025-10-23 03:29:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.003800 10.0.0.133 - - [2025-10-23 03:29:31] "POST /security-groups HTTP/1.1" 200 602 0.030138 10.0.0.133 - - [2025-10-23 03:29:31] "POST /projects HTTP/1.1" 200 607 0.255460 10.0.0.73 - - [2025-10-23 03:29:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.011172 10.0.0.133 - - [2025-10-23 03:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.326842 10.0.0.41 - - [2025-10-23 03:29:31] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.468985 10.0.0.41 - - [2025-10-23 03:29:33] "GET / HTTP/1.1" 200 36215 0.001642 10.0.0.133 - - [2025-10-23 03:29:36] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.41 - - [2025-10-23 03:29:36] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049564 10.0.0.133 - - [2025-10-23 03:29:36] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000871 10.0.0.41 - - [2025-10-23 03:29:36] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?fields=virtual_networks HTTP/1.1" 200 1056 0.042978 10.0.0.133 - - [2025-10-23 03:29:36] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000920 10.0.0.41 - - [2025-10-23 03:29:36] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.049508 10.0.0.133 - - [2025-10-23 03:29:36] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000829 10.0.0.41 - - [2025-10-23 03:29:36] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?fields=security_groups HTTP/1.1" 200 1294 0.059616 10.0.0.41 - - [2025-10-23 03:29:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.024279 10.0.0.133 - - [2025-10-23 03:29:37] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002732 10.0.0.133 - - [2025-10-23 03:29:37] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.133 - - [2025-10-23 03:29:37] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007147 10.0.0.133 - - [2025-10-23 03:29:37] "POST /id-to-fqname HTTP/1.1" 200 187 0.004601 10.0.0.133 - - [2025-10-23 03:29:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003389 10.0.0.133 - - [2025-10-23 03:29:37] "POST /security-groups HTTP/1.1" 200 588 0.073290 10.0.0.133 - - [2025-10-23 03:29:37] "POST /projects HTTP/1.1" 200 579 0.274066 10.0.0.73 - - [2025-10-23 03:29:37] "POST /access-control-lists HTTP/1.1" 200 595 0.025544 10.0.0.133 - - [2025-10-23 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.345775 10.0.0.41 - - [2025-10-23 03:29:37] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.482643 10.0.0.41 - - [2025-10-23 03:29:38] "GET / HTTP/1.1" 200 36215 0.001542 10.0.0.133 - - [2025-10-23 03:29:41] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001014 10.0.0.41 - - [2025-10-23 03:29:42] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.032106 10.0.0.133 - - [2025-10-23 03:29:42] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000983 10.0.0.41 - - [2025-10-23 03:29:42] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?fields=virtual_networks HTTP/1.1" 200 1029 0.087379 10.0.0.133 - - [2025-10-23 03:29:42] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000897 10.0.0.41 - - [2025-10-23 03:29:42] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.036094 10.0.0.133 - - [2025-10-23 03:29:42] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000905 10.0.0.41 - - [2025-10-23 03:29:42] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?fields=security_groups HTTP/1.1" 200 1253 0.040869 10.0.0.41 - - [2025-10-23 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.033990 10.0.0.133 - - [2025-10-23 03:29:43] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003007 10.0.0.133 - - [2025-10-23 03:29:43] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.133 - - [2025-10-23 03:29:43] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006051 10.0.0.133 - - [2025-10-23 03:29:43] "POST /id-to-fqname HTTP/1.1" 200 184 0.003456 10.0.0.133 - - [2025-10-23 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.005444 10.0.0.133 - - [2025-10-23 03:29:43] "POST /security-groups HTTP/1.1" 200 585 0.026403 10.0.0.73 - - [2025-10-23 03:29:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002848 10.0.0.133 - - [2025-10-23 03:29:43] "POST /projects HTTP/1.1" 200 573 0.230507 10.0.0.133 - - [2025-10-23 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.300677 10.0.0.73 - - [2025-10-23 03:29:43] "POST /access-control-lists HTTP/1.1" 200 590 0.026241 10.0.0.41 - - [2025-10-23 03:29:43] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.459146 10.0.0.41 - - [2025-10-23 03:29:44] "GET / HTTP/1.1" 200 36215 0.001426 10.0.0.133 - - [2025-10-23 03:29:47] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000884 10.0.0.41 - - [2025-10-23 03:29:47] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.045502 10.0.0.133 - - [2025-10-23 03:29:47] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000875 10.0.0.41 - - [2025-10-23 03:29:48] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?fields=virtual_networks HTTP/1.1" 200 1022 0.053703 10.0.0.133 - - [2025-10-23 03:29:48] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001081 10.0.0.41 - - [2025-10-23 03:29:48] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.044089 10.0.0.133 - - [2025-10-23 03:29:48] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000875 10.0.0.41 - - [2025-10-23 03:29:48] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?fields=security_groups HTTP/1.1" 200 1243 0.028115 10.0.0.41 - - [2025-10-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.024001 10.0.0.133 - - [2025-10-23 03:29:49] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003247 10.0.0.133 - - [2025-10-23 03:29:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.133 - - [2025-10-23 03:29:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006351 10.0.0.133 - - [2025-10-23 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.001076 10.0.0.133 - - [2025-10-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.008137 10.0.0.133 - - [2025-10-23 03:29:49] "POST /security-groups HTTP/1.1" 200 589 0.076866 10.0.0.133 - - [2025-10-23 03:29:49] "POST /projects HTTP/1.1" 200 581 0.277546 10.0.0.73 - - [2025-10-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.013227 10.0.0.133 - - [2025-10-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.345668 10.0.0.41 - - [2025-10-23 03:29:49] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.494801 10.0.0.41 - - [2025-10-23 03:29:50] "GET / HTTP/1.1" 200 36215 0.002620 10.0.0.133 - - [2025-10-23 03:29:53] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.41 - - [2025-10-23 03:29:53] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.052044 10.0.0.133 - - [2025-10-23 03:29:53] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000841 10.0.0.41 - - [2025-10-23 03:29:53] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?fields=virtual_networks HTTP/1.1" 200 1030 0.038432 10.0.0.133 - - [2025-10-23 03:29:53] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.41 - - [2025-10-23 03:29:53] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.035558 10.0.0.133 - - [2025-10-23 03:29:53] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.41 - - [2025-10-23 03:29:53] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?fields=security_groups HTTP/1.1" 200 1255 0.037829 10.0.0.41 - - [2025-10-23 03:29:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.029414 10.0.0.133 - - [2025-10-23 03:29:54] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003268 10.0.0.133 - - [2025-10-23 03:29:54] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000856 10.0.0.133 - - [2025-10-23 03:29:54] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006727 10.0.0.133 - - [2025-10-23 03:29:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.002027 10.0.0.133 - - [2025-10-23 03:29:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003221 10.0.0.133 - - [2025-10-23 03:29:55] "POST /security-groups HTTP/1.1" 200 589 0.027781 10.0.0.133 - - [2025-10-23 03:29:55] "POST /projects HTTP/1.1" 200 581 0.212991 10.0.0.73 - - [2025-10-23 03:29:55] "POST /access-control-lists HTTP/1.1" 200 596 0.030936 10.0.0.133 - - [2025-10-23 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.298232 10.0.0.41 - - [2025-10-23 03:29:55] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.440049 10.0.0.41 - - [2025-10-23 03:29:56] "GET / HTTP/1.1" 200 36215 0.001891 10.0.0.41 - - [2025-10-23 03:29:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.41 - - [2025-10-23 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.056450 10.0.0.133 - - [2025-10-23 03:29:58] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000837 10.0.0.41 - - [2025-10-23 03:29:58] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.033779 10.0.0.41 - - [2025-10-23 03:29:58] "POST /neutron/network HTTP/1.1" 200 117 0.033317 10.0.0.73 - - [2025-10-23 03:29:59] "POST /route-targets HTTP/1.1" 200 328 0.014500 10.0.0.41 - - [2025-10-23 03:29:59] "POST /neutron/network HTTP/1.1" 200 822 0.007451 10.0.0.41 - - [2025-10-23 03:29:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.001111 10.0.0.41 - - [2025-10-23 03:29:59] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007094 10.0.0.41 - - [2025-10-23 03:29:59] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007998 10.0.0.41 - - [2025-10-23 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.41 - - [2025-10-23 03:29:59] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008608 10.0.0.41 - - [2025-10-23 03:29:59] "PUT /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6 HTTP/1.1" 200 265 0.073356 10.0.0.73 - - [2025-10-23 03:29:59] "DELETE /access-control-list/c8e596ec-6c62-4f5e-8f15-ed1a7385217e HTTP/1.1" 200 115 0.068437 10.0.0.41 - - [2025-10-23 03:29:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.013000 10.0.0.41 - - [2025-10-23 03:30:00] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005297 10.0.0.41 - - [2025-10-23 03:30:01] "GET /obj-perms HTTP/1.1" 200 5026 0.094573 10.0.0.41 - - [2025-10-23 03:30:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001202 10.0.0.41 - - [2025-10-23 03:30:02] "POST /neutron/network HTTP/1.1" 200 832 0.006032 10.0.0.133 - - [2025-10-23 03:30:03] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.41 - - [2025-10-23 03:30:03] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.075504 10.0.0.133 - - [2025-10-23 03:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.095921 10.0.0.41 - - [2025-10-23 03:30:03] "POST /neutron/port HTTP/1.1" 200 117 0.005801 10.0.0.133 - - [2025-10-23 03:30:04] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.41 - - [2025-10-23 03:30:04] "POST /neutron/port HTTP/1.1" 200 1058 0.282043 10.0.0.41 - - [2025-10-23 03:30:05] "POST /neutron/port HTTP/1.1" 200 1112 0.117935 10.0.0.41 - - [2025-10-23 03:30:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.010556 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/f9ed73ac06c845bdbd5e09f5327effa9 HTTP/1.1" 404 173 0.022207 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/ab461094-779c-4388-9d9d-a792c9d15fe1 HTTP/1.1" 404 177 0.018773 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/a10269833e0a46168672e0bcadd29d4c HTTP/1.1" 404 173 0.020167 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/6741bb17a9f04e47a31d0c4d4297dfe4 HTTP/1.1" 404 173 0.018362 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/c56aa5e3400e43d2aadd2290ead67545 HTTP/1.1" 404 173 0.012885 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000898 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000746 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000769 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000715 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000659 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/de68a69c443c41488cb3a01ee414f1f1 HTTP/1.1" 404 173 0.007408 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/33260866f2464ee995e715eeda673ebc HTTP/1.1" 404 173 0.008537 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /project/fe688c2640954ae7855dccaa3ce086c6 HTTP/1.1" 404 173 0.009834 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.077587 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001774 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.095966 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.105087 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.114066 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.112688 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001037 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001659 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001626 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000766 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.176241 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?fields=security_groups HTTP/1.1" 200 1396 0.160748 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?fields=security_groups HTTP/1.1" 200 1378 0.149528 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?fields=security_groups HTTP/1.1" 200 1345 0.136905 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?fields=security_groups HTTP/1.1" 200 1355 0.184705 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?fields=security_groups HTTP/1.1" 200 1349 0.208258 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?fields=security_groups HTTP/1.1" 200 1357 0.094562 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/07f93078-135e-4574-a978-0b20e93dd546 HTTP/1.1" 200 115 0.178094 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/4c9be94c-6916-4d8c-9648-06034f582088 HTTP/1.1" 200 115 0.172382 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=a1026983-3e0a-4616-8672-e0bcadd29d4c&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=fe688c26-4095-4ae7-855d-ccaa3ce086c6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000976 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/3e579abb-5460-4eb3-86bb-e074bec875ae HTTP/1.1" 200 115 0.196508 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=33260866-f246-4ee9-95e7-15eeda673ebc&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000977 10.0.0.73 - - [2025-10-23 03:30:07] "DELETE /access-control-list/cebfb034-61aa-48a8-9ca3-f909b237b7c1 HTTP/1.1" 200 115 0.123473 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/612573ea-0714-453b-bc6a-ce1a25915df5 HTTP/1.1" 200 115 0.177759 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/9b707257-efc5-4520-8bc2-2c0aa5a1bc58 HTTP/1.1" 200 115 0.164785 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=f9ed73ac-06c8-45bd-bd5e-09f5327effa9&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001519 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=de68a69c-443c-4148-8cb3-a01ee414f1f1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.008327 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/a1026983-3e0a-4616-8672-e0bcadd29d4c?fields=application_policy_sets HTTP/1.1" 200 1435 0.121755 10.0.0.133 - - [2025-10-23 03:30:07] "DELETE /security-group/c478e12b-1bb1-4af8-9ff3-5ca6603679be HTTP/1.1" 200 115 0.203120 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/33260866-f246-4ee9-95e7-15eeda673ebc?fields=application_policy_sets HTTP/1.1" 200 1384 0.118828 10.0.0.133 - - [2025-10-23 03:30:07] "GET /projects?obj_uuids=6741bb17-a9f0-4e47-a31d-0c4d4297dfe4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6?fields=application_policy_sets HTTP/1.1" 200 1417 0.186006 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9?fields=application_policy_sets HTTP/1.1" 200 1394 0.165496 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/de68a69c-443c-4148-8cb3-a01ee414f1f1?fields=application_policy_sets HTTP/1.1" 200 1388 0.188231 10.0.0.73 - - [2025-10-23 03:30:07] "DELETE /access-control-list/469bc8b4-fb8d-417e-ad55-f34b0e70ea0e HTTP/1.1" 200 115 0.114439 10.0.0.133 - - [2025-10-23 03:30:07] "GET /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4?fields=application_policy_sets HTTP/1.1" 200 1396 0.171097 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/a1026983-3e0a-4616-8672-e0bcadd29d4c HTTP/1.1" 200 115 1.021985 10.0.0.73 - - [2025-10-23 03:30:08] "DELETE /access-control-list/ea584812-e1b6-44be-b778-f68c86628182 HTTP/1.1" 200 115 0.125423 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/33260866-f246-4ee9-95e7-15eeda673ebc HTTP/1.1" 200 115 1.082299 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/fe688c26-4095-4ae7-855d-ccaa3ce086c6 HTTP/1.1" 200 115 1.096164 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/de68a69c-443c-4148-8cb3-a01ee414f1f1 HTTP/1.1" 200 115 1.098816 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/6741bb17-a9f0-4e47-a31d-0c4d4297dfe4 HTTP/1.1" 200 115 1.069070 10.0.0.133 - - [2025-10-23 03:30:08] "DELETE /project/f9ed73ac-06c8-45bd-bd5e-09f5327effa9 HTTP/1.1" 200 115 1.109941 10.0.0.73 - - [2025-10-23 03:30:08] "DELETE /access-control-list/4d602baf-e70f-4f0d-9671-2efc978717f8 HTTP/1.1" 200 115 0.037883 10.0.0.41 - - [2025-10-23 03:30:09] "POST /neutron/port HTTP/1.1" 200 1086 0.013986 10.0.0.41 - - [2025-10-23 03:30:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010085 10.0.0.41 - - [2025-10-23 03:30:09] "GET /virtual-machine/41475e2c-de94-464c-839d-47bf4ee0278b HTTP/1.1" 401 292 0.000492 10.0.0.41 - - [2025-10-23 03:30:09] "GET /virtual-machine/41475e2c-de94-464c-839d-47bf4ee0278b HTTP/1.1" 200 1291 0.028602 10.0.0.41 - - [2025-10-23 03:30:09] "GET /virtual-machine-interface/457c3c3b-047c-4528-bff8-d6de2d8e170d HTTP/1.1" 200 2938 0.006430 10.0.0.41 - - [2025-10-23 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.41 - - [2025-10-23 03:30:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003180 10.0.0.41 - - [2025-10-23 03:30:09] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003048 10.0.0.41 - - [2025-10-23 03:30:09] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006428 10.0.0.41 - - [2025-10-23 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-10-23 03:30:12] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006307 10.0.0.41 - - [2025-10-23 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 03:30:16] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004805 10.0.0.41 - - [2025-10-23 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2025-10-23 03:30:21] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005384 10.0.0.41 - - [2025-10-23 03:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.41 - - [2025-10-23 03:30:25] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006127 10.0.0.41 - - [2025-10-23 03:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-10-23 03:30:29] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004715 10.0.0.41 - - [2025-10-23 03:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-10-23 03:30:33] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005501 10.0.0.41 - - [2025-10-23 03:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2025-10-23 03:30:37] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005228 10.0.0.41 - - [2025-10-23 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.41 - - [2025-10-23 03:30:41] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005014 10.0.0.41 - - [2025-10-23 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-10-23 03:30:45] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005014 10.0.0.41 - - [2025-10-23 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.41 - - [2025-10-23 03:30:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003914 10.0.0.41 - - [2025-10-23 03:30:47] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003379 10.0.0.41 - - [2025-10-23 03:30:47] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006451 10.0.0.41 - - [2025-10-23 03:30:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015930 10.0.0.41 - - [2025-10-23 03:30:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007106 10.0.0.41 - - [2025-10-23 03:30:59] "POST /neutron/port HTTP/1.1" 200 1086 0.038278 10.0.0.41 - - [2025-10-23 03:31:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007258 10.0.0.41 - - [2025-10-23 03:31:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014055 10.0.0.41 - - [2025-10-23 03:31:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004005 10.0.0.41 - - [2025-10-23 03:31:08] "POST /neutron/network HTTP/1.1" 200 822 0.006528 10.0.0.41 - - [2025-10-23 03:31:13] "POST /neutron/port HTTP/1.1" 200 1086 0.015807 10.0.0.41 - - [2025-10-23 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007390 10.0.0.41 - - [2025-10-23 03:31:14] "POST /neutron/network HTTP/1.1" 200 796 0.015440 10.0.0.41 - - [2025-10-23 03:31:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.001292 10.0.0.41 - - [2025-10-23 03:31:14] "GET /virtual-machine/41475e2c-de94-464c-839d-47bf4ee0278b HTTP/1.1" 200 1291 0.003765 10.0.0.41 - - [2025-10-23 03:31:14] "GET /virtual-machine-interface/457c3c3b-047c-4528-bff8-d6de2d8e170d HTTP/1.1" 200 2938 0.005258 10.0.0.41 - - [2025-10-23 03:31:14] "GET /instance-ip/96622576-93be-4e12-a80f-995586f8c5bc HTTP/1.1" 200 1620 0.005409 10.0.0.41 - - [2025-10-23 03:31:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.003213 10.0.0.41 - - [2025-10-23 03:31:14] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004689 10.0.0.133 - - [2025-10-23 03:31:14] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.41 - - [2025-10-23 03:31:14] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042404 10.0.0.41 - - [2025-10-23 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.41 - - [2025-10-23 03:31:14] "GET /security-group/aff97a95-5228-4b5e-a4a7-33c66625b4fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.004940 10.0.0.41 - - [2025-10-23 03:31:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.092344 10.0.0.41 - - [2025-10-23 03:31:14] "POST /instance-ips HTTP/1.1" 200 358 0.052911 10.0.0.41 - - [2025-10-23 03:31:14] "GET /instance-ip/6f5e5c9f-2f59-4e8f-bd65-8f6ae0e68904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.006350 10.0.0.41 - - [2025-10-23 03:31:14] "GET /virtual-machine-interface/816f507e-7896-4f73-ae83-5acd95ab7872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005708 10.0.0.41 - - [2025-10-23 03:31:14] "GET /virtual-machine-interface/816f507e-7896-4f73-ae83-5acd95ab7872?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.008330 10.0.0.41 - - [2025-10-23 03:31:14] "GET /instance-ip/6f5e5c9f-2f59-4e8f-bd65-8f6ae0e68904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.004501 10.0.0.41 - - [2025-10-23 03:31:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.001269 10.0.0.41 - - [2025-10-23 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007698 10.0.0.41 - - [2025-10-23 03:31:15] "POST /neutron/network HTTP/1.1" 200 822 0.033530 10.0.0.41 - - [2025-10-23 03:31:15] "POST /neutron/port HTTP/1.1" 200 1086 0.018414 10.0.0.41 - - [2025-10-23 03:31:15] "POST /neutron/port HTTP/1.1" 200 117 0.006107 10.0.0.41 - - [2025-10-23 03:31:15] "POST /neutron/port HTTP/1.1" 200 966 0.009039 10.0.0.41 - - [2025-10-23 03:31:16] "POST /neutron/port HTTP/1.1" 200 1032 0.018402 10.0.0.41 - - [2025-10-23 03:31:16] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.41 - - [2025-10-23 03:31:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007003 10.0.0.41 - - [2025-10-23 03:31:20] "POST /neutron/port HTTP/1.1" 200 1032 0.017455 10.0.0.41 - - [2025-10-23 03:31:20] "GET /virtual-machine/ac84677c-8424-4c11-918b-fceeec64993a HTTP/1.1" 200 1271 0.005788 10.0.0.41 - - [2025-10-23 03:31:20] "GET /virtual-machine-interface/816f507e-7896-4f73-ae83-5acd95ab7872 HTTP/1.1" 200 2988 0.005318 10.0.0.41 - - [2025-10-23 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.41 - - [2025-10-23 03:31:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003574 10.0.0.41 - - [2025-10-23 03:31:20] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.079672 10.0.0.41 - - [2025-10-23 03:31:20] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006456 10.0.0.41 - - [2025-10-23 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.41 - - [2025-10-23 03:31:24] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004843 10.0.0.41 - - [2025-10-23 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.41 - - [2025-10-23 03:31:28] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004917 10.0.0.41 - - [2025-10-23 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.41 - - [2025-10-23 03:31:32] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005980 10.0.0.41 - - [2025-10-23 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.41 - - [2025-10-23 03:31:36] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005578 10.0.0.41 - - [2025-10-23 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.41 - - [2025-10-23 03:31:40] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006425 10.0.0.41 - - [2025-10-23 03:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-10-23 03:31:44] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004720 10.0.0.41 - - [2025-10-23 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-10-23 03:31:48] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005035 10.0.0.41 - - [2025-10-23 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.41 - - [2025-10-23 03:31:52] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005427 10.0.0.41 - - [2025-10-23 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-23 03:31:56] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006157 10.0.0.41 - - [2025-10-23 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.41 - - [2025-10-23 03:32:00] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005436 10.0.0.41 - - [2025-10-23 03:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-10-23 03:32:05] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003694 10.0.0.41 - - [2025-10-23 03:32:05] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003178 10.0.0.41 - - [2025-10-23 03:32:05] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005554 10.0.0.41 - - [2025-10-23 03:32:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008640 10.0.0.73 - - [2025-10-23 03:32:05] "GET /obj-perms HTTP/1.1" 200 5056 0.048875 10.0.0.41 - - [2025-10-23 03:32:08] "POST /neutron/network HTTP/1.1" 200 832 0.006346 10.0.0.41 - - [2025-10-23 03:32:08] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.41 - - [2025-10-23 03:32:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006925 10.0.0.41 - - [2025-10-23 03:32:16] "POST /neutron/port HTTP/1.1" 200 1032 0.014283 10.0.0.41 - - [2025-10-23 03:32:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007477 10.0.0.41 - - [2025-10-23 03:32:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001232 10.0.0.41 - - [2025-10-23 03:32:26] "POST /neutron/network HTTP/1.1" 200 832 0.006591 10.0.0.133 - - [2025-10-23 03:32:27] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.023819 10.0.0.41 - - [2025-10-23 03:32:27] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.081253 10.0.0.41 - - [2025-10-23 03:32:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006819 10.0.0.41 - - [2025-10-23 03:32:27] "POST /neutron/network HTTP/1.1" 200 832 0.006247 10.0.0.41 - - [2025-10-23 03:32:28] "POST /neutron/port HTTP/1.1" 200 1058 0.035616 10.0.0.41 - - [2025-10-23 03:32:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003359 10.0.0.41 - - [2025-10-23 03:32:28] "POST /neutron/network HTTP/1.1" 200 822 0.007237 10.0.0.41 - - [2025-10-23 03:32:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015856 10.0.0.41 - - [2025-10-23 03:32:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006758 10.0.0.41 - - [2025-10-23 03:32:32] "GET /virtual-machine/47a5fa26-9839-4844-9a29-93a602ea3404 HTTP/1.1" 200 1292 0.005355 10.0.0.41 - - [2025-10-23 03:32:32] "GET /virtual-machine-interface/dd7b4394-4e0d-406d-9b87-de5d9a4dac71 HTTP/1.1" 200 2939 0.004886 10.0.0.41 - - [2025-10-23 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.41 - - [2025-10-23 03:32:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003652 10.0.0.41 - - [2025-10-23 03:32:32] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003148 10.0.0.41 - - [2025-10-23 03:32:32] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005161 10.0.0.41 - - [2025-10-23 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.41 - - [2025-10-23 03:32:35] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006095 10.0.0.41 - - [2025-10-23 03:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2025-10-23 03:32:39] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006110 10.0.0.41 - - [2025-10-23 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.41 - - [2025-10-23 03:32:44] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004664 10.0.0.41 - - [2025-10-23 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.41 - - [2025-10-23 03:32:48] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005972 10.0.0.41 - - [2025-10-23 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.41 - - [2025-10-23 03:32:52] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005045 10.0.0.41 - - [2025-10-23 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.41 - - [2025-10-23 03:32:56] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004905 10.0.0.133 - - [2025-10-23 03:32:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.133 - - [2025-10-23 03:32:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.133 - - [2025-10-23 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.133 - - [2025-10-23 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.41 - - [2025-10-23 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.41 - - [2025-10-23 03:33:00] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005776 10.0.0.73 - - [2025-10-23 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2025-10-23 03:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000812 10.0.0.73 - - [2025-10-23 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2025-10-23 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-10-23 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.41 - - [2025-10-23 03:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-23 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.41 - - [2025-10-23 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-10-23 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.41 - - [2025-10-23 03:33:04] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.007022 10.0.0.41 - - [2025-10-23 03:33:06] "GET /obj-perms HTTP/1.1" 200 5056 0.059861 10.0.0.41 - - [2025-10-23 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-10-23 03:33:08] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.004978 10.0.0.41 - - [2025-10-23 03:33:09] "POST /neutron/network HTTP/1.1" 200 832 0.005947 10.0.0.41 - - [2025-10-23 03:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.41 - - [2025-10-23 03:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.41 - - [2025-10-23 03:33:12] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006089 10.0.0.41 - - [2025-10-23 03:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2025-10-23 03:33:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003204 10.0.0.41 - - [2025-10-23 03:33:14] "GET /virtual-networks?parent_id=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002843 10.0.0.41 - - [2025-10-23 03:33:14] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006942 10.0.0.41 - - [2025-10-23 03:33:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009361 10.0.0.41 - - [2025-10-23 03:33:23] "POST /neutron/port HTTP/1.1" 200 1086 0.013917 10.0.0.41 - - [2025-10-23 03:33:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003376 10.0.0.41 - - [2025-10-23 03:33:23] "POST /neutron/network HTTP/1.1" 200 822 0.008293 10.0.0.41 - - [2025-10-23 03:33:25] "POST /neutron/port HTTP/1.1" 200 1086 0.017508 10.0.0.41 - - [2025-10-23 03:33:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006404 10.0.0.41 - - [2025-10-23 03:33:40] "POST /neutron/port HTTP/1.1" 200 1086 0.014103 10.0.0.41 - - [2025-10-23 03:33:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006836 10.0.0.41 - - [2025-10-23 03:33:41] "POST /neutron/port HTTP/1.1" 200 1086 0.016602 10.0.0.41 - - [2025-10-23 03:33:41] "POST /neutron/network HTTP/1.1" 200 822 0.005732 10.0.0.41 - - [2025-10-23 03:33:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001162 10.0.0.41 - - [2025-10-23 03:33:41] "GET /virtual-machine/47a5fa26-9839-4844-9a29-93a602ea3404 HTTP/1.1" 200 1292 0.002958 10.0.0.41 - - [2025-10-23 03:33:41] "GET /virtual-machine-interface/dd7b4394-4e0d-406d-9b87-de5d9a4dac71 HTTP/1.1" 200 2939 0.004542 10.0.0.41 - - [2025-10-23 03:33:41] "GET /instance-ip/d779958e-4386-4f6e-bcae-063088a98a00 HTTP/1.1" 200 1620 0.009848 10.0.0.41 - - [2025-10-23 03:33:41] "GET /virtual-machine-interface/dd7b4394-4e0d-406d-9b87-de5d9a4dac71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2717 0.005212 10.0.0.41 - - [2025-10-23 03:33:41] "PUT /virtual-machine-interface/dd7b4394-4e0d-406d-9b87-de5d9a4dac71 HTTP/1.1" 200 285 0.013082 10.0.0.133 - - [2025-10-23 03:34:07] "GET /obj-perms HTTP/1.1" 200 5056 0.047366 10.0.0.41 - - [2025-10-23 03:34:09] "POST /neutron/network HTTP/1.1" 200 832 0.006651 10.0.0.41 - - [2025-10-23 03:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.41 - - [2025-10-23 03:34:25] "POST /neutron/port HTTP/1.1" 200 1086 0.014504 10.0.0.41 - - [2025-10-23 03:34:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008424 10.0.0.41 - - [2025-10-23 03:35:10] "POST /neutron/port HTTP/1.1" 200 1032 0.043553 10.0.0.41 - - [2025-10-23 03:35:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003882 10.0.0.41 - - [2025-10-23 03:35:10] "POST /neutron/network HTTP/1.1" 200 822 0.006436 10.0.0.41 - - [2025-10-23 03:35:18] "DELETE /instance-ip/6f5e5c9f-2f59-4e8f-bd65-8f6ae0e68904 HTTP/1.1" 200 115 0.086272 10.0.0.41 - - [2025-10-23 03:35:18] "DELETE /virtual-machine-interface/816f507e-7896-4f73-ae83-5acd95ab7872 HTTP/1.1" 200 115 0.122669 10.0.0.41 - - [2025-10-23 03:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.41 - - [2025-10-23 03:35:18] "GET /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.010001 10.0.0.41 - - [2025-10-23 03:35:19] "PUT /virtual-network/2c623a19-0849-4e3a-9a09-0e4534587aa6 HTTP/1.1" 200 265 0.057218 10.0.0.41 - - [2025-10-23 03:35:19] "POST /neutron/port HTTP/1.1" 200 1112 0.037300 10.0.0.73 - - [2025-10-23 03:35:19] "POST /ref-update HTTP/1.1" 200 156 0.091394 10.0.0.41 - - [2025-10-23 03:35:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017714 10.0.0.41 - - [2025-10-23 03:35:21] "POST /neutron/network HTTP/1.1" 200 822 0.006276 10.0.0.73 - - [2025-10-23 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.133 - - [2025-10-23 03:35:22] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.41 - - [2025-10-23 03:35:23] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.075368 10.0.0.133 - - [2025-10-23 03:35:23] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.41 - - [2025-10-23 03:35:23] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?fields=virtual_networks HTTP/1.1" 200 1031 0.037342 10.0.0.133 - - [2025-10-23 03:35:23] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.41 - - [2025-10-23 03:35:23] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039476 10.0.0.133 - - [2025-10-23 03:35:23] "GET /projects?obj_uuids=c56aa5e3-400e-43d2-aadd-2290ead67545&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.41 - - [2025-10-23 03:35:23] "GET /project/c56aa5e3-400e-43d2-aadd-2290ead67545?fields=security_groups HTTP/1.1" 200 1256 0.032682 10.0.0.41 - - [2025-10-23 03:35:24] "POST /neutron/port HTTP/1.1" 400 205 0.005433 10.0.0.41 - - [2025-10-23 03:35:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.030689 10.0.0.133 - - [2025-10-23 03:35:24] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.133 - - [2025-10-23 03:35:24] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.133 - - [2025-10-23 03:35:24] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034516 10.0.0.133 - - [2025-10-23 03:35:24] "POST /id-to-fqname HTTP/1.1" 200 187 0.001672 10.0.0.133 - - [2025-10-23 03:35:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.010587 10.0.0.133 - - [2025-10-23 03:35:24] "POST /security-groups HTTP/1.1" 200 588 0.032175 10.0.0.133 - - [2025-10-23 03:35:24] "POST /projects HTTP/1.1" 200 579 0.287581 10.0.0.73 - - [2025-10-23 03:35:24] "POST /access-control-lists HTTP/1.1" 200 595 0.028157 10.0.0.133 - - [2025-10-23 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.359674 10.0.0.41 - - [2025-10-23 03:35:24] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.545751 10.0.0.41 - - [2025-10-23 03:35:25] "GET / HTTP/1.1" 200 36215 0.002580 10.0.0.41 - - [2025-10-23 03:35:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-10-23 03:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.067929 10.0.0.133 - - [2025-10-23 03:35:28] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000904 10.0.0.41 - - [2025-10-23 03:35:28] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046908 10.0.0.73 - - [2025-10-23 03:35:28] "POST /route-targets HTTP/1.1" 200 328 0.018568 10.0.0.133 - - [2025-10-23 03:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008389 10.0.0.41 - - [2025-10-23 03:35:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.237671 10.0.0.41 - - [2025-10-23 03:35:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001188 10.0.0.41 - - [2025-10-23 03:35:28] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004993 10.0.0.41 - - [2025-10-23 03:35:28] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005693 10.0.0.41 - - [2025-10-23 03:35:28] "POST /neutron/network HTTP/1.1" 200 829 0.006302 10.0.0.41 - - [2025-10-23 03:35:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003262 10.0.0.41 - - [2025-10-23 03:35:28] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004956 10.0.0.41 - - [2025-10-23 03:35:29] "GET /virtual-machine-interface/467b764a-c911-430c-bf81-d5bd27455b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.017630 10.0.0.41 - - [2025-10-23 03:35:29] "GET /virtual-machine-interface/467b764a-c911-430c-bf81-d5bd27455b7e?fields=instance_ip_back_refs HTTP/1.1" 200 1322 0.010809 10.0.0.41 - - [2025-10-23 03:35:29] "GET /instance-ip/49bee877-d730-49f3-b923-bba16c86a638?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.004767 10.0.0.41 - - [2025-10-23 03:35:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001273 10.0.0.41 - - [2025-10-23 03:35:29] "POST /neutron/network HTTP/1.1" 200 839 0.006895 10.0.0.133 - - [2025-10-23 03:35:30] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000942 10.0.0.41 - - [2025-10-23 03:35:30] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070110 10.0.0.41 - - [2025-10-23 03:35:30] "POST /neutron/port HTTP/1.1" 200 117 0.006902 10.0.0.41 - - [2025-10-23 03:35:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001197 10.0.0.41 - - [2025-10-23 03:35:30] "POST /neutron/port HTTP/1.1" 200 983 0.008521 10.0.0.41 - - [2025-10-23 03:35:31] "POST /neutron/port HTTP/1.1" 200 983 0.010866 10.0.0.133 - - [2025-10-23 03:35:31] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000895 10.0.0.41 - - [2025-10-23 03:35:31] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039717 10.0.0.41 - - [2025-10-23 03:35:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.002642 10.0.0.41 - - [2025-10-23 03:35:31] "POST /interface-route-tables HTTP/1.1" 200 558 0.026556 10.0.0.41 - - [2025-10-23 03:35:31] "POST /neutron/network HTTP/1.1" 200 839 0.009431 10.0.0.41 - - [2025-10-23 03:35:31] "GET /interface-route-table/3873fc2e-b442-47a7-897a-7e0d028ad8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005959 10.0.0.41 - - [2025-10-23 03:35:31] "POST /neutron/port HTTP/1.1" 200 1057 0.014010 10.0.0.41 - - [2025-10-23 03:35:31] "POST /neutron/network HTTP/1.1" 200 839 0.005906 10.0.0.41 - - [2025-10-23 03:35:32] "POST /neutron/port HTTP/1.1" 200 1075 0.165601 10.0.0.41 - - [2025-10-23 03:35:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.009676 10.0.0.41 - - [2025-10-23 03:35:32] "POST /neutron/network HTTP/1.1" 200 829 0.005460 10.0.0.41 - - [2025-10-23 03:35:32] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.41 - - [2025-10-23 03:35:32] "GET /virtual-machine-interface/467b764a-c911-430c-bf81-d5bd27455b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2669 0.005692 10.0.0.41 - - [2025-10-23 03:35:32] "POST /ref-update HTTP/1.1" 200 156 0.012676 10.0.0.41 - - [2025-10-23 03:35:32] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007807 10.0.0.41 - - [2025-10-23 03:35:37] "POST /neutron/port HTTP/1.1" 200 1085 0.018421 10.0.0.41 - - [2025-10-23 03:35:37] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008542 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 200 1291 0.036554 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 200 1291 0.003433 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine-interface/eb520012-222a-4125-b20b-64771a44dd8a HTTP/1.1" 200 2946 0.004934 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 200 1291 0.004513 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine-interface/eb520012-222a-4125-b20b-64771a44dd8a HTTP/1.1" 200 2946 0.004520 10.0.0.41 - - [2025-10-23 03:35:38] "GET /instance-ip/db78c184-ea8b-4b06-b52c-864990bdd7e7 HTTP/1.1" 200 1622 0.005605 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 200 1291 0.003240 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-machine-interface/eb520012-222a-4125-b20b-64771a44dd8a HTTP/1.1" 200 2946 0.005068 10.0.0.41 - - [2025-10-23 03:35:38] "GET /instance-ip/db78c184-ea8b-4b06-b52c-864990bdd7e7 HTTP/1.1" 200 1622 0.004543 10.0.0.41 - - [2025-10-23 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-10-23 03:35:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003652 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002809 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006044 10.0.0.41 - - [2025-10-23 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.41 - - [2025-10-23 03:35:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004040 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002718 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005781 10.0.0.41 - - [2025-10-23 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-10-23 03:35:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003295 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002870 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005650 10.0.0.41 - - [2025-10-23 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2025-10-23 03:35:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002749 10.0.0.41 - - [2025-10-23 03:35:38] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005535 10.0.0.41 - - [2025-10-23 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.41 - - [2025-10-23 03:35:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003996 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002783 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005656 10.0.0.41 - - [2025-10-23 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-23 03:35:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004767 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003396 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005715 10.0.0.41 - - [2025-10-23 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.41 - - [2025-10-23 03:35:39] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003884 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002915 10.0.0.41 - - [2025-10-23 03:35:39] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005390 10.0.0.41 - - [2025-10-23 03:35:42] "POST /neutron/port HTTP/1.1" 200 1049 0.016905 10.0.0.41 - - [2025-10-23 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.41 - - [2025-10-23 03:35:42] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004982 10.0.0.41 - - [2025-10-23 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006749 10.0.0.41 - - [2025-10-23 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2025-10-23 03:35:46] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005085 10.0.0.41 - - [2025-10-23 03:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.41 - - [2025-10-23 03:35:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003328 10.0.0.41 - - [2025-10-23 03:35:48] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002979 10.0.0.41 - - [2025-10-23 03:35:48] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005990 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.41 - - [2025-10-23 03:35:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003452 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002739 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005279 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.41 - - [2025-10-23 03:35:49] "GET /routing-instance/87c434a5-cac0-4142-81c4-de333f596d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004207 10.0.0.41 - - [2025-10-23 03:35:49] "GET /route-target/cfd1cc5d-e422-4ab8-ae52-ebe6eda1250a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003626 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-10-23 03:35:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004178 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002814 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005716 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.41 - - [2025-10-23 03:35:49] "GET /routing-instance/87c434a5-cac0-4142-81c4-de333f596d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004187 10.0.0.41 - - [2025-10-23 03:35:49] "GET /route-target/cfd1cc5d-e422-4ab8-ae52-ebe6eda1250a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004243 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-23 03:35:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003751 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002735 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005770 10.0.0.41 - - [2025-10-23 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.41 - - [2025-10-23 03:35:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003810 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002902 10.0.0.41 - - [2025-10-23 03:35:49] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005145 10.0.0.41 - - [2025-10-23 03:35:52] "GET /obj-perms HTTP/1.1" 200 5024 0.055290 10.0.0.133 - - [2025-10-23 03:35:52] "GET /obj-perms HTTP/1.1" 200 5024 0.050902 10.0.0.41 - - [2025-10-23 03:35:52] "GET /obj-perms HTTP/1.1" 200 5024 0.004170 10.0.0.133 - - [2025-10-23 03:35:53] "GET /obj-perms HTTP/1.1" 200 5024 0.003785 10.0.0.73 - - [2025-10-23 03:35:53] "GET /obj-perms HTTP/1.1" 200 5024 0.048088 10.0.0.41 - - [2025-10-23 03:35:53] "POST /neutron/port HTTP/1.1" 200 1049 0.016541 10.0.0.41 - - [2025-10-23 03:35:53] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007025 10.0.0.41 - - [2025-10-23 03:35:53] "GET /virtual-machine/dcdf90eb-fcda-43e1-990b-2e1dc3a15b50 HTTP/1.1" 200 1270 0.006661 10.0.0.41 - - [2025-10-23 03:35:53] "GET /virtual-machine-interface/467b764a-c911-430c-bf81-d5bd27455b7e HTTP/1.1" 200 3158 0.005447 10.0.0.41 - - [2025-10-23 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.41 - - [2025-10-23 03:35:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003857 10.0.0.41 - - [2025-10-23 03:35:53] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003157 10.0.0.41 - - [2025-10-23 03:35:53] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005243 10.0.0.41 - - [2025-10-23 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-23 03:35:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003769 10.0.0.41 - - [2025-10-23 03:35:54] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002792 10.0.0.41 - - [2025-10-23 03:35:54] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005398 10.0.0.41 - - [2025-10-23 03:35:55] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005517 10.0.0.41 - - [2025-10-23 03:35:55] "GET /obj-perms HTTP/1.1" 200 5024 0.004154 10.0.0.41 - - [2025-10-23 03:35:56] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 200 1291 0.004403 10.0.0.41 - - [2025-10-23 03:35:56] "POST /neutron/port HTTP/1.1" 200 151 0.170966 10.0.0.41 - - [2025-10-23 03:35:58] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 404 171 0.003662 10.0.0.41 - - [2025-10-23 03:35:58] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 404 171 0.003323 10.0.0.41 - - [2025-10-23 03:35:58] "GET /virtual-machine/38798226-2f12-4fc7-9d12-3b17c979217c HTTP/1.1" 404 171 0.002732 10.0.0.41 - - [2025-10-23 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-10-23 03:35:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003175 10.0.0.41 - - [2025-10-23 03:35:58] "GET /virtual-networks?parent_id=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002702 10.0.0.41 - - [2025-10-23 03:35:58] "GET /virtual-network/63c89d18-4cf4-4453-890d-ee44a0ce2f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006079 10.0.0.41 - - [2025-10-23 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-10-23 03:35:58] "GET /routing-instance/87c434a5-cac0-4142-81c4-de333f596d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004193 10.0.0.41 - - [2025-10-23 03:35:58] "GET /route-target/cfd1cc5d-e422-4ab8-ae52-ebe6eda1250a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004447 10.0.0.133 - - [2025-10-23 03:35:58] "GET /obj-perms HTTP/1.1" 200 5024 0.003536 10.0.0.73 - - [2025-10-23 03:36:00] "DELETE /access-control-list/918bd4d6-7270-4b8a-b334-43a3364dbeee HTTP/1.1" 200 115 0.032488 10.0.0.41 - - [2025-10-23 03:36:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004737 10.0.0.133 - - [2025-10-23 03:36:07] "GET /obj-perms HTTP/1.1" 200 5024 0.003477 10.0.0.133 - - [2025-10-23 03:36:08] "DELETE /project/a3693579690543e2a6a18790d1ecddef HTTP/1.1" 404 173 0.004147 10.0.0.133 - - [2025-10-23 03:36:08] "DELETE /project/c56aa5e3-400e-43d2-aadd-2290ead67545 HTTP/1.1" 404 177 0.003739 10.0.0.41 - - [2025-10-23 03:36:11] "GET /obj-perms HTTP/1.1" 200 5024 0.003601 10.0.0.133 - - [2025-10-23 03:36:14] "GET /obj-perms HTTP/1.1" 200 5024 0.004598 10.0.0.41 - - [2025-10-23 03:36:20] "GET /obj-perms HTTP/1.1" 200 5024 0.003748 10.0.0.133 - - [2025-10-23 03:36:23] "GET /obj-perms HTTP/1.1" 200 5024 0.003252 10.0.0.41 - - [2025-10-23 03:36:23] "GET /obj-perms HTTP/1.1" 200 5024 0.003915 10.0.0.41 - - [2025-10-23 03:36:23] "GET /interface-route-table/3873fc2e-b442-47a7-897a-7e0d028ad8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004109 10.0.0.41 - - [2025-10-23 03:36:23] "GET /virtual-machine-interface/467b764a-c911-430c-bf81-d5bd27455b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005305 10.0.0.41 - - [2025-10-23 03:36:23] "POST /ref-update HTTP/1.1" 200 156 0.023078 10.0.0.41 - - [2025-10-23 03:36:23] "DELETE /interface-route-table/3873fc2e-b442-47a7-897a-7e0d028ad8ac HTTP/1.1" 200 115 0.042875 10.0.0.41 - - [2025-10-23 03:36:23] "POST /neutron/network HTTP/1.1" 200 829 0.006075 10.0.0.133 - - [2025-10-23 03:36:25] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000922 10.0.0.41 - - [2025-10-23 03:36:25] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036193 10.0.0.133 - - [2025-10-23 03:36:25] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001099 10.0.0.41 - - [2025-10-23 03:36:25] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?fields=virtual_networks HTTP/1.1" 200 1029 0.047113 10.0.0.133 - - [2025-10-23 03:36:25] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000879 10.0.0.41 - - [2025-10-23 03:36:25] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.037336 10.0.0.133 - - [2025-10-23 03:36:25] "GET /projects?obj_uuids=a3693579-6905-43e2-a6a1-8790d1ecddef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000979 10.0.0.41 - - [2025-10-23 03:36:25] "GET /project/a3693579-6905-43e2-a6a1-8790d1ecddef?fields=security_groups HTTP/1.1" 200 1253 0.041212 10.0.0.41 - - [2025-10-23 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.029292 10.0.0.133 - - [2025-10-23 03:36:26] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003874 10.0.0.133 - - [2025-10-23 03:36:26] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.133 - - [2025-10-23 03:36:26] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006334 10.0.0.133 - - [2025-10-23 03:36:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.001274 10.0.0.133 - - [2025-10-23 03:36:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.007878 10.0.0.133 - - [2025-10-23 03:36:27] "POST /security-groups HTTP/1.1" 200 595 0.043474 10.0.0.73 - - [2025-10-23 03:36:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.002650 10.0.0.133 - - [2025-10-23 03:36:27] "POST /projects HTTP/1.1" 200 593 0.252365 10.0.0.133 - - [2025-10-23 03:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.321975 10.0.0.73 - - [2025-10-23 03:36:27] "POST /access-control-lists HTTP/1.1" 200 600 0.035137 10.0.0.41 - - [2025-10-23 03:36:27] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.457926 10.0.0.41 - - [2025-10-23 03:36:28] "GET / HTTP/1.1" 200 36215 0.001826 10.0.0.41 - - [2025-10-23 03:36:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-10-23 03:36:29] "POST /neutron/port HTTP/1.1" 400 205 0.004421 10.0.0.41 - - [2025-10-23 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.060822 10.0.0.133 - - [2025-10-23 03:36:29] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.41 - - [2025-10-23 03:36:29] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039227 10.0.0.133 - - [2025-10-23 03:36:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008031 10.0.0.41 - - [2025-10-23 03:36:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.252893 10.0.0.41 - - [2025-10-23 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001590 10.0.0.41 - - [2025-10-23 03:36:29] "GET /virtual-network/bef06fbc-906e-40bc-a62d-30bb927f7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005401 10.0.0.41 - - [2025-10-23 03:36:30] "GET /virtual-network/bef06fbc-906e-40bc-a62d-30bb927f7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006386 10.0.0.41 - - [2025-10-23 03:36:30] "POST /neutron/network HTTP/1.1" 200 826 0.007418 10.0.0.41 - - [2025-10-23 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.133 - - [2025-10-23 03:36:30] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001042 10.0.0.41 - - [2025-10-23 03:36:30] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039731 10.0.0.133 - - [2025-10-23 03:36:30] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000930 10.0.0.41 - - [2025-10-23 03:36:30] "POST /neutron/network HTTP/1.1" 200 609 0.130808 10.0.0.73 - - [2025-10-23 03:36:30] "POST /route-targets HTTP/1.1" 200 328 0.011475 10.0.0.41 - - [2025-10-23 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.003021 10.0.0.41 - - [2025-10-23 03:36:30] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005469 10.0.0.41 - - [2025-10-23 03:36:30] "POST /neutron/network HTTP/1.1" 200 828 0.006004 10.0.0.41 - - [2025-10-23 03:36:30] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007777 10.0.0.41 - - [2025-10-23 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.133 - - [2025-10-23 03:36:30] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000817 10.0.0.41 - - [2025-10-23 03:36:30] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050615 10.0.0.41 - - [2025-10-23 03:36:30] "POST /neutron/network HTTP/1.1" 200 117 0.010921 10.0.0.73 - - [2025-10-23 03:36:31] "POST /ref-update HTTP/1.1" 200 156 0.033111 10.0.0.41 - - [2025-10-23 03:36:31] "POST /neutron/network HTTP/1.1" 200 830 0.008849 10.0.0.41 - - [2025-10-23 03:36:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001050 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-network/eb6c3bce-d59a-4c32-ae76-f72ea2babbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005073 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-network/eb6c3bce-d59a-4c32-ae76-f72ea2babbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006733 10.0.0.41 - - [2025-10-23 03:36:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.009157 10.0.0.41 - - [2025-10-23 03:36:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.002773 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005703 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-machine-interface/dde7a228-3a8a-4c3e-844b-5e6823c48100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.009745 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-machine-interface/dde7a228-3a8a-4c3e-844b-5e6823c48100?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008902 10.0.0.41 - - [2025-10-23 03:36:31] "GET /instance-ip/6484bc80-0706-4e76-9768-928fae97812f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004348 10.0.0.41 - - [2025-10-23 03:36:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.003426 10.0.0.41 - - [2025-10-23 03:36:31] "GET /virtual-network/bef06fbc-906e-40bc-a62d-30bb927f7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005533 10.0.0.133 - - [2025-10-23 03:36:31] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000808 10.0.0.41 - - [2025-10-23 03:36:31] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043614 10.0.0.41 - - [2025-10-23 03:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.41 - - [2025-10-23 03:36:31] "GET /security-group/973bc80a-fd27-426a-ab85-ceb7c63b38ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004408 10.0.0.41 - - [2025-10-23 03:36:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.102401 10.0.0.41 - - [2025-10-23 03:36:32] "POST /instance-ips HTTP/1.1" 200 358 0.039163 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-machine-interface/c13d417d-5d70-4b1c-8e46-092eb88e2ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005437 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-machine-interface/c13d417d-5d70-4b1c-8e46-092eb88e2ba8?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.008690 10.0.0.41 - - [2025-10-23 03:36:32] "GET /instance-ip/1031d530-bdb1-4133-980b-4f4c767634a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004577 10.0.0.41 - - [2025-10-23 03:36:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.003578 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005683 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-machine-interface/1b8cdf78-d770-4ab0-bf78-2ffdec70fa12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008019 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-machine-interface/1b8cdf78-d770-4ab0-bf78-2ffdec70fa12?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009722 10.0.0.41 - - [2025-10-23 03:36:32] "GET /instance-ip/d2751ba7-7362-4a8d-b434-5c5100ed25c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004211 10.0.0.41 - - [2025-10-23 03:36:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.002711 10.0.0.41 - - [2025-10-23 03:36:32] "GET /virtual-network/bef06fbc-906e-40bc-a62d-30bb927f7fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005916 10.0.0.133 - - [2025-10-23 03:36:32] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000953 10.0.0.41 - - [2025-10-23 03:36:32] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.036914 10.0.0.41 - - [2025-10-23 03:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.41 - - [2025-10-23 03:36:32] "GET /security-group/973bc80a-fd27-426a-ab85-ceb7c63b38ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004107 10.0.0.41 - - [2025-10-23 03:36:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.090332 10.0.0.41 - - [2025-10-23 03:36:33] "POST /instance-ips HTTP/1.1" 200 358 0.027597 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-machine-interface/475f0ba6-b1c3-4d38-a879-0af2798d200e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005770 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-machine-interface/475f0ba6-b1c3-4d38-a879-0af2798d200e?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.008577 10.0.0.41 - - [2025-10-23 03:36:33] "GET /instance-ip/ab0310cc-9e1f-4fd6-8fbe-2ef61029878a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004434 10.0.0.41 - - [2025-10-23 03:36:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.003242 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006089 10.0.0.133 - - [2025-10-23 03:36:33] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000942 10.0.0.41 - - [2025-10-23 03:36:33] "POST /neutron/port HTTP/1.1" 200 990 0.206201 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-machine-interface/429405cc-1d00-4750-87a0-e2b0cd996a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.005589 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-machine-interface/429405cc-1d00-4750-87a0-e2b0cd996a90?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.004533 10.0.0.41 - - [2025-10-23 03:36:33] "GET /instance-ip/500f225c-a0e2-4a94-b8d5-450e8d77dc1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004993 10.0.0.41 - - [2025-10-23 03:36:33] "POST /fqname-to-id HTTP/1.1" 404 214 0.003476 10.0.0.41 - - [2025-10-23 03:36:33] "GET /virtual-network/eb6c3bce-d59a-4c32-ae76-f72ea2babbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005408 10.0.0.133 - - [2025-10-23 03:36:33] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000921 10.0.0.41 - - [2025-10-23 03:36:33] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037550 10.0.0.41 - - [2025-10-23 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.41 - - [2025-10-23 03:36:33] "GET /security-group/973bc80a-fd27-426a-ab85-ceb7c63b38ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004439 10.0.0.41 - - [2025-10-23 03:36:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.113354 10.0.0.41 - - [2025-10-23 03:36:33] "POST /instance-ips HTTP/1.1" 200 358 0.041207 10.0.0.41 - - [2025-10-23 03:36:34] "GET /virtual-machine-interface/284e0e0e-97dc-4685-ac9e-ff8bbce61ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006016 10.0.0.41 - - [2025-10-23 03:36:34] "GET /virtual-machine-interface/284e0e0e-97dc-4685-ac9e-ff8bbce61ecf?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.008482 10.0.0.41 - - [2025-10-23 03:36:34] "GET /instance-ip/249908d3-2af8-43f9-bb45-806e966c19ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.004458 10.0.0.41 - - [2025-10-23 03:36:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001644 10.0.0.41 - - [2025-10-23 03:36:35] "POST /neutron/network HTTP/1.1" 200 828 0.030040 10.0.0.41 - - [2025-10-23 03:36:35] "POST /neutron/port HTTP/1.1" 200 990 0.009777 10.0.0.41 - - [2025-10-23 03:36:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001265 10.0.0.41 - - [2025-10-23 03:36:36] "POST /neutron/network HTTP/1.1" 200 840 0.006651 10.0.0.41 - - [2025-10-23 03:36:36] "POST /neutron/port HTTP/1.1" 200 990 0.009560 10.0.0.41 - - [2025-10-23 03:36:36] "POST /neutron/port HTTP/1.1" 200 1056 0.023557 10.0.0.41 - - [2025-10-23 03:36:36] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.133 - - [2025-10-23 03:36:36] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000913 10.0.0.41 - - [2025-10-23 03:36:36] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058586 10.0.0.41 - - [2025-10-23 03:36:37] "POST /neutron/port HTTP/1.1" 200 1056 0.024091 10.0.0.41 - - [2025-10-23 03:36:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001237 10.0.0.41 - - [2025-10-23 03:36:37] "POST /neutron/port HTTP/1.1" 200 1056 0.025180 10.0.0.41 - - [2025-10-23 03:36:37] "POST /neutron/port HTTP/1.1" 200 990 0.009835 10.0.0.41 - - [2025-10-23 03:36:37] "POST /neutron/network HTTP/1.1" 200 840 0.006532 10.0.0.41 - - [2025-10-23 03:36:38] "POST /neutron/port HTTP/1.1" 200 1894 0.042152 10.0.0.41 - - [2025-10-23 03:36:38] "POST /neutron/port HTTP/1.1" 200 1066 0.017722 10.0.0.41 - - [2025-10-23 03:36:38] "POST /neutron/port HTTP/1.1" 200 1120 0.120746 10.0.0.41 - - [2025-10-23 03:36:38] "POST /neutron/port HTTP/1.1" 200 1094 0.024557 10.0.0.41 - - [2025-10-23 03:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.73 - - [2025-10-23 03:36:38] "POST /ref-update HTTP/1.1" 200 156 0.017680 10.0.0.133 - - [2025-10-23 03:36:38] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002572 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/router HTTP/1.1" 200 344 0.342936 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/port HTTP/1.1" 200 1056 0.015632 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007877 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009154 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/port HTTP/1.1" 200 1056 0.013425 10.0.0.41 - - [2025-10-23 03:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.41 - - [2025-10-23 03:36:39] "GET /virtual-machine/a2db45dc-e9ed-46b2-9dc8-146d5003ca19 HTTP/1.1" 401 292 0.000354 10.0.0.41 - - [2025-10-23 03:36:39] "GET /virtual-machine/a2db45dc-e9ed-46b2-9dc8-146d5003ca19 HTTP/1.1" 200 1277 0.032328 10.0.0.41 - - [2025-10-23 03:36:39] "GET /virtual-machine-interface/dde7a228-3a8a-4c3e-844b-5e6823c48100 HTTP/1.1" 200 3195 0.005712 10.0.0.41 - - [2025-10-23 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-10-23 03:36:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003255 10.0.0.41 - - [2025-10-23 03:36:40] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003264 10.0.0.41 - - [2025-10-23 03:36:40] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005779 10.0.0.41 - - [2025-10-23 03:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2025-10-23 03:36:43] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004875 10.0.0.41 - - [2025-10-23 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.41 - - [2025-10-23 03:36:47] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005368 10.0.0.41 - - [2025-10-23 03:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.41 - - [2025-10-23 03:36:51] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005521 10.0.0.41 - - [2025-10-23 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2025-10-23 03:36:55] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005667 10.0.0.41 - - [2025-10-23 03:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.41 - - [2025-10-23 03:36:59] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005260 10.0.0.73 - - [2025-10-23 03:37:01] "DELETE /access-control-list/1f60f25e-c194-4a62-b54e-f69fbcb3fec1 HTTP/1.1" 200 115 0.041795 10.0.0.41 - - [2025-10-23 03:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.41 - - [2025-10-23 03:37:03] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005343 10.0.0.41 - - [2025-10-23 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.41 - - [2025-10-23 03:37:07] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005000 10.0.0.133 - - [2025-10-23 03:37:08] "DELETE /project/992b14a1618344db8923c6b852862918 HTTP/1.1" 404 173 0.003780 10.0.0.133 - - [2025-10-23 03:37:08] "DELETE /project/a3693579-6905-43e2-a6a1-8790d1ecddef HTTP/1.1" 404 177 0.003396 10.0.0.73 - - [2025-10-23 03:37:09] "GET /obj-perms HTTP/1.1" 200 5056 0.046577 10.0.0.41 - - [2025-10-23 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.41 - - [2025-10-23 03:37:12] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005583 10.0.0.41 - - [2025-10-23 03:37:14] "POST /neutron/port HTTP/1.1" 200 1056 0.017393 10.0.0.41 - - [2025-10-23 03:37:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.010582 10.0.0.41 - - [2025-10-23 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-10-23 03:37:16] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005305 10.0.0.41 - - [2025-10-23 03:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2025-10-23 03:37:20] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005151 10.0.0.41 - - [2025-10-23 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.41 - - [2025-10-23 03:37:24] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005107 10.0.0.41 - - [2025-10-23 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-10-23 03:37:28] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005483 10.0.0.41 - - [2025-10-23 03:37:29] "POST /neutron/port HTTP/1.1" 200 1094 0.036910 10.0.0.41 - - [2025-10-23 03:37:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.41 - - [2025-10-23 03:37:29] "POST /neutron/network HTTP/1.1" 200 830 0.006443 10.0.0.41 - - [2025-10-23 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.41 - - [2025-10-23 03:37:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003470 10.0.0.41 - - [2025-10-23 03:37:30] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002921 10.0.0.41 - - [2025-10-23 03:37:30] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005911 10.0.0.41 - - [2025-10-23 03:37:35] "POST /neutron/port HTTP/1.1" 200 1056 0.015660 10.0.0.41 - - [2025-10-23 03:37:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007509 10.0.0.41 - - [2025-10-23 03:37:43] "POST /neutron/port HTTP/1.1" 200 1094 0.034783 10.0.0.41 - - [2025-10-23 03:37:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006870 10.0.0.41 - - [2025-10-23 03:37:51] "POST /neutron/port HTTP/1.1" 200 1056 0.016615 10.0.0.41 - - [2025-10-23 03:37:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007213 10.0.0.41 - - [2025-10-23 03:37:56] "POST /neutron/port HTTP/1.1" 200 1094 0.013553 10.0.0.41 - - [2025-10-23 03:37:56] "GET /virtual-machine/12ad8f42-092f-4bce-8e48-4d34fb42c97e HTTP/1.1" 200 1298 0.005337 10.0.0.41 - - [2025-10-23 03:37:56] "GET /virtual-machine-interface/55d16b30-43ce-486e-9dfb-3c61b07da597 HTTP/1.1" 200 2968 0.005601 10.0.0.41 - - [2025-10-23 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2025-10-23 03:37:56] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003265 10.0.0.41 - - [2025-10-23 03:37:56] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003232 10.0.0.41 - - [2025-10-23 03:37:56] "GET /virtual-network/eb6c3bce-d59a-4c32-ae76-f72ea2babbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005237 10.0.0.41 - - [2025-10-23 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-10-23 03:37:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003391 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002799 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-network/eb6c3bce-d59a-4c32-ae76-f72ea2babbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005713 10.0.0.41 - - [2025-10-23 03:37:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006980 10.0.0.41 - - [2025-10-23 03:37:58] "POST /neutron/port HTTP/1.1" 200 1056 0.015811 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-machine/1acd4e89-a891-4810-9357-b3bcdbf69471 HTTP/1.1" 200 1276 0.006007 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-machine-interface/429405cc-1d00-4750-87a0-e2b0cd996a90 HTTP/1.1" 200 3194 0.005498 10.0.0.41 - - [2025-10-23 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.41 - - [2025-10-23 03:37:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003380 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003008 10.0.0.41 - - [2025-10-23 03:37:58] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005796 10.0.0.41 - - [2025-10-23 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.41 - - [2025-10-23 03:37:59] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004364 10.0.0.41 - - [2025-10-23 03:37:59] "GET /virtual-networks?parent_id=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003668 10.0.0.41 - - [2025-10-23 03:37:59] "GET /virtual-network/ceef6c33-7ce9-4331-8ad0-210039bf9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006661 10.0.0.133 - - [2025-10-23 03:37:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.133 - - [2025-10-23 03:37:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.133 - - [2025-10-23 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.133 - - [2025-10-23 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.73 - - [2025-10-23 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.73 - - [2025-10-23 03:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.73 - - [2025-10-23 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2025-10-23 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.41 - - [2025-10-23 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.41 - - [2025-10-23 03:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-10-23 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.41 - - [2025-10-23 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.41 - - [2025-10-23 03:38:16] "POST /neutron/port HTTP/1.1" 200 1056 0.014056 10.0.0.41 - - [2025-10-23 03:38:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.010124 10.0.0.41 - - [2025-10-23 03:38:31] "POST /neutron/port HTTP/1.1" 200 1094 0.018827 10.0.0.41 - - [2025-10-23 03:38:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003550 10.0.0.41 - - [2025-10-23 03:38:31] "POST /neutron/network HTTP/1.1" 200 830 0.006550 10.0.0.133 - - [2025-10-23 03:39:11] "GET /obj-perms HTTP/1.1" 200 5056 0.051130 10.0.0.41 - - [2025-10-23 03:39:18] "POST /neutron/network HTTP/1.1" 200 838 0.006472 10.0.0.41 - - [2025-10-23 03:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.41 - - [2025-10-23 03:39:30] "POST /neutron/router HTTP/1.1" 200 344 0.182875 10.0.0.41 - - [2025-10-23 03:39:31] "POST /neutron/router HTTP/1.1" 200 598 0.009559 10.0.0.133 - - [2025-10-23 03:39:31] "GET /logical-router/f2a92a2a-52d8-4af8-9fba-36a36822accf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.054368 10.0.0.73 - - [2025-10-23 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009989 10.0.0.41 - - [2025-10-23 03:39:31] "POST /neutron/port HTTP/1.1" 200 1120 0.012568 10.0.0.41 - - [2025-10-23 03:39:32] "DELETE /instance-ip/249908d3-2af8-43f9-bb45-806e966c19ce HTTP/1.1" 200 115 0.053937 10.0.0.41 - - [2025-10-23 03:39:32] "DELETE /virtual-machine-interface/284e0e0e-97dc-4685-ac9e-ff8bbce61ecf HTTP/1.1" 200 115 0.061563 10.0.0.41 - - [2025-10-23 03:39:33] "POST /neutron/port HTTP/1.1" 200 151 0.196547 10.0.0.41 - - [2025-10-23 03:39:33] "DELETE /instance-ip/ab0310cc-9e1f-4fd6-8fbe-2ef61029878a HTTP/1.1" 200 115 0.048425 10.0.0.41 - - [2025-10-23 03:39:33] "DELETE /virtual-machine-interface/475f0ba6-b1c3-4d38-a879-0af2798d200e HTTP/1.1" 200 115 0.081048 10.0.0.41 - - [2025-10-23 03:39:33] "DELETE /instance-ip/1031d530-bdb1-4133-980b-4f4c767634a3 HTTP/1.1" 200 115 0.043540 10.0.0.41 - - [2025-10-23 03:39:33] "DELETE /virtual-machine-interface/c13d417d-5d70-4b1c-8e46-092eb88e2ba8 HTTP/1.1" 200 115 0.057341 10.0.0.41 - - [2025-10-23 03:39:33] "POST /neutron/port HTTP/1.1" 200 1082 0.016638 10.0.0.73 - - [2025-10-23 03:39:34] "DELETE /route-target/d2bc7670-8274-453b-b60e-caafcabf1fad HTTP/1.1" 200 115 0.023454 10.0.0.133 - - [2025-10-23 03:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.052926 10.0.0.133 - - [2025-10-23 03:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004219 10.0.0.41 - - [2025-10-23 03:39:34] "POST /neutron/network HTTP/1.1" 200 151 0.179221 10.0.0.41 - - [2025-10-23 03:39:34] "POST /neutron/network HTTP/1.1" 200 826 0.007023 10.0.0.73 - - [2025-10-23 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.133 - - [2025-10-23 03:39:34] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005036 10.0.0.41 - - [2025-10-23 03:39:34] "GET /project/992b14a1-6183-44db-8923-c6b852862918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057756 10.0.0.133 - - [2025-10-23 03:39:34] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001008 10.0.0.41 - - [2025-10-23 03:39:34] "GET /project/992b14a1-6183-44db-8923-c6b852862918?fields=virtual_networks HTTP/1.1" 200 1042 0.046416 10.0.0.133 - - [2025-10-23 03:39:34] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000920 10.0.0.41 - - [2025-10-23 03:39:34] "GET /project/992b14a1-6183-44db-8923-c6b852862918?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.033933 10.0.0.133 - - [2025-10-23 03:39:34] "GET /projects?obj_uuids=992b14a1-6183-44db-8923-c6b852862918&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.41 - - [2025-10-23 03:39:34] "GET /project/992b14a1-6183-44db-8923-c6b852862918?fields=security_groups HTTP/1.1" 200 1273 0.063340 10.0.0.41 - - [2025-10-23 03:39:35] "POST /fqname-to-id HTTP/1.1" 404 187 0.028098 10.0.0.133 - - [2025-10-23 03:39:35] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.133 - - [2025-10-23 03:39:35] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.133 - - [2025-10-23 03:39:35] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008383 10.0.0.133 - - [2025-10-23 03:39:36] "POST /id-to-fqname HTTP/1.1" 200 189 0.004048 10.0.0.133 - - [2025-10-23 03:39:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.011497 10.0.0.133 - - [2025-10-23 03:39:36] "POST /security-groups HTTP/1.1" 200 590 0.075697 10.0.0.133 - - [2025-10-23 03:39:36] "POST /projects HTTP/1.1" 200 583 0.311811 10.0.0.73 - - [2025-10-23 03:39:36] "POST /access-control-lists HTTP/1.1" 200 597 0.029711 10.0.0.133 - - [2025-10-23 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.387314 10.0.0.41 - - [2025-10-23 03:39:36] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.541355 10.0.0.41 - - [2025-10-23 03:39:36] "POST /neutron/port HTTP/1.1" 400 205 0.003324 10.0.0.41 - - [2025-10-23 03:39:37] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.41 - - [2025-10-23 03:39:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-10-23 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.059497 10.0.0.133 - - [2025-10-23 03:39:40] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000861 10.0.0.41 - - [2025-10-23 03:39:40] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036304 10.0.0.41 - - [2025-10-23 03:39:40] "POST /neutron/network HTTP/1.1" 200 117 0.039038 10.0.0.73 - - [2025-10-23 03:39:40] "POST /route-targets HTTP/1.1" 200 328 0.022219 10.0.0.41 - - [2025-10-23 03:39:40] "POST /neutron/network HTTP/1.1" 200 824 0.008367 10.0.0.41 - - [2025-10-23 03:39:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001868 10.0.0.41 - - [2025-10-23 03:39:40] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004763 10.0.0.41 - - [2025-10-23 03:39:40] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005107 10.0.0.41 - - [2025-10-23 03:39:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.009317 10.0.0.41 - - [2025-10-23 03:39:41] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.012171 10.0.0.41 - - [2025-10-23 03:39:41] "GET /obj-perms HTTP/1.1" 200 5028 0.054400 10.0.0.41 - - [2025-10-23 03:39:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001206 10.0.0.133 - - [2025-10-23 03:39:43] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000861 10.0.0.41 - - [2025-10-23 03:39:43] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052941 10.0.0.41 - - [2025-10-23 03:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.005726 10.0.0.41 - - [2025-10-23 03:39:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001301 10.0.0.41 - - [2025-10-23 03:39:44] "POST /neutron/network HTTP/1.1" 200 834 0.006046 10.0.0.41 - - [2025-10-23 03:39:44] "POST /neutron/port HTTP/1.1" 200 1060 0.013717 10.0.0.41 - - [2025-10-23 03:39:45] "POST /neutron/port HTTP/1.1" 200 1088 0.017382 10.0.0.133 - - [2025-10-23 03:39:45] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000940 10.0.0.41 - - [2025-10-23 03:39:45] "POST /neutron/port HTTP/1.1" 200 117 0.000939 10.0.0.41 - - [2025-10-23 03:39:45] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.086729 10.0.0.41 - - [2025-10-23 03:39:45] "POST /neutron/port HTTP/1.1" 200 1088 0.016897 10.0.0.41 - - [2025-10-23 03:39:45] "POST /neutron/port HTTP/1.1" 200 1088 0.014660 10.0.0.133 - - [2025-10-23 03:39:45] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.41 - - [2025-10-23 03:39:46] "POST /neutron/port HTTP/1.1" 200 1060 0.251161 10.0.0.41 - - [2025-10-23 03:39:46] "POST /neutron/port HTTP/1.1" 200 1114 0.102232 10.0.0.41 - - [2025-10-23 03:39:46] "POST /neutron/subnet HTTP/1.1" 200 704 0.009225 10.0.0.41 - - [2025-10-23 03:39:50] "POST /neutron/port HTTP/1.1" 200 1088 0.013749 10.0.0.41 - - [2025-10-23 03:39:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007123 10.0.0.41 - - [2025-10-23 03:39:50] "GET /virtual-machine/5d33eb47-31b2-4570-9a9c-da242626c5a8 HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-10-23 03:39:51] "GET /virtual-machine/5d33eb47-31b2-4570-9a9c-da242626c5a8 HTTP/1.1" 200 1293 0.028206 10.0.0.41 - - [2025-10-23 03:39:51] "GET /virtual-machine-interface/d6d5f4f5-5ade-4905-bfe0-4786603856f5 HTTP/1.1" 200 2944 0.004819 10.0.0.41 - - [2025-10-23 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.41 - - [2025-10-23 03:39:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003533 10.0.0.41 - - [2025-10-23 03:39:51] "GET /virtual-networks?parent_id=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002651 10.0.0.41 - - [2025-10-23 03:39:51] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006250 10.0.0.41 - - [2025-10-23 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.41 - - [2025-10-23 03:39:54] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004883 10.0.0.41 - - [2025-10-23 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.41 - - [2025-10-23 03:39:58] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005076 10.0.0.73 - - [2025-10-23 03:40:01] "DELETE /access-control-list/964975b2-9b1e-478b-b14f-7ab0514b5786 HTTP/1.1" 200 115 0.036660 10.0.0.41 - - [2025-10-23 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.41 - - [2025-10-23 03:40:02] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004985 10.0.0.41 - - [2025-10-23 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.41 - - [2025-10-23 03:40:06] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006242 10.0.0.133 - - [2025-10-23 03:40:08] "DELETE /project/a647068d461d4750b694dcf15ebef1c2 HTTP/1.1" 404 173 0.003814 10.0.0.133 - - [2025-10-23 03:40:08] "DELETE /project/992b14a1-6183-44db-8923-c6b852862918 HTTP/1.1" 404 177 0.003422 10.0.0.41 - - [2025-10-23 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-10-23 03:40:10] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005308 10.0.0.73 - - [2025-10-23 03:40:12] "GET /obj-perms HTTP/1.1" 200 5056 0.069093 10.0.0.41 - - [2025-10-23 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.41 - - [2025-10-23 03:40:14] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005049 10.0.0.41 - - [2025-10-23 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.41 - - [2025-10-23 03:40:18] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005251 10.0.0.41 - - [2025-10-23 03:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.41 - - [2025-10-23 03:40:23] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005278 10.0.0.41 - - [2025-10-23 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.41 - - [2025-10-23 03:40:27] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005030 10.0.0.41 - - [2025-10-23 03:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.41 - - [2025-10-23 03:40:31] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005795 10.0.0.41 - - [2025-10-23 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2025-10-23 03:40:35] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005017 10.0.0.41 - - [2025-10-23 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.41 - - [2025-10-23 03:40:39] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004994 10.0.0.41 - - [2025-10-23 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.41 - - [2025-10-23 03:40:43] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006173 10.0.0.41 - - [2025-10-23 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2025-10-23 03:40:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004330 10.0.0.41 - - [2025-10-23 03:40:47] "GET /virtual-networks?parent_id=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003148 10.0.0.41 - - [2025-10-23 03:40:47] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005244 10.0.0.41 - - [2025-10-23 03:40:47] "POST /neutron/port HTTP/1.1" 200 1088 0.014531 10.0.0.41 - - [2025-10-23 03:40:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008542 10.0.0.41 - - [2025-10-23 03:40:59] "POST /neutron/port HTTP/1.1" 200 1088 0.013906 10.0.0.41 - - [2025-10-23 03:41:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006193 10.0.0.41 - - [2025-10-23 03:41:08] "POST /neutron/port HTTP/1.1" 200 1088 0.015918 10.0.0.41 - - [2025-10-23 03:41:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008523 10.0.0.41 - - [2025-10-23 03:41:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014145 10.0.0.41 - - [2025-10-23 03:41:13] "GET /virtual-machine/ba4830f5-622c-4bbc-80e6-5db64844b6d9 HTTP/1.1" 200 1293 0.006575 10.0.0.41 - - [2025-10-23 03:41:13] "GET /virtual-machine-interface/9ed50b4f-bc28-4cf9-9925-3ed568eab399 HTTP/1.1" 200 2944 0.004863 10.0.0.41 - - [2025-10-23 03:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.41 - - [2025-10-23 03:41:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003567 10.0.0.41 - - [2025-10-23 03:41:13] "GET /virtual-networks?parent_id=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002640 10.0.0.41 - - [2025-10-23 03:41:14] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006037 10.0.0.41 - - [2025-10-23 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.41 - - [2025-10-23 03:41:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004593 10.0.0.41 - - [2025-10-23 03:41:15] "GET /virtual-networks?parent_id=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003496 10.0.0.41 - - [2025-10-23 03:41:15] "GET /virtual-network/2b436989-a11b-4ebd-9410-1dae67a23758?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007121 10.0.0.41 - - [2025-10-23 03:41:18] "POST /neutron/port HTTP/1.1" 200 1088 0.049458 10.0.0.41 - - [2025-10-23 03:41:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.010118 10.0.0.133 - - [2025-10-23 03:42:13] "GET /obj-perms HTTP/1.1" 200 5056 0.046520 10.0.0.41 - - [2025-10-23 03:42:18] "POST /neutron/port HTTP/1.1" 200 1088 0.017032 10.0.0.41 - - [2025-10-23 03:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.41 - - [2025-10-23 03:42:18] "POST /neutron/network HTTP/1.1" 200 824 0.006783 10.0.0.41 - - [2025-10-23 03:42:45] "POST /neutron/port HTTP/1.1" 200 1088 0.013991 10.0.0.41 - - [2025-10-23 03:42:45] "POST /neutron/port HTTP/1.1" 200 151 0.188870 10.0.0.41 - - [2025-10-23 03:42:46] "POST /neutron/network HTTP/1.1" 200 824 0.006101 10.0.0.133 - - [2025-10-23 03:42:48] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000888 10.0.0.41 - - [2025-10-23 03:42:48] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080796 10.0.0.133 - - [2025-10-23 03:42:48] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000948 10.0.0.41 - - [2025-10-23 03:42:48] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?fields=virtual_networks HTTP/1.1" 200 1033 0.034658 10.0.0.133 - - [2025-10-23 03:42:48] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.41 - - [2025-10-23 03:42:48] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044525 10.0.0.133 - - [2025-10-23 03:42:48] "GET /projects?obj_uuids=a647068d-461d-4750-b694-dcf15ebef1c2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001201 10.0.0.41 - - [2025-10-23 03:42:48] "GET /project/a647068d-461d-4750-b694-dcf15ebef1c2?fields=security_groups HTTP/1.1" 200 1259 0.045078 10.0.0.41 - - [2025-10-23 03:42:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.024432 10.0.0.133 - - [2025-10-23 03:42:49] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002962 10.0.0.133 - - [2025-10-23 03:42:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.133 - - [2025-10-23 03:42:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032027 10.0.0.133 - - [2025-10-23 03:42:49] "POST /id-to-fqname HTTP/1.1" 200 189 0.001184 10.0.0.133 - - [2025-10-23 03:42:49] "POST /fqname-to-id HTTP/1.1" 404 198 0.008002 10.0.0.133 - - [2025-10-23 03:42:49] "POST /security-groups HTTP/1.1" 200 590 0.067714 10.0.0.133 - - [2025-10-23 03:42:49] "POST /projects HTTP/1.1" 200 583 0.263278 10.0.0.73 - - [2025-10-23 03:42:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.034063 10.0.0.133 - - [2025-10-23 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.331262 10.0.0.73 - - [2025-10-23 03:42:50] "POST /access-control-lists HTTP/1.1" 200 595 0.029298 10.0.0.41 - - [2025-10-23 03:42:50] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.495150 10.0.0.41 - - [2025-10-23 03:42:51] "GET / HTTP/1.1" 200 36215 0.001822 10.0.0.41 - - [2025-10-23 03:42:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.41 - - [2025-10-23 03:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.057954 10.0.0.133 - - [2025-10-23 03:42:53] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001179 10.0.0.41 - - [2025-10-23 03:42:53] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050917 10.0.0.133 - - [2025-10-23 03:42:53] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001220 10.0.0.41 - - [2025-10-23 03:42:53] "POST /neutron/network HTTP/1.1" 200 604 0.150244 10.0.0.41 - - [2025-10-23 03:42:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.003182 10.0.0.41 - - [2025-10-23 03:42:54] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007192 10.0.0.41 - - [2025-10-23 03:42:54] "POST /neutron/network HTTP/1.1" 200 821 0.007919 10.0.0.41 - - [2025-10-23 03:42:54] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005042 10.0.0.41 - - [2025-10-23 03:42:54] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005501 10.0.0.41 - - [2025-10-23 03:42:55] "GET /obj-perms HTTP/1.1" 200 5028 0.053888 10.0.0.41 - - [2025-10-23 03:42:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001275 10.0.0.41 - - [2025-10-23 03:42:56] "POST /neutron/network HTTP/1.1" 200 831 0.006710 10.0.0.133 - - [2025-10-23 03:42:57] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000987 10.0.0.41 - - [2025-10-23 03:42:57] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061991 10.0.0.41 - - [2025-10-23 03:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.005790 10.0.0.41 - - [2025-10-23 03:42:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001013 10.0.0.41 - - [2025-10-23 03:42:57] "POST /neutron/network HTTP/1.1" 200 831 0.009730 10.0.0.41 - - [2025-10-23 03:42:58] "POST /neutron/port HTTP/1.1" 200 1057 0.013535 10.0.0.133 - - [2025-10-23 03:42:58] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001225 10.0.0.41 - - [2025-10-23 03:42:58] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066453 10.0.0.41 - - [2025-10-23 03:42:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.41 - - [2025-10-23 03:42:58] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.41 - - [2025-10-23 03:42:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007025 10.0.0.41 - - [2025-10-23 03:42:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006540 10.0.0.41 - - [2025-10-23 03:42:59] "POST /neutron/port HTTP/1.1" 200 1057 0.013622 10.0.0.133 - - [2025-10-23 03:42:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.133 - - [2025-10-23 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.41 - - [2025-10-23 03:43:00] "POST /neutron/port HTTP/1.1" 200 1085 0.016979 10.0.0.41 - - [2025-10-23 03:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.133 - - [2025-10-23 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.133 - - [2025-10-23 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.73 - - [2025-10-23 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000830 10.0.0.73 - - [2025-10-23 03:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.73 - - [2025-10-23 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.73 - - [2025-10-23 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-10-23 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.41 - - [2025-10-23 03:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.73 - - [2025-10-23 03:43:02] "DELETE /access-control-list/0a22294d-2426-4929-8375-5260a1c0174a HTTP/1.1" 200 115 0.028098 10.0.0.41 - - [2025-10-23 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-10-23 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000868 10.0.0.41 - - [2025-10-23 03:43:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007006 10.0.0.41 - - [2025-10-23 03:43:04] "POST /neutron/port HTTP/1.1" 200 1085 0.017237 10.0.0.41 - - [2025-10-23 03:43:04] "GET /virtual-machine/5b1b5bc1-dc60-40d2-a707-bda6f60c85ed HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2025-10-23 03:43:04] "GET /virtual-machine/5b1b5bc1-dc60-40d2-a707-bda6f60c85ed HTTP/1.1" 200 1293 0.030857 10.0.0.41 - - [2025-10-23 03:43:04] "GET /virtual-machine-interface/b17d7e4d-21a6-4bfe-b408-5537fca04ffe HTTP/1.1" 200 2944 0.004799 10.0.0.41 - - [2025-10-23 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.41 - - [2025-10-23 03:43:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003411 10.0.0.41 - - [2025-10-23 03:43:04] "GET /virtual-networks?parent_id=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002454 10.0.0.41 - - [2025-10-23 03:43:04] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005634 10.0.0.41 - - [2025-10-23 03:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-10-23 03:43:07] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005372 10.0.0.133 - - [2025-10-23 03:43:09] "DELETE /project/a647068d-461d-4750-b694-dcf15ebef1c2 HTTP/1.1" 404 177 0.004031 10.0.0.133 - - [2025-10-23 03:43:09] "DELETE /project/e8b8416f2d424731b9768f4940ed7922 HTTP/1.1" 404 173 0.003762 10.0.0.41 - - [2025-10-23 03:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.41 - - [2025-10-23 03:43:12] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005114 10.0.0.73 - - [2025-10-23 03:43:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047017 10.0.0.41 - - [2025-10-23 03:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-23 03:43:16] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005834 10.0.0.41 - - [2025-10-23 03:43:18] "POST /neutron/port HTTP/1.1" 200 1085 0.026546 10.0.0.41 - - [2025-10-23 03:43:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.012422 10.0.0.41 - - [2025-10-23 03:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.41 - - [2025-10-23 03:43:20] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005534 10.0.0.41 - - [2025-10-23 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.41 - - [2025-10-23 03:43:24] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005697 10.0.0.41 - - [2025-10-23 03:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.41 - - [2025-10-23 03:43:28] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005554 10.0.0.41 - - [2025-10-23 03:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.41 - - [2025-10-23 03:43:32] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004971 10.0.0.41 - - [2025-10-23 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.41 - - [2025-10-23 03:43:36] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005822 10.0.0.41 - - [2025-10-23 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.41 - - [2025-10-23 03:43:40] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005445 10.0.0.41 - - [2025-10-23 03:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.41 - - [2025-10-23 03:43:44] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004639 10.0.0.41 - - [2025-10-23 03:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2025-10-23 03:43:48] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005293 10.0.0.41 - - [2025-10-23 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2025-10-23 03:43:53] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005327 10.0.0.41 - - [2025-10-23 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.41 - - [2025-10-23 03:43:57] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005159 10.0.0.41 - - [2025-10-23 03:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.41 - - [2025-10-23 03:44:01] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005326 10.0.0.41 - - [2025-10-23 03:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.41 - - [2025-10-23 03:44:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.41 - - [2025-10-23 03:44:03] "GET /virtual-networks?parent_id=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003210 10.0.0.41 - - [2025-10-23 03:44:03] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006593 10.0.0.41 - - [2025-10-23 03:44:03] "POST /neutron/port HTTP/1.1" 200 1085 0.016158 10.0.0.41 - - [2025-10-23 03:44:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.030614 10.0.0.41 - - [2025-10-23 03:44:13] "POST /neutron/port HTTP/1.1" 200 1085 0.016933 10.0.0.41 - - [2025-10-23 03:44:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008242 10.0.0.41 - - [2025-10-23 03:44:18] "POST /neutron/network HTTP/1.1" 200 831 0.006684 10.0.0.41 - - [2025-10-23 03:44:18] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.41 - - [2025-10-23 03:44:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006765 10.0.0.41 - - [2025-10-23 03:44:24] "POST /neutron/port HTTP/1.1" 200 1085 0.015201 10.0.0.41 - - [2025-10-23 03:44:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008173 10.0.0.41 - - [2025-10-23 03:44:24] "GET /virtual-machine/d8e6cf08-6ab3-4886-b588-5e1dd275b141 HTTP/1.1" 200 1294 0.005582 10.0.0.41 - - [2025-10-23 03:44:24] "GET /virtual-machine-interface/f1050031-a4f0-4c89-be5b-0fcbc728641e HTTP/1.1" 200 2944 0.010243 10.0.0.41 - - [2025-10-23 03:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2025-10-23 03:44:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003222 10.0.0.41 - - [2025-10-23 03:44:24] "GET /virtual-networks?parent_id=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002750 10.0.0.41 - - [2025-10-23 03:44:24] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005416 10.0.0.41 - - [2025-10-23 03:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2025-10-23 03:44:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003768 10.0.0.41 - - [2025-10-23 03:44:25] "GET /virtual-networks?parent_id=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002718 10.0.0.41 - - [2025-10-23 03:44:25] "GET /virtual-network/2826c27b-516b-404e-8100-37caea19fcb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005747 10.0.0.41 - - [2025-10-23 03:44:54] "POST /neutron/port HTTP/1.1" 200 1085 0.015195 10.0.0.41 - - [2025-10-23 03:44:54] "POST /neutron/port HTTP/1.1" 200 1085 0.029528 10.0.0.41 - - [2025-10-23 03:44:56] "POST /neutron/network HTTP/1.1" 200 821 0.008396 10.0.0.73 - - [2025-10-23 03:44:56] "DELETE /route-target/36be96b1-4b67-4622-9884-277ae6118fc2 HTTP/1.1" 200 115 0.026328 10.0.0.133 - - [2025-10-23 03:44:57] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.028649 10.0.0.41 - - [2025-10-23 03:44:57] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.062788 10.0.0.133 - - [2025-10-23 03:44:57] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003895 10.0.0.41 - - [2025-10-23 03:44:57] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?fields=virtual_networks HTTP/1.1" 200 1033 0.043371 10.0.0.133 - - [2025-10-23 03:44:57] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000891 10.0.0.41 - - [2025-10-23 03:44:57] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032102 10.0.0.133 - - [2025-10-23 03:44:58] "GET /projects?obj_uuids=e8b8416f-2d42-4731-b976-8f4940ed7922&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000866 10.0.0.41 - - [2025-10-23 03:44:58] "GET /project/e8b8416f-2d42-4731-b976-8f4940ed7922?fields=security_groups HTTP/1.1" 200 1259 0.036500 10.0.0.41 - - [2025-10-23 03:45:13] "GET / HTTP/1.1" 200 36215 0.002225 10.0.0.41 - - [2025-10-23 03:45:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.41 - - [2025-10-23 03:45:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.405628 10.0.0.133 - - [2025-10-23 03:45:15] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002954 10.0.0.133 - - [2025-10-23 03:45:15] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.133 - - [2025-10-23 03:45:15] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006446 10.0.0.133 - - [2025-10-23 03:45:15] "POST /id-to-fqname HTTP/1.1" 200 203 0.007365 10.0.0.133 - - [2025-10-23 03:45:15] "POST /fqname-to-id HTTP/1.1" 404 212 0.005569 10.0.0.133 - - [2025-10-23 03:45:15] "POST /security-groups HTTP/1.1" 200 604 0.030128 10.0.0.73 - - [2025-10-23 03:45:15] "POST /fqname-to-id HTTP/1.1" 404 247 0.004090 10.0.0.133 - - [2025-10-23 03:45:15] "POST /projects HTTP/1.1" 200 611 0.254317 10.0.0.133 - - [2025-10-23 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.329369 10.0.0.73 - - [2025-10-23 03:45:15] "POST /access-control-lists HTTP/1.1" 200 609 0.039326 10.0.0.41 - - [2025-10-23 03:45:15] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.474061 10.0.0.133 - - [2025-10-23 03:45:16] "GET /obj-perms HTTP/1.1" 200 5056 0.423711 10.0.0.41 - - [2025-10-23 03:45:17] "GET / HTTP/1.1" 200 36215 0.001811 10.0.0.41 - - [2025-10-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.41 - - [2025-10-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.061846 10.0.0.133 - - [2025-10-23 03:45:18] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000887 10.0.0.41 - - [2025-10-23 03:45:18] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.040949 10.0.0.133 - - [2025-10-23 03:45:18] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001238 10.0.0.41 - - [2025-10-23 03:45:18] "POST /neutron/network HTTP/1.1" 200 620 0.132063 10.0.0.41 - - [2025-10-23 03:45:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.003266 10.0.0.41 - - [2025-10-23 03:45:19] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005324 10.0.0.41 - - [2025-10-23 03:45:19] "POST /neutron/network HTTP/1.1" 200 839 0.006472 10.0.0.41 - - [2025-10-23 03:45:19] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005354 10.0.0.41 - - [2025-10-23 03:45:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.001209 10.0.0.41 - - [2025-10-23 03:45:19] "POST /neutron/network HTTP/1.1" 200 849 0.006400 10.0.0.133 - - [2025-10-23 03:45:20] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000908 10.0.0.41 - - [2025-10-23 03:45:20] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.077204 10.0.0.41 - - [2025-10-23 03:45:20] "POST /neutron/port HTTP/1.1" 200 117 0.006618 10.0.0.41 - - [2025-10-23 03:45:20] "POST /id-to-fqname HTTP/1.1" 200 234 0.001149 10.0.0.41 - - [2025-10-23 03:45:21] "POST /neutron/network HTTP/1.1" 200 849 0.007049 10.0.0.41 - - [2025-10-23 03:45:21] "POST /neutron/port HTTP/1.1" 200 1073 0.018889 10.0.0.41 - - [2025-10-23 03:45:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.41 - - [2025-10-23 03:45:22] "POST /neutron/network HTTP/1.1" 200 839 0.007681 10.0.0.133 - - [2025-10-23 03:45:22] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000889 10.0.0.41 - - [2025-10-23 03:45:22] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.103296 10.0.0.41 - - [2025-10-23 03:45:22] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009103 10.0.0.133 - - [2025-10-23 03:45:22] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001524 10.0.0.41 - - [2025-10-23 03:45:23] "POST /neutron/port HTTP/1.1" 200 1073 0.261438 10.0.0.41 - - [2025-10-23 03:45:23] "POST /neutron/port HTTP/1.1" 200 1127 0.164400 10.0.0.41 - - [2025-10-23 03:45:23] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008413 10.0.0.41 - - [2025-10-23 03:45:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.010660 10.0.0.41 - - [2025-10-23 03:45:24] "GET /obj-perms HTTP/1.1" 200 5056 0.052531 10.0.0.41 - - [2025-10-23 03:45:25] "POST /neutron/port HTTP/1.1" 200 1101 0.016541 10.0.0.41 - - [2025-10-23 03:45:25] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008064 10.0.0.41 - - [2025-10-23 03:45:25] "GET /virtual-machine/6be0530e-8c40-48c8-bbbc-3f216fa24187 HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-10-23 03:45:25] "GET /virtual-machine/6be0530e-8c40-48c8-bbbc-3f216fa24187 HTTP/1.1" 200 1307 0.028948 10.0.0.41 - - [2025-10-23 03:45:25] "GET /virtual-machine-interface/ac2f9628-e571-444e-b709-cb9bfcadb2ec HTTP/1.1" 200 3017 0.004939 10.0.0.41 - - [2025-10-23 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2025-10-23 03:45:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003422 10.0.0.41 - - [2025-10-23 03:45:25] "GET /virtual-networks?parent_id=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003741 10.0.0.41 - - [2025-10-23 03:45:25] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005906 10.0.0.41 - - [2025-10-23 03:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.41 - - [2025-10-23 03:45:28] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005137 10.0.0.41 - - [2025-10-23 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2025-10-23 03:45:33] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006218 10.0.0.41 - - [2025-10-23 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.41 - - [2025-10-23 03:45:37] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005010 10.0.0.41 - - [2025-10-23 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.41 - - [2025-10-23 03:45:41] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005031 10.0.0.41 - - [2025-10-23 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.41 - - [2025-10-23 03:45:45] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006286 10.0.0.41 - - [2025-10-23 03:45:45] "POST /neutron/port HTTP/1.1" 200 1101 0.015220 10.0.0.41 - - [2025-10-23 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-10-23 03:45:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003321 10.0.0.41 - - [2025-10-23 03:45:47] "GET /virtual-networks?parent_id=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002894 10.0.0.41 - - [2025-10-23 03:45:47] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005724 10.0.0.41 - - [2025-10-23 03:45:47] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006962 10.0.0.41 - - [2025-10-23 03:45:52] "POST /neutron/port HTTP/1.1" 200 1101 0.015940 10.0.0.41 - - [2025-10-23 03:45:57] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007514 10.0.0.41 - - [2025-10-23 03:46:02] "POST /neutron/port HTTP/1.1" 200 1101 0.014862 10.0.0.41 - - [2025-10-23 03:46:02] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007171 10.0.0.41 - - [2025-10-23 03:46:02] "GET /virtual-machine/c61ce70c-30aa-4d1e-bbd9-8ded37d3ac2e HTTP/1.1" 200 1308 0.005813 10.0.0.41 - - [2025-10-23 03:46:03] "GET /virtual-machine-interface/2b860919-8bd4-4b73-ace2-8b48630133b5 HTTP/1.1" 200 3016 0.005160 10.0.0.41 - - [2025-10-23 03:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.41 - - [2025-10-23 03:46:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003882 10.0.0.41 - - [2025-10-23 03:46:03] "GET /virtual-networks?parent_id=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006713 10.0.0.41 - - [2025-10-23 03:46:03] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005886 10.0.0.41 - - [2025-10-23 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-23 03:46:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.015749 10.0.0.41 - - [2025-10-23 03:46:04] "GET /virtual-networks?parent_id=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003556 10.0.0.41 - - [2025-10-23 03:46:04] "GET /virtual-network/f72b061d-386c-4d08-9ac2-45f9f2b3cedf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005608 10.0.0.41 - - [2025-10-23 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2025-10-23 03:46:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003491 10.0.0.41 - - [2025-10-23 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.41 - - [2025-10-23 03:46:05] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004288 10.0.0.41 - - [2025-10-23 03:46:05] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.011173 10.0.0.133 - - [2025-10-23 03:46:09] "DELETE /project/adaf2dd1ee524388a5f2ed631df572cf HTTP/1.1" 404 173 0.002730 10.0.0.133 - - [2025-10-23 03:46:09] "DELETE /project/e8b8416f-2d42-4731-b976-8f4940ed7922 HTTP/1.1" 404 177 0.005295 10.0.0.73 - - [2025-10-23 03:46:17] "GET /obj-perms HTTP/1.1" 200 5056 0.062793 10.0.0.41 - - [2025-10-23 03:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-10-23 03:46:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003581 10.0.0.41 - - [2025-10-23 03:46:17] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.010885 10.0.0.41 - - [2025-10-23 03:46:20] "POST /neutron/network HTTP/1.1" 200 849 0.035140 10.0.0.41 - - [2025-10-23 03:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.41 - - [2025-10-23 03:47:09] "POST /neutron/network HTTP/1.1" 400 204 0.014087 10.0.0.41 - - [2025-10-23 03:47:09] "POST /neutron/port HTTP/1.1" 200 151 0.164635 10.0.0.41 - - [2025-10-23 03:47:10] "POST /neutron/port HTTP/1.1" 200 151 0.160829 10.0.0.73 - - [2025-10-23 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.133 - - [2025-10-23 03:47:11] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001265 10.0.0.41 - - [2025-10-23 03:47:11] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.039659 10.0.0.133 - - [2025-10-23 03:47:11] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001294 10.0.0.41 - - [2025-10-23 03:47:11] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?fields=virtual_networks HTTP/1.1" 200 1061 0.042426 10.0.0.133 - - [2025-10-23 03:47:11] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000896 10.0.0.41 - - [2025-10-23 03:47:11] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.032952 10.0.0.133 - - [2025-10-23 03:47:11] "GET /projects?obj_uuids=adaf2dd1-ee52-4388-a5f2-ed631df572cf&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000988 10.0.0.41 - - [2025-10-23 03:47:11] "GET /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf?fields=security_groups HTTP/1.1" 200 1301 0.049429 10.0.0.41 - - [2025-10-23 03:47:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.027196 10.0.0.133 - - [2025-10-23 03:47:12] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003066 10.0.0.133 - - [2025-10-23 03:47:12] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.133 - - [2025-10-23 03:47:12] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006532 10.0.0.133 - - [2025-10-23 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 209 0.006633 10.0.0.133 - - [2025-10-23 03:47:13] "POST /fqname-to-id HTTP/1.1" 404 217 0.003493 10.0.0.133 - - [2025-10-23 03:47:13] "POST /security-groups HTTP/1.1" 200 609 0.027894 10.0.0.133 - - [2025-10-23 03:47:13] "POST /projects HTTP/1.1" 200 621 0.231550 10.0.0.73 - - [2025-10-23 03:47:13] "POST /access-control-lists HTTP/1.1" 200 616 0.027312 10.0.0.133 - - [2025-10-23 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.304174 10.0.0.41 - - [2025-10-23 03:47:13] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.428028 10.0.0.41 - - [2025-10-23 03:47:14] "GET / HTTP/1.1" 200 36215 0.001569 10.0.0.41 - - [2025-10-23 03:47:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.41 - - [2025-10-23 03:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.058975 10.0.0.133 - - [2025-10-23 03:47:15] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001004 10.0.0.41 - - [2025-10-23 03:47:15] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.049856 10.0.0.41 - - [2025-10-23 03:47:15] "POST /neutron/network HTTP/1.1" 200 117 0.032346 10.0.0.73 - - [2025-10-23 03:47:15] "POST /route-targets HTTP/1.1" 200 328 0.012741 10.0.0.41 - - [2025-10-23 03:47:15] "POST /neutron/network HTTP/1.1" 200 845 0.008126 10.0.0.41 - - [2025-10-23 03:47:15] "POST /id-to-fqname HTTP/1.1" 200 239 0.001034 10.0.0.41 - - [2025-10-23 03:47:15] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004489 10.0.0.41 - - [2025-10-23 03:47:16] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005298 10.0.0.41 - - [2025-10-23 03:47:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.009088 10.0.0.41 - - [2025-10-23 03:47:16] "POST /id-to-fqname HTTP/1.1" 200 239 0.001272 10.0.0.133 - - [2025-10-23 03:47:17] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000881 10.0.0.41 - - [2025-10-23 03:47:17] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.059954 10.0.0.41 - - [2025-10-23 03:47:17] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.41 - - [2025-10-23 03:47:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001271 10.0.0.41 - - [2025-10-23 03:47:17] "POST /neutron/network HTTP/1.1" 200 855 0.008795 10.0.0.41 - - [2025-10-23 03:47:18] "POST /neutron/port HTTP/1.1" 200 1079 0.013381 10.0.0.41 - - [2025-10-23 03:47:18] "POST /neutron/port HTTP/1.1" 200 1107 0.019063 10.0.0.41 - - [2025-10-23 03:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.133 - - [2025-10-23 03:47:19] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001342 10.0.0.41 - - [2025-10-23 03:47:19] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.318600 10.0.0.41 - - [2025-10-23 03:47:19] "POST /neutron/port HTTP/1.1" 200 1107 0.016058 10.0.0.41 - - [2025-10-23 03:47:19] "POST /neutron/network HTTP/1.1" 200 855 0.005873 10.0.0.41 - - [2025-10-23 03:47:20] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005331 10.0.0.41 - - [2025-10-23 03:47:20] "POST /neutron/port HTTP/1.1" 200 1079 0.014272 10.0.0.41 - - [2025-10-23 03:47:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005054 10.0.0.41 - - [2025-10-23 03:47:20] "POST /neutron/network HTTP/1.1" 200 845 0.006359 10.0.0.133 - - [2025-10-23 03:47:21] "GET /obj-perms HTTP/1.1" 200 5066 0.053384 10.0.0.41 - - [2025-10-23 03:47:21] "POST /neutron/port HTTP/1.1" 200 1107 0.016676 10.0.0.41 - - [2025-10-23 03:47:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007141 10.0.0.41 - - [2025-10-23 03:47:22] "GET /virtual-machine/e0ba7364-fb1d-4454-8dc7-154d8210268b HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-10-23 03:47:22] "GET /virtual-machine/e0ba7364-fb1d-4454-8dc7-154d8210268b HTTP/1.1" 200 1313 0.057194 10.0.0.41 - - [2025-10-23 03:47:22] "GET /virtual-machine-interface/2e8484ad-73fc-416a-92a3-81c50e3a3358 HTTP/1.1" 200 3041 0.005399 10.0.0.41 - - [2025-10-23 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 03:47:22] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003957 10.0.0.41 - - [2025-10-23 03:47:22] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002892 10.0.0.41 - - [2025-10-23 03:47:22] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005599 10.0.0.41 - - [2025-10-23 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.41 - - [2025-10-23 03:47:25] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005173 10.0.0.41 - - [2025-10-23 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-10-23 03:47:29] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006670 10.0.0.41 - - [2025-10-23 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-10-23 03:47:33] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005183 10.0.0.41 - - [2025-10-23 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.41 - - [2025-10-23 03:47:38] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005432 10.0.0.41 - - [2025-10-23 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-10-23 03:47:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003311 10.0.0.41 - - [2025-10-23 03:47:40] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002669 10.0.0.41 - - [2025-10-23 03:47:40] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005814 10.0.0.41 - - [2025-10-23 03:47:40] "POST /neutron/port HTTP/1.1" 200 1107 0.013690 10.0.0.41 - - [2025-10-23 03:47:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006452 10.0.0.41 - - [2025-10-23 03:47:50] "POST /neutron/port HTTP/1.1" 200 1107 0.017473 10.0.0.41 - - [2025-10-23 03:47:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006922 10.0.0.41 - - [2025-10-23 03:47:50] "GET /virtual-machine/8d7afdcc-52cb-4fcb-b74a-65dfa92ac5a4 HTTP/1.1" 200 1313 0.005655 10.0.0.41 - - [2025-10-23 03:47:50] "GET /virtual-machine-interface/82f2648e-874b-4450-ae72-dbda12d477b8 HTTP/1.1" 200 3041 0.005243 10.0.0.41 - - [2025-10-23 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.41 - - [2025-10-23 03:47:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003060 10.0.0.41 - - [2025-10-23 03:47:51] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002426 10.0.0.41 - - [2025-10-23 03:47:51] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005328 10.0.0.41 - - [2025-10-23 03:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.41 - - [2025-10-23 03:47:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004737 10.0.0.41 - - [2025-10-23 03:47:52] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003327 10.0.0.41 - - [2025-10-23 03:47:52] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006638 10.0.0.41 - - [2025-10-23 03:47:52] "POST /neutron/port HTTP/1.1" 200 1107 0.016066 10.0.0.41 - - [2025-10-23 03:47:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006582 10.0.0.133 - - [2025-10-23 03:47:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.133 - - [2025-10-23 03:47:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.133 - - [2025-10-23 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.133 - - [2025-10-23 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.73 - - [2025-10-23 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.73 - - [2025-10-23 03:48:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2025-10-23 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.73 - - [2025-10-23 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.41 - - [2025-10-23 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000660 10.0.0.41 - - [2025-10-23 03:48:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-10-23 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.133 - - [2025-10-23 03:48:02] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000923 10.0.0.41 - - [2025-10-23 03:48:02] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.044551 10.0.0.73 - - [2025-10-23 03:48:03] "POST /ref-update HTTP/1.1" 200 156 0.048053 10.0.0.133 - - [2025-10-23 03:48:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005502 10.0.0.41 - - [2025-10-23 03:48:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.163833 10.0.0.41 - - [2025-10-23 03:48:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001193 10.0.0.41 - - [2025-10-23 03:48:03] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005196 10.0.0.41 - - [2025-10-23 03:48:03] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005750 10.0.0.41 - - [2025-10-23 03:48:03] "POST /neutron/network HTTP/1.1" 200 844 0.006383 10.0.0.41 - - [2025-10-23 03:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.133 - - [2025-10-23 03:48:03] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000843 10.0.0.41 - - [2025-10-23 03:48:03] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.041579 10.0.0.41 - - [2025-10-23 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-10-23 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.133 - - [2025-10-23 03:48:03] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001076 10.0.0.41 - - [2025-10-23 03:48:03] "POST /neutron/network HTTP/1.1" 200 631 0.118980 10.0.0.41 - - [2025-10-23 03:48:03] "POST /id-to-fqname HTTP/1.1" 200 242 0.003076 10.0.0.41 - - [2025-10-23 03:48:03] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007786 10.0.0.41 - - [2025-10-23 03:48:04] "POST /neutron/network HTTP/1.1" 200 851 0.006845 10.0.0.41 - - [2025-10-23 03:48:04] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006811 10.0.0.41 - - [2025-10-23 03:48:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.002302 10.0.0.73 - - [2025-10-23 03:48:04] "DELETE /access-control-list/a354cb42-ddda-40fe-8945-feb296c03fa9 HTTP/1.1" 200 115 0.032465 10.0.0.41 - - [2025-10-23 03:48:04] "POST /neutron/port HTTP/1.1" 200 2098 0.034811 10.0.0.133 - - [2025-10-23 03:48:05] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000905 10.0.0.41 - - [2025-10-23 03:48:05] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.069507 10.0.0.41 - - [2025-10-23 03:48:05] "POST /neutron/network HTTP/1.1" 200 844 0.035899 10.0.0.41 - - [2025-10-23 03:48:05] "POST /neutron/port HTTP/1.1" 200 117 0.010063 10.0.0.41 - - [2025-10-23 03:48:05] "POST /id-to-fqname HTTP/1.1" 200 242 0.001163 10.0.0.41 - - [2025-10-23 03:48:06] "POST /neutron/network HTTP/1.1" 200 861 0.006092 10.0.0.41 - - [2025-10-23 03:48:06] "POST /neutron/port HTTP/1.1" 200 1078 0.042567 10.0.0.41 - - [2025-10-23 03:48:07] "POST /neutron/port HTTP/1.1" 200 1106 0.020159 10.0.0.41 - - [2025-10-23 03:48:07] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.133 - - [2025-10-23 03:48:07] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000909 10.0.0.41 - - [2025-10-23 03:48:07] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.096821 10.0.0.41 - - [2025-10-23 03:48:07] "POST /neutron/port HTTP/1.1" 200 3087 0.025609 10.0.0.41 - - [2025-10-23 03:48:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.001210 10.0.0.41 - - [2025-10-23 03:48:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.000895 10.0.0.41 - - [2025-10-23 03:48:07] "POST /neutron/port HTTP/1.1" 200 3087 0.022735 10.0.0.41 - - [2025-10-23 03:48:07] "POST /neutron/network HTTP/1.1" 200 1557 0.011297 10.0.0.41 - - [2025-10-23 03:48:08] "POST /neutron/port HTTP/1.1" 200 1079 0.013527 10.0.0.41 - - [2025-10-23 03:48:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.133 - - [2025-10-23 03:48:08] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001239 10.0.0.41 - - [2025-10-23 03:48:08] "POST /neutron/network HTTP/1.1" 200 851 0.005172 10.0.0.41 - - [2025-10-23 03:48:08] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.078511 10.0.0.41 - - [2025-10-23 03:48:09] "POST /neutron/port HTTP/1.1" 200 4077 0.022714 10.0.0.133 - - [2025-10-23 03:48:09] "DELETE /project/adaf2dd1-ee52-4388-a5f2-ed631df572cf HTTP/1.1" 404 177 0.029432 10.0.0.133 - - [2025-10-23 03:48:09] "DELETE /project/169b485005f14dde90a4fabd728c81b9 HTTP/1.1" 404 173 0.069037 10.0.0.41 - - [2025-10-23 03:48:09] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005436 10.0.0.41 - - [2025-10-23 03:48:09] "POST /neutron/network HTTP/1.1" 200 1557 0.011711 10.0.0.41 - - [2025-10-23 03:48:09] "GET /obj-perms HTTP/1.1" 200 5066 0.057922 10.0.0.73 - - [2025-10-23 03:48:10] "GET /obj-perms HTTP/1.1" 200 5066 0.118787 10.0.0.41 - - [2025-10-23 03:48:10] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.019427 10.0.0.41 - - [2025-10-23 03:48:10] "POST /neutron/port HTTP/1.1" 200 1079 0.020211 10.0.0.41 - - [2025-10-23 03:48:10] "POST /neutron/port HTTP/1.1" 200 1078 0.014075 10.0.0.41 - - [2025-10-23 03:48:11] "POST /neutron/port HTTP/1.1" 200 2097 0.015547 10.0.0.41 - - [2025-10-23 03:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.001560 10.0.0.41 - - [2025-10-23 03:48:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.009450 10.0.0.41 - - [2025-10-23 03:48:11] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.013852 10.0.0.133 - - [2025-10-23 03:48:11] "GET /obj-perms HTTP/1.1" 200 5066 0.003572 10.0.0.41 - - [2025-10-23 03:48:11] "POST /neutron/port HTTP/1.1" 200 1107 0.017563 10.0.0.41 - - [2025-10-23 03:48:11] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006897 10.0.0.41 - - [2025-10-23 03:48:11] "GET /virtual-machine/9583fe5e-33c7-48ce-beb4-07f0209dc73a HTTP/1.1" 200 1313 0.013271 10.0.0.41 - - [2025-10-23 03:48:11] "GET /virtual-machine-interface/dbf9ff1e-f4b7-4706-8c52-829a44cca49d HTTP/1.1" 200 3051 0.005838 10.0.0.41 - - [2025-10-23 03:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-10-23 03:48:12] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366 10.0.0.41 - - [2025-10-23 03:48:12] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002581 10.0.0.41 - - [2025-10-23 03:48:12] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005496 10.0.0.41 - - [2025-10-23 03:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.41 - - [2025-10-23 03:48:15] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005579 10.0.0.41 - - [2025-10-23 03:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.41 - - [2025-10-23 03:48:19] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005941 10.0.0.41 - - [2025-10-23 03:48:19] "GET /obj-perms HTTP/1.1" 200 5056 0.057072 10.0.0.41 - - [2025-10-23 03:48:20] "POST /neutron/port HTTP/1.1" 200 1107 0.014980 10.0.0.41 - - [2025-10-23 03:48:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004395 10.0.0.41 - - [2025-10-23 03:48:20] "POST /neutron/network HTTP/1.1" 200 845 0.008521 10.0.0.41 - - [2025-10-23 03:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.41 - - [2025-10-23 03:48:23] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005727 10.0.0.41 - - [2025-10-23 03:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2025-10-23 03:48:27] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005011 10.0.0.41 - - [2025-10-23 03:48:30] "POST /neutron/port HTTP/1.1" 200 2097 0.018793 10.0.0.41 - - [2025-10-23 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452 10.0.0.41 - - [2025-10-23 03:48:31] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006152 10.0.0.41 - - [2025-10-23 03:48:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006408 10.0.0.41 - - [2025-10-23 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.41 - - [2025-10-23 03:48:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004328 10.0.0.41 - - [2025-10-23 03:48:35] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002904 10.0.0.41 - - [2025-10-23 03:48:35] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005543 10.0.0.41 - - [2025-10-23 03:48:41] "POST /neutron/port HTTP/1.1" 200 1107 0.016953 10.0.0.41 - - [2025-10-23 03:48:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006978 10.0.0.41 - - [2025-10-23 03:48:46] "POST /neutron/port HTTP/1.1" 200 1106 0.013256 10.0.0.41 - - [2025-10-23 03:48:46] "GET /virtual-machine/886e6a77-12c8-43f2-a844-c76ea669e010 HTTP/1.1" 200 1312 0.005399 10.0.0.41 - - [2025-10-23 03:48:46] "GET /virtual-machine-interface/41490281-22c1-42f1-a73d-09448aa0797b HTTP/1.1" 200 3041 0.004964 10.0.0.41 - - [2025-10-23 03:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.41 - - [2025-10-23 03:48:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003112 10.0.0.41 - - [2025-10-23 03:48:46] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002450 10.0.0.41 - - [2025-10-23 03:48:46] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007123 10.0.0.41 - - [2025-10-23 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.41 - - [2025-10-23 03:48:47] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004091 10.0.0.41 - - [2025-10-23 03:48:47] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003109 10.0.0.41 - - [2025-10-23 03:48:47] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005542 10.0.0.41 - - [2025-10-23 03:48:47] "POST /neutron/port HTTP/1.1" 200 2097 0.017577 10.0.0.41 - - [2025-10-23 03:48:48] "POST /neutron/network HTTP/1.1" 200 854 0.007687 10.0.0.41 - - [2025-10-23 03:48:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.008149 10.0.0.41 - - [2025-10-23 03:48:48] "POST /neutron/network HTTP/1.1" 200 844 0.007281 10.0.0.41 - - [2025-10-23 03:48:48] "POST /neutron/port HTTP/1.1" 200 2097 0.018343 10.0.0.41 - - [2025-10-23 03:48:48] "GET /virtual-machine/52b7f557-1fa8-4539-bfd2-a137b179e662 HTTP/1.1" 200 1589 0.005849 10.0.0.41 - - [2025-10-23 03:48:48] "GET /virtual-machine-interface/3208683b-8d01-4aa7-9a02-f98ae42ac425 HTTP/1.1" 200 3041 0.004894 10.0.0.41 - - [2025-10-23 03:48:48] "GET /virtual-machine-interface/72cf4769-7b29-45ab-be9b-b28c09629451 HTTP/1.1" 200 3041 0.004851 10.0.0.41 - - [2025-10-23 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2025-10-23 03:48:48] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003301 10.0.0.41 - - [2025-10-23 03:48:48] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002747 10.0.0.41 - - [2025-10-23 03:48:48] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006085 10.0.0.41 - - [2025-10-23 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.41 - - [2025-10-23 03:48:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003930 10.0.0.41 - - [2025-10-23 03:48:49] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002757 10.0.0.41 - - [2025-10-23 03:48:49] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005720 10.0.0.41 - - [2025-10-23 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.41 - - [2025-10-23 03:48:49] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.41 - - [2025-10-23 03:48:49] "GET /virtual-networks?parent_id=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003637 10.0.0.41 - - [2025-10-23 03:48:49] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006637 10.0.0.41 - - [2025-10-23 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-10-23 03:48:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003761 10.0.0.41 - - [2025-10-23 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.41 - - [2025-10-23 03:48:51] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.41 - - [2025-10-23 03:48:51] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.012162 10.0.0.41 - - [2025-10-23 03:48:51] "POST /fqname-to-id HTTP/1.1" 404 217 0.003403 10.0.0.41 - - [2025-10-23 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.133 - - [2025-10-23 03:48:51] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001277 10.0.0.41 - - [2025-10-23 03:48:51] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.057682 10.0.0.41 - - [2025-10-23 03:48:51] "POST /network-policys HTTP/1.1" 200 541 0.034369 10.0.0.41 - - [2025-10-23 03:48:51] "GET /network-policy/34a6d099-0d63-4273-9a7d-1977cf8812e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.006947 10.0.0.41 - - [2025-10-23 03:48:51] "POST /neutron/network HTTP/1.1" 200 939 0.080471 10.0.0.73 - - [2025-10-23 03:48:51] "POST /access-control-lists HTTP/1.1" 200 611 0.038447 10.0.0.41 - - [2025-10-23 03:48:51] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.008370 10.0.0.41 - - [2025-10-23 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.018944 10.0.0.41 - - [2025-10-23 03:48:51] "GET /network-policy/34a6d099-0d63-4273-9a7d-1977cf8812e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005476 10.0.0.41 - - [2025-10-23 03:48:52] "POST /neutron/network HTTP/1.1" 200 938 0.081428 10.0.0.41 - - [2025-10-23 03:48:52] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.013616 10.0.0.73 - - [2025-10-23 03:48:52] "POST /access-control-lists HTTP/1.1" 200 611 0.054559 10.0.0.41 - - [2025-10-23 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015677 10.0.0.41 - - [2025-10-23 03:48:52] "GET /network-policy/34a6d099-0d63-4273-9a7d-1977cf8812e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005888 10.0.0.41 - - [2025-10-23 03:48:52] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005368 10.0.0.73 - - [2025-10-23 03:48:52] "GET /obj-perms HTTP/1.1" 200 5066 0.004095 10.0.0.41 - - [2025-10-23 03:48:52] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005265 10.0.0.133 - - [2025-10-23 03:48:53] "GET /obj-perms HTTP/1.1" 200 5066 0.004935 10.0.0.41 - - [2025-10-23 03:48:53] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006818 10.0.0.41 - - [2025-10-23 03:48:53] "GET /obj-perms HTTP/1.1" 200 5066 0.004424 10.0.0.41 - - [2025-10-23 03:48:53] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006535 10.0.0.73 - - [2025-10-23 03:48:54] "GET /obj-perms HTTP/1.1" 200 5066 0.004919 10.0.0.41 - - [2025-10-23 03:48:54] "GET /virtual-network/f2049ac1-c7e0-485d-aa5a-46949b252eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006213 10.0.0.133 - - [2025-10-23 03:48:54] "GET /obj-perms HTTP/1.1" 200 5066 0.016019 10.0.0.41 - - [2025-10-23 03:49:08] "GET /obj-perms HTTP/1.1" 200 5066 0.006407 10.0.0.41 - - [2025-10-23 03:49:21] "POST /neutron/port HTTP/1.1" 200 1107 0.015233 10.0.0.41 - - [2025-10-23 03:49:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.011253 10.0.0.41 - - [2025-10-23 03:49:47] "POST /neutron/port HTTP/1.1" 200 1107 0.015759 10.0.0.41 - - [2025-10-23 03:49:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003379 10.0.0.41 - - [2025-10-23 03:49:47] "POST /neutron/network HTTP/1.1" 200 851 0.006844 10.0.0.41 - - [2025-10-23 03:50:21] "GET /obj-perms HTTP/1.1" 200 5056 0.049185 10.0.0.73 - - [2025-10-23 03:50:21] "GET /obj-perms HTTP/1.1" 200 5056 0.061439 10.0.0.41 - - [2025-10-23 03:50:21] "POST /neutron/network HTTP/1.1" 200 1745 0.018012 10.0.0.41 - - [2025-10-23 03:50:21] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.41 - - [2025-10-23 03:50:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.008428 10.0.0.41 - - [2025-10-23 03:50:49] "POST /neutron/port HTTP/1.1" 200 1106 0.020129 10.0.0.41 - - [2025-10-23 03:50:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004947 10.0.0.41 - - [2025-10-23 03:50:49] "POST /neutron/network HTTP/1.1" 200 938 0.008763 10.0.0.41 - - [2025-10-23 03:51:23] "POST /neutron/network HTTP/1.1" 200 949 0.035953 10.0.0.41 - - [2025-10-23 03:51:23] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.41 - - [2025-10-23 03:51:51] "POST /neutron/port HTTP/1.1" 200 1107 0.017050 10.0.0.41 - - [2025-10-23 03:51:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.008721 10.0.0.133 - - [2025-10-23 03:52:23] "GET /obj-perms HTTP/1.1" 200 5056 0.053847 10.0.0.41 - - [2025-10-23 03:52:23] "POST /neutron/port HTTP/1.1" 200 1107 0.019645 10.0.0.41 - - [2025-10-23 03:52:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003701 10.0.0.41 - - [2025-10-23 03:52:23] "POST /neutron/network HTTP/1.1" 200 939 0.006507 10.0.0.41 - - [2025-10-23 03:52:31] "GET /obj-perms HTTP/1.1" 200 5066 0.003774 10.0.0.41 - - [2025-10-23 03:52:34] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.030267 10.0.0.41 - - [2025-10-23 03:52:35] "POST /neutron/network HTTP/1.1" 200 844 0.031521 10.0.0.41 - - [2025-10-23 03:52:35] "GET /virtual-network/2eee32c0-c244-4691-abc0-ac266133ad9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.004570 10.0.0.41 - - [2025-10-23 03:52:35] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004493 10.0.0.41 - - [2025-10-23 03:52:35] "POST /neutron/network HTTP/1.1" 200 845 0.007864 10.0.0.41 - - [2025-10-23 03:52:35] "GET /virtual-network/eedda0f9-3cef-42d0-857c-eafddb0522c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004652 10.0.0.41 - - [2025-10-23 03:52:35] "DELETE /network-policy/34a6d099-0d63-4273-9a7d-1977cf8812e1 HTTP/1.1" 200 115 0.031354 10.0.0.41 - - [2025-10-23 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2025-10-23 03:52:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.003866 10.0.0.41 - - [2025-10-23 03:52:35] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.010972 10.0.0.73 - - [2025-10-23 03:52:35] "POST /ref-update HTTP/1.1" 200 156 0.020888 10.0.0.73 - - [2025-10-23 03:52:35] "POST /ref-update HTTP/1.1" 200 156 0.019937 10.0.0.41 - - [2025-10-23 03:52:37] "POST /neutron/port HTTP/1.1" 200 1107 0.016203 10.0.0.41 - - [2025-10-23 03:52:37] "POST /neutron/port HTTP/1.1" 200 1106 0.011994 10.0.0.41 - - [2025-10-23 03:52:37] "POST /neutron/port HTTP/1.1" 200 151 0.226116 10.0.0.41 - - [2025-10-23 03:52:37] "POST /neutron/port HTTP/1.1" 200 1132 0.015109 10.0.0.73 - - [2025-10-23 03:52:39] "DELETE /route-target/a356a5a9-fa7b-4e1b-9e69-92c13dfd72e3 HTTP/1.1" 200 115 0.022154 10.0.0.133 - - [2025-10-23 03:52:39] "POST /useragent-kv HTTP/1.1" 200 115 0.036406 10.0.0.133 - - [2025-10-23 03:52:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002751 10.0.0.41 - - [2025-10-23 03:52:39] "POST /neutron/network HTTP/1.1" 200 151 0.162989 10.0.0.41 - - [2025-10-23 03:52:39] "POST /neutron/network HTTP/1.1" 200 845 0.006010 10.0.0.41 - - [2025-10-23 03:52:40] "POST /neutron/port HTTP/1.1" 200 1133 0.014076 10.0.0.41 - - [2025-10-23 03:52:40] "POST /neutron/port HTTP/1.1" 200 1133 0.014425 10.0.0.73 - - [2025-10-23 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.133 - - [2025-10-23 03:52:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002015 10.0.0.133 - - [2025-10-23 03:52:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003164 10.0.0.41 - - [2025-10-23 03:52:42] "POST /neutron/network HTTP/1.1" 200 151 0.128440 10.0.0.133 - - [2025-10-23 03:52:42] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000929 10.0.0.41 - - [2025-10-23 03:52:42] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.069971 10.0.0.133 - - [2025-10-23 03:52:42] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000873 10.0.0.41 - - [2025-10-23 03:52:42] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?fields=virtual_networks HTTP/1.1" 200 1070 0.042312 10.0.0.133 - - [2025-10-23 03:52:42] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001305 10.0.0.41 - - [2025-10-23 03:52:42] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.036759 10.0.0.133 - - [2025-10-23 03:52:42] "GET /projects?obj_uuids=169b4850-05f1-4dde-90a4-fabd728c81b9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000945 10.0.0.41 - - [2025-10-23 03:52:42] "GET /project/169b4850-05f1-4dde-90a4-fabd728c81b9?fields=security_groups HTTP/1.1" 200 1315 0.037526 10.0.0.41 - - [2025-10-23 03:52:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.024521 10.0.0.133 - - [2025-10-23 03:52:43] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003845 10.0.0.133 - - [2025-10-23 03:52:43] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.133 - - [2025-10-23 03:52:43] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006899 10.0.0.133 - - [2025-10-23 03:52:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001322 10.0.0.133 - - [2025-10-23 03:52:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005352 10.0.0.133 - - [2025-10-23 03:52:43] "POST /security-groups HTTP/1.1" 200 586 0.069897 10.0.0.133 - - [2025-10-23 03:52:43] "POST /projects HTTP/1.1" 200 575 0.260982 10.0.0.73 - - [2025-10-23 03:52:43] "POST /access-control-lists HTTP/1.1" 200 593 0.028830 10.0.0.133 - - [2025-10-23 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.334045 10.0.0.41 - - [2025-10-23 03:52:43] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.467128 10.0.0.41 - - [2025-10-23 03:52:44] "GET / HTTP/1.1" 200 36215 0.001609 10.0.0.133 - - [2025-10-23 03:52:45] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.41 - - [2025-10-23 03:52:45] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.037648 10.0.0.41 - - [2025-10-23 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-10-23 03:52:46] "GET /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.003983 10.0.0.41 - - [2025-10-23 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.133 - - [2025-10-23 03:52:46] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000949 10.0.0.41 - - [2025-10-23 03:52:46] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.052588 10.0.0.41 - - [2025-10-23 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.41 - - [2025-10-23 03:52:46] "GET /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004301 10.0.0.41 - - [2025-10-23 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.41 - - [2025-10-23 03:52:46] "PUT /security-group/2f5c6b96-52b3-4b20-8b34-73564c517f8c HTTP/1.1" 200 263 0.017428 10.0.0.73 - - [2025-10-23 03:52:46] "PUT /access-control-list/b86e1ece-4857-4749-8349-4873750f1f94 HTTP/1.1" 200 273 0.019831 10.0.0.133 - - [2025-10-23 03:52:49] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.41 - - [2025-10-23 03:52:49] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041689 10.0.0.133 - - [2025-10-23 03:52:49] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.41 - - [2025-10-23 03:52:49] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?fields=virtual_networks HTTP/1.1" 200 1024 0.048040 10.0.0.133 - - [2025-10-23 03:52:49] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000888 10.0.0.41 - - [2025-10-23 03:52:49] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.037368 10.0.0.133 - - [2025-10-23 03:52:49] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000854 10.0.0.41 - - [2025-10-23 03:52:49] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?fields=security_groups HTTP/1.1" 200 1246 0.037099 10.0.0.41 - - [2025-10-23 03:52:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.026370 10.0.0.133 - - [2025-10-23 03:52:50] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003642 10.0.0.133 - - [2025-10-23 03:52:50] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.133 - - [2025-10-23 03:52:50] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008911 10.0.0.133 - - [2025-10-23 03:52:50] "POST /id-to-fqname HTTP/1.1" 200 194 0.001065 10.0.0.133 - - [2025-10-23 03:52:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.002485 10.0.0.133 - - [2025-10-23 03:52:50] "POST /security-groups HTTP/1.1" 200 595 0.081292 10.0.0.133 - - [2025-10-23 03:52:50] "POST /projects HTTP/1.1" 200 593 0.262788 10.0.0.73 - - [2025-10-23 03:52:50] "POST /access-control-lists HTTP/1.1" 200 602 0.034290 10.0.0.133 - - [2025-10-23 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.335415 10.0.0.41 - - [2025-10-23 03:52:50] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.486648 10.0.0.41 - - [2025-10-23 03:52:52] "GET / HTTP/1.1" 200 36215 0.001323 10.0.0.41 - - [2025-10-23 03:52:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2025-10-23 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.056391 10.0.0.133 - - [2025-10-23 03:52:54] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001247 10.0.0.41 - - [2025-10-23 03:52:54] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039305 10.0.0.73 - - [2025-10-23 03:52:54] "POST /route-targets HTTP/1.1" 200 328 0.015944 10.0.0.133 - - [2025-10-23 03:52:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007840 10.0.0.41 - - [2025-10-23 03:52:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.231944 10.0.0.41 - - [2025-10-23 03:52:54] "POST /id-to-fqname HTTP/1.1" 200 231 0.001199 10.0.0.41 - - [2025-10-23 03:52:54] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005015 10.0.0.41 - - [2025-10-23 03:52:54] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005100 10.0.0.41 - - [2025-10-23 03:52:54] "POST /neutron/network HTTP/1.1" 200 843 0.006282 10.0.0.41 - - [2025-10-23 03:52:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001236 10.0.0.133 - - [2025-10-23 03:52:55] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001162 10.0.0.41 - - [2025-10-23 03:52:56] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.065637 10.0.0.41 - - [2025-10-23 03:52:56] "POST /neutron/network HTTP/1.1" 200 843 0.008083 10.0.0.41 - - [2025-10-23 03:52:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001236 10.0.0.41 - - [2025-10-23 03:52:56] "POST /neutron/port HTTP/1.1" 200 117 0.005795 10.0.0.41 - - [2025-10-23 03:52:57] "POST /neutron/port HTTP/1.1" 200 1065 0.012882 10.0.0.41 - - [2025-10-23 03:52:57] "POST /neutron/port HTTP/1.1" 200 1093 0.019159 10.0.0.41 - - [2025-10-23 03:52:57] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.133 - - [2025-10-23 03:52:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.133 - - [2025-10-23 03:52:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.133 - - [2025-10-23 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.133 - - [2025-10-23 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.73 - - [2025-10-23 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.73 - - [2025-10-23 03:53:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.73 - - [2025-10-23 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2025-10-23 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2025-10-23 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-23 03:53:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-10-23 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2025-10-23 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.73 - - [2025-10-23 03:53:05] "DELETE /access-control-list/cc328ec3-50a6-4d93-83bc-b02221c7ab40 HTTP/1.1" 200 115 0.059948 10.0.0.133 - - [2025-10-23 03:53:10] "DELETE /project/169b4850-05f1-4dde-90a4-fabd728c81b9 HTTP/1.1" 404 177 0.042196 10.0.0.133 - - [2025-10-23 03:53:10] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.133 - - [2025-10-23 03:53:10] "DELETE /project/63aef0c2aea24383964158245629ebfc HTTP/1.1" 404 173 0.089602 10.0.0.133 - - [2025-10-23 03:53:10] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042589 10.0.0.133 - - [2025-10-23 03:53:10] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000799 10.0.0.133 - - [2025-10-23 03:53:10] "DELETE /project/69a816e09aed40109ffd3538bcc383dd HTTP/1.1" 404 173 0.153112 10.0.0.133 - - [2025-10-23 03:53:10] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?fields=security_groups HTTP/1.1" 200 1348 0.043741 10.0.0.133 - - [2025-10-23 03:53:10] "DELETE /security-group/ca15ebb7-b8ad-4a0f-8608-6d87f0e74f95 HTTP/1.1" 200 115 0.060674 10.0.0.133 - - [2025-10-23 03:53:10] "GET /projects?obj_uuids=69a816e0-9aed-4010-9ffd-3538bcc383dd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.133 - - [2025-10-23 03:53:10] "GET /project/69a816e0-9aed-4010-9ffd-3538bcc383dd?fields=application_policy_sets HTTP/1.1" 200 1387 0.048063 10.0.0.133 - - [2025-10-23 03:53:10] "DELETE /project/69a816e0-9aed-4010-9ffd-3538bcc383dd HTTP/1.1" 200 115 0.486559 10.0.0.41 - - [2025-10-23 03:53:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.030385 10.0.0.133 - - [2025-10-23 03:53:20] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.41 - - [2025-10-23 03:53:20] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.094771 10.0.0.41 - - [2025-10-23 03:53:20] "POST /neutron/port HTTP/1.1" 200 1093 0.021999 10.0.0.41 - - [2025-10-23 03:53:21] "POST /neutron/port HTTP/1.1" 200 1093 0.039378 10.0.0.41 - - [2025-10-23 03:53:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006758 10.0.0.41 - - [2025-10-23 03:53:21] "GET /virtual-machine/ec3d9068-3609-4442-990a-c6218e8a0f2b HTTP/1.1" 401 292 0.000426 10.0.0.41 - - [2025-10-23 03:53:21] "POST /neutron/network HTTP/1.1" 200 853 0.007418 10.0.0.41 - - [2025-10-23 03:53:21] "GET /virtual-machine/ec3d9068-3609-4442-990a-c6218e8a0f2b HTTP/1.1" 200 1299 0.172453 10.0.0.41 - - [2025-10-23 03:53:21] "GET /virtual-machine-interface/574ae0cc-0594-4758-aa7b-1ba38f3b0ac8 HTTP/1.1" 200 2989 0.014742 10.0.0.41 - - [2025-10-23 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.41 - - [2025-10-23 03:53:21] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004738 10.0.0.41 - - [2025-10-23 03:53:21] "GET /virtual-networks?parent_id=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.009659 10.0.0.41 - - [2025-10-23 03:53:22] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007329 10.0.0.41 - - [2025-10-23 03:53:22] "POST /neutron/port HTTP/1.1" 200 1065 0.063542 10.0.0.41 - - [2025-10-23 03:53:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014149 10.0.0.41 - - [2025-10-23 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.41 - - [2025-10-23 03:53:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.41 - - [2025-10-23 03:53:23] "POST /neutron/network HTTP/1.1" 200 843 0.005837 10.0.0.41 - - [2025-10-23 03:53:23] "GET /virtual-networks?parent_id=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.011199 10.0.0.41 - - [2025-10-23 03:53:23] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009733 10.0.0.41 - - [2025-10-23 03:53:23] "GET /obj-perms HTTP/1.1" 200 5056 0.072213 10.0.0.41 - - [2025-10-23 03:53:28] "POST /neutron/port HTTP/1.1" 200 1093 0.034919 10.0.0.41 - - [2025-10-23 03:53:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008920 10.0.0.41 - - [2025-10-23 03:53:43] "POST /neutron/port HTTP/1.1" 200 1093 0.014752 10.0.0.41 - - [2025-10-23 03:53:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008367 10.0.0.41 - - [2025-10-23 03:53:59] "POST /neutron/port HTTP/1.1" 200 1093 0.015251 10.0.0.41 - - [2025-10-23 03:53:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007119 10.0.0.41 - - [2025-10-23 03:53:59] "GET /virtual-machine/ca889300-c0e8-48c9-89dc-65b10774a9be HTTP/1.1" 200 1298 0.006015 10.0.0.41 - - [2025-10-23 03:53:59] "GET /virtual-machine-interface/2c254ba8-91f6-458c-b68c-1893f289d49c HTTP/1.1" 200 2989 0.005342 10.0.0.41 - - [2025-10-23 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.41 - - [2025-10-23 03:53:59] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003556 10.0.0.41 - - [2025-10-23 03:53:59] "GET /virtual-networks?parent_id=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002751 10.0.0.41 - - [2025-10-23 03:53:59] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007092 10.0.0.41 - - [2025-10-23 03:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.41 - - [2025-10-23 03:54:02] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006340 10.0.0.41 - - [2025-10-23 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.41 - - [2025-10-23 03:54:06] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006850 10.0.0.41 - - [2025-10-23 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.41 - - [2025-10-23 03:54:10] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.011579 10.0.0.41 - - [2025-10-23 03:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2025-10-23 03:54:14] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005256 10.0.0.41 - - [2025-10-23 03:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.41 - - [2025-10-23 03:54:18] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005854 10.0.0.41 - - [2025-10-23 03:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-10-23 03:54:23] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005034 10.0.0.41 - - [2025-10-23 03:54:25] "POST /neutron/port HTTP/1.1" 200 1093 0.015843 10.0.0.41 - - [2025-10-23 03:54:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011527 10.0.0.41 - - [2025-10-23 03:54:25] "POST /neutron/network HTTP/1.1" 200 843 0.006522 10.0.0.41 - - [2025-10-23 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.41 - - [2025-10-23 03:54:27] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005648 10.0.0.41 - - [2025-10-23 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.41 - - [2025-10-23 03:54:31] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006993 10.0.0.41 - - [2025-10-23 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-10-23 03:54:35] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005128 10.0.0.41 - - [2025-10-23 03:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.41 - - [2025-10-23 03:54:39] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005635 10.0.0.41 - - [2025-10-23 03:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2025-10-23 03:54:43] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004960 10.0.0.41 - - [2025-10-23 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.41 - - [2025-10-23 03:54:47] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006063 10.0.0.41 - - [2025-10-23 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.41 - - [2025-10-23 03:54:51] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006157 10.0.0.41 - - [2025-10-23 03:54:53] "POST /neutron/network HTTP/1.1" 200 853 0.006169 10.0.0.41 - - [2025-10-23 03:54:53] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.41 - - [2025-10-23 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2025-10-23 03:54:55] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005710 10.0.0.41 - - [2025-10-23 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.41 - - [2025-10-23 03:54:59] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005098 10.0.0.41 - - [2025-10-23 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.41 - - [2025-10-23 03:55:04] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005910 10.0.0.41 - - [2025-10-23 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.41 - - [2025-10-23 03:55:08] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005461 10.0.0.41 - - [2025-10-23 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-10-23 03:55:12] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005628 10.0.0.41 - - [2025-10-23 03:55:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006640 10.0.0.41 - - [2025-10-23 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2025-10-23 03:55:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003146 10.0.0.41 - - [2025-10-23 03:55:16] "GET /virtual-networks?parent_id=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002612 10.0.0.41 - - [2025-10-23 03:55:16] "GET /virtual-network/ae60cf13-a298-46db-b7a2-1bb3ae3833e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006219 10.0.0.41 - - [2025-10-23 03:55:21] "POST /neutron/port HTTP/1.1" 200 1093 0.017654 10.0.0.73 - - [2025-10-23 03:55:25] "GET /obj-perms HTTP/1.1" 200 5056 0.054514 10.0.0.41 - - [2025-10-23 03:55:25] "POST /neutron/port HTTP/1.1" 200 1093 0.017749 10.0.0.41 - - [2025-10-23 03:55:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.008878 10.0.0.133 - - [2025-10-23 03:55:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055181 10.0.0.41 - - [2025-10-23 03:55:26] "POST /neutron/port HTTP/1.1" 200 1093 0.015471 10.0.0.41 - - [2025-10-23 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007137 10.0.0.41 - - [2025-10-23 03:55:42] "POST /neutron/port HTTP/1.1" 200 1093 0.016280 10.0.0.41 - - [2025-10-23 03:55:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009137 10.0.0.41 - - [2025-10-23 03:55:53] "POST /neutron/port HTTP/1.1" 200 1093 0.015548 10.0.0.41 - - [2025-10-23 03:55:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003703 10.0.0.41 - - [2025-10-23 03:55:53] "POST /neutron/network HTTP/1.1" 200 843 0.006179 10.0.0.41 - - [2025-10-23 03:56:02] "POST /neutron/port HTTP/1.1" 200 1093 0.014776 10.0.0.41 - - [2025-10-23 03:56:08] "POST /fqname-to-id HTTP/1.1" 404 240 0.003036 10.0.0.41 - - [2025-10-23 03:56:08] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.029356 10.0.0.41 - - [2025-10-23 03:56:08] "GET /bgp-as-a-service/74116635-f491-4b4d-ba2b-480c5e22517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.006808 10.0.0.41 - - [2025-10-23 03:56:08] "GET /virtual-machine-interface/2c254ba8-91f6-458c-b68c-1893f289d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006375 10.0.0.41 - - [2025-10-23 03:56:08] "POST /ref-update HTTP/1.1" 200 156 0.011532 10.0.0.73 - - [2025-10-23 03:56:08] "POST /bgp-routers HTTP/1.1" 200 605 0.024238 10.0.0.41 - - [2025-10-23 03:56:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.010717 10.0.0.73 - - [2025-10-23 03:56:09] "POST /ref-update HTTP/1.1" 200 156 0.030037 10.0.0.41 - - [2025-10-23 03:56:27] "POST /neutron/port HTTP/1.1" 200 1093 0.037177 10.0.0.41 - - [2025-10-23 03:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.41 - - [2025-10-23 03:56:27] "POST /neutron/network HTTP/1.1" 200 843 0.007588 10.0.0.41 - - [2025-10-23 03:56:42] "GET /bgp-as-a-service/74116635-f491-4b4d-ba2b-480c5e22517d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005577 10.0.0.41 - - [2025-10-23 03:56:42] "GET /virtual-machine-interface/2c254ba8-91f6-458c-b68c-1893f289d49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006542 10.0.0.41 - - [2025-10-23 03:56:42] "POST /ref-update HTTP/1.1" 200 156 0.011851 10.0.0.73 - - [2025-10-23 03:56:42] "POST /ref-update HTTP/1.1" 200 156 0.025721 10.0.0.41 - - [2025-10-23 03:56:42] "DELETE /bgp-as-a-service/74116635-f491-4b4d-ba2b-480c5e22517d HTTP/1.1" 200 115 0.036251 10.0.0.41 - - [2025-10-23 03:56:43] "POST /neutron/port HTTP/1.1" 200 1093 0.016991 10.0.0.41 - - [2025-10-23 03:56:43] "POST /neutron/port HTTP/1.1" 200 1119 0.015470 10.0.0.41 - - [2025-10-23 03:56:45] "POST /neutron/network HTTP/1.1" 200 843 0.006499 10.0.0.73 - - [2025-10-23 03:56:45] "DELETE /route-target/ce37ace9-029f-4740-b6b6-651d424a6e2e HTTP/1.1" 200 115 0.022717 10.0.0.133 - - [2025-10-23 03:56:46] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000909 10.0.0.41 - - [2025-10-23 03:56:46] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041887 10.0.0.133 - - [2025-10-23 03:56:46] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001281 10.0.0.41 - - [2025-10-23 03:56:46] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?fields=virtual_networks HTTP/1.1" 200 1042 0.034560 10.0.0.133 - - [2025-10-23 03:56:46] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000935 10.0.0.41 - - [2025-10-23 03:56:46] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043471 10.0.0.133 - - [2025-10-23 03:56:46] "GET /projects?obj_uuids=63aef0c2-aea2-4383-9641-58245629ebfc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.41 - - [2025-10-23 03:56:46] "GET /project/63aef0c2-aea2-4383-9641-58245629ebfc?fields=security_groups HTTP/1.1" 200 1273 0.034169 10.0.0.41 - - [2025-10-23 03:56:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.029354 10.0.0.133 - - [2025-10-23 03:56:47] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003098 10.0.0.133 - - [2025-10-23 03:56:48] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000841 10.0.0.133 - - [2025-10-23 03:56:48] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006510 10.0.0.133 - - [2025-10-23 03:56:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.006745 10.0.0.133 - - [2025-10-23 03:56:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.004632 10.0.0.133 - - [2025-10-23 03:56:48] "POST /security-groups HTTP/1.1" 200 592 0.030825 10.0.0.133 - - [2025-10-23 03:56:48] "POST /projects HTTP/1.1" 200 587 0.233835 10.0.0.73 - - [2025-10-23 03:56:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.008870 10.0.0.133 - - [2025-10-23 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.310958 10.0.0.41 - - [2025-10-23 03:56:48] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.452358 10.0.0.41 - - [2025-10-23 03:56:49] "GET / HTTP/1.1" 200 36215 0.002715 10.0.0.41 - - [2025-10-23 03:56:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.41 - - [2025-10-23 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.058208 10.0.0.133 - - [2025-10-23 03:56:51] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.41 - - [2025-10-23 03:56:51] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032596 10.0.0.133 - - [2025-10-23 03:56:51] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001275 10.0.0.41 - - [2025-10-23 03:56:52] "POST /neutron/network HTTP/1.1" 200 614 0.133988 10.0.0.73 - - [2025-10-23 03:56:52] "POST /ref-update HTTP/1.1" 200 156 0.025612 10.0.0.41 - - [2025-10-23 03:56:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.003308 10.0.0.41 - - [2025-10-23 03:56:52] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005367 10.0.0.41 - - [2025-10-23 03:56:52] "POST /neutron/network HTTP/1.1" 200 833 0.006122 10.0.0.41 - - [2025-10-23 03:56:52] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004813 10.0.0.41 - - [2025-10-23 03:56:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001223 10.0.0.41 - - [2025-10-23 03:56:52] "POST /neutron/network HTTP/1.1" 200 843 0.006709 10.0.0.133 - - [2025-10-23 03:56:53] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.41 - - [2025-10-23 03:56:53] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075380 10.0.0.41 - - [2025-10-23 03:56:53] "POST /neutron/port HTTP/1.1" 200 117 0.006098 10.0.0.41 - - [2025-10-23 03:56:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001565 10.0.0.41 - - [2025-10-23 03:56:54] "POST /neutron/network HTTP/1.1" 200 843 0.007951 10.0.0.133 - - [2025-10-23 03:56:54] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.41 - - [2025-10-23 03:56:54] "POST /neutron/port HTTP/1.1" 200 1061 0.023101 10.0.0.41 - - [2025-10-23 03:56:54] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.113668 10.0.0.41 - - [2025-10-23 03:56:55] "POST /neutron/port HTTP/1.1" 200 1089 0.042712 10.0.0.41 - - [2025-10-23 03:56:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003583 10.0.0.41 - - [2025-10-23 03:56:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.002236 10.0.0.41 - - [2025-10-23 03:56:55] "POST /neutron/port HTTP/1.1" 200 117 0.002388 10.0.0.41 - - [2025-10-23 03:56:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018421 10.0.0.133 - - [2025-10-23 03:56:55] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.41 - - [2025-10-23 03:56:56] "POST /neutron/port HTTP/1.1" 200 1061 0.466920 10.0.0.41 - - [2025-10-23 03:56:56] "POST /neutron/port HTTP/1.1" 200 1115 0.161551 10.0.0.133 - - [2025-10-23 03:56:56] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.41 - - [2025-10-23 03:56:56] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.097387 10.0.0.41 - - [2025-10-23 03:56:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.019290 10.0.0.41 - - [2025-10-23 03:56:56] "POST /neutron/network HTTP/1.1" 200 833 0.012189 10.0.0.41 - - [2025-10-23 03:56:57] "POST /neutron/port HTTP/1.1" 200 117 0.006580 10.0.0.41 - - [2025-10-23 03:56:57] "POST /neutron/network HTTP/1.1" 200 843 0.015783 10.0.0.41 - - [2025-10-23 03:56:58] "POST /neutron/port HTTP/1.1" 200 1061 0.029719 10.0.0.41 - - [2025-10-23 03:56:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004227 10.0.0.41 - - [2025-10-23 03:56:58] "POST /neutron/network HTTP/1.1" 200 833 0.014504 10.0.0.41 - - [2025-10-23 03:57:07] "POST /neutron/port HTTP/1.1" 200 1089 0.013664 10.0.0.133 - - [2025-10-23 03:57:10] "DELETE /project/8ce3fc9496594ac0b72e01862be9f0e1 HTTP/1.1" 404 173 0.002908 10.0.0.133 - - [2025-10-23 03:57:10] "DELETE /project/63aef0c2-aea2-4383-9641-58245629ebfc HTTP/1.1" 404 177 0.005549 10.0.0.41 - - [2025-10-23 03:57:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008986 10.0.0.41 - - [2025-10-23 03:57:22] "POST /neutron/port HTTP/1.1" 200 1089 0.014526 10.0.0.41 - - [2025-10-23 03:57:27] "GET /obj-perms HTTP/1.1" 200 5056 0.049225 10.0.0.41 - - [2025-10-23 03:57:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008629 10.0.0.41 - - [2025-10-23 03:57:33] "POST /neutron/port HTTP/1.1" 200 1089 0.014350 10.0.0.41 - - [2025-10-23 03:57:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006155 10.0.0.41 - - [2025-10-23 03:57:33] "GET /virtual-machine/e3745ab9-cbc8-42b0-9f0d-8101eef2aab7 HTTP/1.1" 401 292 0.000310 10.0.0.41 - - [2025-10-23 03:57:33] "GET /virtual-machine/e3745ab9-cbc8-42b0-9f0d-8101eef2aab7 HTTP/1.1" 200 1296 0.028593 10.0.0.41 - - [2025-10-23 03:57:33] "GET /virtual-machine-interface/7565be8d-b89c-4a99-9a9d-f67fcd9014e3 HTTP/1.1" 200 2965 0.005100 10.0.0.41 - - [2025-10-23 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.41 - - [2025-10-23 03:57:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003303 10.0.0.41 - - [2025-10-23 03:57:33] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002639 10.0.0.41 - - [2025-10-23 03:57:33] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005389 10.0.0.41 - - [2025-10-23 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-10-23 03:57:36] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006541 10.0.0.41 - - [2025-10-23 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-10-23 03:57:40] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005138 10.0.0.41 - - [2025-10-23 03:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.41 - - [2025-10-23 03:57:44] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006666 10.0.0.41 - - [2025-10-23 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.41 - - [2025-10-23 03:57:49] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005093 10.0.0.41 - - [2025-10-23 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-10-23 03:57:53] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005744 10.0.0.41 - - [2025-10-23 03:57:56] "POST /neutron/network HTTP/1.1" 200 843 0.007344 10.0.0.41 - - [2025-10-23 03:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.41 - - [2025-10-23 03:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.41 - - [2025-10-23 03:57:57] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006481 10.0.0.133 - - [2025-10-23 03:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.133 - - [2025-10-23 03:57:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.133 - - [2025-10-23 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.133 - - [2025-10-23 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.73 - - [2025-10-23 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2025-10-23 03:58:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2025-10-23 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.73 - - [2025-10-23 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.41 - - [2025-10-23 03:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.41 - - [2025-10-23 03:58:01] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006149 10.0.0.41 - - [2025-10-23 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-10-23 03:58:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.41 - - [2025-10-23 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.41 - - [2025-10-23 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-23 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.41 - - [2025-10-23 03:58:05] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005057 10.0.0.41 - - [2025-10-23 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.41 - - [2025-10-23 03:58:09] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004953 10.0.0.41 - - [2025-10-23 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.41 - - [2025-10-23 03:58:13] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005293 10.0.0.41 - - [2025-10-23 03:58:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006660 10.0.0.41 - - [2025-10-23 03:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2025-10-23 03:58:17] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005663 10.0.0.41 - - [2025-10-23 03:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-10-23 03:58:21] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005154 10.0.0.41 - - [2025-10-23 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-10-23 03:58:25] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005144 10.0.0.41 - - [2025-10-23 03:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.41 - - [2025-10-23 03:58:30] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005358 10.0.0.41 - - [2025-10-23 03:58:30] "POST /neutron/network HTTP/1.1" 200 843 0.006890 10.0.0.41 - - [2025-10-23 03:58:30] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.41 - - [2025-10-23 03:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.41 - - [2025-10-23 03:58:34] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006628 10.0.0.41 - - [2025-10-23 03:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-10-23 03:58:38] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005782 10.0.0.41 - - [2025-10-23 03:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2025-10-23 03:58:42] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004900 10.0.0.41 - - [2025-10-23 03:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 03:58:46] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005971 10.0.0.41 - - [2025-10-23 03:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.41 - - [2025-10-23 03:58:50] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006623 10.0.0.41 - - [2025-10-23 03:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.41 - - [2025-10-23 03:58:54] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005923 10.0.0.41 - - [2025-10-23 03:58:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033519 10.0.0.41 - - [2025-10-23 03:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-10-23 03:58:58] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006014 10.0.0.41 - - [2025-10-23 03:58:58] "POST /neutron/network HTTP/1.1" 200 843 0.033832 10.0.0.41 - - [2025-10-23 03:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.41 - - [2025-10-23 03:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008045 10.0.0.41 - - [2025-10-23 03:59:00] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004058 10.0.0.41 - - [2025-10-23 03:59:00] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002894 10.0.0.41 - - [2025-10-23 03:59:00] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005685 10.0.0.41 - - [2025-10-23 03:59:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007402 10.0.0.41 - - [2025-10-23 03:59:06] "POST /neutron/port HTTP/1.1" 200 1089 0.014548 10.0.0.41 - - [2025-10-23 03:59:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006861 10.0.0.41 - - [2025-10-23 03:59:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016563 10.0.0.41 - - [2025-10-23 03:59:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007009 10.0.0.73 - - [2025-10-23 03:59:29] "GET /obj-perms HTTP/1.1" 200 5056 0.046735 10.0.0.41 - - [2025-10-23 03:59:31] "POST /neutron/network HTTP/1.1" 200 843 0.007028 10.0.0.41 - - [2025-10-23 03:59:31] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.41 - - [2025-10-23 03:59:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006746 10.0.0.41 - - [2025-10-23 03:59:42] "POST /neutron/port HTTP/1.1" 200 1089 0.013636 10.0.0.41 - - [2025-10-23 03:59:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006650 10.0.0.41 - - [2025-10-23 03:59:52] "POST /neutron/port HTTP/1.1" 200 1089 0.019419 10.0.0.41 - - [2025-10-23 03:59:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007659 10.0.0.41 - - [2025-10-23 03:59:52] "GET /virtual-machine/e63235bb-5a0d-4f1d-8905-241ae7ac36b3 HTTP/1.1" 200 1295 0.005933 10.0.0.41 - - [2025-10-23 03:59:52] "GET /virtual-machine-interface/34e9b033-f87c-428f-ad44-ccbae1adb5a9 HTTP/1.1" 200 2965 0.005656 10.0.0.41 - - [2025-10-23 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.41 - - [2025-10-23 03:59:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003764 10.0.0.41 - - [2025-10-23 03:59:53] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003398 10.0.0.41 - - [2025-10-23 03:59:53] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007473 10.0.0.41 - - [2025-10-23 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-10-23 03:59:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002893 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005258 10.0.0.41 - - [2025-10-23 03:59:54] "POST /neutron/port HTTP/1.1" 200 1089 0.016579 10.0.0.41 - - [2025-10-23 03:59:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008691 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-machine/3e6d4011-6f0b-47c4-8b9b-e31701b486d0 HTTP/1.1" 200 1295 0.006766 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-machine-interface/416f491d-e242-4741-99e0-0a469e7b91d3 HTTP/1.1" 200 2965 0.006214 10.0.0.41 - - [2025-10-23 03:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-10-23 03:59:54] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004084 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002876 10.0.0.41 - - [2025-10-23 03:59:54] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005628 10.0.0.41 - - [2025-10-23 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2025-10-23 03:59:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003340 10.0.0.41 - - [2025-10-23 03:59:55] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002785 10.0.0.41 - - [2025-10-23 03:59:55] "GET /virtual-network/72002cf2-b6cd-4690-9e45-98078da3cd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005589 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003023 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2025-10-23 03:59:56] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007027 10.0.0.41 - - [2025-10-23 03:59:56] "POST /control-node-zones HTTP/1.1" 200 571 0.024469 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.41 - - [2025-10-23 03:59:56] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005014 10.0.0.41 - - [2025-10-23 03:59:56] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004887 10.0.0.41 - - [2025-10-23 03:59:56] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.018941 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003121 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.41 - - [2025-10-23 03:59:56] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006147 10.0.0.41 - - [2025-10-23 03:59:56] "POST /control-node-zones HTTP/1.1" 200 571 0.023195 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.41 - - [2025-10-23 03:59:56] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004555 10.0.0.41 - - [2025-10-23 03:59:56] "GET /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005281 10.0.0.41 - - [2025-10-23 03:59:56] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.028033 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.002955 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.41 - - [2025-10-23 03:59:56] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006332 10.0.0.41 - - [2025-10-23 03:59:56] "POST /control-node-zones HTTP/1.1" 200 571 0.024724 10.0.0.41 - - [2025-10-23 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.41 - - [2025-10-23 03:59:56] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005740 10.0.0.41 - - [2025-10-23 03:59:56] "GET /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005015 10.0.0.41 - - [2025-10-23 03:59:57] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.017066 10.0.0.41 - - [2025-10-23 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.41 - - [2025-10-23 03:59:57] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.005811 10.0.0.41 - - [2025-10-23 03:59:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.002818 10.0.0.41 - - [2025-10-23 03:59:57] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.030854 10.0.0.41 - - [2025-10-23 03:59:57] "POST /neutron/network HTTP/1.1" 200 833 0.006305 10.0.0.41 - - [2025-10-23 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2025-10-23 03:59:57] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.005194 10.0.0.41 - - [2025-10-23 03:59:57] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004050 10.0.0.41 - - [2025-10-23 03:59:57] "POST /ref-update HTTP/1.1" 200 156 0.014225 10.0.0.41 - - [2025-10-23 03:59:58] "POST /neutron/port HTTP/1.1" 200 1089 0.014430 10.0.0.41 - - [2025-10-23 03:59:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008228 10.0.0.41 - - [2025-10-23 04:00:19] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007555 10.0.0.41 - - [2025-10-23 04:00:19] "GET /virtual-machine-interface/7565be8d-b89c-4a99-9a9d-f67fcd9014e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006316 10.0.0.41 - - [2025-10-23 04:00:19] "POST /ref-update HTTP/1.1" 200 156 0.014492 10.0.0.73 - - [2025-10-23 04:00:19] "POST /bgp-routers HTTP/1.1" 200 596 0.053825 10.0.0.73 - - [2025-10-23 04:00:19] "POST /ref-update HTTP/1.1" 200 156 0.016308 10.0.0.41 - - [2025-10-23 04:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.41 - - [2025-10-23 04:00:21] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006072 10.0.0.41 - - [2025-10-23 04:00:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003545 10.0.0.41 - - [2025-10-23 04:00:21] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.039689 10.0.0.41 - - [2025-10-23 04:00:21] "POST /neutron/network HTTP/1.1" 200 833 0.008570 10.0.0.41 - - [2025-10-23 04:00:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.008152 10.0.0.41 - - [2025-10-23 04:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.41 - - [2025-10-23 04:00:21] "GET /bgp-as-a-service/c1e40f10-4f3e-4deb-889f-a8ce1eda82d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.005176 10.0.0.41 - - [2025-10-23 04:00:21] "GET /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003868 10.0.0.41 - - [2025-10-23 04:00:21] "POST /ref-update HTTP/1.1" 200 156 0.015629 10.0.0.133 - - [2025-10-23 04:00:29] "GET /obj-perms HTTP/1.1" 200 5056 0.054669 10.0.0.41 - - [2025-10-23 04:00:30] "GET /bgp-as-a-service/c1e40f10-4f3e-4deb-889f-a8ce1eda82d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1840 0.006586 10.0.0.41 - - [2025-10-23 04:00:30] "GET /virtual-machine-interface/34e9b033-f87c-428f-ad44-ccbae1adb5a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004961 10.0.0.41 - - [2025-10-23 04:00:30] "POST /ref-update HTTP/1.1" 200 156 0.011463 10.0.0.73 - - [2025-10-23 04:00:31] "POST /ref-update HTTP/1.1" 200 156 0.023780 10.0.0.41 - - [2025-10-23 04:00:31] "POST /neutron/network HTTP/1.1" 200 843 0.006827 10.0.0.41 - - [2025-10-23 04:00:31] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.41 - - [2025-10-23 04:00:50] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003945 10.0.0.41 - - [2025-10-23 04:00:50] "POST /ref-update HTTP/1.1" 200 156 0.015892 10.0.0.41 - - [2025-10-23 04:00:50] "GET /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003868 10.0.0.41 - - [2025-10-23 04:00:50] "POST /ref-update HTTP/1.1" 200 156 0.018933 10.0.0.41 - - [2025-10-23 04:00:50] "GET /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004287 10.0.0.41 - - [2025-10-23 04:00:51] "POST /ref-update HTTP/1.1" 200 156 0.032562 10.0.0.41 - - [2025-10-23 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.41 - - [2025-10-23 04:00:51] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005880 10.0.0.41 - - [2025-10-23 04:00:51] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003821 10.0.0.41 - - [2025-10-23 04:00:51] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.021315 10.0.0.41 - - [2025-10-23 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.41 - - [2025-10-23 04:00:51] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005300 10.0.0.41 - - [2025-10-23 04:00:51] "GET /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004199 10.0.0.41 - - [2025-10-23 04:00:51] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.020962 10.0.0.41 - - [2025-10-23 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-10-23 04:00:51] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004420 10.0.0.41 - - [2025-10-23 04:00:51] "GET /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003355 10.0.0.41 - - [2025-10-23 04:00:51] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.019323 10.0.0.41 - - [2025-10-23 04:00:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016501 10.0.0.41 - - [2025-10-23 04:00:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008580 10.0.0.41 - - [2025-10-23 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.41 - - [2025-10-23 04:01:04] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005531 10.0.0.41 - - [2025-10-23 04:01:04] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003246 10.0.0.41 - - [2025-10-23 04:01:04] "POST /ref-update HTTP/1.1" 200 156 0.015514 10.0.0.41 - - [2025-10-23 04:01:04] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003767 10.0.0.41 - - [2025-10-23 04:01:04] "POST /ref-update HTTP/1.1" 200 156 0.018073 10.0.0.41 - - [2025-10-23 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-10-23 04:01:04] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006412 10.0.0.41 - - [2025-10-23 04:01:04] "POST /neutron/network HTTP/1.1" 200 833 0.006770 10.0.0.41 - - [2025-10-23 04:01:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.008265 10.0.0.41 - - [2025-10-23 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.41 - - [2025-10-23 04:01:04] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004967 10.0.0.41 - - [2025-10-23 04:01:04] "GET /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.002908 10.0.0.41 - - [2025-10-23 04:01:04] "POST /ref-update HTTP/1.1" 200 156 0.013820 10.0.0.41 - - [2025-10-23 04:01:07] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005855 10.0.0.41 - - [2025-10-23 04:01:07] "GET /virtual-machine-interface/7565be8d-b89c-4a99-9a9d-f67fcd9014e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.007329 10.0.0.41 - - [2025-10-23 04:01:21] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.003827 10.0.0.41 - - [2025-10-23 04:01:21] "GET /virtual-machine-interface/7565be8d-b89c-4a99-9a9d-f67fcd9014e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.005370 10.0.0.41 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.020462 10.0.0.73 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.012907 10.0.0.41 - - [2025-10-23 04:01:21] "GET /bgp-as-a-service/c1e40f10-4f3e-4deb-889f-a8ce1eda82d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2452 0.013159 10.0.0.41 - - [2025-10-23 04:01:21] "GET /virtual-machine-interface/34e9b033-f87c-428f-ad44-ccbae1adb5a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.006108 10.0.0.41 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.034838 10.0.0.73 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 500 213 0.028589 10.0.0.41 - - [2025-10-23 04:01:21] "DELETE /bgp-as-a-service/c1e40f10-4f3e-4deb-889f-a8ce1eda82d1 HTTP/1.1" 200 115 0.088378 10.0.0.41 - - [2025-10-23 04:01:21] "GET /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.009810 10.0.0.41 - - [2025-10-23 04:01:21] "GET /virtual-machine-interface/7565be8d-b89c-4a99-9a9d-f67fcd9014e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.010508 10.0.0.41 - - [2025-10-23 04:01:21] "DELETE /bgp-as-a-service/6aa92f1a-cec1-42da-bd62-d782a6d70ece HTTP/1.1" 200 115 0.043279 10.0.0.41 - - [2025-10-23 04:01:21] "GET /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003438 10.0.0.41 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.037276 10.0.0.41 - - [2025-10-23 04:01:21] "DELETE /control-node-zone/38fbca2e-d2f8-4613-859b-8851932badf5 HTTP/1.1" 200 115 0.030650 10.0.0.41 - - [2025-10-23 04:01:21] "GET /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004874 10.0.0.41 - - [2025-10-23 04:01:21] "POST /ref-update HTTP/1.1" 200 156 0.018505 10.0.0.41 - - [2025-10-23 04:01:21] "DELETE /control-node-zone/3a09a2b4-faa8-4ec4-bc81-12d625487fa1 HTTP/1.1" 200 115 0.031292 10.0.0.41 - - [2025-10-23 04:01:21] "GET /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003554 10.0.0.41 - - [2025-10-23 04:01:21] "DELETE /control-node-zone/e1138031-1372-48ed-af2a-07a585bfc517 HTTP/1.1" 200 115 0.025036 10.0.0.41 - - [2025-10-23 04:01:22] "POST /neutron/port HTTP/1.1" 200 1089 0.039716 10.0.0.41 - - [2025-10-23 04:01:22] "POST /neutron/port HTTP/1.1" 200 1089 0.020694 10.0.0.41 - - [2025-10-23 04:01:22] "POST /neutron/port HTTP/1.1" 200 1115 0.016053 10.0.0.41 - - [2025-10-23 04:01:24] "POST /neutron/network HTTP/1.1" 200 833 0.006793 10.0.0.73 - - [2025-10-23 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-10-23 04:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.133 - - [2025-10-23 04:01:27] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024987 10.0.0.41 - - [2025-10-23 04:01:27] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069380 10.0.0.133 - - [2025-10-23 04:01:27] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001326 10.0.0.41 - - [2025-10-23 04:01:27] "POST /neutron/network HTTP/1.1" 200 614 0.137093 10.0.0.73 - - [2025-10-23 04:01:27] "POST /ref-update HTTP/1.1" 200 156 0.023056 10.0.0.41 - - [2025-10-23 04:01:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.003420 10.0.0.41 - - [2025-10-23 04:01:27] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005290 10.0.0.41 - - [2025-10-23 04:01:27] "POST /neutron/network HTTP/1.1" 200 833 0.006548 10.0.0.41 - - [2025-10-23 04:01:27] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005202 10.0.0.41 - - [2025-10-23 04:01:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001181 10.0.0.41 - - [2025-10-23 04:01:27] "POST /neutron/network HTTP/1.1" 200 843 0.008923 10.0.0.133 - - [2025-10-23 04:01:28] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.41 - - [2025-10-23 04:01:28] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067484 10.0.0.41 - - [2025-10-23 04:01:28] "POST /neutron/port HTTP/1.1" 200 117 0.005851 10.0.0.41 - - [2025-10-23 04:01:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001106 10.0.0.41 - - [2025-10-23 04:01:29] "POST /neutron/network HTTP/1.1" 200 843 0.006830 10.0.0.41 - - [2025-10-23 04:01:29] "POST /neutron/port HTTP/1.1" 200 1061 0.014179 10.0.0.133 - - [2025-10-23 04:01:29] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.41 - - [2025-10-23 04:01:30] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.131558 10.0.0.41 - - [2025-10-23 04:01:30] "POST /neutron/network HTTP/1.1" 200 833 0.045492 10.0.0.41 - - [2025-10-23 04:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.41 - - [2025-10-23 04:01:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007533 10.0.0.41 - - [2025-10-23 04:01:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001209 10.0.0.41 - - [2025-10-23 04:01:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007142 10.0.0.133 - - [2025-10-23 04:01:31] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.41 - - [2025-10-23 04:01:31] "POST /neutron/port HTTP/1.1" 200 1061 0.322939 10.0.0.41 - - [2025-10-23 04:01:31] "POST /neutron/port HTTP/1.1" 200 1115 0.124763 10.0.0.133 - - [2025-10-23 04:01:31] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.41 - - [2025-10-23 04:01:31] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.099334 10.0.0.41 - - [2025-10-23 04:01:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.41 - - [2025-10-23 04:01:31] "POST /neutron/network HTTP/1.1" 200 833 0.006945 10.0.0.41 - - [2025-10-23 04:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.005638 10.0.0.41 - - [2025-10-23 04:01:32] "POST /neutron/port HTTP/1.1" 200 1089 0.015335 10.0.0.41 - - [2025-10-23 04:01:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007607 10.0.0.41 - - [2025-10-23 04:01:32] "GET /virtual-machine/6146a685-798a-42ca-ba57-cc69c9633741 HTTP/1.1" 200 1295 0.006274 10.0.0.41 - - [2025-10-23 04:01:32] "GET /virtual-machine-interface/c5e2c1ee-5d99-4f4b-bf13-3b0679477c86 HTTP/1.1" 200 2966 0.006288 10.0.0.41 - - [2025-10-23 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.41 - - [2025-10-23 04:01:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004346 10.0.0.41 - - [2025-10-23 04:01:32] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003015 10.0.0.41 - - [2025-10-23 04:01:32] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006966 10.0.0.41 - - [2025-10-23 04:01:32] "POST /neutron/port HTTP/1.1" 200 1061 0.015147 10.0.0.41 - - [2025-10-23 04:01:33] "POST /neutron/port HTTP/1.1" 200 1089 0.016260 10.0.0.41 - - [2025-10-23 04:01:33] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.41 - - [2025-10-23 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.41 - - [2025-10-23 04:01:35] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006843 10.0.0.41 - - [2025-10-23 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 04:01:39] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004761 10.0.0.41 - - [2025-10-23 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2025-10-23 04:01:43] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005425 10.0.0.41 - - [2025-10-23 04:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.41 - - [2025-10-23 04:01:47] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007293 10.0.0.41 - - [2025-10-23 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.030197 10.0.0.41 - - [2025-10-23 04:01:52] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006371 10.0.0.41 - - [2025-10-23 04:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2025-10-23 04:01:56] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005639 10.0.0.41 - - [2025-10-23 04:01:59] "POST /neutron/port HTTP/1.1" 200 1089 0.014815 10.0.0.41 - - [2025-10-23 04:01:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.009100 10.0.0.41 - - [2025-10-23 04:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.41 - - [2025-10-23 04:02:00] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004841 10.0.0.41 - - [2025-10-23 04:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.41 - - [2025-10-23 04:02:04] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005114 10.0.0.41 - - [2025-10-23 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.41 - - [2025-10-23 04:02:08] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005647 10.0.0.41 - - [2025-10-23 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.41 - - [2025-10-23 04:02:12] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005557 10.0.0.41 - - [2025-10-23 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-10-23 04:02:16] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004980 10.0.0.41 - - [2025-10-23 04:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2025-10-23 04:02:20] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005348 10.0.0.41 - - [2025-10-23 04:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.41 - - [2025-10-23 04:02:24] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005327 10.0.0.41 - - [2025-10-23 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.41 - - [2025-10-23 04:02:28] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005321 10.0.0.41 - - [2025-10-23 04:02:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048376 10.0.0.41 - - [2025-10-23 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-23 04:02:32] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004941 10.0.0.41 - - [2025-10-23 04:02:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015231 10.0.0.41 - - [2025-10-23 04:02:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004099 10.0.0.41 - - [2025-10-23 04:02:35] "POST /neutron/network HTTP/1.1" 200 833 0.010833 10.0.0.41 - - [2025-10-23 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.41 - - [2025-10-23 04:02:37] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005681 10.0.0.41 - - [2025-10-23 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.41 - - [2025-10-23 04:02:41] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005669 10.0.0.41 - - [2025-10-23 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.41 - - [2025-10-23 04:02:45] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004983 10.0.0.41 - - [2025-10-23 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2025-10-23 04:02:49] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004757 10.0.0.41 - - [2025-10-23 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.41 - - [2025-10-23 04:02:53] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006253 10.0.0.41 - - [2025-10-23 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.41 - - [2025-10-23 04:02:57] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004750 10.0.0.133 - - [2025-10-23 04:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.133 - - [2025-10-23 04:02:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.133 - - [2025-10-23 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.133 - - [2025-10-23 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.73 - - [2025-10-23 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2025-10-23 04:03:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2025-10-23 04:03:01] "POST /neutron/port HTTP/1.1" 200 1089 0.015429 10.0.0.73 - - [2025-10-23 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.73 - - [2025-10-23 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-23 04:03:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.41 - - [2025-10-23 04:03:01] "POST /neutron/network HTTP/1.1" 200 833 0.007047 10.0.0.41 - - [2025-10-23 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.41 - - [2025-10-23 04:03:01] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005147 10.0.0.41 - - [2025-10-23 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.41 - - [2025-10-23 04:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2025-10-23 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.41 - - [2025-10-23 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.41 - - [2025-10-23 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.41 - - [2025-10-23 04:03:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004185 10.0.0.41 - - [2025-10-23 04:03:03] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002892 10.0.0.41 - - [2025-10-23 04:03:03] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005680 10.0.0.41 - - [2025-10-23 04:03:03] "POST /neutron/port HTTP/1.1" 200 1089 0.037500 10.0.0.41 - - [2025-10-23 04:03:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006356 10.0.0.41 - - [2025-10-23 04:03:14] "POST /neutron/port HTTP/1.1" 200 1089 0.014405 10.0.0.41 - - [2025-10-23 04:03:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007075 10.0.0.41 - - [2025-10-23 04:03:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014181 10.0.0.41 - - [2025-10-23 04:03:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007018 10.0.0.41 - - [2025-10-23 04:03:37] "POST /neutron/network HTTP/1.1" 200 843 0.007036 10.0.0.41 - - [2025-10-23 04:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.41 - - [2025-10-23 04:03:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007474 10.0.0.41 - - [2025-10-23 04:03:50] "POST /neutron/port HTTP/1.1" 200 1089 0.014260 10.0.0.41 - - [2025-10-23 04:03:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007388 10.0.0.41 - - [2025-10-23 04:04:03] "POST /neutron/port HTTP/1.1" 200 1089 0.037328 10.0.0.41 - - [2025-10-23 04:04:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004323 10.0.0.41 - - [2025-10-23 04:04:03] "POST /neutron/network HTTP/1.1" 200 833 0.006306 10.0.0.41 - - [2025-10-23 04:04:06] "POST /neutron/port HTTP/1.1" 200 1089 0.014949 10.0.0.41 - - [2025-10-23 04:04:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007065 10.0.0.41 - - [2025-10-23 04:04:06] "GET /virtual-machine/8d07c83b-94fd-4036-99b0-bef27e8ce77a HTTP/1.1" 200 1296 0.030047 10.0.0.41 - - [2025-10-23 04:04:06] "GET /virtual-machine-interface/6aa2b031-d095-49d7-ba20-0cf3a948b3a9 HTTP/1.1" 200 2965 0.005238 10.0.0.41 - - [2025-10-23 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.41 - - [2025-10-23 04:04:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003581 10.0.0.41 - - [2025-10-23 04:04:06] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003274 10.0.0.41 - - [2025-10-23 04:04:06] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005784 10.0.0.41 - - [2025-10-23 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.41 - - [2025-10-23 04:04:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003638 10.0.0.41 - - [2025-10-23 04:04:07] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002686 10.0.0.41 - - [2025-10-23 04:04:07] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006071 10.0.0.41 - - [2025-10-23 04:04:07] "POST /neutron/port HTTP/1.1" 200 1089 0.015117 10.0.0.41 - - [2025-10-23 04:04:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007037 10.0.0.41 - - [2025-10-23 04:04:07] "GET /virtual-machine/210e43eb-70f4-497a-b0fd-4b0542f89413 HTTP/1.1" 200 1295 0.005920 10.0.0.41 - - [2025-10-23 04:04:07] "GET /virtual-machine-interface/e762c053-b3fd-462a-8027-286e2414c1fc HTTP/1.1" 200 2965 0.005002 10.0.0.41 - - [2025-10-23 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.41 - - [2025-10-23 04:04:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003549 10.0.0.41 - - [2025-10-23 04:04:08] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002493 10.0.0.41 - - [2025-10-23 04:04:08] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005598 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.41 - - [2025-10-23 04:04:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004136 10.0.0.41 - - [2025-10-23 04:04:09] "GET /virtual-networks?parent_id=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002702 10.0.0.41 - - [2025-10-23 04:04:09] "GET /virtual-network/5f3db125-2c5d-4503-bfc6-c5d6da279db9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005336 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003076 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2025-10-23 04:04:09] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.005706 10.0.0.41 - - [2025-10-23 04:04:09] "POST /control-node-zones HTTP/1.1" 200 571 0.022843 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.41 - - [2025-10-23 04:04:09] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004672 10.0.0.41 - - [2025-10-23 04:04:09] "GET /control-node-zone/6d9ea58c-a388-4b57-9117-a35d6c47e2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005938 10.0.0.41 - - [2025-10-23 04:04:09] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.017705 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003273 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-10-23 04:04:09] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006004 10.0.0.41 - - [2025-10-23 04:04:09] "POST /control-node-zones HTTP/1.1" 200 571 0.025184 10.0.0.41 - - [2025-10-23 04:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2025-10-23 04:04:10] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005130 10.0.0.41 - - [2025-10-23 04:04:10] "GET /control-node-zone/362d23cc-c334-4fa1-9296-3d7441ca5188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005075 10.0.0.41 - - [2025-10-23 04:04:10] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.018065 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.002963 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.41 - - [2025-10-23 04:04:10] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007248 10.0.0.41 - - [2025-10-23 04:04:10] "POST /control-node-zones HTTP/1.1" 200 571 0.024438 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.41 - - [2025-10-23 04:04:10] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004575 10.0.0.41 - - [2025-10-23 04:04:10] "GET /control-node-zone/e01b4cef-b75d-48aa-887c-36b01dcfd402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004969 10.0.0.41 - - [2025-10-23 04:04:10] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.019278 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2025-10-23 04:04:10] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.008803 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.003316 10.0.0.41 - - [2025-10-23 04:04:10] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.026885 10.0.0.41 - - [2025-10-23 04:04:10] "POST /neutron/network HTTP/1.1" 200 833 0.006434 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-10-23 04:04:10] "GET /bgp-as-a-service/4a0e30f7-6dbc-4761-a674-b9b7e137da40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.004820 10.0.0.41 - - [2025-10-23 04:04:10] "GET /control-node-zone/6d9ea58c-a388-4b57-9117-a35d6c47e2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005342 10.0.0.41 - - [2025-10-23 04:04:10] "POST /ref-update HTTP/1.1" 200 156 0.012614 10.0.0.41 - - [2025-10-23 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-10-23 04:04:11] "GET /bgp-as-a-service/4a0e30f7-6dbc-4761-a674-b9b7e137da40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006037 10.0.0.41 - - [2025-10-23 04:04:11] "GET /control-node-zone/362d23cc-c334-4fa1-9296-3d7441ca5188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003348 10.0.0.41 - - [2025-10-23 04:04:11] "POST /ref-update HTTP/1.1" 200 156 0.013614 10.0.0.41 - - [2025-10-23 04:04:31] "GET /bgp-as-a-service/4a0e30f7-6dbc-4761-a674-b9b7e137da40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005903 10.0.0.41 - - [2025-10-23 04:04:31] "GET /virtual-machine-interface/c5e2c1ee-5d99-4f4b-bf13-3b0679477c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005085 10.0.0.41 - - [2025-10-23 04:04:31] "POST /ref-update HTTP/1.1" 200 156 0.011271 10.0.0.73 - - [2025-10-23 04:04:32] "POST /ref-update HTTP/1.1" 200 156 0.020952 10.0.0.73 - - [2025-10-23 04:04:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052217 10.0.0.133 - - [2025-10-23 04:04:33] "GET /obj-perms HTTP/1.1" 200 5056 0.047075 10.0.0.41 - - [2025-10-23 04:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.41 - - [2025-10-23 04:04:33] "GET /global-system-config/d44305fd-1f8a-4e79-a31e-c8a7d1b72808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.005378 10.0.0.41 - - [2025-10-23 04:04:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002802 10.0.0.41 - - [2025-10-23 04:04:33] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.027029 10.0.0.41 - - [2025-10-23 04:04:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.008195 10.0.0.41 - - [2025-10-23 04:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2025-10-23 04:04:34] "GET /bgp-as-a-service/c193d3e1-c014-4ba1-b32d-9d783345fc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005730 10.0.0.41 - - [2025-10-23 04:04:34] "GET /control-node-zone/6d9ea58c-a388-4b57-9117-a35d6c47e2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003986 10.0.0.41 - - [2025-10-23 04:04:34] "POST /ref-update HTTP/1.1" 200 156 0.012552 10.0.0.41 - - [2025-10-23 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2025-10-23 04:04:34] "GET /bgp-as-a-service/c193d3e1-c014-4ba1-b32d-9d783345fc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.006253 10.0.0.41 - - [2025-10-23 04:04:34] "GET /control-node-zone/362d23cc-c334-4fa1-9296-3d7441ca5188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003639 10.0.0.41 - - [2025-10-23 04:04:34] "POST /ref-update HTTP/1.1" 200 156 0.012963 10.0.0.41 - - [2025-10-23 04:04:37] "POST /neutron/port HTTP/1.1" 200 1089 0.015218 10.0.0.41 - - [2025-10-23 04:04:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003586 10.0.0.41 - - [2025-10-23 04:04:37] "POST /neutron/network HTTP/1.1" 200 833 0.006582 10.0.0.41 - - [2025-10-23 04:04:43] "GET /bgp-as-a-service/c193d3e1-c014-4ba1-b32d-9d783345fc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.007251 10.0.0.41 - - [2025-10-23 04:04:43] "GET /virtual-machine-interface/6aa2b031-d095-49d7-ba20-0cf3a948b3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006209 10.0.0.41 - - [2025-10-23 04:04:43] "POST /ref-update HTTP/1.1" 200 156 0.012197 10.0.0.73 - - [2025-10-23 04:04:43] "POST /bgp-routers HTTP/1.1" 200 642 0.034135 10.0.0.73 - - [2025-10-23 04:04:43] "PUT /bgp-router/5af00244-38f0-4e60-8884-96093a47a41e HTTP/1.1" 200 255 0.026861 10.0.0.41 - - [2025-10-23 04:05:05] "POST /neutron/network HTTP/1.1" 200 843 0.006166 10.0.0.41 - - [2025-10-23 04:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.41 - - [2025-10-23 04:05:06] "GET /bgp-as-a-service/c193d3e1-c014-4ba1-b32d-9d783345fc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.007052 10.0.0.41 - - [2025-10-23 04:05:06] "GET /virtual-machine-interface/6aa2b031-d095-49d7-ba20-0cf3a948b3a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008798 10.0.0.41 - - [2025-10-23 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.014476 10.0.0.41 - - [2025-10-23 04:05:06] "DELETE /bgp-as-a-service/c193d3e1-c014-4ba1-b32d-9d783345fc21 HTTP/1.1" 200 115 0.074872 10.0.0.73 - - [2025-10-23 04:05:06] "DELETE /bgp-router/5af00244-38f0-4e60-8884-96093a47a41e HTTP/1.1" 200 115 0.061647 10.0.0.41 - - [2025-10-23 04:05:06] "GET /bgp-as-a-service/4a0e30f7-6dbc-4761-a674-b9b7e137da40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.006629 10.0.0.41 - - [2025-10-23 04:05:06] "GET /virtual-machine-interface/c5e2c1ee-5d99-4f4b-bf13-3b0679477c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.007680 10.0.0.41 - - [2025-10-23 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.015041 10.0.0.41 - - [2025-10-23 04:05:06] "DELETE /bgp-as-a-service/4a0e30f7-6dbc-4761-a674-b9b7e137da40 HTTP/1.1" 200 115 0.073144 10.0.0.73 - - [2025-10-23 04:05:06] "DELETE /bgp-router/0e2726cb-a830-42b1-8e3d-0583b395281f HTTP/1.1" 200 115 0.071032 10.0.0.41 - - [2025-10-23 04:05:06] "GET /control-node-zone/e01b4cef-b75d-48aa-887c-36b01dcfd402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.013056 10.0.0.41 - - [2025-10-23 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.023490 10.0.0.41 - - [2025-10-23 04:05:06] "DELETE /control-node-zone/e01b4cef-b75d-48aa-887c-36b01dcfd402 HTTP/1.1" 200 115 0.032499 10.0.0.41 - - [2025-10-23 04:05:06] "GET /control-node-zone/362d23cc-c334-4fa1-9296-3d7441ca5188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004076 10.0.0.41 - - [2025-10-23 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.027661 10.0.0.41 - - [2025-10-23 04:05:06] "DELETE /control-node-zone/362d23cc-c334-4fa1-9296-3d7441ca5188 HTTP/1.1" 200 115 0.031162 10.0.0.41 - - [2025-10-23 04:05:06] "GET /control-node-zone/6d9ea58c-a388-4b57-9117-a35d6c47e2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004288 10.0.0.41 - - [2025-10-23 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.017306 10.0.0.41 - - [2025-10-23 04:05:06] "DELETE /control-node-zone/6d9ea58c-a388-4b57-9117-a35d6c47e2f5 HTTP/1.1" 200 115 0.027688 10.0.0.41 - - [2025-10-23 04:05:07] "POST /neutron/network HTTP/1.1" 400 204 0.015140 10.0.0.41 - - [2025-10-23 04:05:07] "POST /neutron/port HTTP/1.1" 200 1115 0.009997 10.0.0.41 - - [2025-10-23 04:05:07] "POST /neutron/port HTTP/1.1" 200 151 0.224886 10.0.0.41 - - [2025-10-23 04:05:08] "POST /neutron/port HTTP/1.1" 200 151 0.217303 10.0.0.133 - - [2025-10-23 04:05:10] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.41 - - [2025-10-23 04:05:10] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069843 10.0.0.133 - - [2025-10-23 04:05:10] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.41 - - [2025-10-23 04:05:10] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?fields=virtual_networks HTTP/1.1" 200 1037 0.049646 10.0.0.133 - - [2025-10-23 04:05:10] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001242 10.0.0.41 - - [2025-10-23 04:05:11] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.056756 10.0.0.133 - - [2025-10-23 04:05:11] "GET /projects?obj_uuids=8ce3fc94-9659-4ac0-b72e-01862be9f0e1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.41 - - [2025-10-23 04:05:11] "GET /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1?fields=security_groups HTTP/1.1" 200 1265 0.061835 10.0.0.41 - - [2025-10-23 04:05:12] "POST /fqname-to-id HTTP/1.1" 404 181 0.028579 10.0.0.133 - - [2025-10-23 04:05:12] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004039 10.0.0.133 - - [2025-10-23 04:05:12] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.133 - - [2025-10-23 04:05:12] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035475 10.0.0.133 - - [2025-10-23 04:05:12] "POST /id-to-fqname HTTP/1.1" 200 183 0.004301 10.0.0.133 - - [2025-10-23 04:05:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.005698 10.0.0.133 - - [2025-10-23 04:05:12] "POST /security-groups HTTP/1.1" 200 584 0.026555 10.0.0.73 - - [2025-10-23 04:05:12] "POST /fqname-to-id HTTP/1.1" 404 227 0.002467 10.0.0.133 - - [2025-10-23 04:05:12] "POST /projects HTTP/1.1" 200 571 0.234571 10.0.0.133 - - [2025-10-23 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.305725 10.0.0.73 - - [2025-10-23 04:05:12] "POST /access-control-lists HTTP/1.1" 200 589 0.029244 10.0.0.41 - - [2025-10-23 04:05:12] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.474215 10.0.0.41 - - [2025-10-23 04:05:13] "GET / HTTP/1.1" 200 36215 0.003363 10.0.0.133 - - [2025-10-23 04:05:16] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001149 10.0.0.41 - - [2025-10-23 04:05:16] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.057557 10.0.0.133 - - [2025-10-23 04:05:16] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000972 10.0.0.41 - - [2025-10-23 04:05:16] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?fields=virtual_networks HTTP/1.1" 200 1020 0.057000 10.0.0.133 - - [2025-10-23 04:05:16] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001286 10.0.0.41 - - [2025-10-23 04:05:16] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.046982 10.0.0.133 - - [2025-10-23 04:05:17] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000939 10.0.0.41 - - [2025-10-23 04:05:17] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?fields=security_groups HTTP/1.1" 200 1240 0.039044 10.0.0.41 - - [2025-10-23 04:05:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.028162 10.0.0.133 - - [2025-10-23 04:05:18] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003403 10.0.0.133 - - [2025-10-23 04:05:18] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.133 - - [2025-10-23 04:05:18] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008076 10.0.0.133 - - [2025-10-23 04:05:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001604 10.0.0.133 - - [2025-10-23 04:05:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.003865 10.0.0.133 - - [2025-10-23 04:05:18] "POST /security-groups HTTP/1.1" 200 592 0.073050 10.0.0.133 - - [2025-10-23 04:05:18] "POST /projects HTTP/1.1" 200 587 0.294257 10.0.0.73 - - [2025-10-23 04:05:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.010301 10.0.0.133 - - [2025-10-23 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.368341 10.0.0.41 - - [2025-10-23 04:05:18] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.530500 10.0.0.41 - - [2025-10-23 04:05:20] "GET / HTTP/1.1" 200 36215 0.001455 10.0.0.133 - - [2025-10-23 04:05:23] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000939 10.0.0.41 - - [2025-10-23 04:05:23] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049342 10.0.0.133 - - [2025-10-23 04:05:23] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.41 - - [2025-10-23 04:05:23] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?fields=virtual_networks HTTP/1.1" 200 1036 0.059397 10.0.0.133 - - [2025-10-23 04:05:23] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.41 - - [2025-10-23 04:05:23] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.055299 10.0.0.133 - - [2025-10-23 04:05:23] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000904 10.0.0.41 - - [2025-10-23 04:05:23] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?fields=security_groups HTTP/1.1" 200 1264 0.057386 10.0.0.41 - - [2025-10-23 04:05:24] "POST /fqname-to-id HTTP/1.1" 404 195 0.031493 10.0.0.133 - - [2025-10-23 04:05:24] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.133 - - [2025-10-23 04:05:24] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.133 - - [2025-10-23 04:05:24] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007157 10.0.0.133 - - [2025-10-23 04:05:24] "POST /id-to-fqname HTTP/1.1" 200 197 0.002083 10.0.0.133 - - [2025-10-23 04:05:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.004395 10.0.0.133 - - [2025-10-23 04:05:24] "POST /security-groups HTTP/1.1" 200 598 0.031051 10.0.0.133 - - [2025-10-23 04:05:24] "POST /projects HTTP/1.1" 200 599 0.271404 10.0.0.133 - - [2025-10-23 04:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.341609 10.0.0.73 - - [2025-10-23 04:05:24] "POST /access-control-lists HTTP/1.1" 200 605 0.063432 10.0.0.41 - - [2025-10-23 04:05:24] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.498477 10.0.0.41 - - [2025-10-23 04:05:25] "GET / HTTP/1.1" 200 36215 0.001982 10.0.0.41 - - [2025-10-23 04:05:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.41 - - [2025-10-23 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.050766 10.0.0.41 - - [2025-10-23 04:05:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003478 10.0.0.41 - - [2025-10-23 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-10-23 04:05:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003778 10.0.0.41 - - [2025-10-23 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.41 - - [2025-10-23 04:05:28] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.011575 10.0.0.41 - - [2025-10-23 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.133 - - [2025-10-23 04:05:28] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000977 10.0.0.41 - - [2025-10-23 04:05:28] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037672 10.0.0.41 - - [2025-10-23 04:05:28] "POST /neutron/network HTTP/1.1" 200 117 0.031386 10.0.0.73 - - [2025-10-23 04:05:28] "POST /route-targets HTTP/1.1" 200 328 0.015125 10.0.0.41 - - [2025-10-23 04:05:28] "POST /neutron/network HTTP/1.1" 200 808 0.011693 10.0.0.41 - - [2025-10-23 04:05:28] "POST /id-to-fqname HTTP/1.1" 200 218 0.001068 10.0.0.41 - - [2025-10-23 04:05:28] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005733 10.0.0.41 - - [2025-10-23 04:05:29] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004996 10.0.0.41 - - [2025-10-23 04:05:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.008004 10.0.0.41 - - [2025-10-23 04:05:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.000935 10.0.0.133 - - [2025-10-23 04:05:29] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000924 10.0.0.41 - - [2025-10-23 04:05:29] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064281 10.0.0.41 - - [2025-10-23 04:05:30] "POST /neutron/port HTTP/1.1" 200 117 0.005875 10.0.0.41 - - [2025-10-23 04:05:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001298 10.0.0.41 - - [2025-10-23 04:05:30] "POST /neutron/network HTTP/1.1" 200 818 0.006782 10.0.0.41 - - [2025-10-23 04:05:31] "POST /neutron/port HTTP/1.1" 200 1062 0.015794 10.0.0.41 - - [2025-10-23 04:05:31] "POST /neutron/port HTTP/1.1" 200 1090 0.015532 10.0.0.41 - - [2025-10-23 04:05:31] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.133 - - [2025-10-23 04:05:31] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000902 10.0.0.41 - - [2025-10-23 04:05:31] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074110 10.0.0.41 - - [2025-10-23 04:05:31] "POST /neutron/port HTTP/1.1" 200 1090 0.015586 10.0.0.41 - - [2025-10-23 04:05:31] "POST /neutron/network HTTP/1.1" 200 818 0.006648 10.0.0.41 - - [2025-10-23 04:05:32] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008314 10.0.0.41 - - [2025-10-23 04:05:32] "POST /neutron/port HTTP/1.1" 200 1062 0.017832 10.0.0.41 - - [2025-10-23 04:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004046 10.0.0.41 - - [2025-10-23 04:05:32] "POST /neutron/network HTTP/1.1" 200 808 0.006206 10.0.0.41 - - [2025-10-23 04:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.082799 10.0.0.41 - - [2025-10-23 04:05:34] "POST /neutron/port HTTP/1.1" 200 1090 0.018117 10.0.0.41 - - [2025-10-23 04:05:34] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009021 10.0.0.41 - - [2025-10-23 04:05:34] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.029919 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.004484 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.007401 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.004784 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.006587 10.0.0.41 - - [2025-10-23 04:05:35] "GET /instance-ip/035aa45b-7c93-406b-8e3f-e66c15c9fde5 HTTP/1.1" 200 1622 0.006591 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.003896 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.005474 10.0.0.41 - - [2025-10-23 04:05:35] "GET /instance-ip/035aa45b-7c93-406b-8e3f-e66c15c9fde5 HTTP/1.1" 200 1622 0.004423 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003857 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.085606 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006343 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004887 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005721 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006363 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004400 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003226 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005466 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004355 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002937 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005670 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003836 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003484 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006253 10.0.0.41 - - [2025-10-23 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2025-10-23 04:05:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003955 10.0.0.41 - - [2025-10-23 04:05:35] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002961 10.0.0.41 - - [2025-10-23 04:05:36] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005305 10.0.0.41 - - [2025-10-23 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2025-10-23 04:05:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004183 10.0.0.41 - - [2025-10-23 04:05:36] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002675 10.0.0.41 - - [2025-10-23 04:05:36] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006104 10.0.0.41 - - [2025-10-23 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2025-10-23 04:05:39] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004753 10.0.0.41 - - [2025-10-23 04:05:39] "POST /neutron/port HTTP/1.1" 200 1090 0.014692 10.0.0.41 - - [2025-10-23 04:05:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004419 10.0.0.41 - - [2025-10-23 04:05:39] "POST /neutron/network HTTP/1.1" 200 808 0.006162 10.0.0.41 - - [2025-10-23 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.41 - - [2025-10-23 04:05:43] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005347 10.0.0.41 - - [2025-10-23 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.41 - - [2025-10-23 04:05:47] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006956 10.0.0.41 - - [2025-10-23 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.41 - - [2025-10-23 04:05:51] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005141 10.0.0.41 - - [2025-10-23 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2025-10-23 04:05:55] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005249 10.0.0.41 - - [2025-10-23 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.41 - - [2025-10-23 04:05:59] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005793 10.0.0.41 - - [2025-10-23 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.41 - - [2025-10-23 04:06:03] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005548 10.0.0.41 - - [2025-10-23 04:06:06] "POST /neutron/network HTTP/1.1" 200 818 0.006376 10.0.0.41 - - [2025-10-23 04:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.73 - - [2025-10-23 04:06:06] "DELETE /access-control-list/8dbfe36f-133e-4cfe-9cc5-89380b09d176 HTTP/1.1" 200 115 0.056255 10.0.0.41 - - [2025-10-23 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.41 - - [2025-10-23 04:06:07] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005054 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /project/35ba055bbad44980a1ad2c9d5b0261db HTTP/1.1" 404 173 0.008224 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /project/8ce3fc94-9659-4ac0-b72e-01862be9f0e1 HTTP/1.1" 404 177 0.009851 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /project/4fa1b37f1c11494295c9330b387a7d8a HTTP/1.1" 404 173 0.007949 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /project/ce2b64b2c34e434c82a6d098f2b08142 HTTP/1.1" 404 173 0.007049 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000837 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000777 10.0.0.133 - - [2025-10-23 04:06:11] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047250 10.0.0.133 - - [2025-10-23 04:06:11] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.054422 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001607 10.0.0.133 - - [2025-10-23 04:06:11] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?fields=security_groups HTTP/1.1" 200 1366 0.056061 10.0.0.133 - - [2025-10-23 04:06:11] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?fields=security_groups HTTP/1.1" 200 1342 0.077852 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /security-group/e3542ff9-847e-46fa-8186-df484b5d13df HTTP/1.1" 200 115 0.079964 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=35ba055b-bad4-4980-a1ad-2c9d5b0261db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.133 - - [2025-10-23 04:06:11] "DELETE /security-group/984049a2-389b-4d47-b486-c0c14f8518d2 HTTP/1.1" 200 115 0.087933 10.0.0.133 - - [2025-10-23 04:06:11] "GET /projects?obj_uuids=ce2b64b2-c34e-434c-82a6-d098f2b08142&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001244 10.0.0.133 - - [2025-10-23 04:06:11] "GET /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db?fields=application_policy_sets HTTP/1.1" 200 1405 0.078759 10.0.0.133 - - [2025-10-23 04:06:12] "GET /project/ce2b64b2-c34e-434c-82a6-d098f2b08142?fields=application_policy_sets HTTP/1.1" 200 1381 0.139544 10.0.0.41 - - [2025-10-23 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.014793 10.0.0.41 - - [2025-10-23 04:06:12] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008967 10.0.0.73 - - [2025-10-23 04:06:12] "DELETE /access-control-list/feb03e37-ba2b-4975-8559-bd25c4df18aa HTTP/1.1" 200 115 0.067295 10.0.0.133 - - [2025-10-23 04:06:12] "DELETE /project/35ba055b-bad4-4980-a1ad-2c9d5b0261db HTTP/1.1" 200 115 0.587245 10.0.0.133 - - [2025-10-23 04:06:12] "DELETE /project/ce2b64b2-c34e-434c-82a6-d098f2b08142 HTTP/1.1" 200 115 0.650573 10.0.0.41 - - [2025-10-23 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-10-23 04:06:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003514 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003291 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006448 10.0.0.41 - - [2025-10-23 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-10-23 04:06:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003496 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003268 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005340 10.0.0.41 - - [2025-10-23 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.41 - - [2025-10-23 04:06:16] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005729 10.0.0.41 - - [2025-10-23 04:06:16] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003891 10.0.0.41 - - [2025-10-23 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2025-10-23 04:06:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003877 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003364 10.0.0.41 - - [2025-10-23 04:06:16] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005657 10.0.0.41 - - [2025-10-23 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-10-23 04:06:16] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004090 10.0.0.41 - - [2025-10-23 04:06:16] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003881 10.0.0.41 - - [2025-10-23 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.41 - - [2025-10-23 04:06:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014459 10.0.0.41 - - [2025-10-23 04:06:17] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003682 10.0.0.41 - - [2025-10-23 04:06:17] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005592 10.0.0.41 - - [2025-10-23 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.41 - - [2025-10-23 04:06:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003870 10.0.0.41 - - [2025-10-23 04:06:17] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002944 10.0.0.41 - - [2025-10-23 04:06:17] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007877 10.0.0.133 - - [2025-10-23 04:06:17] "GET /obj-perms HTTP/1.1" 200 5044 0.060802 10.0.0.41 - - [2025-10-23 04:06:17] "GET /obj-perms HTTP/1.1" 200 5044 0.056215 10.0.0.41 - - [2025-10-23 04:06:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003943 10.0.0.133 - - [2025-10-23 04:06:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003576 10.0.0.73 - - [2025-10-23 04:06:17] "GET /obj-perms HTTP/1.1" 200 5044 0.078331 10.0.0.41 - - [2025-10-23 04:06:18] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007124 10.0.0.41 - - [2025-10-23 04:06:18] "POST /neutron/port HTTP/1.1" 200 1090 0.015348 10.0.0.41 - - [2025-10-23 04:06:18] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007054 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.005696 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.003350 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.004915 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.003805 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.005523 10.0.0.41 - - [2025-10-23 04:06:18] "GET /instance-ip/70131577-beea-494b-a107-224bc390fbcb HTTP/1.1" 200 1623 0.006201 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.003560 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.004716 10.0.0.41 - - [2025-10-23 04:06:18] "GET /instance-ip/70131577-beea-494b-a107-224bc390fbcb HTTP/1.1" 200 1623 0.004330 10.0.0.41 - - [2025-10-23 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.41 - - [2025-10-23 04:06:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005960 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008110 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006621 10.0.0.41 - - [2025-10-23 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.41 - - [2025-10-23 04:06:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005112 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003874 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007616 10.0.0.41 - - [2025-10-23 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008618 10.0.0.41 - - [2025-10-23 04:06:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004138 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003425 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006567 10.0.0.41 - - [2025-10-23 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.41 - - [2025-10-23 04:06:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004296 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003102 10.0.0.41 - - [2025-10-23 04:06:18] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005653 10.0.0.41 - - [2025-10-23 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.41 - - [2025-10-23 04:06:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004210 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003282 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005988 10.0.0.41 - - [2025-10-23 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.41 - - [2025-10-23 04:06:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004175 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003448 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005459 10.0.0.41 - - [2025-10-23 04:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.41 - - [2025-10-23 04:06:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004013 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003046 10.0.0.41 - - [2025-10-23 04:06:19] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007019 10.0.0.41 - - [2025-10-23 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.41 - - [2025-10-23 04:06:22] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005046 10.0.0.41 - - [2025-10-23 04:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.41 - - [2025-10-23 04:06:26] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006207 10.0.0.41 - - [2025-10-23 04:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.41 - - [2025-10-23 04:06:30] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005513 10.0.0.41 - - [2025-10-23 04:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.41 - - [2025-10-23 04:06:34] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005608 10.0.0.41 - - [2025-10-23 04:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.41 - - [2025-10-23 04:06:38] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005200 10.0.0.41 - - [2025-10-23 04:06:39] "POST /neutron/port HTTP/1.1" 200 1090 0.037500 10.0.0.41 - - [2025-10-23 04:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003941 10.0.0.41 - - [2025-10-23 04:06:39] "POST /neutron/network HTTP/1.1" 200 808 0.006802 10.0.0.41 - - [2025-10-23 04:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.41 - - [2025-10-23 04:06:42] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005291 10.0.0.41 - - [2025-10-23 04:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.41 - - [2025-10-23 04:06:47] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005217 10.0.0.41 - - [2025-10-23 04:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.41 - - [2025-10-23 04:06:51] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004860 10.0.0.41 - - [2025-10-23 04:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-10-23 04:06:55] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005889 10.0.0.41 - - [2025-10-23 04:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.41 - - [2025-10-23 04:06:59] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005670 10.0.0.41 - - [2025-10-23 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.41 - - [2025-10-23 04:07:03] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005132 10.0.0.41 - - [2025-10-23 04:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.41 - - [2025-10-23 04:07:07] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005279 10.0.0.41 - - [2025-10-23 04:07:08] "POST /neutron/network HTTP/1.1" 200 818 0.006212 10.0.0.41 - - [2025-10-23 04:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.41 - - [2025-10-23 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.41 - - [2025-10-23 04:07:11] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004878 10.0.0.41 - - [2025-10-23 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-10-23 04:07:15] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005197 10.0.0.41 - - [2025-10-23 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-10-23 04:07:19] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005878 10.0.0.41 - - [2025-10-23 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.41 - - [2025-10-23 04:07:23] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003587 10.0.0.41 - - [2025-10-23 04:07:23] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003088 10.0.0.41 - - [2025-10-23 04:07:23] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005896 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008760 10.0.0.41 - - [2025-10-23 04:07:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003927 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002610 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005780 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.41 - - [2025-10-23 04:07:24] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005419 10.0.0.41 - - [2025-10-23 04:07:24] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003919 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.41 - - [2025-10-23 04:07:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003703 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002923 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005590 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2025-10-23 04:07:24] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.003885 10.0.0.41 - - [2025-10-23 04:07:24] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003888 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2025-10-23 04:07:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003872 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002908 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005583 10.0.0.41 - - [2025-10-23 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-10-23 04:07:24] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004714 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003064 10.0.0.41 - - [2025-10-23 04:07:24] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005396 10.0.0.133 - - [2025-10-23 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003952 10.0.0.41 - - [2025-10-23 04:07:24] "GET /obj-perms HTTP/1.1" 200 5044 0.003761 10.0.0.41 - - [2025-10-23 04:07:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003394 10.0.0.133 - - [2025-10-23 04:07:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004178 10.0.0.41 - - [2025-10-23 04:07:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004345 10.0.0.41 - - [2025-10-23 04:07:25] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.003975 10.0.0.41 - - [2025-10-23 04:07:25] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.004993 10.0.0.41 - - [2025-10-23 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.41 - - [2025-10-23 04:07:25] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003821 10.0.0.41 - - [2025-10-23 04:07:25] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002732 10.0.0.41 - - [2025-10-23 04:07:25] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005688 10.0.0.41 - - [2025-10-23 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.41 - - [2025-10-23 04:07:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004153 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003169 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005210 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.004093 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.006653 10.0.0.41 - - [2025-10-23 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.41 - - [2025-10-23 04:07:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002580 10.0.0.41 - - [2025-10-23 04:07:26] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005628 10.0.0.41 - - [2025-10-23 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2025-10-23 04:07:27] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004972 10.0.0.41 - - [2025-10-23 04:07:27] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002705 10.0.0.41 - - [2025-10-23 04:07:27] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005647 10.0.0.41 - - [2025-10-23 04:07:28] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007360 10.0.0.133 - - [2025-10-23 04:07:36] "GET /obj-perms HTTP/1.1" 200 5056 0.046905 10.0.0.41 - - [2025-10-23 04:07:38] "POST /neutron/port HTTP/1.1" 200 1090 0.014646 10.0.0.41 - - [2025-10-23 04:07:41] "POST /neutron/port HTTP/1.1" 200 1090 0.013551 10.0.0.41 - - [2025-10-23 04:07:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.008513 10.0.0.41 - - [2025-10-23 04:07:43] "POST /neutron/port HTTP/1.1" 200 1090 0.016859 10.0.0.41 - - [2025-10-23 04:07:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007110 10.0.0.41 - - [2025-10-23 04:07:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014212 10.0.0.133 - - [2025-10-23 04:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.133 - - [2025-10-23 04:07:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.133 - - [2025-10-23 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.133 - - [2025-10-23 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.73 - - [2025-10-23 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.73 - - [2025-10-23 04:08:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.73 - - [2025-10-23 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.73 - - [2025-10-23 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000864 10.0.0.41 - - [2025-10-23 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.41 - - [2025-10-23 04:08:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-10-23 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.41 - - [2025-10-23 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2025-10-23 04:08:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006742 10.0.0.41 - - [2025-10-23 04:08:09] "POST /neutron/port HTTP/1.1" 200 1090 0.015039 10.0.0.41 - - [2025-10-23 04:08:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004416 10.0.0.41 - - [2025-10-23 04:08:09] "POST /neutron/network HTTP/1.1" 200 808 0.006957 10.0.0.41 - - [2025-10-23 04:08:19] "POST /neutron/port HTTP/1.1" 200 1090 0.014769 10.0.0.41 - - [2025-10-23 04:08:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.037138 10.0.0.41 - - [2025-10-23 04:08:30] "POST /neutron/port HTTP/1.1" 200 1090 0.014539 10.0.0.41 - - [2025-10-23 04:08:35] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006471 10.0.0.73 - - [2025-10-23 04:08:37] "GET /obj-perms HTTP/1.1" 200 5056 0.046729 10.0.0.41 - - [2025-10-23 04:08:41] "POST /neutron/port HTTP/1.1" 200 1090 0.013190 10.0.0.41 - - [2025-10-23 04:08:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.41 - - [2025-10-23 04:08:41] "POST /neutron/network HTTP/1.1" 200 808 0.006444 10.0.0.41 - - [2025-10-23 04:08:50] "POST /neutron/port HTTP/1.1" 200 1090 0.015069 10.0.0.41 - - [2025-10-23 04:08:55] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007486 10.0.0.41 - - [2025-10-23 04:09:06] "POST /neutron/port HTTP/1.1" 200 1090 0.013347 10.0.0.41 - - [2025-10-23 04:09:09] "POST /neutron/port HTTP/1.1" 200 1090 0.039503 10.0.0.41 - - [2025-10-23 04:09:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.009413 10.0.0.41 - - [2025-10-23 04:09:11] "POST /neutron/port HTTP/1.1" 200 1090 0.017231 10.0.0.41 - - [2025-10-23 04:09:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007353 10.0.0.41 - - [2025-10-23 04:09:26] "POST /neutron/port HTTP/1.1" 200 1090 0.013903 10.0.0.41 - - [2025-10-23 04:09:32] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008741 10.0.0.41 - - [2025-10-23 04:09:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017223 10.0.0.41 - - [2025-10-23 04:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005093 10.0.0.41 - - [2025-10-23 04:09:41] "POST /neutron/network HTTP/1.1" 200 808 0.007342 10.0.0.41 - - [2025-10-23 04:09:47] "POST /neutron/port HTTP/1.1" 200 1090 0.014028 10.0.0.41 - - [2025-10-23 04:09:52] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006847 10.0.0.41 - - [2025-10-23 04:10:03] "POST /neutron/port HTTP/1.1" 200 1090 0.015159 10.0.0.41 - - [2025-10-23 04:10:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006918 10.0.0.41 - - [2025-10-23 04:10:10] "POST /neutron/network HTTP/1.1" 200 818 0.006934 10.0.0.41 - - [2025-10-23 04:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.41 - - [2025-10-23 04:10:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008391 10.0.0.41 - - [2025-10-23 04:10:23] "POST /neutron/port HTTP/1.1" 200 1090 0.026853 10.0.0.41 - - [2025-10-23 04:10:29] "POST /neutron/security_group HTTP/1.1" 200 2065 0.029630 10.0.0.41 - - [2025-10-23 04:10:39] "POST /neutron/port HTTP/1.1" 200 1090 0.014752 10.0.0.41 - - [2025-10-23 04:10:41] "POST /neutron/port HTTP/1.1" 200 1090 0.015956 10.0.0.41 - - [2025-10-23 04:10:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.012125 10.0.0.41 - - [2025-10-23 04:10:44] "POST /neutron/port HTTP/1.1" 200 1090 0.013621 10.0.0.41 - - [2025-10-23 04:10:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007352 10.0.0.41 - - [2025-10-23 04:11:10] "POST /neutron/network HTTP/1.1" 200 818 0.006196 10.0.0.41 - - [2025-10-23 04:11:10] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.41 - - [2025-10-23 04:11:39] "GET /obj-perms HTTP/1.1" 200 5056 0.051006 10.0.0.41 - - [2025-10-23 04:11:41] "POST /neutron/port HTTP/1.1" 200 1090 0.037813 10.0.0.41 - - [2025-10-23 04:11:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.008500 10.0.0.41 - - [2025-10-23 04:12:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015232 10.0.0.41 - - [2025-10-23 04:12:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004066 10.0.0.41 - - [2025-10-23 04:12:11] "POST /neutron/network HTTP/1.1" 200 808 0.008811 10.0.0.133 - - [2025-10-23 04:12:39] "GET /obj-perms HTTP/1.1" 200 5056 0.052738 10.0.0.133 - - [2025-10-23 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025885 10.0.0.41 - - [2025-10-23 04:12:41] "POST /neutron/network HTTP/1.1" 200 818 0.006815 10.0.0.41 - - [2025-10-23 04:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.41 - - [2025-10-23 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007110 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.028099 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.005359 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.003640 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.005210 10.0.0.41 - - [2025-10-23 04:12:50] "GET /instance-ip/035aa45b-7c93-406b-8e3f-e66c15c9fde5 HTTP/1.1" 200 1622 0.003661 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.003621 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-machine-interface/eb0a2926-19c0-49bd-8793-d29cefb12169 HTTP/1.1" 200 2956 0.005358 10.0.0.41 - - [2025-10-23 04:12:50] "GET /instance-ip/035aa45b-7c93-406b-8e3f-e66c15c9fde5 HTTP/1.1" 200 1622 0.004022 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.036286 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003386 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002492 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005714 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003754 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002949 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006009 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002900 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005601 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004449 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002722 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005641 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002852 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005735 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004104 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003175 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005265 10.0.0.41 - - [2025-10-23 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.41 - - [2025-10-23 04:12:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004133 10.0.0.41 - - [2025-10-23 04:12:50] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003575 10.0.0.41 - - [2025-10-23 04:12:51] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005602 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.41 - - [2025-10-23 04:12:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003189 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002764 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005676 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.41 - - [2025-10-23 04:12:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003477 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002995 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005699 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.41 - - [2025-10-23 04:12:52] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004379 10.0.0.41 - - [2025-10-23 04:12:52] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004025 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.41 - - [2025-10-23 04:12:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003636 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006769 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.41 - - [2025-10-23 04:12:52] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005171 10.0.0.41 - - [2025-10-23 04:12:52] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004832 10.0.0.41 - - [2025-10-23 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.41 - - [2025-10-23 04:12:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003845 10.0.0.41 - - [2025-10-23 04:12:52] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002781 10.0.0.41 - - [2025-10-23 04:12:53] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005978 10.0.0.41 - - [2025-10-23 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.41 - - [2025-10-23 04:12:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004226 10.0.0.41 - - [2025-10-23 04:12:53] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003577 10.0.0.41 - - [2025-10-23 04:12:53] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005918 10.0.0.41 - - [2025-10-23 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 04:12:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004075 10.0.0.41 - - [2025-10-23 04:12:53] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003381 10.0.0.41 - - [2025-10-23 04:12:53] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007168 10.0.0.133 - - [2025-10-23 04:12:57] "GET /obj-perms HTTP/1.1" 200 5044 0.050262 10.0.0.133 - - [2025-10-23 04:12:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.133 - - [2025-10-23 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.133 - - [2025-10-23 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.133 - - [2025-10-23 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.73 - - [2025-10-23 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2025-10-23 04:13:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000811 10.0.0.73 - - [2025-10-23 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.73 - - [2025-10-23 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.41 - - [2025-10-23 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-10-23 04:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.41 - - [2025-10-23 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-23 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.133 - - [2025-10-23 04:13:03] "GET /obj-perms HTTP/1.1" 200 5044 0.003650 10.0.0.41 - - [2025-10-23 04:13:05] "GET /obj-perms HTTP/1.1" 200 5044 0.045504 10.0.0.133 - - [2025-10-23 04:13:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004146 10.0.0.41 - - [2025-10-23 04:13:05] "GET /obj-perms HTTP/1.1" 200 5044 0.003420 10.0.0.73 - - [2025-10-23 04:13:06] "GET /obj-perms HTTP/1.1" 200 5044 0.049181 10.0.0.133 - - [2025-10-23 04:13:06] "GET /obj-perms HTTP/1.1" 200 5044 0.004399 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.004407 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.006043 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.004208 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.006631 10.0.0.41 - - [2025-10-23 04:13:06] "GET /instance-ip/70131577-beea-494b-a107-224bc390fbcb HTTP/1.1" 200 1623 0.004182 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.004069 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.006458 10.0.0.41 - - [2025-10-23 04:13:06] "GET /instance-ip/70131577-beea-494b-a107-224bc390fbcb HTTP/1.1" 200 1623 0.004245 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003240 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003738 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005860 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004014 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003196 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005515 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004112 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002826 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005737 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004056 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003353 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006006 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004540 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003197 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005349 10.0.0.41 - - [2025-10-23 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.41 - - [2025-10-23 04:13:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003809 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002595 10.0.0.41 - - [2025-10-23 04:13:06] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005628 10.0.0.41 - - [2025-10-23 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.41 - - [2025-10-23 04:13:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003655 10.0.0.41 - - [2025-10-23 04:13:07] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003147 10.0.0.41 - - [2025-10-23 04:13:07] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006282 10.0.0.41 - - [2025-10-23 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.41 - - [2025-10-23 04:13:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003816 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003054 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005575 10.0.0.41 - - [2025-10-23 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2025-10-23 04:13:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003570 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004441 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.009910 10.0.0.41 - - [2025-10-23 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-10-23 04:13:08] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004318 10.0.0.41 - - [2025-10-23 04:13:08] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004204 10.0.0.41 - - [2025-10-23 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.41 - - [2025-10-23 04:13:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003628 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004522 10.0.0.41 - - [2025-10-23 04:13:08] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.013305 10.0.0.41 - - [2025-10-23 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.41 - - [2025-10-23 04:13:08] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005298 10.0.0.41 - - [2025-10-23 04:13:08] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005033 10.0.0.41 - - [2025-10-23 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.41 - - [2025-10-23 04:13:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006140 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003773 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006773 10.0.0.41 - - [2025-10-23 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2025-10-23 04:13:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005370 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004016 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006524 10.0.0.41 - - [2025-10-23 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.41 - - [2025-10-23 04:13:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005038 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004159 10.0.0.41 - - [2025-10-23 04:13:09] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006927 10.0.0.41 - - [2025-10-23 04:13:09] "GET /obj-perms HTTP/1.1" 200 5044 0.004359 10.0.0.41 - - [2025-10-23 04:13:09] "GET /obj-perms HTTP/1.1" 200 5044 0.003741 10.0.0.133 - - [2025-10-23 04:13:09] "GET /obj-perms HTTP/1.1" 200 5044 0.003571 10.0.0.41 - - [2025-10-23 04:13:09] "GET /obj-perms HTTP/1.1" 200 5044 0.003518 10.0.0.133 - - [2025-10-23 04:13:09] "GET /obj-perms HTTP/1.1" 200 5044 0.005241 10.0.0.41 - - [2025-10-23 04:13:11] "POST /neutron/port HTTP/1.1" 200 1090 0.014742 10.0.0.41 - - [2025-10-23 04:13:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.41 - - [2025-10-23 04:13:11] "POST /neutron/network HTTP/1.1" 200 808 0.006806 10.0.0.41 - - [2025-10-23 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-10-23 04:13:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004095 10.0.0.41 - - [2025-10-23 04:13:29] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003289 10.0.0.41 - - [2025-10-23 04:13:30] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006615 10.0.0.41 - - [2025-10-23 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.41 - - [2025-10-23 04:13:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004600 10.0.0.41 - - [2025-10-23 04:13:31] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003767 10.0.0.41 - - [2025-10-23 04:13:31] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006668 10.0.0.41 - - [2025-10-23 04:13:42] "POST /neutron/network HTTP/1.1" 200 818 0.007056 10.0.0.41 - - [2025-10-23 04:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.41 - - [2025-10-23 04:13:46] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.005336 10.0.0.41 - - [2025-10-23 04:13:46] "GET /virtual-machine-interface/63f441f8-5dc2-4219-98cd-85839a89f972 HTTP/1.1" 200 2956 0.006745 10.0.0.41 - - [2025-10-23 04:13:46] "GET /instance-ip/70131577-beea-494b-a107-224bc390fbcb HTTP/1.1" 200 1623 0.005405 10.0.0.41 - - [2025-10-23 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.41 - - [2025-10-23 04:13:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.41 - - [2025-10-23 04:13:46] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003280 10.0.0.41 - - [2025-10-23 04:13:46] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006564 10.0.0.41 - - [2025-10-23 04:13:50] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 200 1301 0.004051 10.0.0.41 - - [2025-10-23 04:13:51] "POST /neutron/port HTTP/1.1" 200 1116 0.013774 10.0.0.41 - - [2025-10-23 04:13:52] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003854 10.0.0.41 - - [2025-10-23 04:13:52] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003284 10.0.0.41 - - [2025-10-23 04:13:52] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003205 10.0.0.41 - - [2025-10-23 04:13:53] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003020 10.0.0.41 - - [2025-10-23 04:13:54] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003002 10.0.0.41 - - [2025-10-23 04:13:55] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003608 10.0.0.41 - - [2025-10-23 04:13:56] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003159 10.0.0.41 - - [2025-10-23 04:13:57] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003211 10.0.0.41 - - [2025-10-23 04:13:58] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003077 10.0.0.41 - - [2025-10-23 04:13:58] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.002609 10.0.0.41 - - [2025-10-23 04:13:59] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003069 10.0.0.41 - - [2025-10-23 04:14:00] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003609 10.0.0.41 - - [2025-10-23 04:14:01] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003243 10.0.0.41 - - [2025-10-23 04:14:02] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.004040 10.0.0.41 - - [2025-10-23 04:14:03] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003004 10.0.0.41 - - [2025-10-23 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.41 - - [2025-10-23 04:14:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003220 10.0.0.41 - - [2025-10-23 04:14:03] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002780 10.0.0.41 - - [2025-10-23 04:14:03] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006625 10.0.0.41 - - [2025-10-23 04:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-10-23 04:14:03] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004154 10.0.0.41 - - [2025-10-23 04:14:04] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005416 10.0.0.41 - - [2025-10-23 04:14:04] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003837 10.0.0.41 - - [2025-10-23 04:14:05] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003130 10.0.0.41 - - [2025-10-23 04:14:06] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003145 10.0.0.41 - - [2025-10-23 04:14:07] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003358 10.0.0.41 - - [2025-10-23 04:14:08] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003307 10.0.0.41 - - [2025-10-23 04:14:09] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003202 10.0.0.41 - - [2025-10-23 04:14:09] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.002940 10.0.0.41 - - [2025-10-23 04:14:10] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003113 10.0.0.41 - - [2025-10-23 04:14:11] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003244 10.0.0.41 - - [2025-10-23 04:14:12] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003806 10.0.0.41 - - [2025-10-23 04:14:13] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003224 10.0.0.41 - - [2025-10-23 04:14:14] "GET /virtual-machine/4a3f0bf4-a238-49b0-a42b-6a79d594fb06 HTTP/1.1" 404 171 0.003293 10.0.0.41 - - [2025-10-23 04:14:14] "GET /obj-perms HTTP/1.1" 200 5044 0.003338 10.0.0.73 - - [2025-10-23 04:14:14] "GET /obj-perms HTTP/1.1" 200 5044 0.003529 10.0.0.133 - - [2025-10-23 04:14:14] "GET /obj-perms HTTP/1.1" 200 5044 0.004925 10.0.0.41 - - [2025-10-23 04:14:14] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 200 1301 0.004003 10.0.0.41 - - [2025-10-23 04:14:14] "POST /neutron/port HTTP/1.1" 200 1116 0.011228 10.0.0.41 - - [2025-10-23 04:14:16] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003261 10.0.0.41 - - [2025-10-23 04:14:16] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.002722 10.0.0.41 - - [2025-10-23 04:14:16] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.002462 10.0.0.41 - - [2025-10-23 04:14:16] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.004114 10.0.0.41 - - [2025-10-23 04:14:17] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003113 10.0.0.41 - - [2025-10-23 04:14:18] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003294 10.0.0.41 - - [2025-10-23 04:14:19] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003628 10.0.0.41 - - [2025-10-23 04:14:20] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003170 10.0.0.41 - - [2025-10-23 04:14:21] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003042 10.0.0.41 - - [2025-10-23 04:14:21] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003427 10.0.0.41 - - [2025-10-23 04:14:22] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003330 10.0.0.41 - - [2025-10-23 04:14:23] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003651 10.0.0.41 - - [2025-10-23 04:14:24] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003044 10.0.0.41 - - [2025-10-23 04:14:25] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.003146 10.0.0.41 - - [2025-10-23 04:14:26] "GET /virtual-machine/86c0086d-26ec-47e9-a83c-d23156d9a2d8 HTTP/1.1" 404 171 0.002966 10.0.0.41 - - [2025-10-23 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2025-10-23 04:14:26] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003521 10.0.0.41 - - [2025-10-23 04:14:26] "GET /virtual-networks?parent_id=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002448 10.0.0.41 - - [2025-10-23 04:14:26] "GET /virtual-network/d0c89031-4c2c-4ce5-aa0b-b007a993ca0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005806 10.0.0.41 - - [2025-10-23 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2025-10-23 04:14:26] "GET /routing-instance/ef21af3f-05d6-4b6a-b578-ed292cb501cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004190 10.0.0.41 - - [2025-10-23 04:14:26] "GET /route-target/44c63522-30a9-45e4-95fd-112a760e1cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008471 10.0.0.41 - - [2025-10-23 04:14:33] "GET /obj-perms HTTP/1.1" 200 5044 0.005026 10.0.0.133 - - [2025-10-23 04:14:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004215 10.0.0.41 - - [2025-10-23 04:14:36] "GET /obj-perms HTTP/1.1" 200 5044 0.003556 10.0.0.133 - - [2025-10-23 04:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.038832 10.0.0.133 - - [2025-10-23 04:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.41 - - [2025-10-23 04:14:36] "POST /neutron/network HTTP/1.1" 200 151 0.157631 10.0.0.73 - - [2025-10-23 04:14:36] "DELETE /route-target/44c63522-30a9-45e4-95fd-112a760e1cca HTTP/1.1" 200 115 0.062618 10.0.0.41 - - [2025-10-23 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-10-23 04:14:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003393 10.0.0.41 - - [2025-10-23 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.41 - - [2025-10-23 04:14:36] "PUT /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce HTTP/1.1" 200 277 0.011277 10.0.0.133 - - [2025-10-23 04:14:39] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001267 10.0.0.41 - - [2025-10-23 04:14:39] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068228 10.0.0.133 - - [2025-10-23 04:14:39] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000863 10.0.0.41 - - [2025-10-23 04:14:39] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?fields=virtual_networks HTTP/1.1" 200 1048 0.045534 10.0.0.133 - - [2025-10-23 04:14:39] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000849 10.0.0.41 - - [2025-10-23 04:14:39] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.033559 10.0.0.133 - - [2025-10-23 04:14:39] "GET /projects?obj_uuids=4fa1b37f-1c11-4942-95c9-330b387a7d8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000907 10.0.0.41 - - [2025-10-23 04:14:39] "GET /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a?fields=security_groups HTTP/1.1" 200 1282 0.036820 10.0.0.41 - - [2025-10-23 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.033993 10.0.0.133 - - [2025-10-23 04:14:40] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.133 - - [2025-10-23 04:14:40] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.133 - - [2025-10-23 04:14:40] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035290 10.0.0.133 - - [2025-10-23 04:14:40] "POST /id-to-fqname HTTP/1.1" 200 196 0.004595 10.0.0.133 - - [2025-10-23 04:14:40] "POST /fqname-to-id HTTP/1.1" 404 205 0.008810 10.0.0.133 - - [2025-10-23 04:14:40] "POST /security-groups HTTP/1.1" 200 597 0.031435 10.0.0.133 - - [2025-10-23 04:14:40] "POST /projects HTTP/1.1" 200 597 0.233190 10.0.0.133 - - [2025-10-23 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.309591 10.0.0.73 - - [2025-10-23 04:14:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.005520 10.0.0.41 - - [2025-10-23 04:14:41] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.487546 10.0.0.41 - - [2025-10-23 04:14:42] "GET / HTTP/1.1" 200 36215 0.002004 10.0.0.133 - - [2025-10-23 04:14:46] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.41 - - [2025-10-23 04:14:46] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.044238 10.0.0.133 - - [2025-10-23 04:14:46] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001101 10.0.0.41 - - [2025-10-23 04:14:46] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?fields=virtual_networks HTTP/1.1" 200 1045 0.051533 10.0.0.133 - - [2025-10-23 04:14:46] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001394 10.0.0.41 - - [2025-10-23 04:14:46] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.037484 10.0.0.133 - - [2025-10-23 04:14:46] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006032 10.0.0.41 - - [2025-10-23 04:14:46] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?fields=security_groups HTTP/1.1" 200 1278 0.084151 10.0.0.41 - - [2025-10-23 04:14:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.030338 10.0.0.133 - - [2025-10-23 04:14:47] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004208 10.0.0.133 - - [2025-10-23 04:14:47] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.133 - - [2025-10-23 04:14:47] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006452 10.0.0.133 - - [2025-10-23 04:14:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.003164 10.0.0.133 - - [2025-10-23 04:14:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.004654 10.0.0.133 - - [2025-10-23 04:14:47] "POST /security-groups HTTP/1.1" 200 591 0.073494 10.0.0.133 - - [2025-10-23 04:14:47] "POST /projects HTTP/1.1" 200 585 0.262610 10.0.0.73 - - [2025-10-23 04:14:47] "POST /access-control-lists HTTP/1.1" 200 598 0.025878 10.0.0.133 - - [2025-10-23 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.333385 10.0.0.41 - - [2025-10-23 04:14:47] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.467006 10.0.0.41 - - [2025-10-23 04:14:48] "GET / HTTP/1.1" 200 36215 0.001747 10.0.0.133 - - [2025-10-23 04:14:51] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.41 - - [2025-10-23 04:14:51] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040266 10.0.0.133 - - [2025-10-23 04:14:51] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.41 - - [2025-10-23 04:14:51] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?fields=virtual_networks HTTP/1.1" 200 1034 0.043899 10.0.0.133 - - [2025-10-23 04:14:52] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.41 - - [2025-10-23 04:14:52] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039601 10.0.0.133 - - [2025-10-23 04:14:52] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.41 - - [2025-10-23 04:14:52] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?fields=security_groups HTTP/1.1" 200 1261 0.039995 10.0.0.41 - - [2025-10-23 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.024653 10.0.0.133 - - [2025-10-23 04:14:53] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003051 10.0.0.133 - - [2025-10-23 04:14:53] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.133 - - [2025-10-23 04:14:53] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007334 10.0.0.133 - - [2025-10-23 04:14:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.003896 10.0.0.133 - - [2025-10-23 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006342 10.0.0.133 - - [2025-10-23 04:14:53] "POST /security-groups HTTP/1.1" 200 599 0.029399 10.0.0.73 - - [2025-10-23 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.002997 10.0.0.133 - - [2025-10-23 04:14:53] "POST /projects HTTP/1.1" 200 601 0.227393 10.0.0.133 - - [2025-10-23 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.261676 10.0.0.73 - - [2025-10-23 04:14:53] "POST /access-control-lists HTTP/1.1" 200 604 0.034973 10.0.0.41 - - [2025-10-23 04:14:53] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.424589 10.0.0.41 - - [2025-10-23 04:14:54] "GET / HTTP/1.1" 200 36215 0.001869 10.0.0.41 - - [2025-10-23 04:14:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.41 - - [2025-10-23 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.054764 10.0.0.133 - - [2025-10-23 04:14:55] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.41 - - [2025-10-23 04:14:55] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.037511 10.0.0.133 - - [2025-10-23 04:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004766 10.0.0.41 - - [2025-10-23 04:14:56] "POST /neutron/subnet HTTP/1.1" 200 716 0.225279 10.0.0.41 - - [2025-10-23 04:14:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001257 10.0.0.41 - - [2025-10-23 04:14:56] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006704 10.0.0.41 - - [2025-10-23 04:14:56] "POST /neutron/network HTTP/1.1" 200 975 0.008602 10.0.0.41 - - [2025-10-23 04:14:56] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005132 10.0.0.41 - - [2025-10-23 04:14:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.009643 10.0.0.41 - - [2025-10-23 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.133 - - [2025-10-23 04:14:56] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000823 10.0.0.41 - - [2025-10-23 04:14:56] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043215 10.0.0.73 - - [2025-10-23 04:14:56] "POST /route-targets HTTP/1.1" 200 328 0.011783 10.0.0.133 - - [2025-10-23 04:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005567 10.0.0.41 - - [2025-10-23 04:14:57] "POST /neutron/subnet HTTP/1.1" 200 716 0.216616 10.0.0.133 - - [2025-10-23 04:14:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.052005 10.0.0.41 - - [2025-10-23 04:14:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001650 10.0.0.41 - - [2025-10-23 04:14:57] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008367 10.0.0.41 - - [2025-10-23 04:14:57] "POST /neutron/network HTTP/1.1" 200 976 0.009702 10.0.0.41 - - [2025-10-23 04:14:57] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005390 10.0.0.41 - - [2025-10-23 04:14:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.008792 10.0.0.41 - - [2025-10-23 04:14:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001006 10.0.0.133 - - [2025-10-23 04:14:58] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.41 - - [2025-10-23 04:14:58] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.067027 10.0.0.41 - - [2025-10-23 04:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.41 - - [2025-10-23 04:14:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001203 10.0.0.41 - - [2025-10-23 04:14:58] "POST /neutron/network HTTP/1.1" 200 986 0.010849 10.0.0.41 - - [2025-10-23 04:14:59] "POST /neutron/port HTTP/1.1" 200 1153 0.024119 10.0.0.133 - - [2025-10-23 04:14:59] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.41 - - [2025-10-23 04:14:59] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072016 10.0.0.41 - - [2025-10-23 04:14:59] "POST /neutron/port HTTP/1.1" 200 1181 0.033333 10.0.0.41 - - [2025-10-23 04:14:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.41 - - [2025-10-23 04:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.41 - - [2025-10-23 04:15:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009148 10.0.0.41 - - [2025-10-23 04:15:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006949 10.0.0.41 - - [2025-10-23 04:15:01] "POST /neutron/port HTTP/1.1" 200 1154 0.046605 10.0.0.41 - - [2025-10-23 04:15:01] "POST /neutron/port HTTP/1.1" 200 1182 0.018773 10.0.0.41 - - [2025-10-23 04:15:01] "POST /neutron/subnet HTTP/1.1" 200 1277 0.013989 10.0.0.41 - - [2025-10-23 04:15:01] "POST /neutron/network HTTP/1.1" 200 976 0.010366 10.0.0.41 - - [2025-10-23 04:15:05] "POST /neutron/port HTTP/1.1" 200 1181 0.019997 10.0.0.41 - - [2025-10-23 04:15:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016084 10.0.0.41 - - [2025-10-23 04:15:05] "GET /virtual-machine/f8953eb8-fe05-40eb-9e76-3e84493b9bec HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-23 04:15:05] "GET /virtual-machine/f8953eb8-fe05-40eb-9e76-3e84493b9bec HTTP/1.1" 200 1303 0.030175 10.0.0.41 - - [2025-10-23 04:15:06] "GET /virtual-machine-interface/1b4bf2ba-45da-40c3-8e77-2d4eae357575 HTTP/1.1" 200 3165 0.006116 10.0.0.41 - - [2025-10-23 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2025-10-23 04:15:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003992 10.0.0.41 - - [2025-10-23 04:15:06] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003626 10.0.0.41 - - [2025-10-23 04:15:06] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005530 10.0.0.73 - - [2025-10-23 04:15:07] "DELETE /access-control-list/b993e6d9-b9f3-4c16-9673-4f27ec04ae58 HTTP/1.1" 200 115 0.050850 10.0.0.41 - - [2025-10-23 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.41 - - [2025-10-23 04:15:09] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005243 10.0.0.41 - - [2025-10-23 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.41 - - [2025-10-23 04:15:11] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004423 10.0.0.41 - - [2025-10-23 04:15:11] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003411 10.0.0.41 - - [2025-10-23 04:15:11] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008567 10.0.0.41 - - [2025-10-23 04:15:11] "POST /neutron/port HTTP/1.1" 200 1181 0.015209 10.0.0.41 - - [2025-10-23 04:15:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032214 10.0.0.41 - - [2025-10-23 04:15:12] "POST /neutron/network HTTP/1.1" 200 986 0.009546 10.0.0.41 - - [2025-10-23 04:15:12] "POST /neutron/subnet HTTP/1.1" 200 1277 0.014153 10.0.0.41 - - [2025-10-23 04:15:12] "POST /neutron/network HTTP/1.1" 200 976 0.008518 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /project/4fa1b37f-1c11-4942-95c9-330b387a7d8a HTTP/1.1" 404 177 0.008944 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /project/9b27c4de2a7c43458d63a12cce327ff6 HTTP/1.1" 404 173 0.010190 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /project/0484352f70074904be04635558a0d5eb HTTP/1.1" 404 173 0.007035 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /project/b813325f05114d9181caeb5a0fd4249d HTTP/1.1" 404 173 0.006364 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000804 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000700 10.0.0.133 - - [2025-10-23 04:15:12] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.046206 10.0.0.133 - - [2025-10-23 04:15:12] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.054421 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001392 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.133 - - [2025-10-23 04:15:12] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?fields=security_groups HTTP/1.1" 200 1380 0.061085 10.0.0.133 - - [2025-10-23 04:15:12] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?fields=security_groups HTTP/1.1" 200 1363 0.066560 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /security-group/234d52bf-bcf3-4d3e-8073-692987872268 HTTP/1.1" 200 115 0.060958 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=0484352f-7007-4904-be04-635558a0d5eb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.133 - - [2025-10-23 04:15:12] "DELETE /security-group/7a30c545-6061-4879-bcf8-25114e95e026 HTTP/1.1" 200 115 0.064739 10.0.0.133 - - [2025-10-23 04:15:12] "GET /projects?obj_uuids=b813325f-0511-4d91-81ca-eb5a0fd4249d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.133 - - [2025-10-23 04:15:12] "GET /project/0484352f-7007-4904-be04-635558a0d5eb?fields=application_policy_sets HTTP/1.1" 200 1419 0.074328 10.0.0.133 - - [2025-10-23 04:15:13] "GET /project/b813325f-0511-4d91-81ca-eb5a0fd4249d?fields=application_policy_sets HTTP/1.1" 200 1402 0.122272 10.0.0.73 - - [2025-10-23 04:15:13] "DELETE /access-control-list/270c88d9-1902-47c2-88bd-0fcc2d498a73 HTTP/1.1" 200 115 0.050838 10.0.0.133 - - [2025-10-23 04:15:13] "DELETE /project/0484352f-7007-4904-be04-635558a0d5eb HTTP/1.1" 200 115 0.517248 10.0.0.133 - - [2025-10-23 04:15:13] "DELETE /project/b813325f-0511-4d91-81ca-eb5a0fd4249d HTTP/1.1" 200 115 0.568316 10.0.0.41 - - [2025-10-23 04:15:16] "POST /neutron/port HTTP/1.1" 200 1182 0.018018 10.0.0.41 - - [2025-10-23 04:15:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007082 10.0.0.41 - - [2025-10-23 04:15:16] "GET /virtual-machine/cfc08388-e4cd-4afd-9d79-cfbcc3bf5827 HTTP/1.1" 200 1303 0.012050 10.0.0.41 - - [2025-10-23 04:15:16] "GET /virtual-machine-interface/a5e38d6d-fc4e-450b-9c5f-22d6fa83f65c HTTP/1.1" 200 3166 0.007047 10.0.0.41 - - [2025-10-23 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.41 - - [2025-10-23 04:15:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004773 10.0.0.41 - - [2025-10-23 04:15:17] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005623 10.0.0.41 - - [2025-10-23 04:15:17] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005405 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2025-10-23 04:15:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003283 10.0.0.41 - - [2025-10-23 04:15:18] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002591 10.0.0.41 - - [2025-10-23 04:15:18] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007815 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 404 209 0.003043 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.133 - - [2025-10-23 04:15:18] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.41 - - [2025-10-23 04:15:18] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.033123 10.0.0.41 - - [2025-10-23 04:15:18] "POST /network-policys HTTP/1.1" 200 535 0.025823 10.0.0.41 - - [2025-10-23 04:15:18] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005656 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.41 - - [2025-10-23 04:15:18] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005430 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.41 - - [2025-10-23 04:15:18] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004427 10.0.0.41 - - [2025-10-23 04:15:18] "POST /ref-update HTTP/1.1" 200 156 0.062163 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.73 - - [2025-10-23 04:15:18] "POST /access-control-lists HTTP/1.1" 200 580 0.087224 10.0.0.41 - - [2025-10-23 04:15:18] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003642 10.0.0.41 - - [2025-10-23 04:15:18] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.007577 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.41 - - [2025-10-23 04:15:18] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005494 10.0.0.41 - - [2025-10-23 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007898 10.0.0.41 - - [2025-10-23 04:15:19] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005632 10.0.0.41 - - [2025-10-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.41 - - [2025-10-23 04:15:19] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004144 10.0.0.133 - - [2025-10-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.007818 10.0.0.41 - - [2025-10-23 04:15:19] "POST /ref-update HTTP/1.1" 200 156 0.042823 10.0.0.41 - - [2025-10-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008948 10.0.0.73 - - [2025-10-23 04:15:19] "POST /access-control-lists HTTP/1.1" 200 580 0.028599 10.0.0.41 - - [2025-10-23 04:15:19] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003160 10.0.0.41 - - [2025-10-23 04:15:19] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007571 10.0.0.41 - - [2025-10-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.41 - - [2025-10-23 04:15:19] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004035 10.0.0.41 - - [2025-10-23 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.133 - - [2025-10-23 04:15:19] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.41 - - [2025-10-23 04:15:19] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040686 10.0.0.41 - - [2025-10-23 04:15:19] "POST /neutron/network HTTP/1.1" 200 117 0.014716 10.0.0.73 - - [2025-10-23 04:15:19] "POST /ref-update HTTP/1.1" 200 156 0.018221 10.0.0.41 - - [2025-10-23 04:15:19] "POST /neutron/network HTTP/1.1" 200 799 0.011617 10.0.0.41 - - [2025-10-23 04:15:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001038 10.0.0.41 - - [2025-10-23 04:15:19] "GET /virtual-network/f5a0a11e-c901-4ec2-a6f8-4ad45d931029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005210 10.0.0.41 - - [2025-10-23 04:15:19] "GET /virtual-network/f5a0a11e-c901-4ec2-a6f8-4ad45d931029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005208 10.0.0.41 - - [2025-10-23 04:15:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.008990 10.0.0.41 - - [2025-10-23 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.133 - - [2025-10-23 04:15:20] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.41 - - [2025-10-23 04:15:20] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044361 10.0.0.133 - - [2025-10-23 04:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005719 10.0.0.41 - - [2025-10-23 04:15:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.265692 10.0.0.41 - - [2025-10-23 04:15:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001161 10.0.0.41 - - [2025-10-23 04:15:20] "GET /virtual-network/9d99bd22-34dd-4c27-a98d-2514a7883ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005330 10.0.0.41 - - [2025-10-23 04:15:20] "GET /virtual-network/9d99bd22-34dd-4c27-a98d-2514a7883ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006774 10.0.0.41 - - [2025-10-23 04:15:20] "POST /neutron/network HTTP/1.1" 200 799 0.006294 10.0.0.41 - - [2025-10-23 04:15:20] "POST /fqname-to-id HTTP/1.1" 404 239 0.002983 10.0.0.41 - - [2025-10-23 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.133 - - [2025-10-23 04:15:20] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.41 - - [2025-10-23 04:15:20] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.037175 10.0.0.41 - - [2025-10-23 04:15:20] "POST /network-policys HTTP/1.1" 200 589 0.041653 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007443 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.41 - - [2025-10-23 04:15:21] "GET /virtual-network/f5a0a11e-c901-4ec2-a6f8-4ad45d931029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005501 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005213 10.0.0.73 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.006711 10.0.0.41 - - [2025-10-23 04:15:21] "POST /ref-update HTTP/1.1" 200 156 0.063584 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.011019 10.0.0.41 - - [2025-10-23 04:15:21] "GET /virtual-network/f5a0a11e-c901-4ec2-a6f8-4ad45d931029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.006997 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004338 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.41 - - [2025-10-23 04:15:21] "GET /virtual-network/9d99bd22-34dd-4c27-a98d-2514a7883ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005594 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003608 10.0.0.41 - - [2025-10-23 04:15:21] "POST /ref-update HTTP/1.1" 200 156 0.050763 10.0.0.73 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.008546 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004210 10.0.0.41 - - [2025-10-23 04:15:21] "POST /neutron/network HTTP/1.1" 200 912 0.038255 10.0.0.41 - - [2025-10-23 04:15:21] "GET /virtual-network/9d99bd22-34dd-4c27-a98d-2514a7883ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.007711 10.0.0.41 - - [2025-10-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.013321 10.0.0.41 - - [2025-10-23 04:15:21] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004696 10.0.0.41 - - [2025-10-23 04:15:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001086 10.0.0.41 - - [2025-10-23 04:15:22] "POST /neutron/network HTTP/1.1" 200 922 0.006930 10.0.0.133 - - [2025-10-23 04:15:22] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.41 - - [2025-10-23 04:15:22] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.064141 10.0.0.41 - - [2025-10-23 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010671 10.0.0.41 - - [2025-10-23 04:15:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001196 10.0.0.41 - - [2025-10-23 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006986 10.0.0.133 - - [2025-10-23 04:15:23] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.41 - - [2025-10-23 04:15:24] "POST /neutron/port HTTP/1.1" 200 1063 0.363740 10.0.0.41 - - [2025-10-23 04:15:24] "POST /neutron/port HTTP/1.1" 200 1117 0.089358 10.0.0.41 - - [2025-10-23 04:15:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.009553 10.0.0.133 - - [2025-10-23 04:15:24] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.41 - - [2025-10-23 04:15:24] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061443 10.0.0.41 - - [2025-10-23 04:15:24] "POST /neutron/network HTTP/1.1" 200 912 0.030529 10.0.0.41 - - [2025-10-23 04:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.009107 10.0.0.41 - - [2025-10-23 04:15:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003335 10.0.0.41 - - [2025-10-23 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.41 - - [2025-10-23 04:15:25] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004755 10.0.0.73 - - [2025-10-23 04:15:25] "PUT /access-control-list/dd24503b-4647-40cc-bbff-e577765ff0ec HTTP/1.1" 200 273 0.024581 10.0.0.41 - - [2025-10-23 04:15:25] "POST /neutron/port HTTP/1.1" 200 1063 0.018757 10.0.0.41 - - [2025-10-23 04:15:25] "POST /neutron/port HTTP/1.1" 200 1091 0.018109 10.0.0.41 - - [2025-10-23 04:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004632 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005224 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004732 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.029953 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.026187 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009524 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005064 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.032071 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.036881 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009158 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004664 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.036143 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.028127 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004205 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005276 10.0.0.41 - - [2025-10-23 04:15:26] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.018121 10.0.0.41 - - [2025-10-23 04:15:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003046 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004544 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004049 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.039295 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.046780 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004594 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.007728 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.040210 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.041268 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004566 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005189 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.032287 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.028050 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004516 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.012835 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.020758 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003054 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006454 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006853 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.025518 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.030145 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006058 10.0.0.41 - - [2025-10-23 04:15:27] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004576 10.0.0.41 - - [2025-10-23 04:15:27] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.030412 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.039992 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004416 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004759 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.032005 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.034897 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004370 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006720 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.022066 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003510 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004544 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003978 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.024780 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.037770 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.008661 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.007736 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.043065 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.039033 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007034 10.0.0.41 - - [2025-10-23 04:15:28] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003777 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.034941 10.0.0.41 - - [2025-10-23 04:15:28] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.028337 10.0.0.41 - - [2025-10-23 04:15:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007349 10.0.0.41 - - [2025-10-23 04:15:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003214 10.0.0.41 - - [2025-10-23 04:15:38] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004992 10.0.0.41 - - [2025-10-23 04:15:38] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004402 10.0.0.41 - - [2025-10-23 04:15:38] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.027446 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.036478 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004459 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006897 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.033890 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.042595 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004942 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005333 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.029326 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.038520 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004677 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003872 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.020426 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003639 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004971 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004018 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.026089 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.030602 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005834 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003517 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.043680 10.0.0.41 - - [2025-10-23 04:15:39] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.038033 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005181 10.0.0.41 - - [2025-10-23 04:15:39] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003883 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.032706 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.036749 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006346 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004954 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.024278 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003310 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005061 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004448 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.026602 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.037560 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006357 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005581 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.061189 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.043298 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005804 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003788 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.032818 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.033822 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005542 10.0.0.41 - - [2025-10-23 04:15:40] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003669 10.0.0.41 - - [2025-10-23 04:15:40] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.022055 10.0.0.41 - - [2025-10-23 04:15:41] "POST /ref-update HTTP/1.1" 200 156 0.047325 10.0.0.41 - - [2025-10-23 04:15:41] "POST /neutron/network HTTP/1.1" 200 799 0.008647 10.0.0.41 - - [2025-10-23 04:15:41] "GET /virtual-network/9d99bd22-34dd-4c27-a98d-2514a7883ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.013161 10.0.0.41 - - [2025-10-23 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.41 - - [2025-10-23 04:15:41] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007221 10.0.0.41 - - [2025-10-23 04:15:41] "POST /ref-update HTTP/1.1" 200 156 0.055789 10.0.0.73 - - [2025-10-23 04:15:41] "DELETE /access-control-list/a1a306a9-da3e-4d27-8451-f88052ce027e HTTP/1.1" 200 115 0.042135 10.0.0.41 - - [2025-10-23 04:15:41] "GET /virtual-network/f5a0a11e-c901-4ec2-a6f8-4ad45d931029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.013345 10.0.0.41 - - [2025-10-23 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.41 - - [2025-10-23 04:15:41] "GET /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.003961 10.0.0.41 - - [2025-10-23 04:15:41] "DELETE /network-policy/02d4fad0-61d7-4f65-9289-d2295371beac HTTP/1.1" 200 115 0.027016 10.0.0.41 - - [2025-10-23 04:15:41] "POST /neutron/network HTTP/1.1" 400 204 0.015953 10.0.0.41 - - [2025-10-23 04:15:41] "POST /neutron/port HTTP/1.1" 200 151 0.220920 10.0.0.41 - - [2025-10-23 04:15:42] "POST /neutron/port HTTP/1.1" 200 151 0.237927 10.0.0.133 - - [2025-10-23 04:15:42] "GET /obj-perms HTTP/1.1" 200 5056 0.055631 10.0.0.41 - - [2025-10-23 04:15:43] "POST /neutron/network HTTP/1.1" 200 799 0.008462 10.0.0.73 - - [2025-10-23 04:15:43] "DELETE /route-target/dbb15a8c-12f6-4b5d-89b1-9c813918c39e HTTP/1.1" 200 115 0.030130 10.0.0.41 - - [2025-10-23 04:15:44] "POST /ref-update HTTP/1.1" 200 156 0.060919 10.0.0.41 - - [2025-10-23 04:15:44] "GET /virtual-network/b61dac36-ebe9-4a97-885d-2ec04d301055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006916 10.0.0.41 - - [2025-10-23 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.73 - - [2025-10-23 04:15:44] "DELETE /access-control-list/d4fb6bd9-95bc-428d-b84f-cce1d0f234c4 HTTP/1.1" 200 115 0.069102 10.0.0.41 - - [2025-10-23 04:15:44] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.010370 10.0.0.41 - - [2025-10-23 04:15:44] "POST /ref-update HTTP/1.1" 200 156 0.069582 10.0.0.41 - - [2025-10-23 04:15:44] "POST /neutron/network HTTP/1.1" 200 975 0.013179 10.0.0.73 - - [2025-10-23 04:15:44] "POST /ref-update HTTP/1.1" 200 156 0.023280 10.0.0.41 - - [2025-10-23 04:15:44] "GET /virtual-network/729d89da-028d-4ec4-a702-151e8eb57915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.013626 10.0.0.41 - - [2025-10-23 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.41 - - [2025-10-23 04:15:44] "GET /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004071 10.0.0.41 - - [2025-10-23 04:15:44] "DELETE /network-policy/f62f2eaf-de7d-4331-9708-335ce6d53906 HTTP/1.1" 200 115 0.028148 10.0.0.41 - - [2025-10-23 04:15:45] "POST /neutron/port HTTP/1.1" 200 1182 0.014606 10.0.0.41 - - [2025-10-23 04:15:45] "POST /neutron/port HTTP/1.1" 200 1181 0.012212 10.0.0.41 - - [2025-10-23 04:15:46] "POST /neutron/network HTTP/1.1" 200 976 0.010519 10.0.0.133 - - [2025-10-23 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.133 - - [2025-10-23 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003881 10.0.0.133 - - [2025-10-23 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003777 10.0.0.73 - - [2025-10-23 04:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.133 - - [2025-10-23 04:15:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.41 - - [2025-10-23 04:15:47] "POST /neutron/network HTTP/1.1" 200 151 0.151180 10.0.0.41 - - [2025-10-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.133 - - [2025-10-23 04:15:48] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.41 - - [2025-10-23 04:15:48] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045854 10.0.0.73 - - [2025-10-23 04:15:48] "POST /ref-update HTTP/1.1" 200 156 0.025226 10.0.0.133 - - [2025-10-23 04:15:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.008276 10.0.0.133 - - [2025-10-23 04:15:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006305 10.0.0.41 - - [2025-10-23 04:15:48] "POST /neutron/subnet HTTP/1.1" 200 716 0.235181 10.0.0.41 - - [2025-10-23 04:15:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001230 10.0.0.41 - - [2025-10-23 04:15:49] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007097 10.0.0.41 - - [2025-10-23 04:15:49] "POST /neutron/network HTTP/1.1" 200 975 0.008087 10.0.0.41 - - [2025-10-23 04:15:49] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004782 10.0.0.41 - - [2025-10-23 04:15:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.008519 10.0.0.41 - - [2025-10-23 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.133 - - [2025-10-23 04:15:49] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.41 - - [2025-10-23 04:15:49] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056539 10.0.0.133 - - [2025-10-23 04:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008033 10.0.0.41 - - [2025-10-23 04:15:49] "POST /neutron/subnet HTTP/1.1" 200 716 0.176454 10.0.0.133 - - [2025-10-23 04:15:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.008123 10.0.0.41 - - [2025-10-23 04:15:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001708 10.0.0.41 - - [2025-10-23 04:15:50] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008413 10.0.0.41 - - [2025-10-23 04:15:50] "POST /neutron/network HTTP/1.1" 200 973 0.009404 10.0.0.41 - - [2025-10-23 04:15:50] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005344 10.0.0.41 - - [2025-10-23 04:15:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.011558 10.0.0.41 - - [2025-10-23 04:15:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001025 10.0.0.133 - - [2025-10-23 04:15:51] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.41 - - [2025-10-23 04:15:51] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056615 10.0.0.41 - - [2025-10-23 04:15:51] "POST /neutron/port HTTP/1.1" 200 117 0.009013 10.0.0.41 - - [2025-10-23 04:15:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001208 10.0.0.41 - - [2025-10-23 04:15:51] "POST /neutron/network HTTP/1.1" 200 983 0.009081 10.0.0.41 - - [2025-10-23 04:15:52] "POST /neutron/port HTTP/1.1" 200 1153 0.021884 10.0.0.41 - - [2025-10-23 04:15:52] "POST /neutron/port HTTP/1.1" 200 1181 0.015635 10.0.0.41 - - [2025-10-23 04:15:52] "POST /neutron/subnet HTTP/1.1" 200 1272 0.013067 10.0.0.133 - - [2025-10-23 04:15:52] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001841 10.0.0.41 - - [2025-10-23 04:15:52] "POST /neutron/network HTTP/1.1" 200 975 0.019814 10.0.0.41 - - [2025-10-23 04:15:52] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.089943 10.0.0.41 - - [2025-10-23 04:15:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006721 10.0.0.41 - - [2025-10-23 04:15:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007094 10.0.0.41 - - [2025-10-23 04:15:53] "POST /neutron/port HTTP/1.1" 200 1151 0.019828 10.0.0.41 - - [2025-10-23 04:15:54] "POST /neutron/port HTTP/1.1" 200 1179 0.015329 10.0.0.41 - - [2025-10-23 04:15:54] "POST /neutron/subnet HTTP/1.1" 200 1263 0.012241 10.0.0.41 - - [2025-10-23 04:15:54] "POST /neutron/network HTTP/1.1" 200 973 0.010627 10.0.0.41 - - [2025-10-23 04:15:58] "POST /neutron/port HTTP/1.1" 200 1181 0.015364 10.0.0.41 - - [2025-10-23 04:15:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007239 10.0.0.41 - - [2025-10-23 04:15:58] "GET /virtual-machine/41d1bc99-eaaf-4fbb-9234-bbfb661fd9d2 HTTP/1.1" 200 1302 0.005564 10.0.0.41 - - [2025-10-23 04:15:58] "GET /virtual-machine-interface/5b66f189-c08a-4449-8c6b-a35e0a2b0626 HTTP/1.1" 200 3165 0.006819 10.0.0.41 - - [2025-10-23 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.41 - - [2025-10-23 04:15:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004122 10.0.0.41 - - [2025-10-23 04:15:58] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003440 10.0.0.41 - - [2025-10-23 04:15:58] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005505 10.0.0.41 - - [2025-10-23 04:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.41 - - [2025-10-23 04:16:01] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007529 10.0.0.41 - - [2025-10-23 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2025-10-23 04:16:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003446 10.0.0.41 - - [2025-10-23 04:16:03] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002952 10.0.0.41 - - [2025-10-23 04:16:03] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006289 10.0.0.41 - - [2025-10-23 04:16:03] "POST /neutron/port HTTP/1.1" 200 1181 0.015394 10.0.0.41 - - [2025-10-23 04:16:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005908 10.0.0.41 - - [2025-10-23 04:16:09] "POST /neutron/port HTTP/1.1" 200 1179 0.017124 10.0.0.41 - - [2025-10-23 04:16:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006838 10.0.0.41 - - [2025-10-23 04:16:09] "GET /virtual-machine/a5c2ce64-ef3a-42db-8620-b1e06b3fa3f0 HTTP/1.1" 200 1302 0.005551 10.0.0.41 - - [2025-10-23 04:16:09] "GET /virtual-machine-interface/1eebd861-4f18-4468-ada8-fb5849f2facb HTTP/1.1" 200 3165 0.004830 10.0.0.41 - - [2025-10-23 04:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.41 - - [2025-10-23 04:16:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003792 10.0.0.41 - - [2025-10-23 04:16:09] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002821 10.0.0.41 - - [2025-10-23 04:16:09] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006937 10.0.0.41 - - [2025-10-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-10-23 04:16:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003904 10.0.0.41 - - [2025-10-23 04:16:10] "GET /virtual-networks?parent_id=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003276 10.0.0.41 - - [2025-10-23 04:16:10] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007654 10.0.0.41 - - [2025-10-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 404 209 0.004981 10.0.0.41 - - [2025-10-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.133 - - [2025-10-23 04:16:10] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.41 - - [2025-10-23 04:16:10] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043591 10.0.0.41 - - [2025-10-23 04:16:10] "POST /network-policys HTTP/1.1" 200 535 0.035475 10.0.0.41 - - [2025-10-23 04:16:10] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007041 10.0.0.41 - - [2025-10-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 04:16:11] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006371 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006464 10.0.0.41 - - [2025-10-23 04:16:11] "POST /ref-update HTTP/1.1" 200 156 0.062788 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006988 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003903 10.0.0.41 - - [2025-10-23 04:16:11] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008775 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005676 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.41 - - [2025-10-23 04:16:11] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007304 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.73 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 404 230 0.004125 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004643 10.0.0.41 - - [2025-10-23 04:16:11] "POST /ref-update HTTP/1.1" 200 156 0.057760 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009567 10.0.0.73 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 404 230 0.006269 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006012 10.0.0.41 - - [2025-10-23 04:16:11] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.016590 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.019520 10.0.0.41 - - [2025-10-23 04:16:11] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003937 10.0.0.41 - - [2025-10-23 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.133 - - [2025-10-23 04:16:11] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.41 - - [2025-10-23 04:16:11] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060024 10.0.0.41 - - [2025-10-23 04:16:11] "POST /neutron/network HTTP/1.1" 200 117 0.020602 10.0.0.73 - - [2025-10-23 04:16:12] "POST /route-targets HTTP/1.1" 200 328 0.014789 10.0.0.41 - - [2025-10-23 04:16:12] "POST /neutron/network HTTP/1.1" 200 799 0.008864 10.0.0.41 - - [2025-10-23 04:16:12] "POST /id-to-fqname HTTP/1.1" 200 214 0.001187 10.0.0.41 - - [2025-10-23 04:16:12] "GET /virtual-network/24a77b6f-9136-47f6-af4d-d4a4e14830e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005311 10.0.0.41 - - [2025-10-23 04:16:12] "GET /virtual-network/24a77b6f-9136-47f6-af4d-d4a4e14830e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005466 10.0.0.41 - - [2025-10-23 04:16:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.008091 10.0.0.41 - - [2025-10-23 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422 10.0.0.133 - - [2025-10-23 04:16:12] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.41 - - [2025-10-23 04:16:12] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049954 10.0.0.73 - - [2025-10-23 04:16:12] "POST /ref-update HTTP/1.1" 200 156 0.022958 10.0.0.133 - - [2025-10-23 04:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006041 10.0.0.41 - - [2025-10-23 04:16:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.234570 10.0.0.41 - - [2025-10-23 04:16:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001241 10.0.0.41 - - [2025-10-23 04:16:13] "GET /virtual-network/ad6dbc6a-7343-46a3-bba7-02526f75c768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005039 10.0.0.41 - - [2025-10-23 04:16:13] "GET /virtual-network/ad6dbc6a-7343-46a3-bba7-02526f75c768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005286 10.0.0.41 - - [2025-10-23 04:16:13] "POST /neutron/network HTTP/1.1" 200 799 0.006050 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 239 0.002888 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.133 - - [2025-10-23 04:16:13] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000890 10.0.0.41 - - [2025-10-23 04:16:13] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038408 10.0.0.41 - - [2025-10-23 04:16:13] "POST /network-policys HTTP/1.1" 200 589 0.026252 10.0.0.41 - - [2025-10-23 04:16:13] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005498 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.41 - - [2025-10-23 04:16:13] "GET /virtual-network/24a77b6f-9136-47f6-af4d-d4a4e14830e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006042 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.41 - - [2025-10-23 04:16:13] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004245 10.0.0.41 - - [2025-10-23 04:16:13] "POST /ref-update HTTP/1.1" 200 156 0.049070 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-10-23 04:16:13] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005440 10.0.0.41 - - [2025-10-23 04:16:13] "GET /virtual-network/24a77b6f-9136-47f6-af4d-d4a4e14830e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.007518 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.41 - - [2025-10-23 04:16:13] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004054 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-10-23 04:16:13] "GET /virtual-network/ad6dbc6a-7343-46a3-bba7-02526f75c768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006240 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2025-10-23 04:16:13] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003944 10.0.0.41 - - [2025-10-23 04:16:13] "POST /ref-update HTTP/1.1" 200 156 0.054025 10.0.0.73 - - [2025-10-23 04:16:13] "PUT /access-control-list/d5a8ea37-a187-4de5-b335-ed7defad8d16 HTTP/1.1" 200 273 0.021551 10.0.0.41 - - [2025-10-23 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007949 10.0.0.41 - - [2025-10-23 04:16:14] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003348 10.0.0.73 - - [2025-10-23 04:16:14] "POST /ref-update HTTP/1.1" 200 156 0.032116 10.0.0.41 - - [2025-10-23 04:16:14] "POST /neutron/network HTTP/1.1" 200 912 0.013653 10.0.0.41 - - [2025-10-23 04:16:14] "GET /virtual-network/ad6dbc6a-7343-46a3-bba7-02526f75c768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.006092 10.0.0.41 - - [2025-10-23 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.41 - - [2025-10-23 04:16:14] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004154 10.0.0.41 - - [2025-10-23 04:16:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001061 10.0.0.41 - - [2025-10-23 04:16:14] "POST /neutron/port HTTP/1.1" 200 1179 0.018407 10.0.0.41 - - [2025-10-23 04:16:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004533 10.0.0.41 - - [2025-10-23 04:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.41 - - [2025-10-23 04:16:14] "POST /neutron/network HTTP/1.1" 200 1059 0.010660 10.0.0.133 - - [2025-10-23 04:16:15] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.41 - - [2025-10-23 04:16:15] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.072084 10.0.0.41 - - [2025-10-23 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007466 10.0.0.41 - - [2025-10-23 04:16:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001755 10.0.0.41 - - [2025-10-23 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007771 10.0.0.133 - - [2025-10-23 04:16:15] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002524 10.0.0.41 - - [2025-10-23 04:16:16] "POST /neutron/port HTTP/1.1" 200 1063 0.313434 10.0.0.41 - - [2025-10-23 04:16:16] "POST /neutron/port HTTP/1.1" 200 1117 0.110159 10.0.0.41 - - [2025-10-23 04:16:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.008982 10.0.0.133 - - [2025-10-23 04:16:16] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.41 - - [2025-10-23 04:16:16] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.078806 10.0.0.41 - - [2025-10-23 04:16:16] "POST /neutron/network HTTP/1.1" 200 912 0.007620 10.0.0.41 - - [2025-10-23 04:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.009037 10.0.0.41 - - [2025-10-23 04:16:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003414 10.0.0.41 - - [2025-10-23 04:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-10-23 04:16:17] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005046 10.0.0.41 - - [2025-10-23 04:16:17] "POST /neutron/port HTTP/1.1" 200 1063 0.021467 10.0.0.41 - - [2025-10-23 04:16:18] "POST /neutron/port HTTP/1.1" 200 1091 0.015853 10.0.0.41 - - [2025-10-23 04:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.013840 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003968 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004495 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.047122 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.035298 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004787 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.009867 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.029500 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.042402 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004416 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004817 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.032480 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.033525 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003964 10.0.0.41 - - [2025-10-23 04:16:18] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007815 10.0.0.41 - - [2025-10-23 04:16:18] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.017144 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003178 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004483 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003818 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.032728 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.044028 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006048 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004027 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.037148 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.049141 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003901 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003876 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.055415 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.039658 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.006220 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004495 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.021196 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003357 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004856 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004557 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.035750 10.0.0.41 - - [2025-10-23 04:16:19] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.029548 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005816 10.0.0.41 - - [2025-10-23 04:16:19] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005153 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.044176 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.053199 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.008515 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.011544 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.042866 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.046778 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005521 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.005150 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.021708 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004171 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008853 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.036654 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004750 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.003832 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.021594 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004604 10.0.0.41 - - [2025-10-23 04:16:20] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004861 10.0.0.41 - - [2025-10-23 04:16:20] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.028030 10.0.0.41 - - [2025-10-23 04:16:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006284 10.0.0.41 - - [2025-10-23 04:16:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004071 10.0.0.41 - - [2025-10-23 04:16:30] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004182 10.0.0.41 - - [2025-10-23 04:16:30] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.003981 10.0.0.41 - - [2025-10-23 04:16:30] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.026035 10.0.0.41 - - [2025-10-23 04:16:30] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.044589 10.0.0.41 - - [2025-10-23 04:16:30] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006797 10.0.0.41 - - [2025-10-23 04:16:30] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004735 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.034237 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.027125 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004766 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004421 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.040779 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.033617 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004516 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006680 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.020146 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003777 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004326 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003758 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.023330 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.025025 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004252 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.003906 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.026548 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.036669 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.008064 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004335 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.030977 10.0.0.41 - - [2025-10-23 04:16:31] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.035526 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006312 10.0.0.41 - - [2025-10-23 04:16:31] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004157 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.024523 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003428 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004407 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003994 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.023646 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/946ae783-a0a7-430a-b6d2-0e6d408dd330 HTTP/1.1" 200 255 0.040165 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004104 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2842 0.004182 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.038229 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/bd948bba-2c1e-4f51-ad14-ca7733ae5f33 HTTP/1.1" 200 255 0.037218 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.006043 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.013293 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.035687 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.030340 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004869 10.0.0.41 - - [2025-10-23 04:16:32] "GET /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2905 0.004562 10.0.0.41 - - [2025-10-23 04:16:32] "PUT /bgp-router/090eb06f-c68f-4d0d-94a4-02c725db8126 HTTP/1.1" 200 255 0.018538 10.0.0.41 - - [2025-10-23 04:16:32] "POST /ref-update HTTP/1.1" 200 156 0.052532 10.0.0.41 - - [2025-10-23 04:16:33] "POST /neutron/network HTTP/1.1" 200 799 0.023690 10.0.0.41 - - [2025-10-23 04:16:33] "GET /virtual-network/ad6dbc6a-7343-46a3-bba7-02526f75c768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.008368 10.0.0.41 - - [2025-10-23 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006261 10.0.0.73 - - [2025-10-23 04:16:33] "POST /ref-update HTTP/1.1" 200 156 0.035140 10.0.0.41 - - [2025-10-23 04:16:33] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004544 10.0.0.41 - - [2025-10-23 04:16:33] "POST /ref-update HTTP/1.1" 200 156 0.070612 10.0.0.41 - - [2025-10-23 04:16:33] "GET /virtual-network/24a77b6f-9136-47f6-af4d-d4a4e14830e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.011427 10.0.0.41 - - [2025-10-23 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008753 10.0.0.41 - - [2025-10-23 04:16:33] "GET /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003828 10.0.0.41 - - [2025-10-23 04:16:33] "DELETE /network-policy/4a883d50-f8e2-4fd4-9e0c-23bc2f9cec94 HTTP/1.1" 200 115 0.031292 10.0.0.41 - - [2025-10-23 04:16:33] "POST /neutron/network HTTP/1.1" 400 204 0.015301 10.0.0.41 - - [2025-10-23 04:16:33] "POST /neutron/port HTTP/1.1" 200 1091 0.013361 10.0.0.41 - - [2025-10-23 04:16:33] "POST /neutron/port HTTP/1.1" 200 151 0.224746 10.0.0.73 - - [2025-10-23 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.41 - - [2025-10-23 04:16:35] "POST /neutron/network HTTP/1.1" 200 799 0.013357 10.0.0.73 - - [2025-10-23 04:16:35] "DELETE /route-target/349c178b-2acd-4981-8282-f6d5acdf7792 HTTP/1.1" 200 115 0.026827 10.0.0.133 - - [2025-10-23 04:16:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.009770 10.0.0.41 - - [2025-10-23 04:16:35] "POST /ref-update HTTP/1.1" 200 156 0.070469 10.0.0.41 - - [2025-10-23 04:16:35] "GET /virtual-network/534e2883-54ed-451e-a870-e95f89660629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.012405 10.0.0.41 - - [2025-10-23 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2025-10-23 04:16:35] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004037 10.0.0.41 - - [2025-10-23 04:16:36] "POST /ref-update HTTP/1.1" 200 156 0.076965 10.0.0.73 - - [2025-10-23 04:16:36] "DELETE /access-control-list/41acf493-8f54-4885-8eea-290ba7f71d12 HTTP/1.1" 200 115 0.064163 10.0.0.41 - - [2025-10-23 04:16:36] "POST /neutron/network HTTP/1.1" 200 975 0.022998 10.0.0.41 - - [2025-10-23 04:16:36] "GET /virtual-network/95a16911-2923-405c-acd9-5fffad281cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007424 10.0.0.41 - - [2025-10-23 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.011968 10.0.0.41 - - [2025-10-23 04:16:36] "GET /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007550 10.0.0.41 - - [2025-10-23 04:16:36] "DELETE /network-policy/5c68c128-803f-4bc8-8a40-2170eaa2e26c HTTP/1.1" 200 115 0.046980 10.0.0.41 - - [2025-10-23 04:16:36] "POST /neutron/port HTTP/1.1" 200 1179 0.015482 10.0.0.41 - - [2025-10-23 04:16:36] "POST /neutron/port HTTP/1.1" 200 1181 0.013349 10.0.0.41 - - [2025-10-23 04:16:38] "POST /neutron/network HTTP/1.1" 200 973 0.008595 10.0.0.73 - - [2025-10-23 04:16:38] "DELETE /route-target/6c3c72df-a0c6-4e91-b9d1-ee88c0f1e8b1 HTTP/1.1" 200 115 0.019246 10.0.0.133 - - [2025-10-23 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003400 10.0.0.133 - - [2025-10-23 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.133 - - [2025-10-23 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.133 - - [2025-10-23 04:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003752 10.0.0.41 - - [2025-10-23 04:16:38] "POST /neutron/network HTTP/1.1" 200 151 0.139747 10.0.0.133 - - [2025-10-23 04:16:40] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.41 - - [2025-10-23 04:16:40] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.036334 10.0.0.133 - - [2025-10-23 04:16:40] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.41 - - [2025-10-23 04:16:40] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?fields=virtual_networks HTTP/1.1" 200 1051 0.037864 10.0.0.133 - - [2025-10-23 04:16:40] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.41 - - [2025-10-23 04:16:40] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.048320 10.0.0.133 - - [2025-10-23 04:16:40] "GET /projects?obj_uuids=9b27c4de-2a7c-4345-8d63-a12cce327ff6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.41 - - [2025-10-23 04:16:40] "GET /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6?fields=security_groups HTTP/1.1" 200 1286 0.046633 10.0.0.41 - - [2025-10-23 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.029234 10.0.0.133 - - [2025-10-23 04:16:41] "GET /projects?obj_uuids=08bb7dde-ef84-44c5-89e5-c6383848a497&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004180 10.0.0.133 - - [2025-10-23 04:16:41] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.133 - - [2025-10-23 04:16:41] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008188 10.0.0.133 - - [2025-10-23 04:16:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.003505 10.0.0.133 - - [2025-10-23 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.004255 10.0.0.133 - - [2025-10-23 04:16:41] "POST /security-groups HTTP/1.1" 200 586 0.072203 10.0.0.73 - - [2025-10-23 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.006737 10.0.0.133 - - [2025-10-23 04:16:41] "POST /projects HTTP/1.1" 200 575 0.295063 10.0.0.133 - - [2025-10-23 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.366699 10.0.0.73 - - [2025-10-23 04:16:41] "POST /access-control-lists HTTP/1.1" 200 591 0.026854 10.0.0.41 - - [2025-10-23 04:16:41] "GET /project/08bb7dde-ef84-44c5-89e5-c6383848a497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.504358 10.0.0.41 - - [2025-10-23 04:16:43] "GET / HTTP/1.1" 200 36215 0.001902 10.0.0.73 - - [2025-10-23 04:16:43] "GET /obj-perms HTTP/1.1" 200 5056 0.055083 10.0.0.41 - - [2025-10-23 04:16:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2025-10-23 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025610 10.0.0.41 - - [2025-10-23 04:16:46] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003231 10.0.0.41 - - [2025-10-23 04:16:46] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003076 10.0.0.41 - - [2025-10-23 04:16:46] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002972 10.0.0.41 - - [2025-10-23 04:16:46] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.009805 10.0.0.41 - - [2025-10-23 04:16:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.022146 10.0.0.133 - - [2025-10-23 04:16:48] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.133 - - [2025-10-23 04:16:48] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.133 - - [2025-10-23 04:16:48] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006367 10.0.0.133 - - [2025-10-23 04:16:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.002143 10.0.0.133 - - [2025-10-23 04:16:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.002651 10.0.0.133 - - [2025-10-23 04:16:48] "POST /security-groups HTTP/1.1" 200 586 0.027329 10.0.0.133 - - [2025-10-23 04:16:48] "POST /projects HTTP/1.1" 200 575 0.221031 10.0.0.73 - - [2025-10-23 04:16:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.007626 10.0.0.133 - - [2025-10-23 04:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.294487 10.0.0.41 - - [2025-10-23 04:16:48] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.422584 10.0.0.41 - - [2025-10-23 04:16:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.027411 10.0.0.133 - - [2025-10-23 04:16:49] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002845 10.0.0.133 - - [2025-10-23 04:16:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.133 - - [2025-10-23 04:16:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006467 10.0.0.133 - - [2025-10-23 04:16:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.006083 10.0.0.133 - - [2025-10-23 04:16:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.003836 10.0.0.133 - - [2025-10-23 04:16:49] "POST /security-groups HTTP/1.1" 200 586 0.070965 10.0.0.133 - - [2025-10-23 04:16:49] "POST /projects HTTP/1.1" 200 575 0.280833 10.0.0.73 - - [2025-10-23 04:16:49] "POST /access-control-lists HTTP/1.1" 200 593 0.023172 10.0.0.133 - - [2025-10-23 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.352623 10.0.0.41 - - [2025-10-23 04:16:49] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.483695 10.0.0.41 - - [2025-10-23 04:16:50] "GET / HTTP/1.1" 200 36215 0.001343 10.0.0.41 - - [2025-10-23 04:16:51] "GET / HTTP/1.1" 200 36215 0.001450 10.0.0.41 - - [2025-10-23 04:16:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003356 10.0.0.41 - - [2025-10-23 04:16:51] "POST /api-access-lists HTTP/1.1" 200 523 0.021298 10.0.0.41 - - [2025-10-23 04:16:51] "GET /api-access-list/8346bca5-97f8-4e44-9aaf-20e843c1647e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.005723 10.0.0.41 - - [2025-10-23 04:16:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.41 - - [2025-10-23 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.091300 10.0.0.133 - - [2025-10-23 04:16:52] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000967 10.0.0.41 - - [2025-10-23 04:16:52] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.057668 10.0.0.41 - - [2025-10-23 04:16:52] "GET /virtual-networks?parent_id=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016330 10.0.0.41 - - [2025-10-23 04:16:52] "POST /virtual-networks HTTP/1.1" 200 570 0.096172 10.0.0.73 - - [2025-10-23 04:16:53] "POST /route-targets HTTP/1.1" 200 328 0.016299 10.0.0.41 - - [2025-10-23 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.029670 10.0.0.41 - - [2025-10-23 04:16:53] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.017736 10.0.0.133 - - [2025-10-23 04:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008188 10.0.0.41 - - [2025-10-23 04:16:53] "POST /ref-update HTTP/1.1" 200 156 0.085015 10.0.0.41 - - [2025-10-23 04:16:53] "GET /virtual-network/da876357-77f8-44a0-9243-101ebbe3ca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.020511 10.0.0.41 - - [2025-10-23 04:16:53] "POST /neutron/network HTTP/1.1" 200 831 0.056701 10.0.0.41 - - [2025-10-23 04:16:54] "POST /id-to-fqname HTTP/1.1" 401 292 0.000421 10.0.0.41 - - [2025-10-23 04:16:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.037804 10.0.0.133 - - [2025-10-23 04:16:56] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000937 10.0.0.41 - - [2025-10-23 04:16:56] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.069101 10.0.0.41 - - [2025-10-23 04:16:56] "POST /neutron/network HTTP/1.1" 200 831 0.006299 10.0.0.41 - - [2025-10-23 04:16:56] "POST /neutron/port HTTP/1.1" 200 117 0.030330 10.0.0.133 - - [2025-10-23 04:16:57] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.41 - - [2025-10-23 04:16:57] "POST /neutron/port HTTP/1.1" 200 1055 0.462195 10.0.0.41 - - [2025-10-23 04:16:57] "POST /neutron/port HTTP/1.1" 200 1109 0.135819 10.0.0.41 - - [2025-10-23 04:16:58] "POST /neutron/subnet HTTP/1.1" 200 647 0.008309 10.0.0.41 - - [2025-10-23 04:17:01] "POST /neutron/port HTTP/1.1" 200 1083 0.016343 10.0.0.41 - - [2025-10-23 04:17:01] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007042 10.0.0.41 - - [2025-10-23 04:17:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014730 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 200 1289 0.044381 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 200 1289 0.017731 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677 HTTP/1.1" 200 2536 0.021222 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 200 1289 0.016601 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677 HTTP/1.1" 200 2536 0.022392 10.0.0.41 - - [2025-10-23 04:17:02] "GET /instance-ip/a50649af-2d77-4497-b5cb-61f4f1e85001 HTTP/1.1" 200 1629 0.026777 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 200 1289 0.017905 10.0.0.41 - - [2025-10-23 04:17:02] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677 HTTP/1.1" 200 2536 0.020822 10.0.0.41 - - [2025-10-23 04:17:02] "GET /instance-ip/a50649af-2d77-4497-b5cb-61f4f1e85001 HTTP/1.1" 200 1629 0.017894 10.0.0.41 - - [2025-10-23 04:17:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.014888 10.0.0.41 - - [2025-10-23 04:17:02] "GET / HTTP/1.1" 200 36215 0.001536 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030373 10.0.0.41 - - [2025-10-23 04:17:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003389 10.0.0.41 - - [2025-10-23 04:17:03] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014894 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.015224 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 04:17:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003279 10.0.0.41 - - [2025-10-23 04:17:03] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013721 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.015874 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.41 - - [2025-10-23 04:17:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003449 10.0.0.41 - - [2025-10-23 04:17:03] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013602 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.015218 10.0.0.41 - - [2025-10-23 04:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.41 - - [2025-10-23 04:17:03] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003265 10.0.0.41 - - [2025-10-23 04:17:03] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014343 10.0.0.41 - - [2025-10-23 04:17:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.015008 10.0.0.41 - - [2025-10-23 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.41 - - [2025-10-23 04:17:04] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003395 10.0.0.41 - - [2025-10-23 04:17:04] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013312 10.0.0.41 - - [2025-10-23 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.018424 10.0.0.41 - - [2025-10-23 04:17:07] "GET /virtual-network/da876357-77f8-44a0-9243-101ebbe3ca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.021634 10.0.0.41 - - [2025-10-23 04:17:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008766 10.0.0.73 - - [2025-10-23 04:17:08] "DELETE /access-control-list/da812a05-2951-4814-a6ae-cb7e1aa450eb HTTP/1.1" 200 115 0.067945 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.017490 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.41 - - [2025-10-23 04:17:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003011 10.0.0.41 - - [2025-10-23 04:17:09] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014272 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.020501 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.41 - - [2025-10-23 04:17:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003299 10.0.0.41 - - [2025-10-23 04:17:09] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014527 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.013635 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2025-10-23 04:17:09] "GET /routing-instance/6c56697a-2a99-4c31-bddd-e87baa8f6a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003555 10.0.0.41 - - [2025-10-23 04:17:09] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013709 10.0.0.41 - - [2025-10-23 04:17:09] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004150 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.014958 10.0.0.41 - - [2025-10-23 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.41 - - [2025-10-23 04:17:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.002799 10.0.0.41 - - [2025-10-23 04:17:09] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012711 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 403 361 0.014101 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.41 - - [2025-10-23 04:17:10] "GET /routing-instance/6c56697a-2a99-4c31-bddd-e87baa8f6a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003747 10.0.0.41 - - [2025-10-23 04:17:10] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015963 10.0.0.41 - - [2025-10-23 04:17:10] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003204 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.014029 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2025-10-23 04:17:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003564 10.0.0.41 - - [2025-10-23 04:17:10] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013905 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.013350 10.0.0.41 - - [2025-10-23 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2025-10-23 04:17:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003428 10.0.0.41 - - [2025-10-23 04:17:10] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012731 10.0.0.133 - - [2025-10-23 04:17:10] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.035625 10.0.0.41 - - [2025-10-23 04:17:11] "GET /obj-perms HTTP/1.1" 200 4915 0.064315 10.0.0.41 - - [2025-10-23 04:17:11] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.019656 10.0.0.41 - - [2025-10-23 04:17:11] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.019982 10.0.0.41 - - [2025-10-23 04:17:11] "GET /virtual-machine-interface/6b191e2c-578d-4b39-9d5a-9bfd50346677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.019954 10.0.0.41 - - [2025-10-23 04:17:12] "GET /virtual-network/da876357-77f8-44a0-9243-101ebbe3ca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.018007 10.0.0.133 - - [2025-10-23 04:17:12] "GET /obj-perms HTTP/1.1" 200 4915 0.039171 10.0.0.41 - - [2025-10-23 04:17:12] "GET /obj-perms HTTP/1.1" 200 4915 0.068113 10.0.0.133 - - [2025-10-23 04:17:13] "DELETE /project/9b27c4de-2a7c-4345-8d63-a12cce327ff6 HTTP/1.1" 404 177 0.005847 10.0.0.133 - - [2025-10-23 04:17:13] "DELETE /project/517e656e67c64e6b8c2c0deb92c7c6c4 HTTP/1.1" 404 173 0.008908 10.0.0.133 - - [2025-10-23 04:17:13] "DELETE /project/08bb7ddeef8444c589e5c6383848a497 HTTP/1.1" 404 173 0.005566 10.0.0.133 - - [2025-10-23 04:17:13] "DELETE /project/3188c432cb9f4942b8948694d8c41342 HTTP/1.1" 404 173 0.004699 10.0.0.41 - - [2025-10-23 04:17:13] "GET /obj-perms HTTP/1.1" 200 4915 0.015501 10.0.0.41 - - [2025-10-23 04:17:14] "GET /obj-perms HTTP/1.1" 200 4915 0.061085 10.0.0.133 - - [2025-10-23 04:17:14] "GET /obj-perms HTTP/1.1" 200 5020 0.053165 10.0.0.41 - - [2025-10-23 04:17:14] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.017668 10.0.0.41 - - [2025-10-23 04:17:14] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 200 1289 0.015843 10.0.0.41 - - [2025-10-23 04:17:15] "POST /neutron/port HTTP/1.1" 200 151 0.196402 10.0.0.41 - - [2025-10-23 04:17:16] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 404 171 0.014530 10.0.0.41 - - [2025-10-23 04:17:16] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 404 171 0.012086 10.0.0.41 - - [2025-10-23 04:17:16] "GET /virtual-machine/1fd7a321-3b53-4ac3-8e9a-524c0c081082 HTTP/1.1" 404 171 0.012136 10.0.0.41 - - [2025-10-23 04:17:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.015443 10.0.0.41 - - [2025-10-23 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.41 - - [2025-10-23 04:17:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004347 10.0.0.41 - - [2025-10-23 04:17:17] "GET /virtual-networks?parent_id=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026950 10.0.0.41 - - [2025-10-23 04:17:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.017446 10.0.0.41 - - [2025-10-23 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.41 - - [2025-10-23 04:17:17] "GET /routing-instance/6c56697a-2a99-4c31-bddd-e87baa8f6a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004317 10.0.0.41 - - [2025-10-23 04:17:17] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.033437 10.0.0.41 - - [2025-10-23 04:17:17] "GET /route-target/979d38b8-9c52-4e6b-a586-fcd3c63b1fdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.012648 10.0.0.41 - - [2025-10-23 04:17:18] "GET /obj-perms HTTP/1.1" 200 4915 0.064546 10.0.0.133 - - [2025-10-23 04:17:18] "GET /obj-perms HTTP/1.1" 200 5020 0.007498 10.0.0.41 - - [2025-10-23 04:17:21] "GET /obj-perms HTTP/1.1" 200 5020 0.049404 10.0.0.133 - - [2025-10-23 04:17:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003555 10.0.0.41 - - [2025-10-23 04:17:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003489 10.0.0.133 - - [2025-10-23 04:17:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003841 10.0.0.41 - - [2025-10-23 04:17:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003607 10.0.0.73 - - [2025-10-23 04:17:37] "GET /obj-perms HTTP/1.1" 200 5020 0.044438 10.0.0.133 - - [2025-10-23 04:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.133 - - [2025-10-23 04:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003336 10.0.0.41 - - [2025-10-23 04:17:37] "DELETE /virtual-network/da876357-77f8-44a0-9243-101ebbe3ca2c HTTP/1.1" 200 115 0.122678 10.0.0.41 - - [2025-10-23 04:17:37] "DELETE /api-access-list/8346bca5-97f8-4e44-9aaf-20e843c1647e HTTP/1.1" 200 115 0.032181 10.0.0.133 - - [2025-10-23 04:17:37] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.41 - - [2025-10-23 04:17:37] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052715 10.0.0.133 - - [2025-10-23 04:17:37] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.41 - - [2025-10-23 04:17:37] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?fields=virtual_networks HTTP/1.1" 200 1024 0.067464 10.0.0.133 - - [2025-10-23 04:17:37] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.41 - - [2025-10-23 04:17:37] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042846 10.0.0.133 - - [2025-10-23 04:17:37] "GET /projects?obj_uuids=517e656e-67c6-4e6b-8c2c-0deb92c7c6c4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.41 - - [2025-10-23 04:17:37] "GET /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4?fields=security_groups HTTP/1.1" 200 1246 0.034337 10.0.0.133 - - [2025-10-23 04:17:38] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002317 10.0.0.41 - - [2025-10-23 04:17:38] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045065 10.0.0.133 - - [2025-10-23 04:17:38] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.41 - - [2025-10-23 04:17:38] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?fields=virtual_networks HTTP/1.1" 200 1024 0.037175 10.0.0.133 - - [2025-10-23 04:17:38] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.41 - - [2025-10-23 04:17:38] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.037793 10.0.0.133 - - [2025-10-23 04:17:38] "GET /projects?obj_uuids=3188c432-cb9f-4942-b894-8694d8c41342&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001255 10.0.0.41 - - [2025-10-23 04:17:38] "GET /project/3188c432-cb9f-4942-b894-8694d8c41342?fields=security_groups HTTP/1.1" 200 1246 0.042012 10.0.0.41 - - [2025-10-23 04:17:41] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003911 10.0.0.41 - - [2025-10-23 04:17:41] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.012609 10.0.0.133 - - [2025-10-23 04:17:41] "GET /projects?obj_uuids=08bb7dde-ef84-44c5-89e5-c6383848a497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000906 10.0.0.41 - - [2025-10-23 04:17:41] "GET /project/08bb7dde-ef84-44c5-89e5-c6383848a497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.034844 10.0.0.133 - - [2025-10-23 04:17:41] "GET /projects?obj_uuids=08bb7dde-ef84-44c5-89e5-c6383848a497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.41 - - [2025-10-23 04:17:41] "GET /project/08bb7dde-ef84-44c5-89e5-c6383848a497?fields=virtual_networks HTTP/1.1" 200 1022 0.079820 10.0.0.133 - - [2025-10-23 04:17:41] "GET /projects?obj_uuids=08bb7dde-ef84-44c5-89e5-c6383848a497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000920 10.0.0.41 - - [2025-10-23 04:17:41] "GET /project/08bb7dde-ef84-44c5-89e5-c6383848a497?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049240 10.0.0.133 - - [2025-10-23 04:17:41] "GET /projects?obj_uuids=08bb7dde-ef84-44c5-89e5-c6383848a497&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.41 - - [2025-10-23 04:17:41] "GET /project/08bb7dde-ef84-44c5-89e5-c6383848a497?fields=security_groups HTTP/1.1" 200 1244 0.039224 10.0.0.41 - - [2025-10-23 04:17:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.027189 10.0.0.133 - - [2025-10-23 04:17:42] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002716 10.0.0.133 - - [2025-10-23 04:17:42] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.133 - - [2025-10-23 04:17:42] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007012 10.0.0.133 - - [2025-10-23 04:17:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.003145 10.0.0.133 - - [2025-10-23 04:17:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.003403 10.0.0.133 - - [2025-10-23 04:17:42] "POST /security-groups HTTP/1.1" 200 591 0.077283 10.0.0.73 - - [2025-10-23 04:17:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.004650 10.0.0.133 - - [2025-10-23 04:17:42] "POST /projects HTTP/1.1" 200 585 0.260337 10.0.0.133 - - [2025-10-23 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.333404 10.0.0.73 - - [2025-10-23 04:17:42] "POST /access-control-lists HTTP/1.1" 200 596 0.032189 10.0.0.41 - - [2025-10-23 04:17:42] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.467882 10.0.0.41 - - [2025-10-23 04:17:43] "GET / HTTP/1.1" 200 36215 0.001819 10.0.0.41 - - [2025-10-23 04:17:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-10-23 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.027514 10.0.0.41 - - [2025-10-23 04:17:47] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003343 10.0.0.41 - - [2025-10-23 04:17:47] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003600 10.0.0.41 - - [2025-10-23 04:17:47] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003254 10.0.0.41 - - [2025-10-23 04:17:47] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.010002 10.0.0.41 - - [2025-10-23 04:17:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.024957 10.0.0.133 - - [2025-10-23 04:17:48] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002790 10.0.0.133 - - [2025-10-23 04:17:48] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.133 - - [2025-10-23 04:17:48] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006508 10.0.0.133 - - [2025-10-23 04:17:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.004475 10.0.0.133 - - [2025-10-23 04:17:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.006267 10.0.0.133 - - [2025-10-23 04:17:49] "POST /security-groups HTTP/1.1" 200 591 0.032414 10.0.0.133 - - [2025-10-23 04:17:49] "POST /projects HTTP/1.1" 200 585 0.227029 10.0.0.73 - - [2025-10-23 04:17:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.005423 10.0.0.133 - - [2025-10-23 04:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.295468 10.0.0.41 - - [2025-10-23 04:17:49] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.432640 10.0.0.41 - - [2025-10-23 04:17:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.023664 10.0.0.133 - - [2025-10-23 04:17:49] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005069 10.0.0.133 - - [2025-10-23 04:17:49] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000882 10.0.0.133 - - [2025-10-23 04:17:49] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006521 10.0.0.133 - - [2025-10-23 04:17:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.004555 10.0.0.133 - - [2025-10-23 04:17:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.011608 10.0.0.133 - - [2025-10-23 04:17:50] "POST /security-groups HTTP/1.1" 200 591 0.028395 10.0.0.133 - - [2025-10-23 04:17:50] "POST /projects HTTP/1.1" 200 585 0.260237 10.0.0.73 - - [2025-10-23 04:17:50] "POST /access-control-lists HTTP/1.1" 200 598 0.025825 10.0.0.133 - - [2025-10-23 04:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.333826 10.0.0.41 - - [2025-10-23 04:17:50] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.468958 10.0.0.41 - - [2025-10-23 04:17:50] "GET / HTTP/1.1" 200 36215 0.001413 10.0.0.41 - - [2025-10-23 04:17:51] "GET / HTTP/1.1" 200 36215 0.001435 10.0.0.41 - - [2025-10-23 04:17:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.003582 10.0.0.41 - - [2025-10-23 04:17:52] "POST /api-access-lists HTTP/1.1" 200 523 0.021210 10.0.0.41 - - [2025-10-23 04:17:52] "GET /api-access-list/13f3dff3-2207-4759-8aec-f272f3987a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006135 10.0.0.41 - - [2025-10-23 04:17:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-10-23 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.046502 10.0.0.133 - - [2025-10-23 04:17:53] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.41 - - [2025-10-23 04:17:53] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060760 10.0.0.41 - - [2025-10-23 04:17:53] "GET /virtual-networks?parent_id=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016585 10.0.0.41 - - [2025-10-23 04:17:53] "POST /virtual-networks HTTP/1.1" 200 585 0.084961 10.0.0.73 - - [2025-10-23 04:17:53] "POST /route-targets HTTP/1.1" 200 328 0.014997 10.0.0.41 - - [2025-10-23 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.036801 10.0.0.41 - - [2025-10-23 04:17:53] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.016371 10.0.0.133 - - [2025-10-23 04:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007052 10.0.0.41 - - [2025-10-23 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.087309 10.0.0.41 - - [2025-10-23 04:17:53] "GET /virtual-network/7b14ad77-ea93-462d-af14-beb18df382d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.032499 10.0.0.41 - - [2025-10-23 04:17:53] "POST /neutron/network HTTP/1.1" 200 848 0.051420 10.0.0.41 - - [2025-10-23 04:17:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2025-10-23 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.039778 10.0.0.133 - - [2025-10-23 04:17:54] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.41 - - [2025-10-23 04:17:54] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047573 10.0.0.41 - - [2025-10-23 04:17:54] "GET /virtual-networks?parent_id=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018795 10.0.0.41 - - [2025-10-23 04:17:54] "POST /virtual-networks HTTP/1.1" 200 585 0.085718 10.0.0.41 - - [2025-10-23 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.038905 10.0.0.73 - - [2025-10-23 04:17:54] "POST /ref-update HTTP/1.1" 200 156 0.029565 10.0.0.41 - - [2025-10-23 04:17:54] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.015697 10.0.0.133 - - [2025-10-23 04:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005448 10.0.0.41 - - [2025-10-23 04:17:54] "POST /ref-update HTTP/1.1" 200 156 0.077823 10.0.0.41 - - [2025-10-23 04:17:55] "POST /neutron/network HTTP/1.1" 200 847 0.053630 10.0.0.41 - - [2025-10-23 04:17:55] "GET /virtual-network/05ca433b-403d-4bef-8569-a8de465764e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.018265 10.0.0.41 - - [2025-10-23 04:17:56] "PUT /virtual-network/7b14ad77-ea93-462d-af14-beb18df382d1 HTTP/1.1" 200 265 0.049564 10.0.0.41 - - [2025-10-23 04:17:56] "PUT /virtual-network/7b14ad77-ea93-462d-af14-beb18df382d1 HTTP/1.1" 200 265 0.050591 10.0.0.133 - - [2025-10-23 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003286 10.0.0.133 - - [2025-10-23 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.41 - - [2025-10-23 04:17:56] "DELETE /virtual-network/05ca433b-403d-4bef-8569-a8de465764e3 HTTP/1.1" 200 115 0.130733 10.0.0.133 - - [2025-10-23 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003047 10.0.0.73 - - [2025-10-23 04:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.133 - - [2025-10-23 04:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.41 - - [2025-10-23 04:17:56] "DELETE /virtual-network/7b14ad77-ea93-462d-af14-beb18df382d1 HTTP/1.1" 200 115 0.134135 10.0.0.41 - - [2025-10-23 04:17:56] "DELETE /api-access-list/13f3dff3-2207-4759-8aec-f272f3987a89 HTTP/1.1" 200 115 0.035100 10.0.0.133 - - [2025-10-23 04:17:56] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.41 - - [2025-10-23 04:17:56] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042238 10.0.0.133 - - [2025-10-23 04:17:56] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.41 - - [2025-10-23 04:17:56] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?fields=virtual_networks HTTP/1.1" 200 1035 0.044475 10.0.0.133 - - [2025-10-23 04:17:56] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.042807 10.0.0.133 - - [2025-10-23 04:17:57] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?fields=security_groups HTTP/1.1" 200 1262 0.039713 10.0.0.133 - - [2025-10-23 04:17:57] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043130 10.0.0.133 - - [2025-10-23 04:17:57] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000848 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?fields=virtual_networks HTTP/1.1" 200 1035 0.036932 10.0.0.133 - - [2025-10-23 04:17:57] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044793 10.0.0.133 - - [2025-10-23 04:17:57] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.41 - - [2025-10-23 04:17:57] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?fields=security_groups HTTP/1.1" 200 1262 0.047614 10.0.0.133 - - [2025-10-23 04:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.133 - - [2025-10-23 04:17:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.133 - - [2025-10-23 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.133 - - [2025-10-23 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.73 - - [2025-10-23 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.73 - - [2025-10-23 04:18:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.73 - - [2025-10-23 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.41 - - [2025-10-23 04:18:01] "GET / HTTP/1.1" 200 36215 0.001833 10.0.0.73 - - [2025-10-23 04:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000309 10.0.0.41 - - [2025-10-23 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.41 - - [2025-10-23 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-23 04:18:02] "GET / HTTP/1.1" 200 36215 0.002291 10.0.0.41 - - [2025-10-23 04:18:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.41 - - [2025-10-23 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2025-10-23 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.124630 10.0.0.133 - - [2025-10-23 04:18:03] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.41 - - [2025-10-23 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.41 - - [2025-10-23 04:18:03] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053142 10.0.0.41 - - [2025-10-23 04:18:03] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012421 10.0.0.41 - - [2025-10-23 04:18:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.012990 10.0.0.41 - - [2025-10-23 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.013751 10.0.0.133 - - [2025-10-23 04:18:03] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.41 - - [2025-10-23 04:18:03] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.017295 10.0.0.41 - - [2025-10-23 04:18:03] "POST /service-templates HTTP/1.1" 403 264 0.010074 10.0.0.41 - - [2025-10-23 04:18:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.003193 10.0.0.41 - - [2025-10-23 04:18:03] "POST /api-access-lists HTTP/1.1" 200 557 0.024455 10.0.0.41 - - [2025-10-23 04:18:04] "GET /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.006329 10.0.0.41 - - [2025-10-23 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.017918 10.0.0.133 - - [2025-10-23 04:18:04] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.41 - - [2025-10-23 04:18:04] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055574 10.0.0.41 - - [2025-10-23 04:18:04] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017368 10.0.0.41 - - [2025-10-23 04:18:04] "POST /virtual-networks HTTP/1.1" 200 585 0.082229 10.0.0.41 - - [2025-10-23 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.029807 10.0.0.73 - - [2025-10-23 04:18:04] "POST /ref-update HTTP/1.1" 200 156 0.029462 10.0.0.41 - - [2025-10-23 04:18:04] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.017143 10.0.0.133 - - [2025-10-23 04:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007136 10.0.0.41 - - [2025-10-23 04:18:04] "POST /ref-update HTTP/1.1" 200 156 0.085055 10.0.0.41 - - [2025-10-23 04:18:04] "POST /neutron/network HTTP/1.1" 200 845 0.052371 10.0.0.41 - - [2025-10-23 04:18:04] "GET /virtual-network/95fa78e9-13c7-441f-ab01-9ab216b6dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.016212 10.0.0.41 - - [2025-10-23 04:18:04] "POST /neutron/subnet HTTP/1.1" 200 664 0.044557 10.0.0.41 - - [2025-10-23 04:18:05] "GET /virtual-network/95fa78e9-13c7-441f-ab01-9ab216b6dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.005659 10.0.0.41 - - [2025-10-23 04:18:05] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003376 10.0.0.41 - - [2025-10-23 04:18:05] "GET /virtual-network/95fa78e9-13c7-441f-ab01-9ab216b6dc72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.005678 10.0.0.41 - - [2025-10-23 04:18:05] "GET /obj-perms HTTP/1.1" 200 5030 0.060282 10.0.0.41 - - [2025-10-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.015686 10.0.0.41 - - [2025-10-23 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.012879 10.0.0.133 - - [2025-10-23 04:18:06] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.41 - - [2025-10-23 04:18:06] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020086 10.0.0.41 - - [2025-10-23 04:18:07] "POST /service-templates HTTP/1.1" 403 264 0.012468 10.0.0.41 - - [2025-10-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.003529 10.0.0.41 - - [2025-10-23 04:18:07] "POST /api-access-lists HTTP/1.1" 200 523 0.023809 10.0.0.41 - - [2025-10-23 04:18:07] "GET /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005239 10.0.0.41 - - [2025-10-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.016690 10.0.0.41 - - [2025-10-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.015154 10.0.0.133 - - [2025-10-23 04:18:07] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.41 - - [2025-10-23 04:18:07] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021716 10.0.0.41 - - [2025-10-23 04:18:07] "POST /service-templates HTTP/1.1" 200 553 0.045617 10.0.0.41 - - [2025-10-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.018374 10.0.0.41 - - [2025-10-23 04:18:07] "GET /service-template/3022bc6b-7c60-4df2-8c31-fce82d89ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.016557 10.0.0.41 - - [2025-10-23 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.014882 10.0.0.41 - - [2025-10-23 04:18:07] "GET /service-template/3022bc6b-7c60-4df2-8c31-fce82d89ddba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.017723 10.0.0.41 - - [2025-10-23 04:18:08] "GET /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003376 10.0.0.41 - - [2025-10-23 04:18:08] "PUT /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a HTTP/1.1" 200 265 0.009665 10.0.0.41 - - [2025-10-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.41 - - [2025-10-23 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.071159 10.0.0.133 - - [2025-10-23 04:18:08] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.41 - - [2025-10-23 04:18:08] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059277 10.0.0.41 - - [2025-10-23 04:18:09] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.033990 10.0.0.41 - - [2025-10-23 04:18:09] "POST /virtual-networks HTTP/1.1" 403 263 0.016708 10.0.0.73 - - [2025-10-23 04:18:09] "DELETE /access-control-list/79ad9a13-4877-40b0-afc0-11275e63f541 HTTP/1.1" 200 115 0.077765 10.0.0.73 - - [2025-10-23 04:18:09] "DELETE /access-control-list/dcde503c-2a8a-446e-94f6-32b74792a6bc HTTP/1.1" 200 115 0.032590 10.0.0.41 - - [2025-10-23 04:18:10] "GET /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003684 10.0.0.41 - - [2025-10-23 04:18:10] "PUT /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4 HTTP/1.1" 200 265 0.010201 10.0.0.41 - - [2025-10-23 04:18:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.017234 10.0.0.41 - - [2025-10-23 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.018821 10.0.0.133 - - [2025-10-23 04:18:10] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.41 - - [2025-10-23 04:18:10] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022890 10.0.0.41 - - [2025-10-23 04:18:10] "POST /service-templates HTTP/1.1" 403 264 0.013138 10.0.0.41 - - [2025-10-23 04:18:10] "GET /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.004983 10.0.0.41 - - [2025-10-23 04:18:10] "PUT /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a HTTP/1.1" 200 265 0.013610 10.0.0.41 - - [2025-10-23 04:18:10] "GET /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003757 10.0.0.41 - - [2025-10-23 04:18:10] "PUT /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4 HTTP/1.1" 200 265 0.012411 10.0.0.41 - - [2025-10-23 04:18:11] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003597 10.0.0.41 - - [2025-10-23 04:18:11] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.010161 10.0.0.41 - - [2025-10-23 04:18:11] "DELETE /api-access-list/8275fb52-7de2-412a-96f5-5108fb6d3c2a HTTP/1.1" 200 115 0.030782 10.0.0.41 - - [2025-10-23 04:18:11] "DELETE /api-access-list/0fa59d13-5fac-44e9-b203-0487c72cbea4 HTTP/1.1" 200 115 0.026369 10.0.0.41 - - [2025-10-23 04:18:12] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.004575 10.0.0.41 - - [2025-10-23 04:18:12] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.012423 10.0.0.41 - - [2025-10-23 04:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.017522 10.0.0.41 - - [2025-10-23 04:18:12] "DELETE /service-template/3022bc6b-7c60-4df2-8c31-fce82d89ddba HTTP/1.1" 200 115 0.042036 10.0.0.41 - - [2025-10-23 04:18:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.019580 10.0.0.133 - - [2025-10-23 04:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.133 - - [2025-10-23 04:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005703 10.0.0.41 - - [2025-10-23 04:18:12] "DELETE /virtual-network/95fa78e9-13c7-441f-ab01-9ab216b6dc72 HTTP/1.1" 200 115 0.121285 10.0.0.41 - - [2025-10-23 04:18:13] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003738 10.0.0.41 - - [2025-10-23 04:18:13] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.010980 10.0.0.41 - - [2025-10-23 04:18:13] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003680 10.0.0.41 - - [2025-10-23 04:18:13] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.010870 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/f329d7f0b8c148038c28517ddcf363f4 HTTP/1.1" 404 173 0.012782 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/3188c432-cb9f-4942-b894-8694d8c41342 HTTP/1.1" 404 177 0.010494 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/b0286a1f03c04ee5a7aea0696f101ce4 HTTP/1.1" 404 173 0.014771 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/cbc6bdd89da940178bf8994dc0f4501f HTTP/1.1" 404 173 0.007703 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/517e656e-67c6-4e6b-8c2c-0deb92c7c6c4 HTTP/1.1" 404 177 0.007118 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /project/08bb7dde-ef84-44c5-89e5-c6383848a497 HTTP/1.1" 404 177 0.010739 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000817 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000718 10.0.0.133 - - [2025-10-23 04:18:13] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.049940 10.0.0.133 - - [2025-10-23 04:18:13] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.057437 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.133 - - [2025-10-23 04:18:13] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?fields=security_groups HTTP/1.1" 200 1364 0.036864 10.0.0.133 - - [2025-10-23 04:18:13] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?fields=security_groups HTTP/1.1" 200 1364 0.048022 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /security-group/d7cabb5f-b120-42fe-9e65-9147fb404472 HTTP/1.1" 200 115 0.055037 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=f329d7f0-b8c1-4803-8c28-517ddcf363f4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001806 10.0.0.133 - - [2025-10-23 04:18:13] "DELETE /security-group/8695669d-4751-4e22-b6ca-15e40d443d50 HTTP/1.1" 200 115 0.071689 10.0.0.133 - - [2025-10-23 04:18:13] "GET /projects?obj_uuids=b0286a1f-03c0-4ee5-a7ae-a0696f101ce4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000855 10.0.0.73 - - [2025-10-23 04:18:13] "DELETE /access-control-list/2459c1dd-8391-4043-b6cd-9895348cbf1f HTTP/1.1" 200 115 0.063186 10.0.0.133 - - [2025-10-23 04:18:13] "GET /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4?fields=application_policy_sets HTTP/1.1" 200 1403 0.074202 10.0.0.133 - - [2025-10-23 04:18:14] "GET /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4?fields=application_policy_sets HTTP/1.1" 200 1403 0.108423 10.0.0.73 - - [2025-10-23 04:18:14] "DELETE /access-control-list/14c3d447-6dff-4b8a-808f-d50dec8022a5 HTTP/1.1" 200 115 0.061746 10.0.0.133 - - [2025-10-23 04:18:14] "DELETE /project/f329d7f0-b8c1-4803-8c28-517ddcf363f4 HTTP/1.1" 200 115 0.498943 10.0.0.133 - - [2025-10-23 04:18:14] "DELETE /project/b0286a1f-03c0-4ee5-a7ae-a0696f101ce4 HTTP/1.1" 200 115 0.538150 10.0.0.41 - - [2025-10-23 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.133 - - [2025-10-23 04:18:15] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.41 - - [2025-10-23 04:18:15] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043613 10.0.0.133 - - [2025-10-23 04:18:16] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.41 - - [2025-10-23 04:18:16] "POST /neutron/network HTTP/1.1" 200 643 0.205994 10.0.0.41 - - [2025-10-23 04:18:16] "POST /id-to-fqname HTTP/1.1" 200 240 0.003183 10.0.0.41 - - [2025-10-23 04:18:16] "GET /virtual-network/feb93073-68b0-4f44-a246-0b27d2c73dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005304 10.0.0.41 - - [2025-10-23 04:18:16] "POST /neutron/network HTTP/1.1" 200 861 0.006215 10.0.0.41 - - [2025-10-23 04:18:16] "GET /virtual-network/feb93073-68b0-4f44-a246-0b27d2c73dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006331 10.0.0.41 - - [2025-10-23 04:18:16] "POST /neutron/network HTTP/1.1" 200 861 0.006354 10.0.0.41 - - [2025-10-23 04:18:16] "GET /virtual-network/feb93073-68b0-4f44-a246-0b27d2c73dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005619 10.0.0.41 - - [2025-10-23 04:18:16] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.004081 10.0.0.41 - - [2025-10-23 04:18:16] "GET /virtual-network/feb93073-68b0-4f44-a246-0b27d2c73dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004953 10.0.0.73 - - [2025-10-23 04:18:17] "GET /obj-perms HTTP/1.1" 200 5030 0.084753 10.0.0.133 - - [2025-10-23 04:18:17] "GET /obj-perms HTTP/1.1" 200 5030 0.072547 10.0.0.41 - - [2025-10-23 04:18:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.003495 10.0.0.41 - - [2025-10-23 04:18:17] "POST /api-access-lists HTTP/1.1" 200 557 0.029226 10.0.0.41 - - [2025-10-23 04:18:17] "GET /api-access-list/7622a34c-be02-4cf3-bdfa-6c3ecfb64b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.005396 10.0.0.41 - - [2025-10-23 04:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.019738 10.0.0.133 - - [2025-10-23 04:18:17] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.41 - - [2025-10-23 04:18:17] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065861 10.0.0.73 - - [2025-10-23 04:18:18] "POST /route-targets HTTP/1.1" 200 328 0.012527 10.0.0.41 - - [2025-10-23 04:18:18] "POST /neutron/network HTTP/1.1" 200 693 0.027278 10.0.0.41 - - [2025-10-23 04:18:18] "POST /neutron/network HTTP/1.1" 200 863 0.029092 10.0.0.41 - - [2025-10-23 04:18:18] "POST /id-to-fqname HTTP/1.1" 200 240 0.014129 10.0.0.41 - - [2025-10-23 04:18:18] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.016155 10.0.0.41 - - [2025-10-23 04:18:18] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.016607 10.0.0.41 - - [2025-10-23 04:18:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.061616 10.0.0.41 - - [2025-10-23 04:18:18] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005557 10.0.0.41 - - [2025-10-23 04:18:18] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003401 10.0.0.41 - - [2025-10-23 04:18:19] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005176 10.0.0.41 - - [2025-10-23 04:18:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.014161 10.0.0.73 - - [2025-10-23 04:18:19] "POST /access-control-lists HTTP/1.1" 200 628 0.023819 10.0.0.73 - - [2025-10-23 04:18:19] "PUT /access-control-list/93b299eb-7b39-4eba-98f5-70b1394d6acd HTTP/1.1" 200 273 0.012069 10.0.0.133 - - [2025-10-23 04:18:20] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.41 - - [2025-10-23 04:18:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.088945 10.0.0.133 - - [2025-10-23 04:18:20] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.41 - - [2025-10-23 04:18:20] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.099718 10.0.0.73 - - [2025-10-23 04:18:20] "PUT /access-control-list/c62c1849-218a-4fcd-b6e6-4650f5a6cfa0 HTTP/1.1" 200 273 0.020316 10.0.0.133 - - [2025-10-23 04:18:20] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000986 10.0.0.41 - - [2025-10-23 04:18:21] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.266323 10.0.0.41 - - [2025-10-23 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024399 10.0.0.41 - - [2025-10-23 04:18:21] "GET /security-group/26512b4c-5046-49a9-9d60-a1ff1d2b86f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.029102 10.0.0.41 - - [2025-10-23 04:18:21] "POST /id-to-fqname HTTP/1.1" 200 240 0.014404 10.0.0.133 - - [2025-10-23 04:18:23] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.41 - - [2025-10-23 04:18:23] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068167 10.0.0.41 - - [2025-10-23 04:18:23] "POST /neutron/network HTTP/1.1" 200 863 0.006329 10.0.0.41 - - [2025-10-23 04:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.036374 10.0.0.133 - - [2025-10-23 04:18:24] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.41 - - [2025-10-23 04:18:24] "POST /neutron/port HTTP/1.1" 200 1059 0.494339 10.0.0.41 - - [2025-10-23 04:18:24] "POST /neutron/port HTTP/1.1" 200 1113 0.112883 10.0.0.41 - - [2025-10-23 04:18:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.008104 10.0.0.41 - - [2025-10-23 04:18:28] "POST /neutron/port HTTP/1.1" 200 1087 0.016298 10.0.0.41 - - [2025-10-23 04:18:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008476 10.0.0.41 - - [2025-10-23 04:18:29] "POST /neutron/port HTTP/1.1" 200 1087 0.016637 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 401 292 0.000599 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.051898 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.018703 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine-interface/e4cfc7ef-13d1-4abe-bfb0-d3097874e290 HTTP/1.1" 200 3031 0.022930 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.016620 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine-interface/e4cfc7ef-13d1-4abe-bfb0-d3097874e290 HTTP/1.1" 200 3031 0.019365 10.0.0.41 - - [2025-10-23 04:18:29] "GET /instance-ip/3fd5a10a-2c47-4ded-b724-e0a3875e05f7 HTTP/1.1" 200 1642 0.018365 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.021623 10.0.0.41 - - [2025-10-23 04:18:29] "GET /virtual-machine-interface/e4cfc7ef-13d1-4abe-bfb0-d3097874e290 HTTP/1.1" 200 3031 0.020200 10.0.0.41 - - [2025-10-23 04:18:29] "GET /instance-ip/3fd5a10a-2c47-4ded-b724-e0a3875e05f7 HTTP/1.1" 200 1642 0.017631 10.0.0.41 - - [2025-10-23 04:18:29] "POST /fqname-to-id HTTP/1.1" 403 354 0.013500 10.0.0.41 - - [2025-10-23 04:18:29] "GET / HTTP/1.1" 200 36215 0.001496 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.024439 10.0.0.41 - - [2025-10-23 04:18:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003278 10.0.0.41 - - [2025-10-23 04:18:30] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.018806 10.0.0.41 - - [2025-10-23 04:18:30] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.016200 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.015671 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2025-10-23 04:18:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004900 10.0.0.41 - - [2025-10-23 04:18:30] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019304 10.0.0.41 - - [2025-10-23 04:18:30] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020039 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.018105 10.0.0.41 - - [2025-10-23 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.41 - - [2025-10-23 04:18:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004642 10.0.0.41 - - [2025-10-23 04:18:30] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023126 10.0.0.41 - - [2025-10-23 04:18:31] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019642 10.0.0.41 - - [2025-10-23 04:18:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.014792 10.0.0.41 - - [2025-10-23 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.41 - - [2025-10-23 04:18:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003457 10.0.0.41 - - [2025-10-23 04:18:31] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019607 10.0.0.41 - - [2025-10-23 04:18:31] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020942 10.0.0.41 - - [2025-10-23 04:18:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.015461 10.0.0.41 - - [2025-10-23 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-10-23 04:18:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003845 10.0.0.41 - - [2025-10-23 04:18:31] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019666 10.0.0.41 - - [2025-10-23 04:18:31] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022243 10.0.0.41 - - [2025-10-23 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.015991 10.0.0.41 - - [2025-10-23 04:18:34] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.017822 10.0.0.41 - - [2025-10-23 04:18:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006263 10.0.0.41 - - [2025-10-23 04:18:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.016178 10.0.0.41 - - [2025-10-23 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.41 - - [2025-10-23 04:18:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003201 10.0.0.41 - - [2025-10-23 04:18:36] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026171 10.0.0.41 - - [2025-10-23 04:18:36] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022423 10.0.0.41 - - [2025-10-23 04:18:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018430 10.0.0.41 - - [2025-10-23 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.41 - - [2025-10-23 04:18:36] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004545 10.0.0.41 - - [2025-10-23 04:18:36] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023156 10.0.0.41 - - [2025-10-23 04:18:37] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.025271 10.0.0.41 - - [2025-10-23 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016588 10.0.0.41 - - [2025-10-23 04:18:37] "GET /routing-instance/c6d3e1a3-d0e5-4877-ac6e-77779098f328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023008 10.0.0.41 - - [2025-10-23 04:18:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.018168 10.0.0.41 - - [2025-10-23 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2025-10-23 04:18:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003736 10.0.0.41 - - [2025-10-23 04:18:37] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026852 10.0.0.41 - - [2025-10-23 04:18:37] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022723 10.0.0.41 - - [2025-10-23 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012739 10.0.0.41 - - [2025-10-23 04:18:37] "GET /routing-instance/c6d3e1a3-d0e5-4877-ac6e-77779098f328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.017560 10.0.0.133 - - [2025-10-23 04:18:37] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.038595 10.0.0.41 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.037210 10.0.0.41 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.012373 10.0.0.41 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.011470 10.0.0.41 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.012081 10.0.0.133 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.010816 10.0.0.41 - - [2025-10-23 04:18:38] "GET /obj-perms HTTP/1.1" 403 257 0.011926 10.0.0.41 - - [2025-10-23 04:18:39] "GET /obj-perms HTTP/1.1" 403 257 0.041376 10.0.0.41 - - [2025-10-23 04:18:39] "GET /obj-perms HTTP/1.1" 403 257 0.011955 10.0.0.41 - - [2025-10-23 04:18:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004379 10.0.0.133 - - [2025-10-23 04:18:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004414 10.0.0.73 - - [2025-10-23 04:18:40] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.041880 10.0.0.41 - - [2025-10-23 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.015917 10.0.0.133 - - [2025-10-23 04:18:40] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.41 - - [2025-10-23 04:18:40] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073136 10.0.0.41 - - [2025-10-23 04:18:40] "GET /virtual-network/feb93073-68b0-4f44-a246-0b27d2c73dd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.037414 10.0.0.41 - - [2025-10-23 04:18:40] "GET /floating-ip-pools?parent_id=feb93073-68b0-4f44-a246-0b27d2c73dd0&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.020437 10.0.0.41 - - [2025-10-23 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.022582 10.0.0.41 - - [2025-10-23 04:18:40] "GET /floating-ip-pool/a5186a5e-a7a5-4894-b975-9858965bb48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.016911 10.0.0.133 - - [2025-10-23 04:18:40] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.41 - - [2025-10-23 04:18:40] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055039 10.0.0.41 - - [2025-10-23 04:18:40] "POST /floating-ips HTTP/1.1" 200 618 0.070318 10.0.0.41 - - [2025-10-23 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.019298 10.0.0.41 - - [2025-10-23 04:18:41] "GET /floating-ip/c000386f-68c3-4e90-ae61-6b27b78113e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.016284 10.0.0.41 - - [2025-10-23 04:18:41] "GET /floating-ip/c000386f-68c3-4e90-ae61-6b27b78113e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.022334 10.0.0.41 - - [2025-10-23 04:18:41] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016902 10.0.0.41 - - [2025-10-23 04:18:41] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1205 0.018063 10.0.0.41 - - [2025-10-23 04:18:41] "GET /virtual-machine-interface/e4cfc7ef-13d1-4abe-bfb0-d3097874e290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.019416 10.0.0.41 - - [2025-10-23 04:18:41] "POST /ref-update HTTP/1.1" 200 156 0.042480 10.0.0.41 - - [2025-10-23 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018256 10.0.0.41 - - [2025-10-23 04:18:41] "GET /routing-instance/a266fd87-3417-4ca9-b70d-19c7575efa7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.017956 10.0.0.41 - - [2025-10-23 04:18:41] "POST /neutron/port HTTP/1.1" 200 1087 0.060045 10.0.0.41 - - [2025-10-23 04:18:42] "POST /neutron/port HTTP/1.1" 200 1154 0.204073 10.0.0.41 - - [2025-10-23 04:18:42] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.017392 10.0.0.41 - - [2025-10-23 04:18:42] "GET /virtual-machine-interface/e4cfc7ef-13d1-4abe-bfb0-d3097874e290 HTTP/1.1" 200 3595 0.019790 10.0.0.41 - - [2025-10-23 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.013834 10.0.0.41 - - [2025-10-23 04:18:42] "GET /security-group/26512b4c-5046-49a9-9d60-a1ff1d2b86f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.016804 10.0.0.41 - - [2025-10-23 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016656 10.0.0.41 - - [2025-10-23 04:18:42] "GET /security-group/26512b4c-5046-49a9-9d60-a1ff1d2b86f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.015184 10.0.0.41 - - [2025-10-23 04:18:42] "DELETE /floating-ip/c000386f-68c3-4e90-ae61-6b27b78113e7 HTTP/1.1" 200 115 0.080847 10.0.0.41 - - [2025-10-23 04:18:42] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 200 1294 0.021958 10.0.0.41 - - [2025-10-23 04:18:43] "POST /neutron/port HTTP/1.1" 200 1154 0.014166 10.0.0.41 - - [2025-10-23 04:18:44] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 404 171 0.020145 10.0.0.41 - - [2025-10-23 04:18:44] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 404 171 0.015297 10.0.0.41 - - [2025-10-23 04:18:44] "GET /virtual-machine/5a82c814-e002-445e-bd19-4a2d5776a69a HTTP/1.1" 404 171 0.014855 10.0.0.41 - - [2025-10-23 04:18:44] "POST /fqname-to-id HTTP/1.1" 403 354 0.017951 10.0.0.41 - - [2025-10-23 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.41 - - [2025-10-23 04:18:44] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005317 10.0.0.41 - - [2025-10-23 04:18:45] "GET /virtual-networks?parent_id=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025576 10.0.0.41 - - [2025-10-23 04:18:45] "GET /virtual-network/1cddf107-fc87-4b9e-ad40-f1c463ee527e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.021965 10.0.0.41 - - [2025-10-23 04:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.014386 10.0.0.41 - - [2025-10-23 04:18:45] "GET /routing-instance/c6d3e1a3-d0e5-4877-ac6e-77779098f328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.019271 10.0.0.41 - - [2025-10-23 04:18:45] "GET /obj-perms HTTP/1.1" 403 257 0.040836 10.0.0.133 - - [2025-10-23 04:18:45] "GET /obj-perms HTTP/1.1" 200 5056 0.380305 10.0.0.41 - - [2025-10-23 04:18:46] "GET /obj-perms HTTP/1.1" 403 257 0.038307 10.0.0.41 - - [2025-10-23 04:18:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004174 10.0.0.133 - - [2025-10-23 04:18:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004846 10.0.0.41 - - [2025-10-23 04:18:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004858 10.0.0.133 - - [2025-10-23 04:19:01] "GET /obj-perms HTTP/1.1" 200 5030 0.003685 10.0.0.41 - - [2025-10-23 04:19:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004009 10.0.0.133 - - [2025-10-23 04:19:07] "GET /obj-perms HTTP/1.1" 200 5030 0.005007 10.0.0.41 - - [2025-10-23 04:19:07] "POST /neutron/security_group HTTP/1.1" 200 151 0.081584 10.0.0.41 - - [2025-10-23 04:19:07] "POST /fqname-to-id HTTP/1.1" 404 232 0.029319 10.0.0.73 - - [2025-10-23 04:19:07] "DELETE /access-control-list/c62c1849-218a-4fcd-b6e6-4650f5a6cfa0 HTTP/1.1" 200 115 0.034898 10.0.0.41 - - [2025-10-23 04:19:08] "DELETE /api-access-list/7622a34c-be02-4cf3-bdfa-6c3ecfb64b05 HTTP/1.1" 200 115 0.049677 10.0.0.41 - - [2025-10-23 04:19:08] "POST /neutron/network HTTP/1.1" 200 861 0.006944 10.0.0.73 - - [2025-10-23 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.41 - - [2025-10-23 04:19:10] "GET /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003725 10.0.0.41 - - [2025-10-23 04:19:10] "PUT /api-access-list/6f1c705b-5abc-4797-b547-2e7aef200c41 HTTP/1.1" 200 265 0.010410 10.0.0.133 - - [2025-10-23 04:19:10] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.41 - - [2025-10-23 04:19:10] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053514 10.0.0.133 - - [2025-10-23 04:19:10] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.41 - - [2025-10-23 04:19:11] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?fields=virtual_networks HTTP/1.1" 200 1035 0.056291 10.0.0.133 - - [2025-10-23 04:19:11] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.41 - - [2025-10-23 04:19:11] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.036376 10.0.0.133 - - [2025-10-23 04:19:11] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.41 - - [2025-10-23 04:19:11] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?fields=security_groups HTTP/1.1" 200 1262 0.035924 10.0.0.133 - - [2025-10-23 04:19:11] "GET /projects?obj_uuids=c99c7ffc-b6a2-4961-8d42-f4b8ad34c994&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001267 10.0.0.41 - - [2025-10-23 04:19:11] "GET /project/c99c7ffc-b6a2-4961-8d42-f4b8ad34c994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.048477 [Introspect:8084]10.0.0.41 - - [2025-10-23 04:19:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001331 10.0.0.133 - - [2025-10-23 04:19:14] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.133 - - [2025-10-23 04:19:14] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.044461 10.0.0.133 - - [2025-10-23 04:19:14] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.133 - - [2025-10-23 04:19:14] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?fields=security_groups HTTP/1.1" 200 1364 0.042600 10.0.0.133 - - [2025-10-23 04:19:14] "DELETE /security-group/80e965cc-c745-4fa1-96e7-5aa0eb331706 HTTP/1.1" 200 115 0.061577 10.0.0.133 - - [2025-10-23 04:19:14] "GET /projects?obj_uuids=cbc6bdd8-9da9-4017-8bf8-994dc0f4501f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.133 - - [2025-10-23 04:19:14] "GET /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f?fields=application_policy_sets HTTP/1.1" 200 1403 0.048779 10.0.0.73 - - [2025-10-23 04:19:14] "DELETE /access-control-list/16f317d3-95d5-4c30-a247-383d29dbf25d HTTP/1.1" 200 115 0.063362 10.0.0.133 - - [2025-10-23 04:19:14] "DELETE /project/cbc6bdd8-9da9-4017-8bf8-994dc0f4501f HTTP/1.1" 200 115 0.461189 10.0.0.41 - - [2025-10-23 04:19:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.026106 10.0.0.133 - - [2025-10-23 04:19:15] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002706 10.0.0.133 - - [2025-10-23 04:19:15] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.133 - - [2025-10-23 04:19:15] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008582 10.0.0.133 - - [2025-10-23 04:19:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.005903 10.0.0.133 - - [2025-10-23 04:19:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.008293 10.0.0.133 - - [2025-10-23 04:19:15] "POST /security-groups HTTP/1.1" 200 592 0.030285 10.0.0.133 - - [2025-10-23 04:19:16] "POST /projects HTTP/1.1" 200 587 0.269124 10.0.0.73 - - [2025-10-23 04:19:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.009870 10.0.0.133 - - [2025-10-23 04:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.347952 10.0.0.41 - - [2025-10-23 04:19:16] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.482466 10.0.0.41 - - [2025-10-23 04:19:17] "GET / HTTP/1.1" 200 36215 0.001455 10.0.0.41 - - [2025-10-23 04:19:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-23 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.081613 10.0.0.133 - - [2025-10-23 04:19:19] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000880 10.0.0.41 - - [2025-10-23 04:19:19] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037087 10.0.0.133 - - [2025-10-23 04:19:19] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.41 - - [2025-10-23 04:19:19] "POST /neutron/network HTTP/1.1" 200 608 0.143724 10.0.0.41 - - [2025-10-23 04:19:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.003465 10.0.0.41 - - [2025-10-23 04:19:20] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009871 10.0.0.41 - - [2025-10-23 04:19:20] "POST /neutron/network HTTP/1.1" 200 825 0.008075 10.0.0.41 - - [2025-10-23 04:19:20] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005508 10.0.0.73 - - [2025-10-23 04:19:20] "POST /ref-update HTTP/1.1" 200 156 0.023858 10.0.0.41 - - [2025-10-23 04:19:21] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005540 10.0.0.41 - - [2025-10-23 04:19:21] "GET /obj-perms HTTP/1.1" 200 5032 0.059617 10.0.0.41 - - [2025-10-23 04:19:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001294 10.0.0.41 - - [2025-10-23 04:19:22] "POST /neutron/network HTTP/1.1" 200 835 0.006846 10.0.0.133 - - [2025-10-23 04:19:23] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001623 10.0.0.41 - - [2025-10-23 04:19:23] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.075739 10.0.0.41 - - [2025-10-23 04:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.007482 10.0.0.41 - - [2025-10-23 04:19:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001769 10.0.0.41 - - [2025-10-23 04:19:24] "POST /neutron/network HTTP/1.1" 200 835 0.008745 10.0.0.41 - - [2025-10-23 04:19:24] "POST /neutron/port HTTP/1.1" 200 1059 0.017208 10.0.0.41 - - [2025-10-23 04:19:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004743 10.0.0.133 - - [2025-10-23 04:19:25] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.41 - - [2025-10-23 04:19:25] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.099528 10.0.0.41 - - [2025-10-23 04:19:25] "POST /neutron/network HTTP/1.1" 200 825 0.006557 10.0.0.41 - - [2025-10-23 04:19:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007949 10.0.0.41 - - [2025-10-23 04:19:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007433 10.0.0.41 - - [2025-10-23 04:19:26] "POST /neutron/port HTTP/1.1" 200 1059 0.015926 10.0.0.41 - - [2025-10-23 04:19:26] "POST /neutron/port HTTP/1.1" 200 1087 0.016956 10.0.0.41 - - [2025-10-23 04:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.41 - - [2025-10-23 04:19:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007153 10.0.0.41 - - [2025-10-23 04:19:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015191 10.0.0.41 - - [2025-10-23 04:19:30] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 401 292 0.000403 10.0.0.41 - - [2025-10-23 04:19:31] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 200 1296 0.026967 10.0.0.41 - - [2025-10-23 04:19:31] "GET /virtual-machine-interface/2f0f9cf1-227d-4f06-a396-f00c0b7e058b HTTP/1.1" 200 2956 0.005554 10.0.0.41 - - [2025-10-23 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-10-23 04:19:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003636 10.0.0.41 - - [2025-10-23 04:19:31] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002993 10.0.0.41 - - [2025-10-23 04:19:31] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005666 10.0.0.41 - - [2025-10-23 04:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011433 10.0.0.41 - - [2025-10-23 04:19:34] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008238 10.0.0.41 - - [2025-10-23 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2025-10-23 04:19:38] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006538 10.0.0.41 - - [2025-10-23 04:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-23 04:19:42] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006397 10.0.0.73 - - [2025-10-23 04:19:46] "GET /obj-perms HTTP/1.1" 200 5056 0.051828 10.0.0.41 - - [2025-10-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.41 - - [2025-10-23 04:19:46] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005071 10.0.0.41 - - [2025-10-23 04:19:50] "POST /neutron/port HTTP/1.1" 200 1087 0.013303 10.0.0.41 - - [2025-10-23 04:19:50] "POST /neutron/subnet HTTP/1.1" 200 690 0.008166 10.0.0.41 - - [2025-10-23 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.41 - - [2025-10-23 04:19:50] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004963 10.0.0.41 - - [2025-10-23 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.41 - - [2025-10-23 04:19:55] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005647 10.0.0.41 - - [2025-10-23 04:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2025-10-23 04:19:59] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005045 10.0.0.41 - - [2025-10-23 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.41 - - [2025-10-23 04:20:03] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007329 10.0.0.41 - - [2025-10-23 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.41 - - [2025-10-23 04:20:07] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006019 10.0.0.41 - - [2025-10-23 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2025-10-23 04:20:11] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983 10.0.0.41 - - [2025-10-23 04:20:11] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003955 10.0.0.41 - - [2025-10-23 04:20:11] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007865 10.0.0.41 - - [2025-10-23 04:20:11] "POST /neutron/port HTTP/1.1" 200 1087 0.021244 10.0.0.133 - - [2025-10-23 04:20:14] "DELETE /project/161e592ad31d4f578c9f2b051c24b21a HTTP/1.1" 404 173 0.028175 10.0.0.41 - - [2025-10-23 04:20:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007077 10.0.0.41 - - [2025-10-23 04:20:20] "POST /neutron/network HTTP/1.1" 200 835 0.034941 10.0.0.41 - - [2025-10-23 04:20:20] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.41 - - [2025-10-23 04:20:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007458 10.0.0.41 - - [2025-10-23 04:20:25] "POST /neutron/port HTTP/1.1" 200 1087 0.036813 10.0.0.41 - - [2025-10-23 04:20:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007195 10.0.0.41 - - [2025-10-23 04:20:37] "POST /neutron/port HTTP/1.1" 200 1087 0.018578 10.0.0.41 - - [2025-10-23 04:20:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009687 10.0.0.41 - - [2025-10-23 04:20:37] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 200 1295 0.007137 10.0.0.41 - - [2025-10-23 04:20:37] "GET /virtual-machine-interface/e9ad054b-089f-498e-948a-4359504cc4b8 HTTP/1.1" 200 2957 0.006354 10.0.0.41 - - [2025-10-23 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.41 - - [2025-10-23 04:20:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004228 10.0.0.41 - - [2025-10-23 04:20:37] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002923 10.0.0.41 - - [2025-10-23 04:20:37] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006642 10.0.0.41 - - [2025-10-23 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.41 - - [2025-10-23 04:20:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003867 10.0.0.41 - - [2025-10-23 04:20:38] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003081 10.0.0.41 - - [2025-10-23 04:20:39] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006414 10.0.0.41 - - [2025-10-23 04:20:52] "POST /neutron/port HTTP/1.1" 200 1087 0.018705 10.0.0.41 - - [2025-10-23 04:20:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004714 10.0.0.41 - - [2025-10-23 04:20:52] "POST /neutron/network HTTP/1.1" 200 825 0.008294 10.0.0.41 - - [2025-10-23 04:21:20] "POST /neutron/network HTTP/1.1" 200 835 0.007106 10.0.0.41 - - [2025-10-23 04:21:20] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.133 - - [2025-10-23 04:21:48] "GET /obj-perms HTTP/1.1" 200 5056 0.051361 10.0.0.41 - - [2025-10-23 04:21:54] "POST /neutron/port HTTP/1.1" 200 1087 0.014355 10.0.0.41 - - [2025-10-23 04:21:54] "POST /neutron/subnet HTTP/1.1" 200 690 0.008167 10.0.0.41 - - [2025-10-23 04:22:06] "POST /neutron/port HTTP/1.1" 200 1087 0.015232 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 200 1296 0.004033 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine-interface/2f0f9cf1-227d-4f06-a396-f00c0b7e058b HTTP/1.1" 200 2956 0.005589 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 200 1296 0.006002 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine-interface/2f0f9cf1-227d-4f06-a396-f00c0b7e058b HTTP/1.1" 200 2956 0.005487 10.0.0.41 - - [2025-10-23 04:22:06] "GET /instance-ip/6767c44a-8a25-4193-bc2f-664308350274 HTTP/1.1" 200 1624 0.005778 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 200 1296 0.003496 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-machine-interface/2f0f9cf1-227d-4f06-a396-f00c0b7e058b HTTP/1.1" 200 2956 0.006463 10.0.0.41 - - [2025-10-23 04:22:06] "GET /instance-ip/6767c44a-8a25-4193-bc2f-664308350274 HTTP/1.1" 200 1624 0.003791 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003486 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002663 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005500 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004066 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002979 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005649 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004945 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003199 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006999 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005184 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003098 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005527 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003628 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002950 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006110 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-10-23 04:22:06] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002944 10.0.0.41 - - [2025-10-23 04:22:06] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007152 10.0.0.41 - - [2025-10-23 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.41 - - [2025-10-23 04:22:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004107 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003217 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005746 10.0.0.41 - - [2025-10-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2025-10-23 04:22:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003438 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002844 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005972 10.0.0.41 - - [2025-10-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.41 - - [2025-10-23 04:22:07] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005203 10.0.0.41 - - [2025-10-23 04:22:07] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004759 10.0.0.41 - - [2025-10-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.41 - - [2025-10-23 04:22:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003567 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002755 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005529 10.0.0.41 - - [2025-10-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.41 - - [2025-10-23 04:22:07] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004521 10.0.0.41 - - [2025-10-23 04:22:07] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004915 10.0.0.41 - - [2025-10-23 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.41 - - [2025-10-23 04:22:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219 10.0.0.41 - - [2025-10-23 04:22:07] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003080 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005577 10.0.0.41 - - [2025-10-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2025-10-23 04:22:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003872 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002904 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005599 10.0.0.41 - - [2025-10-23 04:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.41 - - [2025-10-23 04:22:08] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003916 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002861 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005941 10.0.0.41 - - [2025-10-23 04:22:08] "GET /obj-perms HTTP/1.1" 200 5032 0.005700 10.0.0.41 - - [2025-10-23 04:22:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003943 10.0.0.133 - - [2025-10-23 04:22:08] "GET /obj-perms HTTP/1.1" 200 5032 0.045294 10.0.0.41 - - [2025-10-23 04:22:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003708 10.0.0.133 - - [2025-10-23 04:22:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003723 10.0.0.41 - - [2025-10-23 04:22:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007251 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 200 1295 0.003940 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine-interface/e9ad054b-089f-498e-948a-4359504cc4b8 HTTP/1.1" 200 2957 0.005181 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 200 1295 0.007828 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine-interface/e9ad054b-089f-498e-948a-4359504cc4b8 HTTP/1.1" 200 2957 0.005635 10.0.0.41 - - [2025-10-23 04:22:08] "GET /instance-ip/84c380b6-db83-471d-b266-d0b001732918 HTTP/1.1" 200 1624 0.007497 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 200 1295 0.004466 10.0.0.41 - - [2025-10-23 04:22:08] "GET /virtual-machine-interface/e9ad054b-089f-498e-948a-4359504cc4b8 HTTP/1.1" 200 2957 0.005812 10.0.0.41 - - [2025-10-23 04:22:08] "GET /instance-ip/84c380b6-db83-471d-b266-d0b001732918 HTTP/1.1" 200 1624 0.006769 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003645 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002802 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006337 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003833 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002778 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005283 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003822 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002645 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008347 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003211 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005716 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003897 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003008 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005114 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004179 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002853 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006428 10.0.0.41 - - [2025-10-23 04:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.41 - - [2025-10-23 04:22:09] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003796 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002879 10.0.0.41 - - [2025-10-23 04:22:09] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005825 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2025-10-23 04:22:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003495 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003073 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005367 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.41 - - [2025-10-23 04:22:10] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004311 10.0.0.41 - - [2025-10-23 04:22:10] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003769 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.41 - - [2025-10-23 04:22:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004308 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003250 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006968 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-10-23 04:22:10] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005486 10.0.0.41 - - [2025-10-23 04:22:10] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004536 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.41 - - [2025-10-23 04:22:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004158 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003841 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006031 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.41 - - [2025-10-23 04:22:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003167 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005802 10.0.0.41 - - [2025-10-23 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.41 - - [2025-10-23 04:22:10] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004576 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003211 10.0.0.41 - - [2025-10-23 04:22:10] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008810 10.0.0.41 - - [2025-10-23 04:22:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003618 10.0.0.133 - - [2025-10-23 04:22:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003812 10.0.0.41 - - [2025-10-23 04:22:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003730 10.0.0.73 - - [2025-10-23 04:22:11] "GET /obj-perms HTTP/1.1" 200 5032 0.048203 10.0.0.133 - - [2025-10-23 04:22:11] "GET /obj-perms HTTP/1.1" 200 5032 0.003595 10.0.0.41 - - [2025-10-23 04:22:16] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 200 1295 0.003937 10.0.0.41 - - [2025-10-23 04:22:17] "POST /neutron/port HTTP/1.1" 200 151 0.199354 10.0.0.41 - - [2025-10-23 04:22:18] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 404 171 0.003242 10.0.0.41 - - [2025-10-23 04:22:18] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 404 171 0.002797 10.0.0.41 - - [2025-10-23 04:22:18] "GET /virtual-machine/6367a7fa-af95-491d-9f18-b3d8e2fb2547 HTTP/1.1" 404 171 0.002496 10.0.0.41 - - [2025-10-23 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.41 - - [2025-10-23 04:22:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008146 10.0.0.41 - - [2025-10-23 04:22:19] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003853 10.0.0.41 - - [2025-10-23 04:22:19] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007674 10.0.0.41 - - [2025-10-23 04:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-10-23 04:22:19] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005650 10.0.0.41 - - [2025-10-23 04:22:19] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004080 10.0.0.41 - - [2025-10-23 04:22:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004632 10.0.0.133 - - [2025-10-23 04:22:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003318 10.0.0.41 - - [2025-10-23 04:22:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004586 10.0.0.41 - - [2025-10-23 04:22:28] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 200 1296 0.004315 10.0.0.41 - - [2025-10-23 04:22:29] "POST /neutron/port HTTP/1.1" 200 151 0.149305 10.0.0.41 - - [2025-10-23 04:22:30] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 404 171 0.003092 10.0.0.41 - - [2025-10-23 04:22:30] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 404 171 0.002617 10.0.0.41 - - [2025-10-23 04:22:30] "GET /virtual-machine/9fc3be61-01f0-4996-ac7c-48cfb5392e1c HTTP/1.1" 404 171 0.002498 10.0.0.41 - - [2025-10-23 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.41 - - [2025-10-23 04:22:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.41 - - [2025-10-23 04:22:31] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003510 10.0.0.41 - - [2025-10-23 04:22:31] "GET /virtual-network/1b0bc9a2-e8b8-4295-b6d9-28abbaca09f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007083 10.0.0.41 - - [2025-10-23 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.41 - - [2025-10-23 04:22:31] "GET /routing-instance/52c47244-1a61-48cb-a902-9f8a56c97ea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005130 10.0.0.41 - - [2025-10-23 04:22:31] "GET /route-target/98878ee5-108b-4e08-ad59-00ce6057ff57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004816 10.0.0.133 - - [2025-10-23 04:22:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004558 10.0.0.41 - - [2025-10-23 04:22:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004266 10.0.0.41 - - [2025-10-23 04:22:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003539 10.0.0.133 - - [2025-10-23 04:22:37] "GET /obj-perms HTTP/1.1" 200 5032 0.003992 10.0.0.41 - - [2025-10-23 04:22:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.005394 10.0.0.41 - - [2025-10-23 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.133 - - [2025-10-23 04:22:40] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028489 10.0.0.41 - - [2025-10-23 04:22:40] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082550 10.0.0.41 - - [2025-10-23 04:22:40] "POST /network-policys HTTP/1.1" 200 524 0.033982 10.0.0.41 - - [2025-10-23 04:22:40] "GET /network-policy/f22212ba-804f-49b1-a93e-eeda3b0617d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006639 10.0.0.41 - - [2025-10-23 04:22:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003220 10.0.0.41 - - [2025-10-23 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.133 - - [2025-10-23 04:22:40] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.41 - - [2025-10-23 04:22:40] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046939 10.0.0.41 - - [2025-10-23 04:22:40] "POST /network-policys HTTP/1.1" 200 524 0.026466 10.0.0.41 - - [2025-10-23 04:22:41] "GET /network-policy/88d5609f-0e8e-40dd-a2a1-ea5ce5bc07fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007012 10.0.0.41 - - [2025-10-23 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.133 - - [2025-10-23 04:22:41] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001784 10.0.0.41 - - [2025-10-23 04:22:41] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049855 10.0.0.41 - - [2025-10-23 04:22:41] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004055 10.0.0.41 - - [2025-10-23 04:22:41] "POST /virtual-networks HTTP/1.1" 200 548 0.075509 10.0.0.41 - - [2025-10-23 04:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.73 - - [2025-10-23 04:22:41] "POST /route-targets HTTP/1.1" 200 328 0.038546 10.0.0.41 - - [2025-10-23 04:22:41] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.004098 10.0.0.133 - - [2025-10-23 04:22:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004609 10.0.0.41 - - [2025-10-23 04:22:41] "POST /ref-update HTTP/1.1" 200 156 0.063712 10.0.0.41 - - [2025-10-23 04:22:41] "POST /neutron/network HTTP/1.1" 200 809 0.005975 10.0.0.41 - - [2025-10-23 04:22:41] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005243 10.0.0.41 - - [2025-10-23 04:22:41] "POST /neutron/subnet HTTP/1.1" 200 672 0.007937 10.0.0.41 - - [2025-10-23 04:22:41] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005442 10.0.0.73 - - [2025-10-23 04:22:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003508 10.0.0.41 - - [2025-10-23 04:22:42] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005453 10.0.0.41 - - [2025-10-23 04:22:42] "PUT /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946 HTTP/1.1" 200 265 0.041535 10.0.0.41 - - [2025-10-23 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-10-23 04:22:42] "GET /network-policy/f22212ba-804f-49b1-a93e-eeda3b0617d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004281 10.0.0.41 - - [2025-10-23 04:22:42] "POST /ref-update HTTP/1.1" 200 156 0.045009 10.0.0.73 - - [2025-10-23 04:22:42] "POST /access-control-lists HTTP/1.1" 200 594 0.033335 10.0.0.41 - - [2025-10-23 04:22:42] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006763 10.0.0.41 - - [2025-10-23 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2025-10-23 04:22:42] "GET /network-policy/f22212ba-804f-49b1-a93e-eeda3b0617d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003950 10.0.0.41 - - [2025-10-23 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.133 - - [2025-10-23 04:22:42] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000860 10.0.0.41 - - [2025-10-23 04:22:42] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038678 10.0.0.41 - - [2025-10-23 04:22:42] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003109 10.0.0.41 - - [2025-10-23 04:22:42] "POST /virtual-networks HTTP/1.1" 200 548 0.081097 10.0.0.41 - - [2025-10-23 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.41 - - [2025-10-23 04:22:42] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.006037 10.0.0.133 - - [2025-10-23 04:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009044 10.0.0.41 - - [2025-10-23 04:22:43] "POST /ref-update HTTP/1.1" 200 156 0.063691 10.0.0.41 - - [2025-10-23 04:22:43] "POST /neutron/network HTTP/1.1" 200 809 0.006308 10.0.0.41 - - [2025-10-23 04:22:43] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005032 10.0.0.41 - - [2025-10-23 04:22:43] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005854 10.0.0.41 - - [2025-10-23 04:22:43] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005599 10.0.0.41 - - [2025-10-23 04:22:43] "PUT /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205 HTTP/1.1" 200 265 0.052733 10.0.0.41 - - [2025-10-23 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2025-10-23 04:22:43] "GET /network-policy/88d5609f-0e8e-40dd-a2a1-ea5ce5bc07fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.003339 10.0.0.73 - - [2025-10-23 04:22:43] "POST /fqname-to-id HTTP/1.1" 404 237 0.003329 10.0.0.41 - - [2025-10-23 04:22:43] "POST /ref-update HTTP/1.1" 200 156 0.040264 10.0.0.41 - - [2025-10-23 04:22:43] "POST /neutron/network HTTP/1.1" 200 886 0.006149 10.0.0.41 - - [2025-10-23 04:22:43] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005054 10.0.0.41 - - [2025-10-23 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.016997 10.0.0.41 - - [2025-10-23 04:22:44] "GET /network-policy/88d5609f-0e8e-40dd-a2a1-ea5ce5bc07fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004335 10.0.0.41 - - [2025-10-23 04:22:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.003037 10.0.0.133 - - [2025-10-23 04:22:44] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.41 - - [2025-10-23 04:22:44] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061998 10.0.0.41 - - [2025-10-23 04:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.006120 10.0.0.41 - - [2025-10-23 04:22:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001186 10.0.0.41 - - [2025-10-23 04:22:45] "POST /neutron/network HTTP/1.1" 200 896 0.008028 10.0.0.73 - - [2025-10-23 04:22:45] "PUT /access-control-list/b9745eb8-4b2c-4cae-9977-65b0b7e03f4d HTTP/1.1" 200 273 0.015194 10.0.0.41 - - [2025-10-23 04:22:46] "POST /neutron/port HTTP/1.1" 200 1061 0.042048 10.0.0.133 - - [2025-10-23 04:22:46] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.41 - - [2025-10-23 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.018402 10.0.0.41 - - [2025-10-23 04:22:46] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068631 10.0.0.41 - - [2025-10-23 04:22:46] "POST /neutron/subnet HTTP/1.1" 200 646 0.007594 10.0.0.41 - - [2025-10-23 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.018641 10.0.0.41 - - [2025-10-23 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014542 10.0.0.133 - - [2025-10-23 04:22:47] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001447 10.0.0.41 - - [2025-10-23 04:22:47] "POST /neutron/port HTTP/1.1" 200 1061 0.282540 10.0.0.41 - - [2025-10-23 04:22:47] "POST /neutron/port HTTP/1.1" 200 1115 0.099703 10.0.0.41 - - [2025-10-23 04:22:47] "POST /neutron/subnet HTTP/1.1" 200 646 0.008571 10.0.0.133 - - [2025-10-23 04:22:49] "GET /obj-perms HTTP/1.1" 200 5056 0.057461 10.0.0.41 - - [2025-10-23 04:22:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016828 10.0.0.41 - - [2025-10-23 04:22:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008544 10.0.0.41 - - [2025-10-23 04:22:52] "GET /virtual-machine/4fa11fcb-5f03-4665-bdbe-58136c5e2274 HTTP/1.1" 200 1295 0.006655 10.0.0.41 - - [2025-10-23 04:22:52] "GET /virtual-machine-interface/9ef5a15a-2425-4aae-900a-eed4051a95a2 HTTP/1.1" 200 2957 0.006326 10.0.0.41 - - [2025-10-23 04:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.41 - - [2025-10-23 04:22:52] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003484 10.0.0.41 - - [2025-10-23 04:22:52] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004113 10.0.0.41 - - [2025-10-23 04:22:52] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007017 10.0.0.41 - - [2025-10-23 04:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2025-10-23 04:22:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005818 10.0.0.41 - - [2025-10-23 04:22:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016599 10.0.0.41 - - [2025-10-23 04:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141 10.0.0.41 - - [2025-10-23 04:22:55] "POST /neutron/network HTTP/1.1" 200 886 0.006278 10.0.0.41 - - [2025-10-23 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2025-10-23 04:22:59] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005198 10.0.0.133 - - [2025-10-23 04:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.133 - - [2025-10-23 04:22:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.133 - - [2025-10-23 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.133 - - [2025-10-23 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2025-10-23 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.73 - - [2025-10-23 04:23:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.73 - - [2025-10-23 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.73 - - [2025-10-23 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.41 - - [2025-10-23 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.41 - - [2025-10-23 04:23:01] "GET /global-system-configs HTTP/1.1" 401 292 0.082958 10.0.0.41 - - [2025-10-23 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2025-10-23 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006421 10.0.0.41 - - [2025-10-23 04:23:03] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007379 10.0.0.41 - - [2025-10-23 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-10-23 04:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2025-10-23 04:23:07] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005964 10.0.0.41 - - [2025-10-23 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2025-10-23 04:23:11] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004939 10.0.0.41 - - [2025-10-23 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2025-10-23 04:23:15] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005205 10.0.0.41 - - [2025-10-23 04:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.41 - - [2025-10-23 04:23:19] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005194 10.0.0.41 - - [2025-10-23 04:23:22] "POST /neutron/network HTTP/1.1" 200 896 0.006511 10.0.0.41 - - [2025-10-23 04:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.41 - - [2025-10-23 04:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.41 - - [2025-10-23 04:23:23] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005431 10.0.0.41 - - [2025-10-23 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.41 - - [2025-10-23 04:23:28] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005091 10.0.0.41 - - [2025-10-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.41 - - [2025-10-23 04:23:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004589 10.0.0.41 - - [2025-10-23 04:23:30] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003653 10.0.0.41 - - [2025-10-23 04:23:30] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007326 10.0.0.41 - - [2025-10-23 04:23:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007312 10.0.0.41 - - [2025-10-23 04:23:40] "POST /neutron/port HTTP/1.1" 200 1089 0.014789 10.0.0.41 - - [2025-10-23 04:23:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006521 10.0.0.41 - - [2025-10-23 04:23:46] "POST /neutron/port HTTP/1.1" 200 1089 0.016973 10.0.0.41 - - [2025-10-23 04:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.053653 10.0.0.73 - - [2025-10-23 04:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.050851 10.0.0.41 - - [2025-10-23 04:23:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008877 10.0.0.41 - - [2025-10-23 04:23:56] "POST /neutron/port HTTP/1.1" 200 1089 0.014007 10.0.0.41 - - [2025-10-23 04:23:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007965 10.0.0.41 - - [2025-10-23 04:23:56] "GET /virtual-machine/0e700764-34b2-4996-9442-99663ad0c9ee HTTP/1.1" 200 1295 0.005923 10.0.0.41 - - [2025-10-23 04:23:56] "GET /virtual-machine-interface/d67c110e-96a9-43c5-b780-20e7059ea914 HTTP/1.1" 200 2957 0.005376 10.0.0.41 - - [2025-10-23 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.41 - - [2025-10-23 04:23:56] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003670 10.0.0.41 - - [2025-10-23 04:23:56] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003256 10.0.0.41 - - [2025-10-23 04:23:56] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007324 10.0.0.41 - - [2025-10-23 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.41 - - [2025-10-23 04:23:57] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003154 10.0.0.41 - - [2025-10-23 04:23:57] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002601 10.0.0.41 - - [2025-10-23 04:23:57] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006172 10.0.0.41 - - [2025-10-23 04:23:57] "POST /neutron/network HTTP/1.1" 200 896 0.006659 10.0.0.41 - - [2025-10-23 04:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.41 - - [2025-10-23 04:24:24] "POST /neutron/port HTTP/1.1" 200 1089 0.015387 10.0.0.41 - - [2025-10-23 04:24:24] "POST /neutron/subnet HTTP/1.1" 200 646 0.008883 10.0.0.133 - - [2025-10-23 04:24:51] "GET /virtual-router/982e9185-0853-4a9b-bd37-6840af5f061d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.033380 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/port HTTP/1.1" 200 1089 0.019182 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/port HTTP/1.1" 200 1089 0.019326 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/network HTTP/1.1" 200 896 0.006582 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/subnet HTTP/1.1" 200 646 0.009460 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.41 - - [2025-10-23 04:24:57] "POST /neutron/network HTTP/1.1" 200 886 0.006663 10.0.0.41 - - [2025-10-23 04:25:25] "POST /neutron/network HTTP/1.1" 200 896 0.034754 10.0.0.41 - - [2025-10-23 04:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001101 ++ 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 Oct 23 04:25:29 AM UTC 2025 ===================' INFO: =================== Thu Oct 23 04:25:29 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 +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ 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.73,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.73:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.73:8081 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.73:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.73:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.73:8086 10.0.0.133: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.73,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.73:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.73:8082 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.73:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.73:9161 10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133: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.129,10.20.0.14,10.20.0.130 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.14,10.20.0.130 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.73:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.73:2181,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.73:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.73:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.73:5673,10.0.0.133: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.73:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.73:6379 10.0.0.133: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.73,10.0.0.133 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.73:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.73:9092 10.0.0.133: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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ 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.73,10.0.0.133 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.41 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.73,10.0.0.133 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41,10.0.0.73,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.133,10.20.0.130,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.133,10.20.0.130,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.130,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 3 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.73:9041 10.0.0.133:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.133: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/23/2025 04:25:37.261 7f581a715540 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/23/2025 04:25:37.395 7f581a715540 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/23/2025 04:25:37.407 7f581a715540 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/23/2025 04:25:37.407 7f581a715540 [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.133:8082/ Hit Ctrl-C to quit. 10.0.0.133 - - [2025-10-23 04:25:37] "GET / HTTP/1.1" 503 181 0.000370 10.0.0.133 - - [2025-10-23 04:25:37] "GET / HTTP/1.1" 503 181 0.000167 10.0.0.133 - - [2025-10-23 04:25:38] "GET / HTTP/1.1" 200 45871 0.001844 10.0.0.133 - - [2025-10-23 04:25:38] "GET / HTTP/1.1" 200 45871 0.000973 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.133 - - [2025-10-23 04:25:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.133 - - [2025-10-23 04:25:38] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000236 [Introspect:8084]10.0.0.41 - - [2025-10-23 04:25:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001430 10.0.0.133 - - [2025-10-23 04:25:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.706020 10.0.0.133 - - [2025-10-23 04:25:40] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003583 10.0.0.133 - - [2025-10-23 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.393417 10.0.0.133 - - [2025-10-23 04:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 /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.133 - - [2025-10-23 04:25:40] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.133 - - [2025-10-23 04:25:40] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.038673 10.0.0.133 - - [2025-10-23 04:25:40] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001090 10.0.0.133 - - [2025-10-23 04:25:40] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=security_groups HTTP/1.1" 200 1088 0.043853 10.0.0.133 - - [2025-10-23 04:25:40] "GET /projects?obj_uuids=80e2355b-3284-46d6-b453-9015f64d58ae&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000864 10.0.0.133 - - [2025-10-23 04:25:40] "GET /project/80e2355b-3284-46d6-b453-9015f64d58ae?fields=application_policy_sets HTTP/1.1" 200 1381 0.040008 10.0.0.133 - - [2025-10-23 04:25:40] "DELETE /project/80e2355b-3284-46d6-b453-9015f64d58ae HTTP/1.1" 409 278 0.220370 [Introspect:8084]10.0.0.41 - - [2025-10-23 04:25:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001041 [Introspect:8084]10.0.0.41 - - [2025-10-23 04:25:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001400 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-10-23 04:25:46] "GET /obj-perms HTTP/1.1" 200 5032 0.434357 10.0.0.41 - - [2025-10-23 04:25:46] "GET /obj-perms HTTP/1.1" 200 5032 0.003907 10.0.0.41 - - [2025-10-23 04:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.026413 10.0.0.133 - - [2025-10-23 04:25:46] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.41 - - [2025-10-23 04:25:46] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.035528 10.0.0.41 - - [2025-10-23 04:25:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003924 10.0.0.41 - - [2025-10-23 04:25:46] "POST /virtual-networks HTTP/1.1" 200 548 0.091816 10.0.0.41 - - [2025-10-23 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.41 - - [2025-10-23 04:25:47] "GET /network-ipam/cf238ec2-fe83-46f7-b20e-181439b4c555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.004309 10.0.0.133 - - [2025-10-23 04:25:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004947 10.0.0.41 - - [2025-10-23 04:25:47] "POST /ref-update HTTP/1.1" 200 156 0.062229 10.0.0.41 - - [2025-10-23 04:25:47] "POST /neutron/network HTTP/1.1" 200 809 0.037404 10.0.0.41 - - [2025-10-23 04:25:47] "GET /virtual-network/1addf6d2-2cac-4e43-93af-c802c90450e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.004811 10.0.0.73 - - [2025-10-23 04:25:47] "POST /ref-update HTTP/1.1" 200 156 0.096138 10.0.0.41 - - [2025-10-23 04:25:47] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005758 10.0.0.41 - - [2025-10-23 04:25:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003689 10.0.0.41 - - [2025-10-23 04:25:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001236 10.0.0.41 - - [2025-10-23 04:25:48] "POST /neutron/port HTTP/1.1" 200 2062 0.017035 10.0.0.133 - - [2025-10-23 04:25:49] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.41 - - [2025-10-23 04:25:49] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.070997 10.0.0.41 - - [2025-10-23 04:25:49] "POST /neutron/network HTTP/1.1" 200 886 0.029933 10.0.0.41 - - [2025-10-23 04:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.005733 10.0.0.133 - - [2025-10-23 04:25:49] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.41 - - [2025-10-23 04:25:50] "POST /neutron/port HTTP/1.1" 200 1061 0.281386 10.0.0.41 - - [2025-10-23 04:25:50] "POST /neutron/port HTTP/1.1" 200 1115 0.130368 10.0.0.41 - - [2025-10-23 04:25:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.008660 10.0.0.133 - - [2025-10-23 04:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.045990 10.0.0.41 - - [2025-10-23 04:25:54] "POST /neutron/port HTTP/1.1" 200 1089 0.014606 10.0.0.41 - - [2025-10-23 04:25:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007509 10.0.0.41 - - [2025-10-23 04:25:54] "POST /neutron/port HTTP/1.1" 200 1089 0.014818 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.028240 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.003539 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine-interface/e4766ea5-bd09-4374-8fef-ac2b5d8853f9 HTTP/1.1" 200 2957 0.005204 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.003657 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine-interface/e4766ea5-bd09-4374-8fef-ac2b5d8853f9 HTTP/1.1" 200 2957 0.004703 10.0.0.41 - - [2025-10-23 04:25:54] "GET /instance-ip/868bf917-70f3-4c76-9222-0628df145e53 HTTP/1.1" 200 1626 0.005843 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.003176 10.0.0.41 - - [2025-10-23 04:25:54] "GET /virtual-machine-interface/e4766ea5-bd09-4374-8fef-ac2b5d8853f9 HTTP/1.1" 200 2957 0.005253 10.0.0.41 - - [2025-10-23 04:25:54] "GET /instance-ip/868bf917-70f3-4c76-9222-0628df145e53 HTTP/1.1" 200 1626 0.004107 10.0.0.41 - - [2025-10-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.41 - - [2025-10-23 04:25:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003671 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004256 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006173 10.0.0.41 - - [2025-10-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.41 - - [2025-10-23 04:25:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004148 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003057 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005813 10.0.0.41 - - [2025-10-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.41 - - [2025-10-23 04:25:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003873 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003215 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005925 10.0.0.41 - - [2025-10-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.41 - - [2025-10-23 04:25:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004127 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003122 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005319 10.0.0.41 - - [2025-10-23 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-10-23 04:25:55] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002966 10.0.0.41 - - [2025-10-23 04:25:55] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005605 10.0.0.41 - - [2025-10-23 04:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.41 - - [2025-10-23 04:25:58] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005726 10.0.0.41 - - [2025-10-23 04:25:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015080 10.0.0.41 - - [2025-10-23 04:25:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.008775 10.0.0.41 - - [2025-10-23 04:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.41 - - [2025-10-23 04:26:02] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005476 10.0.0.41 - - [2025-10-23 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.41 - - [2025-10-23 04:26:06] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005326 10.0.0.41 - - [2025-10-23 04:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2025-10-23 04:26:11] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004605 10.0.0.41 - - [2025-10-23 04:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.41 - - [2025-10-23 04:26:15] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005318 10.0.0.41 - - [2025-10-23 04:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.41 - - [2025-10-23 04:26:19] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004899 10.0.0.41 - - [2025-10-23 04:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.41 - - [2025-10-23 04:26:23] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006693 10.0.0.41 - - [2025-10-23 04:26:26] "POST /neutron/port HTTP/1.1" 200 1089 0.039968 10.0.0.41 - - [2025-10-23 04:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.41 - - [2025-10-23 04:26:26] "POST /neutron/network HTTP/1.1" 200 886 0.006097 10.0.0.41 - - [2025-10-23 04:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-10-23 04:26:27] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005552 10.0.0.41 - - [2025-10-23 04:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.41 - - [2025-10-23 04:26:31] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005211 10.0.0.41 - - [2025-10-23 04:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-23 04:26:35] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005418 10.0.0.41 - - [2025-10-23 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.41 - - [2025-10-23 04:26:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003532 10.0.0.41 - - [2025-10-23 04:26:37] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002941 10.0.0.41 - - [2025-10-23 04:26:37] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005733 10.0.0.41 - - [2025-10-23 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.41 - - [2025-10-23 04:26:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003643 10.0.0.41 - - [2025-10-23 04:26:37] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003375 10.0.0.41 - - [2025-10-23 04:26:37] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005778 10.0.0.41 - - [2025-10-23 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2025-10-23 04:26:38] "GET /routing-instance/08f235b6-c725-4575-89d3-72a278370f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005549 10.0.0.41 - - [2025-10-23 04:26:38] "GET /route-target/81226a70-8f5e-4fd4-8cd6-3845c6db3988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004450 10.0.0.41 - - [2025-10-23 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.41 - - [2025-10-23 04:26:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005489 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003194 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005527 10.0.0.41 - - [2025-10-23 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-10-23 04:26:38] "GET /routing-instance/08f235b6-c725-4575-89d3-72a278370f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004541 10.0.0.41 - - [2025-10-23 04:26:38] "GET /route-target/81226a70-8f5e-4fd4-8cd6-3845c6db3988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003720 10.0.0.41 - - [2025-10-23 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-10-23 04:26:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004433 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003216 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006128 10.0.0.41 - - [2025-10-23 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.41 - - [2025-10-23 04:26:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003798 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003105 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005736 10.0.0.41 - - [2025-10-23 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.41 - - [2025-10-23 04:26:38] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005497 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003101 10.0.0.41 - - [2025-10-23 04:26:38] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005778 10.0.0.41 - - [2025-10-23 04:26:38] "GET /obj-perms HTTP/1.1" 200 5032 0.003624 10.0.0.133 - - [2025-10-23 04:26:38] "GET /obj-perms HTTP/1.1" 200 5032 0.052649 10.0.0.41 - - [2025-10-23 04:26:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003448 10.0.0.41 - - [2025-10-23 04:26:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003998 10.0.0.73 - - [2025-10-23 04:26:39] "GET /obj-perms HTTP/1.1" 200 5032 0.050035 10.0.0.41 - - [2025-10-23 04:26:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001169 10.0.0.41 - - [2025-10-23 04:26:39] "POST /neutron/network HTTP/1.1" 200 896 0.006118 10.0.0.133 - - [2025-10-23 04:26:40] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.41 - - [2025-10-23 04:26:40] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064867 10.0.0.41 - - [2025-10-23 04:26:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008518 10.0.0.41 - - [2025-10-23 04:26:41] "POST /neutron/network HTTP/1.1" 200 896 0.007061 10.0.0.41 - - [2025-10-23 04:26:41] "POST /neutron/port HTTP/1.1" 200 1061 0.015413 10.0.0.41 - - [2025-10-23 04:26:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.41 - - [2025-10-23 04:26:41] "POST /neutron/network HTTP/1.1" 200 886 0.007414 10.0.0.41 - - [2025-10-23 04:26:45] "POST /neutron/port HTTP/1.1" 200 1089 0.018991 10.0.0.41 - - [2025-10-23 04:26:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006847 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.011206 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.005375 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine-interface/4e0fe905-7a8d-4258-bfcb-22cbd2041cb4 HTTP/1.1" 200 2956 0.006048 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.006122 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine-interface/4e0fe905-7a8d-4258-bfcb-22cbd2041cb4 HTTP/1.1" 200 2956 0.006770 10.0.0.41 - - [2025-10-23 04:26:46] "GET /instance-ip/c238068b-1901-4f67-921f-e755b1c9ca24 HTTP/1.1" 200 1627 0.006827 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.005567 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-machine-interface/4e0fe905-7a8d-4258-bfcb-22cbd2041cb4 HTTP/1.1" 200 2956 0.005492 10.0.0.41 - - [2025-10-23 04:26:46] "GET /instance-ip/c238068b-1901-4f67-921f-e755b1c9ca24 HTTP/1.1" 200 1627 0.003776 10.0.0.41 - - [2025-10-23 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-10-23 04:26:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004093 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002985 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005815 10.0.0.41 - - [2025-10-23 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.41 - - [2025-10-23 04:26:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003915 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003229 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005557 10.0.0.41 - - [2025-10-23 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-10-23 04:26:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003362 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003158 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005284 10.0.0.41 - - [2025-10-23 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.41 - - [2025-10-23 04:26:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004015 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002917 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005937 10.0.0.41 - - [2025-10-23 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.41 - - [2025-10-23 04:26:46] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003904 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003335 10.0.0.41 - - [2025-10-23 04:26:46] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007428 10.0.0.41 - - [2025-10-23 04:26:49] "POST /neutron/port HTTP/1.1" 200 1089 0.048725 10.0.0.41 - - [2025-10-23 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2025-10-23 04:26:49] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005657 10.0.0.41 - - [2025-10-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.41 - - [2025-10-23 04:26:54] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004713 10.0.0.41 - - [2025-10-23 04:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.41 - - [2025-10-23 04:26:58] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005192 10.0.0.41 - - [2025-10-23 04:27:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016151 10.0.0.41 - - [2025-10-23 04:27:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.009482 10.0.0.41 - - [2025-10-23 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.41 - - [2025-10-23 04:27:02] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005255 10.0.0.41 - - [2025-10-23 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.41 - - [2025-10-23 04:27:06] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005055 10.0.0.41 - - [2025-10-23 04:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.41 - - [2025-10-23 04:27:10] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005158 10.0.0.41 - - [2025-10-23 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.41 - - [2025-10-23 04:27:14] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005676 10.0.0.41 - - [2025-10-23 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.41 - - [2025-10-23 04:27:18] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004843 10.0.0.41 - - [2025-10-23 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2025-10-23 04:27:22] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004938 10.0.0.41 - - [2025-10-23 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-10-23 04:27:26] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005116 10.0.0.41 - - [2025-10-23 04:27:27] "POST /neutron/port HTTP/1.1" 200 1089 0.014264 10.0.0.41 - - [2025-10-23 04:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003804 10.0.0.41 - - [2025-10-23 04:27:27] "POST /neutron/network HTTP/1.1" 200 886 0.006380 10.0.0.41 - - [2025-10-23 04:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.41 - - [2025-10-23 04:27:28] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003366 10.0.0.41 - - [2025-10-23 04:27:28] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002981 10.0.0.41 - - [2025-10-23 04:27:28] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006086 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 04:27:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003482 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003136 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005457 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2025-10-23 04:27:29] "GET /routing-instance/f1636b51-9b19-4230-a6ad-0a61ebb7210f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004500 10.0.0.41 - - [2025-10-23 04:27:29] "GET /route-target/71ee498b-d42f-4ed7-a0c1-ef9288bb4f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003423 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-10-23 04:27:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003731 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002825 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005493 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.41 - - [2025-10-23 04:27:29] "GET /routing-instance/f1636b51-9b19-4230-a6ad-0a61ebb7210f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004170 10.0.0.41 - - [2025-10-23 04:27:29] "GET /route-target/71ee498b-d42f-4ed7-a0c1-ef9288bb4f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003675 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.41 - - [2025-10-23 04:27:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003684 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003083 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005623 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.41 - - [2025-10-23 04:27:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003975 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003098 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005512 10.0.0.41 - - [2025-10-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.41 - - [2025-10-23 04:27:29] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003998 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002825 10.0.0.41 - - [2025-10-23 04:27:29] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006131 10.0.0.41 - - [2025-10-23 04:27:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003778 10.0.0.133 - - [2025-10-23 04:27:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003597 10.0.0.41 - - [2025-10-23 04:27:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003512 10.0.0.41 - - [2025-10-23 04:27:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003615 10.0.0.41 - - [2025-10-23 04:27:30] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.003961 10.0.0.41 - - [2025-10-23 04:27:30] "GET /virtual-machine-interface/e4766ea5-bd09-4374-8fef-ac2b5d8853f9 HTTP/1.1" 200 2957 0.005413 10.0.0.41 - - [2025-10-23 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.41 - - [2025-10-23 04:27:30] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003291 10.0.0.41 - - [2025-10-23 04:27:30] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003217 10.0.0.41 - - [2025-10-23 04:27:30] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005848 10.0.0.41 - - [2025-10-23 04:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.41 - - [2025-10-23 04:27:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003508 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002658 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005781 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.004070 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-machine-interface/4e0fe905-7a8d-4258-bfcb-22cbd2041cb4 HTTP/1.1" 200 2956 0.005379 10.0.0.41 - - [2025-10-23 04:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2025-10-23 04:27:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004051 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002919 10.0.0.41 - - [2025-10-23 04:27:31] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006572 10.0.0.41 - - [2025-10-23 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.41 - - [2025-10-23 04:27:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003531 10.0.0.41 - - [2025-10-23 04:27:32] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002948 10.0.0.41 - - [2025-10-23 04:27:32] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005783 10.0.0.41 - - [2025-10-23 04:27:38] "POST /neutron/port HTTP/1.1" 200 1089 0.016396 10.0.0.41 - - [2025-10-23 04:27:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006195 10.0.0.41 - - [2025-10-23 04:27:48] "POST /neutron/port HTTP/1.1" 200 1089 0.018094 10.0.0.133 - - [2025-10-23 04:27:53] "GET /obj-perms HTTP/1.1" 200 5056 0.046335 10.0.0.133 - - [2025-10-23 04:27:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.133 - - [2025-10-23 04:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.133 - - [2025-10-23 04:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.133 - - [2025-10-23 04:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2025-10-23 04:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2025-10-23 04:28:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000779 10.0.0.73 - - [2025-10-23 04:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.73 - - [2025-10-23 04:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-10-23 04:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-10-23 04:28:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.41 - - [2025-10-23 04:28:02] "POST /neutron/port HTTP/1.1" 200 1089 0.016187 10.0.0.41 - - [2025-10-23 04:28:02] "POST /neutron/subnet HTTP/1.1" 200 646 0.011060 10.0.0.41 - - [2025-10-23 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2025-10-23 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-23 04:28:26] "POST /neutron/port HTTP/1.1" 200 1089 0.013641 10.0.0.41 - - [2025-10-23 04:28:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006652 10.0.0.41 - - [2025-10-23 04:28:26] "POST /neutron/network HTTP/1.1" 200 886 0.006237 10.0.0.41 - - [2025-10-23 04:28:38] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 200 1296 0.005019 10.0.0.41 - - [2025-10-23 04:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.183293 10.0.0.41 - - [2025-10-23 04:28:40] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 404 171 0.004396 10.0.0.41 - - [2025-10-23 04:28:40] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 404 171 0.004269 10.0.0.41 - - [2025-10-23 04:28:40] "GET /virtual-machine/b1ac6117-aa63-4136-a8ac-9186b533385f HTTP/1.1" 404 171 0.003127 10.0.0.41 - - [2025-10-23 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.41 - - [2025-10-23 04:28:40] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003706 10.0.0.41 - - [2025-10-23 04:28:40] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002984 10.0.0.41 - - [2025-10-23 04:28:40] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005862 10.0.0.41 - - [2025-10-23 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.41 - - [2025-10-23 04:28:40] "GET /routing-instance/f1636b51-9b19-4230-a6ad-0a61ebb7210f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004611 10.0.0.41 - - [2025-10-23 04:28:40] "GET /route-target/71ee498b-d42f-4ed7-a0c1-ef9288bb4f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003258 10.0.0.41 - - [2025-10-23 04:28:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003474 10.0.0.41 - - [2025-10-23 04:28:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003671 10.0.0.41 - - [2025-10-23 04:28:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004257 10.0.0.41 - - [2025-10-23 04:28:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003707 10.0.0.73 - - [2025-10-23 04:28:54] "GET /obj-perms HTTP/1.1" 200 5056 0.044526 10.0.0.41 - - [2025-10-23 04:28:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004056 10.0.0.41 - - [2025-10-23 04:28:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003617 10.0.0.41 - - [2025-10-23 04:28:59] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 200 1294 0.004172 10.0.0.41 - - [2025-10-23 04:29:00] "POST /neutron/port HTTP/1.1" 200 151 0.195869 10.0.0.41 - - [2025-10-23 04:29:01] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 404 171 0.003715 10.0.0.41 - - [2025-10-23 04:29:01] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 404 171 0.003736 10.0.0.41 - - [2025-10-23 04:29:01] "GET /virtual-machine/0d847665-c0fb-4889-9b50-70d14ae77f88 HTTP/1.1" 404 171 0.002731 10.0.0.41 - - [2025-10-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.41 - - [2025-10-23 04:29:02] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004713 10.0.0.41 - - [2025-10-23 04:29:02] "GET /virtual-networks?parent_id=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003844 10.0.0.41 - - [2025-10-23 04:29:02] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006874 10.0.0.41 - - [2025-10-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-10-23 04:29:02] "GET /routing-instance/08f235b6-c725-4575-89d3-72a278370f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004040 10.0.0.41 - - [2025-10-23 04:29:02] "GET /route-target/81226a70-8f5e-4fd4-8cd6-3845c6db3988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003774 10.0.0.41 - - [2025-10-23 04:29:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003760 10.0.0.41 - - [2025-10-23 04:29:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003221 10.0.0.133 - - [2025-10-23 04:29:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003848 10.0.0.133 - - [2025-10-23 04:29:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004580 10.0.0.133 - - [2025-10-23 04:29:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.41 - - [2025-10-23 04:29:05] "DELETE /virtual-network/1addf6d2-2cac-4e43-93af-c802c90450e4 HTTP/1.1" 200 115 0.088274 10.0.0.41 - - [2025-10-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-10-23 04:29:05] "GET /network-policy/88d5609f-0e8e-40dd-a2a1-ea5ce5bc07fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.003675 10.0.0.41 - - [2025-10-23 04:29:05] "POST /ref-update HTTP/1.1" 200 156 0.095725 10.0.0.73 - - [2025-10-23 04:29:05] "DELETE /access-control-list/73e55662-7d5e-4558-8c49-ed16b84127ba HTTP/1.1" 200 115 0.081423 10.0.0.41 - - [2025-10-23 04:29:06] "GET /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.023281 10.0.0.41 - - [2025-10-23 04:29:06] "DELETE /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205 HTTP/1.1" 409 235 0.011252 10.0.0.41 - - [2025-10-23 04:29:06] "POST /neutron/port HTTP/1.1" 200 1115 0.010873 10.0.0.41 - - [2025-10-23 04:29:06] "POST /neutron/port HTTP/1.1" 200 1115 0.012442 10.0.0.133 - - [2025-10-23 04:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002492 10.0.0.133 - - [2025-10-23 04:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.41 - - [2025-10-23 04:29:08] "DELETE /virtual-network/bb7cab84-ea5d-470e-9f2e-18529f4a5205 HTTP/1.1" 200 115 0.111809 10.0.0.73 - - [2025-10-23 04:29:08] "DELETE /route-target/71ee498b-d42f-4ed7-a0c1-ef9288bb4f5a HTTP/1.1" 200 115 0.031734 10.0.0.41 - - [2025-10-23 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-10-23 04:29:08] "GET /network-policy/f22212ba-804f-49b1-a93e-eeda3b0617d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004310 10.0.0.41 - - [2025-10-23 04:29:08] "POST /ref-update HTTP/1.1" 200 156 0.048920 10.0.0.41 - - [2025-10-23 04:29:08] "GET /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006974 10.0.0.133 - - [2025-10-23 04:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005147 10.0.0.133 - - [2025-10-23 04:29:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.41 - - [2025-10-23 04:29:08] "DELETE /virtual-network/20529409-87a0-448c-9d1b-7e6b8c8d7946 HTTP/1.1" 200 115 0.103742 10.0.0.73 - - [2025-10-23 04:29:08] "DELETE /route-target/81226a70-8f5e-4fd4-8cd6-3845c6db3988 HTTP/1.1" 200 115 0.029499 10.0.0.41 - - [2025-10-23 04:29:08] "DELETE /network-policy/88d5609f-0e8e-40dd-a2a1-ea5ce5bc07fb HTTP/1.1" 200 115 0.037859 10.0.0.41 - - [2025-10-23 04:29:08] "DELETE /network-policy/f22212ba-804f-49b1-a93e-eeda3b0617d9 HTTP/1.1" 200 115 0.036217 10.0.0.133 - - [2025-10-23 04:29:47] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.41 - - [2025-10-23 04:29:47] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067777 10.0.0.133 - - [2025-10-23 04:29:47] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000919 10.0.0.41 - - [2025-10-23 04:29:47] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?fields=virtual_networks HTTP/1.1" 200 1036 0.035778 10.0.0.133 - - [2025-10-23 04:29:47] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.41 - - [2025-10-23 04:29:47] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.045535 10.0.0.133 - - [2025-10-23 04:29:47] "GET /projects?obj_uuids=161e592a-d31d-4f57-8c9f-2b051c24b21a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.41 - - [2025-10-23 04:29:47] "GET /project/161e592a-d31d-4f57-8c9f-2b051c24b21a?fields=security_groups HTTP/1.1" 200 1264 0.044091 10.0.0.41 - - [2025-10-23 04:29:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.024808 10.0.0.133 - - [2025-10-23 04:29:48] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002674 10.0.0.133 - - [2025-10-23 04:29:48] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.133 - - [2025-10-23 04:29:48] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006780 10.0.0.133 - - [2025-10-23 04:29:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.003108 10.0.0.133 - - [2025-10-23 04:29:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.007633 10.0.0.133 - - [2025-10-23 04:29:48] "POST /security-groups HTTP/1.1" 200 591 0.027271 10.0.0.133 - - [2025-10-23 04:29:48] "POST /projects HTTP/1.1" 200 585 0.225715 10.0.0.73 - - [2025-10-23 04:29:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.014621 10.0.0.133 - - [2025-10-23 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.296958 10.0.0.41 - - [2025-10-23 04:29:48] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.421051 10.0.0.41 - - [2025-10-23 04:29:50] "GET / HTTP/1.1" 200 36215 0.001280 10.0.0.41 - - [2025-10-23 04:29:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2025-10-23 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.058280 10.0.0.133 - - [2025-10-23 04:29:52] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.41 - - [2025-10-23 04:29:52] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043047 10.0.0.41 - - [2025-10-23 04:29:52] "POST /neutron/network HTTP/1.1" 200 117 0.032616 10.0.0.73 - - [2025-10-23 04:29:52] "POST /ref-update HTTP/1.1" 200 156 0.023225 10.0.0.41 - - [2025-10-23 04:29:52] "POST /neutron/network HTTP/1.1" 200 825 0.008364 10.0.0.41 - - [2025-10-23 04:29:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001045 10.0.0.41 - - [2025-10-23 04:29:52] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005919 10.0.0.41 - - [2025-10-23 04:29:52] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007537 10.0.0.41 - - [2025-10-23 04:29:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.011523 10.0.0.41 - - [2025-10-23 04:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.133 - - [2025-10-23 04:29:53] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000871 10.0.0.41 - - [2025-10-23 04:29:53] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041974 10.0.0.133 - - [2025-10-23 04:29:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010887 10.0.0.41 - - [2025-10-23 04:29:53] "POST /neutron/subnet HTTP/1.1" 200 730 0.197330 10.0.0.41 - - [2025-10-23 04:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001221 10.0.0.41 - - [2025-10-23 04:29:53] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005072 10.0.0.41 - - [2025-10-23 04:29:53] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005526 10.0.0.41 - - [2025-10-23 04:29:53] "POST /neutron/network HTTP/1.1" 200 825 0.005996 10.0.0.41 - - [2025-10-23 04:29:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001132 10.0.0.133 - - [2025-10-23 04:29:54] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.41 - - [2025-10-23 04:29:54] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056773 10.0.0.41 - - [2025-10-23 04:29:54] "POST /neutron/network HTTP/1.1" 200 825 0.006330 10.0.0.41 - - [2025-10-23 04:29:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001229 10.0.0.41 - - [2025-10-23 04:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.006347 10.0.0.133 - - [2025-10-23 04:29:55] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.41 - - [2025-10-23 04:29:55] "POST /neutron/port HTTP/1.1" 200 1061 0.269272 10.0.0.41 - - [2025-10-23 04:29:55] "POST /neutron/port HTTP/1.1" 200 1115 0.104836 10.0.0.41 - - [2025-10-23 04:29:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.008185 10.0.0.73 - - [2025-10-23 04:29:56] "GET /obj-perms HTTP/1.1" 200 5056 0.047023 10.0.0.133 - - [2025-10-23 04:29:56] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.41 - - [2025-10-23 04:29:56] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070928 10.0.0.41 - - [2025-10-23 04:29:56] "POST /neutron/network HTTP/1.1" 200 825 0.005717 10.0.0.41 - - [2025-10-23 04:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.007533 10.0.0.41 - - [2025-10-23 04:29:57] "POST /neutron/network HTTP/1.1" 200 835 0.007858 10.0.0.41 - - [2025-10-23 04:29:57] "POST /neutron/port HTTP/1.1" 200 1061 0.018964 10.0.0.41 - - [2025-10-23 04:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003790 10.0.0.41 - - [2025-10-23 04:29:57] "POST /neutron/network HTTP/1.1" 200 825 0.006469 10.0.0.41 - - [2025-10-23 04:30:01] "POST /neutron/port HTTP/1.1" 200 1089 0.018293 10.0.0.41 - - [2025-10-23 04:30:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007431 10.0.0.41 - - [2025-10-23 04:30:02] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-10-23 04:30:02] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 200 1294 0.030572 10.0.0.41 - - [2025-10-23 04:30:02] "GET /virtual-machine-interface/33b9789b-e3ba-448e-96dc-c58469b85742 HTTP/1.1" 200 2948 0.004965 10.0.0.41 - - [2025-10-23 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.41 - - [2025-10-23 04:30:02] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.41 - - [2025-10-23 04:30:02] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002959 10.0.0.41 - - [2025-10-23 04:30:02] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005957 10.0.0.41 - - [2025-10-23 04:30:04] "POST /neutron/network HTTP/1.1" 200 835 0.006308 10.0.0.41 - - [2025-10-23 04:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.41 - - [2025-10-23 04:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.41 - - [2025-10-23 04:30:05] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005633 10.0.0.41 - - [2025-10-23 04:30:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005957 10.0.0.41 - - [2025-10-23 04:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2025-10-23 04:30:07] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003351 10.0.0.41 - - [2025-10-23 04:30:07] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002996 10.0.0.41 - - [2025-10-23 04:30:07] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005987 10.0.0.41 - - [2025-10-23 04:30:07] "POST /neutron/port HTTP/1.1" 200 1089 0.017475 10.0.0.73 - - [2025-10-23 04:30:09] "DELETE /access-control-list/3b502673-649e-402d-901d-5660aa761add HTTP/1.1" 200 115 0.030318 10.0.0.41 - - [2025-10-23 04:30:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007168 10.0.0.41 - - [2025-10-23 04:30:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015961 10.0.0.41 - - [2025-10-23 04:30:13] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 200 1294 0.006443 10.0.0.41 - - [2025-10-23 04:30:13] "GET /virtual-machine-interface/9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538 HTTP/1.1" 200 2949 0.004791 10.0.0.41 - - [2025-10-23 04:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.41 - - [2025-10-23 04:30:13] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003613 10.0.0.41 - - [2025-10-23 04:30:13] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002750 10.0.0.41 - - [2025-10-23 04:30:13] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005803 10.0.0.41 - - [2025-10-23 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.41 - - [2025-10-23 04:30:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003793 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003448 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005745 10.0.0.41 - - [2025-10-23 04:30:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007168 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 200 1294 0.003936 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine-interface/33b9789b-e3ba-448e-96dc-c58469b85742 HTTP/1.1" 200 2948 0.006192 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 200 1294 0.004575 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine-interface/33b9789b-e3ba-448e-96dc-c58469b85742 HTTP/1.1" 200 2948 0.005492 10.0.0.41 - - [2025-10-23 04:30:14] "GET /instance-ip/7f56fe1d-628c-4649-9f7c-03445f60f838 HTTP/1.1" 200 1624 0.006551 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 200 1294 0.004467 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-machine-interface/33b9789b-e3ba-448e-96dc-c58469b85742 HTTP/1.1" 200 2948 0.005321 10.0.0.41 - - [2025-10-23 04:30:14] "GET /instance-ip/7f56fe1d-628c-4649-9f7c-03445f60f838 HTTP/1.1" 200 1624 0.003963 10.0.0.41 - - [2025-10-23 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.41 - - [2025-10-23 04:30:14] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003471 10.0.0.41 - - [2025-10-23 04:30:14] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003247 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005502 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.41 - - [2025-10-23 04:30:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005075 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004140 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006040 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.41 - - [2025-10-23 04:30:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004026 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003247 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006113 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.41 - - [2025-10-23 04:30:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003382 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005841 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-10-23 04:30:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004193 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003110 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005469 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.41 - - [2025-10-23 04:30:15] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003806 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006664 10.0.0.41 - - [2025-10-23 04:30:15] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006001 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-10-23 04:30:15] "GET /routing-instance/becfc3b6-ca33-4bc9-b5bc-f1c7975a2fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004007 10.0.0.41 - - [2025-10-23 04:30:15] "GET /route-target/fb0c9632-37f7-4aec-8454-713711419861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003961 10.0.0.41 - - [2025-10-23 04:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.41 - - [2025-10-23 04:30:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006896 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003249 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005506 10.0.0.41 - - [2025-10-23 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.41 - - [2025-10-23 04:30:16] "GET /routing-instance/becfc3b6-ca33-4bc9-b5bc-f1c7975a2fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004911 10.0.0.41 - - [2025-10-23 04:30:16] "GET /route-target/fb0c9632-37f7-4aec-8454-713711419861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005091 10.0.0.41 - - [2025-10-23 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-10-23 04:30:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005011 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003744 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006871 10.0.0.41 - - [2025-10-23 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.41 - - [2025-10-23 04:30:16] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003899 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002710 10.0.0.41 - - [2025-10-23 04:30:16] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005794 10.0.0.41 - - [2025-10-23 04:30:17] "GET /obj-perms HTTP/1.1" 200 5030 0.056276 10.0.0.133 - - [2025-10-23 04:30:17] "GET /obj-perms HTTP/1.1" 200 5030 0.063052 10.0.0.41 - - [2025-10-23 04:30:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003469 10.0.0.41 - - [2025-10-23 04:30:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003618 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 200 1294 0.004100 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine-interface/9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538 HTTP/1.1" 200 2949 0.006883 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 200 1294 0.005219 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine-interface/9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538 HTTP/1.1" 200 2949 0.005323 10.0.0.41 - - [2025-10-23 04:30:18] "GET /instance-ip/c41d5417-8709-493f-bddd-175048db36cb HTTP/1.1" 200 1625 0.006107 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 200 1294 0.003916 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-machine-interface/9ddb5c3a-5ed9-4b5c-8f25-477de0bb6538 HTTP/1.1" 200 2949 0.006016 10.0.0.41 - - [2025-10-23 04:30:18] "GET /instance-ip/c41d5417-8709-493f-bddd-175048db36cb HTTP/1.1" 200 1625 0.004059 10.0.0.41 - - [2025-10-23 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.41 - - [2025-10-23 04:30:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003953 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002914 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005646 10.0.0.41 - - [2025-10-23 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011787 10.0.0.41 - - [2025-10-23 04:30:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004206 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002955 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007093 10.0.0.41 - - [2025-10-23 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.41 - - [2025-10-23 04:30:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004181 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003612 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006062 10.0.0.41 - - [2025-10-23 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2025-10-23 04:30:18] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004044 10.0.0.41 - - [2025-10-23 04:30:18] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002964 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005644 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.41 - - [2025-10-23 04:30:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003714 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002764 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006433 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.41 - - [2025-10-23 04:30:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003759 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003139 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006247 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.41 - - [2025-10-23 04:30:19] "GET /routing-instance/de366b16-7e3c-4149-8ced-0dc8e4cfebfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004354 10.0.0.41 - - [2025-10-23 04:30:19] "GET /route-target/94e78ec6-275e-4d6f-824e-9cc3334614a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003954 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.41 - - [2025-10-23 04:30:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004304 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002878 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005562 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-10-23 04:30:19] "GET /routing-instance/de366b16-7e3c-4149-8ced-0dc8e4cfebfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005390 10.0.0.41 - - [2025-10-23 04:30:19] "GET /route-target/94e78ec6-275e-4d6f-824e-9cc3334614a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004297 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.41 - - [2025-10-23 04:30:19] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003388 10.0.0.41 - - [2025-10-23 04:30:19] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005803 10.0.0.41 - - [2025-10-23 04:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-10-23 04:30:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004135 10.0.0.41 - - [2025-10-23 04:30:20] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003276 10.0.0.41 - - [2025-10-23 04:30:20] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005776 10.0.0.41 - - [2025-10-23 04:30:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003922 10.0.0.133 - - [2025-10-23 04:30:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003604 10.0.0.41 - - [2025-10-23 04:30:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003990 10.0.0.41 - - [2025-10-23 04:30:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003521 10.0.0.41 - - [2025-10-23 04:30:26] "POST /neutron/port HTTP/1.1" 200 1089 0.014368 10.0.0.41 - - [2025-10-23 04:30:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003748 10.0.0.41 - - [2025-10-23 04:30:26] "POST /neutron/network HTTP/1.1" 200 825 0.006554 10.0.0.133 - - [2025-10-23 04:30:41] "DELETE /project/fbf642f09e0e4eb4ba978af62b2d3229 HTTP/1.1" 404 173 0.027875 10.0.0.133 - - [2025-10-23 04:30:41] "DELETE /project/161e592a-d31d-4f57-8c9f-2b051c24b21a HTTP/1.1" 404 177 0.041612 10.0.0.133 - - [2025-10-23 04:30:56] "GET /obj-perms HTTP/1.1" 200 5056 0.069214 10.0.0.41 - - [2025-10-23 04:31:05] "POST /neutron/network HTTP/1.1" 200 835 0.030133 10.0.0.41 - - [2025-10-23 04:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.41 - - [2025-10-23 04:31:26] "POST /neutron/port HTTP/1.1" 200 1089 0.035768 10.0.0.41 - - [2025-10-23 04:31:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.009081 10.0.0.73 - - [2025-10-23 04:31:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055672 10.0.0.41 - - [2025-10-23 04:32:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014964 10.0.0.41 - - [2025-10-23 04:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.41 - - [2025-10-23 04:32:05] "POST /neutron/network HTTP/1.1" 200 825 0.008243 10.0.0.41 - - [2025-10-23 04:32:26] "POST /neutron/network HTTP/1.1" 200 835 0.006647 10.0.0.41 - - [2025-10-23 04:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.41 - - [2025-10-23 04:32:29] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 200 1294 0.003846 10.0.0.41 - - [2025-10-23 04:32:30] "POST /neutron/port HTTP/1.1" 200 1115 0.011660 10.0.0.41 - - [2025-10-23 04:32:31] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 404 171 0.003501 10.0.0.41 - - [2025-10-23 04:32:31] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 404 171 0.002933 10.0.0.41 - - [2025-10-23 04:32:31] "GET /virtual-machine/11b52378-4ec9-487b-998d-99d81bac5cf9 HTTP/1.1" 404 171 0.003050 10.0.0.41 - - [2025-10-23 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.41 - - [2025-10-23 04:32:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003832 10.0.0.41 - - [2025-10-23 04:32:31] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002759 10.0.0.41 - - [2025-10-23 04:32:32] "GET /virtual-network/98e01647-6ff6-4f2d-9087-4fb574902823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006144 10.0.0.41 - - [2025-10-23 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.41 - - [2025-10-23 04:32:32] "GET /routing-instance/de366b16-7e3c-4149-8ced-0dc8e4cfebfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004029 10.0.0.41 - - [2025-10-23 04:32:32] "GET /route-target/94e78ec6-275e-4d6f-824e-9cc3334614a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004053 10.0.0.41 - - [2025-10-23 04:32:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004176 10.0.0.41 - - [2025-10-23 04:32:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003794 10.0.0.41 - - [2025-10-23 04:32:35] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 200 1294 0.004132 10.0.0.41 - - [2025-10-23 04:32:36] "POST /neutron/port HTTP/1.1" 200 1115 0.011018 10.0.0.41 - - [2025-10-23 04:32:37] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 404 171 0.003520 10.0.0.41 - - [2025-10-23 04:32:37] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 404 171 0.002567 10.0.0.41 - - [2025-10-23 04:32:37] "GET /virtual-machine/739b3e35-8848-4e81-a576-28dabeaacfd4 HTTP/1.1" 404 171 0.003356 10.0.0.41 - - [2025-10-23 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-10-23 04:32:37] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003309 10.0.0.41 - - [2025-10-23 04:32:37] "GET /virtual-networks?parent_id=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002810 10.0.0.41 - - [2025-10-23 04:32:37] "GET /virtual-network/4813ec9f-924c-49b1-a4d7-fb8d9e8ce142?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005669 10.0.0.41 - - [2025-10-23 04:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.41 - - [2025-10-23 04:32:37] "GET /routing-instance/becfc3b6-ca33-4bc9-b5bc-f1c7975a2fb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004296 10.0.0.41 - - [2025-10-23 04:32:37] "GET /route-target/fb0c9632-37f7-4aec-8454-713711419861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.012894 10.0.0.41 - - [2025-10-23 04:32:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004297 10.0.0.41 - - [2025-10-23 04:32:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003744 10.0.0.41 - - [2025-10-23 04:32:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004776 10.0.0.41 - - [2025-10-23 04:32:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003524 10.0.0.41 - - [2025-10-23 04:32:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003775 10.0.0.41 - - [2025-10-23 04:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004485 10.0.0.41 - - [2025-10-23 04:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004039 10.0.0.73 - - [2025-10-23 04:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.049068 10.0.0.133 - - [2025-10-23 04:32:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003328 10.0.0.133 - - [2025-10-23 04:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.043375 10.0.0.133 - - [2025-10-23 04:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.41 - - [2025-10-23 04:32:59] "POST /neutron/network HTTP/1.1" 200 151 0.170089 10.0.0.133 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.73 - - [2025-10-23 04:33:00] "DELETE /route-target/94e78ec6-275e-4d6f-824e-9cc3334614a6 HTTP/1.1" 200 115 0.097520 10.0.0.133 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.133 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000732 10.0.0.133 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000785 10.0.0.73 - - [2025-10-23 04:33:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2025-10-23 04:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.001061 10.0.0.73 - - [2025-10-23 04:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.133 - - [2025-10-23 04:33:01] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.41 - - [2025-10-23 04:33:01] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041428 10.0.0.133 - - [2025-10-23 04:33:01] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000907 10.0.0.41 - - [2025-10-23 04:33:01] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?fields=virtual_networks HTTP/1.1" 200 1035 0.040987 10.0.0.133 - - [2025-10-23 04:33:01] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000937 10.0.0.41 - - [2025-10-23 04:33:01] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051514 10.0.0.133 - - [2025-10-23 04:33:01] "GET /projects?obj_uuids=fbf642f0-9e0e-4eb4-ba97-8af62b2d3229&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.41 - - [2025-10-23 04:33:01] "GET /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229?fields=security_groups HTTP/1.1" 200 1262 0.042203 10.0.0.41 - - [2025-10-23 04:33:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.41 - - [2025-10-23 04:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2025-10-23 04:33:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.379860 10.0.0.133 - - [2025-10-23 04:33:03] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003504 10.0.0.133 - - [2025-10-23 04:33:03] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.133 - - [2025-10-23 04:33:03] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006586 10.0.0.133 - - [2025-10-23 04:33:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.001768 10.0.0.133 - - [2025-10-23 04:33:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.009137 10.0.0.133 - - [2025-10-23 04:33:03] "POST /security-groups HTTP/1.1" 200 599 0.043635 10.0.0.73 - - [2025-10-23 04:33:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.003350 10.0.0.133 - - [2025-10-23 04:33:03] "POST /projects HTTP/1.1" 200 601 0.262277 10.0.0.41 - - [2025-10-23 04:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.133 - - [2025-10-23 04:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.339708 10.0.0.73 - - [2025-10-23 04:33:03] "POST /access-control-lists HTTP/1.1" 200 604 0.029100 10.0.0.41 - - [2025-10-23 04:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.41 - - [2025-10-23 04:33:03] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.474514 10.0.0.41 - - [2025-10-23 04:33:04] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.41 - - [2025-10-23 04:33:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.41 - - [2025-10-23 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059098 10.0.0.133 - - [2025-10-23 04:33:08] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.41 - - [2025-10-23 04:33:08] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038094 10.0.0.41 - - [2025-10-23 04:33:08] "POST /neutron/network HTTP/1.1" 200 117 0.032915 10.0.0.133 - - [2025-10-23 04:33:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008966 10.0.0.41 - - [2025-10-23 04:33:09] "POST /neutron/subnet HTTP/1.1" 200 818 0.212642 10.0.0.41 - - [2025-10-23 04:33:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001188 10.0.0.41 - - [2025-10-23 04:33:09] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005138 10.0.0.41 - - [2025-10-23 04:33:09] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005236 10.0.0.41 - - [2025-10-23 04:33:09] "POST /neutron/network HTTP/1.1" 200 1006 0.007738 10.0.0.41 - - [2025-10-23 04:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.133 - - [2025-10-23 04:33:09] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.41 - - [2025-10-23 04:33:09] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052430 10.0.0.41 - - [2025-10-23 04:33:09] "POST /neutron/network HTTP/1.1" 200 117 0.013127 10.0.0.73 - - [2025-10-23 04:33:09] "POST /route-targets HTTP/1.1" 200 328 0.012194 10.0.0.133 - - [2025-10-23 04:33:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.133 - - [2025-10-23 04:33:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.047606 10.0.0.41 - - [2025-10-23 04:33:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.234524 10.0.0.73 - - [2025-10-23 04:33:10] "DELETE /access-control-list/c98f0f5d-9f6a-4fd8-96b1-e83e8d264b0e HTTP/1.1" 200 115 0.029318 10.0.0.41 - - [2025-10-23 04:33:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001064 10.0.0.41 - - [2025-10-23 04:33:10] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005745 10.0.0.41 - - [2025-10-23 04:33:10] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005012 10.0.0.41 - - [2025-10-23 04:33:10] "POST /neutron/network HTTP/1.1" 200 1006 0.014378 10.0.0.41 - - [2025-10-23 04:33:11] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007822 10.0.0.41 - - [2025-10-23 04:33:12] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005452 10.0.0.41 - - [2025-10-23 04:33:13] "POST /neutron/network HTTP/1.1" 200 1006 0.008740 10.0.0.41 - - [2025-10-23 04:33:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.41 - - [2025-10-23 04:33:13] "POST /neutron/network HTTP/1.1" 200 1016 0.008814 10.0.0.133 - - [2025-10-23 04:33:14] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.41 - - [2025-10-23 04:33:14] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062388 10.0.0.41 - - [2025-10-23 04:33:14] "POST /neutron/port HTTP/1.1" 200 117 0.006004 10.0.0.133 - - [2025-10-23 04:33:14] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.41 - - [2025-10-23 04:33:15] "POST /neutron/port HTTP/1.1" 200 1175 0.295488 10.0.0.41 - - [2025-10-23 04:33:15] "POST /neutron/port HTTP/1.1" 200 1229 0.107275 10.0.0.41 - - [2025-10-23 04:33:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003786 10.0.0.41 - - [2025-10-23 04:33:15] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.41 - - [2025-10-23 04:33:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010573 10.0.0.41 - - [2025-10-23 04:33:19] "POST /neutron/port HTTP/1.1" 200 1203 0.015883 10.0.0.41 - - [2025-10-23 04:33:19] "GET /virtual-machine/1e905fec-ebbd-4448-90dc-d6ed312cef77 HTTP/1.1" 401 292 0.000433 10.0.0.41 - - [2025-10-23 04:33:20] "GET /virtual-machine/1e905fec-ebbd-4448-90dc-d6ed312cef77 HTTP/1.1" 200 1302 0.029530 10.0.0.41 - - [2025-10-23 04:33:20] "GET /virtual-machine-interface/d7c551f0-4c40-4ed6-a300-941fb40993ef HTTP/1.1" 200 3184 0.007470 10.0.0.41 - - [2025-10-23 04:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.41 - - [2025-10-23 04:33:20] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003379 10.0.0.41 - - [2025-10-23 04:33:20] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002726 10.0.0.41 - - [2025-10-23 04:33:20] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005295 10.0.0.41 - - [2025-10-23 04:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.41 - - [2025-10-23 04:33:23] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.013417 10.0.0.41 - - [2025-10-23 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.41 - - [2025-10-23 04:33:27] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004929 10.0.0.41 - - [2025-10-23 04:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2025-10-23 04:33:31] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007069 10.0.0.41 - - [2025-10-23 04:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.41 - - [2025-10-23 04:33:35] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005724 10.0.0.41 - - [2025-10-23 04:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2025-10-23 04:33:39] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005244 10.0.0.133 - - [2025-10-23 04:33:41] "DELETE /project/110554964d324b9cb8aa5d014481a38f HTTP/1.1" 404 173 0.003030 10.0.0.133 - - [2025-10-23 04:33:41] "DELETE /project/fbf642f0-9e0e-4eb4-ba97-8af62b2d3229 HTTP/1.1" 404 177 0.005193 10.0.0.41 - - [2025-10-23 04:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.41 - - [2025-10-23 04:33:44] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006353 10.0.0.41 - - [2025-10-23 04:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.41 - - [2025-10-23 04:33:48] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005029 10.0.0.41 - - [2025-10-23 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.41 - - [2025-10-23 04:33:52] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006931 10.0.0.41 - - [2025-10-23 04:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.41 - - [2025-10-23 04:33:56] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006006 10.0.0.41 - - [2025-10-23 04:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.41 - - [2025-10-23 04:33:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003979 10.0.0.41 - - [2025-10-23 04:33:58] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003453 10.0.0.41 - - [2025-10-23 04:33:58] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005400 10.0.0.41 - - [2025-10-23 04:33:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008216 10.0.0.133 - - [2025-10-23 04:33:59] "GET /obj-perms HTTP/1.1" 200 5056 0.046342 10.0.0.41 - - [2025-10-23 04:33:59] "GET /obj-perms HTTP/1.1" 200 5056 0.046101 10.0.0.41 - - [2025-10-23 04:34:05] "POST /neutron/port HTTP/1.1" 200 1203 0.015306 10.0.0.41 - - [2025-10-23 04:34:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003691 10.0.0.41 - - [2025-10-23 04:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.41 - - [2025-10-23 04:34:08] "POST /neutron/port HTTP/1.1" 200 1203 0.014723 10.0.0.41 - - [2025-10-23 04:34:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.029811 10.0.0.41 - - [2025-10-23 04:34:19] "POST /neutron/port HTTP/1.1" 200 1203 0.013948 10.0.0.41 - - [2025-10-23 04:34:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.41 - - [2025-10-23 04:34:24] "POST /neutron/port HTTP/1.1" 200 1203 0.014003 10.0.0.41 - - [2025-10-23 04:34:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007065 10.0.0.41 - - [2025-10-23 04:34:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001320 10.0.0.41 - - [2025-10-23 04:34:24] "GET /virtual-machine/1e905fec-ebbd-4448-90dc-d6ed312cef77 HTTP/1.1" 200 1302 0.004387 10.0.0.41 - - [2025-10-23 04:34:24] "GET /virtual-machine-interface/d7c551f0-4c40-4ed6-a300-941fb40993ef HTTP/1.1" 200 3184 0.005735 10.0.0.41 - - [2025-10-23 04:34:24] "GET /instance-ip/037f7e50-4f5a-4f0d-a7b4-82222714834c HTTP/1.1" 200 1656 0.005535 10.0.0.41 - - [2025-10-23 04:34:24] "GET /instance-ip/c4ca9662-e979-4c28-b0a0-e66f4c48531b HTTP/1.1" 200 1642 0.005521 10.0.0.41 - - [2025-10-23 04:34:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.003264 10.0.0.41 - - [2025-10-23 04:34:24] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005342 10.0.0.133 - - [2025-10-23 04:34:24] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.41 - - [2025-10-23 04:34:25] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054683 10.0.0.41 - - [2025-10-23 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.41 - - [2025-10-23 04:34:25] "GET /security-group/ddbf18c7-016c-43b1-a4e4-be287c9f8f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3781 0.004088 10.0.0.41 - - [2025-10-23 04:34:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.078458 10.0.0.41 - - [2025-10-23 04:34:25] "POST /instance-ips HTTP/1.1" 200 358 0.034479 10.0.0.41 - - [2025-10-23 04:34:25] "GET /instance-ip/873bc5c8-2266-4f4b-9d83-be255dc6da6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.006404 10.0.0.41 - - [2025-10-23 04:34:25] "POST /instance-ips HTTP/1.1" 200 358 0.043293 10.0.0.41 - - [2025-10-23 04:34:25] "GET /instance-ip/90e1de4b-5a34-49a5-828a-84a69e007df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.008325 10.0.0.41 - - [2025-10-23 04:34:25] "GET /virtual-machine-interface/2a388340-6479-41ba-b867-0d9c89f74766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004792 10.0.0.41 - - [2025-10-23 04:34:25] "GET /virtual-machine-interface/2a388340-6479-41ba-b867-0d9c89f74766?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.006814 10.0.0.41 - - [2025-10-23 04:34:25] "GET /instance-ip/873bc5c8-2266-4f4b-9d83-be255dc6da6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004158 10.0.0.41 - - [2025-10-23 04:34:25] "GET /instance-ip/90e1de4b-5a34-49a5-828a-84a69e007df9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004188 10.0.0.41 - - [2025-10-23 04:34:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.000960 10.0.0.41 - - [2025-10-23 04:34:25] "POST /neutron/port HTTP/1.1" 200 1203 0.014920 10.0.0.41 - - [2025-10-23 04:34:25] "POST /neutron/port HTTP/1.1" 200 1081 0.032843 10.0.0.41 - - [2025-10-23 04:34:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012067 10.0.0.41 - - [2025-10-23 04:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.41 - - [2025-10-23 04:34:26] "POST /neutron/network HTTP/1.1" 200 1016 0.012588 10.0.0.41 - - [2025-10-23 04:34:26] "POST /neutron/port HTTP/1.1" 200 1174 0.154527 10.0.0.41 - - [2025-10-23 04:34:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.41 - - [2025-10-23 04:34:27] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.41 - - [2025-10-23 04:34:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007314 10.0.0.41 - - [2025-10-23 04:34:31] "POST /neutron/port HTTP/1.1" 200 1148 0.014328 10.0.0.41 - - [2025-10-23 04:34:31] "GET /virtual-machine/a3704e5e-c5fa-44be-bd19-01061092f02e HTTP/1.1" 200 1281 0.006648 10.0.0.41 - - [2025-10-23 04:34:31] "GET /virtual-machine-interface/2a388340-6479-41ba-b867-0d9c89f74766 HTTP/1.1" 200 3233 0.005523 10.0.0.41 - - [2025-10-23 04:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-10-23 04:34:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003762 10.0.0.41 - - [2025-10-23 04:34:31] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002926 10.0.0.41 - - [2025-10-23 04:34:31] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007768 10.0.0.41 - - [2025-10-23 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.41 - - [2025-10-23 04:34:34] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006138 10.0.0.41 - - [2025-10-23 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.41 - - [2025-10-23 04:34:38] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005048 10.0.0.41 - - [2025-10-23 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2025-10-23 04:34:42] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005199 10.0.0.41 - - [2025-10-23 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2025-10-23 04:34:46] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005025 10.0.0.41 - - [2025-10-23 04:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.41 - - [2025-10-23 04:34:51] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004822 10.0.0.41 - - [2025-10-23 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2025-10-23 04:34:55] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005880 10.0.0.41 - - [2025-10-23 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-10-23 04:34:59] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006482 10.0.0.73 - - [2025-10-23 04:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.049021 10.0.0.41 - - [2025-10-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 04:35:03] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005486 10.0.0.41 - - [2025-10-23 04:35:06] "POST /neutron/port HTTP/1.1" 200 1203 0.017952 10.0.0.41 - - [2025-10-23 04:35:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003702 10.0.0.41 - - [2025-10-23 04:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.41 - - [2025-10-23 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.41 - - [2025-10-23 04:35:07] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006069 10.0.0.41 - - [2025-10-23 04:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.41 - - [2025-10-23 04:35:11] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006365 10.0.0.41 - - [2025-10-23 04:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.41 - - [2025-10-23 04:35:15] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005123 10.0.0.41 - - [2025-10-23 04:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2025-10-23 04:35:17] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003797 10.0.0.41 - - [2025-10-23 04:35:17] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002851 10.0.0.41 - - [2025-10-23 04:35:17] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006093 10.0.0.41 - - [2025-10-23 04:35:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006781 10.0.0.41 - - [2025-10-23 04:35:28] "POST /neutron/port HTTP/1.1" 200 1148 0.014622 10.0.0.41 - - [2025-10-23 04:35:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007143 10.0.0.41 - - [2025-10-23 04:35:38] "POST /neutron/port HTTP/1.1" 200 1148 0.014502 10.0.0.41 - - [2025-10-23 04:35:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001721 10.0.0.41 - - [2025-10-23 04:35:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008424 10.0.0.133 - - [2025-10-23 04:35:44] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.41 - - [2025-10-23 04:35:44] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068798 10.0.0.41 - - [2025-10-23 04:35:45] "POST /neutron/port HTTP/1.1" 200 2233 0.020291 10.0.0.41 - - [2025-10-23 04:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.005923 10.0.0.41 - - [2025-10-23 04:35:46] "POST /neutron/port HTTP/1.1" 200 1175 0.019522 10.0.0.41 - - [2025-10-23 04:35:46] "POST /neutron/port HTTP/1.1" 200 1203 0.015076 10.0.0.41 - - [2025-10-23 04:35:46] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011947 10.0.0.41 - - [2025-10-23 04:35:46] "POST /neutron/network HTTP/1.1" 200 1006 0.008439 10.0.0.41 - - [2025-10-23 04:35:50] "POST /neutron/port HTTP/1.1" 200 1203 0.015108 10.0.0.41 - - [2025-10-23 04:35:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009045 10.0.0.41 - - [2025-10-23 04:35:50] "GET /virtual-machine/ef5b0343-0512-49c1-87ef-e8d2a9b43066 HTTP/1.1" 200 1302 0.007646 10.0.0.41 - - [2025-10-23 04:35:50] "GET /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3 HTTP/1.1" 200 3181 0.006576 10.0.0.41 - - [2025-10-23 04:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.41 - - [2025-10-23 04:35:50] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003386 10.0.0.41 - - [2025-10-23 04:35:50] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003985 10.0.0.41 - - [2025-10-23 04:35:50] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007522 10.0.0.41 - - [2025-10-23 04:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-10-23 04:35:53] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004878 10.0.0.41 - - [2025-10-23 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-10-23 04:35:57] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005380 10.0.0.41 - - [2025-10-23 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.41 - - [2025-10-23 04:36:01] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006641 10.0.0.41 - - [2025-10-23 04:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.41 - - [2025-10-23 04:36:06] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005315 10.0.0.41 - - [2025-10-23 04:36:08] "POST /neutron/network HTTP/1.1" 200 1016 0.038060 10.0.0.41 - - [2025-10-23 04:36:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016347 10.0.0.41 - - [2025-10-23 04:36:08] "POST /neutron/network HTTP/1.1" 200 1006 0.009433 10.0.0.41 - - [2025-10-23 04:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.41 - - [2025-10-23 04:36:10] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006554 10.0.0.41 - - [2025-10-23 04:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.41 - - [2025-10-23 04:36:14] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004822 10.0.0.41 - - [2025-10-23 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.41 - - [2025-10-23 04:36:18] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005395 10.0.0.41 - - [2025-10-23 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2025-10-23 04:36:22] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005720 10.0.0.41 - - [2025-10-23 04:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.41 - - [2025-10-23 04:36:26] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005219 10.0.0.41 - - [2025-10-23 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-10-23 04:36:30] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005241 10.0.0.41 - - [2025-10-23 04:36:31] "POST /neutron/network HTTP/1.1" 200 1016 0.034738 10.0.0.41 - - [2025-10-23 04:36:31] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014184 10.0.0.41 - - [2025-10-23 04:36:31] "POST /neutron/network HTTP/1.1" 200 1006 0.010106 10.0.0.41 - - [2025-10-23 04:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-23 04:36:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004561 10.0.0.41 - - [2025-10-23 04:36:32] "GET /virtual-networks?parent_id=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003202 10.0.0.41 - - [2025-10-23 04:36:32] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007490 10.0.0.41 - - [2025-10-23 04:36:38] "POST /neutron/port HTTP/1.1" 200 1203 0.014655 10.0.0.41 - - [2025-10-23 04:36:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007007 10.0.0.41 - - [2025-10-23 04:36:48] "POST /neutron/port HTTP/1.1" 200 1203 0.015187 10.0.0.41 - - [2025-10-23 04:36:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008217 10.0.0.41 - - [2025-10-23 04:36:58] "POST /neutron/port HTTP/1.1" 200 1203 0.016139 10.0.0.41 - - [2025-10-23 04:36:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007994 10.0.0.41 - - [2025-10-23 04:36:59] "POST /neutron/network HTTP/1.1" 200 980 0.016436 10.0.0.41 - - [2025-10-23 04:36:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001197 10.0.0.41 - - [2025-10-23 04:36:59] "GET /virtual-machine/ef5b0343-0512-49c1-87ef-e8d2a9b43066 HTTP/1.1" 200 1302 0.003444 10.0.0.41 - - [2025-10-23 04:36:59] "GET /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3 HTTP/1.1" 200 3181 0.004954 10.0.0.41 - - [2025-10-23 04:36:59] "GET /instance-ip/ada0ab1e-6bfd-448a-8800-48a2b6a93206 HTTP/1.1" 200 1659 0.005662 10.0.0.41 - - [2025-10-23 04:36:59] "GET /instance-ip/f9a9637c-c21b-440a-ab90-4a74063e07da HTTP/1.1" 200 1640 0.006204 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 404 230 0.003046 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.133 - - [2025-10-23 04:36:59] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.41 - - [2025-10-23 04:36:59] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040037 10.0.0.41 - - [2025-10-23 04:36:59] "POST /network-policys HTTP/1.1" 200 571 0.026469 10.0.0.41 - - [2025-10-23 04:36:59] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005437 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.41 - - [2025-10-23 04:36:59] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005544 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2025-10-23 04:36:59] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003869 10.0.0.41 - - [2025-10-23 04:36:59] "POST /ref-update HTTP/1.1" 200 156 0.066078 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.41 - - [2025-10-23 04:36:59] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004312 10.0.0.41 - - [2025-10-23 04:36:59] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007314 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2025-10-23 04:36:59] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004228 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.41 - - [2025-10-23 04:36:59] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005895 10.0.0.41 - - [2025-10-23 04:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.41 - - [2025-10-23 04:36:59] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003748 10.0.0.41 - - [2025-10-23 04:37:00] "POST /ref-update HTTP/1.1" 200 156 0.067417 10.0.0.41 - - [2025-10-23 04:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.41 - - [2025-10-23 04:37:00] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003920 10.0.0.73 - - [2025-10-23 04:37:00] "PUT /access-control-list/2f3a3dfe-d01e-4fe2-a77f-49b8bc9a93fc HTTP/1.1" 200 273 0.024895 10.0.0.41 - - [2025-10-23 04:37:00] "POST /neutron/network HTTP/1.1" 200 1110 0.013477 10.0.0.41 - - [2025-10-23 04:37:00] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.008291 10.0.0.41 - - [2025-10-23 04:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2025-10-23 04:37:00] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004823 10.0.0.41 - - [2025-10-23 04:37:00] "GET /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005190 10.0.0.41 - - [2025-10-23 04:37:00] "PUT /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3 HTTP/1.1" 200 285 0.032240 10.0.0.73 - - [2025-10-23 04:37:00] "POST /ref-update HTTP/1.1" 200 156 0.034146 10.0.0.41 - - [2025-10-23 04:37:00] "GET /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.008125 10.0.0.41 - - [2025-10-23 04:37:00] "PUT /virtual-machine-interface/0b608d2d-ad1a-4d1c-869b-078af1e84de3 HTTP/1.1" 200 285 0.033790 10.0.0.41 - - [2025-10-23 04:37:10] "POST /neutron/network HTTP/1.1" 200 1120 0.009619 10.0.0.41 - - [2025-10-23 04:37:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018059 10.0.0.41 - - [2025-10-23 04:37:10] "POST /neutron/network HTTP/1.1" 200 1110 0.008427 10.0.0.41 - - [2025-10-23 04:37:33] "POST /neutron/network HTTP/1.1" 200 1120 0.011601 10.0.0.41 - - [2025-10-23 04:37:33] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016027 10.0.0.41 - - [2025-10-23 04:37:33] "POST /neutron/network HTTP/1.1" 200 1110 0.011415 10.0.0.133 - - [2025-10-23 04:37:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.133 - - [2025-10-23 04:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.133 - - [2025-10-23 04:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.133 - - [2025-10-23 04:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.73 - - [2025-10-23 04:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.73 - - [2025-10-23 04:38:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.73 - - [2025-10-23 04:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.73 - - [2025-10-23 04:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2025-10-23 04:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.41 - - [2025-10-23 04:38:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.133 - - [2025-10-23 04:38:02] "GET /obj-perms HTTP/1.1" 200 5056 0.048481 10.0.0.41 - - [2025-10-23 04:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.41 - - [2025-10-23 04:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.41 - - [2025-10-23 04:38:10] "POST /neutron/network HTTP/1.1" 200 1120 0.008658 10.0.0.41 - - [2025-10-23 04:38:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012130 10.0.0.41 - - [2025-10-23 04:38:10] "POST /neutron/network HTTP/1.1" 200 1110 0.008674 10.0.0.41 - - [2025-10-23 04:38:33] "POST /neutron/network HTTP/1.1" 200 1120 0.008718 10.0.0.41 - - [2025-10-23 04:38:33] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012830 10.0.0.41 - - [2025-10-23 04:38:33] "POST /neutron/network HTTP/1.1" 200 1110 0.008272 10.0.0.41 - - [2025-10-23 04:39:03] "GET /obj-perms HTTP/1.1" 200 5056 0.046993 10.0.0.73 - - [2025-10-23 04:39:03] "GET /obj-perms HTTP/1.1" 200 5056 0.054730 10.0.0.41 - - [2025-10-23 04:39:10] "POST /neutron/network HTTP/1.1" 200 1120 0.009825 10.0.0.41 - - [2025-10-23 04:39:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012616 10.0.0.41 - - [2025-10-23 04:39:10] "POST /neutron/network HTTP/1.1" 200 1110 0.009721 10.0.0.41 - - [2025-10-23 04:39:14] "POST /ref-update HTTP/1.1" 200 156 0.095321 10.0.0.133 - - [2025-10-23 04:39:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.084539 10.0.0.41 - - [2025-10-23 04:39:14] "GET /virtual-network/cc7212a0-d630-4481-8ca1-3df560e86df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.009622 10.0.0.41 - - [2025-10-23 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.41 - - [2025-10-23 04:39:14] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005192 10.0.0.41 - - [2025-10-23 04:39:14] "POST /ref-update HTTP/1.1" 200 156 0.058468 10.0.0.41 - - [2025-10-23 04:39:14] "GET /virtual-network/44383fc7-32a2-4cdc-be4c-e75d497d07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008224 10.0.0.41 - - [2025-10-23 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2025-10-23 04:39:14] "GET /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005176 10.0.0.41 - - [2025-10-23 04:39:14] "DELETE /network-policy/afa060d3-bdc2-41b7-8087-a1059165b869 HTTP/1.1" 200 115 0.038803 10.0.0.73 - - [2025-10-23 04:39:15] "DELETE /access-control-list/2f3a3dfe-d01e-4fe2-a77f-49b8bc9a93fc HTTP/1.1" 200 115 0.086039 10.0.0.41 - - [2025-10-23 04:39:15] "DELETE /instance-ip/873bc5c8-2266-4f4b-9d83-be255dc6da6e HTTP/1.1" 200 115 0.041650 10.0.0.41 - - [2025-10-23 04:39:15] "DELETE /instance-ip/90e1de4b-5a34-49a5-828a-84a69e007df9 HTTP/1.1" 200 115 0.043731 10.0.0.41 - - [2025-10-23 04:39:15] "DELETE /virtual-machine-interface/2a388340-6479-41ba-b867-0d9c89f74766 HTTP/1.1" 200 115 0.112967 10.0.0.41 - - [2025-10-23 04:39:15] "POST /neutron/network HTTP/1.1" 200 1006 0.041156 10.0.0.41 - - [2025-10-23 04:39:15] "POST /neutron/network HTTP/1.1" 400 204 0.014682 10.0.0.41 - - [2025-10-23 04:39:16] "POST /neutron/port HTTP/1.1" 200 1229 0.015565 10.0.0.73 - - [2025-10-23 04:39:17] "DELETE /route-target/0294fba5-201e-4d6f-830c-2f4cc08d062d HTTP/1.1" 200 115 0.023903 10.0.0.133 - - [2025-10-23 04:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.074387 10.0.0.133 - - [2025-10-23 04:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002323 10.0.0.133 - - [2025-10-23 04:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.133 - - [2025-10-23 04:39:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.41 - - [2025-10-23 04:39:17] "POST /neutron/network HTTP/1.1" 200 151 0.193048 10.0.0.41 - - [2025-10-23 04:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.004102 10.0.0.133 - - [2025-10-23 04:39:21] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.41 - - [2025-10-23 04:39:21] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076970 10.0.0.133 - - [2025-10-23 04:39:21] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.41 - - [2025-10-23 04:39:21] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?fields=virtual_networks HTTP/1.1" 200 1050 0.035712 10.0.0.133 - - [2025-10-23 04:39:21] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.41 - - [2025-10-23 04:39:21] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.045185 10.0.0.133 - - [2025-10-23 04:39:21] "GET /projects?obj_uuids=11055496-4d32-4b9c-b8aa-5d014481a38f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.41 - - [2025-10-23 04:39:21] "GET /project/11055496-4d32-4b9c-b8aa-5d014481a38f?fields=security_groups HTTP/1.1" 200 1285 0.051625 10.0.0.41 - - [2025-10-23 04:39:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.415941 10.0.0.133 - - [2025-10-23 04:39:22] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002777 10.0.0.133 - - [2025-10-23 04:39:22] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.133 - - [2025-10-23 04:39:22] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035581 10.0.0.133 - - [2025-10-23 04:39:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.002837 10.0.0.133 - - [2025-10-23 04:39:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.004390 10.0.0.133 - - [2025-10-23 04:39:23] "POST /security-groups HTTP/1.1" 200 595 0.074756 10.0.0.73 - - [2025-10-23 04:39:23] "POST /fqname-to-id HTTP/1.1" 404 238 0.003327 10.0.0.133 - - [2025-10-23 04:39:23] "POST /projects HTTP/1.1" 200 593 0.279763 10.0.0.133 - - [2025-10-23 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.352864 10.0.0.73 - - [2025-10-23 04:39:23] "POST /access-control-lists HTTP/1.1" 200 600 0.029734 10.0.0.41 - - [2025-10-23 04:39:23] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.535807 10.0.0.41 - - [2025-10-23 04:39:24] "GET / HTTP/1.1" 200 36215 0.001389 10.0.0.41 - - [2025-10-23 04:39:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.41 - - [2025-10-23 04:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.069822 10.0.0.133 - - [2025-10-23 04:39:26] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.41 - - [2025-10-23 04:39:26] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.038647 10.0.0.133 - - [2025-10-23 04:39:26] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000914 10.0.0.41 - - [2025-10-23 04:39:27] "POST /neutron/network HTTP/1.1" 200 609 0.192286 10.0.0.73 - - [2025-10-23 04:39:27] "POST /route-targets HTTP/1.1" 200 328 0.024811 10.0.0.41 - - [2025-10-23 04:39:27] "POST /neutron/network HTTP/1.1" 200 1000 0.011241 10.0.0.41 - - [2025-10-23 04:39:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.000968 10.0.0.41 - - [2025-10-23 04:39:27] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004459 10.0.0.41 - - [2025-10-23 04:39:27] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005045 10.0.0.41 - - [2025-10-23 04:39:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.007815 10.0.0.41 - - [2025-10-23 04:39:28] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005150 10.0.0.41 - - [2025-10-23 04:39:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.133 - - [2025-10-23 04:39:30] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.41 - - [2025-10-23 04:39:30] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.066980 10.0.0.41 - - [2025-10-23 04:39:31] "POST /neutron/network HTTP/1.1" 200 1000 0.033536 10.0.0.41 - - [2025-10-23 04:39:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.41 - - [2025-10-23 04:39:31] "POST /neutron/port HTTP/1.1" 200 117 0.008101 10.0.0.133 - - [2025-10-23 04:39:31] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.41 - - [2025-10-23 04:39:31] "POST /neutron/port HTTP/1.1" 200 1169 0.296713 10.0.0.41 - - [2025-10-23 04:39:32] "POST /neutron/port HTTP/1.1" 200 1223 0.094152 10.0.0.41 - - [2025-10-23 04:39:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003451 10.0.0.41 - - [2025-10-23 04:39:32] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.133 - - [2025-10-23 04:39:32] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000905 10.0.0.41 - - [2025-10-23 04:39:32] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060842 10.0.0.41 - - [2025-10-23 04:39:32] "POST /neutron/port HTTP/1.1" 200 1197 0.015464 10.0.0.41 - - [2025-10-23 04:39:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001152 10.0.0.41 - - [2025-10-23 04:39:32] "POST /neutron/port HTTP/1.1" 200 1197 0.014548 10.0.0.41 - - [2025-10-23 04:39:33] "POST /neutron/network HTTP/1.1" 200 1010 0.008606 10.0.0.41 - - [2025-10-23 04:39:33] "POST /neutron/port HTTP/1.1" 200 1169 0.021887 10.0.0.41 - - [2025-10-23 04:39:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003813 10.0.0.41 - - [2025-10-23 04:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.000919 10.0.0.133 - - [2025-10-23 04:39:34] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000808 10.0.0.41 - - [2025-10-23 04:39:34] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.072587 10.0.0.41 - - [2025-10-23 04:39:34] "POST /neutron/network HTTP/1.1" 200 1000 0.009381 10.0.0.41 - - [2025-10-23 04:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.006045 10.0.0.41 - - [2025-10-23 04:39:34] "POST /neutron/port HTTP/1.1" 200 1197 0.015059 10.0.0.41 - - [2025-10-23 04:39:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007562 10.0.0.41 - - [2025-10-23 04:39:35] "GET /virtual-machine/94f887a3-8ac2-4405-b91d-59230fe429ef HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-10-23 04:39:35] "POST /neutron/port HTTP/1.1" 200 1169 0.020732 10.0.0.41 - - [2025-10-23 04:39:35] "GET /virtual-machine/94f887a3-8ac2-4405-b91d-59230fe429ef HTTP/1.1" 200 1299 0.042290 10.0.0.41 - - [2025-10-23 04:39:35] "GET /virtual-machine-interface/86eb8fe9-ca80-45b0-bd12-2b42811ee0c1 HTTP/1.1" 200 3163 0.004932 10.0.0.41 - - [2025-10-23 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.41 - - [2025-10-23 04:39:35] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.41 - - [2025-10-23 04:39:35] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003741 10.0.0.41 - - [2025-10-23 04:39:35] "POST /neutron/port HTTP/1.1" 200 1197 0.021892 10.0.0.41 - - [2025-10-23 04:39:35] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005739 10.0.0.41 - - [2025-10-23 04:39:35] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018234 10.0.0.41 - - [2025-10-23 04:39:36] "POST /neutron/network HTTP/1.1" 200 1000 0.011595 10.0.0.41 - - [2025-10-23 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-10-23 04:39:38] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005325 10.0.0.133 - - [2025-10-23 04:39:42] "DELETE /project/11055496-4d32-4b9c-b8aa-5d014481a38f HTTP/1.1" 404 177 0.004543 10.0.0.133 - - [2025-10-23 04:39:42] "DELETE /project/de95c6e631fb4c709b52ecd3df4ed241 HTTP/1.1" 404 173 0.003930 10.0.0.41 - - [2025-10-23 04:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.41 - - [2025-10-23 04:39:43] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006152 10.0.0.41 - - [2025-10-23 04:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.41 - - [2025-10-23 04:39:47] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004841 10.0.0.41 - - [2025-10-23 04:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2025-10-23 04:39:51] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005322 10.0.0.41 - - [2025-10-23 04:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.41 - - [2025-10-23 04:39:55] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004901 10.0.0.41 - - [2025-10-23 04:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.41 - - [2025-10-23 04:39:59] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006563 10.0.0.41 - - [2025-10-23 04:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.41 - - [2025-10-23 04:40:03] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006280 10.0.0.41 - - [2025-10-23 04:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.41 - - [2025-10-23 04:40:07] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005663 10.0.0.41 - - [2025-10-23 04:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.41 - - [2025-10-23 04:40:11] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007009 10.0.0.41 - - [2025-10-23 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2025-10-23 04:40:15] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005564 10.0.0.41 - - [2025-10-23 04:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-10-23 04:40:19] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005466 10.0.0.41 - - [2025-10-23 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.41 - - [2025-10-23 04:40:24] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006068 10.0.0.41 - - [2025-10-23 04:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.41 - - [2025-10-23 04:40:28] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005203 10.0.0.41 - - [2025-10-23 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-10-23 04:40:32] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003958 10.0.0.41 - - [2025-10-23 04:40:32] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003136 10.0.0.41 - - [2025-10-23 04:40:32] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006994 10.0.0.41 - - [2025-10-23 04:40:35] "POST /neutron/port HTTP/1.1" 200 1197 0.014917 10.0.0.41 - - [2025-10-23 04:40:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003741 10.0.0.41 - - [2025-10-23 04:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.41 - - [2025-10-23 04:40:36] "POST /neutron/port HTTP/1.1" 200 1197 0.045786 10.0.0.41 - - [2025-10-23 04:40:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007004 10.0.0.41 - - [2025-10-23 04:40:44] "POST /neutron/port HTTP/1.1" 200 1197 0.015582 10.0.0.41 - - [2025-10-23 04:40:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006905 10.0.0.41 - - [2025-10-23 04:40:58] "POST /neutron/port HTTP/1.1" 200 1197 0.016325 10.0.0.41 - - [2025-10-23 04:40:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006953 10.0.0.41 - - [2025-10-23 04:40:58] "GET /virtual-machine/19daf753-8550-4094-8987-4b84a778ab96 HTTP/1.1" 200 1297 0.005989 10.0.0.41 - - [2025-10-23 04:40:58] "GET /virtual-machine-interface/c5f68d0a-c4d9-4c67-a1ad-3613b2f61552 HTTP/1.1" 200 3164 0.004933 10.0.0.41 - - [2025-10-23 04:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.41 - - [2025-10-23 04:40:58] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004651 10.0.0.41 - - [2025-10-23 04:40:58] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002667 10.0.0.41 - - [2025-10-23 04:40:58] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005723 10.0.0.41 - - [2025-10-23 04:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2025-10-23 04:41:01] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004834 10.0.0.133 - - [2025-10-23 04:41:05] "GET /obj-perms HTTP/1.1" 200 5056 0.059467 10.0.0.41 - - [2025-10-23 04:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2025-10-23 04:41:05] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005100 10.0.0.41 - - [2025-10-23 04:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.41 - - [2025-10-23 04:41:09] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005611 10.0.0.41 - - [2025-10-23 04:41:13] "POST /neutron/port HTTP/1.1" 200 1197 0.040471 10.0.0.41 - - [2025-10-23 04:41:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.41 - - [2025-10-23 04:41:13] "POST /neutron/port HTTP/1.1" 200 117 0.001048 10.0.0.41 - - [2025-10-23 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.41 - - [2025-10-23 04:41:14] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004589 10.0.0.41 - - [2025-10-23 04:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-10-23 04:41:18] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006358 10.0.0.41 - - [2025-10-23 04:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2025-10-23 04:41:22] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007854 10.0.0.41 - - [2025-10-23 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.41 - - [2025-10-23 04:41:26] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005219 10.0.0.41 - - [2025-10-23 04:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.41 - - [2025-10-23 04:41:30] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005263 10.0.0.41 - - [2025-10-23 04:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.41 - - [2025-10-23 04:41:34] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004899 10.0.0.41 - - [2025-10-23 04:41:37] "POST /neutron/port HTTP/1.1" 200 1197 0.037499 10.0.0.41 - - [2025-10-23 04:41:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003638 10.0.0.41 - - [2025-10-23 04:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.41 - - [2025-10-23 04:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.41 - - [2025-10-23 04:41:38] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005234 10.0.0.41 - - [2025-10-23 04:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.41 - - [2025-10-23 04:41:42] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005248 10.0.0.41 - - [2025-10-23 04:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.41 - - [2025-10-23 04:41:46] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004807 10.0.0.41 - - [2025-10-23 04:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2025-10-23 04:41:50] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005185 10.0.0.41 - - [2025-10-23 04:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.41 - - [2025-10-23 04:41:53] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004207 10.0.0.41 - - [2025-10-23 04:41:53] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003775 10.0.0.41 - - [2025-10-23 04:41:53] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007136 10.0.0.41 - - [2025-10-23 04:41:53] "POST /neutron/port HTTP/1.1" 200 1197 0.018073 10.0.0.41 - - [2025-10-23 04:41:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006631 10.0.0.41 - - [2025-10-23 04:42:05] "GET /obj-perms HTTP/1.1" 200 5056 0.047050 10.0.0.73 - - [2025-10-23 04:42:05] "GET /obj-perms HTTP/1.1" 200 5056 0.054430 10.0.0.41 - - [2025-10-23 04:42:08] "POST /neutron/port HTTP/1.1" 200 1197 0.018320 10.0.0.41 - - [2025-10-23 04:42:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007222 10.0.0.41 - - [2025-10-23 04:42:14] "POST /neutron/network HTTP/1.1" 200 1010 0.008888 10.0.0.41 - - [2025-10-23 04:42:14] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012896 10.0.0.41 - - [2025-10-23 04:42:14] "POST /neutron/network HTTP/1.1" 200 1000 0.008492 10.0.0.41 - - [2025-10-23 04:42:24] "POST /neutron/port HTTP/1.1" 200 1197 0.016130 10.0.0.41 - - [2025-10-23 04:42:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007204 10.0.0.41 - - [2025-10-23 04:42:39] "POST /neutron/port HTTP/1.1" 200 1197 0.015228 10.0.0.41 - - [2025-10-23 04:42:39] "POST /neutron/port HTTP/1.1" 200 1197 0.016236 10.0.0.41 - - [2025-10-23 04:42:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004993 10.0.0.41 - - [2025-10-23 04:42:40] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.41 - - [2025-10-23 04:42:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008189 10.0.0.41 - - [2025-10-23 04:42:55] "POST /neutron/port HTTP/1.1" 200 1197 0.016977 10.0.0.133 - - [2025-10-23 04:42:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.133 - - [2025-10-23 04:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.133 - - [2025-10-23 04:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.133 - - [2025-10-23 04:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000305 10.0.0.41 - - [2025-10-23 04:43:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007623 10.0.0.73 - - [2025-10-23 04:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.73 - - [2025-10-23 04:43:00] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.73 - - [2025-10-23 04:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2025-10-23 04:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.41 - - [2025-10-23 04:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.41 - - [2025-10-23 04:43:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-10-23 04:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-23 04:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.41 - - [2025-10-23 04:43:10] "POST /neutron/port HTTP/1.1" 200 1197 0.014878 10.0.0.41 - - [2025-10-23 04:43:15] "POST /neutron/port HTTP/1.1" 200 1197 0.016860 10.0.0.41 - - [2025-10-23 04:43:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003626 10.0.0.41 - - [2025-10-23 04:43:15] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.41 - - [2025-10-23 04:43:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007791 10.0.0.41 - - [2025-10-23 04:43:21] "POST /neutron/port HTTP/1.1" 200 1197 0.032657 10.0.0.41 - - [2025-10-23 04:43:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007238 10.0.0.41 - - [2025-10-23 04:43:31] "POST /neutron/port HTTP/1.1" 200 1197 0.016608 10.0.0.41 - - [2025-10-23 04:43:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009100 10.0.0.41 - - [2025-10-23 04:43:31] "GET /virtual-machine/ec289d88-ecee-4607-b59f-cfc144411a0f HTTP/1.1" 200 1299 0.007783 10.0.0.41 - - [2025-10-23 04:43:31] "GET /virtual-machine-interface/5809c5c7-e33f-44e0-a3b1-e7163d25490d HTTP/1.1" 200 3163 0.008207 10.0.0.41 - - [2025-10-23 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.41 - - [2025-10-23 04:43:31] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004472 10.0.0.41 - - [2025-10-23 04:43:31] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003449 10.0.0.41 - - [2025-10-23 04:43:31] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006645 10.0.0.41 - - [2025-10-23 04:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.41 - - [2025-10-23 04:43:33] "GET /global-vrouter-config/7d40fb74-0e8c-4cd6-9d9a-a1d0f2ba94ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003651 10.0.0.41 - - [2025-10-23 04:43:33] "GET /virtual-networks?parent_id=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002944 10.0.0.41 - - [2025-10-23 04:43:33] "GET /virtual-network/623e06ef-99ee-44af-bdb9-162fb93656b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005723 10.0.0.41 - - [2025-10-23 04:43:33] "GET /virtual-machine-interface/5809c5c7-e33f-44e0-a3b1-e7163d25490d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005836 10.0.0.41 - - [2025-10-23 04:43:33] "PUT /virtual-machine-interface/5809c5c7-e33f-44e0-a3b1-e7163d25490d HTTP/1.1" 200 285 0.012894 10.0.0.41 - - [2025-10-23 04:43:39] "POST /neutron/network HTTP/1.1" 200 1010 0.008090 10.0.0.41 - - [2025-10-23 04:43:39] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012354 10.0.0.41 - - [2025-10-23 04:43:39] "POST /neutron/network HTTP/1.1" 200 1000 0.008141 10.0.0.41 - - [2025-10-23 04:44:16] "POST /neutron/network HTTP/1.1" 200 1010 0.009307 10.0.0.41 - - [2025-10-23 04:44:16] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013758 10.0.0.41 - - [2025-10-23 04:44:16] "POST /neutron/network HTTP/1.1" 200 1000 0.009230 10.0.0.41 - - [2025-10-23 04:44:41] "POST /neutron/network HTTP/1.1" 200 1010 0.009011 10.0.0.41 - - [2025-10-23 04:44:41] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012279 10.0.0.41 - - [2025-10-23 04:44:41] "POST /neutron/network HTTP/1.1" 200 1000 0.008054 10.0.0.41 - - [2025-10-23 04:45:16] "POST /neutron/network HTTP/1.1" 200 1010 0.011638 10.0.0.41 - - [2025-10-23 04:45:16] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013832 10.0.0.41 - - [2025-10-23 04:45:16] "POST /neutron/network HTTP/1.1" 200 1000 0.011661 10.0.0.41 - - [2025-10-23 04:45:42] "POST /neutron/network HTTP/1.1" 200 1010 0.008726 10.0.0.41 - - [2025-10-23 04:45:42] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011823 10.0.0.41 - - [2025-10-23 04:45:42] "POST /neutron/network HTTP/1.1" 200 1000 0.008703 10.0.0.133 - - [2025-10-23 04:46:08] "GET /obj-perms HTTP/1.1" 200 5056 0.052151 10.0.0.41 - - [2025-10-23 04:46:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050176 10.0.0.41 - - [2025-10-23 04:46:17] "POST /neutron/port HTTP/1.1" 200 1197 0.050769 10.0.0.41 - - [2025-10-23 04:46:18] "POST /neutron/port HTTP/1.1" 200 1197 0.024620 10.0.0.41 - - [2025-10-23 04:46:18] "POST /neutron/port HTTP/1.1" 200 151 0.276814 10.0.0.41 - - [2025-10-23 04:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.039967 10.0.0.41 - - [2025-10-23 04:46:18] "POST /neutron/network HTTP/1.1" 200 117 0.006564 10.0.0.73 - - [2025-10-23 04:46:19] "DELETE /route-target/c0548682-30b3-4a58-aeee-906b714eee4a HTTP/1.1" 200 115 0.064388 10.0.0.133 - - [2025-10-23 04:46:21] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.030489 10.0.0.41 - - [2025-10-23 04:46:21] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.117053 10.0.0.133 - - [2025-10-23 04:46:21] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000857 10.0.0.41 - - [2025-10-23 04:46:21] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?fields=virtual_networks HTTP/1.1" 200 1043 0.044992 10.0.0.133 - - [2025-10-23 04:46:21] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000911 10.0.0.41 - - [2025-10-23 04:46:21] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044977 10.0.0.133 - - [2025-10-23 04:46:21] "GET /projects?obj_uuids=de95c6e6-31fb-4c70-9b52-ecd3df4ed241&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001836 10.0.0.41 - - [2025-10-23 04:46:21] "GET /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241?fields=security_groups HTTP/1.1" 200 1274 0.041123 10.0.0.41 - - [2025-10-23 04:46:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.030219 10.0.0.133 - - [2025-10-23 04:46:22] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003011 10.0.0.133 - - [2025-10-23 04:46:22] "GET /domains?obj_uuids=4ac2eafd-52e8-4f65-a1ce-6478676e3af6&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.133 - - [2025-10-23 04:46:22] "GET /domain/4ac2eafd-52e8-4f65-a1ce-6478676e3af6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030580 10.0.0.133 - - [2025-10-23 04:46:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.001071 10.0.0.133 - - [2025-10-23 04:46:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.004671 10.0.0.133 - - [2025-10-23 04:46:23] "POST /security-groups HTTP/1.1" 200 591 0.031352 10.0.0.133 - - [2025-10-23 04:46:23] "POST /projects HTTP/1.1" 200 585 0.237781 10.0.0.133 - - [2025-10-23 04:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.311190 10.0.0.73 - - [2025-10-23 04:46:23] "POST /fqname-to-id HTTP/1.1" 404 233 0.003041 10.0.0.41 - - [2025-10-23 04:46:23] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.497970 10.0.0.41 - - [2025-10-23 04:46:24] "GET / HTTP/1.1" 200 36215 0.001305 10.0.0.73 - - [2025-10-23 04:46:27] "DELETE /access-control-list/48108e86-93e7-4d8a-95fc-1e7d541e9b5a HTTP/1.1" 200 115 0.038815 10.0.0.133 - - [2025-10-23 04:46:30] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.41 - - [2025-10-23 04:46:30] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.037579 10.0.0.133 - - [2025-10-23 04:46:30] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.41 - - [2025-10-23 04:46:30] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?fields=virtual_networks HTTP/1.1" 200 1034 0.051693 10.0.0.133 - - [2025-10-23 04:46:30] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.41 - - [2025-10-23 04:46:30] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040381 10.0.0.133 - - [2025-10-23 04:46:30] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.41 - - [2025-10-23 04:46:30] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?fields=security_groups HTTP/1.1" 200 1261 0.043641 10.0.0.133 - - [2025-10-23 04:46:42] "DELETE /project/de95c6e6-31fb-4c70-9b52-ecd3df4ed241 HTTP/1.1" 404 177 0.004950 10.0.0.133 - - [2025-10-23 04:46:42] "DELETE /project/b931d0dde816415a88451e7f94acffe0 HTTP/1.1" 404 173 0.004465 10.0.0.133 - - [2025-10-23 04:46:42] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000779 10.0.0.133 - - [2025-10-23 04:46:42] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.034277 10.0.0.133 - - [2025-10-23 04:46:42] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.133 - - [2025-10-23 04:46:42] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?fields=security_groups HTTP/1.1" 200 1363 0.078437 10.0.0.133 - - [2025-10-23 04:46:42] "DELETE /security-group/eeb2ecc3-70ac-4234-aab4-a99c66b7901b HTTP/1.1" 200 115 0.046524 10.0.0.133 - - [2025-10-23 04:46:42] "GET /projects?obj_uuids=b931d0dd-e816-415a-8845-1e7f94acffe0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.133 - - [2025-10-23 04:46:42] "GET /project/b931d0dd-e816-415a-8845-1e7f94acffe0?fields=application_policy_sets HTTP/1.1" 200 1402 0.040554 10.0.0.133 - - [2025-10-23 04:46:42] "DELETE /project/b931d0dd-e816-415a-8845-1e7f94acffe0 HTTP/1.1" 200 115 0.402071 10.0.0.73 - - [2025-10-23 04:47:09] "GET /obj-perms HTTP/1.1" 200 5056 0.070277 [Introspect:8084]10.0.0.133 - - [2025-10-23 04:47:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000877 [Introspect:8084]10.0.0.133 - - [2025-10-23 04:47:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000764