++ 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 Sep 4 02:05:42 AM UTC 2025 ===================' INFO: =================== Thu Sep 4 02:05:42 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ ip route get 1 +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ 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.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.57 ++ 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.57,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.57,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.57 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.57 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.57,10.0.0.38,10.0.0.131 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.57,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.131,10.20.0.14,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.57'\''))' +++ local server_ip=10.0.0.57 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.57 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.57, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/04/2025 02:05:52.669 7f5467f15300 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/04/2025 02:05:52.863 7f5467f15300 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/04/2025 02:05:52.876 7f5467f15300 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/04/2025 02:05:52.876 7f5467f15300 [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 Sep 4 02:06:12 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 3 from vnc_cfg_api_server.api_server import server_main 4 if __name__ == '__main__': 5 if sys.argv[0].endswith('.exe'): 6 sys.argv[0] = sys.argv[0][:-4] 7 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=) 3762 project = self.create_singleton_entry(Project(parent_obj=domain)) 3763 self._default_project = project.serialize_to_json() 3764 self.create_singleton_entry(Fabric()) 3765 3766 # Global and default policy resources self = self.create_singleton_entry = > global Fabric = /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/fabric:default-global-...85dd718e-0b2c-4200-8c1e-3a36371c8acd at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/fabric:default-global-system-config:default-fabric exists already with ID: 85dd718e-0b2c-4200-8c1e-3a36371c8acd at zookeeper __cause__ = None __class__ = __context__ = NoIdError('fabric default-global-system-config:default-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/fabric:default-global-...85dd718e-0b2c-4200-8c1e-3a36371c8acd 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/fabric:default-global-...85dd718e-0b2c-4200-8c1e-3a36371c8acd at zookeeper') content = 'FQ Name: /fq-name-to-uuid/fabric:default-global-...85dd718e-0b2c-4200-8c1e-3a36371c8acd 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: fabric default-global-system-config:default-fabric During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 7, 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 3764, in _db_init_entries self.create_singleton_entry(Fabric()) 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/fabric:default-global-system-config:default-fabric exists already with ID: 85dd718e-0b2c-4200-8c1e-3a36371c8acd 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 Sep 4 02:06:13 AM UTC 2025 ===================' INFO: =================== Thu Sep 4 02:06:13 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 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ 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.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.57 ++ 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.57,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.57,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.57 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.57 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.57,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.57,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.14,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.57'\''))' +++ local server_ip=10.0.0.57 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.57 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.57, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ sort ++ set ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 09/04/2025 02:06:22.620 7f1dc860cb00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/04/2025 02:06:22.783 7f1dc860cb00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/04/2025 02:06:22.798 7f1dc860cb00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/04/2025 02:06:22.798 7f1dc860cb00 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-09-04 02:06:24] "GET / HTTP/1.1" 200 45871 0.001851 10.0.0.131 - - [2025-09-04 02:06:24] "GET / HTTP/1.1" 200 45871 0.003299 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.131 - - [2025-09-04 02:06:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000796 10.0.0.131 - - [2025-09-04 02:06:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000254 10.0.0.131 - - [2025-09-04 02:06:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 28.149050 10.0.0.131 - - [2025-09-04 02:06:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006140 10.0.0.131 - - [2025-09-04 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 27.649370 10.0.0.131 - - [2025-09-04 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008023 10.0.0.131 - - [2025-09-04 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 12.223542 10.0.0.131 - - [2025-09-04 02:07:01] "GET /global-system-configs HTTP/1.1" 200 323 10.574861 10.0.0.57 - - [2025-09-04 02:07:01] "GET /global-system-configs HTTP/1.1" 200 323 8.566177 10.0.0.38 - - [2025-09-04 02:07:01] "GET /global-system-configs HTTP/1.1" 200 323 6.166527 10.0.0.131 - - [2025-09-04 02:07:02] "GET /global-system-configs HTTP/1.1" 200 323 4.237643 10.0.0.38 - - [2025-09-04 02:07:02] "GET /global-system-configs HTTP/1.1" 200 323 2.686386 10.0.0.57 - - [2025-09-04 02:07:02] "GET /global-system-configs HTTP/1.1" 200 323 1.272445 10.0.0.131 - - [2025-09-04 02:07:03] "POST /access-control-lists HTTP/1.1" 200 589 0.059632 10.0.0.131 - - [2025-09-04 02:07:03] "POST /route-targets HTTP/1.1" 200 328 0.031035 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.131 - - [2025-09-04 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.035926 10.0.0.131 - - [2025-09-04 02:07:03] "POST /route-targets HTTP/1.1" 200 328 0.025146 10.0.0.131 - - [2025-09-04 02:07:03] "POST /access-control-lists HTTP/1.1" 200 553 0.040301 10.0.0.131 - - [2025-09-04 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.049518 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.131 - - [2025-09-04 02:09:22] "GET /obj-perms HTTP/1.1" 200 5056 0.355389 10.0.0.57 - - [2025-09-04 02:10:22] "GET /obj-perms HTTP/1.1" 200 5056 0.043600 10.0.0.38 - - [2025-09-04 02:10:22] "GET /obj-perms HTTP/1.1" 200 5056 0.042643 10.0.0.131 - - [2025-09-04 02:10:39] "PUT /access-control-list/ed127f88-2e4a-4661-81d6-889b5edc2218 HTTP/1.1" 200 273 0.021949 10.0.0.131 - - [2025-09-04 02:11:25] "GET /global-system-configs HTTP/1.1" 200 323 0.032065 10.0.0.57 - - [2025-09-04 02:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.010549 10.0.0.57 - - [2025-09-04 02:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.075825 10.0.0.131 - - [2025-09-04 02:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.094988 10.0.0.38 - - [2025-09-04 02:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.010625 10.0.0.38 - - [2025-09-04 02:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.085547 10.0.0.131 - - [2025-09-04 02:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.013242 10.0.0.38 - - [2025-09-04 02:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.004573 10.0.0.57 - - [2025-09-04 02:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.073007 10.0.0.131 - - [2025-09-04 02:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.088336 10.0.0.57 - - [2025-09-04 02:11:27] "GET /global-system-configs HTTP/1.1" 200 323 0.005099 10.0.0.38 - - [2025-09-04 02:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.044665 [Introspect:8084]10.0.0.131 - - [2025-09-04 02:11:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001056 [Introspect:8084]10.0.0.131 - - [2025-09-04 02:11:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001067 [Introspect:8084]10.0.0.131 - - [2025-09-04 02:12:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001032 [Introspect:8084]10.0.0.131 - - [2025-09-04 02:12:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000932 10.0.0.57 - - [2025-09-04 02:13:13] "GET / HTTP/1.1" 200 36215 0.001726 10.0.0.57 - - [2025-09-04 02:13:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.57 - - [2025-09-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.056533 10.0.0.131 - - [2025-09-04 02:13:15] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.048808 10.0.0.131 - - [2025-09-04 02:13:15] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.131 - - [2025-09-04 02:13:15] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.071333 10.0.0.131 - - [2025-09-04 02:13:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.003672 10.0.0.131 - - [2025-09-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.008006 10.0.0.131 - - [2025-09-04 02:13:15] "POST /security-groups HTTP/1.1" 200 589 0.082857 10.0.0.131 - - [2025-09-04 02:13:15] "POST /projects HTTP/1.1" 200 581 0.327379 10.0.0.131 - - [2025-09-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.364995 10.0.0.57 - - [2025-09-04 02:13:15] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.622582 10.0.0.131 - - [2025-09-04 02:13:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.046230 10.0.0.57 - - [2025-09-04 02:13:16] "GET / HTTP/1.1" 200 36215 0.001698 10.0.0.131 - - [2025-09-04 02:13:20] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001004 10.0.0.57 - - [2025-09-04 02:13:20] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065034 10.0.0.131 - - [2025-09-04 02:13:20] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000871 10.0.0.57 - - [2025-09-04 02:13:20] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?fields=virtual_networks HTTP/1.1" 200 1030 0.057717 10.0.0.131 - - [2025-09-04 02:13:20] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002331 10.0.0.57 - - [2025-09-04 02:13:20] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.065156 10.0.0.131 - - [2025-09-04 02:13:20] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000893 10.0.0.57 - - [2025-09-04 02:13:20] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?fields=security_groups HTTP/1.1" 200 1255 0.048254 10.0.0.131 - - [2025-09-04 02:13:20] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004214 10.0.0.131 - - [2025-09-04 02:13:21] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.131 - - [2025-09-04 02:13:21] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008257 10.0.0.131 - - [2025-09-04 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 167 0.003352 10.0.0.131 - - [2025-09-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 176 0.008709 10.0.0.131 - - [2025-09-04 02:13:21] "POST /security-groups HTTP/1.1" 200 568 0.052439 10.0.0.131 - - [2025-09-04 02:13:21] "POST /projects HTTP/1.1" 200 539 0.304610 10.0.0.131 - - [2025-09-04 02:13:21] "POST /access-control-lists HTTP/1.1" 200 575 0.042435 10.0.0.131 - - [2025-09-04 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.390684 10.0.0.57 - - [2025-09-04 02:13:21] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.576588 [Introspect:8084]10.0.0.57 - - [2025-09-04 02:13:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001231 10.0.0.131 - - [2025-09-04 02:13:23] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000983 10.0.0.57 - - [2025-09-04 02:13:23] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.054942 10.0.0.131 - - [2025-09-04 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.050104 [Introspect:8084]10.0.0.57 - - [2025-09-04 02:13:25] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000638 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.048328 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.005179 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004119 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004875 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004893 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004127 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004298 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004248 10.0.0.57 - - [2025-09-04 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004013 10.0.0.57 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004983 10.0.0.57 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004450 10.0.0.38 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.046078 10.0.0.57 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004677 10.0.0.131 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.005379 10.0.0.131 - - [2025-09-04 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.006421 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004694 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004256 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004103 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005429 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005460 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004171 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005121 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004239 10.0.0.57 - - [2025-09-04 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004898 10.0.0.57 - - [2025-09-04 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.005411 10.0.0.57 - - [2025-09-04 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.007969 10.0.0.57 - - [2025-09-04 02:13:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005454 10.0.0.57 - - [2025-09-04 02:13:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004612 10.0.0.57 - - [2025-09-04 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004850 10.0.0.57 - - [2025-09-04 02:13:33] "GET /obj-perms HTTP/1.1" 200 5056 0.005306 10.0.0.57 - - [2025-09-04 02:13:34] "GET /obj-perms HTTP/1.1" 200 5056 0.004542 10.0.0.57 - - [2025-09-04 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.021214 10.0.0.131 - - [2025-09-04 02:13:35] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004266 10.0.0.131 - - [2025-09-04 02:13:35] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.131 - - [2025-09-04 02:13:35] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015575 10.0.0.131 - - [2025-09-04 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.005190 10.0.0.131 - - [2025-09-04 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.004537 10.0.0.131 - - [2025-09-04 02:13:35] "POST /security-groups HTTP/1.1" 200 602 0.088241 10.0.0.131 - - [2025-09-04 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.004173 10.0.0.131 - - [2025-09-04 02:13:36] "POST /projects HTTP/1.1" 200 607 0.355658 10.0.0.131 - - [2025-09-04 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.384549 10.0.0.57 - - [2025-09-04 02:13:36] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.578054 10.0.0.131 - - [2025-09-04 02:13:36] "POST /access-control-lists HTTP/1.1" 200 607 0.082529 10.0.0.57 - - [2025-09-04 02:13:37] "GET / HTTP/1.1" 200 36215 0.002949 10.0.0.57 - - [2025-09-04 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.57 - - [2025-09-04 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.058888 10.0.0.131 - - [2025-09-04 02:13:38] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.57 - - [2025-09-04 02:13:38] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068590 10.0.0.131 - - [2025-09-04 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.013114 10.0.0.57 - - [2025-09-04 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.267454 10.0.0.57 - - [2025-09-04 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001577 10.0.0.57 - - [2025-09-04 02:13:39] "GET /virtual-network/50053054-9996-4207-bbb4-4213d9781d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007457 10.0.0.57 - - [2025-09-04 02:13:39] "GET /virtual-network/50053054-9996-4207-bbb4-4213d9781d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006263 10.0.0.57 - - [2025-09-04 02:13:39] "POST /neutron/network HTTP/1.1" 200 839 0.010901 10.0.0.57 - - [2025-09-04 02:13:40] "GET /virtual-network/50053054-9996-4207-bbb4-4213d9781d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006910 10.0.0.131 - - [2025-09-04 02:13:41] "GET /obj-perms HTTP/1.1" 200 5052 0.046031 10.0.0.57 - - [2025-09-04 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001438 10.0.0.131 - - [2025-09-04 02:13:44] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001104 10.0.0.57 - - [2025-09-04 02:13:44] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077890 10.0.0.57 - - [2025-09-04 02:13:44] "POST /neutron/network HTTP/1.1" 200 839 0.029306 10.0.0.57 - - [2025-09-04 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.010190 10.0.0.57 - - [2025-09-04 02:13:46] "POST /neutron/port HTTP/1.1" 200 1071 0.039715 10.0.0.57 - - [2025-09-04 02:13:47] "POST /neutron/port HTTP/1.1" 200 1099 0.022344 10.0.0.57 - - [2025-09-04 02:13:47] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.57 - - [2025-09-04 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2069 0.012684 10.0.0.57 - - [2025-09-04 02:13:55] "GET /obj-perms HTTP/1.1" 200 5052 0.049350 10.0.0.57 - - [2025-09-04 02:13:58] "GET /obj-perms HTTP/1.1" 200 5052 0.005433 10.0.0.57 - - [2025-09-04 02:14:00] "POST /neutron/port HTTP/1.1" 200 1099 0.043353 10.0.0.57 - - [2025-09-04 02:14:00] "POST /neutron/network HTTP/1.1" 400 204 0.017069 10.0.0.57 - - [2025-09-04 02:14:01] "POST /neutron/port HTTP/1.1" 200 151 0.276831 10.0.0.131 - - [2025-09-04 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.131 - - [2025-09-04 02:14:03] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.57 - - [2025-09-04 02:14:03] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059009 10.0.0.131 - - [2025-09-04 02:14:03] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.57 - - [2025-09-04 02:14:03] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?fields=virtual_networks HTTP/1.1" 200 1057 0.058898 10.0.0.131 - - [2025-09-04 02:14:03] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.131 - - [2025-09-04 02:14:03] "DELETE /project/9e00e430552d455b8f97f7fe9494648f HTTP/1.1" 404 173 0.013782 10.0.0.131 - - [2025-09-04 02:14:03] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003291 10.0.0.131 - - [2025-09-04 02:14:03] "DELETE /project/365fa3d549a14b1aa4a91b81505302eb HTTP/1.1" 404 173 0.014497 10.0.0.131 - - [2025-09-04 02:14:03] "DELETE /project/9baedcecd6f0423a94552d3121d740de HTTP/1.1" 404 173 0.016775 10.0.0.57 - - [2025-09-04 02:14:04] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.094582 10.0.0.131 - - [2025-09-04 02:14:04] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.108210 10.0.0.131 - - [2025-09-04 02:14:04] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.131 - - [2025-09-04 02:14:04] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000913 10.0.0.131 - - [2025-09-04 02:14:04] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?fields=security_groups HTTP/1.1" 200 1357 0.074952 10.0.0.57 - - [2025-09-04 02:14:04] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?fields=security_groups HTTP/1.1" 200 1295 0.104867 10.0.0.131 - - [2025-09-04 02:14:04] "DELETE /security-group/70b23005-2253-4695-8932-c316e0cf5311 HTTP/1.1" 200 115 0.079973 10.0.0.131 - - [2025-09-04 02:14:04] "GET /projects?obj_uuids=365fa3d5-49a1-4b1a-a4a9-1b81505302eb&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.131 - - [2025-09-04 02:14:04] "GET /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb?fields=application_policy_sets HTTP/1.1" 200 1396 0.080951 10.0.0.131 - - [2025-09-04 02:14:04] "DELETE /access-control-list/f039cfad-bd17-40f8-8da7-07ccef7fa722 HTTP/1.1" 200 115 0.076807 10.0.0.131 - - [2025-09-04 02:14:04] "DELETE /project/365fa3d5-49a1-4b1a-a4a9-1b81505302eb HTTP/1.1" 200 115 0.593390 10.0.0.131 - - [2025-09-04 02:14:04] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001088 10.0.0.57 - - [2025-09-04 02:14:04] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.045308 10.0.0.131 - - [2025-09-04 02:14:11] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000988 10.0.0.57 - - [2025-09-04 02:14:11] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.055517 10.0.0.57 - - [2025-09-04 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.029713 10.0.0.131 - - [2025-09-04 02:14:14] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003829 10.0.0.131 - - [2025-09-04 02:14:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.131 - - [2025-09-04 02:14:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008441 10.0.0.131 - - [2025-09-04 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.003754 10.0.0.131 - - [2025-09-04 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.011014 10.0.0.131 - - [2025-09-04 02:14:14] "POST /security-groups HTTP/1.1" 200 603 0.094379 10.0.0.131 - - [2025-09-04 02:14:14] "POST /projects HTTP/1.1" 200 609 0.364376 10.0.0.131 - - [2025-09-04 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.016073 10.0.0.131 - - [2025-09-04 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.453978 10.0.0.57 - - [2025-09-04 02:14:14] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.643471 10.0.0.57 - - [2025-09-04 02:14:15] "GET / HTTP/1.1" 200 36215 0.063811 10.0.0.57 - - [2025-09-04 02:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.57 - - [2025-09-04 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.051729 10.0.0.131 - - [2025-09-04 02:14:16] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002009 10.0.0.57 - - [2025-09-04 02:14:16] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.061122 10.0.0.57 - - [2025-09-04 02:14:16] "POST /neutron/network HTTP/1.1" 200 117 0.039748 10.0.0.57 - - [2025-09-04 02:14:17] "POST /neutron/network HTTP/1.1" 200 921 0.017065 10.0.0.57 - - [2025-09-04 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.001194 10.0.0.57 - - [2025-09-04 02:14:17] "GET /virtual-network/40e83023-e94c-46d0-bc1a-1b7220b954d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005847 10.0.0.57 - - [2025-09-04 02:14:17] "GET /virtual-network/40e83023-e94c-46d0-bc1a-1b7220b954d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007235 10.0.0.57 - - [2025-09-04 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.010299 10.0.0.57 - - [2025-09-04 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.131 - - [2025-09-04 02:14:17] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.57 - - [2025-09-04 02:14:17] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.063944 10.0.0.131 - - [2025-09-04 02:14:17] "POST /ref-update HTTP/1.1" 200 156 0.039097 10.0.0.131 - - [2025-09-04 02:14:18] "POST /useragent-kv HTTP/1.1" 200 115 0.013382 10.0.0.57 - - [2025-09-04 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.252556 10.0.0.57 - - [2025-09-04 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.001641 10.0.0.57 - - [2025-09-04 02:14:18] "GET /virtual-network/685199d3-4ff2-4564-a213-edf4354ed1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005855 10.0.0.57 - - [2025-09-04 02:14:18] "GET /virtual-network/685199d3-4ff2-4564-a213-edf4354ed1ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005681 10.0.0.57 - - [2025-09-04 02:14:18] "POST /neutron/network HTTP/1.1" 200 921 0.006871 10.0.0.57 - - [2025-09-04 02:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.131 - - [2025-09-04 02:14:18] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.57 - - [2025-09-04 02:14:18] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.062238 10.0.0.131 - - [2025-09-04 02:14:18] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.57 - - [2025-09-04 02:14:18] "POST /neutron/network HTTP/1.1" 200 705 0.180988 10.0.0.131 - - [2025-09-04 02:14:18] "POST /route-targets HTTP/1.1" 200 328 0.021425 10.0.0.57 - - [2025-09-04 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 276 0.005584 10.0.0.57 - - [2025-09-04 02:14:18] "GET /virtual-network/3dfbdaa0-a066-4d25-b37e-b525662b108a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005442 10.0.0.57 - - [2025-09-04 02:14:18] "POST /neutron/network HTTP/1.1" 200 926 0.007027 10.0.0.57 - - [2025-09-04 02:14:18] "GET /virtual-network/3dfbdaa0-a066-4d25-b37e-b525662b108a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.015714 10.0.0.57 - - [2025-09-04 02:14:19] "POST /id-to-fqname HTTP/1.1" 200 275 0.001267 10.0.0.57 - - [2025-09-04 02:14:19] "POST /neutron/network HTTP/1.1" 200 931 0.010107 10.0.0.131 - - [2025-09-04 02:14:20] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.57 - - [2025-09-04 02:14:20] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.073914 10.0.0.57 - - [2025-09-04 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.007164 10.0.0.57 - - [2025-09-04 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 276 0.001289 10.0.0.57 - - [2025-09-04 02:14:21] "POST /neutron/network HTTP/1.1" 200 931 0.009884 10.0.0.57 - - [2025-09-04 02:14:21] "POST /neutron/port HTTP/1.1" 200 1071 0.014443 10.0.0.131 - - [2025-09-04 02:14:21] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.57 - - [2025-09-04 02:14:21] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.160089 10.0.0.57 - - [2025-09-04 02:14:21] "POST /neutron/network HTTP/1.1" 200 926 0.010413 10.0.0.57 - - [2025-09-04 02:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.57 - - [2025-09-04 02:14:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009312 10.0.0.131 - - [2025-09-04 02:14:22] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001161 10.0.0.57 - - [2025-09-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1074 0.391035 10.0.0.57 - - [2025-09-04 02:14:23] "POST /neutron/port HTTP/1.1" 200 1074 0.037529 10.0.0.57 - - [2025-09-04 02:14:24] "POST /neutron/port HTTP/1.1" 200 1102 0.031560 10.0.0.57 - - [2025-09-04 02:14:24] "POST /neutron/port HTTP/1.1" 200 1099 0.025017 10.0.0.57 - - [2025-09-04 02:14:24] "POST /neutron/port HTTP/1.1" 200 1125 0.018690 10.0.0.131 - - [2025-09-04 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009088 10.0.0.131 - - [2025-09-04 02:14:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004786 10.0.0.57 - - [2025-09-04 02:14:25] "POST /neutron/network HTTP/1.1" 200 151 0.202269 10.0.0.131 - - [2025-09-04 02:14:25] "DELETE /route-target/32aaf6a4-68b2-452d-8328-4d13868eda60 HTTP/1.1" 200 115 0.045283 10.0.0.57 - - [2025-09-04 02:14:27] "POST /neutron/port HTTP/1.1" 200 1102 0.016333 10.0.0.57 - - [2025-09-04 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.007318 10.0.0.131 - - [2025-09-04 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007351 10.0.0.131 - - [2025-09-04 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.57 - - [2025-09-04 02:14:28] "POST /neutron/network HTTP/1.1" 200 151 0.164190 10.0.0.131 - - [2025-09-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.013334 10.0.0.131 - - [2025-09-04 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.131 - - [2025-09-04 02:14:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004322 10.0.0.57 - - [2025-09-04 02:14:28] "POST /neutron/network HTTP/1.1" 200 151 0.182694 10.0.0.131 - - [2025-09-04 02:14:28] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002039 10.0.0.57 - - [2025-09-04 02:14:28] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.104658 10.0.0.131 - - [2025-09-04 02:14:28] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001324 10.0.0.57 - - [2025-09-04 02:14:28] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?fields=virtual_networks HTTP/1.1" 200 1058 0.065651 10.0.0.131 - - [2025-09-04 02:14:28] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.57 - - [2025-09-04 02:14:28] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.062825 10.0.0.131 - - [2025-09-04 02:14:28] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.57 - - [2025-09-04 02:14:28] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?fields=security_groups HTTP/1.1" 200 1297 0.070974 10.0.0.57 - - [2025-09-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.023932 10.0.0.131 - - [2025-09-04 02:14:29] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004029 10.0.0.131 - - [2025-09-04 02:14:29] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.131 - - [2025-09-04 02:14:29] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007729 10.0.0.131 - - [2025-09-04 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.008593 10.0.0.131 - - [2025-09-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.006460 10.0.0.131 - - [2025-09-04 02:14:29] "POST /security-groups HTTP/1.1" 200 593 0.035977 10.0.0.131 - - [2025-09-04 02:14:30] "POST /projects HTTP/1.1" 200 589 0.334991 10.0.0.131 - - [2025-09-04 02:14:30] "POST /access-control-lists HTTP/1.1" 200 600 0.042088 10.0.0.131 - - [2025-09-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.412081 10.0.0.57 - - [2025-09-04 02:14:30] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.591435 10.0.0.57 - - [2025-09-04 02:14:31] "GET / HTTP/1.1" 200 36215 0.001369 10.0.0.57 - - [2025-09-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.57 - - [2025-09-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.058688 10.0.0.131 - - [2025-09-04 02:14:32] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.57 - - [2025-09-04 02:14:32] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058402 10.0.0.131 - - [2025-09-04 02:14:32] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.57 - - [2025-09-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 673 0.151704 10.0.0.131 - - [2025-09-04 02:14:32] "POST /route-targets HTTP/1.1" 200 328 0.019423 10.0.0.57 - - [2025-09-04 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 255 0.003967 10.0.0.57 - - [2025-09-04 02:14:32] "GET /virtual-network/7c02d794-86d3-46d7-9801-5a5c2e66b1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005131 10.0.0.57 - - [2025-09-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 893 0.007068 10.0.0.57 - - [2025-09-04 02:14:32] "GET /virtual-network/7c02d794-86d3-46d7-9801-5a5c2e66b1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005478 10.0.0.57 - - [2025-09-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.131 - - [2025-09-04 02:14:32] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.57 - - [2025-09-04 02:14:32] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064865 10.0.0.57 - - [2025-09-04 02:14:32] "POST /neutron/network HTTP/1.1" 200 117 0.013558 10.0.0.131 - - [2025-09-04 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.033667 10.0.0.57 - - [2025-09-04 02:14:33] "POST /neutron/network HTTP/1.1" 200 892 0.011871 10.0.0.57 - - [2025-09-04 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.001710 10.0.0.57 - - [2025-09-04 02:14:33] "GET /virtual-network/09857e97-16fb-4752-b19e-30b99060b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007051 10.0.0.57 - - [2025-09-04 02:14:33] "GET /virtual-network/09857e97-16fb-4752-b19e-30b99060b9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007531 10.0.0.57 - - [2025-09-04 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.011046 10.0.0.57 - - [2025-09-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.131 - - [2025-09-04 02:14:33] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001317 10.0.0.57 - - [2025-09-04 02:14:33] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051456 10.0.0.131 - - [2025-09-04 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.015678 10.0.0.57 - - [2025-09-04 02:14:34] "POST /neutron/subnet HTTP/1.1" 200 715 0.210916 10.0.0.57 - - [2025-09-04 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 256 0.001322 10.0.0.57 - - [2025-09-04 02:14:34] "GET /virtual-network/59784300-dad5-4b4b-b4cc-0de13939de11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005963 10.0.0.57 - - [2025-09-04 02:14:34] "GET /virtual-network/59784300-dad5-4b4b-b4cc-0de13939de11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.008025 10.0.0.57 - - [2025-09-04 02:14:34] "POST /neutron/network HTTP/1.1" 200 892 0.021023 10.0.0.57 - - [2025-09-04 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.001333 10.0.0.131 - - [2025-09-04 02:14:35] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001607 10.0.0.57 - - [2025-09-04 02:14:35] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.084639 10.0.0.57 - - [2025-09-04 02:14:35] "POST /neutron/network HTTP/1.1" 200 892 0.007780 10.0.0.57 - - [2025-09-04 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 256 0.001957 10.0.0.57 - - [2025-09-04 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.008532 10.0.0.131 - - [2025-09-04 02:14:35] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.57 - - [2025-09-04 02:14:36] "POST /neutron/port HTTP/1.1" 200 1062 0.388714 10.0.0.57 - - [2025-09-04 02:14:36] "POST /neutron/port HTTP/1.1" 200 1116 0.145724 10.0.0.131 - - [2025-09-04 02:14:36] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001373 10.0.0.57 - - [2025-09-04 02:14:36] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.104983 10.0.0.57 - - [2025-09-04 02:14:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.016310 10.0.0.57 - - [2025-09-04 02:14:36] "POST /neutron/network HTTP/1.1" 200 892 0.011002 10.0.0.57 - - [2025-09-04 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.005754 10.0.0.57 - - [2025-09-04 02:14:37] "POST /neutron/port HTTP/1.1" 200 1060 0.019832 10.0.0.57 - - [2025-09-04 02:14:37] "POST /neutron/port HTTP/1.1" 200 1088 0.027089 10.0.0.57 - - [2025-09-04 02:14:37] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.57 - - [2025-09-04 02:14:38] "POST /neutron/network HTTP/1.1" 400 204 0.016113 10.0.0.57 - - [2025-09-04 02:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.258325 10.0.0.57 - - [2025-09-04 02:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.216199 10.0.0.131 - - [2025-09-04 02:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005095 10.0.0.131 - - [2025-09-04 02:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003385 10.0.0.131 - - [2025-09-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.57 - - [2025-09-04 02:14:40] "POST /neutron/network HTTP/1.1" 200 151 0.175210 10.0.0.57 - - [2025-09-04 02:14:40] "POST /neutron/network HTTP/1.1" 200 893 0.011328 10.0.0.131 - - [2025-09-04 02:14:40] "DELETE /route-target/25589dd5-e9ef-48e5-88ae-08a2e0342649 HTTP/1.1" 200 115 0.036038 10.0.0.131 - - [2025-09-04 02:14:41] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000952 10.0.0.57 - - [2025-09-04 02:14:41] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062442 10.0.0.131 - - [2025-09-04 02:14:41] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002353 10.0.0.57 - - [2025-09-04 02:14:41] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?fields=virtual_networks HTTP/1.1" 200 1039 0.053735 10.0.0.131 - - [2025-09-04 02:14:41] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002216 10.0.0.57 - - [2025-09-04 02:14:41] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.071911 10.0.0.131 - - [2025-09-04 02:14:41] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001817 10.0.0.57 - - [2025-09-04 02:14:41] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?fields=security_groups HTTP/1.1" 200 1268 0.082536 10.0.0.57 - - [2025-09-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.026283 10.0.0.131 - - [2025-09-04 02:14:42] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003377 10.0.0.131 - - [2025-09-04 02:14:42] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.131 - - [2025-09-04 02:14:42] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008056 10.0.0.131 - - [2025-09-04 02:14:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.001652 10.0.0.131 - - [2025-09-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.006910 10.0.0.131 - - [2025-09-04 02:14:42] "POST /security-groups HTTP/1.1" 200 599 0.086784 10.0.0.131 - - [2025-09-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.004266 10.0.0.131 - - [2025-09-04 02:14:42] "POST /projects HTTP/1.1" 200 601 0.300964 10.0.0.131 - - [2025-09-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.378737 10.0.0.131 - - [2025-09-04 02:14:42] "POST /access-control-lists HTTP/1.1" 200 604 0.038950 10.0.0.57 - - [2025-09-04 02:14:42] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.566709 10.0.0.57 - - [2025-09-04 02:14:44] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.57 - - [2025-09-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.57 - - [2025-09-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.052914 10.0.0.131 - - [2025-09-04 02:14:44] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.57 - - [2025-09-04 02:14:44] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048903 10.0.0.131 - - [2025-09-04 02:14:44] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.57 - - [2025-09-04 02:14:45] "POST /neutron/network HTTP/1.1" 200 691 0.156701 10.0.0.57 - - [2025-09-04 02:14:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.003879 10.0.0.57 - - [2025-09-04 02:14:45] "GET /virtual-network/74ec589d-732e-4336-9912-1bb581a0e257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006008 10.0.0.57 - - [2025-09-04 02:14:45] "POST /neutron/network HTTP/1.1" 200 910 0.007175 10.0.0.57 - - [2025-09-04 02:14:45] "GET /virtual-network/74ec589d-732e-4336-9912-1bb581a0e257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005354 10.0.0.57 - - [2025-09-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.131 - - [2025-09-04 02:14:45] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000848 10.0.0.57 - - [2025-09-04 02:14:45] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047616 10.0.0.57 - - [2025-09-04 02:14:45] "POST /neutron/network HTTP/1.1" 200 117 0.013597 10.0.0.131 - - [2025-09-04 02:14:45] "POST /route-targets HTTP/1.1" 200 328 0.024720 10.0.0.57 - - [2025-09-04 02:14:46] "POST /neutron/network HTTP/1.1" 200 909 0.010628 10.0.0.57 - - [2025-09-04 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 267 0.001393 10.0.0.57 - - [2025-09-04 02:14:46] "GET /virtual-network/9cf33e94-259a-4446-801a-f5e908a0a790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007193 10.0.0.57 - - [2025-09-04 02:14:46] "GET /virtual-network/9cf33e94-259a-4446-801a-f5e908a0a790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006388 10.0.0.57 - - [2025-09-04 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.012490 10.0.0.57 - - [2025-09-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.131 - - [2025-09-04 02:14:46] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001567 10.0.0.57 - - [2025-09-04 02:14:46] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.062211 10.0.0.131 - - [2025-09-04 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.029512 10.0.0.131 - - [2025-09-04 02:14:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008879 10.0.0.57 - - [2025-09-04 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.219074 10.0.0.57 - - [2025-09-04 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 268 0.001336 10.0.0.57 - - [2025-09-04 02:14:46] "GET /virtual-network/7f504ec1-80c0-4362-8e47-1c04f3ba8d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.006201 10.0.0.57 - - [2025-09-04 02:14:46] "GET /virtual-network/7f504ec1-80c0-4362-8e47-1c04f3ba8d42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2185 0.005996 10.0.0.57 - - [2025-09-04 02:14:46] "POST /neutron/network HTTP/1.1" 200 914 0.007992 10.0.0.57 - - [2025-09-04 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001285 10.0.0.131 - - [2025-09-04 02:15:04] "DELETE /project/0709eb94197d4b2a9a8577878381c6a1 HTTP/1.1" 404 173 0.012303 10.0.0.131 - - [2025-09-04 02:15:04] "DELETE /project/f1c72d37c63a44e3b58974cc2733850a HTTP/1.1" 404 173 0.016983 10.0.0.131 - - [2025-09-04 02:15:04] "DELETE /project/19883222591f49158b69de7ee4107ede HTTP/1.1" 404 173 0.011796 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001470 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001495 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.099685 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001606 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.121721 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.146276 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001486 10.0.0.131 - - [2025-09-04 02:15:04] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001483 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?fields=security_groups HTTP/1.1" 200 1397 0.136426 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?fields=security_groups HTTP/1.1" 200 1370 0.103255 10.0.0.131 - - [2025-09-04 02:15:04] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?fields=security_groups HTTP/1.1" 200 1399 0.206374 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /security-group/1e61de60-6e4e-48a7-b502-73785838fe1a HTTP/1.1" 200 115 0.173548 10.0.0.131 - - [2025-09-04 02:15:05] "GET /projects?obj_uuids=9e00e430-552d-455b-8f97-f7fe9494648f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001357 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /security-group/4304ef78-8220-4843-9360-def9b75e2c27 HTTP/1.1" 200 115 0.160904 10.0.0.131 - - [2025-09-04 02:15:05] "GET /projects?obj_uuids=f1c72d37-c63a-44e3-b589-74cc2733850a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001916 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /security-group/dec7c9cc-6588-4f5a-b199-3411153ba34a HTTP/1.1" 200 115 0.184686 10.0.0.131 - - [2025-09-04 02:15:05] "GET /projects?obj_uuids=19883222-591f-4915-8b69-de7ee4107ede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001982 10.0.0.131 - - [2025-09-04 02:15:05] "GET /project/9e00e430-552d-455b-8f97-f7fe9494648f?fields=application_policy_sets HTTP/1.1" 200 1436 0.168251 10.0.0.131 - - [2025-09-04 02:15:05] "GET /project/f1c72d37-c63a-44e3-b589-74cc2733850a?fields=application_policy_sets HTTP/1.1" 200 1409 0.239003 10.0.0.131 - - [2025-09-04 02:15:05] "GET /project/19883222-591f-4915-8b69-de7ee4107ede?fields=application_policy_sets HTTP/1.1" 200 1438 0.180017 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /access-control-list/a9407dad-1606-4be3-9e8b-01851b841c5b HTTP/1.1" 200 115 0.182005 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /project/9e00e430-552d-455b-8f97-f7fe9494648f HTTP/1.1" 200 115 0.948934 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /project/19883222-591f-4915-8b69-de7ee4107ede HTTP/1.1" 200 115 1.168173 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /access-control-list/2447a0e6-1d74-4e20-befd-71a2432e6e8b HTTP/1.1" 200 115 0.147362 10.0.0.131 - - [2025-09-04 02:15:05] "DELETE /project/f1c72d37-c63a-44e3-b589-74cc2733850a HTTP/1.1" 200 115 1.176805 10.0.0.131 - - [2025-09-04 02:15:21] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.57 - - [2025-09-04 02:15:22] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.070723 10.0.0.57 - - [2025-09-04 02:15:22] "POST /neutron/network HTTP/1.1" 200 909 0.007006 10.0.0.57 - - [2025-09-04 02:15:22] "POST /id-to-fqname HTTP/1.1" 200 268 0.001312 10.0.0.57 - - [2025-09-04 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.007806 10.0.0.131 - - [2025-09-04 02:15:22] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.57 - - [2025-09-04 02:15:23] "POST /neutron/port HTTP/1.1" 200 1067 0.379513 10.0.0.131 - - [2025-09-04 02:15:23] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001786 10.0.0.57 - - [2025-09-04 02:15:23] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.113133 10.0.0.57 - - [2025-09-04 02:15:23] "POST /neutron/port HTTP/1.1" 200 1121 0.204173 10.0.0.57 - - [2025-09-04 02:15:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010855 10.0.0.57 - - [2025-09-04 02:15:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.011267 10.0.0.131 - - [2025-09-04 02:15:23] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001085 10.0.0.57 - - [2025-09-04 02:15:23] "POST /neutron/network HTTP/1.1" 200 909 0.020540 10.0.0.57 - - [2025-09-04 02:15:23] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.073689 10.0.0.57 - - [2025-09-04 02:15:24] "POST /neutron/port HTTP/1.1" 200 1070 0.016685 10.0.0.57 - - [2025-09-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.57 - - [2025-09-04 02:15:24] "GET /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.012825 10.0.0.57 - - [2025-09-04 02:15:24] "POST /neutron/port HTTP/1.1" 200 1098 0.030518 10.0.0.57 - - [2025-09-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008980 10.0.0.131 - - [2025-09-04 02:15:24] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003168 10.0.0.57 - - [2025-09-04 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001889 10.0.0.57 - - [2025-09-04 02:15:24] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.065756 10.0.0.57 - - [2025-09-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007419 10.0.0.57 - - [2025-09-04 02:15:24] "GET /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.007281 10.0.0.57 - - [2025-09-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.57 - - [2025-09-04 02:15:25] "PUT /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff HTTP/1.1" 200 263 0.035016 10.0.0.57 - - [2025-09-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004631 10.0.0.57 - - [2025-09-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.131 - - [2025-09-04 02:15:25] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.57 - - [2025-09-04 02:15:25] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009841 10.0.0.57 - - [2025-09-04 02:15:26] "POST /service-templates HTTP/1.1" 200 545 0.054547 10.0.0.57 - - [2025-09-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006084 10.0.0.57 - - [2025-09-04 02:15:26] "GET /service-template/6ac44456-01c1-4e51-b822-2d2c9f2c1486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.008852 10.0.0.57 - - [2025-09-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005768 10.0.0.57 - - [2025-09-04 02:15:26] "GET /service-template/6ac44456-01c1-4e51-b822-2d2c9f2c1486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.005886 10.0.0.57 - - [2025-09-04 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.002382 10.0.0.57 - - [2025-09-04 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.002447 10.0.0.57 - - [2025-09-04 02:15:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.001821 10.0.0.57 - - [2025-09-04 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012720 10.0.0.57 - - [2025-09-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.57 - - [2025-09-04 02:15:26] "DELETE /service-template/6ac44456-01c1-4e51-b822-2d2c9f2c1486 HTTP/1.1" 200 115 0.053573 10.0.0.57 - - [2025-09-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.006678 10.0.0.38 - - [2025-09-04 02:15:26] "GET /obj-perms HTTP/1.1" 200 5056 0.083179 10.0.0.57 - - [2025-09-04 02:15:31] "POST /neutron/network HTTP/1.1" 200 909 0.009666 10.0.0.57 - - [2025-09-04 02:15:33] "POST /neutron/network HTTP/1.1" 400 204 0.015726 10.0.0.57 - - [2025-09-04 02:15:37] "POST /neutron/network HTTP/1.1" 200 909 0.008516 10.0.0.57 - - [2025-09-04 02:15:39] "POST /neutron/network HTTP/1.1" 400 204 0.014138 10.0.0.57 - - [2025-09-04 02:15:43] "POST /neutron/network HTTP/1.1" 200 909 0.007340 10.0.0.57 - - [2025-09-04 02:15:45] "POST /neutron/network HTTP/1.1" 400 204 0.014263 10.0.0.57 - - [2025-09-04 02:15:49] "POST /neutron/network HTTP/1.1" 200 909 0.008171 10.0.0.57 - - [2025-09-04 02:15:51] "POST /neutron/network HTTP/1.1" 400 204 0.017409 10.0.0.57 - - [2025-09-04 02:15:55] "POST /neutron/network HTTP/1.1" 200 909 0.009003 10.0.0.57 - - [2025-09-04 02:15:57] "POST /neutron/network HTTP/1.1" 400 204 0.015128 10.0.0.57 - - [2025-09-04 02:16:02] "POST /neutron/network HTTP/1.1" 200 909 0.008023 10.0.0.57 - - [2025-09-04 02:16:04] "POST /neutron/network HTTP/1.1" 400 204 0.018445 10.0.0.57 - - [2025-09-04 02:16:08] "POST /neutron/network HTTP/1.1" 200 909 0.009267 10.0.0.57 - - [2025-09-04 02:16:10] "POST /neutron/network HTTP/1.1" 400 204 0.014773 10.0.0.57 - - [2025-09-04 02:16:12] "POST /neutron/port HTTP/1.1" 200 1095 0.018329 10.0.0.57 - - [2025-09-04 02:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.007002 10.0.0.57 - - [2025-09-04 02:16:13] "POST /neutron/port HTTP/1.1" 200 151 0.200514 10.0.0.131 - - [2025-09-04 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007761 10.0.0.57 - - [2025-09-04 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.013279 10.0.0.131 - - [2025-09-04 02:16:14] "DELETE /route-target/5e8af390-6817-4dd2-9a40-088543498397 HTTP/1.1" 200 115 0.037371 10.0.0.57 - - [2025-09-04 02:16:14] "POST /neutron/network HTTP/1.1" 200 910 0.010073 10.0.0.131 - - [2025-09-04 02:16:14] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.57 - - [2025-09-04 02:16:14] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053899 10.0.0.131 - - [2025-09-04 02:16:14] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.57 - - [2025-09-04 02:16:15] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?fields=virtual_networks HTTP/1.1" 200 1049 0.048030 10.0.0.131 - - [2025-09-04 02:16:15] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.57 - - [2025-09-04 02:16:15] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.057308 10.0.0.131 - - [2025-09-04 02:16:15] "GET /projects?obj_uuids=0709eb94-197d-4b2a-9a85-77878381c6a1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001711 10.0.0.57 - - [2025-09-04 02:16:15] "GET /project/0709eb94-197d-4b2a-9a85-77878381c6a1?fields=security_groups HTTP/1.1" 200 1284 0.074050 10.0.0.57 - - [2025-09-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.024296 10.0.0.131 - - [2025-09-04 02:16:16] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003330 10.0.0.131 - - [2025-09-04 02:16:16] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.131 - - [2025-09-04 02:16:16] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008376 10.0.0.131 - - [2025-09-04 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.003020 10.0.0.131 - - [2025-09-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.009400 10.0.0.131 - - [2025-09-04 02:16:16] "POST /security-groups HTTP/1.1" 200 592 0.082701 10.0.0.131 - - [2025-09-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.006619 10.0.0.131 - - [2025-09-04 02:16:16] "POST /projects HTTP/1.1" 200 587 0.305411 10.0.0.131 - - [2025-09-04 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.389234 10.0.0.131 - - [2025-09-04 02:16:16] "POST /access-control-lists HTTP/1.1" 200 597 0.044892 10.0.0.57 - - [2025-09-04 02:16:16] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.564846 10.0.0.57 - - [2025-09-04 02:16:17] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.57 - - [2025-09-04 02:16:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.57 - - [2025-09-04 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.052342 10.0.0.131 - - [2025-09-04 02:16:18] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.57 - - [2025-09-04 02:16:18] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046346 10.0.0.131 - - [2025-09-04 02:16:18] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.57 - - [2025-09-04 02:16:18] "POST /neutron/network HTTP/1.1" 200 670 0.190288 10.0.0.57 - - [2025-09-04 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 253 0.003864 10.0.0.57 - - [2025-09-04 02:16:19] "GET /virtual-network/50381388-ca9b-493e-8cca-860349b63bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005312 10.0.0.57 - - [2025-09-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 889 0.006670 10.0.0.57 - - [2025-09-04 02:16:19] "GET /virtual-network/50381388-ca9b-493e-8cca-860349b63bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004831 10.0.0.57 - - [2025-09-04 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005652 10.0.0.131 - - [2025-09-04 02:16:19] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.57 - - [2025-09-04 02:16:19] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042928 10.0.0.57 - - [2025-09-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 117 0.012260 10.0.0.131 - - [2025-09-04 02:16:19] "POST /route-targets HTTP/1.1" 200 328 0.012700 10.0.0.57 - - [2025-09-04 02:16:19] "POST /neutron/network HTTP/1.1" 200 890 0.011293 10.0.0.57 - - [2025-09-04 02:16:19] "POST /id-to-fqname HTTP/1.1" 200 253 0.001475 10.0.0.57 - - [2025-09-04 02:16:19] "GET /virtual-network/188f3554-9769-45c2-a1af-c80373d5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006675 10.0.0.57 - - [2025-09-04 02:16:19] "GET /virtual-network/188f3554-9769-45c2-a1af-c80373d5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007486 10.0.0.57 - - [2025-09-04 02:16:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.013992 10.0.0.57 - - [2025-09-04 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006310 10.0.0.131 - - [2025-09-04 02:16:19] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.57 - - [2025-09-04 02:16:19] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.061236 10.0.0.131 - - [2025-09-04 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.053906 10.0.0.131 - - [2025-09-04 02:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010041 10.0.0.57 - - [2025-09-04 02:16:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.209917 10.0.0.57 - - [2025-09-04 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 254 0.001682 10.0.0.57 - - [2025-09-04 02:16:20] "GET /virtual-network/f12d112b-84af-46bc-8963-5cf61aa1f005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006280 10.0.0.57 - - [2025-09-04 02:16:20] "GET /virtual-network/f12d112b-84af-46bc-8963-5cf61aa1f005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.008469 10.0.0.57 - - [2025-09-04 02:16:20] "POST /neutron/network HTTP/1.1" 200 893 0.006822 10.0.0.57 - - [2025-09-04 02:16:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.001320 10.0.0.131 - - [2025-09-04 02:16:21] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.57 - - [2025-09-04 02:16:21] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.082755 10.0.0.57 - - [2025-09-04 02:16:21] "POST /neutron/network HTTP/1.1" 200 890 0.009225 10.0.0.57 - - [2025-09-04 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001485 10.0.0.57 - - [2025-09-04 02:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.015237 10.0.0.131 - - [2025-09-04 02:16:22] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.57 - - [2025-09-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1062 0.348918 10.0.0.57 - - [2025-09-04 02:16:22] "POST /neutron/port HTTP/1.1" 200 1116 0.119922 10.0.0.131 - - [2025-09-04 02:16:22] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000998 10.0.0.57 - - [2025-09-04 02:16:22] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.076276 10.0.0.57 - - [2025-09-04 02:16:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.033579 10.0.0.57 - - [2025-09-04 02:16:22] "POST /neutron/network HTTP/1.1" 200 890 0.007252 10.0.0.57 - - [2025-09-04 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006701 10.0.0.57 - - [2025-09-04 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003852 10.0.0.57 - - [2025-09-04 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.57 - - [2025-09-04 02:16:23] "POST /neutron/port HTTP/1.1" 200 1063 0.022681 10.0.0.131 - - [2025-09-04 02:16:23] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.57 - - [2025-09-04 02:16:23] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009330 10.0.0.57 - - [2025-09-04 02:16:23] "POST /service-templates HTTP/1.1" 200 545 0.042441 10.0.0.57 - - [2025-09-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007281 10.0.0.57 - - [2025-09-04 02:16:24] "GET /service-template/b8885fbf-23df-41a1-816f-912f3342c973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.011708 10.0.0.57 - - [2025-09-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.57 - - [2025-09-04 02:16:24] "GET /service-template/b8885fbf-23df-41a1-816f-912f3342c973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004071 10.0.0.57 - - [2025-09-04 02:16:24] "POST /neutron/port HTTP/1.1" 200 1091 0.031036 10.0.0.57 - - [2025-09-04 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001296 10.0.0.57 - - [2025-09-04 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001463 10.0.0.57 - - [2025-09-04 02:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.000828 10.0.0.57 - - [2025-09-04 02:16:24] "POST /id-to-fqname HTTP/1.1" 200 254 0.001385 10.0.0.57 - - [2025-09-04 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007936 10.0.0.57 - - [2025-09-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.57 - - [2025-09-04 02:16:24] "DELETE /service-template/b8885fbf-23df-41a1-816f-912f3342c973 HTTP/1.1" 200 115 0.031501 10.0.0.57 - - [2025-09-04 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004506 10.0.0.131 - - [2025-09-04 02:16:25] "GET /global-system-configs HTTP/1.1" 200 323 0.089734 10.0.0.57 - - [2025-09-04 02:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.152032 10.0.0.131 - - [2025-09-04 02:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.173334 10.0.0.57 - - [2025-09-04 02:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.030809 10.0.0.38 - - [2025-09-04 02:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.080129 10.0.0.38 - - [2025-09-04 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.164838 10.0.0.131 - - [2025-09-04 02:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.086873 10.0.0.57 - - [2025-09-04 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.138127 10.0.0.131 - - [2025-09-04 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.155931 10.0.0.38 - - [2025-09-04 02:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.028443 10.0.0.57 - - [2025-09-04 02:16:27] "POST /neutron/port HTTP/1.1" 200 1091 0.018955 10.0.0.57 - - [2025-09-04 02:16:27] "POST /neutron/port HTTP/1.1" 200 1090 0.029184 10.0.0.57 - - [2025-09-04 02:16:27] "GET /global-system-configs HTTP/1.1" 200 323 0.305192 10.0.0.38 - - [2025-09-04 02:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.401443 10.0.0.57 - - [2025-09-04 02:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.196595 10.0.0.57 - - [2025-09-04 02:16:28] "POST /neutron/network HTTP/1.1" 200 890 0.008029 10.0.0.131 - - [2025-09-04 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.131 - - [2025-09-04 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008747 10.0.0.131 - - [2025-09-04 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005320 10.0.0.57 - - [2025-09-04 02:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.180517 10.0.0.131 - - [2025-09-04 02:16:29] "DELETE /route-target/480e84ca-5599-4cc6-b531-a12cde714a40 HTTP/1.1" 200 115 0.065432 10.0.0.131 - - [2025-09-04 02:16:29] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.57 - - [2025-09-04 02:16:29] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.067192 10.0.0.131 - - [2025-09-04 02:16:29] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001468 10.0.0.57 - - [2025-09-04 02:16:29] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?fields=virtual_networks HTTP/1.1" 200 1035 0.068284 10.0.0.131 - - [2025-09-04 02:16:29] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001730 10.0.0.57 - - [2025-09-04 02:16:29] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.070196 10.0.0.131 - - [2025-09-04 02:16:29] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.57 - - [2025-09-04 02:16:29] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?fields=security_groups HTTP/1.1" 200 1263 0.062794 10.0.0.57 - - [2025-09-04 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.023607 10.0.0.131 - - [2025-09-04 02:16:30] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.131 - - [2025-09-04 02:16:30] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.131 - - [2025-09-04 02:16:30] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009588 10.0.0.131 - - [2025-09-04 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 195 0.003054 10.0.0.131 - - [2025-09-04 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.009030 10.0.0.131 - - [2025-09-04 02:16:30] "POST /security-groups HTTP/1.1" 200 596 0.077648 10.0.0.131 - - [2025-09-04 02:16:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.003293 10.0.0.131 - - [2025-09-04 02:16:30] "POST /projects HTTP/1.1" 200 595 0.314682 10.0.0.131 - - [2025-09-04 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.384243 10.0.0.131 - - [2025-09-04 02:16:31] "POST /access-control-lists HTTP/1.1" 200 601 0.033071 10.0.0.57 - - [2025-09-04 02:16:31] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.525141 10.0.0.57 - - [2025-09-04 02:16:32] "GET / HTTP/1.1" 200 36215 0.001456 10.0.0.57 - - [2025-09-04 02:16:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.57 - - [2025-09-04 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049651 10.0.0.131 - - [2025-09-04 02:16:32] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.57 - - [2025-09-04 02:16:32] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.095287 10.0.0.57 - - [2025-09-04 02:16:33] "POST /neutron/network HTTP/1.1" 200 117 0.044381 10.0.0.131 - - [2025-09-04 02:16:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010864 10.0.0.57 - - [2025-09-04 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.186219 10.0.0.57 - - [2025-09-04 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001377 10.0.0.57 - - [2025-09-04 02:16:33] "GET /virtual-network/73c95a5c-8bed-4e46-85d2-74cb5f8ee37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005719 10.0.0.57 - - [2025-09-04 02:16:33] "GET /virtual-network/73c95a5c-8bed-4e46-85d2-74cb5f8ee37c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.008289 10.0.0.57 - - [2025-09-04 02:16:33] "POST /neutron/network HTTP/1.1" 200 1071 0.008685 10.0.0.38 - - [2025-09-04 02:16:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.036428 10.0.0.57 - - [2025-09-04 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.131 - - [2025-09-04 02:16:33] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002187 10.0.0.57 - - [2025-09-04 02:16:33] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040672 10.0.0.57 - - [2025-09-04 02:16:34] "POST /neutron/network HTTP/1.1" 200 117 0.015502 10.0.0.131 - - [2025-09-04 02:16:34] "POST /route-targets HTTP/1.1" 200 328 0.013853 10.0.0.38 - - [2025-09-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005658 10.0.0.131 - - [2025-09-04 02:16:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008843 10.0.0.57 - - [2025-09-04 02:16:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.230354 10.0.0.57 - - [2025-09-04 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 261 0.001336 10.0.0.57 - - [2025-09-04 02:16:34] "GET /virtual-network/314979d7-18f0-4ca1-b7bb-23d3b565a0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005167 10.0.0.57 - - [2025-09-04 02:16:34] "GET /virtual-network/314979d7-18f0-4ca1-b7bb-23d3b565a0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006305 10.0.0.57 - - [2025-09-04 02:16:34] "POST /neutron/network HTTP/1.1" 200 1074 0.010910 10.0.0.57 - - [2025-09-04 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.131 - - [2025-09-04 02:16:34] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001125 10.0.0.57 - - [2025-09-04 02:16:34] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.061140 10.0.0.57 - - [2025-09-04 02:16:34] "POST /neutron/network HTTP/1.1" 200 117 0.012696 10.0.0.131 - - [2025-09-04 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.031796 10.0.0.131 - - [2025-09-04 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009115 10.0.0.57 - - [2025-09-04 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.257792 10.0.0.57 - - [2025-09-04 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.002467 10.0.0.57 - - [2025-09-04 02:16:35] "GET /virtual-network/3111812d-6c5a-4736-95b0-36c2af398286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.007137 10.0.0.57 - - [2025-09-04 02:16:35] "GET /virtual-network/3111812d-6c5a-4736-95b0-36c2af398286?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.008701 10.0.0.57 - - [2025-09-04 02:16:35] "POST /neutron/network HTTP/1.1" 200 1077 0.013208 10.0.0.57 - - [2025-09-04 02:16:35] "POST /id-to-fqname HTTP/1.1" 200 261 0.002071 10.0.0.57 - - [2025-09-04 02:16:36] "POST /neutron/network HTTP/1.1" 200 1084 0.010571 10.0.0.131 - - [2025-09-04 02:16:36] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001356 10.0.0.57 - - [2025-09-04 02:16:36] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.078447 10.0.0.57 - - [2025-09-04 02:16:37] "POST /neutron/port HTTP/1.1" 200 117 0.008018 10.0.0.57 - - [2025-09-04 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 262 0.001450 10.0.0.57 - - [2025-09-04 02:16:37] "POST /neutron/network HTTP/1.1" 200 1084 0.011972 10.0.0.131 - - [2025-09-04 02:16:38] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001045 10.0.0.57 - - [2025-09-04 02:16:38] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.098005 10.0.0.57 - - [2025-09-04 02:16:38] "POST /neutron/port HTTP/1.1" 200 1171 0.029050 10.0.0.57 - - [2025-09-04 02:16:38] "POST /neutron/port HTTP/1.1" 200 1199 0.039762 10.0.0.57 - - [2025-09-04 02:16:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010789 10.0.0.57 - - [2025-09-04 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.57 - - [2025-09-04 02:16:38] "POST /neutron/network HTTP/1.1" 200 1074 0.011986 10.0.0.57 - - [2025-09-04 02:16:39] "POST /neutron/port HTTP/1.1" 200 1172 0.035662 10.0.0.57 - - [2025-09-04 02:16:39] "POST /neutron/port HTTP/1.1" 200 1200 0.023959 10.0.0.57 - - [2025-09-04 02:16:40] "POST /neutron/subnet HTTP/1.1" 200 1384 0.027801 10.0.0.57 - - [2025-09-04 02:16:40] "POST /neutron/network HTTP/1.1" 200 1077 0.012745 10.0.0.57 - - [2025-09-04 02:16:40] "POST /neutron/port HTTP/1.1" 200 1199 0.019388 10.0.0.57 - - [2025-09-04 02:16:41] "POST /neutron/port HTTP/1.1" 200 1200 0.016431 10.0.0.57 - - [2025-09-04 02:16:42] "POST /neutron/network HTTP/1.1" 200 1074 0.009724 10.0.0.131 - - [2025-09-04 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003914 10.0.0.131 - - [2025-09-04 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005123 10.0.0.131 - - [2025-09-04 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.131 - - [2025-09-04 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002688 10.0.0.131 - - [2025-09-04 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003233 10.0.0.57 - - [2025-09-04 02:16:42] "POST /neutron/network HTTP/1.1" 200 151 0.184524 10.0.0.131 - - [2025-09-04 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.131 - - [2025-09-04 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004278 10.0.0.131 - - [2025-09-04 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.131 - - [2025-09-04 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002931 10.0.0.57 - - [2025-09-04 02:16:43] "POST /neutron/network HTTP/1.1" 200 151 0.170438 10.0.0.131 - - [2025-09-04 02:16:43] "DELETE /route-target/81be6aca-e579-4540-a6de-075d6e90a73f HTTP/1.1" 200 115 0.029616 10.0.0.131 - - [2025-09-04 02:16:43] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.57 - - [2025-09-04 02:16:43] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.090199 10.0.0.131 - - [2025-09-04 02:16:43] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001201 10.0.0.57 - - [2025-09-04 02:16:43] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?fields=virtual_networks HTTP/1.1" 200 1044 0.061422 10.0.0.131 - - [2025-09-04 02:16:43] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001480 10.0.0.57 - - [2025-09-04 02:16:43] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.055765 10.0.0.131 - - [2025-09-04 02:16:43] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001027 10.0.0.57 - - [2025-09-04 02:16:43] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?fields=security_groups HTTP/1.1" 200 1276 0.054140 10.0.0.57 - - [2025-09-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.026255 10.0.0.131 - - [2025-09-04 02:16:44] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004894 10.0.0.131 - - [2025-09-04 02:16:44] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.131 - - [2025-09-04 02:16:44] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009661 10.0.0.131 - - [2025-09-04 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.006808 10.0.0.131 - - [2025-09-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005800 10.0.0.131 - - [2025-09-04 02:16:44] "POST /security-groups HTTP/1.1" 200 599 0.036622 10.0.0.131 - - [2025-09-04 02:16:44] "POST /projects HTTP/1.1" 200 601 0.313800 10.0.0.131 - - [2025-09-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.350606 10.0.0.131 - - [2025-09-04 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 241 0.010437 10.0.0.57 - - [2025-09-04 02:16:44] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.508836 10.0.0.57 - - [2025-09-04 02:16:45] "GET / HTTP/1.1" 200 36215 0.002252 10.0.0.57 - - [2025-09-04 02:16:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000657 10.0.0.57 - - [2025-09-04 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.052514 10.0.0.131 - - [2025-09-04 02:16:46] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.57 - - [2025-09-04 02:16:46] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052854 10.0.0.131 - - [2025-09-04 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.028813 10.0.0.131 - - [2025-09-04 02:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.018793 10.0.0.57 - - [2025-09-04 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.244504 10.0.0.57 - - [2025-09-04 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001482 10.0.0.57 - - [2025-09-04 02:16:47] "GET /virtual-network/51ba7716-d53c-49d9-95a2-22b99a83665b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007546 10.0.0.57 - - [2025-09-04 02:16:47] "GET /virtual-network/51ba7716-d53c-49d9-95a2-22b99a83665b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007422 10.0.0.57 - - [2025-09-04 02:16:47] "POST /neutron/network HTTP/1.1" 200 910 0.008438 10.0.0.57 - - [2025-09-04 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.131 - - [2025-09-04 02:16:47] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.57 - - [2025-09-04 02:16:47] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056424 10.0.0.131 - - [2025-09-04 02:16:47] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.57 - - [2025-09-04 02:16:47] "POST /neutron/network HTTP/1.1" 200 691 0.197550 10.0.0.57 - - [2025-09-04 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.004967 10.0.0.57 - - [2025-09-04 02:16:47] "GET /virtual-network/561ebcd4-310e-401f-8ac5-8f167b2ae1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005612 10.0.0.57 - - [2025-09-04 02:16:47] "POST /neutron/network HTTP/1.1" 200 907 0.009183 10.0.0.57 - - [2025-09-04 02:16:47] "GET /virtual-network/561ebcd4-310e-401f-8ac5-8f167b2ae1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005235 10.0.0.57 - - [2025-09-04 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.131 - - [2025-09-04 02:16:48] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002882 10.0.0.57 - - [2025-09-04 02:16:48] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065682 10.0.0.57 - - [2025-09-04 02:16:48] "POST /neutron/network HTTP/1.1" 200 117 0.020373 10.0.0.131 - - [2025-09-04 02:16:48] "POST /route-targets HTTP/1.1" 200 328 0.016871 10.0.0.57 - - [2025-09-04 02:16:48] "POST /neutron/network HTTP/1.1" 200 913 0.015958 10.0.0.57 - - [2025-09-04 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001768 10.0.0.57 - - [2025-09-04 02:16:48] "GET /virtual-network/bd92d0b8-c14c-4a7c-8f32-fa1cacbc31fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.007571 10.0.0.57 - - [2025-09-04 02:16:48] "GET /virtual-network/bd92d0b8-c14c-4a7c-8f32-fa1cacbc31fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006158 10.0.0.57 - - [2025-09-04 02:16:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.015281 10.0.0.57 - - [2025-09-04 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001641 10.0.0.131 - - [2025-09-04 02:16:49] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.57 - - [2025-09-04 02:16:49] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060739 10.0.0.57 - - [2025-09-04 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.008753 10.0.0.57 - - [2025-09-04 02:16:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.001938 10.0.0.57 - - [2025-09-04 02:16:49] "POST /neutron/network HTTP/1.1" 200 923 0.009132 10.0.0.57 - - [2025-09-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1065 0.035277 10.0.0.131 - - [2025-09-04 02:16:50] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002453 10.0.0.57 - - [2025-09-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1093 0.020167 10.0.0.57 - - [2025-09-04 02:16:50] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.104297 10.0.0.57 - - [2025-09-04 02:16:50] "POST /neutron/subnet HTTP/1.1" 200 684 0.009605 10.0.0.57 - - [2025-09-04 02:16:50] "POST /neutron/port HTTP/1.1" 200 1093 0.016854 10.0.0.57 - - [2025-09-04 02:16:51] "POST /neutron/network HTTP/1.1" 200 923 0.009307 10.0.0.57 - - [2025-09-04 02:16:51] "POST /neutron/port HTTP/1.1" 200 1069 0.017623 10.0.0.57 - - [2025-09-04 02:16:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.57 - - [2025-09-04 02:16:52] "POST /neutron/network HTTP/1.1" 200 913 0.009051 10.0.0.57 - - [2025-09-04 02:16:53] "POST /neutron/port HTTP/1.1" 200 1093 0.015666 10.0.0.57 - - [2025-09-04 02:16:53] "POST /neutron/port HTTP/1.1" 200 1097 0.028669 10.0.0.57 - - [2025-09-04 02:16:54] "POST /neutron/port HTTP/1.1" 200 117 0.006945 10.0.0.57 - - [2025-09-04 02:16:54] "POST /neutron/network HTTP/1.1" 200 913 0.009059 10.0.0.131 - - [2025-09-04 02:16:54] "DELETE /route-target/03bffade-bfdf-46b0-af49-6bd17412cc42 HTTP/1.1" 200 115 0.039009 10.0.0.131 - - [2025-09-04 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006499 10.0.0.131 - - [2025-09-04 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003838 10.0.0.131 - - [2025-09-04 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003285 10.0.0.57 - - [2025-09-04 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.187649 10.0.0.131 - - [2025-09-04 02:16:55] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.57 - - [2025-09-04 02:16:55] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.112100 10.0.0.131 - - [2025-09-04 02:16:55] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.57 - - [2025-09-04 02:16:55] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?fields=virtual_networks HTTP/1.1" 200 1051 0.066473 10.0.0.131 - - [2025-09-04 02:16:55] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001828 10.0.0.57 - - [2025-09-04 02:16:55] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.066364 10.0.0.131 - - [2025-09-04 02:16:55] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.57 - - [2025-09-04 02:16:55] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?fields=security_groups HTTP/1.1" 200 1286 0.063195 10.0.0.57 - - [2025-09-04 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.031505 10.0.0.131 - - [2025-09-04 02:16:56] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004706 10.0.0.131 - - [2025-09-04 02:16:56] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001933 10.0.0.131 - - [2025-09-04 02:16:56] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010045 10.0.0.131 - - [2025-09-04 02:16:56] "POST /id-to-fqname HTTP/1.1" 200 195 0.001857 10.0.0.131 - - [2025-09-04 02:16:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.007094 10.0.0.131 - - [2025-09-04 02:16:56] "POST /security-groups HTTP/1.1" 200 596 0.035822 10.0.0.131 - - [2025-09-04 02:16:56] "POST /projects HTTP/1.1" 200 595 0.270936 10.0.0.131 - - [2025-09-04 02:16:56] "POST /access-control-lists HTTP/1.1" 200 603 0.030709 10.0.0.131 - - [2025-09-04 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.347200 10.0.0.57 - - [2025-09-04 02:16:57] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.524828 10.0.0.57 - - [2025-09-04 02:16:58] "GET / HTTP/1.1" 200 36215 0.001410 10.0.0.57 - - [2025-09-04 02:16:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000773 10.0.0.57 - - [2025-09-04 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.050051 10.0.0.131 - - [2025-09-04 02:16:58] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001096 10.0.0.57 - - [2025-09-04 02:16:58] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038592 10.0.0.131 - - [2025-09-04 02:16:59] "POST /route-targets HTTP/1.1" 200 328 0.012997 10.0.0.131 - - [2025-09-04 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007643 10.0.0.57 - - [2025-09-04 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.273393 10.0.0.57 - - [2025-09-04 02:16:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001416 10.0.0.57 - - [2025-09-04 02:16:59] "GET /virtual-network/bb643e5e-29f9-4bf6-ab34-4d75ae6d7073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006086 10.0.0.57 - - [2025-09-04 02:16:59] "GET /virtual-network/bb643e5e-29f9-4bf6-ab34-4d75ae6d7073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.008158 10.0.0.57 - - [2025-09-04 02:16:59] "POST /neutron/network HTTP/1.1" 200 902 0.007081 10.0.0.57 - - [2025-09-04 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.131 - - [2025-09-04 02:16:59] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001097 10.0.0.57 - - [2025-09-04 02:16:59] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043344 10.0.0.131 - - [2025-09-04 02:16:59] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001031 10.0.0.57 - - [2025-09-04 02:16:59] "POST /neutron/network HTTP/1.1" 200 682 0.136624 10.0.0.131 - - [2025-09-04 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.033320 10.0.0.57 - - [2025-09-04 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.003578 10.0.0.57 - - [2025-09-04 02:17:00] "GET /virtual-network/27b5ca47-5586-4d51-83b4-253aef6f7386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006319 10.0.0.57 - - [2025-09-04 02:17:00] "POST /neutron/network HTTP/1.1" 200 903 0.006438 10.0.0.57 - - [2025-09-04 02:17:00] "GET /virtual-network/27b5ca47-5586-4d51-83b4-253aef6f7386?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005304 10.0.0.57 - - [2025-09-04 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.131 - - [2025-09-04 02:17:00] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.57 - - [2025-09-04 02:17:00] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064645 10.0.0.57 - - [2025-09-04 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.018475 10.0.0.57 - - [2025-09-04 02:17:00] "POST /neutron/network HTTP/1.1" 200 903 0.009018 10.0.0.57 - - [2025-09-04 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001705 10.0.0.57 - - [2025-09-04 02:17:00] "GET /virtual-network/3b5d3f24-8e49-4d19-8bb8-40f4fdbbfd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005095 10.0.0.57 - - [2025-09-04 02:17:00] "GET /virtual-network/3b5d3f24-8e49-4d19-8bb8-40f4fdbbfd72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005741 10.0.0.57 - - [2025-09-04 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.009304 10.0.0.57 - - [2025-09-04 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001066 10.0.0.131 - - [2025-09-04 02:17:01] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001003 10.0.0.57 - - [2025-09-04 02:17:01] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071829 10.0.0.57 - - [2025-09-04 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.006854 10.0.0.57 - - [2025-09-04 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 262 0.001387 10.0.0.57 - - [2025-09-04 02:17:02] "POST /neutron/network HTTP/1.1" 200 913 0.008076 10.0.0.57 - - [2025-09-04 02:17:02] "POST /neutron/port HTTP/1.1" 200 1067 0.015577 10.0.0.57 - - [2025-09-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1095 0.016615 10.0.0.57 - - [2025-09-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.131 - - [2025-09-04 02:17:03] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001270 10.0.0.57 - - [2025-09-04 02:17:03] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.094060 10.0.0.57 - - [2025-09-04 02:17:03] "POST /neutron/port HTTP/1.1" 200 1095 0.022675 10.0.0.57 - - [2025-09-04 02:17:03] "POST /neutron/network HTTP/1.1" 200 913 0.007104 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003225 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.131 - - [2025-09-04 02:17:04] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.57 - - [2025-09-04 02:17:04] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009222 10.0.0.57 - - [2025-09-04 02:17:04] "POST /neutron/port HTTP/1.1" 200 1065 0.015389 10.0.0.57 - - [2025-09-04 02:17:04] "POST /service-templates HTTP/1.1" 200 545 0.047583 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.57 - - [2025-09-04 02:17:04] "GET /service-template/d4033d66-b077-41ab-94cb-386261fc0397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006142 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.57 - - [2025-09-04 02:17:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004059 10.0.0.57 - - [2025-09-04 02:17:04] "GET /service-template/d4033d66-b077-41ab-94cb-386261fc0397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003669 10.0.0.57 - - [2025-09-04 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001384 10.0.0.57 - - [2025-09-04 02:17:04] "POST /neutron/network HTTP/1.1" 200 903 0.007175 10.0.0.57 - - [2025-09-04 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001328 10.0.0.57 - - [2025-09-04 02:17:04] "POST /id-to-fqname HTTP/1.1" 200 262 0.002305 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.57 - - [2025-09-04 02:17:04] "DELETE /service-template/d4033d66-b077-41ab-94cb-386261fc0397 HTTP/1.1" 200 115 0.032738 10.0.0.57 - - [2025-09-04 02:17:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004210 10.0.0.131 - - [2025-09-04 02:17:05] "DELETE /project/b72930de5cc7490e9e033bc590cab890 HTTP/1.1" 404 173 0.012613 10.0.0.131 - - [2025-09-04 02:17:05] "DELETE /project/48f2bbcbc5204d8d8e3b0cda6a59ac53 HTTP/1.1" 404 173 0.018796 10.0.0.131 - - [2025-09-04 02:17:05] "DELETE /project/cca7c49a952d45fb8f1ae7bee15329f3 HTTP/1.1" 404 173 0.014392 10.0.0.131 - - [2025-09-04 02:17:05] "DELETE /project/0709eb94-197d-4b2a-9a85-77878381c6a1 HTTP/1.1" 404 177 0.012799 10.0.0.131 - - [2025-09-04 02:17:05] "DELETE /project/0d34f9002f18490b918de4ceb04777c6 HTTP/1.1" 404 173 0.008568 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000831 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000797 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000747 10.0.0.131 - - [2025-09-04 02:17:05] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.054605 10.0.0.131 - - [2025-09-04 02:17:05] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.075973 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001277 10.0.0.131 - - [2025-09-04 02:17:05] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.088642 10.0.0.131 - - [2025-09-04 02:17:05] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001387 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?fields=security_groups HTTP/1.1" 200 1365 0.086907 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?fields=security_groups HTTP/1.1" 200 1388 0.129906 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?fields=security_groups HTTP/1.1" 200 1378 0.167090 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /security-group/5d01c3a2-124c-43f7-9ae4-3dc3389bcb2f HTTP/1.1" 200 115 0.078557 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /security-group/67cc4d63-6dc5-4af8-87bd-e9e401eb42d1 HTTP/1.1" 200 115 0.103981 10.0.0.131 - - [2025-09-04 02:17:06] "GET /projects?obj_uuids=cca7c49a-952d-45fb-8f1a-e7bee15329f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001854 10.0.0.131 - - [2025-09-04 02:17:06] "GET /projects?obj_uuids=0d34f900-2f18-490b-918d-e4ceb04777c6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001666 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /access-control-list/22dcc227-5a05-4e34-8290-4c247ee0fa9b HTTP/1.1" 200 115 0.098404 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3?fields=application_policy_sets HTTP/1.1" 200 1427 0.109414 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/0d34f900-2f18-490b-918d-e4ceb04777c6?fields=application_policy_sets HTTP/1.1" 200 1404 0.126161 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /security-group/03b9794a-9aef-4406-b635-2cab26aa14f9 HTTP/1.1" 200 115 0.201470 10.0.0.131 - - [2025-09-04 02:17:06] "GET /projects?obj_uuids=48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001140 10.0.0.131 - - [2025-09-04 02:17:06] "GET /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53?fields=application_policy_sets HTTP/1.1" 200 1417 0.114520 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /access-control-list/f79d6bb8-0b88-4470-ad4b-49e921d5d9cd HTTP/1.1" 200 115 0.147300 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /project/cca7c49a-952d-45fb-8f1a-e7bee15329f3 HTTP/1.1" 200 115 0.846689 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /project/0d34f900-2f18-490b-918d-e4ceb04777c6 HTTP/1.1" 200 115 0.858210 10.0.0.131 - - [2025-09-04 02:17:06] "DELETE /project/48f2bbcb-c520-4d8d-8e3b-0cda6a59ac53 HTTP/1.1" 200 115 0.930951 10.0.0.57 - - [2025-09-04 02:17:07] "POST /neutron/network HTTP/1.1" 200 903 0.008435 10.0.0.57 - - [2025-09-04 02:17:07] "POST /neutron/port HTTP/1.1" 200 1119 0.013934 10.0.0.57 - - [2025-09-04 02:17:07] "POST /neutron/port HTTP/1.1" 200 1121 0.011504 10.0.0.131 - - [2025-09-04 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.131 - - [2025-09-04 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.131 - - [2025-09-04 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006441 10.0.0.57 - - [2025-09-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 151 0.126683 10.0.0.131 - - [2025-09-04 02:17:09] "DELETE /route-target/6b8f8467-c736-4738-9d7f-4b230370df02 HTTP/1.1" 200 115 0.033062 10.0.0.57 - - [2025-09-04 02:17:09] "POST /neutron/network HTTP/1.1" 200 902 0.009303 10.0.0.131 - - [2025-09-04 02:17:09] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001003 10.0.0.57 - - [2025-09-04 02:17:09] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.074239 10.0.0.131 - - [2025-09-04 02:17:09] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001262 10.0.0.57 - - [2025-09-04 02:17:09] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?fields=virtual_networks HTTP/1.1" 200 1045 0.046637 10.0.0.131 - - [2025-09-04 02:17:09] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001093 10.0.0.57 - - [2025-09-04 02:17:09] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.035045 10.0.0.131 - - [2025-09-04 02:17:09] "GET /projects?obj_uuids=b72930de-5cc7-490e-9e03-3bc590cab890&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001437 10.0.0.57 - - [2025-09-04 02:17:09] "GET /project/b72930de-5cc7-490e-9e03-3bc590cab890?fields=security_groups HTTP/1.1" 200 1277 0.050051 10.0.0.57 - - [2025-09-04 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.024820 10.0.0.131 - - [2025-09-04 02:17:10] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003332 10.0.0.131 - - [2025-09-04 02:17:10] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003730 10.0.0.131 - - [2025-09-04 02:17:10] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011275 10.0.0.131 - - [2025-09-04 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 199 0.003079 10.0.0.131 - - [2025-09-04 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 208 0.003578 10.0.0.131 - - [2025-09-04 02:17:11] "POST /security-groups HTTP/1.1" 200 600 0.036197 10.0.0.131 - - [2025-09-04 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 243 0.003493 10.0.0.131 - - [2025-09-04 02:17:11] "POST /projects HTTP/1.1" 200 603 0.318103 10.0.0.131 - - [2025-09-04 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.395590 10.0.0.131 - - [2025-09-04 02:17:11] "POST /access-control-lists HTTP/1.1" 200 605 0.031151 10.0.0.57 - - [2025-09-04 02:17:11] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.555218 10.0.0.57 - - [2025-09-04 02:17:12] "GET / HTTP/1.1" 200 36215 0.001505 10.0.0.57 - - [2025-09-04 02:17:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.57 - - [2025-09-04 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.061292 10.0.0.131 - - [2025-09-04 02:17:13] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001087 10.0.0.57 - - [2025-09-04 02:17:13] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.041442 10.0.0.131 - - [2025-09-04 02:17:13] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001311 10.0.0.57 - - [2025-09-04 02:17:13] "POST /neutron/network HTTP/1.1" 200 694 0.185835 10.0.0.38 - - [2025-09-04 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.007021 10.0.0.57 - - [2025-09-04 02:17:14] "POST /neutron/network HTTP/1.1" 200 1088 0.014308 10.0.0.57 - - [2025-09-04 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 269 0.001295 10.0.0.57 - - [2025-09-04 02:17:14] "GET /virtual-network/e176b1ae-efdf-46ce-915b-161ff1ffa621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.014277 10.0.0.57 - - [2025-09-04 02:17:14] "GET /virtual-network/e176b1ae-efdf-46ce-915b-161ff1ffa621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005795 10.0.0.57 - - [2025-09-04 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.010170 10.0.0.57 - - [2025-09-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.131 - - [2025-09-04 02:17:14] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001338 10.0.0.57 - - [2025-09-04 02:17:14] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.046325 10.0.0.131 - - [2025-09-04 02:17:14] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001379 10.0.0.57 - - [2025-09-04 02:17:14] "POST /neutron/network HTTP/1.1" 200 694 0.166893 10.0.0.131 - - [2025-09-04 02:17:14] "POST /route-targets HTTP/1.1" 200 328 0.021073 10.0.0.38 - - [2025-09-04 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.006414 10.0.0.57 - - [2025-09-04 02:17:15] "POST /neutron/network HTTP/1.1" 200 1086 0.012626 10.0.0.57 - - [2025-09-04 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 269 0.001233 10.0.0.57 - - [2025-09-04 02:17:15] "GET /virtual-network/ba2f1fd5-b505-4eb5-87fe-5861291373eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006510 10.0.0.57 - - [2025-09-04 02:17:15] "GET /virtual-network/ba2f1fd5-b505-4eb5-87fe-5861291373eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006132 10.0.0.57 - - [2025-09-04 02:17:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.009575 10.0.0.57 - - [2025-09-04 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.131 - - [2025-09-04 02:17:15] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000988 10.0.0.57 - - [2025-09-04 02:17:15] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.051825 10.0.0.131 - - [2025-09-04 02:17:15] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001151 10.0.0.57 - - [2025-09-04 02:17:15] "POST /neutron/network HTTP/1.1" 200 696 0.130657 10.0.0.131 - - [2025-09-04 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.025770 10.0.0.57 - - [2025-09-04 02:17:15] "POST /neutron/network HTTP/1.1" 200 1087 0.017535 10.0.0.57 - - [2025-09-04 02:17:16] "POST /id-to-fqname HTTP/1.1" 200 270 0.001205 10.0.0.57 - - [2025-09-04 02:17:16] "GET /virtual-network/cef30f94-7b9b-46a2-ab3e-42e918606e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005323 10.0.0.57 - - [2025-09-04 02:17:16] "GET /virtual-network/cef30f94-7b9b-46a2-ab3e-42e918606e5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005916 10.0.0.57 - - [2025-09-04 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 818 0.009144 10.0.0.57 - - [2025-09-04 02:17:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001393 10.0.0.131 - - [2025-09-04 02:17:16] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001520 10.0.0.57 - - [2025-09-04 02:17:17] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.089717 10.0.0.57 - - [2025-09-04 02:17:17] "POST /neutron/network HTTP/1.1" 200 1086 0.013444 10.0.0.57 - - [2025-09-04 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 270 0.001473 10.0.0.57 - - [2025-09-04 02:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.008159 10.0.0.131 - - [2025-09-04 02:17:17] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001052 10.0.0.57 - - [2025-09-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1175 0.355878 10.0.0.131 - - [2025-09-04 02:17:18] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001611 10.0.0.57 - - [2025-09-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1229 0.138228 10.0.0.57 - - [2025-09-04 02:17:18] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.118619 10.0.0.57 - - [2025-09-04 02:17:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005361 10.0.0.57 - - [2025-09-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.57 - - [2025-09-04 02:17:18] "POST /neutron/port HTTP/1.1" 200 1203 0.022423 10.0.0.57 - - [2025-09-04 02:17:19] "POST /neutron/network HTTP/1.1" 200 1097 0.010795 10.0.0.57 - - [2025-09-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 1174 0.030107 10.0.0.57 - - [2025-09-04 02:17:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005277 10.0.0.57 - - [2025-09-04 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003528 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.131 - - [2025-09-04 02:17:20] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.57 - - [2025-09-04 02:17:20] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010415 10.0.0.57 - - [2025-09-04 02:17:20] "POST /service-templates HTTP/1.1" 200 545 0.040704 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.57 - - [2025-09-04 02:17:20] "GET /service-template/5b946cf1-bd7b-4d24-b5c6-acc53a29dc41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.006405 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.57 - - [2025-09-04 02:17:20] "GET /service-template/5b946cf1-bd7b-4d24-b5c6-acc53a29dc41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004155 10.0.0.57 - - [2025-09-04 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 269 0.001287 10.0.0.57 - - [2025-09-04 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 269 0.001384 10.0.0.57 - - [2025-09-04 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 270 0.002407 10.0.0.57 - - [2025-09-04 02:17:20] "POST /neutron/port HTTP/1.1" 200 2287 0.032700 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.57 - - [2025-09-04 02:17:20] "DELETE /service-template/5b946cf1-bd7b-4d24-b5c6-acc53a29dc41 HTTP/1.1" 200 115 0.038025 10.0.0.57 - - [2025-09-04 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003079 10.0.0.57 - - [2025-09-04 02:17:22] "POST /neutron/network HTTP/1.1" 400 204 0.014915 10.0.0.57 - - [2025-09-04 02:17:22] "POST /neutron/port HTTP/1.1" 200 1203 0.015583 10.0.0.57 - - [2025-09-04 02:17:23] "POST /neutron/port HTTP/1.1" 200 151 0.376649 10.0.0.57 - - [2025-09-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 1087 0.017862 10.0.0.131 - - [2025-09-04 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.131 - - [2025-09-04 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 10.0.0.131 - - [2025-09-04 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.131 - - [2025-09-04 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005029 10.0.0.131 - - [2025-09-04 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002807 10.0.0.57 - - [2025-09-04 02:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.126634 10.0.0.131 - - [2025-09-04 02:17:24] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001335 10.0.0.131 - - [2025-09-04 02:17:24] "DELETE /route-target/f1ae4b84-febe-4302-8d6c-d49b41a8aba4 HTTP/1.1" 200 115 0.036891 10.0.0.57 - - [2025-09-04 02:17:24] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.079874 10.0.0.131 - - [2025-09-04 02:17:24] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002317 10.0.0.57 - - [2025-09-04 02:17:25] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?fields=virtual_networks HTTP/1.1" 200 1053 0.079753 10.0.0.131 - - [2025-09-04 02:17:25] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001072 10.0.0.57 - - [2025-09-04 02:17:25] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.035413 10.0.0.131 - - [2025-09-04 02:17:25] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001054 10.0.0.57 - - [2025-09-04 02:17:25] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?fields=security_groups HTTP/1.1" 200 1289 0.050533 10.0.0.57 - - [2025-09-04 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.023610 10.0.0.131 - - [2025-09-04 02:17:25] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.131 - - [2025-09-04 02:17:26] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.131 - - [2025-09-04 02:17:26] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007090 10.0.0.131 - - [2025-09-04 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 202 0.001470 10.0.0.131 - - [2025-09-04 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.009923 10.0.0.131 - - [2025-09-04 02:17:26] "POST /security-groups HTTP/1.1" 200 603 0.033360 10.0.0.131 - - [2025-09-04 02:17:26] "POST /projects HTTP/1.1" 200 609 0.252550 10.0.0.131 - - [2025-09-04 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.006938 10.0.0.131 - - [2025-09-04 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.321872 10.0.0.57 - - [2025-09-04 02:17:26] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.484211 10.0.0.57 - - [2025-09-04 02:17:27] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.57 - - [2025-09-04 02:17:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.57 - - [2025-09-04 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.039057 10.0.0.131 - - [2025-09-04 02:17:28] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001678 10.0.0.131 - - [2025-09-04 02:17:28] "GET /obj-perms HTTP/1.1" 200 5056 0.349379 10.0.0.57 - - [2025-09-04 02:17:28] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047347 10.0.0.131 - - [2025-09-04 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.035518 10.0.0.131 - - [2025-09-04 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005631 10.0.0.57 - - [2025-09-04 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.230858 10.0.0.57 - - [2025-09-04 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001381 10.0.0.57 - - [2025-09-04 02:17:29] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005352 10.0.0.57 - - [2025-09-04 02:17:29] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005200 10.0.0.57 - - [2025-09-04 02:17:29] "POST /neutron/network HTTP/1.1" 200 838 0.006601 10.0.0.57 - - [2025-09-04 02:17:30] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005991 10.0.0.57 - - [2025-09-04 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.131 - - [2025-09-04 02:17:31] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.57 - - [2025-09-04 02:17:31] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051250 10.0.0.131 - - [2025-09-04 02:17:31] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.57 - - [2025-09-04 02:17:32] "POST /neutron/network HTTP/1.1" 200 619 0.145081 10.0.0.57 - - [2025-09-04 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.003529 10.0.0.57 - - [2025-09-04 02:17:32] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005251 10.0.0.57 - - [2025-09-04 02:17:32] "POST /neutron/network HTTP/1.1" 200 837 0.006101 10.0.0.57 - - [2025-09-04 02:17:32] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005019 10.0.0.57 - - [2025-09-04 02:17:32] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006473 10.0.0.57 - - [2025-09-04 02:17:32] "GET /obj-perms HTTP/1.1" 200 5054 0.053432 10.0.0.38 - - [2025-09-04 02:17:32] "GET /obj-perms HTTP/1.1" 200 5054 0.049290 10.0.0.57 - - [2025-09-04 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001763 10.0.0.57 - - [2025-09-04 02:18:03] "POST /neutron/network HTTP/1.1" 200 847 0.008867 10.0.0.131 - - [2025-09-04 02:18:04] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.57 - - [2025-09-04 02:18:04] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076638 10.0.0.57 - - [2025-09-04 02:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.006757 10.0.0.57 - - [2025-09-04 02:18:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001524 10.0.0.57 - - [2025-09-04 02:18:05] "POST /neutron/network HTTP/1.1" 200 847 0.009806 10.0.0.57 - - [2025-09-04 02:18:05] "POST /neutron/port HTTP/1.1" 200 1071 0.029103 10.0.0.131 - - [2025-09-04 02:18:05] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001776 10.0.0.57 - - [2025-09-04 02:18:05] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.139105 10.0.0.57 - - [2025-09-04 02:18:05] "POST /neutron/port HTTP/1.1" 200 1099 0.030709 10.0.0.131 - - [2025-09-04 02:18:06] "DELETE /access-control-list/20656e4d-16d5-40ec-b584-018ef0cedcfc HTTP/1.1" 200 115 0.048987 10.0.0.57 - - [2025-09-04 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.57 - - [2025-09-04 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011772 10.0.0.57 - - [2025-09-04 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.131 - - [2025-09-04 02:18:06] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.57 - - [2025-09-04 02:18:06] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056875 10.0.0.57 - - [2025-09-04 02:18:06] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007001 10.0.0.57 - - [2025-09-04 02:18:06] "GET /floating-ip-pools?parent_id=11265626-3ffc-4554-9fd7-5cb07c0d9625&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009704 10.0.0.57 - - [2025-09-04 02:18:06] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007249 10.0.0.57 - - [2025-09-04 02:18:06] "POST /floating-ip-pools HTTP/1.1" 200 611 0.045416 10.0.0.57 - - [2025-09-04 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.022220 10.0.0.57 - - [2025-09-04 02:18:06] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009007 10.0.0.131 - - [2025-09-04 02:18:06] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001391 10.0.0.131 - - [2025-09-04 02:18:06] "DELETE /project/fa7c3a93262e4fa0b9406e4ebb6be002 HTTP/1.1" 404 173 0.027954 10.0.0.131 - - [2025-09-04 02:18:06] "DELETE /project/b72930de-5cc7-490e-9e03-3bc590cab890 HTTP/1.1" 404 177 0.027081 10.0.0.131 - - [2025-09-04 02:18:06] "DELETE /project/24a0b5aea8a344eea3a699e423fbfbff HTTP/1.1" 404 173 0.031399 10.0.0.131 - - [2025-09-04 02:18:06] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001578 10.0.0.131 - - [2025-09-04 02:18:07] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.129040 10.0.0.131 - - [2025-09-04 02:18:07] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007509 10.0.0.57 - - [2025-09-04 02:18:07] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.020917 10.0.0.131 - - [2025-09-04 02:18:07] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?fields=security_groups HTTP/1.1" 200 1391 0.105281 10.0.0.131 - - [2025-09-04 02:18:07] "DELETE /security-group/c3f48985-035f-4891-bce8-5ec6f29ff0cc HTTP/1.1" 200 115 0.109296 10.0.0.131 - - [2025-09-04 02:18:07] "GET /projects?obj_uuids=fa7c3a93-262e-4fa0-b940-6e4ebb6be002&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000919 10.0.0.131 - - [2025-09-04 02:18:07] "GET /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002?fields=application_policy_sets HTTP/1.1" 200 1430 0.055548 10.0.0.131 - - [2025-09-04 02:18:07] "DELETE /access-control-list/6fc223ea-6a74-4ad3-99ad-b0929230f672 HTTP/1.1" 200 115 0.078125 10.0.0.57 - - [2025-09-04 02:18:07] "POST /neutron/port HTTP/1.1" 200 1072 0.702289 10.0.0.57 - - [2025-09-04 02:18:07] "POST /neutron/port HTTP/1.1" 200 1072 0.024595 10.0.0.131 - - [2025-09-04 02:18:07] "DELETE /project/fa7c3a93-262e-4fa0-b940-6e4ebb6be002 HTTP/1.1" 200 115 0.732641 10.0.0.57 - - [2025-09-04 02:18:07] "POST /neutron/port HTTP/1.1" 200 1100 0.031203 10.0.0.57 - - [2025-09-04 02:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.57 - - [2025-09-04 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011866 10.0.0.57 - - [2025-09-04 02:18:22] "POST /neutron/port HTTP/1.1" 200 1099 0.015808 10.0.0.57 - - [2025-09-04 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009903 10.0.0.131 - - [2025-09-04 02:18:30] "GET /obj-perms HTTP/1.1" 200 5056 0.045336 10.0.0.57 - - [2025-09-04 02:18:37] "POST /neutron/port HTTP/1.1" 200 1099 0.016155 10.0.0.57 - - [2025-09-04 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008178 10.0.0.57 - - [2025-09-04 02:18:53] "POST /neutron/port HTTP/1.1" 200 1099 0.022982 10.0.0.57 - - [2025-09-04 02:18:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008392 10.0.0.57 - - [2025-09-04 02:18:58] "POST /neutron/port HTTP/1.1" 200 1099 0.016974 10.0.0.57 - - [2025-09-04 02:18:58] "GET /virtual-machine/7271ca43-1461-4a3d-a8c5-ca0b82d3fdfd HTTP/1.1" 401 292 0.000443 10.0.0.57 - - [2025-09-04 02:18:58] "GET /virtual-machine/7271ca43-1461-4a3d-a8c5-ca0b82d3fdfd HTTP/1.1" 200 1306 0.028647 10.0.0.57 - - [2025-09-04 02:18:58] "GET /virtual-machine-interface/92e8457b-f962-4891-807d-d0ca8b138971 HTTP/1.1" 200 3011 0.006167 10.0.0.57 - - [2025-09-04 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 02:18:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004308 10.0.0.57 - - [2025-09-04 02:18:58] "GET /virtual-networks?parent_id=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004156 10.0.0.57 - - [2025-09-04 02:18:59] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006565 10.0.0.57 - - [2025-09-04 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.57 - - [2025-09-04 02:19:02] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005425 10.0.0.57 - - [2025-09-04 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.57 - - [2025-09-04 02:19:06] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006066 10.0.0.57 - - [2025-09-04 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.57 - - [2025-09-04 02:19:10] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005529 10.0.0.57 - - [2025-09-04 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.036798 10.0.0.57 - - [2025-09-04 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.57 - - [2025-09-04 02:19:14] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006036 10.0.0.57 - - [2025-09-04 02:19:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.010263 10.0.0.57 - - [2025-09-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.57 - - [2025-09-04 02:19:18] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006330 10.0.0.57 - - [2025-09-04 02:19:18] "POST /neutron/port HTTP/1.1" 200 1100 0.026776 10.0.0.57 - - [2025-09-04 02:19:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004962 10.0.0.57 - - [2025-09-04 02:19:18] "POST /neutron/network HTTP/1.1" 200 838 0.006391 10.0.0.57 - - [2025-09-04 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.57 - - [2025-09-04 02:19:22] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005600 10.0.0.57 - - [2025-09-04 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.57 - - [2025-09-04 02:19:26] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006234 10.0.0.57 - - [2025-09-04 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015373 10.0.0.57 - - [2025-09-04 02:19:30] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008267 10.0.0.57 - - [2025-09-04 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.57 - - [2025-09-04 02:19:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003913 10.0.0.57 - - [2025-09-04 02:19:32] "GET /virtual-networks?parent_id=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003453 10.0.0.57 - - [2025-09-04 02:19:32] "GET /virtual-network/7ca3e598-9e24-4f9e-8089-7f32ea816a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006186 10.0.0.57 - - [2025-09-04 02:19:37] "POST /neutron/port HTTP/1.1" 200 1099 0.014767 10.0.0.57 - - [2025-09-04 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.029068 10.0.0.57 - - [2025-09-04 02:19:47] "POST /neutron/port HTTP/1.1" 200 1100 0.018875 10.0.0.57 - - [2025-09-04 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008255 10.0.0.57 - - [2025-09-04 02:19:53] "POST /neutron/floatingip HTTP/1.1" 200 530 0.008285 10.0.0.57 - - [2025-09-04 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008132 10.0.0.57 - - [2025-09-04 02:19:53] "POST /neutron/port HTTP/1.1" 200 1100 0.017296 10.0.0.57 - - [2025-09-04 02:19:53] "GET /virtual-machine/32d22503-9b7b-4419-9aba-7fd38a2b51c3 HTTP/1.1" 200 1306 0.006284 10.0.0.57 - - [2025-09-04 02:19:53] "GET /virtual-machine-interface/47664082-bdc8-4c3a-8b9a-35b5b1a54c94 HTTP/1.1" 200 3011 0.006216 10.0.0.57 - - [2025-09-04 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.57 - - [2025-09-04 02:19:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003834 10.0.0.57 - - [2025-09-04 02:19:53] "GET /virtual-networks?parent_id=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.006116 10.0.0.57 - - [2025-09-04 02:19:53] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006603 10.0.0.57 - - [2025-09-04 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.57 - - [2025-09-04 02:19:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006618 10.0.0.57 - - [2025-09-04 02:19:54] "GET /virtual-networks?parent_id=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004024 10.0.0.57 - - [2025-09-04 02:19:54] "GET /virtual-network/11265626-3ffc-4554-9fd7-5cb07c0d9625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009228 10.0.0.57 - - [2025-09-04 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009303 10.0.0.57 - - [2025-09-04 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.57 - - [2025-09-04 02:20:00] "GET /routing-instance/5ae0434c-30b8-4bbc-b6a8-63c1c3ff20d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004107 10.0.0.57 - - [2025-09-04 02:20:00] "GET /route-target/b7decfd4-a212-4e0a-951b-4be98e8389e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005668 10.0.0.57 - - [2025-09-04 02:20:15] "POST /neutron/port HTTP/1.1" 200 1099 0.016272 10.0.0.57 - - [2025-09-04 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.008961 10.0.0.57 - - [2025-09-04 02:20:19] "POST /neutron/port HTTP/1.1" 200 1100 0.040595 10.0.0.57 - - [2025-09-04 02:20:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004847 10.0.0.57 - - [2025-09-04 02:20:19] "POST /neutron/network HTTP/1.1" 200 838 0.007599 10.0.0.57 - - [2025-09-04 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 530 0.009021 10.0.0.57 - - [2025-09-04 02:20:50] "GET /floating-ip-pool/1e457930-0d8b-4afb-8d66-46d8e8e2b764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003640 10.0.0.57 - - [2025-09-04 02:20:50] "POST /ref-update HTTP/1.1" 200 156 0.019604 10.0.0.57 - - [2025-09-04 02:20:50] "DELETE /floating-ip-pool/1e457930-0d8b-4afb-8d66-46d8e8e2b764 HTTP/1.1" 200 115 0.039613 10.0.0.57 - - [2025-09-04 02:20:50] "POST /neutron/network HTTP/1.1" 400 204 0.019614 10.0.0.57 - - [2025-09-04 02:20:51] "POST /neutron/port HTTP/1.1" 200 151 0.221182 10.0.0.57 - - [2025-09-04 02:20:51] "POST /neutron/port HTTP/1.1" 200 151 0.227533 10.0.0.57 - - [2025-09-04 02:20:52] "POST /neutron/network HTTP/1.1" 200 838 0.008904 10.0.0.131 - - [2025-09-04 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.028649 10.0.0.131 - - [2025-09-04 02:20:54] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.038820 10.0.0.57 - - [2025-09-04 02:20:54] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.104818 10.0.0.131 - - [2025-09-04 02:20:54] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001731 10.0.0.57 - - [2025-09-04 02:20:54] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?fields=virtual_networks HTTP/1.1" 200 1058 0.071560 10.0.0.131 - - [2025-09-04 02:20:54] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.57 - - [2025-09-04 02:20:54] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.068730 10.0.0.131 - - [2025-09-04 02:20:54] "GET /projects?obj_uuids=24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.57 - - [2025-09-04 02:20:54] "GET /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff?fields=security_groups HTTP/1.1" 200 1297 0.051774 10.0.0.57 - - [2025-09-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.029988 10.0.0.131 - - [2025-09-04 02:20:55] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003620 10.0.0.131 - - [2025-09-04 02:20:55] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003051 10.0.0.131 - - [2025-09-04 02:20:55] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047129 10.0.0.131 - - [2025-09-04 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.007476 10.0.0.131 - - [2025-09-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.003370 10.0.0.131 - - [2025-09-04 02:20:56] "POST /security-groups HTTP/1.1" 200 591 0.031755 10.0.0.131 - - [2025-09-04 02:20:56] "POST /projects HTTP/1.1" 200 585 0.281401 10.0.0.131 - - [2025-09-04 02:20:56] "POST /access-control-lists HTTP/1.1" 200 598 0.039450 10.0.0.131 - - [2025-09-04 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.355212 10.0.0.57 - - [2025-09-04 02:20:56] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.533844 10.0.0.57 - - [2025-09-04 02:20:57] "GET / HTTP/1.1" 200 36215 0.001486 10.0.0.131 - - [2025-09-04 02:21:00] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.57 - - [2025-09-04 02:21:00] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050340 10.0.0.131 - - [2025-09-04 02:21:00] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.57 - - [2025-09-04 02:21:00] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?fields=virtual_networks HTTP/1.1" 200 1033 0.051408 10.0.0.131 - - [2025-09-04 02:21:00] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.57 - - [2025-09-04 02:21:00] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044248 10.0.0.131 - - [2025-09-04 02:21:00] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.57 - - [2025-09-04 02:21:00] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?fields=security_groups HTTP/1.1" 200 1260 0.042199 10.0.0.57 - - [2025-09-04 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.026003 10.0.0.131 - - [2025-09-04 02:21:01] "GET /projects?obj_uuids=84d9b256-a4c1-48da-a64f-28d8921670ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004158 10.0.0.131 - - [2025-09-04 02:21:01] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001403 10.0.0.131 - - [2025-09-04 02:21:01] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008981 10.0.0.131 - - [2025-09-04 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.002123 10.0.0.131 - - [2025-09-04 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.011949 10.0.0.131 - - [2025-09-04 02:21:01] "POST /security-groups HTTP/1.1" 200 586 0.077177 10.0.0.131 - - [2025-09-04 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.004169 10.0.0.131 - - [2025-09-04 02:21:01] "POST /projects HTTP/1.1" 200 575 0.304354 10.0.0.131 - - [2025-09-04 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.379518 10.0.0.131 - - [2025-09-04 02:21:01] "POST /access-control-lists HTTP/1.1" 200 591 0.035749 10.0.0.57 - - [2025-09-04 02:21:01] "GET /project/84d9b256-a4c1-48da-a64f-28d8921670ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.539378 10.0.0.57 - - [2025-09-04 02:21:02] "GET / HTTP/1.1" 200 36215 0.002009 10.0.0.131 - - [2025-09-04 02:21:07] "DELETE /project/85b7d20d5ed4415283e15cc831afa1c5 HTTP/1.1" 404 173 0.004813 10.0.0.131 - - [2025-09-04 02:21:07] "DELETE /project/24a0b5ae-a8a3-44ee-a3a6-99e423fbfbff HTTP/1.1" 404 177 0.008570 10.0.0.131 - - [2025-09-04 02:21:07] "DELETE /project/84d9b256a4c148daa64f28d8921670ba HTTP/1.1" 404 173 0.004418 10.0.0.131 - - [2025-09-04 02:21:07] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000774 10.0.0.131 - - [2025-09-04 02:21:07] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.039740 10.0.0.131 - - [2025-09-04 02:21:07] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002076 10.0.0.131 - - [2025-09-04 02:21:07] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?fields=security_groups HTTP/1.1" 200 1362 0.080099 10.0.0.131 - - [2025-09-04 02:21:08] "DELETE /security-group/b6463a76-9726-4076-9ad9-91e260933029 HTTP/1.1" 200 115 0.060643 10.0.0.131 - - [2025-09-04 02:21:08] "GET /projects?obj_uuids=85b7d20d-5ed4-4152-83e1-5cc831afa1c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.131 - - [2025-09-04 02:21:08] "DELETE /access-control-list/5e156f5b-2e88-4b2a-aad3-954f3de256cc HTTP/1.1" 200 115 0.050527 10.0.0.131 - - [2025-09-04 02:21:08] "GET /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5?fields=application_policy_sets HTTP/1.1" 200 1401 0.049043 10.0.0.131 - - [2025-09-04 02:21:08] "DELETE /project/85b7d20d-5ed4-4152-83e1-5cc831afa1c5 HTTP/1.1" 200 115 0.453383 10.0.0.131 - - [2025-09-04 02:21:08] "GET /projects?obj_uuids=84d9b256-a4c1-48da-a64f-28d8921670ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.57 - - [2025-09-04 02:21:08] "GET /project/84d9b256-a4c1-48da-a64f-28d8921670ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053869 10.0.0.131 - - [2025-09-04 02:21:08] "GET /projects?obj_uuids=84d9b256-a4c1-48da-a64f-28d8921670ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.57 - - [2025-09-04 02:21:08] "GET /project/84d9b256-a4c1-48da-a64f-28d8921670ba?fields=virtual_networks HTTP/1.1" 200 1024 0.062533 10.0.0.131 - - [2025-09-04 02:21:08] "GET /projects?obj_uuids=84d9b256-a4c1-48da-a64f-28d8921670ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.57 - - [2025-09-04 02:21:08] "GET /project/84d9b256-a4c1-48da-a64f-28d8921670ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.056776 10.0.0.131 - - [2025-09-04 02:21:08] "GET /projects?obj_uuids=84d9b256-a4c1-48da-a64f-28d8921670ba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.57 - - [2025-09-04 02:21:08] "GET /project/84d9b256-a4c1-48da-a64f-28d8921670ba?fields=security_groups HTTP/1.1" 200 1246 0.058494 10.0.0.57 - - [2025-09-04 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.031414 10.0.0.131 - - [2025-09-04 02:21:09] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.131 - - [2025-09-04 02:21:09] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.131 - - [2025-09-04 02:21:09] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008579 10.0.0.131 - - [2025-09-04 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 189 0.006452 10.0.0.131 - - [2025-09-04 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.008515 10.0.0.131 - - [2025-09-04 02:21:10] "POST /security-groups HTTP/1.1" 200 590 0.033721 10.0.0.131 - - [2025-09-04 02:21:10] "POST /projects HTTP/1.1" 200 583 0.255126 10.0.0.131 - - [2025-09-04 02:21:10] "POST /access-control-lists HTTP/1.1" 200 597 0.029747 10.0.0.131 - - [2025-09-04 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.325999 10.0.0.57 - - [2025-09-04 02:21:10] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.471064 10.0.0.57 - - [2025-09-04 02:21:11] "GET / HTTP/1.1" 200 36215 0.001486 10.0.0.131 - - [2025-09-04 02:21:14] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.57 - - [2025-09-04 02:21:14] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.044461 10.0.0.131 - - [2025-09-04 02:21:14] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000973 10.0.0.57 - - [2025-09-04 02:21:14] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?fields=virtual_networks HTTP/1.1" 200 1033 0.046127 10.0.0.131 - - [2025-09-04 02:21:14] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001087 10.0.0.57 - - [2025-09-04 02:21:14] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040354 10.0.0.131 - - [2025-09-04 02:21:14] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001252 10.0.0.57 - - [2025-09-04 02:21:14] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?fields=security_groups HTTP/1.1" 200 1259 0.052248 10.0.0.57 - - [2025-09-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.030632 10.0.0.131 - - [2025-09-04 02:21:15] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003228 10.0.0.131 - - [2025-09-04 02:21:15] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.131 - - [2025-09-04 02:21:15] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007195 10.0.0.131 - - [2025-09-04 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001508 10.0.0.131 - - [2025-09-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.008387 10.0.0.131 - - [2025-09-04 02:21:15] "POST /security-groups HTTP/1.1" 200 591 0.037815 10.0.0.131 - - [2025-09-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.004650 10.0.0.131 - - [2025-09-04 02:21:15] "POST /projects HTTP/1.1" 200 585 0.271463 10.0.0.131 - - [2025-09-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.342919 10.0.0.131 - - [2025-09-04 02:21:15] "POST /access-control-lists HTTP/1.1" 200 596 0.032382 10.0.0.57 - - [2025-09-04 02:21:15] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.485194 10.0.0.57 - - [2025-09-04 02:21:17] "GET / HTTP/1.1" 200 36215 0.001855 10.0.0.131 - - [2025-09-04 02:21:20] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001332 10.0.0.57 - - [2025-09-04 02:21:20] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056599 10.0.0.131 - - [2025-09-04 02:21:20] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.57 - - [2025-09-04 02:21:20] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?fields=virtual_networks HTTP/1.1" 200 1035 0.044821 10.0.0.131 - - [2025-09-04 02:21:20] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.57 - - [2025-09-04 02:21:20] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.065740 10.0.0.131 - - [2025-09-04 02:21:20] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001535 10.0.0.57 - - [2025-09-04 02:21:20] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?fields=security_groups HTTP/1.1" 200 1262 0.057451 10.0.0.57 - - [2025-09-04 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.027314 10.0.0.131 - - [2025-09-04 02:21:21] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004650 10.0.0.131 - - [2025-09-04 02:21:21] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.131 - - [2025-09-04 02:21:21] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008102 10.0.0.131 - - [2025-09-04 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 194 0.005972 10.0.0.131 - - [2025-09-04 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 203 0.004617 10.0.0.131 - - [2025-09-04 02:21:21] "POST /security-groups HTTP/1.1" 200 595 0.032943 10.0.0.131 - - [2025-09-04 02:21:21] "POST /projects HTTP/1.1" 200 593 0.254944 10.0.0.131 - - [2025-09-04 02:21:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.006435 10.0.0.131 - - [2025-09-04 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.328212 10.0.0.57 - - [2025-09-04 02:21:21] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.480874 10.0.0.57 - - [2025-09-04 02:21:22] "GET / HTTP/1.1" 200 36215 0.002058 10.0.0.131 - - [2025-09-04 02:21:25] "GET /global-system-configs HTTP/1.1" 200 323 0.087466 10.0.0.38 - - [2025-09-04 02:21:25] "GET /obj-perms HTTP/1.1" 200 5056 0.142594 10.0.0.57 - - [2025-09-04 02:21:25] "GET /obj-perms HTTP/1.1" 200 5056 0.153356 10.0.0.131 - - [2025-09-04 02:21:26] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001282 10.0.0.57 - - [2025-09-04 02:21:26] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040349 10.0.0.131 - - [2025-09-04 02:21:26] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001105 10.0.0.57 - - [2025-09-04 02:21:26] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?fields=virtual_networks HTTP/1.1" 200 1042 0.058589 10.0.0.131 - - [2025-09-04 02:21:26] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001811 10.0.0.57 - - [2025-09-04 02:21:26] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.078093 10.0.0.57 - - [2025-09-04 02:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.090090 10.0.0.131 - - [2025-09-04 02:21:26] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001231 10.0.0.57 - - [2025-09-04 02:21:26] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?fields=security_groups HTTP/1.1" 200 1273 0.062708 10.0.0.131 - - [2025-09-04 02:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.202862 10.0.0.38 - - [2025-09-04 02:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.096669 10.0.0.131 - - [2025-09-04 02:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.309858 10.0.0.38 - - [2025-09-04 02:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.177839 10.0.0.38 - - [2025-09-04 02:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.484533 10.0.0.57 - - [2025-09-04 02:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.505016 10.0.0.131 - - [2025-09-04 02:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.336124 10.0.0.57 - - [2025-09-04 02:21:27] "GET /global-system-configs HTTP/1.1" 200 323 0.112035 10.0.0.57 - - [2025-09-04 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.022768 10.0.0.131 - - [2025-09-04 02:21:27] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002893 10.0.0.131 - - [2025-09-04 02:21:27] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.131 - - [2025-09-04 02:21:27] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007241 10.0.0.131 - - [2025-09-04 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.017614 10.0.0.131 - - [2025-09-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.007301 10.0.0.131 - - [2025-09-04 02:21:28] "POST /security-groups HTTP/1.1" 200 586 0.093542 10.0.0.131 - - [2025-09-04 02:21:28] "POST /projects HTTP/1.1" 200 575 0.367573 10.0.0.131 - - [2025-09-04 02:21:28] "POST /access-control-lists HTTP/1.1" 200 593 0.062754 10.0.0.131 - - [2025-09-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.442493 10.0.0.57 - - [2025-09-04 02:21:28] "GET /project/df352eda-439c-466b-a9fa-989eea879161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.597203 10.0.0.57 - - [2025-09-04 02:21:29] "GET / HTTP/1.1" 200 36215 0.001613 10.0.0.57 - - [2025-09-04 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004741 10.0.0.131 - - [2025-09-04 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003610 10.0.0.131 - - [2025-09-04 02:21:30] "POST /access-control-lists HTTP/1.1" 200 590 0.026824 10.0.0.131 - - [2025-09-04 02:21:30] "PUT /access-control-list/fd680c83-9ba7-48df-9c20-a1023c262092 HTTP/1.1" 200 273 0.015457 10.0.0.131 - - [2025-09-04 02:21:30] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001619 10.0.0.57 - - [2025-09-04 02:21:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.081747 10.0.0.57 - - [2025-09-04 02:21:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022436 10.0.0.57 - - [2025-09-04 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003623 10.0.0.131 - - [2025-09-04 02:21:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.003357 10.0.0.131 - - [2025-09-04 02:21:31] "POST /access-control-lists HTTP/1.1" 200 590 0.039018 10.0.0.131 - - [2025-09-04 02:21:31] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.131 - - [2025-09-04 02:21:31] "PUT /access-control-list/3fc9622d-d72d-4f6b-83c2-01c4cbba5323 HTTP/1.1" 200 273 0.023298 10.0.0.57 - - [2025-09-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.071318 10.0.0.57 - - [2025-09-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017391 10.0.0.57 - - [2025-09-04 02:21:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.57 - - [2025-09-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.037125 10.0.0.38 - - [2025-09-04 02:21:32] "GET /obj-perms HTTP/1.1" 200 5056 0.356431 10.0.0.131 - - [2025-09-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003742 10.0.0.131 - - [2025-09-04 02:21:32] "POST /access-control-lists HTTP/1.1" 200 607 0.034904 10.0.0.131 - - [2025-09-04 02:21:32] "PUT /access-control-list/80ce6e3a-92b4-4389-9fad-9f98d460a470 HTTP/1.1" 200 273 0.018216 10.0.0.131 - - [2025-09-04 02:21:32] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.57 - - [2025-09-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.102344 10.0.0.57 - - [2025-09-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014344 10.0.0.57 - - [2025-09-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.005227 10.0.0.131 - - [2025-09-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004466 10.0.0.131 - - [2025-09-04 02:21:33] "POST /access-control-lists HTTP/1.1" 200 607 0.033478 10.0.0.131 - - [2025-09-04 02:21:33] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.131 - - [2025-09-04 02:21:33] "PUT /access-control-list/280ccfa6-48f1-457f-842e-7aed9edc9029 HTTP/1.1" 200 273 0.025207 10.0.0.57 - - [2025-09-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.068231 10.0.0.57 - - [2025-09-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021517 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.007430 10.0.0.131 - - [2025-09-04 02:21:35] "POST /route-targets HTTP/1.1" 200 328 0.018825 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.017440 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004692 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004386 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004948 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.007460 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004353 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004270 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004129 10.0.0.57 - - [2025-09-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004280 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 541 0.004569 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 541 0.007510 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 151 0.082899 10.0.0.131 - - [2025-09-04 02:21:36] "DELETE /route-target/25186a51-88a5-49d0-954c-06ab4203579f HTTP/1.1" 200 115 0.032366 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.020060 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.007935 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004595 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.005490 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.006379 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004062 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004151 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004220 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003779 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004049 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.005033 10.0.0.57 - - [2025-09-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.034264 10.0.0.131 - - [2025-09-04 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012453 10.0.0.131 - - [2025-09-04 02:21:37] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001036 10.0.0.38 - - [2025-09-04 02:21:37] "GET /logical-router/382e3dd2-6345-4f4e-a6ec-f7bd74ba6717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.045887 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.106918 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.005637 10.0.0.131 - - [2025-09-04 02:21:37] "PUT /logical-router/2c75f33e-9ab6-4c8a-aa2a-cc56609b6a3b HTTP/1.1" 200 263 0.046103 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.005710 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004538 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004372 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004806 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004116 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004133 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004505 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004372 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.004082 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 542 0.024360 10.0.0.57 - - [2025-09-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 541 0.005622 10.0.0.57 - - [2025-09-04 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.091952 10.0.0.131 - - [2025-09-04 02:21:38] "DELETE /access-control-list/5c692a81-5eef-45c4-baee-a702ab6a05a0 HTTP/1.1" 200 115 0.049622 10.0.0.57 - - [2025-09-04 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 506 0.008170 10.0.0.131 - - [2025-09-04 02:21:38] "DELETE /access-control-list/80ce6e3a-92b4-4389-9fad-9f98d460a470 HTTP/1.1" 200 115 0.052929 10.0.0.57 - - [2025-09-04 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.078384 10.0.0.131 - - [2025-09-04 02:21:38] "DELETE /access-control-list/bdc90f4f-1d19-471a-9cd3-8056d40f7ee2 HTTP/1.1" 200 115 0.042436 10.0.0.131 - - [2025-09-04 02:21:39] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001332 10.0.0.57 - - [2025-09-04 02:21:39] "GET /project/df352eda-439c-466b-a9fa-989eea879161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.062990 10.0.0.131 - - [2025-09-04 02:21:39] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.57 - - [2025-09-04 02:21:39] "GET /project/df352eda-439c-466b-a9fa-989eea879161?fields=virtual_networks HTTP/1.1" 200 1025 0.055884 10.0.0.131 - - [2025-09-04 02:21:39] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001423 10.0.0.57 - - [2025-09-04 02:21:39] "GET /project/df352eda-439c-466b-a9fa-989eea879161?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.057973 10.0.0.131 - - [2025-09-04 02:21:39] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.57 - - [2025-09-04 02:21:40] "GET /project/df352eda-439c-466b-a9fa-989eea879161?fields=security_groups HTTP/1.1" 200 1247 0.054025 10.0.0.57 - - [2025-09-04 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.024344 10.0.0.131 - - [2025-09-04 02:21:40] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003303 10.0.0.131 - - [2025-09-04 02:21:40] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.131 - - [2025-09-04 02:21:40] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007446 10.0.0.131 - - [2025-09-04 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.001228 10.0.0.131 - - [2025-09-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.007089 10.0.0.131 - - [2025-09-04 02:21:41] "POST /security-groups HTTP/1.1" 200 587 0.077999 10.0.0.131 - - [2025-09-04 02:21:41] "POST /projects HTTP/1.1" 200 577 0.303895 10.0.0.131 - - [2025-09-04 02:21:41] "POST /access-control-lists HTTP/1.1" 200 594 0.028516 10.0.0.131 - - [2025-09-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.372497 10.0.0.57 - - [2025-09-04 02:21:41] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.505354 10.0.0.57 - - [2025-09-04 02:21:42] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.57 - - [2025-09-04 02:21:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.57 - - [2025-09-04 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.069431 10.0.0.131 - - [2025-09-04 02:21:44] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.57 - - [2025-09-04 02:21:44] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.040051 10.0.0.131 - - [2025-09-04 02:21:44] "POST /route-targets HTTP/1.1" 200 328 0.024040 10.0.0.131 - - [2025-09-04 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010328 10.0.0.57 - - [2025-09-04 02:21:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.227447 10.0.0.57 - - [2025-09-04 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 216 0.001347 10.0.0.57 - - [2025-09-04 02:21:45] "GET /virtual-network/9bbb2386-baf0-45b0-a456-fcbb9d57e165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005462 10.0.0.57 - - [2025-09-04 02:21:45] "GET /virtual-network/9bbb2386-baf0-45b0-a456-fcbb9d57e165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005348 10.0.0.57 - - [2025-09-04 02:21:45] "POST /neutron/network HTTP/1.1" 200 819 0.007169 10.0.0.57 - - [2025-09-04 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003093 10.0.0.57 - - [2025-09-04 02:21:45] "GET /virtual-network/9bbb2386-baf0-45b0-a456-fcbb9d57e165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005889 10.0.0.57 - - [2025-09-04 02:21:45] "GET /virtual-machine-interface/4fb034e3-98d0-4794-849a-cf11b6c78c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.007941 10.0.0.57 - - [2025-09-04 02:21:45] "GET /virtual-machine-interface/4fb034e3-98d0-4794-849a-cf11b6c78c45?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.009668 10.0.0.57 - - [2025-09-04 02:21:45] "GET /instance-ip/9fcf8e06-c5f9-4b36-b9ef-2823d960e6dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.004799 10.0.0.57 - - [2025-09-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1016 0.012194 10.0.0.131 - - [2025-09-04 02:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003626 10.0.0.131 - - [2025-09-04 02:21:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003819 10.0.0.57 - - [2025-09-04 02:21:46] "POST /neutron/network HTTP/1.1" 200 151 0.145419 10.0.0.131 - - [2025-09-04 02:21:46] "DELETE /route-target/b49ae6c1-1436-423d-8e36-a9b7f45f7873 HTTP/1.1" 200 115 0.027398 10.0.0.57 - - [2025-09-04 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.131 - - [2025-09-04 02:21:48] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000847 10.0.0.57 - - [2025-09-04 02:21:48] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.035369 10.0.0.131 - - [2025-09-04 02:21:49] "POST /useragent-kv HTTP/1.1" 200 115 0.012553 10.0.0.57 - - [2025-09-04 02:21:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.228349 10.0.0.57 - - [2025-09-04 02:21:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001436 10.0.0.57 - - [2025-09-04 02:21:49] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.008299 10.0.0.57 - - [2025-09-04 02:21:49] "POST /neutron/network HTTP/1.1" 200 979 0.009208 10.0.0.57 - - [2025-09-04 02:21:49] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005587 10.0.0.57 - - [2025-09-04 02:21:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.009072 10.0.0.57 - - [2025-09-04 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.002104 10.0.0.57 - - [2025-09-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1018 0.015389 10.0.0.57 - - [2025-09-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1018 0.010236 10.0.0.57 - - [2025-09-04 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 217 0.001422 10.0.0.57 - - [2025-09-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/network HTTP/1.1" 200 979 0.045675 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 1019 0.014939 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 117 0.007470 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 1018 0.011495 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 1019 0.008917 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/port HTTP/1.1" 200 1019 0.009193 10.0.0.57 - - [2025-09-04 02:21:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004109 10.0.0.57 - - [2025-09-04 02:21:52] "POST /neutron/network HTTP/1.1" 200 979 0.008766 10.0.0.57 - - [2025-09-04 02:21:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.011143 10.0.0.57 - - [2025-09-04 02:21:56] "POST /neutron/port HTTP/1.1" 200 1084 0.016270 10.0.0.57 - - [2025-09-04 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011128 10.0.0.57 - - [2025-09-04 02:21:56] "GET /virtual-machine/95f9d6bf-18c4-4e30-abf6-7609b965eb3d HTTP/1.1" 401 292 0.000445 10.0.0.57 - - [2025-09-04 02:21:57] "GET /virtual-machine/95f9d6bf-18c4-4e30-abf6-7609b965eb3d HTTP/1.1" 200 1287 0.029056 10.0.0.57 - - [2025-09-04 02:21:57] "GET /virtual-machine-interface/ded50645-7042-4a35-8d25-ded1a9597c38 HTTP/1.1" 200 2932 0.006549 10.0.0.57 - - [2025-09-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.57 - - [2025-09-04 02:21:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004143 10.0.0.57 - - [2025-09-04 02:21:57] "GET /virtual-networks?parent_id=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003736 10.0.0.57 - - [2025-09-04 02:21:57] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007120 10.0.0.57 - - [2025-09-04 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.57 - - [2025-09-04 02:22:00] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007936 10.0.0.57 - - [2025-09-04 02:22:00] "POST /neutron/port HTTP/1.1" 200 1084 0.018224 10.0.0.57 - - [2025-09-04 02:22:01] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007830 10.0.0.57 - - [2025-09-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.57 - - [2025-09-04 02:22:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003756 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-networks?parent_id=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003416 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006944 10.0.0.57 - - [2025-09-04 02:22:02] "POST /neutron/port HTTP/1.1" 200 1085 0.016684 10.0.0.57 - - [2025-09-04 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009392 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-machine/b5b7eb7a-9e15-4c63-b2ea-4209879a8a56 HTTP/1.1" 200 1287 0.007295 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-machine-interface/fa6b9bc5-21e7-4def-88f2-6fb16e0d292f HTTP/1.1" 200 2931 0.005359 10.0.0.57 - - [2025-09-04 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.57 - - [2025-09-04 02:22:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003917 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-networks?parent_id=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002553 10.0.0.57 - - [2025-09-04 02:22:02] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005906 10.0.0.57 - - [2025-09-04 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.57 - - [2025-09-04 02:22:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004614 10.0.0.57 - - [2025-09-04 02:22:04] "GET /virtual-networks?parent_id=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.57 - - [2025-09-04 02:22:04] "GET /virtual-network/c80ee3f0-bc36-426f-b97d-e278b44ac591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007313 10.0.0.131 - - [2025-09-04 02:22:07] "DELETE /access-control-list/ff4bed9a-2efe-406e-9ddd-4c1663071adb HTTP/1.1" 200 115 0.041463 10.0.0.57 - - [2025-09-04 02:22:07] "POST /neutron/port HTTP/1.1" 200 151 0.171207 10.0.0.57 - - [2025-09-04 02:22:08] "POST /neutron/port HTTP/1.1" 200 151 0.253013 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/df352eda439c466ba9fa989eea879161 HTTP/1.1" 404 173 0.040280 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/1fc1622023c24b5f8ccbe0ae1ec30c1f HTTP/1.1" 404 173 0.028642 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/e74377b8ea6a482799892e312b84808f HTTP/1.1" 404 173 0.042835 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/84d9b256-a4c1-48da-a64f-28d8921670ba HTTP/1.1" 404 177 0.022337 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/cbb01bab445e487d9504d71fcbc2a813 HTTP/1.1" 404 173 0.029104 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /project/9d51310c1c9943f2bbcbb175129663fc HTTP/1.1" 404 173 0.022840 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000858 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000831 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /route-target/3343e3a2-6ebc-4eae-b1bd-53d048977276 HTTP/1.1" 200 115 0.094518 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.118925 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.148604 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002678 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006306 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/df352eda-439c-466b-a9fa-989eea879161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.186866 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002706 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.216475 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?fields=security_groups HTTP/1.1" 200 1361 0.110162 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?fields=security_groups HTTP/1.1" 200 1375 0.119264 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?fields=security_groups HTTP/1.1" 200 1364 0.098179 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/df352eda-439c-466b-a9fa-989eea879161?fields=security_groups HTTP/1.1" 200 1349 0.168490 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /security-group/0df09a20-d962-47e1-965a-6268104f2e76 HTTP/1.1" 200 115 0.132109 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=9d51310c-1c99-43f2-bbcb-b175129663fc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001612 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /security-group/25708404-4b95-4c16-8400-874a175bfeb3 HTTP/1.1" 200 115 0.151762 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /security-group/e41e2dc2-1813-42ff-84f7-b874abebd89d HTTP/1.1" 200 115 0.131741 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=cbb01bab-445e-487d-9504-d71fcbc2a813&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001324 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/9d51310c-1c99-43f2-bbcb-b175129663fc?fields=application_policy_sets HTTP/1.1" 200 1400 0.133389 10.0.0.131 - - [2025-09-04 02:22:08] "DELETE /security-group/9c4d3a30-00da-4624-bbe1-7a3b24abe706 HTTP/1.1" 200 115 0.179444 10.0.0.131 - - [2025-09-04 02:22:08] "GET /projects?obj_uuids=df352eda-439c-466b-a9fa-989eea879161&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.131 - - [2025-09-04 02:22:08] "GET /project/cbb01bab-445e-487d-9504-d71fcbc2a813?fields=application_policy_sets HTTP/1.1" 200 1403 0.130458 10.0.0.131 - - [2025-09-04 02:22:09] "GET /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f?fields=application_policy_sets HTTP/1.1" 200 1414 0.206738 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /access-control-list/b7915202-a40e-4356-a1a5-8a6ae02bea6f HTTP/1.1" 200 115 0.104933 10.0.0.131 - - [2025-09-04 02:22:09] "GET /project/df352eda-439c-466b-a9fa-989eea879161?fields=application_policy_sets HTTP/1.1" 200 1388 0.110983 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /access-control-list/e8922fa0-0edc-487c-91fa-d2a723a63cb8 HTTP/1.1" 200 115 0.096587 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /project/9d51310c-1c99-43f2-bbcb-b175129663fc HTTP/1.1" 200 115 0.961580 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /project/cbb01bab-445e-487d-9504-d71fcbc2a813 HTTP/1.1" 200 115 1.083534 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /project/1fc16220-23c2-4b5f-8ccb-e0ae1ec30c1f HTTP/1.1" 200 115 1.102595 10.0.0.131 - - [2025-09-04 02:22:09] "DELETE /project/df352eda-439c-466b-a9fa-989eea879161 HTTP/1.1" 200 115 1.215911 10.0.0.131 - - [2025-09-04 02:22:09] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.57 - - [2025-09-04 02:22:09] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.047384 10.0.0.131 - - [2025-09-04 02:22:09] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001060 10.0.0.57 - - [2025-09-04 02:22:09] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?fields=virtual_networks HTTP/1.1" 200 1027 0.047186 10.0.0.131 - - [2025-09-04 02:22:09] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000980 10.0.0.57 - - [2025-09-04 02:22:09] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046556 10.0.0.131 - - [2025-09-04 02:22:09] "GET /projects?obj_uuids=e74377b8-ea6a-4827-9989-2e312b84808f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.57 - - [2025-09-04 02:22:09] "GET /project/e74377b8-ea6a-4827-9989-2e312b84808f?fields=security_groups HTTP/1.1" 200 1250 0.048769 10.0.0.57 - - [2025-09-04 02:22:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.028866 10.0.0.131 - - [2025-09-04 02:22:10] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.131 - - [2025-09-04 02:22:10] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.131 - - [2025-09-04 02:22:10] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007646 10.0.0.131 - - [2025-09-04 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.004847 10.0.0.131 - - [2025-09-04 02:22:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003940 10.0.0.131 - - [2025-09-04 02:22:11] "POST /security-groups HTTP/1.1" 200 589 0.076156 10.0.0.131 - - [2025-09-04 02:22:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.003892 10.0.0.131 - - [2025-09-04 02:22:11] "POST /projects HTTP/1.1" 200 581 0.307667 10.0.0.131 - - [2025-09-04 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.379973 10.0.0.131 - - [2025-09-04 02:22:11] "POST /access-control-lists HTTP/1.1" 200 594 0.045879 10.0.0.57 - - [2025-09-04 02:22:11] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.514372 10.0.0.57 - - [2025-09-04 02:22:12] "GET / HTTP/1.1" 200 36215 0.002509 10.0.0.57 - - [2025-09-04 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.009609 10.0.0.57 - - [2025-09-04 02:22:12] "POST /neutron/port HTTP/1.1" 400 205 0.004707 10.0.0.57 - - [2025-09-04 02:22:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.57 - - [2025-09-04 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.067468 10.0.0.131 - - [2025-09-04 02:22:14] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.57 - - [2025-09-04 02:22:14] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070573 10.0.0.131 - - [2025-09-04 02:22:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007864 10.0.0.57 - - [2025-09-04 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.222092 10.0.0.57 - - [2025-09-04 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001333 10.0.0.57 - - [2025-09-04 02:22:15] "GET /virtual-network/b4f2b7b3-32ae-42d3-8fc0-db932d004d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005817 10.0.0.57 - - [2025-09-04 02:22:15] "GET /virtual-network/b4f2b7b3-32ae-42d3-8fc0-db932d004d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007246 10.0.0.57 - - [2025-09-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 822 0.007535 10.0.0.57 - - [2025-09-04 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.131 - - [2025-09-04 02:22:15] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.57 - - [2025-09-04 02:22:15] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065914 10.0.0.131 - - [2025-09-04 02:22:15] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.57 - - [2025-09-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 605 0.140220 10.0.0.131 - - [2025-09-04 02:22:15] "POST /route-targets HTTP/1.1" 200 328 0.019289 10.0.0.57 - - [2025-09-04 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.003703 10.0.0.57 - - [2025-09-04 02:22:15] "GET /virtual-network/991e73a9-4887-4869-abef-59eecda0ce8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005620 10.0.0.57 - - [2025-09-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 821 0.010024 10.0.0.57 - - [2025-09-04 02:22:15] "GET /virtual-network/991e73a9-4887-4869-abef-59eecda0ce8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005405 10.0.0.57 - - [2025-09-04 02:22:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001410 10.0.0.57 - - [2025-09-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 832 0.009406 10.0.0.131 - - [2025-09-04 02:22:16] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.57 - - [2025-09-04 02:22:16] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.061384 10.0.0.57 - - [2025-09-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.009263 10.0.0.57 - - [2025-09-04 02:22:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001440 10.0.0.57 - - [2025-09-04 02:22:17] "POST /neutron/network HTTP/1.1" 200 832 0.007409 10.0.0.57 - - [2025-09-04 02:22:17] "POST /neutron/port HTTP/1.1" 200 1056 0.014193 10.0.0.131 - - [2025-09-04 02:22:17] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.57 - - [2025-09-04 02:22:17] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.100192 10.0.0.57 - - [2025-09-04 02:22:17] "POST /neutron/port HTTP/1.1" 200 1084 0.018680 10.0.0.57 - - [2025-09-04 02:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.57 - - [2025-09-04 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007749 10.0.0.57 - - [2025-09-04 02:22:18] "POST /neutron/router HTTP/1.1" 200 580 0.005322 10.0.0.131 - - [2025-09-04 02:22:18] "PUT /logical-router/72aaf466-d80f-4b74-b806-94522036495d HTTP/1.1" 200 263 0.057857 10.0.0.131 - - [2025-09-04 02:22:18] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.57 - - [2025-09-04 02:22:19] "POST /neutron/port HTTP/1.1" 200 1055 0.395454 10.0.0.57 - - [2025-09-04 02:22:19] "POST /neutron/port HTTP/1.1" 200 1055 0.012051 10.0.0.57 - - [2025-09-04 02:22:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016990 10.0.0.57 - - [2025-09-04 02:22:19] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.57 - - [2025-09-04 02:22:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014475 10.0.0.57 - - [2025-09-04 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.008869 10.0.0.57 - - [2025-09-04 02:22:23] "POST /neutron/port HTTP/1.1" 200 1084 0.028540 10.0.0.57 - - [2025-09-04 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007728 10.0.0.57 - - [2025-09-04 02:22:24] "GET /virtual-machine/363cd869-950a-4f6d-983b-53754b74cbf8 HTTP/1.1" 401 292 0.000425 10.0.0.57 - - [2025-09-04 02:22:24] "GET /virtual-machine/363cd869-950a-4f6d-983b-53754b74cbf8 HTTP/1.1" 200 1292 0.030527 10.0.0.57 - - [2025-09-04 02:22:24] "GET /virtual-machine-interface/25550915-76db-477b-90d9-2889c5b2a914 HTTP/1.1" 200 2941 0.005178 10.0.0.57 - - [2025-09-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.57 - - [2025-09-04 02:22:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003564 10.0.0.57 - - [2025-09-04 02:22:24] "GET /virtual-networks?parent_id=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002643 10.0.0.57 - - [2025-09-04 02:22:24] "GET /virtual-network/b4f2b7b3-32ae-42d3-8fc0-db932d004d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006620 10.0.0.57 - - [2025-09-04 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.57 - - [2025-09-04 02:22:27] "GET /virtual-network/b4f2b7b3-32ae-42d3-8fc0-db932d004d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005260 10.0.0.57 - - [2025-09-04 02:22:28] "POST /neutron/port HTTP/1.1" 200 1084 0.013809 10.0.0.57 - - [2025-09-04 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.57 - - [2025-09-04 02:22:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003553 10.0.0.57 - - [2025-09-04 02:22:29] "GET /virtual-networks?parent_id=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002968 10.0.0.57 - - [2025-09-04 02:22:29] "GET /virtual-network/b4f2b7b3-32ae-42d3-8fc0-db932d004d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007178 10.0.0.57 - - [2025-09-04 02:22:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007340 10.0.0.57 - - [2025-09-04 02:22:33] "GET /obj-perms HTTP/1.1" 200 5056 0.058683 10.0.0.57 - - [2025-09-04 02:22:35] "POST /neutron/port HTTP/1.1" 200 1083 0.015147 10.0.0.57 - - [2025-09-04 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006922 10.0.0.57 - - [2025-09-04 02:22:35] "GET /virtual-machine/a67bfe5f-dab4-4d60-afbc-46fc8a005846 HTTP/1.1" 200 1293 0.006099 10.0.0.57 - - [2025-09-04 02:22:35] "GET /virtual-machine-interface/8e27b8f2-5f5f-41c8-b71b-3f7249228020 HTTP/1.1" 200 2942 0.005786 10.0.0.57 - - [2025-09-04 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.57 - - [2025-09-04 02:22:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003331 10.0.0.57 - - [2025-09-04 02:22:35] "GET /virtual-networks?parent_id=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002625 10.0.0.57 - - [2025-09-04 02:22:35] "GET /virtual-network/991e73a9-4887-4869-abef-59eecda0ce8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007029 10.0.0.57 - - [2025-09-04 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.57 - - [2025-09-04 02:22:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004621 10.0.0.57 - - [2025-09-04 02:22:36] "GET /virtual-networks?parent_id=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003213 10.0.0.57 - - [2025-09-04 02:22:36] "GET /virtual-network/991e73a9-4887-4869-abef-59eecda0ce8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008309 10.0.0.57 - - [2025-09-04 02:22:40] "POST /neutron/router HTTP/1.1" 200 580 0.008728 10.0.0.57 - - [2025-09-04 02:22:43] "POST /neutron/router HTTP/1.1" 200 580 0.008746 10.0.0.131 - - [2025-09-04 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.017570 10.0.0.131 - - [2025-09-04 02:22:46] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.57 - - [2025-09-04 02:22:47] "POST /neutron/router HTTP/1.1" 200 344 0.403390 10.0.0.57 - - [2025-09-04 02:22:49] "POST /neutron/router HTTP/1.1" 200 580 0.006049 10.0.0.131 - - [2025-09-04 02:22:49] "POST /ref-update HTTP/1.1" 200 156 0.019610 10.0.0.57 - - [2025-09-04 02:22:50] "POST /neutron/router HTTP/1.1" 200 151 0.081517 10.0.0.57 - - [2025-09-04 02:22:50] "POST /neutron/port HTTP/1.1" 200 1083 0.014958 10.0.0.57 - - [2025-09-04 02:22:50] "POST /neutron/port HTTP/1.1" 200 1084 0.015553 10.0.0.57 - - [2025-09-04 02:22:52] "POST /neutron/network HTTP/1.1" 200 821 0.008750 10.0.0.131 - - [2025-09-04 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.131 - - [2025-09-04 02:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003533 10.0.0.131 - - [2025-09-04 02:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012132 10.0.0.57 - - [2025-09-04 02:22:52] "POST /neutron/network HTTP/1.1" 200 151 0.154344 10.0.0.131 - - [2025-09-04 02:22:52] "DELETE /route-target/539d708f-e6da-47d1-b69b-66b93635233a HTTP/1.1" 200 115 0.025546 10.0.0.131 - - [2025-09-04 02:22:54] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.57 - - [2025-09-04 02:22:54] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.067535 10.0.0.131 - - [2025-09-04 02:22:54] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001841 10.0.0.57 - - [2025-09-04 02:22:54] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?fields=virtual_networks HTTP/1.1" 200 1030 0.068511 10.0.0.131 - - [2025-09-04 02:22:54] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.57 - - [2025-09-04 02:22:54] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.058348 10.0.0.131 - - [2025-09-04 02:22:54] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.57 - - [2025-09-04 02:22:54] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?fields=security_groups HTTP/1.1" 200 1255 0.071971 10.0.0.57 - - [2025-09-04 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.030765 10.0.0.131 - - [2025-09-04 02:22:55] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006627 10.0.0.131 - - [2025-09-04 02:22:55] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.131 - - [2025-09-04 02:22:55] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.017102 10.0.0.131 - - [2025-09-04 02:22:55] "POST /id-to-fqname HTTP/1.1" 200 193 0.002623 10.0.0.131 - - [2025-09-04 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.005903 10.0.0.131 - - [2025-09-04 02:22:55] "POST /security-groups HTTP/1.1" 200 594 0.084301 10.0.0.131 - - [2025-09-04 02:22:55] "POST /projects HTTP/1.1" 200 591 0.325195 10.0.0.131 - - [2025-09-04 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.376160 10.0.0.131 - - [2025-09-04 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.012243 10.0.0.57 - - [2025-09-04 02:22:55] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.583011 10.0.0.57 - - [2025-09-04 02:22:57] "GET / HTTP/1.1" 200 36215 0.001932 10.0.0.57 - - [2025-09-04 02:22:59] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000460 10.0.0.131 - - [2025-09-04 02:22:59] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001197 10.0.0.57 - - [2025-09-04 02:22:59] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.083565 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.57 - - [2025-09-04 02:22:59] "GET /security-group/803159f8-b748-40de-9080-7275f8e9d490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.007046 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.131 - - [2025-09-04 02:22:59] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.57 - - [2025-09-04 02:22:59] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048494 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.57 - - [2025-09-04 02:22:59] "GET /security-group/803159f8-b748-40de-9080-7275f8e9d490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004341 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.57 - - [2025-09-04 02:22:59] "PUT /security-group/803159f8-b748-40de-9080-7275f8e9d490 HTTP/1.1" 200 263 0.019612 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003116 10.0.0.131 - - [2025-09-04 02:22:59] "PUT /access-control-list/ef94a01c-fa9e-4e01-9c43-56d6d9fe481b HTTP/1.1" 200 273 0.018371 10.0.0.57 - - [2025-09-04 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.131 - - [2025-09-04 02:22:59] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002309 10.0.0.57 - - [2025-09-04 02:22:59] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040402 10.0.0.131 - - [2025-09-04 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005608 10.0.0.57 - - [2025-09-04 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.236364 10.0.0.57 - - [2025-09-04 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001401 10.0.0.57 - - [2025-09-04 02:23:00] "GET /virtual-network/80b9804d-b344-44a3-ba3b-23b66ce961b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004895 10.0.0.57 - - [2025-09-04 02:23:00] "GET /virtual-network/80b9804d-b344-44a3-ba3b-23b66ce961b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005449 10.0.0.57 - - [2025-09-04 02:23:00] "POST /neutron/network HTTP/1.1" 200 825 0.009682 10.0.0.57 - - [2025-09-04 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.131 - - [2025-09-04 02:23:00] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001815 10.0.0.57 - - [2025-09-04 02:23:00] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053436 10.0.0.131 - - [2025-09-04 02:23:00] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.131 - - [2025-09-04 02:23:00] "POST /route-targets HTTP/1.1" 200 328 0.012244 10.0.0.57 - - [2025-09-04 02:23:01] "POST /neutron/network HTTP/1.1" 200 615 0.210523 10.0.0.57 - - [2025-09-04 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.003894 10.0.0.57 - - [2025-09-04 02:23:01] "GET /virtual-network/9d91d760-486f-4be4-9161-51359052619c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007938 10.0.0.57 - - [2025-09-04 02:23:01] "POST /neutron/network HTTP/1.1" 200 836 0.010476 10.0.0.57 - - [2025-09-04 02:23:01] "GET /virtual-network/9d91d760-486f-4be4-9161-51359052619c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006277 10.0.0.57 - - [2025-09-04 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001332 10.0.0.57 - - [2025-09-04 02:23:01] "POST /neutron/network HTTP/1.1" 200 835 0.006996 10.0.0.131 - - [2025-09-04 02:23:02] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.57 - - [2025-09-04 02:23:02] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.070081 10.0.0.57 - - [2025-09-04 02:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.006656 10.0.0.57 - - [2025-09-04 02:23:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001288 10.0.0.57 - - [2025-09-04 02:23:02] "POST /neutron/network HTTP/1.1" 200 835 0.008512 10.0.0.57 - - [2025-09-04 02:23:03] "POST /neutron/port HTTP/1.1" 200 1061 0.017008 10.0.0.131 - - [2025-09-04 02:23:03] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001620 10.0.0.57 - - [2025-09-04 02:23:03] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079825 10.0.0.57 - - [2025-09-04 02:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005630 10.0.0.57 - - [2025-09-04 02:23:03] "POST /neutron/port HTTP/1.1" 200 117 0.001705 10.0.0.57 - - [2025-09-04 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009824 10.0.0.57 - - [2025-09-04 02:23:03] "POST /neutron/router HTTP/1.1" 200 585 0.006808 10.0.0.131 - - [2025-09-04 02:23:03] "PUT /logical-router/091baf46-7179-41f6-b79b-8c8f2d3495de HTTP/1.1" 200 263 0.036022 10.0.0.38 - - [2025-09-04 02:23:04] "GET /logical-router/091baf46-7179-41f6-b79b-8c8f2d3495de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.053077 10.0.0.131 - - [2025-09-04 02:23:04] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002032 10.0.0.38 - - [2025-09-04 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 215 0.007586 10.0.0.57 - - [2025-09-04 02:23:04] "POST /neutron/router HTTP/1.1" 200 344 0.474614 10.0.0.38 - - [2025-09-04 02:23:04] "POST /route-tables HTTP/1.1" 200 584 0.092165 10.0.0.131 - - [2025-09-04 02:23:04] "POST /ref-update HTTP/1.1" 200 156 0.022488 10.0.0.57 - - [2025-09-04 02:23:04] "POST /neutron/port HTTP/1.1" 200 1089 0.071916 10.0.0.38 - - [2025-09-04 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.57 - - [2025-09-04 02:23:04] "POST /neutron/port HTTP/1.1" 200 1065 0.022582 10.0.0.38 - - [2025-09-04 02:23:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.120948 10.0.0.38 - - [2025-09-04 02:23:05] "POST /instance-ips HTTP/1.1" 400 246 0.035394 10.0.0.57 - - [2025-09-04 02:23:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005657 10.0.0.38 - - [2025-09-04 02:23:05] "PUT /instance-ip/3178f99b-94f6-4aef-a003-78727976fe9e HTTP/1.1" 200 257 0.033207 10.0.0.57 - - [2025-09-04 02:23:05] "POST /neutron/network HTTP/1.1" 200 836 0.010475 10.0.0.38 - - [2025-09-04 02:23:05] "POST /chown HTTP/1.1" 200 109 0.037027 10.0.0.38 - - [2025-09-04 02:23:05] "POST /chown HTTP/1.1" 200 109 0.015052 10.0.0.38 - - [2025-09-04 02:23:05] "POST /ref-update HTTP/1.1" 200 156 0.053936 10.0.0.38 - - [2025-09-04 02:23:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.107374 10.0.0.38 - - [2025-09-04 02:23:06] "POST /chown HTTP/1.1" 200 109 0.012861 10.0.0.38 - - [2025-09-04 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.036566 10.0.0.38 - - [2025-09-04 02:23:06] "POST /chown HTTP/1.1" 200 109 0.025478 10.0.0.38 - - [2025-09-04 02:23:06] "PUT /virtual-machine-interface/88b79182-7b0c-493a-abf2-27beab70c189 HTTP/1.1" 200 285 0.027723 10.0.0.38 - - [2025-09-04 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.026695 10.0.0.131 - - [2025-09-04 02:23:07] "DELETE /access-control-list/35dc3dd7-2cb3-4063-b380-49eaa1b011a8 HTTP/1.1" 200 115 0.035229 10.0.0.131 - - [2025-09-04 02:23:09] "DELETE /project/128b0c64dffd4cafa7e76abb0a5d3208 HTTP/1.1" 404 173 0.006888 10.0.0.131 - - [2025-09-04 02:23:09] "DELETE /project/650670f2494341be9131832d00461d24 HTTP/1.1" 404 173 0.005984 10.0.0.131 - - [2025-09-04 02:23:09] "DELETE /project/e74377b8-ea6a-4827-9989-2e312b84808f HTTP/1.1" 404 177 0.004979 10.0.0.131 - - [2025-09-04 02:23:09] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000826 10.0.0.131 - - [2025-09-04 02:23:09] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.051696 10.0.0.131 - - [2025-09-04 02:23:09] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.131 - - [2025-09-04 02:23:09] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?fields=security_groups HTTP/1.1" 200 1357 0.045518 10.0.0.131 - - [2025-09-04 02:23:09] "DELETE /security-group/25ac0d54-99f7-45ee-a023-fab413c258ce HTTP/1.1" 200 115 0.060098 10.0.0.131 - - [2025-09-04 02:23:09] "GET /projects?obj_uuids=128b0c64-dffd-4caf-a7e7-6abb0a5d3208&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.131 - - [2025-09-04 02:23:09] "GET /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208?fields=application_policy_sets HTTP/1.1" 200 1396 0.045538 10.0.0.131 - - [2025-09-04 02:23:09] "DELETE /access-control-list/3fb862a1-6e56-440d-8796-c69a0ce8e4e8 HTTP/1.1" 200 115 0.041137 10.0.0.57 - - [2025-09-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1089 0.012925 10.0.0.131 - - [2025-09-04 02:23:10] "DELETE /project/128b0c64-dffd-4caf-a7e7-6abb0a5d3208 HTTP/1.1" 200 115 0.444100 10.0.0.57 - - [2025-09-04 02:23:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008178 10.0.0.57 - - [2025-09-04 02:23:10] "GET /virtual-machine/4e1285ff-59b9-418a-9c7b-95d399eea196 HTTP/1.1" 401 292 0.000403 10.0.0.57 - - [2025-09-04 02:23:10] "GET /virtual-machine/4e1285ff-59b9-418a-9c7b-95d399eea196 HTTP/1.1" 200 1297 0.032360 10.0.0.57 - - [2025-09-04 02:23:10] "GET /virtual-machine-interface/9c619c24-6ad5-48f0-869f-fc80a750d965 HTTP/1.1" 200 2963 0.004979 10.0.0.57 - - [2025-09-04 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.57 - - [2025-09-04 02:23:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003939 10.0.0.57 - - [2025-09-04 02:23:10] "GET /virtual-networks?parent_id=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003001 10.0.0.57 - - [2025-09-04 02:23:10] "GET /virtual-network/80b9804d-b344-44a3-ba3b-23b66ce961b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006353 10.0.0.57 - - [2025-09-04 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.57 - - [2025-09-04 02:23:13] "GET /virtual-network/80b9804d-b344-44a3-ba3b-23b66ce961b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005708 10.0.0.57 - - [2025-09-04 02:23:14] "POST /neutron/port HTTP/1.1" 200 1093 0.026243 10.0.0.57 - - [2025-09-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.57 - - [2025-09-04 02:23:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003549 10.0.0.57 - - [2025-09-04 02:23:15] "GET /virtual-networks?parent_id=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003021 10.0.0.57 - - [2025-09-04 02:23:15] "GET /virtual-network/80b9804d-b344-44a3-ba3b-23b66ce961b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005795 10.0.0.57 - - [2025-09-04 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007787 10.0.0.57 - - [2025-09-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 1093 0.015179 10.0.0.57 - - [2025-09-04 02:23:16] "GET /virtual-machine/13ef1827-c46d-48f0-a9dc-b9a71d5bc65b HTTP/1.1" 200 1297 0.006549 10.0.0.57 - - [2025-09-04 02:23:16] "GET /virtual-machine-interface/8ae07c8d-1e28-46e1-9b06-91e519ab894d HTTP/1.1" 200 2976 0.005729 10.0.0.57 - - [2025-09-04 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.57 - - [2025-09-04 02:23:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003839 10.0.0.57 - - [2025-09-04 02:23:16] "GET /virtual-networks?parent_id=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003565 10.0.0.57 - - [2025-09-04 02:23:16] "GET /virtual-network/9d91d760-486f-4be4-9161-51359052619c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006340 10.0.0.57 - - [2025-09-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.57 - - [2025-09-04 02:23:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003450 10.0.0.57 - - [2025-09-04 02:23:17] "GET /virtual-networks?parent_id=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002894 10.0.0.57 - - [2025-09-04 02:23:17] "GET /virtual-network/9d91d760-486f-4be4-9161-51359052619c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005317 10.0.0.57 - - [2025-09-04 02:23:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017254 10.0.0.57 - - [2025-09-04 02:23:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.009846 10.0.0.57 - - [2025-09-04 02:23:21] "POST /neutron/router HTTP/1.1" 200 656 0.009987 10.0.0.38 - - [2025-09-04 02:23:21] "GET /service-instance/54346e2c-5fa5-43df-b4e1-a348aaeb7ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.005750 10.0.0.57 - - [2025-09-04 02:23:21] "POST /neutron/router HTTP/1.1" 200 151 0.115596 10.0.0.38 - - [2025-09-04 02:23:21] "GET /service-instance/54346e2c-5fa5-43df-b4e1-a348aaeb7ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.005091 10.0.0.38 - - [2025-09-04 02:23:21] "GET /virtual-network/6723e35a-5b85-4ed3-b02d-5748ed7b91ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006486 10.0.0.131 - - [2025-09-04 02:23:22] "DELETE /route-target/326ceaba-81fa-4376-bf66-83abbb3890f3 HTTP/1.1" 409 240 0.008753 10.0.0.38 - - [2025-09-04 02:23:22] "DELETE /instance-ip/90ab86a2-f8ae-4afb-b57a-e793ca7b8a65 HTTP/1.1" 200 115 0.100169 10.0.0.131 - - [2025-09-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.38 - - [2025-09-04 02:23:22] "GET /virtual-machine-interface/2dc81460-7a87-4a15-a12e-6f1bbfd2b42f?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.009701 10.0.0.57 - - [2025-09-04 02:23:22] "POST /neutron/port HTTP/1.1" 200 1093 0.027974 10.0.0.57 - - [2025-09-04 02:23:22] "POST /neutron/port HTTP/1.1" 200 1115 0.020435 10.0.0.38 - - [2025-09-04 02:23:22] "DELETE /virtual-machine-interface/2dc81460-7a87-4a15-a12e-6f1bbfd2b42f HTTP/1.1" 200 115 0.105148 10.0.0.38 - - [2025-09-04 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.025542 10.0.0.38 - - [2025-09-04 02:23:22] "DELETE /virtual-machine-interface/88b79182-7b0c-493a-abf2-27beab70c189 HTTP/1.1" 200 115 0.061555 10.0.0.38 - - [2025-09-04 02:23:23] "GET /instance-ip/3178f99b-94f6-4aef-a003-78727976fe9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1699 0.006650 10.0.0.38 - - [2025-09-04 02:23:23] "POST /ref-update HTTP/1.1" 200 156 0.019037 10.0.0.57 - - [2025-09-04 02:23:24] "POST /neutron/network HTTP/1.1" 200 836 0.008390 10.0.0.131 - - [2025-09-04 02:23:24] "DELETE /route-target/33aab87e-18d4-42e1-a0d4-4a1236c91d2f HTTP/1.1" 200 115 0.031574 10.0.0.131 - - [2025-09-04 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004396 10.0.0.131 - - [2025-09-04 02:23:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003463 10.0.0.57 - - [2025-09-04 02:23:24] "POST /neutron/network HTTP/1.1" 200 151 0.110509 10.0.0.131 - - [2025-09-04 02:23:25] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000977 10.0.0.57 - - [2025-09-04 02:23:25] "GET /project/650670f2-4943-41be-9131-832d00461d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.063296 10.0.0.131 - - [2025-09-04 02:23:25] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.57 - - [2025-09-04 02:23:25] "GET /project/650670f2-4943-41be-9131-832d00461d24?fields=virtual_networks HTTP/1.1" 200 1040 0.056790 10.0.0.131 - - [2025-09-04 02:23:25] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001429 10.0.0.57 - - [2025-09-04 02:23:25] "GET /project/650670f2-4943-41be-9131-832d00461d24?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.055963 10.0.0.131 - - [2025-09-04 02:23:25] "GET /projects?obj_uuids=650670f2-4943-41be-9131-832d00461d24&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.57 - - [2025-09-04 02:23:25] "GET /project/650670f2-4943-41be-9131-832d00461d24?fields=security_groups HTTP/1.1" 200 1270 0.050380 10.0.0.57 - - [2025-09-04 02:23:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.023257 10.0.0.131 - - [2025-09-04 02:23:26] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002738 10.0.0.131 - - [2025-09-04 02:23:26] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.131 - - [2025-09-04 02:23:26] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007544 10.0.0.131 - - [2025-09-04 02:23:26] "POST /id-to-fqname HTTP/1.1" 200 198 0.005634 10.0.0.131 - - [2025-09-04 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.008832 10.0.0.131 - - [2025-09-04 02:23:27] "POST /security-groups HTTP/1.1" 200 599 0.031224 10.0.0.131 - - [2025-09-04 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.005731 10.0.0.131 - - [2025-09-04 02:23:27] "POST /projects HTTP/1.1" 200 601 0.242073 10.0.0.131 - - [2025-09-04 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.319483 10.0.0.131 - - [2025-09-04 02:23:27] "POST /access-control-lists HTTP/1.1" 200 604 0.030185 10.0.0.57 - - [2025-09-04 02:23:27] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.456941 10.0.0.57 - - [2025-09-04 02:23:28] "GET / HTTP/1.1" 200 36215 0.001685 10.0.0.57 - - [2025-09-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.57 - - [2025-09-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.062180 10.0.0.131 - - [2025-09-04 02:23:30] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.57 - - [2025-09-04 02:23:30] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045311 10.0.0.131 - - [2025-09-04 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007430 10.0.0.57 - - [2025-09-04 02:23:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.237659 10.0.0.38 - - [2025-09-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.039647 10.0.0.57 - - [2025-09-04 02:23:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001381 10.0.0.57 - - [2025-09-04 02:23:31] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007253 10.0.0.57 - - [2025-09-04 02:23:31] "POST /neutron/network HTTP/1.1" 200 1005 0.008749 10.0.0.57 - - [2025-09-04 02:23:31] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004631 10.0.0.57 - - [2025-09-04 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.008859 10.0.0.57 - - [2025-09-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.131 - - [2025-09-04 02:23:31] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.57 - - [2025-09-04 02:23:31] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050184 10.0.0.131 - - [2025-09-04 02:23:31] "POST /route-targets HTTP/1.1" 200 328 0.012658 10.0.0.131 - - [2025-09-04 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.57 - - [2025-09-04 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.207402 10.0.0.57 - - [2025-09-04 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001330 10.0.0.57 - - [2025-09-04 02:23:32] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007727 10.0.0.57 - - [2025-09-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1006 0.008531 10.0.0.57 - - [2025-09-04 02:23:32] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006062 10.0.0.57 - - [2025-09-04 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.009126 10.0.0.57 - - [2025-09-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002951 10.0.0.57 - - [2025-09-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.131 - - [2025-09-04 02:23:32] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.57 - - [2025-09-04 02:23:32] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049434 10.0.0.57 - - [2025-09-04 02:23:32] "POST /network-policys HTTP/1.1" 200 579 0.071896 10.0.0.57 - - [2025-09-04 02:23:32] "GET /network-policy/ad5bca14-56ec-4709-8ce0-103f2686b1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006570 10.0.0.57 - - [2025-09-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1113 0.018337 10.0.0.57 - - [2025-09-04 02:23:32] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004562 10.0.0.57 - - [2025-09-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.131 - - [2025-09-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 598 0.097834 10.0.0.57 - - [2025-09-04 02:23:32] "GET /network-policy/ad5bca14-56ec-4709-8ce0-103f2686b1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006296 10.0.0.38 - - [2025-09-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006425 10.0.0.57 - - [2025-09-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1114 0.010345 10.0.0.57 - - [2025-09-04 02:23:32] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005115 10.0.0.57 - - [2025-09-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009775 10.0.0.131 - - [2025-09-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 598 0.028391 10.0.0.57 - - [2025-09-04 02:23:32] "GET /network-policy/ad5bca14-56ec-4709-8ce0-103f2686b1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.007689 10.0.0.57 - - [2025-09-04 02:23:33] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005536 10.0.0.131 - - [2025-09-04 02:23:34] "GET /obj-perms HTTP/1.1" 200 5056 0.348955 10.0.0.57 - - [2025-09-04 02:23:35] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005620 10.0.0.57 - - [2025-09-04 02:23:35] "GET /obj-perms HTTP/1.1" 200 5046 0.056024 10.0.0.38 - - [2025-09-04 02:23:35] "GET /obj-perms HTTP/1.1" 200 5046 0.046378 10.0.0.57 - - [2025-09-04 02:23:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001400 10.0.0.131 - - [2025-09-04 02:23:36] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.57 - - [2025-09-04 02:23:36] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.063833 10.0.0.57 - - [2025-09-04 02:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.008628 10.0.0.57 - - [2025-09-04 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001792 10.0.0.57 - - [2025-09-04 02:23:37] "POST /neutron/network HTTP/1.1" 200 1124 0.009277 10.0.0.57 - - [2025-09-04 02:23:37] "POST /neutron/port HTTP/1.1" 200 1174 0.025544 10.0.0.131 - - [2025-09-04 02:23:37] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003738 10.0.0.57 - - [2025-09-04 02:23:38] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.124403 10.0.0.57 - - [2025-09-04 02:23:38] "POST /neutron/port HTTP/1.1" 200 1202 0.043910 10.0.0.57 - - [2025-09-04 02:23:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003621 10.0.0.57 - - [2025-09-04 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.57 - - [2025-09-04 02:23:38] "POST /neutron/network HTTP/1.1" 200 1113 0.011292 10.0.0.57 - - [2025-09-04 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007945 10.0.0.57 - - [2025-09-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1175 0.032491 10.0.0.57 - - [2025-09-04 02:23:39] "POST /neutron/port HTTP/1.1" 200 1203 0.016242 10.0.0.57 - - [2025-09-04 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015579 10.0.0.57 - - [2025-09-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 1114 0.009189 10.0.0.57 - - [2025-09-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 1202 0.020015 10.0.0.57 - - [2025-09-04 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007585 10.0.0.57 - - [2025-09-04 02:23:43] "GET /virtual-machine/5e530781-68fe-4797-80c3-3831cc463a04 HTTP/1.1" 401 292 0.000510 10.0.0.57 - - [2025-09-04 02:23:44] "GET /virtual-machine/5e530781-68fe-4797-80c3-3831cc463a04 HTTP/1.1" 200 1301 0.029723 10.0.0.57 - - [2025-09-04 02:23:44] "GET /virtual-machine-interface/17651cca-882e-443b-b1e6-32b57e924efb HTTP/1.1" 200 3183 0.004886 10.0.0.57 - - [2025-09-04 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.57 - - [2025-09-04 02:23:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003350 10.0.0.57 - - [2025-09-04 02:23:44] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002787 10.0.0.57 - - [2025-09-04 02:23:44] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006037 10.0.0.57 - - [2025-09-04 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.57 - - [2025-09-04 02:23:47] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007070 10.0.0.57 - - [2025-09-04 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.57 - - [2025-09-04 02:23:51] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007300 10.0.0.57 - - [2025-09-04 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.57 - - [2025-09-04 02:23:55] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006520 10.0.0.57 - - [2025-09-04 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.57 - - [2025-09-04 02:23:59] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004872 10.0.0.57 - - [2025-09-04 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.57 - - [2025-09-04 02:24:03] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005617 10.0.0.57 - - [2025-09-04 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.57 - - [2025-09-04 02:24:07] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005842 10.0.0.131 - - [2025-09-04 02:24:08] "DELETE /access-control-list/f940bee8-5c62-4fcb-b2ec-c5c3e85d511a HTTP/1.1" 200 115 0.039427 10.0.0.131 - - [2025-09-04 02:24:10] "DELETE /project/abfa96cac82d4696a1db1dcf7878d577 HTTP/1.1" 404 173 0.004232 10.0.0.131 - - [2025-09-04 02:24:10] "DELETE /project/650670f2-4943-41be-9131-832d00461d24 HTTP/1.1" 404 177 0.003700 10.0.0.57 - - [2025-09-04 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.57 - - [2025-09-04 02:24:11] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005165 10.0.0.57 - - [2025-09-04 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.57 - - [2025-09-04 02:24:15] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006312 10.0.0.57 - - [2025-09-04 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.57 - - [2025-09-04 02:24:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003944 10.0.0.57 - - [2025-09-04 02:24:18] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003159 10.0.0.57 - - [2025-09-04 02:24:18] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005516 10.0.0.57 - - [2025-09-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1202 0.034437 10.0.0.57 - - [2025-09-04 02:24:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.57 - - [2025-09-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.57 - - [2025-09-04 02:24:23] "POST /neutron/port HTTP/1.1" 200 1202 0.016792 10.0.0.57 - - [2025-09-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 1203 0.020845 10.0.0.57 - - [2025-09-04 02:24:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004176 10.0.0.57 - - [2025-09-04 02:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.57 - - [2025-09-04 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006558 10.0.0.57 - - [2025-09-04 02:24:32] "POST /neutron/port HTTP/1.1" 200 1203 0.019666 10.0.0.57 - - [2025-09-04 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007445 10.0.0.131 - - [2025-09-04 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.046459 10.0.0.57 - - [2025-09-04 02:24:39] "POST /neutron/port HTTP/1.1" 200 1203 0.015696 10.0.0.57 - - [2025-09-04 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008715 10.0.0.57 - - [2025-09-04 02:24:39] "GET /virtual-machine/ff335f5e-f825-4f2c-9f39-d87bf03ba536 HTTP/1.1" 200 1303 0.006073 10.0.0.57 - - [2025-09-04 02:24:39] "GET /virtual-machine-interface/dd5d935e-9e14-4b2b-b27a-374bed7a5035 HTTP/1.1" 200 3184 0.005432 10.0.0.57 - - [2025-09-04 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.57 - - [2025-09-04 02:24:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003982 10.0.0.57 - - [2025-09-04 02:24:39] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003502 10.0.0.57 - - [2025-09-04 02:24:39] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005404 10.0.0.57 - - [2025-09-04 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.57 - - [2025-09-04 02:24:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004301 10.0.0.57 - - [2025-09-04 02:24:40] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004223 10.0.0.57 - - [2025-09-04 02:24:40] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007949 10.0.0.57 - - [2025-09-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.131 - - [2025-09-04 02:25:02] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.57 - - [2025-09-04 02:25:02] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041708 10.0.0.57 - - [2025-09-04 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.57 - - [2025-09-04 02:25:02] "PUT /network-policy/ad5bca14-56ec-4709-8ce0-103f2686b1ba HTTP/1.1" 200 263 0.014364 10.0.0.131 - - [2025-09-04 02:25:03] "PUT /access-control-list/1ddc755d-d085-4a49-93fd-52d5c8e7d312 HTTP/1.1" 200 273 0.034291 10.0.0.57 - - [2025-09-04 02:25:06] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005655 10.0.0.57 - - [2025-09-04 02:25:06] "POST /neutron/network HTTP/1.1" 200 1114 0.011404 10.0.0.57 - - [2025-09-04 02:25:06] "GET /virtual-network/da807fb9-8282-41be-b13a-2f689831f704?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007287 10.0.0.57 - - [2025-09-04 02:25:06] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.016376 10.0.0.57 - - [2025-09-04 02:25:06] "POST /neutron/network HTTP/1.1" 200 1113 0.015837 10.0.0.131 - - [2025-09-04 02:25:06] "DELETE /access-control-list/fb54c67f-3423-4c6f-90f4-d25f698e8b5c HTTP/1.1" 200 115 0.047055 10.0.0.57 - - [2025-09-04 02:25:06] "GET /virtual-network/4d013031-1d74-482b-a9c0-b8f3e92b413d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009072 10.0.0.57 - - [2025-09-04 02:25:06] "DELETE /network-policy/ad5bca14-56ec-4709-8ce0-103f2686b1ba HTTP/1.1" 200 115 0.035135 10.0.0.57 - - [2025-09-04 02:25:07] "POST /neutron/port HTTP/1.1" 200 1203 0.051262 10.0.0.57 - - [2025-09-04 02:25:07] "POST /neutron/port HTTP/1.1" 200 1202 0.043993 10.0.0.57 - - [2025-09-04 02:25:07] "POST /neutron/port HTTP/1.1" 200 1228 0.014690 10.0.0.131 - - [2025-09-04 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004526 10.0.0.131 - - [2025-09-04 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002884 10.0.0.131 - - [2025-09-04 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002413 10.0.0.131 - - [2025-09-04 02:25:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.57 - - [2025-09-04 02:25:09] "POST /neutron/network HTTP/1.1" 200 151 0.153157 10.0.0.131 - - [2025-09-04 02:25:09] "DELETE /route-target/98470f14-0377-442e-b1cb-ddd8e37ada3b HTTP/1.1" 200 115 0.032039 10.0.0.131 - - [2025-09-04 02:25:14] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.57 - - [2025-09-04 02:25:14] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039404 10.0.0.57 - - [2025-09-04 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.131 - - [2025-09-04 02:25:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.57 - - [2025-09-04 02:25:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007356 10.0.0.57 - - [2025-09-04 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.131 - - [2025-09-04 02:25:14] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.57 - - [2025-09-04 02:25:14] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054306 10.0.0.57 - - [2025-09-04 02:25:14] "GET /domains HTTP/1.1" 200 281 0.003330 10.0.0.131 - - [2025-09-04 02:25:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.57 - - [2025-09-04 02:25:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c HTTP/1.1" 200 2591 0.008281 10.0.0.131 - - [2025-09-04 02:25:14] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.57 - - [2025-09-04 02:25:15] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577 HTTP/1.1" 200 1906 0.088117 10.0.0.57 - - [2025-09-04 02:25:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003466 10.0.0.57 - - [2025-09-04 02:25:15] "POST /network-ipams HTTP/1.1" 200 611 0.034685 10.0.0.57 - - [2025-09-04 02:25:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.004325 10.0.0.57 - - [2025-09-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.57 - - [2025-09-04 02:25:15] "GET /network-ipam/c461e4b7-7025-48c3-a39d-2fcb3d4c731b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.007056 10.0.0.57 - - [2025-09-04 02:25:15] "PUT /network-ipam/c461e4b7-7025-48c3-a39d-2fcb3d4c731b HTTP/1.1" 200 259 0.014921 10.0.0.57 - - [2025-09-04 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.131 - - [2025-09-04 02:25:15] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.57 - - [2025-09-04 02:25:15] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038873 10.0.0.57 - - [2025-09-04 02:25:15] "POST /neutron/network HTTP/1.1" 200 117 0.010129 10.0.0.131 - - [2025-09-04 02:25:15] "POST /route-targets HTTP/1.1" 200 328 0.016243 10.0.0.131 - - [2025-09-04 02:25:16] "POST /useragent-kv HTTP/1.1" 200 115 0.009417 10.0.0.57 - - [2025-09-04 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.222026 10.0.0.38 - - [2025-09-04 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.003969 10.0.0.57 - - [2025-09-04 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 231 0.001449 10.0.0.57 - - [2025-09-04 02:25:16] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008751 10.0.0.57 - - [2025-09-04 02:25:16] "POST /neutron/network HTTP/1.1" 200 1308 0.011244 10.0.0.57 - - [2025-09-04 02:25:16] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004624 10.0.0.57 - - [2025-09-04 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.008519 10.0.0.57 - - [2025-09-04 02:25:16] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005641 10.0.0.57 - - [2025-09-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.131 - - [2025-09-04 02:25:17] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.57 - - [2025-09-04 02:25:17] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046576 10.0.0.131 - - [2025-09-04 02:25:17] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.57 - - [2025-09-04 02:25:17] "POST /neutron/network HTTP/1.1" 200 619 0.135267 10.0.0.131 - - [2025-09-04 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.027758 10.0.0.131 - - [2025-09-04 02:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006475 10.0.0.57 - - [2025-09-04 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.178458 10.0.0.57 - - [2025-09-04 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 231 0.002128 10.0.0.57 - - [2025-09-04 02:25:18] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007595 10.0.0.57 - - [2025-09-04 02:25:18] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005631 10.0.0.57 - - [2025-09-04 02:25:18] "POST /neutron/network HTTP/1.1" 200 1309 0.011953 10.0.0.57 - - [2025-09-04 02:25:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.009856 10.0.0.57 - - [2025-09-04 02:25:18] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006068 10.0.0.38 - - [2025-09-04 02:25:18] "GET /obj-perms HTTP/1.1" 200 5046 0.004771 10.0.0.57 - - [2025-09-04 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.131 - - [2025-09-04 02:25:18] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.57 - - [2025-09-04 02:25:18] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049932 10.0.0.131 - - [2025-09-04 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010180 10.0.0.57 - - [2025-09-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.211018 10.0.0.57 - - [2025-09-04 02:25:19] "POST /neutron/network HTTP/1.1" 200 1309 0.022233 10.0.0.57 - - [2025-09-04 02:25:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001750 10.0.0.57 - - [2025-09-04 02:25:19] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005883 10.0.0.57 - - [2025-09-04 02:25:19] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008123 10.0.0.57 - - [2025-09-04 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.010962 10.0.0.57 - - [2025-09-04 02:25:20] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006678 10.0.0.57 - - [2025-09-04 02:25:20] "GET /obj-perms HTTP/1.1" 200 5046 0.004089 10.0.0.131 - - [2025-09-04 02:25:20] "GET /obj-perms HTTP/1.1" 200 5046 0.051409 10.0.0.57 - - [2025-09-04 02:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.131 - - [2025-09-04 02:25:20] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.57 - - [2025-09-04 02:25:20] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042969 10.0.0.57 - - [2025-09-04 02:25:20] "POST /neutron/network HTTP/1.1" 200 117 0.013530 10.0.0.131 - - [2025-09-04 02:25:20] "POST /ref-update HTTP/1.1" 200 156 0.033466 10.0.0.131 - - [2025-09-04 02:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.57 - - [2025-09-04 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.231900 10.0.0.38 - - [2025-09-04 02:25:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.021313 10.0.0.57 - - [2025-09-04 02:25:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.002390 10.0.0.57 - - [2025-09-04 02:25:21] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.008945 10.0.0.57 - - [2025-09-04 02:25:21] "POST /neutron/network HTTP/1.1" 200 1309 0.012061 10.0.0.57 - - [2025-09-04 02:25:21] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005694 10.0.0.57 - - [2025-09-04 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.015604 10.0.0.57 - - [2025-09-04 02:25:21] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006551 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 225 0.003876 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.131 - - [2025-09-04 02:25:22] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.57 - - [2025-09-04 02:25:22] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052511 10.0.0.57 - - [2025-09-04 02:25:22] "POST /network-policys HTTP/1.1" 200 561 0.046155 10.0.0.57 - - [2025-09-04 02:25:22] "GET /network-policy/9eb7b1f6-bdd4-4f8e-96e1-621281d790f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.009309 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 225 0.004094 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.131 - - [2025-09-04 02:25:22] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.57 - - [2025-09-04 02:25:22] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043266 10.0.0.57 - - [2025-09-04 02:25:22] "POST /network-policys HTTP/1.1" 200 561 0.028524 10.0.0.57 - - [2025-09-04 02:25:22] "GET /network-policy/1ddafdd7-8552-4903-a82b-0910a785e463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006058 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 404 225 0.003127 10.0.0.57 - - [2025-09-04 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.131 - - [2025-09-04 02:25:23] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.57 - - [2025-09-04 02:25:23] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.032809 10.0.0.57 - - [2025-09-04 02:25:23] "POST /network-policys HTTP/1.1" 200 561 0.028201 10.0.0.57 - - [2025-09-04 02:25:23] "GET /network-policy/b394fe82-b191-4e77-b0b4-a3aa00163084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.006327 10.0.0.57 - - [2025-09-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.009640 10.0.0.57 - - [2025-09-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.131 - - [2025-09-04 02:25:23] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.57 - - [2025-09-04 02:25:23] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.042877 10.0.0.57 - - [2025-09-04 02:25:23] "POST /network-policys HTTP/1.1" 200 561 0.027900 10.0.0.57 - - [2025-09-04 02:25:23] "GET /network-policy/4da27170-6594-4cdc-bc67-c8ad227b409e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006526 10.0.0.57 - - [2025-09-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.003011 10.0.0.57 - - [2025-09-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.131 - - [2025-09-04 02:25:23] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.57 - - [2025-09-04 02:25:23] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.057017 10.0.0.57 - - [2025-09-04 02:25:23] "POST /network-policys HTTP/1.1" 200 561 0.028412 10.0.0.57 - - [2025-09-04 02:25:23] "GET /network-policy/1c90d750-d54f-42d4-b196-a022f809925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006209 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003247 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.131 - - [2025-09-04 02:25:24] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.57 - - [2025-09-04 02:25:24] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038605 10.0.0.57 - - [2025-09-04 02:25:24] "POST /network-policys HTTP/1.1" 200 561 0.028582 10.0.0.57 - - [2025-09-04 02:25:24] "GET /network-policy/d6408a09-698e-4138-9f51-4c118c9da4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006762 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.006028 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.131 - - [2025-09-04 02:25:24] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.57 - - [2025-09-04 02:25:24] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049112 10.0.0.57 - - [2025-09-04 02:25:24] "POST /network-policys HTTP/1.1" 200 561 0.033718 10.0.0.57 - - [2025-09-04 02:25:24] "GET /network-policy/54cbdb56-6763-4739-8db5-9e656492cced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.009750 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003956 10.0.0.57 - - [2025-09-04 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.131 - - [2025-09-04 02:25:24] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001383 10.0.0.57 - - [2025-09-04 02:25:24] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051381 10.0.0.57 - - [2025-09-04 02:25:25] "POST /network-policys HTTP/1.1" 200 561 0.030755 10.0.0.57 - - [2025-09-04 02:25:25] "GET /network-policy/f1682c97-cd1b-486c-99d7-d70398e1d78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006069 10.0.0.57 - - [2025-09-04 02:25:25] "POST /neutron/network HTTP/1.1" 200 1493 0.086874 10.0.0.57 - - [2025-09-04 02:25:25] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007563 10.0.0.57 - - [2025-09-04 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.57 - - [2025-09-04 02:25:25] "GET /network-policy/1ddafdd7-8552-4903-a82b-0910a785e463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.015498 10.0.0.57 - - [2025-09-04 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008039 10.0.0.57 - - [2025-09-04 02:25:25] "GET /network-policy/9eb7b1f6-bdd4-4f8e-96e1-621281d790f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.005230 10.0.0.131 - - [2025-09-04 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 248 0.003691 10.0.0.57 - - [2025-09-04 02:25:25] "POST /neutron/network HTTP/1.1" 200 1494 0.085756 10.0.0.57 - - [2025-09-04 02:25:25] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005655 10.0.0.57 - - [2025-09-04 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.57 - - [2025-09-04 02:25:25] "GET /network-policy/4da27170-6594-4cdc-bc67-c8ad227b409e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004303 10.0.0.57 - - [2025-09-04 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.57 - - [2025-09-04 02:25:26] "GET /network-policy/b394fe82-b191-4e77-b0b4-a3aa00163084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.008915 10.0.0.131 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 248 0.005157 10.0.0.38 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003344 10.0.0.57 - - [2025-09-04 02:25:26] "POST /neutron/network HTTP/1.1" 200 1494 0.091131 10.0.0.57 - - [2025-09-04 02:25:26] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007211 10.0.0.57 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.57 - - [2025-09-04 02:25:26] "GET /network-policy/1c90d750-d54f-42d4-b196-a022f809925a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005558 10.0.0.57 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.57 - - [2025-09-04 02:25:26] "GET /network-policy/d6408a09-698e-4138-9f51-4c118c9da4f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004762 10.0.0.57 - - [2025-09-04 02:25:26] "POST /neutron/network HTTP/1.1" 200 1494 0.088832 10.0.0.57 - - [2025-09-04 02:25:26] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006882 10.0.0.57 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.131 - - [2025-09-04 02:25:26] "POST /access-control-lists HTTP/1.1" 200 607 0.097642 10.0.0.57 - - [2025-09-04 02:25:26] "GET /network-policy/54cbdb56-6763-4739-8db5-9e656492cced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004477 10.0.0.57 - - [2025-09-04 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.57 - - [2025-09-04 02:25:26] "GET /network-policy/f1682c97-cd1b-486c-99d7-d70398e1d78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004287 10.0.0.57 - - [2025-09-04 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001631 10.0.0.38 - - [2025-09-04 02:25:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047527 10.0.0.131 - - [2025-09-04 02:26:00] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.027214 10.0.0.57 - - [2025-09-04 02:26:00] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.094991 10.0.0.57 - - [2025-09-04 02:26:00] "POST /neutron/network HTTP/1.1" 200 1493 0.011639 10.0.0.57 - - [2025-09-04 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001437 10.0.0.57 - - [2025-09-04 02:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.007374 10.0.0.131 - - [2025-09-04 02:26:01] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.57 - - [2025-09-04 02:26:01] "POST /neutron/port HTTP/1.1" 200 1169 0.395301 10.0.0.131 - - [2025-09-04 02:26:02] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.57 - - [2025-09-04 02:26:02] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.066741 10.0.0.57 - - [2025-09-04 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010079 10.0.0.57 - - [2025-09-04 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008451 10.0.0.57 - - [2025-09-04 02:26:02] "POST /neutron/port HTTP/1.1" 200 1169 0.033996 10.0.0.57 - - [2025-09-04 02:26:03] "POST /neutron/port HTTP/1.1" 200 1197 0.037237 10.0.0.57 - - [2025-09-04 02:26:03] "POST /neutron/subnet HTTP/1.1" 200 1356 0.037679 10.0.0.57 - - [2025-09-04 02:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.001687 10.0.0.57 - - [2025-09-04 02:26:03] "POST /neutron/port HTTP/1.1" 200 1224 0.183970 10.0.0.57 - - [2025-09-04 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006441 10.0.0.57 - - [2025-09-04 02:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.57 - - [2025-09-04 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010110 10.0.0.57 - - [2025-09-04 02:26:17] "POST /neutron/port HTTP/1.1" 200 1197 0.018415 10.0.0.57 - - [2025-09-04 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008179 10.0.0.131 - - [2025-09-04 02:26:25] "GET /global-system-configs HTTP/1.1" 200 323 0.060885 10.0.0.57 - - [2025-09-04 02:26:25] "GET /obj-perms HTTP/1.1" 200 5056 0.163461 10.0.0.57 - - [2025-09-04 02:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.082880 10.0.0.131 - - [2025-09-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.145870 10.0.0.38 - - [2025-09-04 02:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.043236 10.0.0.38 - - [2025-09-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.171021 10.0.0.57 - - [2025-09-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.102521 10.0.0.131 - - [2025-09-04 02:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.114674 10.0.0.131 - - [2025-09-04 02:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.032737 10.0.0.38 - - [2025-09-04 02:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.071866 10.0.0.57 - - [2025-09-04 02:26:27] "GET /global-system-configs HTTP/1.1" 200 323 0.041016 10.0.0.38 - - [2025-09-04 02:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.138033 10.0.0.57 - - [2025-09-04 02:26:33] "POST /neutron/port HTTP/1.1" 200 1197 0.016262 10.0.0.57 - - [2025-09-04 02:26:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051482 10.0.0.57 - - [2025-09-04 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008059 10.0.0.57 - - [2025-09-04 02:26:48] "POST /neutron/port HTTP/1.1" 200 1197 0.014153 10.0.0.57 - - [2025-09-04 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008739 10.0.0.57 - - [2025-09-04 02:26:53] "POST /neutron/port HTTP/1.1" 200 1197 0.017223 10.0.0.57 - - [2025-09-04 02:26:53] "GET /virtual-machine/1fa936fe-b5e1-4f69-bf66-0dd8aa8b3667 HTTP/1.1" 200 1302 0.006094 10.0.0.57 - - [2025-09-04 02:26:53] "GET /virtual-machine-interface/cc6544be-ec02-4fcd-9ce1-07fb477c11af HTTP/1.1" 200 3193 0.004960 10.0.0.57 - - [2025-09-04 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.57 - - [2025-09-04 02:26:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004498 10.0.0.57 - - [2025-09-04 02:26:53] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002933 10.0.0.57 - - [2025-09-04 02:26:53] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005806 10.0.0.57 - - [2025-09-04 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.57 - - [2025-09-04 02:26:56] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007202 10.0.0.57 - - [2025-09-04 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.57 - - [2025-09-04 02:27:00] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006132 10.0.0.57 - - [2025-09-04 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.57 - - [2025-09-04 02:27:05] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004968 10.0.0.57 - - [2025-09-04 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.57 - - [2025-09-04 02:27:09] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005377 10.0.0.57 - - [2025-09-04 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.57 - - [2025-09-04 02:27:13] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007294 10.0.0.57 - - [2025-09-04 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.57 - - [2025-09-04 02:27:17] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005222 10.0.0.57 - - [2025-09-04 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.57 - - [2025-09-04 02:27:21] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006593 10.0.0.57 - - [2025-09-04 02:27:24] "POST /neutron/port HTTP/1.1" 200 1197 0.017131 10.0.0.57 - - [2025-09-04 02:27:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205 10.0.0.57 - - [2025-09-04 02:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.57 - - [2025-09-04 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.57 - - [2025-09-04 02:27:25] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005626 10.0.0.57 - - [2025-09-04 02:27:29] "POST /neutron/port HTTP/1.1" 200 1198 0.017653 10.0.0.57 - - [2025-09-04 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.57 - - [2025-09-04 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.57 - - [2025-09-04 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.57 - - [2025-09-04 02:27:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003896 10.0.0.57 - - [2025-09-04 02:27:29] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002745 10.0.0.57 - - [2025-09-04 02:27:29] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006440 10.0.0.57 - - [2025-09-04 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008818 10.0.0.131 - - [2025-09-04 02:27:37] "GET /obj-perms HTTP/1.1" 200 5056 0.044098 10.0.0.57 - - [2025-09-04 02:27:39] "POST /neutron/port HTTP/1.1" 200 1197 0.044115 10.0.0.57 - - [2025-09-04 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007302 10.0.0.57 - - [2025-09-04 02:27:45] "POST /neutron/port HTTP/1.1" 200 1197 0.017584 10.0.0.57 - - [2025-09-04 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006873 10.0.0.57 - - [2025-09-04 02:27:50] "POST /neutron/port HTTP/1.1" 200 1198 0.020077 10.0.0.57 - - [2025-09-04 02:27:50] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 200 1300 0.006855 10.0.0.57 - - [2025-09-04 02:27:50] "GET /virtual-machine-interface/bad43623-5eea-450d-89de-119432faae59 HTTP/1.1" 200 3192 0.005989 10.0.0.57 - - [2025-09-04 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.57 - - [2025-09-04 02:27:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004913 10.0.0.57 - - [2025-09-04 02:27:50] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005199 10.0.0.57 - - [2025-09-04 02:27:50] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007730 10.0.0.57 - - [2025-09-04 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.57 - - [2025-09-04 02:27:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004173 10.0.0.57 - - [2025-09-04 02:27:51] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003429 10.0.0.57 - - [2025-09-04 02:27:52] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006865 10.0.0.57 - - [2025-09-04 02:27:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007625 10.0.0.57 - - [2025-09-04 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.57 - - [2025-09-04 02:27:52] "GET /network-policy/b394fe82-b191-4e77-b0b4-a3aa00163084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004069 10.0.0.57 - - [2025-09-04 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.57 - - [2025-09-04 02:27:52] "GET /network-policy/4da27170-6594-4cdc-bc67-c8ad227b409e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004718 10.0.0.57 - - [2025-09-04 02:27:52] "POST /neutron/port HTTP/1.1" 200 1197 0.047809 10.0.0.57 - - [2025-09-04 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007565 10.0.0.57 - - [2025-09-04 02:27:52] "GET /network-policy/9eb7b1f6-bdd4-4f8e-96e1-621281d790f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004711 10.0.0.57 - - [2025-09-04 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.57 - - [2025-09-04 02:27:52] "GET /network-policy/1ddafdd7-8552-4903-a82b-0910a785e463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004390 10.0.0.57 - - [2025-09-04 02:28:17] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 200 1300 0.005865 10.0.0.57 - - [2025-09-04 02:28:18] "POST /neutron/port HTTP/1.1" 200 1224 0.016857 10.0.0.57 - - [2025-09-04 02:28:19] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.004539 10.0.0.57 - - [2025-09-04 02:28:19] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.003976 10.0.0.57 - - [2025-09-04 02:28:19] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.003709 10.0.0.57 - - [2025-09-04 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.57 - - [2025-09-04 02:28:19] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004401 10.0.0.57 - - [2025-09-04 02:28:19] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003130 10.0.0.57 - - [2025-09-04 02:28:19] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007043 10.0.0.57 - - [2025-09-04 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.57 - - [2025-09-04 02:28:20] "GET /routing-instance/9ea0fdf0-2862-42c1-b9cb-5c14b794a367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004980 10.0.0.57 - - [2025-09-04 02:28:20] "GET /route-target/33258151-fbb0-4749-830a-b2a49de09dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005156 10.0.0.57 - - [2025-09-04 02:28:20] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.003601 10.0.0.57 - - [2025-09-04 02:28:21] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.004271 10.0.0.57 - - [2025-09-04 02:28:22] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.003704 10.0.0.57 - - [2025-09-04 02:28:23] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.003814 10.0.0.57 - - [2025-09-04 02:28:24] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.004097 10.0.0.57 - - [2025-09-04 02:28:25] "GET /virtual-machine/0249db4d-02d6-42df-85fb-526540108130 HTTP/1.1" 404 171 0.004814 10.0.0.57 - - [2025-09-04 02:28:26] "POST /neutron/port HTTP/1.1" 200 1197 0.017099 10.0.0.57 - - [2025-09-04 02:28:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004538 10.0.0.57 - - [2025-09-04 02:28:26] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.38 - - [2025-09-04 02:28:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004718 10.0.0.57 - - [2025-09-04 02:28:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004685 10.0.0.57 - - [2025-09-04 02:28:28] "GET /virtual-machine/1fa936fe-b5e1-4f69-bf66-0dd8aa8b3667 HTTP/1.1" 200 1302 0.005793 10.0.0.57 - - [2025-09-04 02:28:28] "POST /neutron/port HTTP/1.1" 200 1223 0.012838 10.0.0.57 - - [2025-09-04 02:28:30] "GET /virtual-machine/1fa936fe-b5e1-4f69-bf66-0dd8aa8b3667 HTTP/1.1" 404 171 0.003214 10.0.0.57 - - [2025-09-04 02:28:30] "GET /virtual-machine/1fa936fe-b5e1-4f69-bf66-0dd8aa8b3667 HTTP/1.1" 404 171 0.003082 10.0.0.57 - - [2025-09-04 02:28:30] "GET /virtual-machine/1fa936fe-b5e1-4f69-bf66-0dd8aa8b3667 HTTP/1.1" 404 171 0.003698 10.0.0.57 - - [2025-09-04 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.027181 10.0.0.57 - - [2025-09-04 02:28:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004424 10.0.0.57 - - [2025-09-04 02:28:30] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003135 10.0.0.57 - - [2025-09-04 02:28:30] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007659 10.0.0.57 - - [2025-09-04 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.57 - - [2025-09-04 02:28:30] "GET /routing-instance/84752af4-684c-4a58-aabc-4782f755f042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005067 10.0.0.57 - - [2025-09-04 02:28:30] "GET /route-target/97ec2228-92f9-4132-bdee-18b83f2133ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003731 10.0.0.57 - - [2025-09-04 02:28:30] "GET /obj-perms HTTP/1.1" 200 5046 0.005136 10.0.0.57 - - [2025-09-04 02:28:37] "GET /obj-perms HTTP/1.1" 200 5046 0.048099 10.0.0.57 - - [2025-09-04 02:28:37] "GET /obj-perms HTTP/1.1" 200 5046 0.003880 10.0.0.57 - - [2025-09-04 02:28:37] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006945 10.0.0.57 - - [2025-09-04 02:28:37] "POST /neutron/network HTTP/1.1" 200 1309 0.122466 10.0.0.131 - - [2025-09-04 02:28:37] "DELETE /access-control-list/fe1176f0-ff8e-4a78-9526-1b2a9c361325 HTTP/1.1" 200 115 0.123990 10.0.0.57 - - [2025-09-04 02:28:37] "GET /virtual-network/cd93b86b-858a-40ee-9d4e-f41f07058c5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.012940 10.0.0.57 - - [2025-09-04 02:28:37] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005914 10.0.0.57 - - [2025-09-04 02:28:38] "POST /neutron/network HTTP/1.1" 200 1309 0.143617 10.0.0.57 - - [2025-09-04 02:28:38] "GET /virtual-network/2f2583ad-17aa-414a-b763-f6a24d1fce27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006738 10.0.0.38 - - [2025-09-04 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.160217 10.0.0.57 - - [2025-09-04 02:28:38] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005420 10.0.0.57 - - [2025-09-04 02:28:38] "POST /neutron/network HTTP/1.1" 200 1309 0.155696 10.0.0.131 - - [2025-09-04 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.054861 10.0.0.57 - - [2025-09-04 02:28:38] "GET /virtual-network/f6996131-2329-47b3-99e2-a56b55ccdbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.033621 10.0.0.57 - - [2025-09-04 02:28:38] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006011 10.0.0.38 - - [2025-09-04 02:28:38] "GET /obj-perms HTTP/1.1" 200 5056 0.114091 10.0.0.57 - - [2025-09-04 02:28:38] "POST /neutron/network HTTP/1.1" 200 1308 0.100751 10.0.0.57 - - [2025-09-04 02:28:38] "GET /virtual-network/52611cc9-1b32-4730-8512-46fd318da179?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008843 10.0.0.57 - - [2025-09-04 02:28:39] "DELETE /network-policy/f1682c97-cd1b-486c-99d7-d70398e1d78f HTTP/1.1" 200 115 0.046141 10.0.0.57 - - [2025-09-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.131 - - [2025-09-04 02:28:39] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001543 10.0.0.57 - - [2025-09-04 02:28:39] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043128 10.0.0.57 - - [2025-09-04 02:28:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.005257 10.0.0.57 - - [2025-09-04 02:28:39] "DELETE /network-policy/54cbdb56-6763-4739-8db5-9e656492cced HTTP/1.1" 200 115 0.050808 10.0.0.57 - - [2025-09-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.131 - - [2025-09-04 02:28:39] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.57 - - [2025-09-04 02:28:39] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044659 10.0.0.57 - - [2025-09-04 02:28:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005660 10.0.0.57 - - [2025-09-04 02:28:39] "DELETE /network-policy/d6408a09-698e-4138-9f51-4c118c9da4f8 HTTP/1.1" 200 115 0.040359 10.0.0.57 - - [2025-09-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.131 - - [2025-09-04 02:28:39] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.57 - - [2025-09-04 02:28:39] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040117 10.0.0.57 - - [2025-09-04 02:28:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.005796 10.0.0.57 - - [2025-09-04 02:28:39] "DELETE /network-policy/1c90d750-d54f-42d4-b196-a022f809925a HTTP/1.1" 200 115 0.036850 10.0.0.57 - - [2025-09-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.131 - - [2025-09-04 02:28:39] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.57 - - [2025-09-04 02:28:39] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049447 10.0.0.57 - - [2025-09-04 02:28:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005690 10.0.0.57 - - [2025-09-04 02:28:39] "DELETE /network-policy/4da27170-6594-4cdc-bc67-c8ad227b409e HTTP/1.1" 200 115 0.038985 10.0.0.57 - - [2025-09-04 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.131 - - [2025-09-04 02:28:39] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.57 - - [2025-09-04 02:28:40] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049375 10.0.0.57 - - [2025-09-04 02:28:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005562 10.0.0.57 - - [2025-09-04 02:28:40] "DELETE /network-policy/b394fe82-b191-4e77-b0b4-a3aa00163084 HTTP/1.1" 200 115 0.041773 10.0.0.57 - - [2025-09-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.131 - - [2025-09-04 02:28:40] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.57 - - [2025-09-04 02:28:40] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043259 10.0.0.57 - - [2025-09-04 02:28:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.005584 10.0.0.57 - - [2025-09-04 02:28:40] "DELETE /network-policy/1ddafdd7-8552-4903-a82b-0910a785e463 HTTP/1.1" 200 115 0.037558 10.0.0.57 - - [2025-09-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.131 - - [2025-09-04 02:28:40] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.57 - - [2025-09-04 02:28:40] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040231 10.0.0.57 - - [2025-09-04 02:28:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005733 10.0.0.57 - - [2025-09-04 02:28:40] "DELETE /network-policy/9eb7b1f6-bdd4-4f8e-96e1-621281d790f0 HTTP/1.1" 200 115 0.040145 10.0.0.57 - - [2025-09-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.131 - - [2025-09-04 02:28:40] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.57 - - [2025-09-04 02:28:40] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038175 10.0.0.57 - - [2025-09-04 02:28:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-87591943&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005710 10.0.0.131 - - [2025-09-04 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005780 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002442 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004884 10.0.0.131 - - [2025-09-04 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.57 - - [2025-09-04 02:28:40] "POST /neutron/network HTTP/1.1" 200 151 0.145118 10.0.0.131 - - [2025-09-04 02:28:41] "DELETE /route-target/326ceaba-81fa-4376-bf66-83abbb3890f3 HTTP/1.1" 200 115 0.021524 10.0.0.57 - - [2025-09-04 02:28:41] "POST /neutron/network HTTP/1.1" 200 1309 0.011153 10.0.0.131 - - [2025-09-04 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003041 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006695 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.131 - - [2025-09-04 02:28:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003513 10.0.0.57 - - [2025-09-04 02:28:42] "POST /neutron/network HTTP/1.1" 200 151 0.169263 10.0.0.57 - - [2025-09-04 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.57 - - [2025-09-04 02:28:42] "DELETE /network-ipam/c461e4b7-7025-48c3-a39d-2fcb3d4c731b HTTP/1.1" 200 115 0.036399 10.0.0.57 - - [2025-09-04 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 252 0.004545 10.0.0.131 - - [2025-09-04 02:28:42] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.131 - - [2025-09-04 02:28:42] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.042166 10.0.0.131 - - [2025-09-04 02:28:42] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.131 - - [2025-09-04 02:28:42] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?fields=security_groups HTTP/1.1" 200 1388 0.045110 10.0.0.131 - - [2025-09-04 02:28:42] "DELETE /security-group/d18de620-d6b5-4715-8535-17e79516f559 HTTP/1.1" 200 115 0.064583 10.0.0.131 - - [2025-09-04 02:28:42] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001619 10.0.0.131 - - [2025-09-04 02:28:42] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?fields=application_policy_sets HTTP/1.1" 200 1427 0.053730 10.0.0.131 - - [2025-09-04 02:28:42] "DELETE /access-control-list/bf10dac5-c477-4b3b-9eec-048b235a138d HTTP/1.1" 200 115 0.054906 10.0.0.57 - - [2025-09-04 02:28:42] "DELETE /project/abfa96ca-c82d-4696-a1db-1dcf7878d577 HTTP/1.1" 200 115 0.403782 10.0.0.131 - - [2025-09-04 02:28:42] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.57 - - [2025-09-04 02:28:42] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?fields=projects HTTP/1.1" 200 1247 0.010791 10.0.0.57 - - [2025-09-04 02:28:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.004116 10.0.0.131 - - [2025-09-04 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.008998 10.0.0.131 - - [2025-09-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.006868 10.0.0.131 - - [2025-09-04 02:28:48] "POST /security-groups HTTP/1.1" 200 599 0.039072 10.0.0.131 - - [2025-09-04 02:28:48] "POST /projects HTTP/1.1" 200 601 0.277117 10.0.0.57 - - [2025-09-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.315508 10.0.0.131 - - [2025-09-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 241 0.009943 10.0.0.131 - - [2025-09-04 02:28:48] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.57 - - [2025-09-04 02:28:48] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071178 10.0.0.57 - - [2025-09-04 02:28:48] "POST /network-policys HTTP/1.1" 200 561 0.028406 10.0.0.57 - - [2025-09-04 02:28:48] "GET /network-policy/6d5aa423-d08e-41d3-b075-cf9fe7d1d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.006655 10.0.0.57 - - [2025-09-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.131 - - [2025-09-04 02:28:48] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.57 - - [2025-09-04 02:28:48] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040997 10.0.0.131 - - [2025-09-04 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.031898 10.0.0.131 - - [2025-09-04 02:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008745 10.0.0.57 - - [2025-09-04 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 721 0.238452 10.0.0.38 - - [2025-09-04 02:28:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.010193 10.0.0.57 - - [2025-09-04 02:28:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001806 10.0.0.57 - - [2025-09-04 02:28:49] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009068 10.0.0.57 - - [2025-09-04 02:28:49] "POST /neutron/network HTTP/1.1" 200 1007 0.008431 10.0.0.57 - - [2025-09-04 02:28:49] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005274 10.0.0.57 - - [2025-09-04 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.008667 10.0.0.57 - - [2025-09-04 02:28:49] "POST /neutron/network HTTP/1.1" 200 1106 0.029136 10.0.0.57 - - [2025-09-04 02:28:49] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004472 10.0.0.57 - - [2025-09-04 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.57 - - [2025-09-04 02:28:49] "GET /network-policy/6d5aa423-d08e-41d3-b075-cf9fe7d1d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.005430 10.0.0.57 - - [2025-09-04 02:28:49] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005795 10.0.0.131 - - [2025-09-04 02:28:50] "GET /obj-perms HTTP/1.1" 200 5046 0.004174 10.0.0.57 - - [2025-09-04 02:28:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001315 10.0.0.131 - - [2025-09-04 02:28:51] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.57 - - [2025-09-04 02:28:51] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.100661 10.0.0.57 - - [2025-09-04 02:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.006458 10.0.0.57 - - [2025-09-04 02:28:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001418 10.0.0.57 - - [2025-09-04 02:28:51] "POST /neutron/network HTTP/1.1" 200 1116 0.012258 10.0.0.131 - - [2025-09-04 02:28:52] "PUT /access-control-list/8cd5f3cf-6ee4-4981-b96a-a50a92e1f867 HTTP/1.1" 200 273 0.029750 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/port HTTP/1.1" 200 1174 0.022997 10.0.0.131 - - [2025-09-04 02:28:52] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002922 10.0.0.57 - - [2025-09-04 02:28:52] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.117553 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/network HTTP/1.1" 200 1106 0.046751 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008193 10.0.0.57 - - [2025-09-04 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006790 10.0.0.57 - - [2025-09-04 02:28:53] "POST /neutron/port HTTP/1.1" 200 1174 0.029148 10.0.0.57 - - [2025-09-04 02:28:53] "POST /neutron/port HTTP/1.1" 200 1202 0.021492 10.0.0.57 - - [2025-09-04 02:28:53] "POST /neutron/subnet HTTP/1.1" 200 1381 0.016374 10.0.0.57 - - [2025-09-04 02:28:54] "POST /neutron/network HTTP/1.1" 200 1106 0.009599 10.0.0.57 - - [2025-09-04 02:28:58] "POST /neutron/port HTTP/1.1" 200 1202 0.016527 10.0.0.57 - - [2025-09-04 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007196 10.0.0.57 - - [2025-09-04 02:28:58] "GET /virtual-machine/98af2714-4206-49ae-a8ed-793c5844144a HTTP/1.1" 200 1303 0.029226 10.0.0.57 - - [2025-09-04 02:28:58] "GET /virtual-machine-interface/bbdef24b-c9b2-44eb-ba5f-a0375fc4840f HTTP/1.1" 200 3187 0.006602 10.0.0.57 - - [2025-09-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.57 - - [2025-09-04 02:28:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003435 10.0.0.57 - - [2025-09-04 02:28:58] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002787 10.0.0.57 - - [2025-09-04 02:28:58] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006228 10.0.0.57 - - [2025-09-04 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.57 - - [2025-09-04 02:29:01] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006480 10.0.0.57 - - [2025-09-04 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.57 - - [2025-09-04 02:29:05] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005605 10.0.0.57 - - [2025-09-04 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.57 - - [2025-09-04 02:29:09] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007775 10.0.0.131 - - [2025-09-04 02:29:10] "DELETE /project/abfa96cac82d4696a1db1dcf7878d577 HTTP/1.1" 404 173 0.023526 10.0.0.57 - - [2025-09-04 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.57 - - [2025-09-04 02:29:13] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005519 10.0.0.57 - - [2025-09-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.57 - - [2025-09-04 02:29:17] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006981 10.0.0.57 - - [2025-09-04 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.57 - - [2025-09-04 02:29:21] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004984 10.0.0.57 - - [2025-09-04 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.57 - - [2025-09-04 02:29:26] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007426 10.0.0.57 - - [2025-09-04 02:29:26] "POST /neutron/network HTTP/1.1" 200 1116 0.038311 10.0.0.57 - - [2025-09-04 02:29:26] "POST /neutron/subnet HTTP/1.1" 200 1381 0.013886 10.0.0.57 - - [2025-09-04 02:29:26] "POST /neutron/network HTTP/1.1" 200 1106 0.009676 10.0.0.57 - - [2025-09-04 02:29:30] "POST /neutron/network HTTP/1.1" 200 1116 0.012805 10.0.0.57 - - [2025-09-04 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.57 - - [2025-09-04 02:29:30] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005527 10.0.0.57 - - [2025-09-04 02:29:30] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014871 10.0.0.57 - - [2025-09-04 02:29:30] "POST /neutron/network HTTP/1.1" 200 1106 0.008858 10.0.0.57 - - [2025-09-04 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.57 - - [2025-09-04 02:29:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004176 10.0.0.57 - - [2025-09-04 02:29:32] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003196 10.0.0.57 - - [2025-09-04 02:29:32] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006741 10.0.0.57 - - [2025-09-04 02:29:37] "POST /neutron/port HTTP/1.1" 200 1202 0.015835 10.0.0.57 - - [2025-09-04 02:29:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047110 10.0.0.57 - - [2025-09-04 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008034 10.0.0.57 - - [2025-09-04 02:29:47] "POST /neutron/port HTTP/1.1" 200 1202 0.015313 10.0.0.57 - - [2025-09-04 02:29:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007239 10.0.0.57 - - [2025-09-04 02:29:53] "POST /neutron/port HTTP/1.1" 200 1202 0.019389 10.0.0.57 - - [2025-09-04 02:29:53] "GET /virtual-machine/182231f3-2996-40dd-80ee-82d0741639a2 HTTP/1.1" 200 1301 0.005805 10.0.0.57 - - [2025-09-04 02:29:53] "GET /virtual-machine-interface/4418d25a-7dfb-43ca-8f79-de5c8d39e56c HTTP/1.1" 200 3186 0.005116 10.0.0.57 - - [2025-09-04 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.57 - - [2025-09-04 02:29:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004053 10.0.0.57 - - [2025-09-04 02:29:53] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004570 10.0.0.57 - - [2025-09-04 02:29:53] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005628 10.0.0.57 - - [2025-09-04 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.57 - - [2025-09-04 02:29:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003633 10.0.0.57 - - [2025-09-04 02:29:54] "GET /virtual-networks?parent_id=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003588 10.0.0.57 - - [2025-09-04 02:29:54] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007095 10.0.0.57 - - [2025-09-04 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008568 10.0.0.57 - - [2025-09-04 02:30:00] "POST /neutron/port HTTP/1.1" 200 1202 0.015654 10.0.0.57 - - [2025-09-04 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008892 10.0.0.57 - - [2025-09-04 02:30:24] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005999 10.0.0.57 - - [2025-09-04 02:30:24] "POST /neutron/network HTTP/1.1" 200 1007 0.009686 10.0.0.57 - - [2025-09-04 02:30:24] "GET /virtual-network/9d0cfb73-7460-479f-90dd-51b024cff586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.013445 10.0.0.57 - - [2025-09-04 02:30:24] "POST /neutron/port HTTP/1.1" 200 1202 0.030031 10.0.0.57 - - [2025-09-04 02:30:24] "POST /neutron/port HTTP/1.1" 200 1202 0.015050 10.0.0.57 - - [2025-09-04 02:30:26] "POST /neutron/network HTTP/1.1" 200 1007 0.009168 10.0.0.131 - - [2025-09-04 02:30:26] "DELETE /route-target/2b4794bb-fdf3-4855-816a-db75f8b9a77d HTTP/1.1" 200 115 0.027805 10.0.0.57 - - [2025-09-04 02:30:26] "DELETE /network-policy/6d5aa423-d08e-41d3-b075-cf9fe7d1d9fa HTTP/1.1" 200 115 0.052374 10.0.0.131 - - [2025-09-04 02:30:29] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.57 - - [2025-09-04 02:30:29] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.076458 10.0.0.131 - - [2025-09-04 02:30:29] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.57 - - [2025-09-04 02:30:29] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?fields=virtual_networks HTTP/1.1" 200 1051 0.042077 10.0.0.131 - - [2025-09-04 02:30:29] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001430 10.0.0.57 - - [2025-09-04 02:30:29] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.051441 10.0.0.131 - - [2025-09-04 02:30:29] "GET /projects?obj_uuids=abfa96ca-c82d-4696-a1db-1dcf7878d577&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.57 - - [2025-09-04 02:30:29] "GET /project/abfa96ca-c82d-4696-a1db-1dcf7878d577?fields=security_groups HTTP/1.1" 200 1286 0.040202 10.0.0.57 - - [2025-09-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.026419 10.0.0.131 - - [2025-09-04 02:30:30] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004147 10.0.0.131 - - [2025-09-04 02:30:30] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.131 - - [2025-09-04 02:30:30] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008584 10.0.0.131 - - [2025-09-04 02:30:30] "POST /id-to-fqname HTTP/1.1" 200 204 0.007029 10.0.0.131 - - [2025-09-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 213 0.003485 10.0.0.131 - - [2025-09-04 02:30:30] "POST /security-groups HTTP/1.1" 200 605 0.070237 10.0.0.131 - - [2025-09-04 02:30:31] "POST /projects HTTP/1.1" 200 613 0.278049 10.0.0.131 - - [2025-09-04 02:30:31] "POST /fqname-to-id HTTP/1.1" 404 247 0.012761 10.0.0.131 - - [2025-09-04 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.349625 10.0.0.57 - - [2025-09-04 02:30:31] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.481006 10.0.0.57 - - [2025-09-04 02:30:32] "GET / HTTP/1.1" 200 36215 0.001951 10.0.0.57 - - [2025-09-04 02:30:35] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.131 - - [2025-09-04 02:30:35] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001599 10.0.0.57 - - [2025-09-04 02:30:35] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059745 10.0.0.57 - - [2025-09-04 02:30:36] "GET / HTTP/1.1" 200 36215 0.001686 10.0.0.57 - - [2025-09-04 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.131 - - [2025-09-04 02:30:36] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.57 - - [2025-09-04 02:30:36] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007756 10.0.0.57 - - [2025-09-04 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.131 - - [2025-09-04 02:30:36] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001020 10.0.0.57 - - [2025-09-04 02:30:36] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045505 10.0.0.57 - - [2025-09-04 02:30:37] "GET /domains HTTP/1.1" 401 292 0.000414 10.0.0.57 - - [2025-09-04 02:30:38] "GET /domains HTTP/1.1" 200 281 0.047866 10.0.0.131 - - [2025-09-04 02:30:38] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.57 - - [2025-09-04 02:30:38] "GET /domain/e0173f19-70be-4782-8849-f3657660486c HTTP/1.1" 200 2792 0.009216 10.0.0.131 - - [2025-09-04 02:30:38] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000859 10.0.0.57 - - [2025-09-04 02:30:38] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03 HTTP/1.1" 200 1941 0.105937 10.0.0.57 - - [2025-09-04 02:30:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004784 10.0.0.57 - - [2025-09-04 02:30:38] "POST /network-ipams HTTP/1.1" 200 629 0.044348 10.0.0.57 - - [2025-09-04 02:30:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003532 10.0.0.57 - - [2025-09-04 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.57 - - [2025-09-04 02:30:38] "GET /network-ipam/251086ba-5db0-4732-92c1-4da2e9b58801?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.006287 10.0.0.57 - - [2025-09-04 02:30:38] "PUT /network-ipam/251086ba-5db0-4732-92c1-4da2e9b58801 HTTP/1.1" 200 259 0.015368 10.0.0.57 - - [2025-09-04 02:30:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.57 - - [2025-09-04 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.034909 10.0.0.131 - - [2025-09-04 02:30:39] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002025 10.0.0.57 - - [2025-09-04 02:30:39] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062190 10.0.0.131 - - [2025-09-04 02:30:39] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002473 10.0.0.57 - - [2025-09-04 02:30:39] "POST /neutron/network HTTP/1.1" 200 625 0.153468 10.0.0.131 - - [2025-09-04 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.027802 10.0.0.38 - - [2025-09-04 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.004413 10.0.0.57 - - [2025-09-04 02:30:40] "POST /neutron/network HTTP/1.1" 200 1141 0.012907 10.0.0.57 - - [2025-09-04 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 237 0.001349 10.0.0.57 - - [2025-09-04 02:30:40] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005727 10.0.0.57 - - [2025-09-04 02:30:40] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006258 10.0.0.57 - - [2025-09-04 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.009889 10.0.0.57 - - [2025-09-04 02:30:40] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006949 10.0.0.38 - - [2025-09-04 02:30:41] "GET /obj-perms HTTP/1.1" 200 5021 0.047406 10.0.0.131 - - [2025-09-04 02:30:42] "GET /obj-perms HTTP/1.1" 200 5021 0.053912 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.003614 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.131 - - [2025-09-04 02:30:42] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001293 10.0.0.57 - - [2025-09-04 02:30:42] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046059 10.0.0.57 - - [2025-09-04 02:30:42] "POST /network-policys HTTP/1.1" 200 567 0.030159 10.0.0.57 - - [2025-09-04 02:30:42] "GET /network-policy/17ab85ee-b948-4abe-a68d-6d0bad21e3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.010220 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.002914 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.131 - - [2025-09-04 02:30:42] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001009 10.0.0.57 - - [2025-09-04 02:30:42] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046340 10.0.0.57 - - [2025-09-04 02:30:42] "POST /network-policys HTTP/1.1" 200 567 0.027562 10.0.0.57 - - [2025-09-04 02:30:42] "GET /network-policy/06a857f7-9e7c-4d32-a4c3-3f216c3fbe2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005552 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.003179 10.0.0.57 - - [2025-09-04 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.131 - - [2025-09-04 02:30:42] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001107 10.0.0.57 - - [2025-09-04 02:30:42] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061152 10.0.0.57 - - [2025-09-04 02:30:43] "POST /network-policys HTTP/1.1" 200 567 0.026675 10.0.0.57 - - [2025-09-04 02:30:43] "GET /network-policy/a8e9140b-bd7a-486d-8bc0-09f6d3926d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006325 10.0.0.57 - - [2025-09-04 02:30:43] "POST /neutron/network HTTP/1.1" 200 1339 0.095597 10.0.0.57 - - [2025-09-04 02:30:43] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.015552 10.0.0.57 - - [2025-09-04 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.57 - - [2025-09-04 02:30:43] "GET /network-policy/06a857f7-9e7c-4d32-a4c3-3f216c3fbe2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005058 10.0.0.57 - - [2025-09-04 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010966 10.0.0.57 - - [2025-09-04 02:30:43] "GET /network-policy/17ab85ee-b948-4abe-a68d-6d0bad21e3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.006601 10.0.0.57 - - [2025-09-04 02:30:43] "POST /id-to-fqname HTTP/1.1" 200 237 0.001632 10.0.0.131 - - [2025-09-04 02:30:44] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001143 10.0.0.57 - - [2025-09-04 02:30:44] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.078398 10.0.0.57 - - [2025-09-04 02:30:44] "POST /neutron/network HTTP/1.1" 200 1339 0.012673 10.0.0.57 - - [2025-09-04 02:30:44] "POST /neutron/port HTTP/1.1" 200 117 0.006691 10.0.0.131 - - [2025-09-04 02:30:45] "PUT /access-control-list/7f1b8b8c-a43b-43c6-8e7b-b69e4285d618 HTTP/1.1" 200 273 0.082070 10.0.0.57 - - [2025-09-04 02:30:45] "POST /neutron/port HTTP/1.1" 200 1180 0.016969 10.0.0.57 - - [2025-09-04 02:30:45] "POST /neutron/port HTTP/1.1" 200 1208 0.015923 10.0.0.57 - - [2025-09-04 02:30:45] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012047 10.0.0.57 - - [2025-09-04 02:30:45] "POST /neutron/network HTTP/1.1" 200 1339 0.009228 10.0.0.57 - - [2025-09-04 02:30:50] "POST /neutron/port HTTP/1.1" 200 1208 0.014842 10.0.0.57 - - [2025-09-04 02:30:50] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007409 10.0.0.57 - - [2025-09-04 02:30:50] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 401 292 0.000411 10.0.0.57 - - [2025-09-04 02:30:50] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 200 1308 0.026937 10.0.0.57 - - [2025-09-04 02:30:50] "GET /virtual-machine-interface/b9832c05-ab01-48f4-8224-8f79bb35a3cc HTTP/1.1" 200 3185 0.005529 10.0.0.57 - - [2025-09-04 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.57 - - [2025-09-04 02:30:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005024 10.0.0.57 - - [2025-09-04 02:30:50] "GET /virtual-networks?parent_id=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003614 10.0.0.57 - - [2025-09-04 02:30:50] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.007330 10.0.0.57 - - [2025-09-04 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.57 - - [2025-09-04 02:30:53] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.008406 10.0.0.57 - - [2025-09-04 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 02:30:57] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005383 10.0.0.57 - - [2025-09-04 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.57 - - [2025-09-04 02:31:01] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005454 10.0.0.57 - - [2025-09-04 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.57 - - [2025-09-04 02:31:05] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005639 10.0.0.57 - - [2025-09-04 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.57 - - [2025-09-04 02:31:10] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005090 10.0.0.131 - - [2025-09-04 02:31:10] "DELETE /project/21dc9427ad0245faa6997c2555c07d03 HTTP/1.1" 404 173 0.004151 10.0.0.131 - - [2025-09-04 02:31:10] "DELETE /project/abfa96ca-c82d-4696-a1db-1dcf7878d577 HTTP/1.1" 404 177 0.003767 10.0.0.57 - - [2025-09-04 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.57 - - [2025-09-04 02:31:14] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.006379 10.0.0.57 - - [2025-09-04 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.57 - - [2025-09-04 02:31:18] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005826 10.0.0.57 - - [2025-09-04 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.57 - - [2025-09-04 02:31:22] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005247 10.0.0.57 - - [2025-09-04 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.57 - - [2025-09-04 02:31:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004076 10.0.0.57 - - [2025-09-04 02:31:24] "GET /virtual-networks?parent_id=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002886 10.0.0.57 - - [2025-09-04 02:31:24] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3305 0.005738 10.0.0.131 - - [2025-09-04 02:31:25] "GET /global-system-configs HTTP/1.1" 200 323 0.028213 10.0.0.57 - - [2025-09-04 02:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.046870 10.0.0.57 - - [2025-09-04 02:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.144501 10.0.0.38 - - [2025-09-04 02:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.155551 10.0.0.38 - - [2025-09-04 02:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.195292 10.0.0.131 - - [2025-09-04 02:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.206747 10.0.0.131 - - [2025-09-04 02:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.031670 10.0.0.38 - - [2025-09-04 02:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.063500 10.0.0.57 - - [2025-09-04 02:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.116380 10.0.0.57 - - [2025-09-04 02:31:27] "GET /global-system-configs HTTP/1.1" 200 323 0.075531 10.0.0.131 - - [2025-09-04 02:31:27] "GET /obj-perms HTTP/1.1" 200 5056 0.127816 10.0.0.38 - - [2025-09-04 02:31:27] "GET /obj-perms HTTP/1.1" 200 5056 0.145956 10.0.0.57 - - [2025-09-04 02:31:29] "POST /neutron/port HTTP/1.1" 200 1208 0.014857 10.0.0.57 - - [2025-09-04 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004204 10.0.0.57 - - [2025-09-04 02:31:29] "POST /neutron/port HTTP/1.1" 200 117 0.001631 10.0.0.57 - - [2025-09-04 02:31:29] "POST /neutron/network HTTP/1.1" 200 1339 0.009894 10.0.0.57 - - [2025-09-04 02:31:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006792 10.0.0.57 - - [2025-09-04 02:31:40] "POST /neutron/port HTTP/1.1" 200 1208 0.016874 10.0.0.57 - - [2025-09-04 02:31:45] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007594 10.0.0.57 - - [2025-09-04 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.57 - - [2025-09-04 02:31:45] "GET /network-policy/17ab85ee-b948-4abe-a68d-6d0bad21e3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004663 10.0.0.57 - - [2025-09-04 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.57 - - [2025-09-04 02:31:45] "GET /network-policy/06a857f7-9e7c-4d32-a4c3-3f216c3fbe2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005699 10.0.0.57 - - [2025-09-04 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.57 - - [2025-09-04 02:31:45] "GET /network-policy/a8e9140b-bd7a-486d-8bc0-09f6d3926d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.003844 10.0.0.57 - - [2025-09-04 02:31:45] "POST /neutron/network HTTP/1.1" 200 1339 0.009925 10.0.0.131 - - [2025-09-04 02:31:45] "PUT /access-control-list/7f1b8b8c-a43b-43c6-8e7b-b69e4285d618 HTTP/1.1" 200 273 0.065942 10.0.0.57 - - [2025-09-04 02:31:46] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.009440 10.0.0.57 - - [2025-09-04 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.57 - - [2025-09-04 02:31:46] "GET /network-policy/06a857f7-9e7c-4d32-a4c3-3f216c3fbe2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005220 10.0.0.57 - - [2025-09-04 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.57 - - [2025-09-04 02:31:46] "GET /network-policy/17ab85ee-b948-4abe-a68d-6d0bad21e3ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.005405 10.0.0.57 - - [2025-09-04 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.57 - - [2025-09-04 02:31:46] "GET /network-policy/a8e9140b-bd7a-486d-8bc0-09f6d3926d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005642 10.0.0.57 - - [2025-09-04 02:31:51] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3602 0.005963 10.0.0.57 - - [2025-09-04 02:31:51] "POST /neutron/network HTTP/1.1" 200 1431 0.008685 10.0.0.38 - - [2025-09-04 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.008093 10.0.0.57 - - [2025-09-04 02:31:51] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.009204 10.0.0.57 - - [2025-09-04 02:31:56] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 200 1308 0.004067 10.0.0.57 - - [2025-09-04 02:31:57] "POST /neutron/port HTTP/1.1" 200 1208 0.015917 10.0.0.57 - - [2025-09-04 02:31:58] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 404 171 0.004686 10.0.0.57 - - [2025-09-04 02:31:58] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 404 171 0.004198 10.0.0.57 - - [2025-09-04 02:31:58] "GET /virtual-machine/53645bbc-ed01-464e-999d-5da4ae9cd3a7 HTTP/1.1" 404 171 0.004366 10.0.0.57 - - [2025-09-04 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.57 - - [2025-09-04 02:31:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004092 10.0.0.57 - - [2025-09-04 02:31:58] "GET /virtual-networks?parent_id=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003078 10.0.0.57 - - [2025-09-04 02:31:58] "GET /virtual-network/4406b036-7e2d-4a11-bc29-f9f18e82cb1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006310 10.0.0.57 - - [2025-09-04 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.57 - - [2025-09-04 02:31:58] "GET /routing-instance/1fc3387d-8dc6-4b9e-b3db-5604b9f14686?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.005269 10.0.0.57 - - [2025-09-04 02:31:58] "GET /route-target/a2a131c8-3245-4ed3-861b-1e4993490806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004229 10.0.0.57 - - [2025-09-04 02:31:59] "GET /obj-perms HTTP/1.1" 200 5021 0.050740 10.0.0.57 - - [2025-09-04 02:32:02] "GET /obj-perms HTTP/1.1" 200 5021 0.005740 10.0.0.57 - - [2025-09-04 02:32:08] "GET /obj-perms HTTP/1.1" 200 5021 0.005581 10.0.0.57 - - [2025-09-04 02:32:08] "GET /obj-perms HTTP/1.1" 200 5021 0.003998 10.0.0.57 - - [2025-09-04 02:32:08] "DELETE /network-policy/a8e9140b-bd7a-486d-8bc0-09f6d3926d08 HTTP/1.1" 200 115 0.042410 10.0.0.57 - - [2025-09-04 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012624 10.0.0.131 - - [2025-09-04 02:32:08] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.033939 10.0.0.57 - - [2025-09-04 02:32:08] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.088629 10.0.0.57 - - [2025-09-04 02:32:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85906862&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.006138 10.0.0.57 - - [2025-09-04 02:32:08] "DELETE /network-policy/06a857f7-9e7c-4d32-a4c3-3f216c3fbe2a HTTP/1.1" 200 115 0.042619 10.0.0.57 - - [2025-09-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011907 10.0.0.131 - - [2025-09-04 02:32:09] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001582 10.0.0.57 - - [2025-09-04 02:32:09] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.060975 10.0.0.57 - - [2025-09-04 02:32:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85906862&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005370 10.0.0.57 - - [2025-09-04 02:32:09] "DELETE /network-policy/17ab85ee-b948-4abe-a68d-6d0bad21e3ed HTTP/1.1" 200 115 0.042416 10.0.0.57 - - [2025-09-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.131 - - [2025-09-04 02:32:09] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001053 10.0.0.57 - - [2025-09-04 02:32:09] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062407 10.0.0.57 - - [2025-09-04 02:32:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85906862&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006626 10.0.0.57 - - [2025-09-04 02:32:09] "POST /neutron/network HTTP/1.1" 200 1141 0.008885 10.0.0.131 - - [2025-09-04 02:32:09] "DELETE /route-target/a2a131c8-3245-4ed3-861b-1e4993490806 HTTP/1.1" 200 115 0.022624 10.0.0.57 - - [2025-09-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.57 - - [2025-09-04 02:32:09] "DELETE /network-ipam/251086ba-5db0-4732-92c1-4da2e9b58801 HTTP/1.1" 200 115 0.036868 10.0.0.57 - - [2025-09-04 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 264 0.003794 10.0.0.131 - - [2025-09-04 02:32:10] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001139 10.0.0.131 - - [2025-09-04 02:32:10] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.060406 10.0.0.131 - - [2025-09-04 02:32:10] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001292 10.0.0.131 - - [2025-09-04 02:32:10] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?fields=security_groups HTTP/1.1" 200 1405 0.055151 10.0.0.131 - - [2025-09-04 02:32:10] "DELETE /security-group/af799d87-74c9-41eb-b2e4-b1bded70c4e3 HTTP/1.1" 200 115 0.051494 10.0.0.131 - - [2025-09-04 02:32:10] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000994 10.0.0.131 - - [2025-09-04 02:32:10] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?fields=application_policy_sets HTTP/1.1" 200 1444 0.057846 10.0.0.57 - - [2025-09-04 02:32:10] "DELETE /project/21dc9427-ad02-45fa-a699-7c2555c07d03 HTTP/1.1" 200 115 0.462924 10.0.0.131 - - [2025-09-04 02:32:10] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.57 - - [2025-09-04 02:32:10] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?fields=projects HTTP/1.1" 200 1247 0.012776 10.0.0.131 - - [2025-09-04 02:32:13] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003176 10.0.0.131 - - [2025-09-04 02:32:13] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001480 10.0.0.131 - - [2025-09-04 02:32:13] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052247 10.0.0.131 - - [2025-09-04 02:32:13] "POST /id-to-fqname HTTP/1.1" 200 204 0.003978 10.0.0.131 - - [2025-09-04 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 213 0.004829 10.0.0.131 - - [2025-09-04 02:32:13] "POST /security-groups HTTP/1.1" 200 605 0.053263 10.0.0.131 - - [2025-09-04 02:32:13] "POST /fqname-to-id HTTP/1.1" 404 248 0.004847 10.0.0.131 - - [2025-09-04 02:32:13] "POST /projects HTTP/1.1" 200 613 0.263387 10.0.0.131 - - [2025-09-04 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.332466 10.0.0.131 - - [2025-09-04 02:32:13] "POST /access-control-lists HTTP/1.1" 200 610 0.044060 10.0.0.57 - - [2025-09-04 02:32:13] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.493696 10.0.0.131 - - [2025-09-04 02:32:13] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002619 10.0.0.57 - - [2025-09-04 02:32:13] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?fields=virtual_networks HTTP/1.1" 200 1062 0.055798 10.0.0.131 - - [2025-09-04 02:32:13] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000932 10.0.0.57 - - [2025-09-04 02:32:13] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.043109 10.0.0.131 - - [2025-09-04 02:32:13] "GET /projects?obj_uuids=21dc9427-ad02-45fa-a699-7c2555c07d03&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000942 10.0.0.57 - - [2025-09-04 02:32:13] "GET /project/21dc9427-ad02-45fa-a699-7c2555c07d03?fields=security_groups HTTP/1.1" 200 1303 0.038426 10.0.0.57 - - [2025-09-04 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 204 0.025999 10.0.0.131 - - [2025-09-04 02:32:14] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003498 10.0.0.131 - - [2025-09-04 02:32:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.131 - - [2025-09-04 02:32:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006636 10.0.0.131 - - [2025-09-04 02:32:14] "POST /id-to-fqname HTTP/1.1" 200 206 0.005597 10.0.0.131 - - [2025-09-04 02:32:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.004049 10.0.0.131 - - [2025-09-04 02:32:14] "POST /security-groups HTTP/1.1" 200 607 0.028440 10.0.0.131 - - [2025-09-04 02:32:15] "POST /projects HTTP/1.1" 200 617 0.247913 10.0.0.131 - - [2025-09-04 02:32:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.009308 10.0.0.131 - - [2025-09-04 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.322439 10.0.0.57 - - [2025-09-04 02:32:15] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.450954 10.0.0.57 - - [2025-09-04 02:32:16] "GET / HTTP/1.1" 200 36215 0.001549 10.0.0.57 - - [2025-09-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.57 - - [2025-09-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.064763 10.0.0.57 - - [2025-09-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.131 - - [2025-09-04 02:32:19] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001091 10.0.0.57 - - [2025-09-04 02:32:19] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.048306 10.0.0.57 - - [2025-09-04 02:32:19] "POST /network-policys HTTP/1.1" 200 569 0.029238 10.0.0.57 - - [2025-09-04 02:32:19] "GET /network-policy/1aa33b2d-7ab0-4aac-b388-39a62c792532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.007385 10.0.0.57 - - [2025-09-04 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.131 - - [2025-09-04 02:32:19] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001292 10.0.0.57 - - [2025-09-04 02:32:19] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.051365 10.0.0.131 - - [2025-09-04 02:32:20] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001023 10.0.0.57 - - [2025-09-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 623 0.199172 10.0.0.131 - - [2025-09-04 02:32:20] "POST /ref-update HTTP/1.1" 200 156 0.033011 10.0.0.57 - - [2025-09-04 02:32:20] "POST /neutron/network HTTP/1.1" 200 1016 0.010939 10.0.0.57 - - [2025-09-04 02:32:20] "POST /id-to-fqname HTTP/1.1" 200 237 0.001188 10.0.0.57 - - [2025-09-04 02:32:20] "GET /virtual-network/825236f2-f217-4ec7-b77c-3b1df32e05c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005475 10.0.0.57 - - [2025-09-04 02:32:20] "GET /virtual-network/825236f2-f217-4ec7-b77c-3b1df32e05c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.005769 10.0.0.57 - - [2025-09-04 02:32:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.008883 10.0.0.57 - - [2025-09-04 02:32:21] "POST /neutron/network HTTP/1.1" 200 1123 0.083931 10.0.0.57 - - [2025-09-04 02:32:21] "GET /virtual-network/825236f2-f217-4ec7-b77c-3b1df32e05c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006336 10.0.0.57 - - [2025-09-04 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.57 - - [2025-09-04 02:32:21] "GET /network-policy/1aa33b2d-7ab0-4aac-b388-39a62c792532?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004284 10.0.0.57 - - [2025-09-04 02:32:21] "GET /virtual-network/825236f2-f217-4ec7-b77c-3b1df32e05c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007909 10.0.0.38 - - [2025-09-04 02:32:22] "GET /obj-perms HTTP/1.1" 200 5062 0.050329 10.0.0.57 - - [2025-09-04 02:32:23] "DELETE /network-policy/1aa33b2d-7ab0-4aac-b388-39a62c792532 HTTP/1.1" 409 239 0.009859 10.0.0.131 - - [2025-09-04 02:32:23] "DELETE /access-control-list/7366455e-c807-4d0e-9c32-091db6043e54 HTTP/1.1" 200 115 0.059599 10.0.0.131 - - [2025-09-04 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003964 10.0.0.131 - - [2025-09-04 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.031191 10.0.0.131 - - [2025-09-04 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004206 10.0.0.131 - - [2025-09-04 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004732 10.0.0.57 - - [2025-09-04 02:32:23] "POST /neutron/network HTTP/1.1" 200 151 0.224462 10.0.0.131 - - [2025-09-04 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.57 - - [2025-09-04 02:32:23] "DELETE /network-policy/1aa33b2d-7ab0-4aac-b388-39a62c792532 HTTP/1.1" 200 115 0.057800 10.0.0.57 - - [2025-09-04 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.131 - - [2025-09-04 02:32:23] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001193 10.0.0.57 - - [2025-09-04 02:32:23] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.050209 10.0.0.57 - - [2025-09-04 02:32:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-15467915&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006177 10.0.0.131 - - [2025-09-04 02:32:26] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001039 10.0.0.57 - - [2025-09-04 02:32:26] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.039587 10.0.0.131 - - [2025-09-04 02:32:26] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001152 10.0.0.57 - - [2025-09-04 02:32:26] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?fields=virtual_networks HTTP/1.1" 200 1066 0.049686 10.0.0.131 - - [2025-09-04 02:32:26] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000977 10.0.0.57 - - [2025-09-04 02:32:26] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.038086 10.0.0.131 - - [2025-09-04 02:32:26] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001118 10.0.0.57 - - [2025-09-04 02:32:26] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?fields=security_groups HTTP/1.1" 200 1309 0.046629 10.0.0.57 - - [2025-09-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.022768 10.0.0.131 - - [2025-09-04 02:32:27] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002803 10.0.0.131 - - [2025-09-04 02:32:27] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.131 - - [2025-09-04 02:32:27] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007736 10.0.0.131 - - [2025-09-04 02:32:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.006556 10.0.0.131 - - [2025-09-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.007045 10.0.0.131 - - [2025-09-04 02:32:27] "POST /security-groups HTTP/1.1" 200 591 0.069047 10.0.0.131 - - [2025-09-04 02:32:27] "POST /projects HTTP/1.1" 200 585 0.283935 10.0.0.131 - - [2025-09-04 02:32:27] "POST /access-control-lists HTTP/1.1" 200 598 0.038196 10.0.0.131 - - [2025-09-04 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.352966 10.0.0.57 - - [2025-09-04 02:32:28] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.499884 10.0.0.57 - - [2025-09-04 02:32:29] "GET / HTTP/1.1" 200 36215 0.001922 10.0.0.57 - - [2025-09-04 02:32:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000440 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.054215 10.0.0.57 - - [2025-09-04 02:32:31] "POST /network-ipams HTTP/1.1" 200 515 0.039132 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003610 10.0.0.57 - - [2025-09-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipam/456e80b0-224d-4f14-b47d-c469acd65031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007198 10.0.0.57 - - [2025-09-04 02:32:31] "PUT /network-ipam/456e80b0-224d-4f14-b47d-c469acd65031 HTTP/1.1" 200 259 0.017688 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003863 10.0.0.57 - - [2025-09-04 02:32:31] "POST /network-ipams HTTP/1.1" 200 515 0.027297 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004422 10.0.0.57 - - [2025-09-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipam/4a0ace94-485a-41ad-99c5-cb52d608bfad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007303 10.0.0.57 - - [2025-09-04 02:32:31] "PUT /network-ipam/4a0ace94-485a-41ad-99c5-cb52d608bfad HTTP/1.1" 200 259 0.016372 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003263 10.0.0.57 - - [2025-09-04 02:32:31] "POST /network-ipams HTTP/1.1" 200 515 0.026158 10.0.0.57 - - [2025-09-04 02:32:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003643 10.0.0.57 - - [2025-09-04 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007378 10.0.0.57 - - [2025-09-04 02:32:32] "GET /network-ipam/895016ff-1b01-4e04-9b5f-7341416a0426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006635 10.0.0.57 - - [2025-09-04 02:32:32] "PUT /network-ipam/895016ff-1b01-4e04-9b5f-7341416a0426 HTTP/1.1" 200 259 0.014982 10.0.0.57 - - [2025-09-04 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.131 - - [2025-09-04 02:32:32] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000868 10.0.0.57 - - [2025-09-04 02:32:32] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044191 10.0.0.131 - - [2025-09-04 02:32:33] "POST /route-targets HTTP/1.1" 200 328 0.021842 10.0.0.131 - - [2025-09-04 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009860 10.0.0.57 - - [2025-09-04 02:32:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.239743 10.0.0.57 - - [2025-09-04 02:32:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001777 10.0.0.57 - - [2025-09-04 02:32:33] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008181 10.0.0.57 - - [2025-09-04 02:32:33] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007659 10.0.0.57 - - [2025-09-04 02:32:33] "POST /neutron/network HTTP/1.1" 200 823 0.006553 10.0.0.57 - - [2025-09-04 02:32:33] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005389 10.0.0.57 - - [2025-09-04 02:32:33] "GET /network-ipam/456e80b0-224d-4f14-b47d-c469acd65031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004164 10.0.0.57 - - [2025-09-04 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.131 - - [2025-09-04 02:32:33] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.57 - - [2025-09-04 02:32:33] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045207 10.0.0.57 - - [2025-09-04 02:32:33] "POST /neutron/network HTTP/1.1" 200 117 0.011636 10.0.0.131 - - [2025-09-04 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.024667 10.0.0.57 - - [2025-09-04 02:32:34] "POST /neutron/network HTTP/1.1" 200 823 0.008489 10.0.0.57 - - [2025-09-04 02:32:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001156 10.0.0.57 - - [2025-09-04 02:32:34] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006913 10.0.0.57 - - [2025-09-04 02:32:34] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010512 10.0.0.57 - - [2025-09-04 02:32:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.009732 10.0.0.57 - - [2025-09-04 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.131 - - [2025-09-04 02:32:34] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.57 - - [2025-09-04 02:32:34] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.041961 10.0.0.131 - - [2025-09-04 02:32:34] "POST /useragent-kv HTTP/1.1" 200 115 0.010404 10.0.0.57 - - [2025-09-04 02:32:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.256062 10.0.0.57 - - [2025-09-04 02:32:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001297 10.0.0.57 - - [2025-09-04 02:32:34] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006443 10.0.0.57 - - [2025-09-04 02:32:34] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007614 10.0.0.57 - - [2025-09-04 02:32:34] "POST /neutron/network HTTP/1.1" 200 824 0.007051 10.0.0.57 - - [2025-09-04 02:32:35] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007305 10.0.0.131 - - [2025-09-04 02:32:36] "GET /obj-perms HTTP/1.1" 200 5030 0.056228 10.0.0.57 - - [2025-09-04 02:32:36] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005916 10.0.0.57 - - [2025-09-04 02:32:36] "GET /obj-perms HTTP/1.1" 200 5030 0.043863 10.0.0.57 - - [2025-09-04 02:32:37] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005740 10.0.0.38 - - [2025-09-04 02:32:37] "GET /obj-perms HTTP/1.1" 200 5030 0.046073 10.0.0.57 - - [2025-09-04 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.003680 10.0.0.57 - - [2025-09-04 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.131 - - [2025-09-04 02:32:37] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.57 - - [2025-09-04 02:32:37] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045603 10.0.0.57 - - [2025-09-04 02:32:37] "POST /network-policys HTTP/1.1" 200 555 0.032803 10.0.0.57 - - [2025-09-04 02:32:37] "GET /network-policy/68d46472-d510-4480-bd82-00a38afb3e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006911 10.0.0.57 - - [2025-09-04 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.004615 10.0.0.57 - - [2025-09-04 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008127 10.0.0.131 - - [2025-09-04 02:32:38] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.57 - - [2025-09-04 02:32:38] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054093 10.0.0.57 - - [2025-09-04 02:32:38] "POST /network-policys HTTP/1.1" 200 555 0.030801 10.0.0.57 - - [2025-09-04 02:32:38] "GET /network-policy/373bccc3-1309-47be-bc7f-dd2a2c32eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005720 10.0.0.57 - - [2025-09-04 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.006470 10.0.0.57 - - [2025-09-04 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.131 - - [2025-09-04 02:32:38] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.57 - - [2025-09-04 02:32:38] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046238 10.0.0.57 - - [2025-09-04 02:32:38] "POST /network-policys HTTP/1.1" 200 555 0.035695 10.0.0.57 - - [2025-09-04 02:32:38] "GET /network-policy/cdf689a5-3ca5-438c-8976-391f14376680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.008234 10.0.0.131 - - [2025-09-04 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 236 0.002666 10.0.0.57 - - [2025-09-04 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.061827 10.0.0.57 - - [2025-09-04 02:32:38] "POST /ref-update HTTP/1.1" 200 156 0.111271 10.0.0.131 - - [2025-09-04 02:32:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.006989 10.0.0.57 - - [2025-09-04 02:32:39] "POST /neutron/network HTTP/1.1" 200 915 0.083070 10.0.0.57 - - [2025-09-04 02:32:39] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.015270 10.0.0.57 - - [2025-09-04 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.57 - - [2025-09-04 02:32:39] "GET /network-policy/373bccc3-1309-47be-bc7f-dd2a2c32eaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006037 10.0.0.57 - - [2025-09-04 02:32:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001402 10.0.0.131 - - [2025-09-04 02:32:40] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.57 - - [2025-09-04 02:32:40] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.071582 10.0.0.57 - - [2025-09-04 02:32:40] "POST /neutron/network HTTP/1.1" 200 994 0.009509 10.0.0.57 - - [2025-09-04 02:32:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001381 10.0.0.57 - - [2025-09-04 02:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.006248 10.0.0.131 - - [2025-09-04 02:32:40] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.57 - - [2025-09-04 02:32:41] "POST /neutron/port HTTP/1.1" 200 1059 0.321414 10.0.0.57 - - [2025-09-04 02:32:41] "POST /neutron/port HTTP/1.1" 200 1113 0.117025 10.0.0.131 - - [2025-09-04 02:32:41] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001576 10.0.0.57 - - [2025-09-04 02:32:41] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.082846 10.0.0.57 - - [2025-09-04 02:32:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.010713 10.0.0.57 - - [2025-09-04 02:32:41] "POST /neutron/network HTTP/1.1" 200 994 0.007165 10.0.0.131 - - [2025-09-04 02:32:41] "GET /obj-perms HTTP/1.1" 200 5056 0.089166 10.0.0.57 - - [2025-09-04 02:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.006823 10.0.0.57 - - [2025-09-04 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.002391 10.0.0.57 - - [2025-09-04 02:32:42] "POST /neutron/network HTTP/1.1" 200 834 0.006696 10.0.0.131 - - [2025-09-04 02:32:42] "PUT /access-control-list/b80eb182-df10-482a-adae-956f12d3c600 HTTP/1.1" 200 273 0.035296 10.0.0.57 - - [2025-09-04 02:32:42] "POST /neutron/port HTTP/1.1" 200 1059 0.042789 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/port HTTP/1.1" 200 1087 0.018319 10.0.0.131 - - [2025-09-04 02:32:43] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.57 - - [2025-09-04 02:32:43] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.067029 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/port HTTP/1.1" 200 2058 0.025425 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/port HTTP/1.1" 200 1087 0.013000 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007771 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/network HTTP/1.1" 200 834 0.007515 10.0.0.57 - - [2025-09-04 02:32:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007514 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 401 292 0.000367 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.030603 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.002696 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine-interface/73d488bd-6d7a-455c-86d3-ee32d5441b34 HTTP/1.1" 200 2950 0.004346 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.003582 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine-interface/73d488bd-6d7a-455c-86d3-ee32d5441b34 HTTP/1.1" 200 2950 0.008575 10.0.0.57 - - [2025-09-04 02:32:44] "GET /instance-ip/afdc1a59-27c1-4762-bd2a-b666087109e0 HTTP/1.1" 200 1624 0.008924 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.007845 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-machine-interface/73d488bd-6d7a-455c-86d3-ee32d5441b34 HTTP/1.1" 200 2950 0.006040 10.0.0.57 - - [2025-09-04 02:32:44] "POST /neutron/port HTTP/1.1" 200 1114 0.133074 10.0.0.57 - - [2025-09-04 02:32:44] "GET /instance-ip/afdc1a59-27c1-4762-bd2a-b666087109e0 HTTP/1.1" 200 1624 0.004379 10.0.0.57 - - [2025-09-04 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.57 - - [2025-09-04 02:32:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003729 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003922 10.0.0.57 - - [2025-09-04 02:32:44] "POST /neutron/subnet HTTP/1.1" 200 698 0.021503 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007666 10.0.0.57 - - [2025-09-04 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.57 - - [2025-09-04 02:32:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005234 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003703 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007051 10.0.0.57 - - [2025-09-04 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.57 - - [2025-09-04 02:32:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003364 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003649 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007754 10.0.0.57 - - [2025-09-04 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.57 - - [2025-09-04 02:32:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006605 10.0.0.57 - - [2025-09-04 02:32:44] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003719 10.0.0.57 - - [2025-09-04 02:32:45] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008262 10.0.0.57 - - [2025-09-04 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.57 - - [2025-09-04 02:32:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005222 10.0.0.57 - - [2025-09-04 02:32:45] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003522 10.0.0.57 - - [2025-09-04 02:32:45] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005459 10.0.0.57 - - [2025-09-04 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.57 - - [2025-09-04 02:32:48] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008389 10.0.0.57 - - [2025-09-04 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.57 - - [2025-09-04 02:32:52] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005529 10.0.0.57 - - [2025-09-04 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.57 - - [2025-09-04 02:32:56] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005224 10.0.0.57 - - [2025-09-04 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.57 - - [2025-09-04 02:33:00] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005392 10.0.0.57 - - [2025-09-04 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.57 - - [2025-09-04 02:33:04] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006412 10.0.0.57 - - [2025-09-04 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.57 - - [2025-09-04 02:33:08] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006530 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /project/21dc9427-ad02-45fa-a699-7c2555c07d03 HTTP/1.1" 404 177 0.010121 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /project/4842f17258dd43b7877b4ace16056dcb HTTP/1.1" 404 173 0.005865 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /project/21dc9427ad0245faa6997c2555c07d03 HTTP/1.1" 404 173 0.009488 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /project/7bef2ff32b804a1792def12f1e605390 HTTP/1.1" 404 173 0.005413 10.0.0.131 - - [2025-09-04 02:33:10] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000923 10.0.0.131 - - [2025-09-04 02:33:10] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.050104 10.0.0.131 - - [2025-09-04 02:33:10] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001210 10.0.0.131 - - [2025-09-04 02:33:10] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?fields=security_groups HTTP/1.1" 200 1411 0.034016 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /security-group/23563dcc-e9b5-47b3-bd80-36c8e063dce1 HTTP/1.1" 200 115 0.068038 10.0.0.131 - - [2025-09-04 02:33:10] "GET /projects?obj_uuids=7bef2ff3-2b80-4a17-92de-f12f1e605390&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001497 10.0.0.131 - - [2025-09-04 02:33:10] "GET /project/7bef2ff3-2b80-4a17-92de-f12f1e605390?fields=application_policy_sets HTTP/1.1" 200 1450 0.054191 10.0.0.131 - - [2025-09-04 02:33:10] "DELETE /project/7bef2ff3-2b80-4a17-92de-f12f1e605390 HTTP/1.1" 200 115 0.410994 10.0.0.57 - - [2025-09-04 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.57 - - [2025-09-04 02:33:12] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005357 10.0.0.57 - - [2025-09-04 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.57 - - [2025-09-04 02:33:16] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006492 10.0.0.57 - - [2025-09-04 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587 10.0.0.57 - - [2025-09-04 02:33:21] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006278 10.0.0.57 - - [2025-09-04 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.57 - - [2025-09-04 02:33:25] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005787 10.0.0.57 - - [2025-09-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.57 - - [2025-09-04 02:33:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004470 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003518 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006589 10.0.0.57 - - [2025-09-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.57 - - [2025-09-04 02:33:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005739 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004640 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006087 10.0.0.57 - - [2025-09-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.57 - - [2025-09-04 02:33:27] "GET /routing-instance/67fc1bb4-0daf-4cff-900d-0e1376f7309c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005693 10.0.0.57 - - [2025-09-04 02:33:27] "GET /route-target/46b4172c-fafd-48f0-b955-43635c15b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007602 10.0.0.57 - - [2025-09-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005526 10.0.0.57 - - [2025-09-04 02:33:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005086 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003352 10.0.0.57 - - [2025-09-04 02:33:27] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007293 10.0.0.57 - - [2025-09-04 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.57 - - [2025-09-04 02:33:27] "GET /routing-instance/67fc1bb4-0daf-4cff-900d-0e1376f7309c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004792 10.0.0.57 - - [2025-09-04 02:33:27] "GET /route-target/46b4172c-fafd-48f0-b955-43635c15b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004301 10.0.0.57 - - [2025-09-04 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.57 - - [2025-09-04 02:33:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005109 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004441 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008694 10.0.0.57 - - [2025-09-04 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.57 - - [2025-09-04 02:33:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006148 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003115 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006716 10.0.0.57 - - [2025-09-04 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004437 10.0.0.57 - - [2025-09-04 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003642 10.0.0.131 - - [2025-09-04 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003704 10.0.0.57 - - [2025-09-04 02:33:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004270 10.0.0.57 - - [2025-09-04 02:33:28] "POST /neutron/port HTTP/1.1" 200 1087 0.016140 10.0.0.57 - - [2025-09-04 02:33:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007365 10.0.0.57 - - [2025-09-04 02:33:28] "POST /neutron/port HTTP/1.1" 200 1087 0.014292 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.006380 10.0.0.57 - - [2025-09-04 02:33:28] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.003605 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-machine-interface/f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64 HTTP/1.1" 200 2952 0.007235 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.004999 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-machine-interface/f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64 HTTP/1.1" 200 2952 0.005163 10.0.0.57 - - [2025-09-04 02:33:29] "GET /instance-ip/83a1d69c-fcfb-4c13-a15c-69f2882d8976 HTTP/1.1" 200 1623 0.006689 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.003412 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-machine-interface/f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64 HTTP/1.1" 200 2952 0.009421 10.0.0.57 - - [2025-09-04 02:33:29] "GET /instance-ip/83a1d69c-fcfb-4c13-a15c-69f2882d8976 HTTP/1.1" 200 1623 0.006207 10.0.0.57 - - [2025-09-04 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.57 - - [2025-09-04 02:33:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004421 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003134 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005864 10.0.0.57 - - [2025-09-04 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.57 - - [2025-09-04 02:33:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004567 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003220 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007722 10.0.0.57 - - [2025-09-04 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.57 - - [2025-09-04 02:33:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004645 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003667 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006208 10.0.0.57 - - [2025-09-04 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.57 - - [2025-09-04 02:33:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004509 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003090 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005984 10.0.0.57 - - [2025-09-04 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.57 - - [2025-09-04 02:33:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004261 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003239 10.0.0.57 - - [2025-09-04 02:33:29] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006083 10.0.0.57 - - [2025-09-04 02:33:30] "POST /neutron/port HTTP/1.1" 200 1087 0.014524 10.0.0.57 - - [2025-09-04 02:33:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.009311 10.0.0.57 - - [2025-09-04 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.57 - - [2025-09-04 02:33:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004440 10.0.0.57 - - [2025-09-04 02:33:30] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004004 10.0.0.57 - - [2025-09-04 02:33:30] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006819 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005271 10.0.0.57 - - [2025-09-04 02:33:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005516 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003756 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008109 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.57 - - [2025-09-04 02:33:31] "GET /routing-instance/493a1ad4-79b5-42d5-976a-fd210fe79d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004342 10.0.0.57 - - [2025-09-04 02:33:31] "GET /route-target/9407c205-061e-4b9b-807a-e16c75a7437a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003276 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008009 10.0.0.57 - - [2025-09-04 02:33:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004079 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004076 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006234 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.57 - - [2025-09-04 02:33:31] "GET /routing-instance/493a1ad4-79b5-42d5-976a-fd210fe79d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005279 10.0.0.57 - - [2025-09-04 02:33:31] "GET /route-target/9407c205-061e-4b9b-807a-e16c75a7437a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004651 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.57 - - [2025-09-04 02:33:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004057 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003038 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005679 10.0.0.57 - - [2025-09-04 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.57 - - [2025-09-04 02:33:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004497 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002741 10.0.0.57 - - [2025-09-04 02:33:31] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005690 10.0.0.57 - - [2025-09-04 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004354 10.0.0.131 - - [2025-09-04 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004123 10.0.0.57 - - [2025-09-04 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003641 10.0.0.38 - - [2025-09-04 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004823 10.0.0.57 - - [2025-09-04 02:33:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004819 10.0.0.57 - - [2025-09-04 02:33:32] "POST /neutron/port HTTP/1.1" 200 1087 0.023028 10.0.0.57 - - [2025-09-04 02:33:32] "POST /neutron/port HTTP/1.1" 200 1087 0.017329 10.0.0.57 - - [2025-09-04 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009042 10.0.0.57 - - [2025-09-04 02:33:32] "POST /neutron/port HTTP/1.1" 200 1088 0.020588 10.0.0.57 - - [2025-09-04 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010847 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.006592 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.003985 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine-interface/e8fc0763-0192-4901-9fa7-32823aef32e8 HTTP/1.1" 200 2952 0.005480 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.003459 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine-interface/e8fc0763-0192-4901-9fa7-32823aef32e8 HTTP/1.1" 200 2952 0.004712 10.0.0.57 - - [2025-09-04 02:33:32] "GET /instance-ip/c8a62061-327b-415e-9d3b-41f6a44c8b99 HTTP/1.1" 200 1625 0.005471 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.004006 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-machine-interface/e8fc0763-0192-4901-9fa7-32823aef32e8 HTTP/1.1" 200 2952 0.005585 10.0.0.57 - - [2025-09-04 02:33:32] "GET /instance-ip/c8a62061-327b-415e-9d3b-41f6a44c8b99 HTTP/1.1" 200 1625 0.003612 10.0.0.57 - - [2025-09-04 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.57 - - [2025-09-04 02:33:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005965 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003324 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005544 10.0.0.57 - - [2025-09-04 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.57 - - [2025-09-04 02:33:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004230 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004128 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006062 10.0.0.57 - - [2025-09-04 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.57 - - [2025-09-04 02:33:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004118 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003979 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007479 10.0.0.57 - - [2025-09-04 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.57 - - [2025-09-04 02:33:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005060 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005133 10.0.0.57 - - [2025-09-04 02:33:32] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007528 10.0.0.57 - - [2025-09-04 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.57 - - [2025-09-04 02:33:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004306 10.0.0.57 - - [2025-09-04 02:33:33] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003347 10.0.0.57 - - [2025-09-04 02:33:33] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005822 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.57 - - [2025-09-04 02:33:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003612 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003482 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005959 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.57 - - [2025-09-04 02:33:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004961 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003702 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005654 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.57 - - [2025-09-04 02:33:34] "GET /routing-instance/86e0c100-9e63-46fb-a602-2f97eae66518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005121 10.0.0.57 - - [2025-09-04 02:33:34] "GET /route-target/c5787ca5-a0bf-49a6-b318-4d1453eb3d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004259 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.57 - - [2025-09-04 02:33:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005011 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003800 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006329 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.57 - - [2025-09-04 02:33:34] "GET /routing-instance/86e0c100-9e63-46fb-a602-2f97eae66518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.003977 10.0.0.57 - - [2025-09-04 02:33:34] "GET /route-target/c5787ca5-a0bf-49a6-b318-4d1453eb3d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004291 10.0.0.57 - - [2025-09-04 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.57 - - [2025-09-04 02:33:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004247 10.0.0.57 - - [2025-09-04 02:33:34] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003649 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006464 10.0.0.57 - - [2025-09-04 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.57 - - [2025-09-04 02:33:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004236 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002709 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005571 10.0.0.131 - - [2025-09-04 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.57 - - [2025-09-04 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003543 10.0.0.57 - - [2025-09-04 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004483 10.0.0.57 - - [2025-09-04 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004581 10.0.0.131 - - [2025-09-04 02:33:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003828 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.003854 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-machine-interface/73d488bd-6d7a-455c-86d3-ee32d5441b34 HTTP/1.1" 200 2950 0.005749 10.0.0.57 - - [2025-09-04 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.57 - - [2025-09-04 02:33:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003552 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003315 10.0.0.57 - - [2025-09-04 02:33:35] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005476 10.0.0.57 - - [2025-09-04 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.57 - - [2025-09-04 02:33:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004092 10.0.0.57 - - [2025-09-04 02:33:36] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003636 10.0.0.57 - - [2025-09-04 02:33:36] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006376 10.0.0.57 - - [2025-09-04 02:33:36] "POST /neutron/port HTTP/1.1" 200 1087 0.039181 10.0.0.57 - - [2025-09-04 02:33:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006863 10.0.0.57 - - [2025-09-04 02:33:39] "POST /neutron/port HTTP/1.1" 200 1088 0.015371 10.0.0.57 - - [2025-09-04 02:33:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007900 10.0.0.38 - - [2025-09-04 02:33:42] "GET /obj-perms HTTP/1.1" 200 5056 0.052714 10.0.0.57 - - [2025-09-04 02:33:52] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.004544 10.0.0.57 - - [2025-09-04 02:33:52] "GET /virtual-machine-interface/f1f625ec-d2ec-40d0-bffb-3e34c2f9fb64 HTTP/1.1" 200 2952 0.006012 10.0.0.57 - - [2025-09-04 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.57 - - [2025-09-04 02:33:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003906 10.0.0.57 - - [2025-09-04 02:33:52] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003809 10.0.0.57 - - [2025-09-04 02:33:52] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007275 10.0.0.57 - - [2025-09-04 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.57 - - [2025-09-04 02:33:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004532 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004194 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006600 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.004648 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-machine-interface/e8fc0763-0192-4901-9fa7-32823aef32e8 HTTP/1.1" 200 2952 0.005421 10.0.0.57 - - [2025-09-04 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.57 - - [2025-09-04 02:33:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004221 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003078 10.0.0.57 - - [2025-09-04 02:33:53] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005356 10.0.0.57 - - [2025-09-04 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445 10.0.0.57 - - [2025-09-04 02:33:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004870 10.0.0.57 - - [2025-09-04 02:33:54] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004424 10.0.0.57 - - [2025-09-04 02:33:55] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006454 10.0.0.57 - - [2025-09-04 02:34:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016541 10.0.0.57 - - [2025-09-04 02:34:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003903 10.0.0.57 - - [2025-09-04 02:34:30] "POST /neutron/network HTTP/1.1" 200 915 0.007782 10.0.0.57 - - [2025-09-04 02:34:33] "POST /neutron/network HTTP/1.1" 200 834 0.027194 10.0.0.57 - - [2025-09-04 02:34:33] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.57 - - [2025-09-04 02:34:47] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 200 1294 0.004507 10.0.0.57 - - [2025-09-04 02:34:47] "POST /neutron/port HTTP/1.1" 200 1114 0.011945 10.0.0.57 - - [2025-09-04 02:34:49] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 404 171 0.003370 10.0.0.57 - - [2025-09-04 02:34:49] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 404 171 0.002769 10.0.0.57 - - [2025-09-04 02:34:49] "GET /virtual-machine/d99d17df-c90b-4713-83d4-0ef01e88047c HTTP/1.1" 404 171 0.003015 10.0.0.57 - - [2025-09-04 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.57 - - [2025-09-04 02:34:49] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003554 10.0.0.57 - - [2025-09-04 02:34:49] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003084 10.0.0.57 - - [2025-09-04 02:34:49] "GET /virtual-network/b70961fc-f653-4fd9-84ec-60aafb413d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008052 10.0.0.57 - - [2025-09-04 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.57 - - [2025-09-04 02:34:49] "GET /routing-instance/86e0c100-9e63-46fb-a602-2f97eae66518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.007144 10.0.0.57 - - [2025-09-04 02:34:49] "GET /route-target/c5787ca5-a0bf-49a6-b318-4d1453eb3d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005560 10.0.0.57 - - [2025-09-04 02:34:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004430 10.0.0.57 - - [2025-09-04 02:34:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004849 10.0.0.57 - - [2025-09-04 02:34:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003825 10.0.0.57 - - [2025-09-04 02:35:05] "GET /obj-perms HTTP/1.1" 200 5030 0.144018 10.0.0.57 - - [2025-09-04 02:35:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004207 10.0.0.57 - - [2025-09-04 02:35:08] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 200 1294 0.004329 10.0.0.57 - - [2025-09-04 02:35:08] "POST /neutron/port HTTP/1.1" 200 1113 0.013387 10.0.0.57 - - [2025-09-04 02:35:10] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 404 171 0.004868 10.0.0.57 - - [2025-09-04 02:35:10] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 404 171 0.003872 10.0.0.57 - - [2025-09-04 02:35:10] "GET /virtual-machine/6a8175bf-9dc3-4206-8e24-f2753fa1e185 HTTP/1.1" 404 171 0.003970 10.0.0.57 - - [2025-09-04 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.57 - - [2025-09-04 02:35:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004832 10.0.0.57 - - [2025-09-04 02:35:10] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003550 10.0.0.57 - - [2025-09-04 02:35:10] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005868 10.0.0.57 - - [2025-09-04 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.57 - - [2025-09-04 02:35:10] "GET /routing-instance/493a1ad4-79b5-42d5-976a-fd210fe79d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004920 10.0.0.57 - - [2025-09-04 02:35:10] "GET /route-target/9407c205-061e-4b9b-807a-e16c75a7437a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004757 10.0.0.57 - - [2025-09-04 02:35:10] "GET /obj-perms HTTP/1.1" 200 5030 0.005726 10.0.0.38 - - [2025-09-04 02:35:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003949 10.0.0.57 - - [2025-09-04 02:35:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004549 10.0.0.38 - - [2025-09-04 02:35:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004082 10.0.0.57 - - [2025-09-04 02:35:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004200 10.0.0.38 - - [2025-09-04 02:35:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004449 10.0.0.131 - - [2025-09-04 02:35:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004532 10.0.0.57 - - [2025-09-04 02:35:29] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 200 1294 0.004806 10.0.0.57 - - [2025-09-04 02:35:30] "POST /neutron/port HTTP/1.1" 200 1113 0.013767 10.0.0.57 - - [2025-09-04 02:35:31] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 404 171 0.003224 10.0.0.57 - - [2025-09-04 02:35:31] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 404 171 0.003195 10.0.0.57 - - [2025-09-04 02:35:31] "GET /virtual-machine/300aabbf-9e82-4241-b23e-fb09cc7bd084 HTTP/1.1" 404 171 0.002785 10.0.0.57 - - [2025-09-04 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.57 - - [2025-09-04 02:35:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004209 10.0.0.57 - - [2025-09-04 02:35:31] "GET /virtual-networks?parent_id=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004180 10.0.0.57 - - [2025-09-04 02:35:31] "GET /virtual-network/77672a91-34e0-4b47-8fcb-d656d18ada4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005798 10.0.0.57 - - [2025-09-04 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.57 - - [2025-09-04 02:35:31] "GET /routing-instance/67fc1bb4-0daf-4cff-900d-0e1376f7309c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004819 10.0.0.57 - - [2025-09-04 02:35:31] "GET /route-target/46b4172c-fafd-48f0-b955-43635c15b92d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004479 10.0.0.57 - - [2025-09-04 02:35:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004661 10.0.0.57 - - [2025-09-04 02:35:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003792 10.0.0.57 - - [2025-09-04 02:35:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004315 10.0.0.57 - - [2025-09-04 02:35:38] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005872 10.0.0.57 - - [2025-09-04 02:35:38] "POST /neutron/network HTTP/1.1" 200 823 0.090961 10.0.0.57 - - [2025-09-04 02:35:38] "GET /virtual-network/653af463-16ee-4589-b90e-9fb4ff6cc324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008912 10.0.0.131 - - [2025-09-04 02:35:38] "DELETE /access-control-list/b80eb182-df10-482a-adae-956f12d3c600 HTTP/1.1" 200 115 0.116644 10.0.0.57 - - [2025-09-04 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.074882 10.0.0.57 - - [2025-09-04 02:35:38] "POST /ref-update HTTP/1.1" 200 156 0.082920 10.0.0.131 - - [2025-09-04 02:35:38] "DELETE /access-control-list/152a691a-db23-4a28-861f-bcd9b4b595ce HTTP/1.1" 200 115 0.050862 10.0.0.57 - - [2025-09-04 02:35:39] "DELETE /network-policy/cdf689a5-3ca5-438c-8976-391f14376680 HTTP/1.1" 200 115 0.056474 10.0.0.57 - - [2025-09-04 02:35:39] "DELETE /network-policy/373bccc3-1309-47be-bc7f-dd2a2c32eaea HTTP/1.1" 200 115 0.056321 10.0.0.57 - - [2025-09-04 02:35:39] "DELETE /network-policy/68d46472-d510-4480-bd82-00a38afb3e18 HTTP/1.1" 200 115 0.044130 10.0.0.131 - - [2025-09-04 02:35:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007599 10.0.0.131 - - [2025-09-04 02:35:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009551 10.0.0.57 - - [2025-09-04 02:35:39] "POST /neutron/network HTTP/1.1" 200 151 0.191915 10.0.0.131 - - [2025-09-04 02:35:39] "DELETE /route-target/c5787ca5-a0bf-49a6-b318-4d1453eb3d7d HTTP/1.1" 200 115 0.043914 10.0.0.57 - - [2025-09-04 02:35:40] "POST /neutron/network HTTP/1.1" 200 823 0.009164 10.0.0.131 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.57 - - [2025-09-04 02:35:40] "DELETE /network-ipam/895016ff-1b01-4e04-9b5f-7341416a0426 HTTP/1.1" 200 115 0.044021 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.005245 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.57 - - [2025-09-04 02:35:40] "DELETE /network-ipam/4a0ace94-485a-41ad-99c5-cb52d608bfad HTTP/1.1" 200 115 0.037102 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003085 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005308 10.0.0.57 - - [2025-09-04 02:35:40] "DELETE /network-ipam/456e80b0-224d-4f14-b47d-c469acd65031 HTTP/1.1" 200 115 0.042691 10.0.0.57 - - [2025-09-04 02:35:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003189 10.0.0.131 - - [2025-09-04 02:35:42] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.57 - - [2025-09-04 02:35:42] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073347 10.0.0.131 - - [2025-09-04 02:35:42] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.57 - - [2025-09-04 02:35:42] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?fields=virtual_networks HTTP/1.1" 200 1033 0.047315 10.0.0.131 - - [2025-09-04 02:35:42] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.57 - - [2025-09-04 02:35:42] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.044447 10.0.0.131 - - [2025-09-04 02:35:42] "GET /projects?obj_uuids=4842f172-58dd-43b7-877b-4ace16056dcb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001492 10.0.0.57 - - [2025-09-04 02:35:42] "GET /project/4842f172-58dd-43b7-877b-4ace16056dcb?fields=security_groups HTTP/1.1" 200 1260 0.051088 10.0.0.57 - - [2025-09-04 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.023965 10.0.0.131 - - [2025-09-04 02:35:43] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003114 10.0.0.131 - - [2025-09-04 02:35:43] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001725 10.0.0.131 - - [2025-09-04 02:35:43] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036116 10.0.0.131 - - [2025-09-04 02:35:43] "POST /id-to-fqname HTTP/1.1" 200 196 0.003139 10.0.0.131 - - [2025-09-04 02:35:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.009273 10.0.0.131 - - [2025-09-04 02:35:43] "POST /security-groups HTTP/1.1" 200 597 0.039691 10.0.0.131 - - [2025-09-04 02:35:43] "POST /projects HTTP/1.1" 200 597 0.266870 10.0.0.131 - - [2025-09-04 02:35:43] "POST /access-control-lists HTTP/1.1" 200 604 0.027883 10.0.0.131 - - [2025-09-04 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.340514 10.0.0.57 - - [2025-09-04 02:35:43] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.523848 10.0.0.57 - - [2025-09-04 02:35:45] "GET / HTTP/1.1" 200 36215 0.003040 10.0.0.57 - - [2025-09-04 02:35:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000576 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.053915 10.0.0.57 - - [2025-09-04 02:35:49] "POST /network-ipams HTTP/1.1" 200 521 0.024436 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003607 10.0.0.57 - - [2025-09-04 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipam/095f811c-c45f-4a3a-8827-55a60a31ec10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006571 10.0.0.57 - - [2025-09-04 02:35:49] "PUT /network-ipam/095f811c-c45f-4a3a-8827-55a60a31ec10 HTTP/1.1" 200 259 0.015204 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003652 10.0.0.57 - - [2025-09-04 02:35:49] "POST /network-ipams HTTP/1.1" 200 521 0.027601 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003746 10.0.0.57 - - [2025-09-04 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipam/ecb9f552-de5e-4983-9f38-3530e601fd39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.007324 10.0.0.57 - - [2025-09-04 02:35:49] "PUT /network-ipam/ecb9f552-de5e-4983-9f38-3530e601fd39 HTTP/1.1" 200 259 0.014490 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003954 10.0.0.57 - - [2025-09-04 02:35:49] "POST /network-ipams HTTP/1.1" 200 521 0.028237 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.003195 10.0.0.57 - - [2025-09-04 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.57 - - [2025-09-04 02:35:49] "GET /network-ipam/04ed59d1-3c3b-4fe1-9da4-ac84ba0c8ad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.008988 10.0.0.57 - - [2025-09-04 02:35:49] "PUT /network-ipam/04ed59d1-3c3b-4fe1-9da4-ac84ba0c8ad1 HTTP/1.1" 200 259 0.017599 10.0.0.57 - - [2025-09-04 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.131 - - [2025-09-04 02:35:50] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097 10.0.0.57 - - [2025-09-04 02:35:50] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.054023 10.0.0.131 - - [2025-09-04 02:35:50] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.57 - - [2025-09-04 02:35:51] "POST /neutron/network HTTP/1.1" 200 613 0.148244 10.0.0.38 - - [2025-09-04 02:35:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.046172 10.0.0.131 - - [2025-09-04 02:35:51] "POST /route-targets HTTP/1.1" 200 328 0.030394 10.0.0.57 - - [2025-09-04 02:35:51] "POST /neutron/network HTTP/1.1" 200 1012 0.025595 10.0.0.57 - - [2025-09-04 02:35:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001117 10.0.0.57 - - [2025-09-04 02:35:51] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.015747 10.0.0.57 - - [2025-09-04 02:35:51] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007927 10.0.0.57 - - [2025-09-04 02:35:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.008977 10.0.0.57 - - [2025-09-04 02:35:51] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005608 10.0.0.57 - - [2025-09-04 02:35:51] "GET /network-ipam/095f811c-c45f-4a3a-8827-55a60a31ec10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003838 10.0.0.57 - - [2025-09-04 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.131 - - [2025-09-04 02:35:51] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.57 - - [2025-09-04 02:35:51] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.049291 10.0.0.57 - - [2025-09-04 02:35:52] "POST /neutron/network HTTP/1.1" 200 117 0.016734 10.0.0.131 - - [2025-09-04 02:35:52] "POST /ref-update HTTP/1.1" 200 156 0.024036 10.0.0.131 - - [2025-09-04 02:35:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006892 10.0.0.57 - - [2025-09-04 02:35:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.206965 10.0.0.57 - - [2025-09-04 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001392 10.0.0.57 - - [2025-09-04 02:35:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005941 10.0.0.57 - - [2025-09-04 02:35:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006967 10.0.0.57 - - [2025-09-04 02:35:52] "POST /neutron/network HTTP/1.1" 200 1014 0.010493 10.0.0.57 - - [2025-09-04 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.131 - - [2025-09-04 02:35:52] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.57 - - [2025-09-04 02:35:52] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.059560 10.0.0.57 - - [2025-09-04 02:35:52] "POST /neutron/network HTTP/1.1" 200 117 0.022515 10.0.0.131 - - [2025-09-04 02:35:53] "POST /useragent-kv HTTP/1.1" 200 115 0.012507 10.0.0.57 - - [2025-09-04 02:35:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.228142 10.0.0.57 - - [2025-09-04 02:35:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001415 10.0.0.57 - - [2025-09-04 02:35:53] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005421 10.0.0.57 - - [2025-09-04 02:35:53] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006201 10.0.0.57 - - [2025-09-04 02:35:53] "POST /neutron/network HTTP/1.1" 200 1014 0.009095 10.0.0.57 - - [2025-09-04 02:35:53] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005715 10.0.0.57 - - [2025-09-04 02:35:54] "GET /obj-perms HTTP/1.1" 200 5042 0.056118 10.0.0.38 - - [2025-09-04 02:35:54] "GET /obj-perms HTTP/1.1" 200 5042 0.052287 10.0.0.131 - - [2025-09-04 02:35:55] "GET /obj-perms HTTP/1.1" 200 5042 0.049794 10.0.0.57 - - [2025-09-04 02:35:55] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005708 10.0.0.57 - - [2025-09-04 02:35:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007850 10.0.0.57 - - [2025-09-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 224 0.004001 10.0.0.57 - - [2025-09-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.131 - - [2025-09-04 02:35:56] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.57 - - [2025-09-04 02:35:56] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047067 10.0.0.57 - - [2025-09-04 02:35:56] "POST /network-policys HTTP/1.1" 200 561 0.029130 10.0.0.57 - - [2025-09-04 02:35:56] "GET /network-policy/5650a2f7-b0d7-49be-8e69-099f9288c293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.008142 10.0.0.57 - - [2025-09-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 404 224 0.003229 10.0.0.57 - - [2025-09-04 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.131 - - [2025-09-04 02:35:56] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001344 10.0.0.57 - - [2025-09-04 02:35:56] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.050337 10.0.0.57 - - [2025-09-04 02:35:57] "POST /network-policys HTTP/1.1" 200 561 0.033239 10.0.0.57 - - [2025-09-04 02:35:57] "GET /network-policy/d613370c-d073-4808-9cd7-7cdf9660e58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.006071 10.0.0.57 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.002864 10.0.0.57 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.131 - - [2025-09-04 02:35:57] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001035 10.0.0.57 - - [2025-09-04 02:35:57] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.040571 10.0.0.57 - - [2025-09-04 02:35:57] "POST /network-policys HTTP/1.1" 200 561 0.033979 10.0.0.57 - - [2025-09-04 02:35:57] "GET /network-policy/4c0b58fe-e1b4-40bc-bbd7-02502610344f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007048 10.0.0.57 - - [2025-09-04 02:35:57] "POST /neutron/network HTTP/1.1" 200 1012 0.010269 10.0.0.131 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.003079 10.0.0.38 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003499 10.0.0.57 - - [2025-09-04 02:35:57] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.016112 10.0.0.57 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.57 - - [2025-09-04 02:35:57] "GET /network-policy/5650a2f7-b0d7-49be-8e69-099f9288c293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.004166 10.0.0.57 - - [2025-09-04 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.57 - - [2025-09-04 02:35:57] "GET /network-policy/d613370c-d073-4808-9cd7-7cdf9660e58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004367 10.0.0.57 - - [2025-09-04 02:35:57] "POST /neutron/network HTTP/1.1" 200 1014 0.009311 10.0.0.131 - - [2025-09-04 02:35:58] "POST /access-control-lists HTTP/1.1" 200 599 0.050443 10.0.0.57 - - [2025-09-04 02:35:58] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008007 10.0.0.57 - - [2025-09-04 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.011369 10.0.0.57 - - [2025-09-04 02:35:58] "GET /network-policy/4c0b58fe-e1b4-40bc-bbd7-02502610344f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004256 10.0.0.57 - - [2025-09-04 02:35:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001230 10.0.0.57 - - [2025-09-04 02:35:58] "POST /neutron/network HTTP/1.1" 200 1206 0.010514 10.0.0.131 - - [2025-09-04 02:35:59] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001258 10.0.0.57 - - [2025-09-04 02:35:59] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.079790 10.0.0.57 - - [2025-09-04 02:35:59] "POST /neutron/port HTTP/1.1" 200 117 0.008239 10.0.0.57 - - [2025-09-04 02:35:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001928 10.0.0.57 - - [2025-09-04 02:35:59] "POST /neutron/network HTTP/1.1" 200 1206 0.009165 10.0.0.57 - - [2025-09-04 02:36:00] "POST /neutron/port HTTP/1.1" 200 1171 0.018077 10.0.0.131 - - [2025-09-04 02:36:00] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.007027 10.0.0.57 - - [2025-09-04 02:36:00] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.113796 10.0.0.57 - - [2025-09-04 02:36:00] "POST /neutron/port HTTP/1.1" 200 1199 0.029402 10.0.0.57 - - [2025-09-04 02:36:00] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020033 10.0.0.57 - - [2025-09-04 02:36:00] "POST /neutron/network HTTP/1.1" 200 1196 0.009436 10.0.0.57 - - [2025-09-04 02:36:00] "POST /neutron/port HTTP/1.1" 200 117 0.007211 10.0.0.57 - - [2025-09-04 02:36:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001342 10.0.0.57 - - [2025-09-04 02:36:01] "POST /neutron/network HTTP/1.1" 200 1024 0.009906 10.0.0.131 - - [2025-09-04 02:36:01] "PUT /access-control-list/112cb3ab-7989-483d-817a-509692895c00 HTTP/1.1" 200 273 0.038829 10.0.0.57 - - [2025-09-04 02:36:01] "POST /neutron/port HTTP/1.1" 200 1173 0.023215 10.0.0.57 - - [2025-09-04 02:36:01] "POST /neutron/port HTTP/1.1" 200 1201 0.022554 10.0.0.57 - - [2025-09-04 02:36:01] "POST /neutron/subnet HTTP/1.1" 200 1384 0.030004 10.0.0.131 - - [2025-09-04 02:36:01] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001479 10.0.0.57 - - [2025-09-04 02:36:01] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.101136 10.0.0.57 - - [2025-09-04 02:36:01] "POST /neutron/network HTTP/1.1" 200 1112 0.026951 10.0.0.57 - - [2025-09-04 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009237 10.0.0.57 - - [2025-09-04 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007730 10.0.0.57 - - [2025-09-04 02:36:02] "POST /neutron/port HTTP/1.1" 200 1199 0.014235 10.0.0.57 - - [2025-09-04 02:36:02] "POST /neutron/network HTTP/1.1" 200 1024 0.014431 10.0.0.57 - - [2025-09-04 02:36:02] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 401 292 0.000543 10.0.0.57 - - [2025-09-04 02:36:03] "POST /neutron/port HTTP/1.1" 200 1173 0.034745 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.075752 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.005277 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine-interface/b0230ea8-e2ba-40de-9149-aae3cd65a6ed HTTP/1.1" 200 3177 0.024747 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.007267 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine-interface/b0230ea8-e2ba-40de-9149-aae3cd65a6ed HTTP/1.1" 200 3177 0.012863 10.0.0.57 - - [2025-09-04 02:36:03] "GET /instance-ip/8653381e-ae46-4574-b2af-4d830df1dcda HTTP/1.1" 200 1635 0.019056 10.0.0.57 - - [2025-09-04 02:36:03] "GET /instance-ip/b7be1d16-d0ac-4f5c-85f5-5cb200bed052 HTTP/1.1" 200 1655 0.010026 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.006555 10.0.0.57 - - [2025-09-04 02:36:03] "POST /neutron/port HTTP/1.1" 200 1201 0.037291 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-machine-interface/b0230ea8-e2ba-40de-9149-aae3cd65a6ed HTTP/1.1" 200 3177 0.006892 10.0.0.57 - - [2025-09-04 02:36:03] "GET /instance-ip/8653381e-ae46-4574-b2af-4d830df1dcda HTTP/1.1" 200 1635 0.007112 10.0.0.57 - - [2025-09-04 02:36:03] "GET /instance-ip/b7be1d16-d0ac-4f5c-85f5-5cb200bed052 HTTP/1.1" 200 1655 0.009660 10.0.0.57 - - [2025-09-04 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.57 - - [2025-09-04 02:36:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003945 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003523 10.0.0.57 - - [2025-09-04 02:36:03] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018158 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006731 10.0.0.57 - - [2025-09-04 02:36:03] "POST /neutron/network HTTP/1.1" 200 1014 0.010840 10.0.0.57 - - [2025-09-04 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.57 - - [2025-09-04 02:36:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008662 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003619 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007519 10.0.0.57 - - [2025-09-04 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.57 - - [2025-09-04 02:36:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003796 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003290 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005841 10.0.0.57 - - [2025-09-04 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.57 - - [2025-09-04 02:36:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004858 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003943 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006145 10.0.0.57 - - [2025-09-04 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.57 - - [2025-09-04 02:36:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004168 10.0.0.57 - - [2025-09-04 02:36:03] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003465 10.0.0.57 - - [2025-09-04 02:36:04] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006833 10.0.0.57 - - [2025-09-04 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.57 - - [2025-09-04 02:36:07] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007172 10.0.0.131 - - [2025-09-04 02:36:11] "DELETE /project/4842f172-58dd-43b7-877b-4ace16056dcb HTTP/1.1" 404 177 0.004595 10.0.0.131 - - [2025-09-04 02:36:11] "DELETE /project/d3251d2dfd0b4ab3a1507787310badda HTTP/1.1" 404 173 0.003854 10.0.0.57 - - [2025-09-04 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.57 - - [2025-09-04 02:36:11] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006426 10.0.0.57 - - [2025-09-04 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.57 - - [2025-09-04 02:36:15] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005302 10.0.0.57 - - [2025-09-04 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.57 - - [2025-09-04 02:36:19] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006016 10.0.0.57 - - [2025-09-04 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.57 - - [2025-09-04 02:36:23] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007266 10.0.0.131 - - [2025-09-04 02:36:25] "GET /global-system-configs HTTP/1.1" 200 323 0.077694 10.0.0.131 - - [2025-09-04 02:36:25] "GET /obj-perms HTTP/1.1" 200 5056 0.130870 10.0.0.57 - - [2025-09-04 02:36:25] "GET /obj-perms HTTP/1.1" 200 5056 0.139813 10.0.0.38 - - [2025-09-04 02:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.162789 10.0.0.57 - - [2025-09-04 02:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.065504 10.0.0.38 - - [2025-09-04 02:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.066722 10.0.0.131 - - [2025-09-04 02:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.106311 10.0.0.131 - - [2025-09-04 02:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.176938 10.0.0.38 - - [2025-09-04 02:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.205276 10.0.0.57 - - [2025-09-04 02:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.231130 10.0.0.38 - - [2025-09-04 02:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.071304 10.0.0.57 - - [2025-09-04 02:36:27] "GET /global-system-configs HTTP/1.1" 200 323 0.048950 10.0.0.57 - - [2025-09-04 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.57 - - [2025-09-04 02:36:27] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007262 10.0.0.57 - - [2025-09-04 02:36:30] "POST /neutron/network HTTP/1.1" 200 1122 0.010818 10.0.0.57 - - [2025-09-04 02:36:30] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012945 10.0.0.57 - - [2025-09-04 02:36:30] "POST /neutron/network HTTP/1.1" 200 1112 0.008616 10.0.0.57 - - [2025-09-04 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.57 - - [2025-09-04 02:36:31] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008178 10.0.0.57 - - [2025-09-04 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.57 - - [2025-09-04 02:36:35] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005365 10.0.0.57 - - [2025-09-04 02:36:36] "POST /neutron/network HTTP/1.1" 200 1206 0.009730 10.0.0.57 - - [2025-09-04 02:36:36] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012693 10.0.0.57 - - [2025-09-04 02:36:36] "POST /neutron/network HTTP/1.1" 200 1196 0.009576 10.0.0.57 - - [2025-09-04 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.57 - - [2025-09-04 02:36:39] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005903 10.0.0.57 - - [2025-09-04 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.57 - - [2025-09-04 02:36:43] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005393 10.0.0.38 - - [2025-09-04 02:36:45] "GET /obj-perms HTTP/1.1" 200 5056 0.040008 10.0.0.131 - - [2025-09-04 02:36:45] "GET /obj-perms HTTP/1.1" 200 5056 0.043147 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.57 - - [2025-09-04 02:36:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003397 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005032 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005636 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.57 - - [2025-09-04 02:36:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004499 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003306 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006222 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.57 - - [2025-09-04 02:36:48] "GET /routing-instance/a4772aca-5c1b-4dec-a166-2dc17503f03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.006368 10.0.0.57 - - [2025-09-04 02:36:48] "GET /route-target/e76f4842-0dc5-450f-8f26-23ab23f1ab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003945 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.57 - - [2025-09-04 02:36:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004682 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004031 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006228 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.57 - - [2025-09-04 02:36:48] "GET /routing-instance/a4772aca-5c1b-4dec-a166-2dc17503f03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004622 10.0.0.57 - - [2025-09-04 02:36:48] "GET /route-target/e76f4842-0dc5-450f-8f26-23ab23f1ab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003413 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.57 - - [2025-09-04 02:36:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004668 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003140 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005785 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.57 - - [2025-09-04 02:36:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003893 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002697 10.0.0.57 - - [2025-09-04 02:36:48] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006234 10.0.0.57 - - [2025-09-04 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.57 - - [2025-09-04 02:36:49] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004242 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003105 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007261 10.0.0.57 - - [2025-09-04 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.57 - - [2025-09-04 02:36:49] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004451 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002675 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005702 10.0.0.57 - - [2025-09-04 02:36:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004219 10.0.0.57 - - [2025-09-04 02:36:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003624 10.0.0.131 - - [2025-09-04 02:36:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003681 10.0.0.57 - - [2025-09-04 02:36:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004400 10.0.0.57 - - [2025-09-04 02:36:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003727 10.0.0.57 - - [2025-09-04 02:36:49] "POST /neutron/port HTTP/1.1" 200 1201 0.019335 10.0.0.57 - - [2025-09-04 02:36:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010560 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.010648 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.005059 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine-interface/64fe77e0-9b1b-4ae6-8e95-504a476c93aa HTTP/1.1" 200 3176 0.005901 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.004529 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine-interface/64fe77e0-9b1b-4ae6-8e95-504a476c93aa HTTP/1.1" 200 3176 0.005136 10.0.0.57 - - [2025-09-04 02:36:49] "GET /instance-ip/4f1fea96-c23e-4dcf-817c-a31723968a4c HTTP/1.1" 200 1635 0.005764 10.0.0.57 - - [2025-09-04 02:36:49] "GET /instance-ip/f7068bd6-fdab-44d4-9a09-eb33f983523f HTTP/1.1" 200 1657 0.005508 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.003582 10.0.0.57 - - [2025-09-04 02:36:49] "GET /virtual-machine-interface/64fe77e0-9b1b-4ae6-8e95-504a476c93aa HTTP/1.1" 200 3176 0.007326 10.0.0.57 - - [2025-09-04 02:36:49] "GET /instance-ip/4f1fea96-c23e-4dcf-817c-a31723968a4c HTTP/1.1" 200 1635 0.004611 10.0.0.57 - - [2025-09-04 02:36:49] "GET /instance-ip/f7068bd6-fdab-44d4-9a09-eb33f983523f HTTP/1.1" 200 1657 0.006109 10.0.0.57 - - [2025-09-04 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.57 - - [2025-09-04 02:36:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004528 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004211 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006932 10.0.0.57 - - [2025-09-04 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.57 - - [2025-09-04 02:36:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006223 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004535 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007453 10.0.0.57 - - [2025-09-04 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006239 10.0.0.57 - - [2025-09-04 02:36:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004823 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003719 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006961 10.0.0.57 - - [2025-09-04 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.57 - - [2025-09-04 02:36:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004412 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005199 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007864 10.0.0.57 - - [2025-09-04 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.57 - - [2025-09-04 02:36:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004753 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002863 10.0.0.57 - - [2025-09-04 02:36:50] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006246 10.0.0.57 - - [2025-09-04 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.57 - - [2025-09-04 02:36:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006593 10.0.0.57 - - [2025-09-04 02:36:51] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003136 10.0.0.57 - - [2025-09-04 02:36:51] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006193 10.0.0.57 - - [2025-09-04 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.57 - - [2025-09-04 02:36:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004464 10.0.0.57 - - [2025-09-04 02:36:51] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005457 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007267 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.57 - - [2025-09-04 02:36:52] "GET /routing-instance/131071cf-1fbd-48d5-86b8-6cb14d9b8dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.006796 10.0.0.57 - - [2025-09-04 02:36:52] "GET /route-target/4fae22f9-51c4-444b-a1b9-f0d1d783cbfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005042 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.57 - - [2025-09-04 02:36:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006338 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004070 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008103 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.57 - - [2025-09-04 02:36:52] "GET /routing-instance/131071cf-1fbd-48d5-86b8-6cb14d9b8dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.005081 10.0.0.57 - - [2025-09-04 02:36:52] "GET /route-target/4fae22f9-51c4-444b-a1b9-f0d1d783cbfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003876 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.57 - - [2025-09-04 02:36:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004741 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003037 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007069 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.57 - - [2025-09-04 02:36:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004122 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003378 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005661 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.57 - - [2025-09-04 02:36:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003924 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002796 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005957 10.0.0.57 - - [2025-09-04 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.57 - - [2025-09-04 02:36:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004099 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003082 10.0.0.57 - - [2025-09-04 02:36:52] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006848 10.0.0.57 - - [2025-09-04 02:36:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003788 10.0.0.131 - - [2025-09-04 02:36:52] "GET /obj-perms HTTP/1.1" 200 5042 0.005090 10.0.0.57 - - [2025-09-04 02:36:53] "GET /obj-perms HTTP/1.1" 200 5042 0.003973 10.0.0.38 - - [2025-09-04 02:36:53] "GET /obj-perms HTTP/1.1" 200 5042 0.003979 10.0.0.57 - - [2025-09-04 02:36:53] "POST /neutron/port HTTP/1.1" 200 1201 0.015474 10.0.0.57 - - [2025-09-04 02:36:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007440 10.0.0.57 - - [2025-09-04 02:36:53] "POST /neutron/port HTTP/1.1" 200 1201 0.019450 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.006391 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.003398 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine-interface/87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4 HTTP/1.1" 200 3175 0.004811 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.003318 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine-interface/87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4 HTTP/1.1" 200 3175 0.005783 10.0.0.57 - - [2025-09-04 02:36:53] "GET /instance-ip/a26bddff-ea92-4c67-85ce-5264dab14773 HTTP/1.1" 200 1637 0.005602 10.0.0.57 - - [2025-09-04 02:36:53] "GET /instance-ip/d75a3b6e-4a7c-4be8-aec4-32a56f96fb6b HTTP/1.1" 200 1656 0.005304 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.003450 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-machine-interface/87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4 HTTP/1.1" 200 3175 0.004540 10.0.0.57 - - [2025-09-04 02:36:53] "GET /instance-ip/a26bddff-ea92-4c67-85ce-5264dab14773 HTTP/1.1" 200 1637 0.003818 10.0.0.57 - - [2025-09-04 02:36:53] "GET /instance-ip/d75a3b6e-4a7c-4be8-aec4-32a56f96fb6b HTTP/1.1" 200 1656 0.004352 10.0.0.57 - - [2025-09-04 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.57 - - [2025-09-04 02:36:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003602 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003407 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005868 10.0.0.57 - - [2025-09-04 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.015833 10.0.0.57 - - [2025-09-04 02:36:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.018492 10.0.0.57 - - [2025-09-04 02:36:53] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.007036 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005891 10.0.0.57 - - [2025-09-04 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.57 - - [2025-09-04 02:36:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003830 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.013122 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007029 10.0.0.57 - - [2025-09-04 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.57 - - [2025-09-04 02:36:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005408 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003855 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006894 10.0.0.57 - - [2025-09-04 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.57 - - [2025-09-04 02:36:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003904 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008824 10.0.0.57 - - [2025-09-04 02:36:54] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006271 10.0.0.57 - - [2025-09-04 02:36:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007964 10.0.0.57 - - [2025-09-04 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007334 10.0.0.57 - - [2025-09-04 02:36:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004193 10.0.0.57 - - [2025-09-04 02:36:55] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008404 10.0.0.57 - - [2025-09-04 02:36:55] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.010402 10.0.0.57 - - [2025-09-04 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008740 10.0.0.57 - - [2025-09-04 02:36:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003883 10.0.0.57 - - [2025-09-04 02:36:55] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006791 10.0.0.57 - - [2025-09-04 02:36:55] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006824 10.0.0.57 - - [2025-09-04 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006473 10.0.0.57 - - [2025-09-04 02:36:55] "GET /routing-instance/6b71721a-06c9-4525-94b7-9cd6174c25c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004812 10.0.0.57 - - [2025-09-04 02:36:55] "GET /route-target/f5d6cde0-7fe1-422a-9890-a42a9c0f3cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004680 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.57 - - [2025-09-04 02:36:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003936 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003940 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005666 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.57 - - [2025-09-04 02:36:56] "GET /routing-instance/6b71721a-06c9-4525-94b7-9cd6174c25c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004792 10.0.0.57 - - [2025-09-04 02:36:56] "GET /route-target/f5d6cde0-7fe1-422a-9890-a42a9c0f3cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004855 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.57 - - [2025-09-04 02:36:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005691 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003821 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007482 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.57 - - [2025-09-04 02:36:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008755 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005309 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.009871 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009298 10.0.0.57 - - [2025-09-04 02:36:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004771 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003466 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007621 10.0.0.57 - - [2025-09-04 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.57 - - [2025-09-04 02:36:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003868 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002953 10.0.0.57 - - [2025-09-04 02:36:56] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006160 10.0.0.131 - - [2025-09-04 02:36:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003461 10.0.0.57 - - [2025-09-04 02:36:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003761 10.0.0.57 - - [2025-09-04 02:36:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004391 10.0.0.57 - - [2025-09-04 02:36:57] "GET /obj-perms HTTP/1.1" 200 5042 0.003912 10.0.0.57 - - [2025-09-04 02:36:57] "GET /obj-perms HTTP/1.1" 200 5042 0.003681 10.0.0.131 - - [2025-09-04 02:36:57] "GET /obj-perms HTTP/1.1" 200 5042 0.005545 10.0.0.57 - - [2025-09-04 02:36:57] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.003403 10.0.0.57 - - [2025-09-04 02:36:57] "GET /virtual-machine-interface/b0230ea8-e2ba-40de-9149-aae3cd65a6ed HTTP/1.1" 200 3177 0.005026 10.0.0.57 - - [2025-09-04 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.57 - - [2025-09-04 02:36:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003922 10.0.0.57 - - [2025-09-04 02:36:57] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003078 10.0.0.57 - - [2025-09-04 02:36:57] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006753 10.0.0.57 - - [2025-09-04 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.57 - - [2025-09-04 02:36:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004573 10.0.0.57 - - [2025-09-04 02:36:58] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003848 10.0.0.57 - - [2025-09-04 02:36:58] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007540 10.0.0.57 - - [2025-09-04 02:36:58] "POST /neutron/port HTTP/1.1" 200 1199 0.020072 10.0.0.57 - - [2025-09-04 02:37:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006870 10.0.0.57 - - [2025-09-04 02:37:08] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.003807 10.0.0.57 - - [2025-09-04 02:37:08] "GET /virtual-machine-interface/64fe77e0-9b1b-4ae6-8e95-504a476c93aa HTTP/1.1" 200 3176 0.005088 10.0.0.57 - - [2025-09-04 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.57 - - [2025-09-04 02:37:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003864 10.0.0.57 - - [2025-09-04 02:37:08] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003630 10.0.0.57 - - [2025-09-04 02:37:08] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005819 10.0.0.57 - - [2025-09-04 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.57 - - [2025-09-04 02:37:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004358 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004083 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006763 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.005442 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-machine-interface/87d9dfe1-e43e-4e8a-889e-5bee8c73a5a4 HTTP/1.1" 200 3175 0.006078 10.0.0.57 - - [2025-09-04 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.57 - - [2025-09-04 02:37:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005421 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.009915 10.0.0.57 - - [2025-09-04 02:37:10] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006250 10.0.0.57 - - [2025-09-04 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.57 - - [2025-09-04 02:37:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003913 10.0.0.57 - - [2025-09-04 02:37:11] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003134 10.0.0.57 - - [2025-09-04 02:37:11] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007386 10.0.0.57 - - [2025-09-04 02:37:31] "POST /neutron/port HTTP/1.1" 200 1201 0.016290 10.0.0.57 - - [2025-09-04 02:37:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.57 - - [2025-09-04 02:37:31] "POST /neutron/port HTTP/1.1" 200 117 0.001545 10.0.0.57 - - [2025-09-04 02:37:37] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 200 1300 0.004561 10.0.0.57 - - [2025-09-04 02:37:38] "POST /neutron/port HTTP/1.1" 200 1201 0.016461 10.0.0.57 - - [2025-09-04 02:37:39] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 404 171 0.003520 10.0.0.57 - - [2025-09-04 02:37:39] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 404 171 0.002984 10.0.0.57 - - [2025-09-04 02:37:39] "GET /virtual-machine/fcd32582-9884-49d3-8847-2e3a62efbe38 HTTP/1.1" 404 171 0.003905 10.0.0.57 - - [2025-09-04 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.57 - - [2025-09-04 02:37:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004015 10.0.0.57 - - [2025-09-04 02:37:40] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002854 10.0.0.57 - - [2025-09-04 02:37:40] "GET /virtual-network/9294bf9a-f0e9-4b57-afa5-f1c553b6e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007798 10.0.0.57 - - [2025-09-04 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.57 - - [2025-09-04 02:37:40] "GET /routing-instance/6b71721a-06c9-4525-94b7-9cd6174c25c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004265 10.0.0.57 - - [2025-09-04 02:37:40] "GET /route-target/f5d6cde0-7fe1-422a-9890-a42a9c0f3cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006391 10.0.0.57 - - [2025-09-04 02:37:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004545 10.0.0.38 - - [2025-09-04 02:37:46] "GET /obj-perms HTTP/1.1" 200 5056 0.051616 10.0.0.57 - - [2025-09-04 02:37:46] "GET /obj-perms HTTP/1.1" 200 5042 0.006086 10.0.0.57 - - [2025-09-04 02:37:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004199 10.0.0.57 - - [2025-09-04 02:37:55] "GET /obj-perms HTTP/1.1" 200 5042 0.005139 10.0.0.57 - - [2025-09-04 02:37:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004218 10.0.0.57 - - [2025-09-04 02:38:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004056 10.0.0.57 - - [2025-09-04 02:38:08] "GET /obj-perms HTTP/1.1" 200 5042 0.003880 10.0.0.57 - - [2025-09-04 02:38:08] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 200 1301 0.004214 10.0.0.57 - - [2025-09-04 02:38:08] "POST /neutron/port HTTP/1.1" 200 1201 0.016605 10.0.0.57 - - [2025-09-04 02:38:10] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 404 171 0.003829 10.0.0.57 - - [2025-09-04 02:38:10] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 404 171 0.003120 10.0.0.57 - - [2025-09-04 02:38:10] "GET /virtual-machine/df74802d-7321-489f-a302-7515d5ac2254 HTTP/1.1" 404 171 0.002784 10.0.0.57 - - [2025-09-04 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.57 - - [2025-09-04 02:38:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004344 10.0.0.57 - - [2025-09-04 02:38:10] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003634 10.0.0.57 - - [2025-09-04 02:38:10] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010357 10.0.0.57 - - [2025-09-04 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.57 - - [2025-09-04 02:38:10] "GET /routing-instance/131071cf-1fbd-48d5-86b8-6cb14d9b8dff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.004568 10.0.0.57 - - [2025-09-04 02:38:10] "GET /route-target/4fae22f9-51c4-444b-a1b9-f0d1d783cbfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003529 10.0.0.57 - - [2025-09-04 02:38:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003537 10.0.0.38 - - [2025-09-04 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004031 10.0.0.57 - - [2025-09-04 02:38:19] "GET /obj-perms HTTP/1.1" 200 5042 0.005019 10.0.0.38 - - [2025-09-04 02:38:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004438 10.0.0.57 - - [2025-09-04 02:38:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004157 10.0.0.38 - - [2025-09-04 02:38:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003599 10.0.0.57 - - [2025-09-04 02:38:29] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 200 1301 0.004226 10.0.0.57 - - [2025-09-04 02:38:29] "POST /neutron/port HTTP/1.1" 200 1199 0.016482 10.0.0.57 - - [2025-09-04 02:38:31] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 404 171 0.003982 10.0.0.57 - - [2025-09-04 02:38:31] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 404 171 0.003417 10.0.0.57 - - [2025-09-04 02:38:31] "GET /virtual-machine/ab248664-787f-4511-9f0a-aa540af76c20 HTTP/1.1" 404 171 0.003988 10.0.0.57 - - [2025-09-04 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.57 - - [2025-09-04 02:38:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004200 10.0.0.57 - - [2025-09-04 02:38:31] "GET /virtual-networks?parent_id=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003497 10.0.0.57 - - [2025-09-04 02:38:31] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007279 10.0.0.57 - - [2025-09-04 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.57 - - [2025-09-04 02:38:31] "GET /routing-instance/a4772aca-5c1b-4dec-a166-2dc17503f03d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.006951 10.0.0.57 - - [2025-09-04 02:38:31] "GET /route-target/e76f4842-0dc5-450f-8f26-23ab23f1ab21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004525 10.0.0.57 - - [2025-09-04 02:38:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004775 10.0.0.57 - - [2025-09-04 02:38:34] "GET /obj-perms HTTP/1.1" 200 5042 0.005094 10.0.0.57 - - [2025-09-04 02:38:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004370 10.0.0.131 - - [2025-09-04 02:38:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004428 10.0.0.57 - - [2025-09-04 02:38:38] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005619 10.0.0.57 - - [2025-09-04 02:38:38] "POST /neutron/network HTTP/1.1" 200 1112 0.010715 10.0.0.131 - - [2025-09-04 02:38:38] "DELETE /access-control-list/112cb3ab-7989-483d-817a-509692895c00 HTTP/1.1" 200 115 0.067725 10.0.0.57 - - [2025-09-04 02:38:38] "GET /virtual-network/551df278-2efc-45d4-abf6-e8c67939be2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.018317 10.0.0.57 - - [2025-09-04 02:38:38] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005430 10.0.0.57 - - [2025-09-04 02:38:38] "POST /neutron/network HTTP/1.1" 200 1196 0.010426 10.0.0.38 - - [2025-09-04 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006965 10.0.0.131 - - [2025-09-04 02:38:38] "POST /ref-update HTTP/1.1" 200 156 0.031489 10.0.0.57 - - [2025-09-04 02:38:38] "GET /virtual-network/45e670b4-74da-4bad-8b96-e4fd63fbd04b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007304 10.0.0.57 - - [2025-09-04 02:38:38] "DELETE /network-policy/4c0b58fe-e1b4-40bc-bbd7-02502610344f HTTP/1.1" 200 115 0.061635 10.0.0.57 - - [2025-09-04 02:38:38] "DELETE /network-policy/d613370c-d073-4808-9cd7-7cdf9660e58c HTTP/1.1" 200 115 0.035079 10.0.0.57 - - [2025-09-04 02:38:38] "DELETE /network-policy/5650a2f7-b0d7-49be-8e69-099f9288c293 HTTP/1.1" 200 115 0.035372 10.0.0.57 - - [2025-09-04 02:38:38] "POST /neutron/network HTTP/1.1" 200 1014 0.012054 10.0.0.131 - - [2025-09-04 02:38:39] "DELETE /route-target/f5d6cde0-7fe1-422a-9890-a42a9c0f3cdd HTTP/1.1" 200 115 0.023170 10.0.0.131 - - [2025-09-04 02:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.052393 10.0.0.131 - - [2025-09-04 02:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.131 - - [2025-09-04 02:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001950 10.0.0.131 - - [2025-09-04 02:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001810 10.0.0.57 - - [2025-09-04 02:38:39] "POST /neutron/network HTTP/1.1" 200 151 0.188926 10.0.0.131 - - [2025-09-04 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.57 - - [2025-09-04 02:38:40] "DELETE /network-ipam/04ed59d1-3c3b-4fe1-9da4-ac84ba0c8ad1 HTTP/1.1" 200 115 0.048047 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003223 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.57 - - [2025-09-04 02:38:40] "DELETE /network-ipam/ecb9f552-de5e-4983-9f38-3530e601fd39 HTTP/1.1" 200 115 0.037847 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003583 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.57 - - [2025-09-04 02:38:40] "DELETE /network-ipam/095f811c-c45f-4a3a-8827-55a60a31ec10 HTTP/1.1" 200 115 0.033227 10.0.0.57 - - [2025-09-04 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.004202 10.0.0.131 - - [2025-09-04 02:38:43] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000974 10.0.0.57 - - [2025-09-04 02:38:43] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039653 10.0.0.131 - - [2025-09-04 02:38:43] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000916 10.0.0.57 - - [2025-09-04 02:38:43] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?fields=virtual_networks HTTP/1.1" 200 1047 0.042079 10.0.0.131 - - [2025-09-04 02:38:43] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000945 10.0.0.57 - - [2025-09-04 02:38:43] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.035170 10.0.0.131 - - [2025-09-04 02:38:43] "GET /projects?obj_uuids=d3251d2d-fd0b-4ab3-a150-7787310badda&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.57 - - [2025-09-04 02:38:43] "GET /project/d3251d2d-fd0b-4ab3-a150-7787310badda?fields=security_groups HTTP/1.1" 200 1280 0.055680 10.0.0.57 - - [2025-09-04 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.027936 10.0.0.131 - - [2025-09-04 02:38:44] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002995 10.0.0.131 - - [2025-09-04 02:38:44] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.131 - - [2025-09-04 02:38:44] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007935 10.0.0.131 - - [2025-09-04 02:38:44] "POST /id-to-fqname HTTP/1.1" 200 192 0.005733 10.0.0.131 - - [2025-09-04 02:38:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.011837 10.0.0.131 - - [2025-09-04 02:38:44] "POST /security-groups HTTP/1.1" 200 593 0.080900 10.0.0.131 - - [2025-09-04 02:38:44] "POST /projects HTTP/1.1" 200 589 0.306166 10.0.0.131 - - [2025-09-04 02:38:44] "POST /access-control-lists HTTP/1.1" 200 600 0.029787 10.0.0.131 - - [2025-09-04 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.381757 10.0.0.57 - - [2025-09-04 02:38:44] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.513965 10.0.0.57 - - [2025-09-04 02:38:45] "GET / HTTP/1.1" 200 36215 0.002091 10.0.0.57 - - [2025-09-04 02:38:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.57 - - [2025-09-04 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.028013 10.0.0.131 - - [2025-09-04 02:38:47] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.57 - - [2025-09-04 02:38:47] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039995 10.0.0.57 - - [2025-09-04 02:38:47] "POST /neutron/network HTTP/1.1" 200 117 0.036690 10.0.0.131 - - [2025-09-04 02:38:48] "POST /route-targets HTTP/1.1" 200 328 0.013334 10.0.0.57 - - [2025-09-04 02:38:48] "POST /neutron/network HTTP/1.1" 200 824 0.009356 10.0.0.57 - - [2025-09-04 02:38:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001290 10.0.0.57 - - [2025-09-04 02:38:48] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006043 10.0.0.57 - - [2025-09-04 02:38:48] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005212 10.0.0.57 - - [2025-09-04 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 714 0.010891 10.0.0.57 - - [2025-09-04 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.131 - - [2025-09-04 02:38:48] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.57 - - [2025-09-04 02:38:48] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045809 10.0.0.131 - - [2025-09-04 02:38:48] "POST /ref-update HTTP/1.1" 200 156 0.032668 10.0.0.131 - - [2025-09-04 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011917 10.0.0.57 - - [2025-09-04 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.197720 10.0.0.57 - - [2025-09-04 02:38:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001291 10.0.0.57 - - [2025-09-04 02:38:49] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005430 10.0.0.57 - - [2025-09-04 02:38:49] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004968 10.0.0.57 - - [2025-09-04 02:38:49] "POST /neutron/network HTTP/1.1" 200 825 0.006882 10.0.0.57 - - [2025-09-04 02:38:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002793 10.0.0.57 - - [2025-09-04 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.131 - - [2025-09-04 02:38:49] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001602 10.0.0.57 - - [2025-09-04 02:38:49] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043848 10.0.0.57 - - [2025-09-04 02:38:49] "POST /network-policys HTTP/1.1" 200 573 0.029798 10.0.0.57 - - [2025-09-04 02:38:49] "GET /network-policy/bf7374c1-6715-4410-bcd3-a66dcc714190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.007675 10.0.0.57 - - [2025-09-04 02:38:49] "POST /neutron/network HTTP/1.1" 200 926 0.082110 10.0.0.57 - - [2025-09-04 02:38:49] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005381 10.0.0.57 - - [2025-09-04 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.57 - - [2025-09-04 02:38:49] "GET /network-policy/bf7374c1-6715-4410-bcd3-a66dcc714190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006011 10.0.0.131 - - [2025-09-04 02:38:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.007492 10.0.0.57 - - [2025-09-04 02:38:49] "POST /neutron/network HTTP/1.1" 200 927 0.085989 10.0.0.57 - - [2025-09-04 02:38:49] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009975 10.0.0.57 - - [2025-09-04 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005816 10.0.0.57 - - [2025-09-04 02:38:49] "GET /network-policy/bf7374c1-6715-4410-bcd3-a66dcc714190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.011081 10.0.0.131 - - [2025-09-04 02:38:49] "PUT /access-control-list/c49c74de-979f-444b-8dac-33d7d67ebc73 HTTP/1.1" 200 273 0.076149 10.0.0.57 - - [2025-09-04 02:38:50] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006091 10.0.0.57 - - [2025-09-04 02:38:50] "GET /obj-perms HTTP/1.1" 200 5034 0.053728 10.0.0.57 - - [2025-09-04 02:38:51] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005208 10.0.0.38 - - [2025-09-04 02:38:52] "GET /obj-perms HTTP/1.1" 200 5034 0.049675 10.0.0.131 - - [2025-09-04 02:38:52] "GET /obj-perms HTTP/1.1" 200 5034 0.048502 10.0.0.57 - - [2025-09-04 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001363 10.0.0.131 - - [2025-09-04 02:38:52] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000969 10.0.0.57 - - [2025-09-04 02:38:53] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066422 10.0.0.57 - - [2025-09-04 02:38:53] "POST /neutron/network HTTP/1.1" 200 926 0.029823 10.0.0.57 - - [2025-09-04 02:38:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.57 - - [2025-09-04 02:38:53] "POST /neutron/port HTTP/1.1" 200 117 0.008684 10.0.0.131 - - [2025-09-04 02:38:53] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001272 10.0.0.57 - - [2025-09-04 02:38:54] "POST /neutron/port HTTP/1.1" 200 1060 0.396247 10.0.0.131 - - [2025-09-04 02:38:54] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.57 - - [2025-09-04 02:38:54] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.095808 10.0.0.57 - - [2025-09-04 02:38:54] "POST /neutron/port HTTP/1.1" 200 1114 0.221447 10.0.0.57 - - [2025-09-04 02:38:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004386 10.0.0.57 - - [2025-09-04 02:38:54] "POST /neutron/network HTTP/1.1" 200 926 0.008662 10.0.0.57 - - [2025-09-04 02:38:54] "POST /neutron/port HTTP/1.1" 200 117 0.007489 10.0.0.57 - - [2025-09-04 02:38:55] "POST /neutron/network HTTP/1.1" 200 937 0.011547 10.0.0.57 - - [2025-09-04 02:38:55] "POST /neutron/port HTTP/1.1" 200 1061 0.055384 10.0.0.57 - - [2025-09-04 02:38:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005887 10.0.0.57 - - [2025-09-04 02:38:55] "POST /neutron/network HTTP/1.1" 200 927 0.009166 10.0.0.57 - - [2025-09-04 02:38:59] "POST /neutron/port HTTP/1.1" 200 1088 0.017993 10.0.0.57 - - [2025-09-04 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007794 10.0.0.57 - - [2025-09-04 02:39:00] "GET /virtual-machine/439fed25-51cb-4323-bfba-b0ab1c9b9563 HTTP/1.1" 401 292 0.000390 10.0.0.57 - - [2025-09-04 02:39:00] "GET /virtual-machine/439fed25-51cb-4323-bfba-b0ab1c9b9563 HTTP/1.1" 200 1296 0.027195 10.0.0.57 - - [2025-09-04 02:39:00] "GET /virtual-machine-interface/0874a769-9da7-4b8e-ae8d-38e3c8463a97 HTTP/1.1" 200 2957 0.004751 10.0.0.57 - - [2025-09-04 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.57 - - [2025-09-04 02:39:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004045 10.0.0.57 - - [2025-09-04 02:39:00] "GET /virtual-networks?parent_id=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002965 10.0.0.57 - - [2025-09-04 02:39:00] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007678 10.0.0.57 - - [2025-09-04 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.57 - - [2025-09-04 02:39:03] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005102 10.0.0.57 - - [2025-09-04 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.57 - - [2025-09-04 02:39:07] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007129 10.0.0.131 - - [2025-09-04 02:39:10] "DELETE /access-control-list/1d26cb9b-8272-4af6-83b1-04c24fd8494d HTTP/1.1" 200 115 0.046820 10.0.0.131 - - [2025-09-04 02:39:11] "DELETE /project/55f6d0b557a24183948b695aeac6fc4b HTTP/1.1" 404 173 0.006269 10.0.0.131 - - [2025-09-04 02:39:11] "DELETE /project/d3251d2d-fd0b-4ab3-a150-7787310badda HTTP/1.1" 404 177 0.003989 10.0.0.57 - - [2025-09-04 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.57 - - [2025-09-04 02:39:11] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006920 10.0.0.57 - - [2025-09-04 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.57 - - [2025-09-04 02:39:15] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005053 10.0.0.57 - - [2025-09-04 02:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.57 - - [2025-09-04 02:39:19] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005658 10.0.0.57 - - [2025-09-04 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.57 - - [2025-09-04 02:39:24] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005440 10.0.0.57 - - [2025-09-04 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.57 - - [2025-09-04 02:39:28] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005512 10.0.0.57 - - [2025-09-04 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.57 - - [2025-09-04 02:39:32] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005482 10.0.0.57 - - [2025-09-04 02:39:32] "POST /neutron/network HTTP/1.1" 200 937 0.007021 10.0.0.57 - - [2025-09-04 02:39:32] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.57 - - [2025-09-04 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.57 - - [2025-09-04 02:39:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.57 - - [2025-09-04 02:39:34] "GET /virtual-networks?parent_id=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003534 10.0.0.57 - - [2025-09-04 02:39:34] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005854 10.0.0.57 - - [2025-09-04 02:39:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008733 10.0.0.57 - - [2025-09-04 02:39:40] "POST /neutron/port HTTP/1.1" 200 1088 0.041993 10.0.0.57 - - [2025-09-04 02:39:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004719 10.0.0.57 - - [2025-09-04 02:39:40] "POST /neutron/network HTTP/1.1" 200 926 0.006589 10.0.0.57 - - [2025-09-04 02:39:44] "POST /neutron/port HTTP/1.1" 200 1088 0.019907 10.0.0.57 - - [2025-09-04 02:39:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.028573 10.0.0.57 - - [2025-09-04 02:39:55] "POST /neutron/port HTTP/1.1" 200 1089 0.023818 10.0.0.57 - - [2025-09-04 02:39:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007481 10.0.0.57 - - [2025-09-04 02:39:55] "GET /virtual-machine/d9121bde-dc82-4ef4-9cff-6d060bb83c26 HTTP/1.1" 200 1297 0.006827 10.0.0.57 - - [2025-09-04 02:39:55] "GET /virtual-machine-interface/c0868208-058a-45d5-9b2b-aafbd680b41c HTTP/1.1" 200 2959 0.016294 10.0.0.57 - - [2025-09-04 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.57 - - [2025-09-04 02:39:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004183 10.0.0.57 - - [2025-09-04 02:39:55] "GET /virtual-networks?parent_id=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.007258 10.0.0.57 - - [2025-09-04 02:39:55] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006815 10.0.0.57 - - [2025-09-04 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.57 - - [2025-09-04 02:39:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003754 10.0.0.57 - - [2025-09-04 02:39:56] "GET /virtual-networks?parent_id=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003768 10.0.0.57 - - [2025-09-04 02:39:56] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.010238 10.0.0.57 - - [2025-09-04 02:39:56] "POST /neutron/port HTTP/1.1" 200 1089 0.019235 10.0.0.57 - - [2025-09-04 02:40:34] "POST /neutron/port HTTP/1.1" 200 1089 0.015169 10.0.0.57 - - [2025-09-04 02:40:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.008692 10.0.0.57 - - [2025-09-04 02:40:42] "POST /neutron/port HTTP/1.1" 200 1088 0.019861 10.0.0.57 - - [2025-09-04 02:40:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003893 10.0.0.57 - - [2025-09-04 02:40:42] "POST /neutron/network HTTP/1.1" 200 926 0.010051 10.0.0.57 - - [2025-09-04 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.131 - - [2025-09-04 02:40:51] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.57 - - [2025-09-04 02:40:51] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039818 10.0.0.57 - - [2025-09-04 02:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.57 - - [2025-09-04 02:40:51] "PUT /network-policy/bf7374c1-6715-4410-bcd3-a66dcc714190 HTTP/1.1" 200 263 0.015058 10.0.0.131 - - [2025-09-04 02:40:51] "PUT /access-control-list/c49c74de-979f-444b-8dac-33d7d67ebc73 HTTP/1.1" 200 273 0.099500 10.0.0.57 - - [2025-09-04 02:40:54] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006470 10.0.0.57 - - [2025-09-04 02:40:55] "POST /neutron/network HTTP/1.1" 200 825 0.013182 10.0.0.57 - - [2025-09-04 02:40:55] "GET /virtual-network/21b37381-df66-4160-b306-8a07b486cc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005195 10.0.0.57 - - [2025-09-04 02:40:55] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.013264 10.0.0.131 - - [2025-09-04 02:40:55] "DELETE /access-control-list/c49c74de-979f-444b-8dac-33d7d67ebc73 HTTP/1.1" 200 115 0.043927 10.0.0.57 - - [2025-09-04 02:40:55] "POST /neutron/network HTTP/1.1" 200 824 0.012965 10.0.0.57 - - [2025-09-04 02:40:55] "GET /virtual-network/7cb72e17-a829-4252-9d59-40942d82fc5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006273 10.0.0.57 - - [2025-09-04 02:40:55] "DELETE /network-policy/bf7374c1-6715-4410-bcd3-a66dcc714190 HTTP/1.1" 200 115 0.045160 10.0.0.57 - - [2025-09-04 02:40:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016229 10.0.0.57 - - [2025-09-04 02:40:55] "POST /neutron/port HTTP/1.1" 200 151 0.203823 10.0.0.57 - - [2025-09-04 02:40:57] "POST /neutron/network HTTP/1.1" 200 825 0.009284 10.0.0.131 - - [2025-09-04 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.131 - - [2025-09-04 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.131 - - [2025-09-04 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.57 - - [2025-09-04 02:40:57] "POST /neutron/network HTTP/1.1" 200 151 0.196304 10.0.0.131 - - [2025-09-04 02:40:59] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.57 - - [2025-09-04 02:40:59] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.072329 10.0.0.131 - - [2025-09-04 02:40:59] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001345 10.0.0.57 - - [2025-09-04 02:40:59] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?fields=virtual_networks HTTP/1.1" 200 1038 0.071598 10.0.0.131 - - [2025-09-04 02:40:59] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003842 10.0.0.57 - - [2025-09-04 02:40:59] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.072988 10.0.0.131 - - [2025-09-04 02:40:59] "GET /projects?obj_uuids=55f6d0b5-57a2-4183-948b-695aeac6fc4b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001447 10.0.0.57 - - [2025-09-04 02:40:59] "GET /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b?fields=security_groups HTTP/1.1" 200 1267 0.054845 10.0.0.57 - - [2025-09-04 02:41:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.023886 10.0.0.131 - - [2025-09-04 02:41:00] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003417 10.0.0.131 - - [2025-09-04 02:41:00] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.131 - - [2025-09-04 02:41:00] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041128 10.0.0.131 - - [2025-09-04 02:41:00] "POST /id-to-fqname HTTP/1.1" 200 202 0.004052 10.0.0.131 - - [2025-09-04 02:41:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.007830 10.0.0.131 - - [2025-09-04 02:41:01] "POST /security-groups HTTP/1.1" 200 603 0.037254 10.0.0.131 - - [2025-09-04 02:41:01] "POST /projects HTTP/1.1" 200 609 0.275388 10.0.0.131 - - [2025-09-04 02:41:01] "POST /access-control-lists HTTP/1.1" 200 610 0.031135 10.0.0.131 - - [2025-09-04 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.350797 10.0.0.57 - - [2025-09-04 02:41:01] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.529445 10.0.0.57 - - [2025-09-04 02:41:02] "GET / HTTP/1.1" 200 36215 0.002398 10.0.0.57 - - [2025-09-04 02:41:05] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.131 - - [2025-09-04 02:41:05] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.57 - - [2025-09-04 02:41:05] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.062186 10.0.0.57 - - [2025-09-04 02:41:06] "GET / HTTP/1.1" 200 36215 0.002343 10.0.0.57 - - [2025-09-04 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.131 - - [2025-09-04 02:41:06] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.57 - - [2025-09-04 02:41:06] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.023271 10.0.0.57 - - [2025-09-04 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.131 - - [2025-09-04 02:41:06] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.57 - - [2025-09-04 02:41:07] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.067478 10.0.0.57 - - [2025-09-04 02:41:08] "GET /domains HTTP/1.1" 401 292 0.000430 10.0.0.57 - - [2025-09-04 02:41:08] "GET /domains HTTP/1.1" 200 281 0.026166 10.0.0.131 - - [2025-09-04 02:41:08] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.57 - - [2025-09-04 02:41:08] "GET /domain/e0173f19-70be-4782-8849-f3657660486c HTTP/1.1" 200 2784 0.009812 10.0.0.131 - - [2025-09-04 02:41:08] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.57 - - [2025-09-04 02:41:08] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48 HTTP/1.1" 200 1929 0.087964 10.0.0.57 - - [2025-09-04 02:41:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003492 10.0.0.57 - - [2025-09-04 02:41:08] "POST /network-ipams HTTP/1.1" 200 623 0.027469 10.0.0.57 - - [2025-09-04 02:41:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003520 10.0.0.57 - - [2025-09-04 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.57 - - [2025-09-04 02:41:08] "GET /network-ipam/5317e9f0-213f-45cd-bb42-8de3158aec64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.006754 10.0.0.57 - - [2025-09-04 02:41:08] "PUT /network-ipam/5317e9f0-213f-45cd-bb42-8de3158aec64 HTTP/1.1" 200 259 0.013819 10.0.0.57 - - [2025-09-04 02:41:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.57 - - [2025-09-04 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032732 10.0.0.131 - - [2025-09-04 02:41:09] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.57 - - [2025-09-04 02:41:09] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044606 10.0.0.131 - - [2025-09-04 02:41:09] "POST /route-targets HTTP/1.1" 200 328 0.019996 10.0.0.131 - - [2025-09-04 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006818 10.0.0.57 - - [2025-09-04 02:41:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.210225 10.0.0.57 - - [2025-09-04 02:41:10] "POST /neutron/network HTTP/1.1" 200 1337 0.014567 10.0.0.57 - - [2025-09-04 02:41:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.001755 10.0.0.57 - - [2025-09-04 02:41:10] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006557 10.0.0.57 - - [2025-09-04 02:41:10] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007690 10.0.0.57 - - [2025-09-04 02:41:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.010525 10.0.0.57 - - [2025-09-04 02:41:10] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008520 10.0.0.131 - - [2025-09-04 02:41:11] "DELETE /project/71a13210554a4fd6a2feaf4e5b933a48 HTTP/1.1" 404 173 0.004673 10.0.0.131 - - [2025-09-04 02:41:11] "DELETE /project/55f6d0b5-57a2-4183-948b-695aeac6fc4b HTTP/1.1" 404 177 0.003340 10.0.0.131 - - [2025-09-04 02:41:11] "DELETE /access-control-list/c79f7459-8d8e-4e68-894e-3e8d97eda976 HTTP/1.1" 200 115 0.048308 10.0.0.57 - - [2025-09-04 02:41:11] "GET /obj-perms HTTP/1.1" 200 5019 0.132996 10.0.0.38 - - [2025-09-04 02:41:12] "GET /obj-perms HTTP/1.1" 200 5019 0.042164 10.0.0.57 - - [2025-09-04 02:41:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003448 10.0.0.57 - - [2025-09-04 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.131 - - [2025-09-04 02:41:12] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.57 - - [2025-09-04 02:41:12] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.055793 10.0.0.57 - - [2025-09-04 02:41:12] "POST /network-policys HTTP/1.1" 200 565 0.069335 10.0.0.57 - - [2025-09-04 02:41:12] "GET /network-policy/8d43ebfe-f298-416a-b754-bbc7122b7d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.009676 10.0.0.57 - - [2025-09-04 02:41:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.004378 10.0.0.57 - - [2025-09-04 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.131 - - [2025-09-04 02:41:12] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.57 - - [2025-09-04 02:41:13] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.065790 10.0.0.57 - - [2025-09-04 02:41:13] "POST /network-policys HTTP/1.1" 200 565 0.075896 10.0.0.57 - - [2025-09-04 02:41:13] "GET /network-policy/e029165e-bd10-470b-8437-9e7940e2194c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.007003 10.0.0.57 - - [2025-09-04 02:41:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003642 10.0.0.57 - - [2025-09-04 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.131 - - [2025-09-04 02:41:13] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.57 - - [2025-09-04 02:41:13] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036674 10.0.0.57 - - [2025-09-04 02:41:13] "POST /network-policys HTTP/1.1" 200 565 0.073612 10.0.0.57 - - [2025-09-04 02:41:13] "GET /network-policy/73e6b92d-b556-4b1e-9de4-12a97a3a6c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006044 10.0.0.57 - - [2025-09-04 02:41:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003235 10.0.0.57 - - [2025-09-04 02:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.131 - - [2025-09-04 02:41:13] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.57 - - [2025-09-04 02:41:13] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041442 10.0.0.57 - - [2025-09-04 02:41:14] "POST /network-policys HTTP/1.1" 200 565 0.086332 10.0.0.57 - - [2025-09-04 02:41:14] "GET /network-policy/d221472e-66a1-47e9-bc43-c90e18437030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008964 10.0.0.57 - - [2025-09-04 02:41:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.004127 10.0.0.57 - - [2025-09-04 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.131 - - [2025-09-04 02:41:14] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.57 - - [2025-09-04 02:41:14] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045674 10.0.0.57 - - [2025-09-04 02:41:14] "POST /network-policys HTTP/1.1" 200 565 0.082125 10.0.0.57 - - [2025-09-04 02:41:14] "GET /network-policy/c05cc82e-ed9e-49ac-b983-ab979aa316f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008971 10.0.0.57 - - [2025-09-04 02:41:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003902 10.0.0.57 - - [2025-09-04 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.131 - - [2025-09-04 02:41:14] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.57 - - [2025-09-04 02:41:14] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046555 10.0.0.57 - - [2025-09-04 02:41:14] "POST /network-policys HTTP/1.1" 200 565 0.073695 10.0.0.57 - - [2025-09-04 02:41:14] "GET /network-policy/d4b794df-722e-451f-9664-46855da7e247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007302 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.006720 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.131 - - [2025-09-04 02:41:15] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.57 - - [2025-09-04 02:41:15] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052242 10.0.0.57 - - [2025-09-04 02:41:15] "POST /network-policys HTTP/1.1" 200 565 0.090126 10.0.0.57 - - [2025-09-04 02:41:15] "GET /network-policy/8ea8a82c-a65a-4749-b931-4305d3c66ca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008404 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003340 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.131 - - [2025-09-04 02:41:15] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.57 - - [2025-09-04 02:41:15] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048132 10.0.0.57 - - [2025-09-04 02:41:15] "POST /network-policys HTTP/1.1" 200 565 0.078852 10.0.0.57 - - [2025-09-04 02:41:15] "GET /network-policy/4266f8e4-0065-4ac7-8d6a-26670aade6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007386 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.004025 10.0.0.57 - - [2025-09-04 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.131 - - [2025-09-04 02:41:15] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.57 - - [2025-09-04 02:41:15] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048539 10.0.0.57 - - [2025-09-04 02:41:16] "POST /network-policys HTTP/1.1" 200 565 0.077532 10.0.0.57 - - [2025-09-04 02:41:16] "GET /network-policy/f33a1ed3-81d4-4936-85bb-be56dec26d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008086 10.0.0.57 - - [2025-09-04 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.003326 10.0.0.57 - - [2025-09-04 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.131 - - [2025-09-04 02:41:16] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.57 - - [2025-09-04 02:41:16] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044667 10.0.0.57 - - [2025-09-04 02:41:16] "POST /network-policys HTTP/1.1" 200 565 0.073865 10.0.0.57 - - [2025-09-04 02:41:16] "GET /network-policy/ae3586e0-9357-4603-8324-1b6dd17f4590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006209 10.0.0.57 - - [2025-09-04 02:41:16] "POST /neutron/network HTTP/1.1" 200 1337 0.018127 10.0.0.57 - - [2025-09-04 02:41:17] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.009241 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009820 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/4266f8e4-0065-4ac7-8d6a-26670aade6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005394 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/73e6b92d-b556-4b1e-9de4-12a97a3a6c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004371 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/8d43ebfe-f298-416a-b754-bbc7122b7d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004118 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/8ea8a82c-a65a-4749-b931-4305d3c66ca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004659 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/ae3586e0-9357-4603-8324-1b6dd17f4590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004574 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/c05cc82e-ed9e-49ac-b983-ab979aa316f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004306 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/d221472e-66a1-47e9-bc43-c90e18437030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004290 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/d4b794df-722e-451f-9664-46855da7e247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005178 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/e029165e-bd10-470b-8437-9e7940e2194c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.005633 10.0.0.57 - - [2025-09-04 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.57 - - [2025-09-04 02:41:17] "GET /network-policy/f33a1ed3-81d4-4936-85bb-be56dec26d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005651 10.0.0.57 - - [2025-09-04 02:41:17] "POST /id-to-fqname HTTP/1.1" 200 235 0.001827 10.0.0.57 - - [2025-09-04 02:41:18] "POST /neutron/network HTTP/1.1" 200 2260 0.010914 10.0.0.131 - - [2025-09-04 02:41:18] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001329 10.0.0.57 - - [2025-09-04 02:41:18] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.067183 10.0.0.57 - - [2025-09-04 02:41:19] "POST /neutron/port HTTP/1.1" 200 117 0.006775 10.0.0.131 - - [2025-09-04 02:41:19] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001940 10.0.0.131 - - [2025-09-04 02:41:19] "PUT /access-control-list/06da969b-7971-442e-8526-e6400dabf0c2 HTTP/1.1" 200 273 0.063965 10.0.0.57 - - [2025-09-04 02:41:19] "POST /neutron/port HTTP/1.1" 200 1174 0.394056 10.0.0.57 - - [2025-09-04 02:41:20] "POST /neutron/port HTTP/1.1" 200 1228 0.114184 10.0.0.57 - - [2025-09-04 02:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004092 10.0.0.57 - - [2025-09-04 02:41:20] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.57 - - [2025-09-04 02:41:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009566 10.0.0.57 - - [2025-09-04 02:41:24] "POST /neutron/port HTTP/1.1" 200 1202 0.021108 10.0.0.57 - - [2025-09-04 02:41:24] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 401 292 0.000553 10.0.0.57 - - [2025-09-04 02:41:24] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 200 1306 0.029814 10.0.0.57 - - [2025-09-04 02:41:24] "GET /virtual-machine-interface/c82d3028-973e-46bd-9b25-2b2a9adfd9c8 HTTP/1.1" 200 3178 0.005093 10.0.0.57 - - [2025-09-04 02:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.57 - - [2025-09-04 02:41:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003960 10.0.0.57 - - [2025-09-04 02:41:24] "GET /virtual-networks?parent_id=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003094 10.0.0.57 - - [2025-09-04 02:41:24] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006624 10.0.0.131 - - [2025-09-04 02:41:25] "GET /global-system-configs HTTP/1.1" 200 323 0.044079 10.0.0.131 - - [2025-09-04 02:41:25] "GET /obj-perms HTTP/1.1" 200 5056 0.115050 10.0.0.57 - - [2025-09-04 02:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.029885 10.0.0.38 - - [2025-09-04 02:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.149988 10.0.0.38 - - [2025-09-04 02:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.178202 10.0.0.57 - - [2025-09-04 02:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.195995 10.0.0.131 - - [2025-09-04 02:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.070693 10.0.0.131 - - [2025-09-04 02:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.139793 10.0.0.38 - - [2025-09-04 02:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.037143 10.0.0.57 - - [2025-09-04 02:41:27] "GET /global-system-configs HTTP/1.1" 200 323 0.074723 10.0.0.57 - - [2025-09-04 02:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.133617 10.0.0.38 - - [2025-09-04 02:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.149894 10.0.0.57 - - [2025-09-04 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.57 - - [2025-09-04 02:41:27] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005863 10.0.0.57 - - [2025-09-04 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.57 - - [2025-09-04 02:41:32] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005965 10.0.0.57 - - [2025-09-04 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.57 - - [2025-09-04 02:41:36] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005633 10.0.0.57 - - [2025-09-04 02:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.57 - - [2025-09-04 02:41:40] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.010896 10.0.0.57 - - [2025-09-04 02:41:42] "POST /neutron/port HTTP/1.1" 200 1202 0.019301 10.0.0.57 - - [2025-09-04 02:41:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004572 10.0.0.57 - - [2025-09-04 02:41:42] "POST /neutron/port HTTP/1.1" 200 117 0.001899 10.0.0.57 - - [2025-09-04 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.57 - - [2025-09-04 02:41:44] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.009109 10.0.0.57 - - [2025-09-04 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.57 - - [2025-09-04 02:41:48] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005537 10.0.0.131 - - [2025-09-04 02:41:49] "GET /obj-perms HTTP/1.1" 200 5056 0.068213 10.0.0.57 - - [2025-09-04 02:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.57 - - [2025-09-04 02:41:52] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006422 10.0.0.57 - - [2025-09-04 02:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.57 - - [2025-09-04 02:41:56] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005544 10.0.0.57 - - [2025-09-04 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.57 - - [2025-09-04 02:41:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005152 10.0.0.57 - - [2025-09-04 02:41:58] "GET /virtual-networks?parent_id=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003489 10.0.0.57 - - [2025-09-04 02:41:58] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006364 10.0.0.57 - - [2025-09-04 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007867 10.0.0.57 - - [2025-09-04 02:42:09] "POST /neutron/port HTTP/1.1" 200 1202 0.014272 10.0.0.57 - - [2025-09-04 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007869 10.0.0.57 - - [2025-09-04 02:42:19] "POST /neutron/port HTTP/1.1" 200 1202 0.024302 10.0.0.57 - - [2025-09-04 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008969 10.0.0.57 - - [2025-09-04 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.57 - - [2025-09-04 02:42:19] "GET /network-policy/8d43ebfe-f298-416a-b754-bbc7122b7d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003723 10.0.0.57 - - [2025-09-04 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/e029165e-bd10-470b-8437-9e7940e2194c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006588 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/73e6b92d-b556-4b1e-9de4-12a97a3a6c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005375 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008823 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/d221472e-66a1-47e9-bc43-c90e18437030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006732 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/c05cc82e-ed9e-49ac-b983-ab979aa316f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005887 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/d4b794df-722e-451f-9664-46855da7e247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005348 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/8ea8a82c-a65a-4749-b931-4305d3c66ca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006885 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006408 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/4266f8e4-0065-4ac7-8d6a-26670aade6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004618 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/f33a1ed3-81d4-4936-85bb-be56dec26d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005219 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/ae3586e0-9357-4603-8324-1b6dd17f4590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005193 10.0.0.38 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.053475 10.0.0.57 - - [2025-09-04 02:42:20] "POST /neutron/network HTTP/1.1" 200 1440 0.026269 10.0.0.57 - - [2025-09-04 02:42:20] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006345 10.0.0.57 - - [2025-09-04 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.57 - - [2025-09-04 02:42:20] "GET /network-policy/8d43ebfe-f298-416a-b754-bbc7122b7d55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005602 10.0.0.57 - - [2025-09-04 02:42:26] "POST /neutron/network HTTP/1.1" 200 1440 0.015808 10.0.0.57 - - [2025-09-04 02:42:26] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005668 10.0.0.57 - - [2025-09-04 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.57 - - [2025-09-04 02:42:26] "GET /network-policy/e029165e-bd10-470b-8437-9e7940e2194c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.005230 10.0.0.131 - - [2025-09-04 02:42:31] "PUT /access-control-list/06da969b-7971-442e-8526-e6400dabf0c2 HTTP/1.1" 200 273 0.018986 10.0.0.57 - - [2025-09-04 02:42:31] "POST /neutron/network HTTP/1.1" 200 1440 0.016488 10.0.0.57 - - [2025-09-04 02:42:31] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007256 10.0.0.57 - - [2025-09-04 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.57 - - [2025-09-04 02:42:31] "GET /network-policy/73e6b92d-b556-4b1e-9de4-12a97a3a6c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004701 10.0.0.38 - - [2025-09-04 02:42:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.006393 10.0.0.57 - - [2025-09-04 02:42:36] "POST /neutron/network HTTP/1.1" 200 1440 0.023875 10.0.0.57 - - [2025-09-04 02:42:36] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.014009 10.0.0.57 - - [2025-09-04 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.57 - - [2025-09-04 02:42:36] "GET /network-policy/d221472e-66a1-47e9-bc43-c90e18437030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006756 10.0.0.57 - - [2025-09-04 02:42:41] "POST /neutron/network HTTP/1.1" 200 1440 0.014230 10.0.0.57 - - [2025-09-04 02:42:41] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006851 10.0.0.57 - - [2025-09-04 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.57 - - [2025-09-04 02:42:41] "GET /network-policy/c05cc82e-ed9e-49ac-b983-ab979aa316f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004161 10.0.0.57 - - [2025-09-04 02:42:44] "POST /neutron/network HTTP/1.1" 200 1450 0.011760 10.0.0.57 - - [2025-09-04 02:42:44] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015434 10.0.0.57 - - [2025-09-04 02:42:44] "POST /neutron/network HTTP/1.1" 200 1440 0.012560 10.0.0.131 - - [2025-09-04 02:42:47] "PUT /access-control-list/06da969b-7971-442e-8526-e6400dabf0c2 HTTP/1.1" 200 273 0.061144 10.0.0.57 - - [2025-09-04 02:42:47] "POST /neutron/network HTTP/1.1" 200 1440 0.022621 10.0.0.57 - - [2025-09-04 02:42:47] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007417 10.0.0.57 - - [2025-09-04 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.57 - - [2025-09-04 02:42:47] "GET /network-policy/d4b794df-722e-451f-9664-46855da7e247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004920 10.0.0.38 - - [2025-09-04 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.013898 10.0.0.57 - - [2025-09-04 02:42:52] "POST /neutron/network HTTP/1.1" 200 1440 0.032544 10.0.0.57 - - [2025-09-04 02:42:52] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007148 10.0.0.57 - - [2025-09-04 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.57 - - [2025-09-04 02:42:52] "GET /network-policy/8ea8a82c-a65a-4749-b931-4305d3c66ca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005919 10.0.0.57 - - [2025-09-04 02:42:57] "POST /neutron/network HTTP/1.1" 200 1440 0.012970 10.0.0.57 - - [2025-09-04 02:42:57] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.008776 10.0.0.57 - - [2025-09-04 02:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010013 10.0.0.57 - - [2025-09-04 02:42:57] "GET /network-policy/4266f8e4-0065-4ac7-8d6a-26670aade6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004074 10.0.0.131 - - [2025-09-04 02:43:02] "PUT /access-control-list/06da969b-7971-442e-8526-e6400dabf0c2 HTTP/1.1" 200 273 0.063561 10.0.0.57 - - [2025-09-04 02:43:02] "POST /neutron/network HTTP/1.1" 200 1440 0.028065 10.0.0.57 - - [2025-09-04 02:43:02] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.008105 10.0.0.57 - - [2025-09-04 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.57 - - [2025-09-04 02:43:03] "GET /network-policy/f33a1ed3-81d4-4936-85bb-be56dec26d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005812 10.0.0.38 - - [2025-09-04 02:43:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.006646 10.0.0.57 - - [2025-09-04 02:43:08] "POST /neutron/network HTTP/1.1" 200 1440 0.027899 10.0.0.57 - - [2025-09-04 02:43:08] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006732 10.0.0.57 - - [2025-09-04 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.57 - - [2025-09-04 02:43:08] "GET /network-policy/ae3586e0-9357-4603-8324-1b6dd17f4590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006305 10.0.0.57 - - [2025-09-04 02:43:13] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 200 1306 0.005026 10.0.0.57 - - [2025-09-04 02:43:14] "POST /neutron/port HTTP/1.1" 200 151 0.211646 10.0.0.57 - - [2025-09-04 02:43:15] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 404 171 0.004457 10.0.0.57 - - [2025-09-04 02:43:15] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 404 171 0.003598 10.0.0.57 - - [2025-09-04 02:43:15] "GET /virtual-machine/76954ac5-c49d-45ac-a9b5-5d83b955ceb7 HTTP/1.1" 404 171 0.003130 10.0.0.57 - - [2025-09-04 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.57 - - [2025-09-04 02:43:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004156 10.0.0.57 - - [2025-09-04 02:43:15] "GET /virtual-networks?parent_id=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002820 10.0.0.57 - - [2025-09-04 02:43:15] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005900 10.0.0.57 - - [2025-09-04 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.57 - - [2025-09-04 02:43:15] "GET /routing-instance/8ed7acca-f679-4c0b-9e0a-9cc8be9ac282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005427 10.0.0.57 - - [2025-09-04 02:43:15] "GET /route-target/77008e0c-0528-43a1-b053-d52af0f70b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005876 10.0.0.57 - - [2025-09-04 02:43:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003745 10.0.0.57 - - [2025-09-04 02:43:22] "GET /obj-perms HTTP/1.1" 200 5019 0.004152 10.0.0.57 - - [2025-09-04 02:43:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004336 10.0.0.57 - - [2025-09-04 02:43:31] "GET /obj-perms HTTP/1.1" 200 5019 0.003798 10.0.0.57 - - [2025-09-04 02:43:34] "GET /obj-perms HTTP/1.1" 200 5019 0.003986 10.0.0.57 - - [2025-09-04 02:43:37] "GET /obj-perms HTTP/1.1" 200 5019 0.004646 10.0.0.57 - - [2025-09-04 02:43:37] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005949 10.0.0.57 - - [2025-09-04 02:43:37] "POST /neutron/network HTTP/1.1" 200 1337 0.025365 10.0.0.57 - - [2025-09-04 02:43:37] "GET /virtual-network/866551db-cec4-40f1-aa93-7c31f4604c32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.009270 10.0.0.57 - - [2025-09-04 02:43:38] "DELETE /network-policy/ae3586e0-9357-4603-8324-1b6dd17f4590 HTTP/1.1" 200 115 0.049660 10.0.0.57 - - [2025-09-04 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.131 - - [2025-09-04 02:43:38] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.57 - - [2025-09-04 02:43:38] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054801 10.0.0.57 - - [2025-09-04 02:43:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.016322 10.0.0.57 - - [2025-09-04 02:43:38] "DELETE /network-policy/f33a1ed3-81d4-4936-85bb-be56dec26d6b HTTP/1.1" 200 115 0.053741 10.0.0.57 - - [2025-09-04 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.131 - - [2025-09-04 02:43:38] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.57 - - [2025-09-04 02:43:38] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047317 10.0.0.57 - - [2025-09-04 02:43:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005656 10.0.0.57 - - [2025-09-04 02:43:38] "DELETE /network-policy/4266f8e4-0065-4ac7-8d6a-26670aade6f3 HTTP/1.1" 200 115 0.050146 10.0.0.57 - - [2025-09-04 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.131 - - [2025-09-04 02:43:38] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.57 - - [2025-09-04 02:43:38] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058167 10.0.0.57 - - [2025-09-04 02:43:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.022324 10.0.0.57 - - [2025-09-04 02:43:38] "DELETE /network-policy/8ea8a82c-a65a-4749-b931-4305d3c66ca0 HTTP/1.1" 200 115 0.042684 10.0.0.57 - - [2025-09-04 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.131 - - [2025-09-04 02:43:38] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.57 - - [2025-09-04 02:43:38] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058826 10.0.0.57 - - [2025-09-04 02:43:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005614 10.0.0.57 - - [2025-09-04 02:43:38] "DELETE /network-policy/d4b794df-722e-451f-9664-46855da7e247 HTTP/1.1" 200 115 0.034824 10.0.0.57 - - [2025-09-04 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.131 - - [2025-09-04 02:43:38] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.57 - - [2025-09-04 02:43:39] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.052727 10.0.0.57 - - [2025-09-04 02:43:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.006556 10.0.0.57 - - [2025-09-04 02:43:39] "DELETE /network-policy/c05cc82e-ed9e-49ac-b983-ab979aa316f3 HTTP/1.1" 200 115 0.049622 10.0.0.57 - - [2025-09-04 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017124 10.0.0.131 - - [2025-09-04 02:43:39] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.027718 10.0.0.57 - - [2025-09-04 02:43:39] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.114025 10.0.0.57 - - [2025-09-04 02:43:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005957 10.0.0.57 - - [2025-09-04 02:43:39] "DELETE /network-policy/d221472e-66a1-47e9-bc43-c90e18437030 HTTP/1.1" 200 115 0.044941 10.0.0.57 - - [2025-09-04 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007679 10.0.0.131 - - [2025-09-04 02:43:39] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.57 - - [2025-09-04 02:43:39] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045168 10.0.0.57 - - [2025-09-04 02:43:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.005139 10.0.0.57 - - [2025-09-04 02:43:39] "DELETE /network-policy/73e6b92d-b556-4b1e-9de4-12a97a3a6c10 HTTP/1.1" 200 115 0.031639 10.0.0.57 - - [2025-09-04 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.131 - - [2025-09-04 02:43:39] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.57 - - [2025-09-04 02:43:39] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041986 10.0.0.57 - - [2025-09-04 02:43:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005263 10.0.0.57 - - [2025-09-04 02:43:39] "DELETE /network-policy/e029165e-bd10-470b-8437-9e7940e2194c HTTP/1.1" 200 115 0.044701 10.0.0.57 - - [2025-09-04 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006522 10.0.0.131 - - [2025-09-04 02:43:40] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.57 - - [2025-09-04 02:43:40] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051732 10.0.0.57 - - [2025-09-04 02:43:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005999 10.0.0.57 - - [2025-09-04 02:43:40] "DELETE /network-policy/8d43ebfe-f298-416a-b754-bbc7122b7d55 HTTP/1.1" 200 115 0.042524 10.0.0.57 - - [2025-09-04 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009939 10.0.0.131 - - [2025-09-04 02:43:40] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.57 - - [2025-09-04 02:43:40] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049181 10.0.0.57 - - [2025-09-04 02:43:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-84460502&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005900 10.0.0.131 - - [2025-09-04 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011415 10.0.0.57 - - [2025-09-04 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.57 - - [2025-09-04 02:43:40] "DELETE /network-ipam/5317e9f0-213f-45cd-bb42-8de3158aec64 HTTP/1.1" 200 115 0.037757 10.0.0.57 - - [2025-09-04 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 260 0.004896 10.0.0.131 - - [2025-09-04 02:43:40] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001298 10.0.0.131 - - [2025-09-04 02:43:40] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.049347 10.0.0.131 - - [2025-09-04 02:43:40] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001336 10.0.0.131 - - [2025-09-04 02:43:41] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=security_groups HTTP/1.1" 200 1399 0.048515 10.0.0.131 - - [2025-09-04 02:43:41] "DELETE /security-group/ca8e2738-973c-439d-ad98-bb525748f4c4 HTTP/1.1" 200 115 0.058384 10.0.0.131 - - [2025-09-04 02:43:41] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.131 - - [2025-09-04 02:43:41] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=application_policy_sets HTTP/1.1" 200 1438 0.072531 10.0.0.131 - - [2025-09-04 02:43:41] "DELETE /access-control-list/f82f946a-197f-4fcb-a79a-8816f72eb7f9 HTTP/1.1" 200 115 0.065339 10.0.0.57 - - [2025-09-04 02:43:41] "DELETE /project/71a13210-554a-4fd6-a2fe-af4e5b933a48 HTTP/1.1" 200 115 0.433320 10.0.0.131 - - [2025-09-04 02:43:41] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.57 - - [2025-09-04 02:43:41] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?fields=projects HTTP/1.1" 200 1247 0.016995 10.0.0.131 - - [2025-09-04 02:43:43] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003452 10.0.0.131 - - [2025-09-04 02:43:43] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.131 - - [2025-09-04 02:43:44] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049859 10.0.0.131 - - [2025-09-04 02:43:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.004417 10.0.0.131 - - [2025-09-04 02:43:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.006995 10.0.0.131 - - [2025-09-04 02:43:44] "POST /security-groups HTTP/1.1" 200 603 0.030430 10.0.0.131 - - [2025-09-04 02:43:44] "POST /projects HTTP/1.1" 200 609 0.231942 10.0.0.131 - - [2025-09-04 02:43:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.011455 10.0.0.131 - - [2025-09-04 02:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.304532 10.0.0.57 - - [2025-09-04 02:43:44] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.459488 10.0.0.131 - - [2025-09-04 02:43:44] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001669 10.0.0.57 - - [2025-09-04 02:43:44] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=virtual_networks HTTP/1.1" 200 1058 0.043482 10.0.0.131 - - [2025-09-04 02:43:44] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001739 10.0.0.57 - - [2025-09-04 02:43:44] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.054598 10.0.0.131 - - [2025-09-04 02:43:44] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001385 10.0.0.57 - - [2025-09-04 02:43:44] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=security_groups HTTP/1.1" 200 1297 0.039094 10.0.0.57 - - [2025-09-04 02:43:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.025333 10.0.0.131 - - [2025-09-04 02:43:45] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003499 10.0.0.131 - - [2025-09-04 02:43:45] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002282 10.0.0.131 - - [2025-09-04 02:43:45] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008490 10.0.0.131 - - [2025-09-04 02:43:45] "POST /id-to-fqname HTTP/1.1" 200 196 0.001465 10.0.0.131 - - [2025-09-04 02:43:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.007627 10.0.0.131 - - [2025-09-04 02:43:45] "POST /security-groups HTTP/1.1" 200 597 0.046475 10.0.0.131 - - [2025-09-04 02:43:45] "POST /projects HTTP/1.1" 200 597 0.267273 10.0.0.131 - - [2025-09-04 02:43:45] "POST /access-control-lists HTTP/1.1" 200 604 0.029267 10.0.0.131 - - [2025-09-04 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.338594 10.0.0.57 - - [2025-09-04 02:43:45] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.487494 10.0.0.57 - - [2025-09-04 02:43:46] "GET / HTTP/1.1" 200 36215 0.001541 10.0.0.57 - - [2025-09-04 02:43:49] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000496 10.0.0.131 - - [2025-09-04 02:43:49] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001326 10.0.0.57 - - [2025-09-04 02:43:49] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.075535 10.0.0.57 - - [2025-09-04 02:43:49] "GET / HTTP/1.1" 200 36215 0.002538 10.0.0.57 - - [2025-09-04 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.131 - - [2025-09-04 02:43:50] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.57 - - [2025-09-04 02:43:50] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008781 10.0.0.57 - - [2025-09-04 02:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.131 - - [2025-09-04 02:43:50] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.57 - - [2025-09-04 02:43:50] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053901 10.0.0.38 - - [2025-09-04 02:43:51] "GET /obj-perms HTTP/1.1" 200 5056 0.375402 10.0.0.57 - - [2025-09-04 02:43:51] "GET /domains HTTP/1.1" 401 292 0.000535 10.0.0.57 - - [2025-09-04 02:43:52] "GET /domains HTTP/1.1" 200 281 0.023422 10.0.0.131 - - [2025-09-04 02:43:52] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001802 10.0.0.57 - - [2025-09-04 02:43:52] "GET /domain/e0173f19-70be-4782-8849-f3657660486c HTTP/1.1" 200 2788 0.013425 10.0.0.131 - - [2025-09-04 02:43:52] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.57 - - [2025-09-04 02:43:52] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6 HTTP/1.1" 200 1893 0.087168 10.0.0.57 - - [2025-09-04 02:43:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003426 10.0.0.57 - - [2025-09-04 02:43:52] "POST /network-ipams HTTP/1.1" 200 605 0.028327 10.0.0.57 - - [2025-09-04 02:43:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003861 10.0.0.57 - - [2025-09-04 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.57 - - [2025-09-04 02:43:52] "GET /network-ipam/144e098f-40b3-46bd-b55d-ab5baffbd63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.006226 10.0.0.57 - - [2025-09-04 02:43:52] "PUT /network-ipam/144e098f-40b3-46bd-b55d-ab5baffbd63d HTTP/1.1" 200 259 0.014698 10.0.0.57 - - [2025-09-04 02:43:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.57 - - [2025-09-04 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.025563 10.0.0.131 - - [2025-09-04 02:43:53] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.57 - - [2025-09-04 02:43:53] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.061001 10.0.0.57 - - [2025-09-04 02:43:53] "POST /neutron/network HTTP/1.1" 200 117 0.035408 10.0.0.131 - - [2025-09-04 02:43:53] "POST /route-targets HTTP/1.1" 200 328 0.020187 10.0.0.131 - - [2025-09-04 02:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010162 10.0.0.57 - - [2025-09-04 02:43:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.202499 10.0.0.57 - - [2025-09-04 02:43:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001933 10.0.0.57 - - [2025-09-04 02:43:53] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.005930 10.0.0.57 - - [2025-09-04 02:43:53] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006407 10.0.0.57 - - [2025-09-04 02:43:54] "POST /neutron/network HTTP/1.1" 200 1074 0.016230 10.0.0.57 - - [2025-09-04 02:43:54] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006548 10.0.0.57 - - [2025-09-04 02:43:55] "GET /obj-perms HTTP/1.1" 200 5013 0.049099 10.0.0.131 - - [2025-09-04 02:43:55] "GET /obj-perms HTTP/1.1" 200 5013 0.048945 10.0.0.57 - - [2025-09-04 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.131 - - [2025-09-04 02:43:55] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.57 - - [2025-09-04 02:43:56] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040712 10.0.0.57 - - [2025-09-04 02:43:56] "POST /neutron/network HTTP/1.1" 200 117 0.012060 10.0.0.131 - - [2025-09-04 02:43:56] "POST /ref-update HTTP/1.1" 200 156 0.020964 10.0.0.131 - - [2025-09-04 02:43:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008662 10.0.0.57 - - [2025-09-04 02:43:56] "POST /neutron/subnet HTTP/1.1" 200 701 0.224461 10.0.0.57 - - [2025-09-04 02:43:56] "POST /id-to-fqname HTTP/1.1" 200 229 0.001514 10.0.0.57 - - [2025-09-04 02:43:56] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005539 10.0.0.57 - - [2025-09-04 02:43:56] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006170 10.0.0.57 - - [2025-09-04 02:43:56] "POST /neutron/network HTTP/1.1" 200 1074 0.009104 10.0.0.57 - - [2025-09-04 02:43:57] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006058 10.0.0.57 - - [2025-09-04 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003262 10.0.0.57 - - [2025-09-04 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.131 - - [2025-09-04 02:43:57] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.57 - - [2025-09-04 02:43:57] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038157 10.0.0.57 - - [2025-09-04 02:43:57] "POST /network-policys HTTP/1.1" 200 529 0.069594 10.0.0.57 - - [2025-09-04 02:43:57] "GET /network-policy/0f509120-4aeb-4b0c-b744-cade0c2ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.014205 10.0.0.57 - - [2025-09-04 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003180 10.0.0.57 - - [2025-09-04 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.131 - - [2025-09-04 02:43:57] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.57 - - [2025-09-04 02:43:57] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.039292 10.0.0.57 - - [2025-09-04 02:43:58] "POST /network-policys HTTP/1.1" 200 529 0.077158 10.0.0.57 - - [2025-09-04 02:43:58] "GET /network-policy/fe351e46-a780-4a5b-b043-9c056c2d9f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006270 10.0.0.57 - - [2025-09-04 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.003721 10.0.0.57 - - [2025-09-04 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.131 - - [2025-09-04 02:43:58] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001626 10.0.0.57 - - [2025-09-04 02:43:58] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053218 10.0.0.57 - - [2025-09-04 02:43:58] "POST /network-policys HTTP/1.1" 200 529 0.077257 10.0.0.57 - - [2025-09-04 02:43:58] "GET /network-policy/ecd7fac0-9703-4a2c-91b8-0f0580e2011d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006274 10.0.0.57 - - [2025-09-04 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.003129 10.0.0.57 - - [2025-09-04 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.131 - - [2025-09-04 02:43:58] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001554 10.0.0.57 - - [2025-09-04 02:43:58] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052684 10.0.0.57 - - [2025-09-04 02:43:58] "POST /network-policys HTTP/1.1" 200 529 0.082234 10.0.0.57 - - [2025-09-04 02:43:58] "GET /network-policy/95e22459-e2ac-4a5e-a5eb-f1c122a4662b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006829 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004171 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.131 - - [2025-09-04 02:43:59] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001391 10.0.0.57 - - [2025-09-04 02:43:59] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055274 10.0.0.57 - - [2025-09-04 02:43:59] "POST /network-policys HTTP/1.1" 200 533 0.045267 10.0.0.57 - - [2025-09-04 02:43:59] "GET /network-policy/64015bfb-3db6-4918-9d1e-3a965c826ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.008219 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.004046 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.131 - - [2025-09-04 02:43:59] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001041 10.0.0.57 - - [2025-09-04 02:43:59] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041034 10.0.0.57 - - [2025-09-04 02:43:59] "POST /network-policys HTTP/1.1" 200 531 0.074477 10.0.0.57 - - [2025-09-04 02:43:59] "GET /network-policy/3cf9f95f-a07a-451a-99df-06406a86d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007177 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003733 10.0.0.57 - - [2025-09-04 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.131 - - [2025-09-04 02:43:59] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001049 10.0.0.57 - - [2025-09-04 02:43:59] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047722 10.0.0.57 - - [2025-09-04 02:44:00] "POST /network-policys HTTP/1.1" 200 531 0.077404 10.0.0.57 - - [2025-09-04 02:44:00] "GET /network-policy/af3e3b7e-b3da-4bd2-85aa-779fc24ac9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.008362 10.0.0.57 - - [2025-09-04 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.004722 10.0.0.57 - - [2025-09-04 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.131 - - [2025-09-04 02:44:00] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.57 - - [2025-09-04 02:44:00] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046334 10.0.0.57 - - [2025-09-04 02:44:00] "POST /network-policys HTTP/1.1" 200 531 0.076647 10.0.0.57 - - [2025-09-04 02:44:00] "GET /network-policy/91204e6f-d2bf-42a7-881e-a489eca83abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006449 10.0.0.57 - - [2025-09-04 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.003252 10.0.0.57 - - [2025-09-04 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.131 - - [2025-09-04 02:44:00] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001081 10.0.0.57 - - [2025-09-04 02:44:00] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041074 10.0.0.57 - - [2025-09-04 02:44:00] "POST /network-policys HTTP/1.1" 200 531 0.069422 10.0.0.57 - - [2025-09-04 02:44:00] "GET /network-policy/f3818a75-5fec-4529-9ad8-1919f5d45361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006407 10.0.0.57 - - [2025-09-04 02:44:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003306 10.0.0.57 - - [2025-09-04 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.131 - - [2025-09-04 02:44:01] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001336 10.0.0.57 - - [2025-09-04 02:44:01] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047336 10.0.0.57 - - [2025-09-04 02:44:01] "POST /network-policys HTTP/1.1" 200 535 0.025028 10.0.0.57 - - [2025-09-04 02:44:01] "GET /network-policy/47f5f502-419a-42c4-9b3a-75a215faeee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.006678 10.0.0.57 - - [2025-09-04 02:44:01] "POST /neutron/network HTTP/1.1" 200 1074 0.009350 10.0.0.57 - - [2025-09-04 02:44:01] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.030164 10.0.0.57 - - [2025-09-04 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006037 10.0.0.57 - - [2025-09-04 02:44:01] "GET /network-policy/0f509120-4aeb-4b0c-b744-cade0c2ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005715 10.0.0.57 - - [2025-09-04 02:44:01] "POST /neutron/network HTTP/1.1" 200 1074 0.008609 10.0.0.131 - - [2025-09-04 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.009429 10.0.0.57 - - [2025-09-04 02:44:02] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.013625 10.0.0.57 - - [2025-09-04 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006407 10.0.0.57 - - [2025-09-04 02:44:02] "GET /network-policy/64015bfb-3db6-4918-9d1e-3a965c826ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006335 10.0.0.57 - - [2025-09-04 02:44:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001785 10.0.0.57 - - [2025-09-04 02:44:02] "POST /neutron/network HTTP/1.1" 200 1167 0.015879 10.0.0.131 - - [2025-09-04 02:44:03] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001397 10.0.0.57 - - [2025-09-04 02:44:03] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.077535 10.0.0.57 - - [2025-09-04 02:44:03] "POST /neutron/port HTTP/1.1" 200 117 0.006973 10.0.0.57 - - [2025-09-04 02:44:03] "POST /id-to-fqname HTTP/1.1" 200 229 0.001555 10.0.0.57 - - [2025-09-04 02:44:03] "POST /neutron/network HTTP/1.1" 200 1167 0.010995 10.0.0.131 - - [2025-09-04 02:44:04] "PUT /access-control-list/0ce23195-4324-4bd6-95bb-07406b0951bb HTTP/1.1" 200 273 0.024565 10.0.0.57 - - [2025-09-04 02:44:04] "POST /neutron/port HTTP/1.1" 200 1061 0.014861 10.0.0.131 - - [2025-09-04 02:44:04] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001394 10.0.0.57 - - [2025-09-04 02:44:04] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.103595 10.0.0.57 - - [2025-09-04 02:44:04] "POST /neutron/network HTTP/1.1" 200 1159 0.032740 10.0.0.57 - - [2025-09-04 02:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.57 - - [2025-09-04 02:44:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009351 10.0.0.57 - - [2025-09-04 02:44:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009180 10.0.0.57 - - [2025-09-04 02:44:05] "POST /neutron/port HTTP/1.1" 200 1061 0.043816 10.0.0.57 - - [2025-09-04 02:44:05] "POST /neutron/port HTTP/1.1" 200 1089 0.016948 10.0.0.57 - - [2025-09-04 02:44:05] "POST /neutron/port HTTP/1.1" 200 117 0.001595 10.0.0.57 - - [2025-09-04 02:44:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006684 10.0.0.57 - - [2025-09-04 02:44:10] "POST /neutron/port HTTP/1.1" 200 1089 0.024804 10.0.0.57 - - [2025-09-04 02:44:10] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 401 292 0.000434 10.0.0.57 - - [2025-09-04 02:44:10] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 200 1300 0.027267 10.0.0.57 - - [2025-09-04 02:44:10] "GET /virtual-machine-interface/c99b85db-f2d3-4f6b-a4d8-108adabd264a HTTP/1.1" 200 2959 0.005873 10.0.0.57 - - [2025-09-04 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.57 - - [2025-09-04 02:44:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004043 10.0.0.57 - - [2025-09-04 02:44:10] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003235 10.0.0.57 - - [2025-09-04 02:44:10] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005307 10.0.0.131 - - [2025-09-04 02:44:11] "DELETE /access-control-list/15793451-ab92-4538-b570-b6938ea2fb06 HTTP/1.1" 200 115 0.042299 10.0.0.131 - - [2025-09-04 02:44:11] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.131 - - [2025-09-04 02:44:11] "DELETE /project/4d7e3a4a0c67492491cdedd3ab189db6 HTTP/1.1" 404 173 0.010439 10.0.0.131 - - [2025-09-04 02:44:11] "DELETE /project/71a13210554a4fd6a2feaf4e5b933a48 HTTP/1.1" 404 173 0.017047 10.0.0.131 - - [2025-09-04 02:44:11] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.041745 10.0.0.131 - - [2025-09-04 02:44:11] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.131 - - [2025-09-04 02:44:11] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=security_groups HTTP/1.1" 200 1126 0.048936 10.0.0.131 - - [2025-09-04 02:44:12] "GET /projects?obj_uuids=71a13210-554a-4fd6-a2fe-af4e5b933a48&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.131 - - [2025-09-04 02:44:12] "GET /project/71a13210-554a-4fd6-a2fe-af4e5b933a48?fields=application_policy_sets HTTP/1.1" 400 222 0.020138 10.0.0.131 - - [2025-09-04 02:44:12] "DELETE /project/71a13210-554a-4fd6-a2fe-af4e5b933a48 HTTP/1.1" 404 171 0.283963 10.0.0.57 - - [2025-09-04 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.57 - - [2025-09-04 02:44:13] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005435 10.0.0.57 - - [2025-09-04 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.57 - - [2025-09-04 02:44:17] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004884 10.0.0.57 - - [2025-09-04 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.57 - - [2025-09-04 02:44:21] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005420 10.0.0.57 - - [2025-09-04 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.57 - - [2025-09-04 02:44:25] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007137 10.0.0.57 - - [2025-09-04 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007555 10.0.0.57 - - [2025-09-04 02:44:30] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007262 10.0.0.57 - - [2025-09-04 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.57 - - [2025-09-04 02:44:34] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007543 10.0.0.57 - - [2025-09-04 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.57 - - [2025-09-04 02:44:38] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006278 10.0.0.57 - - [2025-09-04 02:44:39] "POST /neutron/port HTTP/1.1" 200 1089 0.015801 10.0.0.57 - - [2025-09-04 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.013784 10.0.0.57 - - [2025-09-04 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.57 - - [2025-09-04 02:44:42] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007068 10.0.0.57 - - [2025-09-04 02:44:44] "POST /neutron/port HTTP/1.1" 200 1089 0.047717 10.0.0.57 - - [2025-09-04 02:44:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.57 - - [2025-09-04 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.57 - - [2025-09-04 02:44:44] "POST /neutron/network HTTP/1.1" 200 1157 0.014243 10.0.0.57 - - [2025-09-04 02:44:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004507 10.0.0.57 - - [2025-09-04 02:44:44] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004082 10.0.0.57 - - [2025-09-04 02:44:44] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008998 10.0.0.57 - - [2025-09-04 02:44:49] "POST /neutron/port HTTP/1.1" 200 1089 0.014976 10.0.0.57 - - [2025-09-04 02:44:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.032197 10.0.0.57 - - [2025-09-04 02:45:00] "POST /neutron/port HTTP/1.1" 200 1089 0.017609 10.0.0.57 - - [2025-09-04 02:45:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006434 10.0.0.57 - - [2025-09-04 02:45:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014721 10.0.0.57 - - [2025-09-04 02:45:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007511 10.0.0.57 - - [2025-09-04 02:45:05] "GET /virtual-machine/931aa66c-f030-4b93-9f64-7560d6db5966 HTTP/1.1" 200 1301 0.005787 10.0.0.57 - - [2025-09-04 02:45:05] "GET /virtual-machine-interface/d2d4d87c-d14a-4ead-9c82-0bc3eb96c402 HTTP/1.1" 200 2959 0.011020 10.0.0.57 - - [2025-09-04 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.57 - - [2025-09-04 02:45:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003791 10.0.0.57 - - [2025-09-04 02:45:05] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003095 10.0.0.57 - - [2025-09-04 02:45:05] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.007028 10.0.0.57 - - [2025-09-04 02:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.57 - - [2025-09-04 02:45:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003624 10.0.0.57 - - [2025-09-04 02:45:06] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002621 10.0.0.57 - - [2025-09-04 02:45:06] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005864 10.0.0.57 - - [2025-09-04 02:45:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017807 10.0.0.57 - - [2025-09-04 02:45:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006987 10.0.0.57 - - [2025-09-04 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.57 - - [2025-09-04 02:45:17] "GET /network-policy/64015bfb-3db6-4918-9d1e-3a965c826ffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003800 10.0.0.57 - - [2025-09-04 02:45:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015050 10.0.0.57 - - [2025-09-04 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.57 - - [2025-09-04 02:45:17] "GET /network-policy/0f509120-4aeb-4b0c-b744-cade0c2ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004883 10.0.0.57 - - [2025-09-04 02:45:18] "POST /neutron/network HTTP/1.1" 200 1157 0.088108 10.0.0.57 - - [2025-09-04 02:45:18] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007768 10.0.0.57 - - [2025-09-04 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.57 - - [2025-09-04 02:45:18] "GET /network-policy/fe351e46-a780-4a5b-b043-9c056c2d9f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004000 10.0.0.57 - - [2025-09-04 02:45:41] "POST /neutron/port HTTP/1.1" 200 1089 0.014322 10.0.0.57 - - [2025-09-04 02:45:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.012251 10.0.0.57 - - [2025-09-04 02:45:45] "POST /neutron/port HTTP/1.1" 200 1089 0.017985 10.0.0.57 - - [2025-09-04 02:45:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003982 10.0.0.57 - - [2025-09-04 02:45:45] "POST /neutron/network HTTP/1.1" 200 1157 0.008722 10.0.0.38 - - [2025-09-04 02:45:52] "GET /obj-perms HTTP/1.1" 200 5056 0.057914 10.0.0.131 - - [2025-09-04 02:45:52] "GET /obj-perms HTTP/1.1" 200 5056 0.045092 10.0.0.57 - - [2025-09-04 02:46:10] "POST /neutron/network HTTP/1.1" 200 1160 0.012365 10.0.0.131 - - [2025-09-04 02:46:10] "POST /ref-update HTTP/1.1" 200 156 0.060594 10.0.0.57 - - [2025-09-04 02:46:10] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.014868 10.0.0.57 - - [2025-09-04 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012218 10.0.0.57 - - [2025-09-04 02:46:11] "GET /network-policy/47f5f502-419a-42c4-9b3a-75a215faeee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.004333 10.0.0.57 - - [2025-09-04 02:46:19] "POST /neutron/network HTTP/1.1" 200 1157 0.018582 10.0.0.57 - - [2025-09-04 02:46:19] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.013754 10.0.0.57 - - [2025-09-04 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.57 - - [2025-09-04 02:46:19] "GET /network-policy/ecd7fac0-9703-4a2c-91b8-0f0580e2011d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.020316 10.0.0.131 - - [2025-09-04 02:46:25] "GET /global-system-configs HTTP/1.1" 200 323 0.047167 10.0.0.57 - - [2025-09-04 02:46:25] "GET /obj-perms HTTP/1.1" 200 5056 0.141460 10.0.0.57 - - [2025-09-04 02:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.027643 10.0.0.38 - - [2025-09-04 02:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.168495 10.0.0.38 - - [2025-09-04 02:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.196959 10.0.0.131 - - [2025-09-04 02:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.218738 10.0.0.131 - - [2025-09-04 02:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.049021 10.0.0.57 - - [2025-09-04 02:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.127090 10.0.0.38 - - [2025-09-04 02:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.060701 10.0.0.57 - - [2025-09-04 02:46:27] "GET /global-system-configs HTTP/1.1" 200 323 0.083394 10.0.0.131 - - [2025-09-04 02:46:27] "GET /obj-perms HTTP/1.1" 200 5056 0.140962 10.0.0.38 - - [2025-09-04 02:46:27] "GET /obj-perms HTTP/1.1" 200 5056 0.152917 10.0.0.131 - - [2025-09-04 02:46:28] "PUT /access-control-list/0ce23195-4324-4bd6-95bb-07406b0951bb HTTP/1.1" 200 273 0.057721 10.0.0.57 - - [2025-09-04 02:46:28] "POST /neutron/network HTTP/1.1" 200 1157 0.021419 10.0.0.57 - - [2025-09-04 02:46:28] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009444 10.0.0.57 - - [2025-09-04 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.57 - - [2025-09-04 02:46:28] "GET /network-policy/95e22459-e2ac-4a5e-a5eb-f1c122a4662b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004188 10.0.0.57 - - [2025-09-04 02:46:36] "POST /neutron/network HTTP/1.1" 200 1158 0.032083 10.0.0.57 - - [2025-09-04 02:46:36] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009553 10.0.0.57 - - [2025-09-04 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006696 10.0.0.57 - - [2025-09-04 02:46:36] "GET /network-policy/3cf9f95f-a07a-451a-99df-06406a86d02b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005787 10.0.0.57 - - [2025-09-04 02:46:43] "POST /neutron/network HTTP/1.1" 200 1169 0.008179 10.0.0.57 - - [2025-09-04 02:46:43] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.131 - - [2025-09-04 02:46:44] "PUT /access-control-list/0ce23195-4324-4bd6-95bb-07406b0951bb HTTP/1.1" 200 273 0.033291 10.0.0.57 - - [2025-09-04 02:46:44] "POST /neutron/network HTTP/1.1" 200 1158 0.125980 10.0.0.57 - - [2025-09-04 02:46:44] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007834 10.0.0.57 - - [2025-09-04 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.57 - - [2025-09-04 02:46:44] "GET /network-policy/af3e3b7e-b3da-4bd2-85aa-779fc24ac9fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005605 10.0.0.57 - - [2025-09-04 02:46:47] "POST /neutron/port HTTP/1.1" 200 1089 0.020003 10.0.0.57 - - [2025-09-04 02:46:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.013025 10.0.0.57 - - [2025-09-04 02:46:52] "POST /neutron/network HTTP/1.1" 200 1158 0.010194 10.0.0.57 - - [2025-09-04 02:46:52] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009480 10.0.0.57 - - [2025-09-04 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.57 - - [2025-09-04 02:46:52] "GET /network-policy/91204e6f-d2bf-42a7-881e-a489eca83abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004516 10.0.0.57 - - [2025-09-04 02:46:53] "GET /obj-perms HTTP/1.1" 200 5056 0.047771 10.0.0.57 - - [2025-09-04 02:47:01] "POST /neutron/network HTTP/1.1" 200 1158 0.010431 10.0.0.131 - - [2025-09-04 02:47:01] "PUT /access-control-list/0ce23195-4324-4bd6-95bb-07406b0951bb HTTP/1.1" 200 273 0.025648 10.0.0.57 - - [2025-09-04 02:47:01] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008041 10.0.0.57 - - [2025-09-04 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.57 - - [2025-09-04 02:47:01] "GET /network-policy/f3818a75-5fec-4529-9ad8-1919f5d45361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005101 10.0.0.57 - - [2025-09-04 02:47:08] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005625 10.0.0.57 - - [2025-09-04 02:47:08] "POST /neutron/network HTTP/1.1" 200 1158 0.009126 10.0.0.57 - - [2025-09-04 02:47:09] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.010221 10.0.0.57 - - [2025-09-04 02:47:09] "GET /virtual-machine/931aa66c-f030-4b93-9f64-7560d6db5966 HTTP/1.1" 200 1301 0.003772 10.0.0.57 - - [2025-09-04 02:47:09] "POST /neutron/port HTTP/1.1" 200 1089 0.015846 10.0.0.57 - - [2025-09-04 02:47:11] "GET /virtual-machine/931aa66c-f030-4b93-9f64-7560d6db5966 HTTP/1.1" 404 171 0.003178 10.0.0.57 - - [2025-09-04 02:47:11] "GET /virtual-machine/931aa66c-f030-4b93-9f64-7560d6db5966 HTTP/1.1" 404 171 0.002565 10.0.0.57 - - [2025-09-04 02:47:11] "GET /virtual-machine/931aa66c-f030-4b93-9f64-7560d6db5966 HTTP/1.1" 404 171 0.002975 10.0.0.57 - - [2025-09-04 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.57 - - [2025-09-04 02:47:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003119 10.0.0.57 - - [2025-09-04 02:47:11] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003452 10.0.0.57 - - [2025-09-04 02:47:11] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.009430 10.0.0.57 - - [2025-09-04 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.57 - - [2025-09-04 02:47:11] "GET /routing-instance/3db62baf-43a7-46f4-b41b-683f64ac8b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.004723 10.0.0.57 - - [2025-09-04 02:47:11] "GET /route-target/0cbace8d-8247-4180-95a9-7ed69a68f4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004091 10.0.0.38 - - [2025-09-04 02:47:14] "GET /obj-perms HTTP/1.1" 200 5013 0.046716 10.0.0.57 - - [2025-09-04 02:47:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004655 10.0.0.38 - - [2025-09-04 02:47:24] "GET /obj-perms HTTP/1.1" 200 5013 0.004607 10.0.0.57 - - [2025-09-04 02:47:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004305 10.0.0.57 - - [2025-09-04 02:47:30] "GET /obj-perms HTTP/1.1" 200 5013 0.005491 10.0.0.38 - - [2025-09-04 02:47:30] "GET /obj-perms HTTP/1.1" 200 5013 0.004936 10.0.0.57 - - [2025-09-04 02:47:30] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 200 1300 0.005027 10.0.0.57 - - [2025-09-04 02:47:30] "POST /neutron/port HTTP/1.1" 200 1089 0.015222 10.0.0.57 - - [2025-09-04 02:47:32] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 404 171 0.003824 10.0.0.57 - - [2025-09-04 02:47:32] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 404 171 0.003796 10.0.0.57 - - [2025-09-04 02:47:32] "GET /virtual-machine/3cc8ef7f-8b2c-4995-9ae4-4349edde2b4b HTTP/1.1" 404 171 0.003185 10.0.0.57 - - [2025-09-04 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.57 - - [2025-09-04 02:47:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003826 10.0.0.57 - - [2025-09-04 02:47:32] "GET /virtual-networks?parent_id=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002877 10.0.0.57 - - [2025-09-04 02:47:32] "GET /virtual-network/83992b6f-afdb-4962-821b-bcd8eadba32e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006446 10.0.0.57 - - [2025-09-04 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.57 - - [2025-09-04 02:47:32] "GET /routing-instance/2583ccdf-89e6-4368-babb-172568b56ac5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.005513 10.0.0.57 - - [2025-09-04 02:47:32] "GET /route-target/cffaf629-d032-4923-8601-7b401d573476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004680 10.0.0.57 - - [2025-09-04 02:47:35] "GET /obj-perms HTTP/1.1" 200 5013 0.004641 10.0.0.57 - - [2025-09-04 02:47:39] "GET /obj-perms HTTP/1.1" 200 5013 0.004514 10.0.0.57 - - [2025-09-04 02:47:39] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005707 10.0.0.57 - - [2025-09-04 02:47:39] "POST /neutron/network HTTP/1.1" 200 1159 0.010248 10.0.0.131 - - [2025-09-04 02:47:39] "DELETE /access-control-list/8a9d2221-b657-4cd9-9bce-39bf63418ded HTTP/1.1" 200 115 0.053715 10.0.0.57 - - [2025-09-04 02:47:39] "GET /virtual-network/10c0f87f-74cb-4120-b1dc-7f69206511df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.011766 10.0.0.57 - - [2025-09-04 02:47:39] "DELETE /network-policy/47f5f502-419a-42c4-9b3a-75a215faeee0 HTTP/1.1" 200 115 0.034086 10.0.0.57 - - [2025-09-04 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.131 - - [2025-09-04 02:47:39] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315 10.0.0.57 - - [2025-09-04 02:47:39] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.039274 10.0.0.57 - - [2025-09-04 02:47:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005529 10.0.0.57 - - [2025-09-04 02:47:39] "DELETE /network-policy/f3818a75-5fec-4529-9ad8-1919f5d45361 HTTP/1.1" 200 115 0.051733 10.0.0.57 - - [2025-09-04 02:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.131 - - [2025-09-04 02:47:40] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.57 - - [2025-09-04 02:47:40] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038721 10.0.0.57 - - [2025-09-04 02:47:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.009336 10.0.0.57 - - [2025-09-04 02:47:40] "DELETE /network-policy/91204e6f-d2bf-42a7-881e-a489eca83abc HTTP/1.1" 200 115 0.052209 10.0.0.57 - - [2025-09-04 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.131 - - [2025-09-04 02:47:40] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001023 10.0.0.57 - - [2025-09-04 02:47:40] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.037650 10.0.0.57 - - [2025-09-04 02:47:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005500 10.0.0.57 - - [2025-09-04 02:47:40] "DELETE /network-policy/af3e3b7e-b3da-4bd2-85aa-779fc24ac9fc HTTP/1.1" 200 115 0.032599 10.0.0.57 - - [2025-09-04 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.131 - - [2025-09-04 02:47:40] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001109 10.0.0.57 - - [2025-09-04 02:47:40] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041901 10.0.0.57 - - [2025-09-04 02:47:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006534 10.0.0.57 - - [2025-09-04 02:47:40] "DELETE /network-policy/3cf9f95f-a07a-451a-99df-06406a86d02b HTTP/1.1" 200 115 0.037621 10.0.0.57 - - [2025-09-04 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.131 - - [2025-09-04 02:47:40] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.57 - - [2025-09-04 02:47:40] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044779 10.0.0.57 - - [2025-09-04 02:47:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005460 10.0.0.57 - - [2025-09-04 02:47:40] "DELETE /network-policy/64015bfb-3db6-4918-9d1e-3a965c826ffe HTTP/1.1" 200 115 0.037454 10.0.0.57 - - [2025-09-04 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.131 - - [2025-09-04 02:47:40] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001132 10.0.0.57 - - [2025-09-04 02:47:40] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048860 10.0.0.57 - - [2025-09-04 02:47:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.005796 10.0.0.57 - - [2025-09-04 02:47:41] "DELETE /network-policy/95e22459-e2ac-4a5e-a5eb-f1c122a4662b HTTP/1.1" 200 115 0.038744 10.0.0.57 - - [2025-09-04 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.131 - - [2025-09-04 02:47:41] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.57 - - [2025-09-04 02:47:41] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047630 10.0.0.57 - - [2025-09-04 02:47:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.006569 10.0.0.57 - - [2025-09-04 02:47:41] "DELETE /network-policy/ecd7fac0-9703-4a2c-91b8-0f0580e2011d HTTP/1.1" 200 115 0.038897 10.0.0.57 - - [2025-09-04 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.131 - - [2025-09-04 02:47:41] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000991 10.0.0.57 - - [2025-09-04 02:47:41] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059016 10.0.0.57 - - [2025-09-04 02:47:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005789 10.0.0.57 - - [2025-09-04 02:47:41] "DELETE /network-policy/fe351e46-a780-4a5b-b043-9c056c2d9f00 HTTP/1.1" 200 115 0.039401 10.0.0.57 - - [2025-09-04 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.131 - - [2025-09-04 02:47:41] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001100 10.0.0.57 - - [2025-09-04 02:47:41] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047121 10.0.0.57 - - [2025-09-04 02:47:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005774 10.0.0.57 - - [2025-09-04 02:47:41] "DELETE /network-policy/0f509120-4aeb-4b0c-b744-cade0c2ba218 HTTP/1.1" 200 115 0.041625 10.0.0.57 - - [2025-09-04 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.131 - - [2025-09-04 02:47:41] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001322 10.0.0.57 - - [2025-09-04 02:47:41] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040840 10.0.0.57 - - [2025-09-04 02:47:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-11334909&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005825 10.0.0.57 - - [2025-09-04 02:47:41] "POST /neutron/network HTTP/1.1" 200 1074 0.009948 10.0.0.131 - - [2025-09-04 02:47:42] "DELETE /route-target/0cbace8d-8247-4180-95a9-7ed69a68f4ca HTTP/1.1" 200 115 0.024789 10.0.0.131 - - [2025-09-04 02:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.131 - - [2025-09-04 02:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002054 10.0.0.131 - - [2025-09-04 02:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001918 10.0.0.131 - - [2025-09-04 02:47:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002552 10.0.0.57 - - [2025-09-04 02:47:42] "POST /neutron/network HTTP/1.1" 200 151 0.134944 10.0.0.57 - - [2025-09-04 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.57 - - [2025-09-04 02:47:42] "DELETE /network-ipam/144e098f-40b3-46bd-b55d-ab5baffbd63d HTTP/1.1" 200 115 0.044495 10.0.0.57 - - [2025-09-04 02:47:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.004516 10.0.0.131 - - [2025-09-04 02:47:42] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.131 - - [2025-09-04 02:47:42] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.043155 10.0.0.131 - - [2025-09-04 02:47:42] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.131 - - [2025-09-04 02:47:42] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=security_groups HTTP/1.1" 200 1381 0.048240 10.0.0.131 - - [2025-09-04 02:47:43] "DELETE /security-group/c8b07e5f-318a-45c0-858d-e0a086724302 HTTP/1.1" 200 115 0.060255 10.0.0.131 - - [2025-09-04 02:47:43] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002371 10.0.0.131 - - [2025-09-04 02:47:43] "DELETE /access-control-list/55a30819-0a69-4c9f-a204-fbb84f2970ee HTTP/1.1" 200 115 0.039346 10.0.0.131 - - [2025-09-04 02:47:43] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=application_policy_sets HTTP/1.1" 200 1420 0.069011 10.0.0.57 - - [2025-09-04 02:47:43] "DELETE /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6 HTTP/1.1" 200 115 0.440766 10.0.0.131 - - [2025-09-04 02:47:43] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003843 10.0.0.57 - - [2025-09-04 02:47:43] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?fields=projects HTTP/1.1" 200 1247 0.015451 10.0.0.131 - - [2025-09-04 02:47:44] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004663 10.0.0.131 - - [2025-09-04 02:47:44] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.131 - - [2025-09-04 02:47:44] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036949 10.0.0.131 - - [2025-09-04 02:47:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.003877 10.0.0.131 - - [2025-09-04 02:47:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.007834 10.0.0.131 - - [2025-09-04 02:47:44] "POST /security-groups HTTP/1.1" 200 597 0.029456 10.0.0.131 - - [2025-09-04 02:47:44] "POST /projects HTTP/1.1" 200 597 0.232385 10.0.0.131 - - [2025-09-04 02:47:44] "POST /access-control-lists HTTP/1.1" 200 604 0.027916 10.0.0.131 - - [2025-09-04 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.300262 10.0.0.57 - - [2025-09-04 02:47:45] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.466409 10.0.0.131 - - [2025-09-04 02:47:45] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001074 10.0.0.57 - - [2025-09-04 02:47:45] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=virtual_networks HTTP/1.1" 200 1046 0.054061 10.0.0.131 - - [2025-09-04 02:47:45] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001018 10.0.0.57 - - [2025-09-04 02:47:45] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.049144 10.0.0.131 - - [2025-09-04 02:47:45] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.57 - - [2025-09-04 02:47:45] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=security_groups HTTP/1.1" 200 1279 0.043277 10.0.0.57 - - [2025-09-04 02:47:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.025936 10.0.0.131 - - [2025-09-04 02:47:46] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003535 10.0.0.131 - - [2025-09-04 02:47:46] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.131 - - [2025-09-04 02:47:46] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006923 10.0.0.131 - - [2025-09-04 02:47:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.004165 10.0.0.131 - - [2025-09-04 02:47:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.003840 10.0.0.131 - - [2025-09-04 02:47:46] "POST /security-groups HTTP/1.1" 200 603 0.077394 10.0.0.131 - - [2025-09-04 02:47:46] "POST /fqname-to-id HTTP/1.1" 404 246 0.003907 10.0.0.131 - - [2025-09-04 02:47:46] "POST /projects HTTP/1.1" 200 609 0.279684 10.0.0.131 - - [2025-09-04 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.349068 10.0.0.131 - - [2025-09-04 02:47:46] "POST /access-control-lists HTTP/1.1" 200 608 0.030956 10.0.0.57 - - [2025-09-04 02:47:46] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.501116 10.0.0.57 - - [2025-09-04 02:47:47] "GET / HTTP/1.1" 200 36215 0.002172 10.0.0.57 - - [2025-09-04 02:47:49] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000609 10.0.0.131 - - [2025-09-04 02:47:50] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001261 10.0.0.57 - - [2025-09-04 02:47:50] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.100252 10.0.0.57 - - [2025-09-04 02:47:50] "GET / HTTP/1.1" 200 36215 0.002461 10.0.0.57 - - [2025-09-04 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.131 - - [2025-09-04 02:47:51] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.57 - - [2025-09-04 02:47:51] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009304 10.0.0.57 - - [2025-09-04 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.131 - - [2025-09-04 02:47:51] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001371 10.0.0.57 - - [2025-09-04 02:47:51] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049377 10.0.0.57 - - [2025-09-04 02:47:52] "GET /domains HTTP/1.1" 401 292 0.000551 10.0.0.57 - - [2025-09-04 02:47:52] "GET /domains HTTP/1.1" 200 281 0.026018 10.0.0.131 - - [2025-09-04 02:47:52] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001477 10.0.0.57 - - [2025-09-04 02:47:52] "GET /domain/e0173f19-70be-4782-8849-f3657660486c HTTP/1.1" 200 2788 0.016974 10.0.0.131 - - [2025-09-04 02:47:52] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.57 - - [2025-09-04 02:47:52] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d HTTP/1.1" 200 1930 0.095977 10.0.0.57 - - [2025-09-04 02:47:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003638 10.0.0.57 - - [2025-09-04 02:47:52] "POST /network-ipams HTTP/1.1" 200 623 0.032343 10.0.0.57 - - [2025-09-04 02:47:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003973 10.0.0.57 - - [2025-09-04 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.57 - - [2025-09-04 02:47:52] "GET /network-ipam/20cc6935-756c-4c9f-bbec-b8d1f621f1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.007040 10.0.0.57 - - [2025-09-04 02:47:52] "PUT /network-ipam/20cc6935-756c-4c9f-bbec-b8d1f621f1e5 HTTP/1.1" 200 259 0.026290 10.0.0.57 - - [2025-09-04 02:47:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.57 - - [2025-09-04 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.031351 10.0.0.131 - - [2025-09-04 02:47:53] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001700 10.0.0.57 - - [2025-09-04 02:47:53] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.083930 10.0.0.131 - - [2025-09-04 02:47:54] "GET /obj-perms HTTP/1.1" 200 5056 0.058828 10.0.0.131 - - [2025-09-04 02:47:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009187 10.0.0.57 - - [2025-09-04 02:47:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.420233 10.0.0.57 - - [2025-09-04 02:47:54] "GET /obj-perms HTTP/1.1" 200 5056 0.110850 10.0.0.57 - - [2025-09-04 02:47:54] "POST /neutron/network HTTP/1.1" 200 1337 0.013977 10.0.0.57 - - [2025-09-04 02:47:54] "POST /id-to-fqname HTTP/1.1" 200 235 0.001257 10.0.0.57 - - [2025-09-04 02:47:54] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005391 10.0.0.57 - - [2025-09-04 02:47:54] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005380 10.0.0.57 - - [2025-09-04 02:47:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.008953 10.0.0.57 - - [2025-09-04 02:47:55] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007879 10.0.0.57 - - [2025-09-04 02:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.131 - - [2025-09-04 02:47:56] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000897 10.0.0.57 - - [2025-09-04 02:47:56] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036713 10.0.0.57 - - [2025-09-04 02:47:56] "POST /neutron/network HTTP/1.1" 200 117 0.011321 10.0.0.131 - - [2025-09-04 02:47:57] "POST /route-targets HTTP/1.1" 200 328 0.020578 10.0.0.131 - - [2025-09-04 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006146 10.0.0.57 - - [2025-09-04 02:47:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.241251 10.0.0.38 - - [2025-09-04 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.047033 10.0.0.57 - - [2025-09-04 02:47:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001280 10.0.0.57 - - [2025-09-04 02:47:57] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007410 10.0.0.57 - - [2025-09-04 02:47:57] "POST /neutron/network HTTP/1.1" 200 1337 0.013789 10.0.0.57 - - [2025-09-04 02:47:57] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006344 10.0.0.57 - - [2025-09-04 02:47:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.009349 10.0.0.57 - - [2025-09-04 02:47:58] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005730 10.0.0.38 - - [2025-09-04 02:47:58] "GET /obj-perms HTTP/1.1" 200 5019 0.040798 10.0.0.57 - - [2025-09-04 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.003730 10.0.0.57 - - [2025-09-04 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.131 - - [2025-09-04 02:47:58] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.57 - - [2025-09-04 02:47:58] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038445 10.0.0.57 - - [2025-09-04 02:47:58] "POST /network-policys HTTP/1.1" 200 535 0.026702 10.0.0.57 - - [2025-09-04 02:47:58] "GET /network-policy/b2f2c739-bf9c-46aa-91ca-d5700ea84fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006601 10.0.0.57 - - [2025-09-04 02:47:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.004597 10.0.0.57 - - [2025-09-04 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.131 - - [2025-09-04 02:47:59] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.57 - - [2025-09-04 02:47:59] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048440 10.0.0.57 - - [2025-09-04 02:47:59] "POST /network-policys HTTP/1.1" 200 535 0.031060 10.0.0.57 - - [2025-09-04 02:47:59] "GET /network-policy/22407aec-3ffe-40e1-b0a5-4f3872b959e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006009 10.0.0.57 - - [2025-09-04 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003234 10.0.0.57 - - [2025-09-04 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.131 - - [2025-09-04 02:47:59] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.57 - - [2025-09-04 02:47:59] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045543 10.0.0.57 - - [2025-09-04 02:47:59] "POST /network-policys HTTP/1.1" 200 535 0.032553 10.0.0.57 - - [2025-09-04 02:47:59] "GET /network-policy/218aed7c-f577-4aa6-92fc-773d2c493b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006234 10.0.0.57 - - [2025-09-04 02:47:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003201 10.0.0.57 - - [2025-09-04 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.131 - - [2025-09-04 02:47:59] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.57 - - [2025-09-04 02:47:59] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.083463 10.0.0.57 - - [2025-09-04 02:47:59] "POST /network-policys HTTP/1.1" 200 535 0.035803 10.0.0.57 - - [2025-09-04 02:48:00] "GET /network-policy/e067b9ec-6b39-4eae-b762-ef14c1b3b887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007511 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 213 0.003695 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.131 - - [2025-09-04 02:48:00] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.57 - - [2025-09-04 02:48:00] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038232 10.0.0.57 - - [2025-09-04 02:48:00] "POST /network-policys HTTP/1.1" 200 539 0.028375 10.0.0.57 - - [2025-09-04 02:48:00] "GET /network-policy/3c4d537f-e531-4743-a191-c757a2657a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005821 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.003262 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.131 - - [2025-09-04 02:48:00] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.57 - - [2025-09-04 02:48:00] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039865 10.0.0.57 - - [2025-09-04 02:48:00] "POST /network-policys HTTP/1.1" 200 537 0.031672 10.0.0.57 - - [2025-09-04 02:48:00] "GET /network-policy/100d8194-425d-4861-8d0b-30715078347b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006352 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.003118 10.0.0.57 - - [2025-09-04 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.131 - - [2025-09-04 02:48:00] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.57 - - [2025-09-04 02:48:01] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048178 10.0.0.57 - - [2025-09-04 02:48:01] "POST /network-policys HTTP/1.1" 200 537 0.036787 10.0.0.57 - - [2025-09-04 02:48:01] "GET /network-policy/23e649f3-09b2-4725-b040-fe3512e571d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007202 10.0.0.57 - - [2025-09-04 02:48:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.006941 10.0.0.57 - - [2025-09-04 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.131 - - [2025-09-04 02:48:01] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001455 10.0.0.57 - - [2025-09-04 02:48:01] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053782 10.0.0.57 - - [2025-09-04 02:48:01] "POST /network-policys HTTP/1.1" 200 537 0.031416 10.0.0.57 - - [2025-09-04 02:48:01] "GET /network-policy/72192ea7-c869-4de3-9353-69d06a266e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.009365 10.0.0.57 - - [2025-09-04 02:48:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.003018 10.0.0.57 - - [2025-09-04 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.131 - - [2025-09-04 02:48:01] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.57 - - [2025-09-04 02:48:01] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056681 10.0.0.57 - - [2025-09-04 02:48:01] "POST /network-policys HTTP/1.1" 200 537 0.046258 10.0.0.57 - - [2025-09-04 02:48:01] "GET /network-policy/2b01ea54-f59a-49b2-8d0f-d0e6cb71ed14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007113 10.0.0.57 - - [2025-09-04 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.003143 10.0.0.57 - - [2025-09-04 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.131 - - [2025-09-04 02:48:02] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.57 - - [2025-09-04 02:48:02] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037507 10.0.0.57 - - [2025-09-04 02:48:02] "POST /network-policys HTTP/1.1" 200 541 0.030967 10.0.0.57 - - [2025-09-04 02:48:02] "GET /network-policy/041d813e-c8bd-44bc-8ce0-623701e87ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006861 10.0.0.57 - - [2025-09-04 02:48:02] "POST /neutron/network HTTP/1.1" 200 1425 0.096905 10.0.0.131 - - [2025-09-04 02:48:02] "POST /access-control-lists HTTP/1.1" 200 611 0.062573 10.0.0.57 - - [2025-09-04 02:48:02] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007063 10.0.0.57 - - [2025-09-04 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.57 - - [2025-09-04 02:48:02] "GET /network-policy/b2f2c739-bf9c-46aa-91ca-d5700ea84fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008159 10.0.0.57 - - [2025-09-04 02:48:03] "POST /neutron/network HTTP/1.1" 200 1427 0.091290 10.0.0.131 - - [2025-09-04 02:48:03] "POST /ref-update HTTP/1.1" 200 156 0.037885 10.0.0.57 - - [2025-09-04 02:48:03] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.011896 10.0.0.57 - - [2025-09-04 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.57 - - [2025-09-04 02:48:03] "GET /network-policy/3c4d537f-e531-4743-a191-c757a2657a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004578 10.0.0.57 - - [2025-09-04 02:48:03] "POST /id-to-fqname HTTP/1.1" 200 235 0.001474 10.0.0.131 - - [2025-09-04 02:48:04] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.57 - - [2025-09-04 02:48:04] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.070975 10.0.0.57 - - [2025-09-04 02:48:04] "POST /neutron/network HTTP/1.1" 200 1425 0.010771 10.0.0.57 - - [2025-09-04 02:48:04] "POST /id-to-fqname HTTP/1.1" 200 235 0.001452 10.0.0.57 - - [2025-09-04 02:48:04] "POST /neutron/port HTTP/1.1" 200 117 0.007802 10.0.0.131 - - [2025-09-04 02:48:05] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.57 - - [2025-09-04 02:48:05] "POST /neutron/port HTTP/1.1" 200 1174 0.405322 10.0.0.131 - - [2025-09-04 02:48:05] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.57 - - [2025-09-04 02:48:05] "POST /neutron/port HTTP/1.1" 200 1228 0.127742 10.0.0.57 - - [2025-09-04 02:48:05] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.122265 10.0.0.57 - - [2025-09-04 02:48:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004731 10.0.0.57 - - [2025-09-04 02:48:05] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.57 - - [2025-09-04 02:48:06] "POST /neutron/port HTTP/1.1" 200 1202 0.021269 10.0.0.57 - - [2025-09-04 02:48:06] "POST /neutron/port HTTP/1.1" 200 1202 0.016121 10.0.0.131 - - [2025-09-04 02:48:06] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.57 - - [2025-09-04 02:48:06] "POST /neutron/port HTTP/1.1" 200 1174 0.399629 10.0.0.57 - - [2025-09-04 02:48:07] "POST /neutron/port HTTP/1.1" 200 1228 0.138515 10.0.0.57 - - [2025-09-04 02:48:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004006 10.0.0.57 - - [2025-09-04 02:48:07] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.57 - - [2025-09-04 02:48:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008346 10.0.0.57 - - [2025-09-04 02:48:11] "POST /neutron/port HTTP/1.1" 200 1202 0.016819 10.0.0.57 - - [2025-09-04 02:48:11] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 401 292 0.000540 10.0.0.57 - - [2025-09-04 02:48:11] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 200 1306 0.029845 10.0.0.57 - - [2025-09-04 02:48:11] "GET /virtual-machine-interface/21c2c381-4196-4a45-bb82-e20b56b6b2f7 HTTP/1.1" 200 3177 0.005765 10.0.0.57 - - [2025-09-04 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.57 - - [2025-09-04 02:48:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003884 10.0.0.57 - - [2025-09-04 02:48:11] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003274 10.0.0.57 - - [2025-09-04 02:48:11] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006105 10.0.0.131 - - [2025-09-04 02:48:12] "DELETE /project/ee75edb98ba24747be71e6083a84777d HTTP/1.1" 404 173 0.005475 10.0.0.131 - - [2025-09-04 02:48:12] "DELETE /project/4d7e3a4a0c67492491cdedd3ab189db6 HTTP/1.1" 404 173 0.007367 10.0.0.131 - - [2025-09-04 02:48:12] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000845 10.0.0.131 - - [2025-09-04 02:48:12] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.040498 10.0.0.131 - - [2025-09-04 02:48:12] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000960 10.0.0.131 - - [2025-09-04 02:48:12] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=security_groups HTTP/1.1" 200 1114 0.041361 10.0.0.131 - - [2025-09-04 02:48:12] "GET /projects?obj_uuids=4d7e3a4a-0c67-4924-91cd-edd3ab189db6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.131 - - [2025-09-04 02:48:12] "DELETE /access-control-list/9e30da87-e87e-4654-b9a2-6c7d091c6b63 HTTP/1.1" 200 115 0.040575 10.0.0.131 - - [2025-09-04 02:48:12] "GET /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6?fields=application_policy_sets HTTP/1.1" 200 1420 0.068333 10.0.0.131 - - [2025-09-04 02:48:12] "DELETE /project/4d7e3a4a-0c67-4924-91cd-edd3ab189db6 HTTP/1.1" 200 115 0.352794 10.0.0.57 - - [2025-09-04 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.57 - - [2025-09-04 02:48:15] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007776 10.0.0.57 - - [2025-09-04 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.57 - - [2025-09-04 02:48:19] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005390 10.0.0.57 - - [2025-09-04 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.57 - - [2025-09-04 02:48:23] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006259 10.0.0.57 - - [2025-09-04 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.57 - - [2025-09-04 02:48:27] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005664 10.0.0.57 - - [2025-09-04 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.57 - - [2025-09-04 02:48:31] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006584 10.0.0.57 - - [2025-09-04 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.57 - - [2025-09-04 02:48:35] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005583 10.0.0.57 - - [2025-09-04 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.57 - - [2025-09-04 02:48:39] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007723 10.0.0.57 - - [2025-09-04 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.57 - - [2025-09-04 02:48:43] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005780 10.0.0.57 - - [2025-09-04 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.57 - - [2025-09-04 02:48:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004065 10.0.0.57 - - [2025-09-04 02:48:45] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003480 10.0.0.57 - - [2025-09-04 02:48:45] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006163 10.0.0.57 - - [2025-09-04 02:48:45] "POST /neutron/port HTTP/1.1" 200 1202 0.016560 10.0.0.57 - - [2025-09-04 02:48:46] "POST /neutron/network HTTP/1.1" 200 1437 0.013098 10.0.0.57 - - [2025-09-04 02:48:46] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015917 10.0.0.57 - - [2025-09-04 02:48:46] "POST /neutron/network HTTP/1.1" 200 1427 0.011201 10.0.0.57 - - [2025-09-04 02:48:49] "POST /neutron/network HTTP/1.1" 200 1435 0.011307 10.0.0.57 - - [2025-09-04 02:48:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014824 10.0.0.57 - - [2025-09-04 02:48:49] "POST /neutron/network HTTP/1.1" 200 1425 0.013702 10.0.0.131 - - [2025-09-04 02:48:55] "GET /obj-perms HTTP/1.1" 200 5056 0.053222 10.0.0.57 - - [2025-09-04 02:48:56] "POST /neutron/port HTTP/1.1" 200 1202 0.014790 10.0.0.57 - - [2025-09-04 02:48:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008255 10.0.0.57 - - [2025-09-04 02:49:06] "POST /neutron/port HTTP/1.1" 200 1202 0.017068 10.0.0.57 - - [2025-09-04 02:49:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007464 10.0.0.57 - - [2025-09-04 02:49:06] "GET /virtual-machine/9fb761c2-ab59-4fb1-804c-43188d72cd82 HTTP/1.1" 200 1306 0.006770 10.0.0.57 - - [2025-09-04 02:49:06] "GET /virtual-machine-interface/c32d877b-4d6d-43d1-a8a8-024ee3281412 HTTP/1.1" 200 3178 0.005390 10.0.0.57 - - [2025-09-04 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.57 - - [2025-09-04 02:49:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003715 10.0.0.57 - - [2025-09-04 02:49:06] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.012491 10.0.0.57 - - [2025-09-04 02:49:07] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005715 10.0.0.57 - - [2025-09-04 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.57 - - [2025-09-04 02:49:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005587 10.0.0.57 - - [2025-09-04 02:49:08] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003634 10.0.0.57 - - [2025-09-04 02:49:08] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007474 10.0.0.57 - - [2025-09-04 02:49:08] "POST /neutron/port HTTP/1.1" 200 1202 0.017083 10.0.0.57 - - [2025-09-04 02:49:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007081 10.0.0.57 - - [2025-09-04 02:49:22] "POST /neutron/port HTTP/1.1" 200 1202 0.016847 10.0.0.57 - - [2025-09-04 02:49:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008179 10.0.0.57 - - [2025-09-04 02:49:34] "POST /neutron/port HTTP/1.1" 200 2286 0.019769 10.0.0.57 - - [2025-09-04 02:49:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007469 10.0.0.57 - - [2025-09-04 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.57 - - [2025-09-04 02:49:34] "GET /network-policy/3c4d537f-e531-4743-a191-c757a2657a83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004095 10.0.0.57 - - [2025-09-04 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.57 - - [2025-09-04 02:49:34] "GET /network-policy/b2f2c739-bf9c-46aa-91ca-d5700ea84fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004489 10.0.0.57 - - [2025-09-04 02:49:34] "POST /neutron/network HTTP/1.1" 200 1425 0.011752 10.0.0.38 - - [2025-09-04 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.008610 10.0.0.57 - - [2025-09-04 02:49:35] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008130 10.0.0.57 - - [2025-09-04 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.57 - - [2025-09-04 02:49:35] "GET /network-policy/22407aec-3ffe-40e1-b0a5-4f3872b959e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004132 10.0.0.57 - - [2025-09-04 02:49:45] "POST /neutron/port HTTP/1.1" 200 1202 0.045216 10.0.0.57 - - [2025-09-04 02:49:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005452 10.0.0.57 - - [2025-09-04 02:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.57 - - [2025-09-04 02:49:51] "POST /neutron/port HTTP/1.1" 200 1202 0.036593 10.0.0.57 - - [2025-09-04 02:49:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.57 - - [2025-09-04 02:49:51] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.57 - - [2025-09-04 02:49:55] "GET /obj-perms HTTP/1.1" 200 5056 0.047575 10.0.0.57 - - [2025-09-04 02:50:23] "POST /neutron/network HTTP/1.1" 200 1425 0.010837 10.0.0.131 - - [2025-09-04 02:50:23] "PUT /access-control-list/8c697498-e081-4f3a-abd2-5e0872aa1b35 HTTP/1.1" 200 273 0.019624 10.0.0.57 - - [2025-09-04 02:50:24] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.009773 10.0.0.57 - - [2025-09-04 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.57 - - [2025-09-04 02:50:24] "GET /network-policy/041d813e-c8bd-44bc-8ce0-623701e87ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004423 10.0.0.57 - - [2025-09-04 02:50:36] "POST /neutron/network HTTP/1.1" 200 1428 0.014196 10.0.0.57 - - [2025-09-04 02:50:36] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.016560 10.0.0.131 - - [2025-09-04 02:50:36] "POST /ref-update HTTP/1.1" 200 156 0.044501 10.0.0.57 - - [2025-09-04 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.57 - - [2025-09-04 02:50:36] "GET /network-policy/218aed7c-f577-4aa6-92fc-773d2c493b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007581 10.0.0.57 - - [2025-09-04 02:50:46] "POST /neutron/port HTTP/1.1" 200 1202 0.019077 10.0.0.57 - - [2025-09-04 02:50:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004859 10.0.0.57 - - [2025-09-04 02:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.57 - - [2025-09-04 02:50:48] "POST /neutron/network HTTP/1.1" 200 1425 0.011090 10.0.0.38 - - [2025-09-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004235 10.0.0.57 - - [2025-09-04 02:50:48] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007663 10.0.0.57 - - [2025-09-04 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.57 - - [2025-09-04 02:50:48] "GET /network-policy/e067b9ec-6b39-4eae-b762-ef14c1b3b887?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004642 10.0.0.57 - - [2025-09-04 02:50:53] "POST /neutron/port HTTP/1.1" 200 1202 0.015934 10.0.0.57 - - [2025-09-04 02:50:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004138 10.0.0.57 - - [2025-09-04 02:50:53] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.57 - - [2025-09-04 02:50:59] "POST /neutron/network HTTP/1.1" 200 1425 0.011950 10.0.0.57 - - [2025-09-04 02:50:59] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.013736 10.0.0.57 - - [2025-09-04 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.131 - - [2025-09-04 02:50:59] "POST /ref-update HTTP/1.1" 200 156 0.028581 10.0.0.57 - - [2025-09-04 02:50:59] "GET /network-policy/100d8194-425d-4861-8d0b-30715078347b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005127 10.0.0.57 - - [2025-09-04 02:51:11] "POST /neutron/network HTTP/1.1" 200 1426 0.011877 10.0.0.57 - - [2025-09-04 02:51:11] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.010350 10.0.0.57 - - [2025-09-04 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.57 - - [2025-09-04 02:51:11] "GET /network-policy/23e649f3-09b2-4725-b040-fe3512e571d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004298 10.0.0.57 - - [2025-09-04 02:51:21] "POST /neutron/network HTTP/1.1" 200 1426 0.013402 10.0.0.38 - - [2025-09-04 02:51:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003655 10.0.0.131 - - [2025-09-04 02:51:21] "PUT /access-control-list/8c697498-e081-4f3a-abd2-5e0872aa1b35 HTTP/1.1" 200 273 0.079278 10.0.0.57 - - [2025-09-04 02:51:21] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.017640 10.0.0.57 - - [2025-09-04 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.57 - - [2025-09-04 02:51:21] "GET /network-policy/72192ea7-c869-4de3-9353-69d06a266e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004333 10.0.0.131 - - [2025-09-04 02:51:25] "GET /global-system-configs HTTP/1.1" 200 323 0.058845 10.0.0.38 - - [2025-09-04 02:51:25] "GET /obj-perms HTTP/1.1" 200 5056 0.115436 10.0.0.57 - - [2025-09-04 02:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.105611 10.0.0.57 - - [2025-09-04 02:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.197861 10.0.0.38 - - [2025-09-04 02:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.085002 10.0.0.131 - - [2025-09-04 02:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.274049 10.0.0.131 - - [2025-09-04 02:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.038681 10.0.0.38 - - [2025-09-04 02:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.212608 10.0.0.38 - - [2025-09-04 02:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.100400 10.0.0.131 - - [2025-09-04 02:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.189771 10.0.0.57 - - [2025-09-04 02:51:27] "GET /obj-perms HTTP/1.1" 200 5056 0.199901 10.0.0.57 - - [2025-09-04 02:51:27] "GET /global-system-configs HTTP/1.1" 200 323 0.068971 10.0.0.57 - - [2025-09-04 02:51:33] "POST /neutron/network HTTP/1.1" 200 1426 0.011339 10.0.0.57 - - [2025-09-04 02:51:34] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.007451 10.0.0.57 - - [2025-09-04 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.57 - - [2025-09-04 02:51:34] "GET /network-policy/2b01ea54-f59a-49b2-8d0f-d0e6cb71ed14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006860 10.0.0.57 - - [2025-09-04 02:51:44] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.005920 10.0.0.57 - - [2025-09-04 02:51:44] "POST /neutron/network HTTP/1.1" 200 1426 0.011069 10.0.0.57 - - [2025-09-04 02:51:44] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.033561 10.0.0.131 - - [2025-09-04 02:51:44] "POST /ref-update HTTP/1.1" 200 156 0.032068 10.0.0.57 - - [2025-09-04 02:51:44] "GET /virtual-machine/9fb761c2-ab59-4fb1-804c-43188d72cd82 HTTP/1.1" 200 1306 0.005119 10.0.0.57 - - [2025-09-04 02:51:45] "POST /neutron/port HTTP/1.1" 200 1202 0.014341 10.0.0.57 - - [2025-09-04 02:51:46] "GET /virtual-machine/9fb761c2-ab59-4fb1-804c-43188d72cd82 HTTP/1.1" 404 171 0.004411 10.0.0.57 - - [2025-09-04 02:51:46] "GET /virtual-machine/9fb761c2-ab59-4fb1-804c-43188d72cd82 HTTP/1.1" 404 171 0.002916 10.0.0.57 - - [2025-09-04 02:51:46] "GET /virtual-machine/9fb761c2-ab59-4fb1-804c-43188d72cd82 HTTP/1.1" 404 171 0.002397 10.0.0.57 - - [2025-09-04 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.57 - - [2025-09-04 02:51:46] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004238 10.0.0.57 - - [2025-09-04 02:51:46] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002538 10.0.0.57 - - [2025-09-04 02:51:46] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007644 10.0.0.57 - - [2025-09-04 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.57 - - [2025-09-04 02:51:46] "GET /routing-instance/4590ec0b-29d9-4e23-9c34-a005b9827def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004403 10.0.0.57 - - [2025-09-04 02:51:46] "GET /route-target/28a69603-4972-4da3-93bd-49ad9d159073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004633 10.0.0.38 - - [2025-09-04 02:51:47] "GET /obj-perms HTTP/1.1" 200 5019 0.009691 10.0.0.57 - - [2025-09-04 02:51:50] "GET /obj-perms HTTP/1.1" 200 5019 0.054607 10.0.0.57 - - [2025-09-04 02:51:54] "POST /neutron/port HTTP/1.1" 200 1202 0.016826 10.0.0.57 - - [2025-09-04 02:51:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006542 10.0.0.57 - - [2025-09-04 02:51:54] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.38 - - [2025-09-04 02:51:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004997 10.0.0.57 - - [2025-09-04 02:51:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003917 10.0.0.38 - - [2025-09-04 02:51:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003707 10.0.0.131 - - [2025-09-04 02:51:59] "GET /obj-perms HTTP/1.1" 200 5019 0.045402 10.0.0.57 - - [2025-09-04 02:51:59] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 200 1306 0.004450 10.0.0.57 - - [2025-09-04 02:52:00] "POST /neutron/port HTTP/1.1" 200 1202 0.015209 10.0.0.57 - - [2025-09-04 02:52:01] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 404 171 0.003106 10.0.0.57 - - [2025-09-04 02:52:01] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 404 171 0.002978 10.0.0.57 - - [2025-09-04 02:52:01] "GET /virtual-machine/1c49fb67-418b-49aa-8ee8-b53e02dc1008 HTTP/1.1" 404 171 0.002909 10.0.0.57 - - [2025-09-04 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.57 - - [2025-09-04 02:52:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004716 10.0.0.57 - - [2025-09-04 02:52:01] "GET /virtual-networks?parent_id=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003680 10.0.0.57 - - [2025-09-04 02:52:01] "GET /virtual-network/f35ba67f-3340-4957-8a1f-e847111a366e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007261 10.0.0.57 - - [2025-09-04 02:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.57 - - [2025-09-04 02:52:01] "GET /routing-instance/fc1fe690-68ee-418b-ae07-5bf909679968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004742 10.0.0.57 - - [2025-09-04 02:52:02] "GET /route-target/671c3218-f67c-47f1-83a0-1be38e76b942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004041 10.0.0.57 - - [2025-09-04 02:52:02] "GET /obj-perms HTTP/1.1" 200 5019 0.006050 10.0.0.57 - - [2025-09-04 02:52:05] "GET /obj-perms HTTP/1.1" 200 5019 0.003709 10.0.0.57 - - [2025-09-04 02:52:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004650 10.0.0.57 - - [2025-09-04 02:52:08] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005559 10.0.0.57 - - [2025-09-04 02:52:08] "POST /neutron/network HTTP/1.1" 200 1427 0.013161 10.0.0.38 - - [2025-09-04 02:52:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.007480 10.0.0.57 - - [2025-09-04 02:52:08] "GET /virtual-network/14de4b61-03ce-4d48-b573-7ea812574591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.012012 10.0.0.57 - - [2025-09-04 02:52:08] "DELETE /network-policy/041d813e-c8bd-44bc-8ce0-623701e87ac2 HTTP/1.1" 200 115 0.028417 10.0.0.57 - - [2025-09-04 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.131 - - [2025-09-04 02:52:08] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025219 10.0.0.57 - - [2025-09-04 02:52:08] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.071803 10.0.0.57 - - [2025-09-04 02:52:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005881 10.0.0.57 - - [2025-09-04 02:52:09] "DELETE /network-policy/2b01ea54-f59a-49b2-8d0f-d0e6cb71ed14 HTTP/1.1" 200 115 0.036498 10.0.0.57 - - [2025-09-04 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.131 - - [2025-09-04 02:52:09] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.57 - - [2025-09-04 02:52:09] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049196 10.0.0.57 - - [2025-09-04 02:52:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.010155 10.0.0.57 - - [2025-09-04 02:52:09] "DELETE /network-policy/72192ea7-c869-4de3-9353-69d06a266e3c HTTP/1.1" 200 115 0.050093 10.0.0.57 - - [2025-09-04 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.131 - - [2025-09-04 02:52:09] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.57 - - [2025-09-04 02:52:09] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041938 10.0.0.57 - - [2025-09-04 02:52:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005048 10.0.0.57 - - [2025-09-04 02:52:09] "DELETE /network-policy/23e649f3-09b2-4725-b040-fe3512e571d0 HTTP/1.1" 200 115 0.025327 10.0.0.57 - - [2025-09-04 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.131 - - [2025-09-04 02:52:09] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.57 - - [2025-09-04 02:52:09] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037075 10.0.0.57 - - [2025-09-04 02:52:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.006068 10.0.0.57 - - [2025-09-04 02:52:09] "DELETE /network-policy/100d8194-425d-4861-8d0b-30715078347b HTTP/1.1" 200 115 0.047932 10.0.0.57 - - [2025-09-04 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.131 - - [2025-09-04 02:52:09] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.57 - - [2025-09-04 02:52:09] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037904 10.0.0.57 - - [2025-09-04 02:52:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.005676 10.0.0.57 - - [2025-09-04 02:52:09] "DELETE /network-policy/3c4d537f-e531-4743-a191-c757a2657a83 HTTP/1.1" 200 115 0.036378 10.0.0.57 - - [2025-09-04 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.131 - - [2025-09-04 02:52:09] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.57 - - [2025-09-04 02:52:09] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045211 10.0.0.57 - - [2025-09-04 02:52:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006153 10.0.0.57 - - [2025-09-04 02:52:10] "DELETE /network-policy/e067b9ec-6b39-4eae-b762-ef14c1b3b887 HTTP/1.1" 200 115 0.061559 10.0.0.57 - - [2025-09-04 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.131 - - [2025-09-04 02:52:10] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.57 - - [2025-09-04 02:52:10] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.063271 10.0.0.57 - - [2025-09-04 02:52:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.006049 10.0.0.57 - - [2025-09-04 02:52:10] "DELETE /network-policy/218aed7c-f577-4aa6-92fc-773d2c493b00 HTTP/1.1" 200 115 0.051632 10.0.0.57 - - [2025-09-04 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.131 - - [2025-09-04 02:52:10] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.57 - - [2025-09-04 02:52:10] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.061091 10.0.0.57 - - [2025-09-04 02:52:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.006457 10.0.0.57 - - [2025-09-04 02:52:10] "DELETE /network-policy/22407aec-3ffe-40e1-b0a5-4f3872b959e8 HTTP/1.1" 200 115 0.052896 10.0.0.57 - - [2025-09-04 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.131 - - [2025-09-04 02:52:10] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.57 - - [2025-09-04 02:52:10] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047595 10.0.0.57 - - [2025-09-04 02:52:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005742 10.0.0.57 - - [2025-09-04 02:52:10] "DELETE /network-policy/b2f2c739-bf9c-46aa-91ca-d5700ea84fa1 HTTP/1.1" 200 115 0.048220 10.0.0.57 - - [2025-09-04 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.131 - - [2025-09-04 02:52:10] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.57 - - [2025-09-04 02:52:10] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047806 10.0.0.57 - - [2025-09-04 02:52:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-68958777&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008111 10.0.0.57 - - [2025-09-04 02:52:11] "POST /neutron/network HTTP/1.1" 200 1337 0.010211 10.0.0.131 - - [2025-09-04 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004977 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002072 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001792 10.0.0.131 - - [2025-09-04 02:52:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.57 - - [2025-09-04 02:52:11] "POST /neutron/network HTTP/1.1" 200 151 0.184715 10.0.0.131 - - [2025-09-04 02:52:11] "DELETE /route-target/671c3218-f67c-47f1-83a0-1be38e76b942 HTTP/1.1" 200 115 0.030054 10.0.0.57 - - [2025-09-04 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.57 - - [2025-09-04 02:52:11] "DELETE /network-ipam/20cc6935-756c-4c9f-bbec-b8d1f621f1e5 HTTP/1.1" 200 115 0.036805 10.0.0.57 - - [2025-09-04 02:52:11] "POST /fqname-to-id HTTP/1.1" 404 260 0.003702 10.0.0.131 - - [2025-09-04 02:52:12] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.131 - - [2025-09-04 02:52:12] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.039766 10.0.0.131 - - [2025-09-04 02:52:12] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.131 - - [2025-09-04 02:52:12] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?fields=security_groups HTTP/1.1" 200 1400 0.053160 10.0.0.131 - - [2025-09-04 02:52:12] "DELETE /security-group/ab27fc70-93a3-4810-867a-e4379c8e5217 HTTP/1.1" 200 115 0.063487 10.0.0.131 - - [2025-09-04 02:52:12] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002811 10.0.0.131 - - [2025-09-04 02:52:12] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?fields=application_policy_sets HTTP/1.1" 200 1439 0.075441 10.0.0.57 - - [2025-09-04 02:52:12] "DELETE /project/ee75edb9-8ba2-4747-be71-e6083a84777d HTTP/1.1" 200 115 0.430285 10.0.0.131 - - [2025-09-04 02:52:12] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.57 - - [2025-09-04 02:52:12] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?fields=projects HTTP/1.1" 200 1247 0.018979 10.0.0.131 - - [2025-09-04 02:52:13] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.131 - - [2025-09-04 02:52:13] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.131 - - [2025-09-04 02:52:13] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049033 10.0.0.131 - - [2025-09-04 02:52:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.001234 10.0.0.131 - - [2025-09-04 02:52:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.005259 10.0.0.131 - - [2025-09-04 02:52:14] "POST /security-groups HTTP/1.1" 200 603 0.077459 10.0.0.131 - - [2025-09-04 02:52:14] "POST /fqname-to-id HTTP/1.1" 404 246 0.003764 10.0.0.131 - - [2025-09-04 02:52:14] "POST /projects HTTP/1.1" 200 609 0.268504 10.0.0.131 - - [2025-09-04 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.339179 10.0.0.131 - - [2025-09-04 02:52:14] "POST /access-control-lists HTTP/1.1" 200 608 0.034242 10.0.0.57 - - [2025-09-04 02:52:14] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.491680 10.0.0.131 - - [2025-09-04 02:52:14] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001638 10.0.0.57 - - [2025-09-04 02:52:14] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?fields=virtual_networks HTTP/1.1" 200 1059 0.062518 10.0.0.131 - - [2025-09-04 02:52:14] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002830 10.0.0.57 - - [2025-09-04 02:52:14] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.055478 10.0.0.131 - - [2025-09-04 02:52:14] "GET /projects?obj_uuids=ee75edb9-8ba2-4747-be71-e6083a84777d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001416 10.0.0.57 - - [2025-09-04 02:52:14] "GET /project/ee75edb9-8ba2-4747-be71-e6083a84777d?fields=security_groups HTTP/1.1" 200 1298 0.049926 10.0.0.57 - - [2025-09-04 02:52:15] "POST /fqname-to-id HTTP/1.1" 404 182 0.027636 10.0.0.131 - - [2025-09-04 02:52:15] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496 10.0.0.131 - - [2025-09-04 02:52:15] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.131 - - [2025-09-04 02:52:15] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008733 10.0.0.131 - - [2025-09-04 02:52:15] "POST /id-to-fqname HTTP/1.1" 200 184 0.001244 10.0.0.131 - - [2025-09-04 02:52:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005656 10.0.0.131 - - [2025-09-04 02:52:15] "POST /security-groups HTTP/1.1" 200 585 0.077649 10.0.0.131 - - [2025-09-04 02:52:15] "POST /projects HTTP/1.1" 200 573 0.302224 10.0.0.131 - - [2025-09-04 02:52:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.011598 10.0.0.131 - - [2025-09-04 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.371275 10.0.0.57 - - [2025-09-04 02:52:15] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.497828 10.0.0.57 - - [2025-09-04 02:52:16] "GET / HTTP/1.1" 200 36215 0.001763 10.0.0.57 - - [2025-09-04 02:52:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.57 - - [2025-09-04 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.058219 10.0.0.131 - - [2025-09-04 02:52:17] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001286 10.0.0.57 - - [2025-09-04 02:52:17] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053436 10.0.0.131 - - [2025-09-04 02:52:18] "POST /ref-update HTTP/1.1" 200 156 0.040744 10.0.0.131 - - [2025-09-04 02:52:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006291 10.0.0.57 - - [2025-09-04 02:52:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.273616 10.0.0.57 - - [2025-09-04 02:52:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.003061 10.0.0.57 - - [2025-09-04 02:52:18] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008426 10.0.0.57 - - [2025-09-04 02:52:18] "POST /neutron/network HTTP/1.1" 200 993 0.011773 10.0.0.57 - - [2025-09-04 02:52:18] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006795 10.0.0.57 - - [2025-09-04 02:52:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.023745 10.0.0.57 - - [2025-09-04 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.131 - - [2025-09-04 02:52:18] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001042 10.0.0.57 - - [2025-09-04 02:52:18] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053781 10.0.0.131 - - [2025-09-04 02:52:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005967 10.0.0.57 - - [2025-09-04 02:52:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.242273 10.0.0.57 - - [2025-09-04 02:52:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001810 10.0.0.57 - - [2025-09-04 02:52:19] "GET /virtual-network/b7a58d19-06d4-447f-9900-55b59e8bbf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.008663 10.0.0.57 - - [2025-09-04 02:52:19] "POST /neutron/network HTTP/1.1" 200 994 0.008660 10.0.0.57 - - [2025-09-04 02:52:19] "GET /virtual-network/b7a58d19-06d4-447f-9900-55b59e8bbf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005261 10.0.0.57 - - [2025-09-04 02:52:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.009189 10.0.0.57 - - [2025-09-04 02:52:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001174 10.0.0.131 - - [2025-09-04 02:52:20] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001014 10.0.0.57 - - [2025-09-04 02:52:20] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.070778 10.0.0.57 - - [2025-09-04 02:52:21] "POST /neutron/port HTTP/1.1" 200 117 0.006278 10.0.0.57 - - [2025-09-04 02:52:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001274 10.0.0.57 - - [2025-09-04 02:52:21] "POST /neutron/network HTTP/1.1" 200 1003 0.009455 10.0.0.57 - - [2025-09-04 02:52:21] "POST /neutron/port HTTP/1.1" 200 1162 0.022844 10.0.0.131 - - [2025-09-04 02:52:22] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001022 10.0.0.57 - - [2025-09-04 02:52:22] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.095163 10.0.0.57 - - [2025-09-04 02:52:22] "POST /neutron/port HTTP/1.1" 200 1190 0.037272 10.0.0.57 - - [2025-09-04 02:52:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004356 10.0.0.57 - - [2025-09-04 02:52:22] "POST /neutron/port HTTP/1.1" 200 117 0.001625 10.0.0.57 - - [2025-09-04 02:52:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010062 10.0.0.57 - - [2025-09-04 02:52:22] "POST /id-to-fqname HTTP/1.1" 200 214 0.002026 10.0.0.57 - - [2025-09-04 02:52:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009409 10.0.0.131 - - [2025-09-04 02:52:22] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001035 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/port HTTP/1.1" 200 1162 0.295695 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/port HTTP/1.1" 200 1216 0.110008 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003616 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/port HTTP/1.1" 200 117 0.001630 10.0.0.131 - - [2025-09-04 02:52:23] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001749 10.0.0.57 - - [2025-09-04 02:52:23] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.092184 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/port HTTP/1.1" 200 2262 0.025117 10.0.0.57 - - [2025-09-04 02:52:23] "POST /neutron/port HTTP/1.1" 200 1190 0.022085 10.0.0.57 - - [2025-09-04 02:52:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007214 10.0.0.57 - - [2025-09-04 02:52:24] "GET /virtual-machine/9d62dbb7-dba4-46e3-be8a-ff958a8d44e8 HTTP/1.1" 401 292 0.000433 10.0.0.57 - - [2025-09-04 02:52:24] "POST /neutron/network HTTP/1.1" 200 1004 0.011895 10.0.0.57 - - [2025-09-04 02:52:24] "GET /virtual-machine/9d62dbb7-dba4-46e3-be8a-ff958a8d44e8 HTTP/1.1" 200 1289 0.047420 10.0.0.57 - - [2025-09-04 02:52:24] "GET /virtual-machine-interface/349f2ad8-104a-4165-b177-3a27901dd552 HTTP/1.1" 200 3113 0.005036 10.0.0.57 - - [2025-09-04 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.57 - - [2025-09-04 02:52:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003471 10.0.0.57 - - [2025-09-04 02:52:24] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004606 10.0.0.57 - - [2025-09-04 02:52:24] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.004945 10.0.0.57 - - [2025-09-04 02:52:24] "POST /neutron/port HTTP/1.1" 200 1163 0.022706 10.0.0.131 - - [2025-09-04 02:52:25] "DELETE /access-control-list/95da9eeb-0e3f-4925-8768-419168316dc2 HTTP/1.1" 200 115 0.037376 10.0.0.57 - - [2025-09-04 02:52:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.57 - - [2025-09-04 02:52:25] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.57 - - [2025-09-04 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005681 10.0.0.57 - - [2025-09-04 02:52:27] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.008631 10.0.0.57 - - [2025-09-04 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.57 - - [2025-09-04 02:52:31] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005446 10.0.0.57 - - [2025-09-04 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.57 - - [2025-09-04 02:52:36] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005826 10.0.0.57 - - [2025-09-04 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.57 - - [2025-09-04 02:52:40] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007557 10.0.0.57 - - [2025-09-04 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.57 - - [2025-09-04 02:52:44] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.004996 10.0.0.57 - - [2025-09-04 02:52:46] "POST /neutron/port HTTP/1.1" 200 1190 0.020915 10.0.0.57 - - [2025-09-04 02:52:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006301 10.0.0.57 - - [2025-09-04 02:52:46] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.57 - - [2025-09-04 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.57 - - [2025-09-04 02:52:48] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006291 10.0.0.57 - - [2025-09-04 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.57 - - [2025-09-04 02:52:52] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005580 10.0.0.57 - - [2025-09-04 02:52:54] "POST /neutron/port HTTP/1.1" 200 1190 0.031666 10.0.0.57 - - [2025-09-04 02:52:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015415 10.0.0.57 - - [2025-09-04 02:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.57 - - [2025-09-04 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.57 - - [2025-09-04 02:52:56] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005388 10.0.0.57 - - [2025-09-04 02:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.57 - - [2025-09-04 02:53:00] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007770 10.0.0.57 - - [2025-09-04 02:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.57 - - [2025-09-04 02:53:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003934 10.0.0.57 - - [2025-09-04 02:53:02] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003570 10.0.0.57 - - [2025-09-04 02:53:02] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006338 10.0.0.57 - - [2025-09-04 02:53:02] "POST /neutron/port HTTP/1.1" 200 1190 0.016431 10.0.0.57 - - [2025-09-04 02:53:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007337 10.0.0.131 - - [2025-09-04 02:53:13] "DELETE /project/2cee1c146e944a41baea7044bf2ca149 HTTP/1.1" 404 173 0.031192 10.0.0.131 - - [2025-09-04 02:53:13] "DELETE /project/ee75edb9-8ba2-4747-be71-e6083a84777d HTTP/1.1" 404 177 0.046376 10.0.0.131 - - [2025-09-04 02:53:13] "DELETE /project/ee75edb98ba24747be71e6083a84777d HTTP/1.1" 404 173 0.060099 10.0.0.57 - - [2025-09-04 02:53:13] "POST /neutron/port HTTP/1.1" 200 1190 0.016463 10.0.0.57 - - [2025-09-04 02:53:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007614 10.0.0.57 - - [2025-09-04 02:53:23] "POST /neutron/port HTTP/1.1" 200 1190 0.013853 10.0.0.57 - - [2025-09-04 02:53:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007745 10.0.0.57 - - [2025-09-04 02:53:23] "GET /virtual-machine/963ba607-98e6-44ac-8e48-753a8597f3f8 HTTP/1.1" 200 1289 0.006316 10.0.0.57 - - [2025-09-04 02:53:23] "GET /virtual-machine-interface/fa739b14-bdf7-4124-91bf-7ff67da90a0c HTTP/1.1" 200 3114 0.005690 10.0.0.57 - - [2025-09-04 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.57 - - [2025-09-04 02:53:23] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004307 10.0.0.57 - - [2025-09-04 02:53:23] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003911 10.0.0.57 - - [2025-09-04 02:53:23] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005621 10.0.0.57 - - [2025-09-04 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.57 - - [2025-09-04 02:53:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004308 10.0.0.57 - - [2025-09-04 02:53:24] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003166 10.0.0.57 - - [2025-09-04 02:53:25] "GET /virtual-network/879e3c76-97a2-4da4-bba5-aaca58667503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006434 10.0.0.57 - - [2025-09-04 02:53:30] "POST /neutron/port HTTP/1.1" 200 1190 0.014850 10.0.0.57 - - [2025-09-04 02:53:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006869 10.0.0.57 - - [2025-09-04 02:53:40] "POST /neutron/port HTTP/1.1" 200 1190 0.015484 10.0.0.57 - - [2025-09-04 02:53:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010406 10.0.0.57 - - [2025-09-04 02:53:46] "POST /neutron/port HTTP/1.1" 200 1191 0.016702 10.0.0.57 - - [2025-09-04 02:53:46] "GET /virtual-machine/37f9aab3-1348-455e-abc7-98c16f216a15 HTTP/1.1" 200 1288 0.005814 10.0.0.57 - - [2025-09-04 02:53:46] "GET /virtual-machine-interface/b5242d6a-5598-4e16-8116-e98ab646fc8c HTTP/1.1" 200 3113 0.007115 10.0.0.57 - - [2025-09-04 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.57 - - [2025-09-04 02:53:46] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003751 10.0.0.57 - - [2025-09-04 02:53:46] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002844 10.0.0.57 - - [2025-09-04 02:53:46] "GET /virtual-network/b7a58d19-06d4-447f-9900-55b59e8bbf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007915 10.0.0.57 - - [2025-09-04 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.57 - - [2025-09-04 02:53:47] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003647 10.0.0.57 - - [2025-09-04 02:53:47] "GET /virtual-networks?parent_id=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003217 10.0.0.57 - - [2025-09-04 02:53:47] "GET /virtual-network/b7a58d19-06d4-447f-9900-55b59e8bbf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005994 10.0.0.57 - - [2025-09-04 02:53:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008973 10.0.0.57 - - [2025-09-04 02:53:48] "POST /neutron/network HTTP/1.1" 200 1004 0.008474 10.0.0.57 - - [2025-09-04 02:53:48] "POST /neutron/subnet HTTP/1.1" 200 1394 0.012895 10.0.0.57 - - [2025-09-04 02:53:48] "POST /neutron/network HTTP/1.1" 200 994 0.013667 10.0.0.57 - - [2025-09-04 02:53:53] "POST /neutron/port HTTP/1.1" 200 1191 0.046904 10.0.0.57 - - [2025-09-04 02:53:56] "POST /neutron/port HTTP/1.1" 200 1190 0.016035 10.0.0.57 - - [2025-09-04 02:53:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003938 10.0.0.57 - - [2025-09-04 02:53:56] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.57 - - [2025-09-04 02:53:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009973 10.0.0.57 - - [2025-09-04 02:53:58] "GET /obj-perms HTTP/1.1" 200 5056 0.045512 10.0.0.57 - - [2025-09-04 02:54:09] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002904 10.0.0.57 - - [2025-09-04 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.57 - - [2025-09-04 02:54:09] "GET /global-qos-config/95beeb35-5ddd-4af4-a12e-38e6065ef3b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004498 10.0.0.57 - - [2025-09-04 02:54:09] "POST /fqname-to-id HTTP/1.1" 404 222 0.003994 10.0.0.57 - - [2025-09-04 02:54:09] "POST /forwarding-classs HTTP/1.1" 200 578 0.030289 10.0.0.57 - - [2025-09-04 02:54:09] "POST /id-to-fqname HTTP/1.1" 200 232 0.003883 10.0.0.57 - - [2025-09-04 02:54:09] "GET /forwarding-class/48872efb-6801-4c68-b6b5-0de351d08d62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.004179 10.0.0.131 - - [2025-09-04 02:54:09] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001271 10.0.0.57 - - [2025-09-04 02:54:09] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.065346 10.0.0.57 - - [2025-09-04 02:54:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.002921 10.0.0.57 - - [2025-09-04 02:54:09] "POST /qos-configs HTTP/1.1" 200 545 0.050898 10.0.0.57 - - [2025-09-04 02:54:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.003392 10.0.0.57 - - [2025-09-04 02:54:10] "GET /qos-config/72efc643-1768-4d76-bc2a-cd95ac0e57dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1506 0.004207 10.0.0.57 - - [2025-09-04 02:54:10] "GET /virtual-machine-interface/349f2ad8-104a-4165-b177-3a27901dd552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.006835 10.0.0.57 - - [2025-09-04 02:54:10] "POST /ref-update HTTP/1.1" 200 156 0.016313 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/port HTTP/1.1" 200 1190 0.020230 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012948 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/port HTTP/1.1" 200 1190 0.022177 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/network HTTP/1.1" 200 993 0.009727 10.0.0.57 - - [2025-09-04 02:54:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001115 10.0.0.57 - - [2025-09-04 02:54:10] "GET /virtual-machine/9d62dbb7-dba4-46e3-be8a-ff958a8d44e8 HTTP/1.1" 200 1289 0.004965 10.0.0.57 - - [2025-09-04 02:54:10] "GET /virtual-machine-interface/349f2ad8-104a-4165-b177-3a27901dd552 HTTP/1.1" 200 3361 0.005889 10.0.0.57 - - [2025-09-04 02:54:10] "GET /instance-ip/bfd94df7-d50c-4128-bb84-0a88b0c2193b HTTP/1.1" 200 1632 0.007376 10.0.0.57 - - [2025-09-04 02:54:10] "GET /instance-ip/c9b7a16d-e086-4403-aa6c-5a054973aa72 HTTP/1.1" 200 1613 0.006882 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/port HTTP/1.1" 200 1190 0.013935 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007609 10.0.0.57 - - [2025-09-04 02:54:10] "POST /neutron/network HTTP/1.1" 200 967 0.016199 10.0.0.57 - - [2025-09-04 02:54:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001950 10.0.0.57 - - [2025-09-04 02:54:11] "GET /virtual-machine/963ba607-98e6-44ac-8e48-753a8597f3f8 HTTP/1.1" 200 1289 0.005260 10.0.0.57 - - [2025-09-04 02:54:11] "GET /virtual-machine-interface/fa739b14-bdf7-4124-91bf-7ff67da90a0c HTTP/1.1" 200 3114 0.006636 10.0.0.57 - - [2025-09-04 02:54:11] "GET /instance-ip/0d818bd5-3778-4c12-bf14-896856678cd5 HTTP/1.1" 200 1611 0.006392 10.0.0.57 - - [2025-09-04 02:54:11] "GET /instance-ip/6fba0f8a-64ee-4834-aef5-05b6d364009b HTTP/1.1" 200 1631 0.005663 10.0.0.57 - - [2025-09-04 02:54:48] "POST /neutron/port HTTP/1.1" 200 1190 0.036762 10.0.0.57 - - [2025-09-04 02:54:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004705 10.0.0.57 - - [2025-09-04 02:54:48] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.57 - - [2025-09-04 02:54:58] "POST /neutron/port HTTP/1.1" 200 1190 0.036889 10.0.0.57 - - [2025-09-04 02:54:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.57 - - [2025-09-04 02:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.38 - - [2025-09-04 02:54:59] "GET /obj-perms HTTP/1.1" 200 5056 0.050565 10.0.0.131 - - [2025-09-04 02:54:59] "GET /obj-perms HTTP/1.1" 200 5056 0.052444 10.0.0.57 - - [2025-09-04 02:55:08] "GET /virtual-machine-interface/349f2ad8-104a-4165-b177-3a27901dd552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.006681 10.0.0.57 - - [2025-09-04 02:55:08] "POST /ref-update HTTP/1.1" 200 156 0.014678 10.0.0.57 - - [2025-09-04 02:55:08] "DELETE /qos-config/72efc643-1768-4d76-bc2a-cd95ac0e57dd HTTP/1.1" 200 115 0.045998 10.0.0.57 - - [2025-09-04 02:55:08] "POST /id-to-fqname HTTP/1.1" 200 232 0.001817 10.0.0.57 - - [2025-09-04 02:55:08] "DELETE /forwarding-class/48872efb-6801-4c68-b6b5-0de351d08d62 HTTP/1.1" 200 115 0.036994 10.0.0.57 - - [2025-09-04 02:55:10] "POST /neutron/network HTTP/1.1" 400 204 0.015126 10.0.0.57 - - [2025-09-04 02:55:10] "POST /neutron/port HTTP/1.1" 200 1216 0.022505 10.0.0.57 - - [2025-09-04 02:55:10] "POST /neutron/port HTTP/1.1" 200 151 0.308354 10.0.0.57 - - [2025-09-04 02:55:11] "POST /neutron/port HTTP/1.1" 200 151 0.347357 10.0.0.131 - - [2025-09-04 02:55:12] "DELETE /route-target/9e22b5eb-fe6a-4bfa-8952-a87765ab3362 HTTP/1.1" 200 115 0.022278 10.0.0.57 - - [2025-09-04 02:55:12] "POST /neutron/network HTTP/1.1" 200 993 0.009595 10.0.0.131 - - [2025-09-04 02:55:12] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001825 10.0.0.57 - - [2025-09-04 02:55:12] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.081006 10.0.0.131 - - [2025-09-04 02:55:12] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002015 10.0.0.57 - - [2025-09-04 02:55:12] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?fields=virtual_networks HTTP/1.1" 200 1022 0.082023 10.0.0.131 - - [2025-09-04 02:55:12] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001684 10.0.0.57 - - [2025-09-04 02:55:12] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046763 10.0.0.131 - - [2025-09-04 02:55:12] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001356 10.0.0.57 - - [2025-09-04 02:55:12] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?fields=security_groups HTTP/1.1" 200 1243 0.049739 10.0.0.131 - - [2025-09-04 02:55:13] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000898 10.0.0.131 - - [2025-09-04 02:55:13] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.035462 10.0.0.131 - - [2025-09-04 02:55:13] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001329 10.0.0.131 - - [2025-09-04 02:55:13] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?fields=security_groups HTTP/1.1" 200 1345 0.039729 10.0.0.131 - - [2025-09-04 02:55:13] "DELETE /security-group/6168b090-4959-4f4d-8bad-67ea56276eff HTTP/1.1" 200 115 0.073807 10.0.0.131 - - [2025-09-04 02:55:13] "GET /projects?obj_uuids=2cee1c14-6e94-4a41-baea-7044bf2ca149&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001317 10.0.0.131 - - [2025-09-04 02:55:13] "DELETE /access-control-list/453c743f-cc31-4837-b149-0c43f5774ea3 HTTP/1.1" 200 115 0.055082 10.0.0.131 - - [2025-09-04 02:55:13] "GET /project/2cee1c14-6e94-4a41-baea-7044bf2ca149?fields=application_policy_sets HTTP/1.1" 200 1384 0.057713 10.0.0.57 - - [2025-09-04 02:55:13] "POST /fqname-to-id HTTP/1.1" 404 181 0.042877 10.0.0.131 - - [2025-09-04 02:55:13] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004615 10.0.0.131 - - [2025-09-04 02:55:13] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.131 - - [2025-09-04 02:55:13] "DELETE /project/2cee1c14-6e94-4a41-baea-7044bf2ca149 HTTP/1.1" 200 115 0.484154 10.0.0.131 - - [2025-09-04 02:55:13] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009516 10.0.0.131 - - [2025-09-04 02:55:14] "POST /id-to-fqname HTTP/1.1" 200 183 0.008947 10.0.0.131 - - [2025-09-04 02:55:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.003272 10.0.0.131 - - [2025-09-04 02:55:14] "POST /security-groups HTTP/1.1" 200 584 0.032999 10.0.0.131 - - [2025-09-04 02:55:14] "POST /projects HTTP/1.1" 200 571 0.242283 10.0.0.131 - - [2025-09-04 02:55:14] "POST /access-control-lists HTTP/1.1" 200 591 0.025404 10.0.0.131 - - [2025-09-04 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.315961 10.0.0.57 - - [2025-09-04 02:55:14] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.508595 10.0.0.57 - - [2025-09-04 02:55:15] "GET / HTTP/1.1" 200 36215 0.001911 10.0.0.57 - - [2025-09-04 02:55:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.57 - - [2025-09-04 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.054529 10.0.0.131 - - [2025-09-04 02:55:17] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.57 - - [2025-09-04 02:55:17] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.056896 10.0.0.131 - - [2025-09-04 02:55:17] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001581 10.0.0.57 - - [2025-09-04 02:55:17] "POST /neutron/network HTTP/1.1" 200 612 0.136733 10.0.0.131 - - [2025-09-04 02:55:17] "POST /route-targets HTTP/1.1" 200 328 0.019636 10.0.0.57 - - [2025-09-04 02:55:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.003882 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006112 10.0.0.57 - - [2025-09-04 02:55:18] "POST /neutron/network HTTP/1.1" 200 831 0.006392 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005166 10.0.0.57 - - [2025-09-04 02:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005352 10.0.0.57 - - [2025-09-04 02:55:18] "PUT /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a HTTP/1.1" 200 265 0.077562 10.0.0.131 - - [2025-09-04 02:55:18] "POST /ref-update HTTP/1.1" 200 156 0.047144 10.0.0.57 - - [2025-09-04 02:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.014692 10.0.0.131 - - [2025-09-04 02:55:18] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.57 - - [2025-09-04 02:55:18] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.044899 10.0.0.57 - - [2025-09-04 02:55:18] "POST /neutron/network HTTP/1.1" 200 117 0.014856 10.0.0.57 - - [2025-09-04 02:55:18] "POST /neutron/network HTTP/1.1" 200 827 0.008507 10.0.0.57 - - [2025-09-04 02:55:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001075 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004842 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005332 10.0.0.57 - - [2025-09-04 02:55:18] "POST /neutron/subnet HTTP/1.1" 200 705 0.008105 10.0.0.57 - - [2025-09-04 02:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.57 - - [2025-09-04 02:55:18] "GET /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005378 10.0.0.57 - - [2025-09-04 02:55:19] "PUT /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb HTTP/1.1" 200 265 0.068894 10.0.0.131 - - [2025-09-04 02:55:19] "POST /ref-update HTTP/1.1" 200 156 0.033898 10.0.0.57 - - [2025-09-04 02:55:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.002004 10.0.0.131 - - [2025-09-04 02:55:19] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001496 10.0.0.57 - - [2025-09-04 02:55:19] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.068068 10.0.0.57 - - [2025-09-04 02:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.008145 10.0.0.57 - - [2025-09-04 02:55:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312 10.0.0.57 - - [2025-09-04 02:55:20] "POST /neutron/network HTTP/1.1" 200 837 0.007397 10.0.0.57 - - [2025-09-04 02:55:21] "POST /neutron/port HTTP/1.1" 200 1053 0.019599 10.0.0.57 - - [2025-09-04 02:55:21] "POST /neutron/port HTTP/1.1" 200 1081 0.016089 10.0.0.57 - - [2025-09-04 02:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.131 - - [2025-09-04 02:55:21] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001314 10.0.0.57 - - [2025-09-04 02:55:21] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.094929 10.0.0.57 - - [2025-09-04 02:55:21] "POST /neutron/port HTTP/1.1" 200 1081 0.021454 10.0.0.57 - - [2025-09-04 02:55:21] "POST /neutron/port HTTP/1.1" 200 1081 0.014996 10.0.0.131 - - [2025-09-04 02:55:22] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001744 10.0.0.57 - - [2025-09-04 02:55:22] "POST /neutron/port HTTP/1.1" 200 1049 0.263562 10.0.0.57 - - [2025-09-04 02:55:22] "POST /neutron/port HTTP/1.1" 200 1103 0.099107 10.0.0.57 - - [2025-09-04 02:55:22] "POST /neutron/subnet HTTP/1.1" 200 679 0.014055 10.0.0.57 - - [2025-09-04 02:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.017528 10.0.0.57 - - [2025-09-04 02:55:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009876 10.0.0.57 - - [2025-09-04 02:55:27] "GET /virtual-machine/7c959b34-6f86-450c-a391-5829d199818e HTTP/1.1" 401 292 0.000437 10.0.0.57 - - [2025-09-04 02:55:27] "GET /virtual-machine/7c959b34-6f86-450c-a391-5829d199818e HTTP/1.1" 200 1287 0.032176 10.0.0.57 - - [2025-09-04 02:55:27] "GET /virtual-machine-interface/68d1bc6f-e781-4e88-a5ec-64e0eeeb78c8 HTTP/1.1" 200 2934 0.005455 10.0.0.57 - - [2025-09-04 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.57 - - [2025-09-04 02:55:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003826 10.0.0.57 - - [2025-09-04 02:55:27] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002568 10.0.0.57 - - [2025-09-04 02:55:27] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005895 10.0.0.57 - - [2025-09-04 02:55:29] "POST /neutron/port HTTP/1.1" 200 1081 0.014910 10.0.0.57 - - [2025-09-04 02:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.57 - - [2025-09-04 02:55:30] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005374 10.0.0.57 - - [2025-09-04 02:55:31] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007370 10.0.0.57 - - [2025-09-04 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.57 - - [2025-09-04 02:55:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003773 10.0.0.57 - - [2025-09-04 02:55:32] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003532 10.0.0.57 - - [2025-09-04 02:55:32] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005392 10.0.0.57 - - [2025-09-04 02:55:33] "POST /neutron/port HTTP/1.1" 200 1077 0.015532 10.0.0.57 - - [2025-09-04 02:55:33] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007351 10.0.0.57 - - [2025-09-04 02:55:33] "GET /virtual-machine/65656009-037e-4317-84c1-0c34365985d2 HTTP/1.1" 200 1286 0.005228 10.0.0.57 - - [2025-09-04 02:55:33] "GET /virtual-machine-interface/eb94187b-20dc-41d8-8ca1-1d1fd32592c7 HTTP/1.1" 200 2935 0.005262 10.0.0.57 - - [2025-09-04 02:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.57 - - [2025-09-04 02:55:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003514 10.0.0.57 - - [2025-09-04 02:55:33] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003112 10.0.0.57 - - [2025-09-04 02:55:33] "GET /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005701 10.0.0.57 - - [2025-09-04 02:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.57 - - [2025-09-04 02:55:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004099 10.0.0.57 - - [2025-09-04 02:55:34] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002612 10.0.0.57 - - [2025-09-04 02:55:34] "GET /virtual-network/859c675f-671c-4957-9e65-14e6f0a2bdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006773 10.0.0.57 - - [2025-09-04 02:55:34] "POST /routing-policys HTTP/1.1" 200 536 0.033130 10.0.0.57 - - [2025-09-04 02:55:34] "GET /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.009209 10.0.0.57 - - [2025-09-04 02:55:34] "PUT /virtual-network/a80e79d8-9fb0-4c86-a714-d9a075e68c7a HTTP/1.1" 200 265 0.057383 10.0.0.57 - - [2025-09-04 02:55:38] "POST /ref-update HTTP/1.1" 200 156 0.063011 10.0.0.57 - - [2025-09-04 02:55:38] "DELETE /routing-policy/f5c10ffe-b749-4033-a9d6-e9dc635a5240 HTTP/1.1" 200 115 0.073684 10.0.0.57 - - [2025-09-04 02:55:39] "POST /neutron/port HTTP/1.1" 200 1077 0.027060 10.0.0.57 - - [2025-09-04 02:55:39] "POST /neutron/port HTTP/1.1" 200 1081 0.019340 10.0.0.57 - - [2025-09-04 02:55:41] "POST /neutron/network HTTP/1.1" 200 827 0.007135 10.0.0.131 - - [2025-09-04 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.131 - - [2025-09-04 02:55:41] "DELETE /route-target/3db33666-e29d-4c64-98dc-7aa7fda26f9b HTTP/1.1" 409 240 0.006297 10.0.0.131 - - [2025-09-04 02:55:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.131 - - [2025-09-04 02:55:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.57 - - [2025-09-04 02:55:41] "POST /neutron/network HTTP/1.1" 200 151 0.112205 10.0.0.131 - - [2025-09-04 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.57 - - [2025-09-04 02:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.131 - - [2025-09-04 02:55:43] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001387 10.0.0.57 - - [2025-09-04 02:55:44] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.045339 10.0.0.131 - - [2025-09-04 02:55:44] "POST /ref-update HTTP/1.1" 200 156 0.034044 10.0.0.131 - - [2025-09-04 02:55:44] "POST /useragent-kv HTTP/1.1" 200 115 0.017281 10.0.0.57 - - [2025-09-04 02:55:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.240862 10.0.0.57 - - [2025-09-04 02:55:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001447 10.0.0.57 - - [2025-09-04 02:55:44] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005186 10.0.0.57 - - [2025-09-04 02:55:44] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005110 10.0.0.57 - - [2025-09-04 02:55:44] "POST /neutron/network HTTP/1.1" 200 833 0.006700 10.0.0.57 - - [2025-09-04 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.57 - - [2025-09-04 02:55:44] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005645 10.0.0.57 - - [2025-09-04 02:55:44] "PUT /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b HTTP/1.1" 200 265 0.052512 10.0.0.57 - - [2025-09-04 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.131 - - [2025-09-04 02:55:44] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.57 - - [2025-09-04 02:55:44] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.041371 10.0.0.131 - - [2025-09-04 02:55:44] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000960 10.0.0.57 - - [2025-09-04 02:55:45] "POST /neutron/network HTTP/1.1" 200 612 0.115246 10.0.0.131 - - [2025-09-04 02:55:45] "POST /route-targets HTTP/1.1" 200 328 0.015447 10.0.0.57 - - [2025-09-04 02:55:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.003177 10.0.0.57 - - [2025-09-04 02:55:45] "GET /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005503 10.0.0.57 - - [2025-09-04 02:55:45] "POST /neutron/network HTTP/1.1" 200 830 0.008534 10.0.0.57 - - [2025-09-04 02:55:45] "GET /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005245 10.0.0.57 - - [2025-09-04 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.57 - - [2025-09-04 02:55:45] "GET /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005167 10.0.0.57 - - [2025-09-04 02:55:45] "PUT /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c HTTP/1.1" 200 265 0.049492 10.0.0.57 - - [2025-09-04 02:55:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.57 - - [2025-09-04 02:55:45] "POST /neutron/network HTTP/1.1" 200 843 0.007144 10.0.0.131 - - [2025-09-04 02:55:46] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001306 10.0.0.57 - - [2025-09-04 02:55:46] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.063098 10.0.0.57 - - [2025-09-04 02:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.007281 10.0.0.57 - - [2025-09-04 02:55:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001324 10.0.0.57 - - [2025-09-04 02:55:47] "POST /neutron/network HTTP/1.1" 200 843 0.007751 10.0.0.57 - - [2025-09-04 02:55:47] "POST /neutron/port HTTP/1.1" 200 1055 0.015024 10.0.0.57 - - [2025-09-04 02:55:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003766 10.0.0.131 - - [2025-09-04 02:55:47] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001373 10.0.0.57 - - [2025-09-04 02:55:47] "POST /neutron/network HTTP/1.1" 200 833 0.010889 10.0.0.57 - - [2025-09-04 02:55:47] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.078076 10.0.0.57 - - [2025-09-04 02:55:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008147 10.0.0.57 - - [2025-09-04 02:55:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008611 10.0.0.57 - - [2025-09-04 02:55:48] "POST /neutron/port HTTP/1.1" 200 1052 0.020632 10.0.0.57 - - [2025-09-04 02:55:48] "POST /neutron/port HTTP/1.1" 200 1080 0.016080 10.0.0.57 - - [2025-09-04 02:55:48] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.57 - - [2025-09-04 02:55:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008222 10.0.0.57 - - [2025-09-04 02:55:53] "POST /neutron/port HTTP/1.1" 200 1083 0.030631 10.0.0.57 - - [2025-09-04 02:55:53] "GET /virtual-machine/7636112c-b196-4fbf-8ec0-2e353be7fc5e HTTP/1.1" 200 1287 0.006041 10.0.0.57 - - [2025-09-04 02:55:53] "GET /virtual-machine-interface/1bf9e177-a4c2-417f-bb39-6d13b05ce053 HTTP/1.1" 200 2934 0.008098 10.0.0.57 - - [2025-09-04 02:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.57 - - [2025-09-04 02:55:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004099 10.0.0.57 - - [2025-09-04 02:55:53] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002813 10.0.0.57 - - [2025-09-04 02:55:53] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005723 10.0.0.57 - - [2025-09-04 02:55:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005960 10.0.0.57 - - [2025-09-04 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.57 - - [2025-09-04 02:55:56] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007861 10.0.0.57 - - [2025-09-04 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.57 - - [2025-09-04 02:55:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004412 10.0.0.57 - - [2025-09-04 02:55:58] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002776 10.0.0.57 - - [2025-09-04 02:55:58] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005762 10.0.0.57 - - [2025-09-04 02:55:58] "POST /neutron/port HTTP/1.1" 200 1080 0.017049 10.0.0.57 - - [2025-09-04 02:55:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007103 10.0.0.57 - - [2025-09-04 02:55:59] "GET /virtual-machine/b1281ec6-0a47-4a2e-88ce-6d61feaa27a3 HTTP/1.1" 200 1287 0.007428 10.0.0.57 - - [2025-09-04 02:55:59] "GET /virtual-machine-interface/75bef3fd-90de-4103-aaff-96451db13aaf HTTP/1.1" 200 2934 0.007739 10.0.0.57 - - [2025-09-04 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.57 - - [2025-09-04 02:55:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004138 10.0.0.57 - - [2025-09-04 02:55:59] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002623 10.0.0.57 - - [2025-09-04 02:55:59] "GET /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005478 10.0.0.57 - - [2025-09-04 02:56:00] "POST /neutron/port HTTP/1.1" 200 1083 0.016503 10.0.0.57 - - [2025-09-04 02:56:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005591 10.0.0.57 - - [2025-09-04 02:56:00] "POST /neutron/network HTTP/1.1" 200 833 0.008656 10.0.0.57 - - [2025-09-04 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.57 - - [2025-09-04 02:56:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005705 10.0.0.57 - - [2025-09-04 02:56:00] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004554 10.0.0.57 - - [2025-09-04 02:56:00] "GET /virtual-network/9c16318d-c4bf-425c-956c-c1e1b134a62c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.009270 10.0.0.57 - - [2025-09-04 02:56:00] "POST /routing-policys HTTP/1.1" 200 536 0.026666 10.0.0.57 - - [2025-09-04 02:56:00] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006472 10.0.0.131 - - [2025-09-04 02:56:00] "POST /ref-update HTTP/1.1" 200 156 0.021137 10.0.0.57 - - [2025-09-04 02:56:00] "PUT /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b HTTP/1.1" 200 265 0.070136 10.0.0.57 - - [2025-09-04 02:56:04] "POST /routing-policys HTTP/1.1" 200 536 0.029509 10.0.0.57 - - [2025-09-04 02:56:04] "GET /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.013932 10.0.0.57 - - [2025-09-04 02:56:04] "PUT /virtual-network/2976eed2-b52e-4ef6-9f85-7321b5ec860b HTTP/1.1" 200 265 0.061031 10.0.0.131 - - [2025-09-04 02:56:04] "POST /ref-update HTTP/1.1" 200 156 0.024400 10.0.0.57 - - [2025-09-04 02:56:04] "POST /ref-update HTTP/1.1" 200 156 0.078044 10.0.0.57 - - [2025-09-04 02:56:04] "DELETE /routing-policy/cd86dbfc-41c1-4304-854b-23112a4cdd81 HTTP/1.1" 200 115 0.030557 10.0.0.57 - - [2025-09-04 02:56:04] "POST /ref-update HTTP/1.1" 200 156 0.053034 10.0.0.57 - - [2025-09-04 02:56:04] "DELETE /routing-policy/a2e07436-2a20-4c59-8c69-a4e4f73bdeed HTTP/1.1" 200 115 0.039742 10.0.0.57 - - [2025-09-04 02:56:05] "POST /neutron/port HTTP/1.1" 200 1080 0.015041 10.0.0.57 - - [2025-09-04 02:56:05] "POST /neutron/port HTTP/1.1" 200 1083 0.013458 10.0.0.57 - - [2025-09-04 02:56:07] "POST /neutron/network HTTP/1.1" 200 830 0.008769 10.0.0.131 - - [2025-09-04 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.131 - - [2025-09-04 02:56:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003251 10.0.0.131 - - [2025-09-04 02:56:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002391 10.0.0.57 - - [2025-09-04 02:56:07] "POST /neutron/network HTTP/1.1" 200 151 0.128320 10.0.0.131 - - [2025-09-04 02:56:07] "DELETE /route-target/352c7b76-c640-49a9-bb96-ba09f601e663 HTTP/1.1" 200 115 0.030632 10.0.0.57 - - [2025-09-04 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.131 - - [2025-09-04 02:56:09] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 10.0.0.57 - - [2025-09-04 02:56:09] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.039147 10.0.0.131 - - [2025-09-04 02:56:10] "POST /route-targets HTTP/1.1" 200 328 0.019081 10.0.0.131 - - [2025-09-04 02:56:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008026 10.0.0.57 - - [2025-09-04 02:56:10] "POST /neutron/subnet HTTP/1.1" 200 724 0.180345 10.0.0.57 - - [2025-09-04 02:56:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001374 10.0.0.57 - - [2025-09-04 02:56:10] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005019 10.0.0.57 - - [2025-09-04 02:56:10] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005688 10.0.0.57 - - [2025-09-04 02:56:10] "POST /neutron/network HTTP/1.1" 200 831 0.006821 10.0.0.57 - - [2025-09-04 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.57 - - [2025-09-04 02:56:10] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007037 10.0.0.57 - - [2025-09-04 02:56:10] "PUT /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4 HTTP/1.1" 200 265 0.069930 10.0.0.57 - - [2025-09-04 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.131 - - [2025-09-04 02:56:10] "POST /ref-update HTTP/1.1" 200 156 0.043238 10.0.0.131 - - [2025-09-04 02:56:10] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001039 10.0.0.57 - - [2025-09-04 02:56:10] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.054723 10.0.0.131 - - [2025-09-04 02:56:10] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001155 10.0.0.57 - - [2025-09-04 02:56:10] "POST /neutron/network HTTP/1.1" 200 612 0.123997 10.0.0.57 - - [2025-09-04 02:56:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.004599 10.0.0.57 - - [2025-09-04 02:56:11] "GET /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009644 10.0.0.57 - - [2025-09-04 02:56:11] "POST /neutron/network HTTP/1.1" 200 830 0.009874 10.0.0.57 - - [2025-09-04 02:56:11] "GET /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007127 10.0.0.57 - - [2025-09-04 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.57 - - [2025-09-04 02:56:11] "GET /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006112 10.0.0.57 - - [2025-09-04 02:56:11] "PUT /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86 HTTP/1.1" 200 265 0.067764 10.0.0.57 - - [2025-09-04 02:56:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001828 10.0.0.57 - - [2025-09-04 02:56:11] "POST /neutron/network HTTP/1.1" 200 841 0.008013 10.0.0.131 - - [2025-09-04 02:56:11] "POST /ref-update HTTP/1.1" 200 156 0.014684 10.0.0.131 - - [2025-09-04 02:56:12] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001788 10.0.0.57 - - [2025-09-04 02:56:12] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.074975 10.0.0.57 - - [2025-09-04 02:56:12] "POST /neutron/port HTTP/1.1" 200 117 0.006195 10.0.0.57 - - [2025-09-04 02:56:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001451 10.0.0.57 - - [2025-09-04 02:56:12] "POST /neutron/network HTTP/1.1" 200 841 0.008743 10.0.0.57 - - [2025-09-04 02:56:13] "POST /neutron/port HTTP/1.1" 200 1053 0.017386 10.0.0.131 - - [2025-09-04 02:56:13] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.57 - - [2025-09-04 02:56:13] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.095961 10.0.0.57 - - [2025-09-04 02:56:13] "POST /neutron/network HTTP/1.1" 200 830 0.029712 10.0.0.57 - - [2025-09-04 02:56:13] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.57 - - [2025-09-04 02:56:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009007 10.0.0.57 - - [2025-09-04 02:56:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008973 10.0.0.131 - - [2025-09-04 02:56:13] "DELETE /project/3aa08e355e854017b724efd2b2883ed5 HTTP/1.1" 404 173 0.004962 10.0.0.57 - - [2025-09-04 02:56:14] "POST /neutron/port HTTP/1.1" 200 1052 0.019662 10.0.0.57 - - [2025-09-04 02:56:14] "POST /neutron/port HTTP/1.1" 200 1080 0.024637 10.0.0.57 - - [2025-09-04 02:56:14] "POST /neutron/port HTTP/1.1" 200 117 0.002259 10.0.0.57 - - [2025-09-04 02:56:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007137 10.0.0.57 - - [2025-09-04 02:56:19] "POST /neutron/port HTTP/1.1" 200 1081 0.016702 10.0.0.57 - - [2025-09-04 02:56:19] "GET /virtual-machine/5e6ef077-a443-4b55-bb36-af9ce0b67df1 HTTP/1.1" 200 1287 0.006638 10.0.0.57 - - [2025-09-04 02:56:19] "GET /virtual-machine-interface/7296383f-44d0-4969-9539-b1aedf8123b2 HTTP/1.1" 200 2934 0.005452 10.0.0.57 - - [2025-09-04 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.57 - - [2025-09-04 02:56:19] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003358 10.0.0.57 - - [2025-09-04 02:56:19] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003178 10.0.0.57 - - [2025-09-04 02:56:19] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006189 10.0.0.57 - - [2025-09-04 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007889 10.0.0.57 - - [2025-09-04 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.57 - - [2025-09-04 02:56:22] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005882 10.0.0.57 - - [2025-09-04 02:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.57 - - [2025-09-04 02:56:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003927 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002997 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005644 10.0.0.57 - - [2025-09-04 02:56:24] "POST /neutron/port HTTP/1.1" 200 1080 0.014090 10.0.0.57 - - [2025-09-04 02:56:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006446 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-machine/0bc1417b-97c3-4d37-9531-08395102f86f HTTP/1.1" 200 1286 0.006687 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-machine-interface/48ea7e1b-5e3f-43e6-9b31-1bff483b7f35 HTTP/1.1" 200 2934 0.004854 10.0.0.57 - - [2025-09-04 02:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.57 - - [2025-09-04 02:56:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003630 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002772 10.0.0.57 - - [2025-09-04 02:56:24] "GET /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008539 10.0.0.131 - - [2025-09-04 02:56:25] "GET /global-system-configs HTTP/1.1" 200 323 0.026976 10.0.0.57 - - [2025-09-04 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.57 - - [2025-09-04 02:56:26] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004812 10.0.0.57 - - [2025-09-04 02:56:26] "GET /virtual-networks?parent_id=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003853 10.0.0.57 - - [2025-09-04 02:56:26] "GET /virtual-network/3dc52122-a914-450f-b564-1ca00fc54b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008382 10.0.0.57 - - [2025-09-04 02:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.138706 10.0.0.57 - - [2025-09-04 02:56:26] "POST /interface-route-tables HTTP/1.1" 200 576 0.046166 10.0.0.57 - - [2025-09-04 02:56:26] "GET /interface-route-table/fa18ed7a-1dcc-48fa-b8dc-4b2f9db56018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1311 0.008922 10.0.0.57 - - [2025-09-04 02:56:26] "GET /virtual-machine-interface/7296383f-44d0-4969-9539-b1aedf8123b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.007677 10.0.0.57 - - [2025-09-04 02:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.249848 10.0.0.57 - - [2025-09-04 02:56:26] "POST /ref-update HTTP/1.1" 200 156 0.016644 10.0.0.38 - - [2025-09-04 02:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.184541 10.0.0.57 - - [2025-09-04 02:56:26] "POST /routing-policys HTTP/1.1" 200 536 0.046783 10.0.0.57 - - [2025-09-04 02:56:26] "GET /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.009164 10.0.0.38 - - [2025-09-04 02:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.439041 10.0.0.131 - - [2025-09-04 02:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.345599 10.0.0.57 - - [2025-09-04 02:56:26] "PUT /virtual-network/fd2f0fda-c9c6-4434-9c1f-3337f83bd0d4 HTTP/1.1" 200 265 0.083197 10.0.0.131 - - [2025-09-04 02:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.169317 10.0.0.57 - - [2025-09-04 02:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.180212 10.0.0.38 - - [2025-09-04 02:56:27] "GET /global-system-configs HTTP/1.1" 200 323 0.216079 10.0.0.38 - - [2025-09-04 02:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.271065 10.0.0.57 - - [2025-09-04 02:56:27] "GET /global-system-configs HTTP/1.1" 200 323 0.062099 10.0.0.131 - - [2025-09-04 02:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.123259 10.0.0.57 - - [2025-09-04 02:56:30] "POST /ref-update HTTP/1.1" 200 156 0.043776 10.0.0.57 - - [2025-09-04 02:56:30] "DELETE /routing-policy/ad2e169f-ca48-4e17-b906-1317ec844239 HTTP/1.1" 200 115 0.052615 10.0.0.57 - - [2025-09-04 02:56:30] "POST /neutron/network HTTP/1.1" 200 830 0.007559 10.0.0.57 - - [2025-09-04 02:56:31] "POST /neutron/port HTTP/1.1" 200 1081 0.017828 10.0.0.57 - - [2025-09-04 02:56:31] "POST /neutron/port HTTP/1.1" 200 1107 0.009917 10.0.0.131 - - [2025-09-04 02:56:32] "POST /useragent-kv HTTP/1.1" 200 115 0.014399 10.0.0.131 - - [2025-09-04 02:56:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003820 10.0.0.57 - - [2025-09-04 02:56:32] "POST /neutron/network HTTP/1.1" 200 151 0.144817 10.0.0.131 - - [2025-09-04 02:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.039103 10.0.0.131 - - [2025-09-04 02:56:32] "DELETE /route-target/cfce2900-8705-4687-b8a5-39ef12475066 HTTP/1.1" 409 240 0.005600 10.0.0.131 - - [2025-09-04 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.131 - - [2025-09-04 02:56:34] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000949 10.0.0.57 - - [2025-09-04 02:56:34] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046927 10.0.0.131 - - [2025-09-04 02:56:34] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001226 10.0.0.57 - - [2025-09-04 02:56:34] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=virtual_networks HTTP/1.1" 200 1020 0.043487 10.0.0.131 - - [2025-09-04 02:56:34] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001406 10.0.0.57 - - [2025-09-04 02:56:34] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.051984 10.0.0.131 - - [2025-09-04 02:56:34] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002349 10.0.0.57 - - [2025-09-04 02:56:34] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=security_groups HTTP/1.1" 200 1240 0.050162 10.0.0.57 - - [2025-09-04 02:56:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.029450 10.0.0.131 - - [2025-09-04 02:56:35] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002828 10.0.0.131 - - [2025-09-04 02:56:35] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.131 - - [2025-09-04 02:56:35] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007483 10.0.0.131 - - [2025-09-04 02:56:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.001857 10.0.0.131 - - [2025-09-04 02:56:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.005478 10.0.0.131 - - [2025-09-04 02:56:35] "POST /security-groups HTTP/1.1" 200 595 0.033504 10.0.0.131 - - [2025-09-04 02:56:35] "POST /projects HTTP/1.1" 200 593 0.251582 10.0.0.131 - - [2025-09-04 02:56:35] "POST /access-control-lists HTTP/1.1" 200 602 0.027668 10.0.0.131 - - [2025-09-04 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.326541 10.0.0.57 - - [2025-09-04 02:56:35] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.466259 10.0.0.57 - - [2025-09-04 02:56:37] "GET / HTTP/1.1" 200 36215 0.002114 10.0.0.57 - - [2025-09-04 02:56:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.57 - - [2025-09-04 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.052315 10.0.0.131 - - [2025-09-04 02:56:39] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000878 10.0.0.57 - - [2025-09-04 02:56:39] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041257 10.0.0.57 - - [2025-09-04 02:56:39] "POST /neutron/network HTTP/1.1" 200 117 0.044929 10.0.0.131 - - [2025-09-04 02:56:39] "POST /route-targets HTTP/1.1" 200 328 0.015405 10.0.0.57 - - [2025-09-04 02:56:39] "POST /neutron/network HTTP/1.1" 200 831 0.008045 10.0.0.57 - - [2025-09-04 02:56:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.001096 10.0.0.57 - - [2025-09-04 02:56:39] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005422 10.0.0.57 - - [2025-09-04 02:56:39] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006002 10.0.0.57 - - [2025-09-04 02:56:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.009987 10.0.0.57 - - [2025-09-04 02:56:40] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006049 10.0.0.57 - - [2025-09-04 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.57 - - [2025-09-04 02:56:41] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005325 10.0.0.57 - - [2025-09-04 02:56:41] "PUT /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419 HTTP/1.1" 200 265 0.085130 10.0.0.131 - - [2025-09-04 02:56:41] "POST /ref-update HTTP/1.1" 200 156 0.038458 10.0.0.57 - - [2025-09-04 02:56:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.001362 10.0.0.131 - - [2025-09-04 02:56:47] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001028 10.0.0.57 - - [2025-09-04 02:56:47] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058794 10.0.0.57 - - [2025-09-04 02:56:47] "POST /neutron/port HTTP/1.1" 200 117 0.006874 10.0.0.57 - - [2025-09-04 02:56:48] "POST /neutron/network HTTP/1.1" 200 841 0.009135 10.0.0.57 - - [2025-09-04 02:56:48] "POST /neutron/port HTTP/1.1" 200 1063 0.013958 10.0.0.57 - - [2025-09-04 02:56:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004278 10.0.0.57 - - [2025-09-04 02:56:48] "POST /neutron/network HTTP/1.1" 200 831 0.006526 10.0.0.57 - - [2025-09-04 02:56:53] "POST /neutron/port HTTP/1.1" 200 1091 0.020943 10.0.0.57 - - [2025-09-04 02:56:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011369 10.0.0.57 - - [2025-09-04 02:56:53] "GET /virtual-machine/1f0daae6-fa6d-402c-8477-e8bb03947424 HTTP/1.1" 401 292 0.000401 10.0.0.57 - - [2025-09-04 02:56:53] "GET /virtual-machine/1f0daae6-fa6d-402c-8477-e8bb03947424 HTTP/1.1" 200 1297 0.029384 10.0.0.57 - - [2025-09-04 02:56:53] "GET /virtual-machine-interface/4555efee-4043-4722-ac39-a115713c0dd3 HTTP/1.1" 200 2974 0.006984 10.0.0.57 - - [2025-09-04 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.57 - - [2025-09-04 02:56:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005600 10.0.0.57 - - [2025-09-04 02:56:53] "GET /virtual-networks?parent_id=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.009693 10.0.0.57 - - [2025-09-04 02:56:53] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006656 10.0.0.57 - - [2025-09-04 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.57 - - [2025-09-04 02:56:56] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005196 10.0.0.57 - - [2025-09-04 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.57 - - [2025-09-04 02:57:00] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005600 10.0.0.57 - - [2025-09-04 02:57:01] "GET /obj-perms HTTP/1.1" 200 5056 0.059476 10.0.0.57 - - [2025-09-04 02:57:01] "POST /neutron/network HTTP/1.1" 200 841 0.008428 10.0.0.57 - - [2025-09-04 02:57:01] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.57 - - [2025-09-04 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 02:57:05] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005718 10.0.0.57 - - [2025-09-04 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.57 - - [2025-09-04 02:57:09] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005149 10.0.0.57 - - [2025-09-04 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.57 - - [2025-09-04 02:57:13] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004910 10.0.0.131 - - [2025-09-04 02:57:14] "DELETE /project/85145b17ce7b4d7ba8ec0fb5639d44b6 HTTP/1.1" 404 173 0.008729 10.0.0.131 - - [2025-09-04 02:57:14] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.131 - - [2025-09-04 02:57:14] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.090713 10.0.0.131 - - [2025-09-04 02:57:14] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.131 - - [2025-09-04 02:57:14] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=security_groups HTTP/1.1" 200 1342 0.034065 10.0.0.131 - - [2025-09-04 02:57:14] "DELETE /security-group/3fff7cee-2f6a-40c5-91f2-b3d85b79d97e HTTP/1.1" 404 177 0.005828 10.0.0.131 - - [2025-09-04 02:57:14] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001187 10.0.0.131 - - [2025-09-04 02:57:14] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=application_policy_sets HTTP/1.1" 200 1381 0.047693 10.0.0.131 - - [2025-09-04 02:57:14] "DELETE /project/3aa08e35-5e85-4017-b724-efd2b2883ed5 HTTP/1.1" 409 278 0.334822 10.0.0.57 - - [2025-09-04 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.57 - - [2025-09-04 02:57:17] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006542 10.0.0.57 - - [2025-09-04 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.57 - - [2025-09-04 02:57:21] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006019 10.0.0.57 - - [2025-09-04 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.57 - - [2025-09-04 02:57:25] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005581 10.0.0.57 - - [2025-09-04 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.57 - - [2025-09-04 02:57:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003626 10.0.0.57 - - [2025-09-04 02:57:27] "GET /virtual-networks?parent_id=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003083 10.0.0.57 - - [2025-09-04 02:57:27] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005982 10.0.0.57 - - [2025-09-04 02:57:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007499 10.0.0.57 - - [2025-09-04 02:57:37] "POST /neutron/port HTTP/1.1" 200 1091 0.018370 10.0.0.57 - - [2025-09-04 02:57:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010980 10.0.0.57 - - [2025-09-04 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.57 - - [2025-09-04 02:57:48] "GET /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005772 10.0.0.57 - - [2025-09-04 02:57:48] "PUT /virtual-network/3c71cbfe-c1af-41cb-a4e3-15fc430f1419 HTTP/1.1" 200 265 0.058850 10.0.0.131 - - [2025-09-04 02:57:48] "POST /ref-update HTTP/1.1" 200 156 0.026767 10.0.0.57 - - [2025-09-04 02:57:53] "POST /neutron/network HTTP/1.1" 200 831 0.007503 10.0.0.57 - - [2025-09-04 02:57:54] "POST /neutron/port HTTP/1.1" 200 1117 0.013400 10.0.0.131 - - [2025-09-04 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008852 10.0.0.131 - - [2025-09-04 02:57:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005333 10.0.0.131 - - [2025-09-04 02:57:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.57 - - [2025-09-04 02:57:56] "POST /neutron/network HTTP/1.1" 200 151 0.161012 10.0.0.57 - - [2025-09-04 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.131 - - [2025-09-04 02:57:58] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.57 - - [2025-09-04 02:57:58] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.034603 10.0.0.131 - - [2025-09-04 02:57:59] "POST /ref-update HTTP/1.1" 200 156 0.030103 10.0.0.131 - - [2025-09-04 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008350 10.0.0.57 - - [2025-09-04 02:57:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.218800 10.0.0.57 - - [2025-09-04 02:57:59] "POST /id-to-fqname HTTP/1.1" 200 226 0.001754 10.0.0.57 - - [2025-09-04 02:57:59] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004803 10.0.0.57 - - [2025-09-04 02:57:59] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005763 10.0.0.57 - - [2025-09-04 02:57:59] "POST /neutron/network HTTP/1.1" 200 832 0.007753 10.0.0.57 - - [2025-09-04 02:57:59] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006271 10.0.0.38 - - [2025-09-04 02:57:59] "GET /obj-perms HTTP/1.1" 200 5038 0.047920 10.0.0.131 - - [2025-09-04 02:57:59] "GET /obj-perms HTTP/1.1" 200 5038 0.049789 10.0.0.57 - - [2025-09-04 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.57 - - [2025-09-04 02:57:59] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005410 10.0.0.57 - - [2025-09-04 02:57:59] "PUT /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d HTTP/1.1" 200 265 0.053771 10.0.0.57 - - [2025-09-04 02:58:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001431 10.0.0.131 - - [2025-09-04 02:58:05] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001363 10.0.0.57 - - [2025-09-04 02:58:05] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061387 10.0.0.57 - - [2025-09-04 02:58:05] "POST /neutron/network HTTP/1.1" 200 832 0.006822 10.0.0.57 - - [2025-09-04 02:58:06] "POST /neutron/port HTTP/1.1" 200 117 0.007286 10.0.0.57 - - [2025-09-04 02:58:06] "POST /neutron/port HTTP/1.1" 200 1064 0.014301 10.0.0.57 - - [2025-09-04 02:58:07] "POST /neutron/port HTTP/1.1" 200 1092 0.020889 10.0.0.57 - - [2025-09-04 02:58:07] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.57 - - [2025-09-04 02:58:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007492 10.0.0.57 - - [2025-09-04 02:58:11] "POST /neutron/port HTTP/1.1" 200 1092 0.019182 10.0.0.57 - - [2025-09-04 02:58:11] "GET /virtual-machine/91d03430-54a6-4267-89c1-c5016b5675bc HTTP/1.1" 200 1298 0.006550 10.0.0.57 - - [2025-09-04 02:58:11] "GET /virtual-machine-interface/3a4d7c26-65ec-450d-8ad5-5be9f6bfe687 HTTP/1.1" 200 2974 0.005505 10.0.0.57 - - [2025-09-04 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.57 - - [2025-09-04 02:58:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004064 10.0.0.57 - - [2025-09-04 02:58:11] "GET /virtual-networks?parent_id=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003210 10.0.0.57 - - [2025-09-04 02:58:11] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006780 10.0.0.57 - - [2025-09-04 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.57 - - [2025-09-04 02:58:14] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.009238 10.0.0.57 - - [2025-09-04 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.57 - - [2025-09-04 02:58:18] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005451 10.0.0.57 - - [2025-09-04 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.57 - - [2025-09-04 02:58:22] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005137 10.0.0.57 - - [2025-09-04 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.57 - - [2025-09-04 02:58:27] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005206 10.0.0.57 - - [2025-09-04 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.57 - - [2025-09-04 02:58:31] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005548 10.0.0.57 - - [2025-09-04 02:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.57 - - [2025-09-04 02:58:35] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005173 10.0.0.57 - - [2025-09-04 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.57 - - [2025-09-04 02:58:39] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005324 10.0.0.57 - - [2025-09-04 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.57 - - [2025-09-04 02:58:43] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006040 10.0.0.57 - - [2025-09-04 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.57 - - [2025-09-04 02:58:47] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005360 10.0.0.57 - - [2025-09-04 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.57 - - [2025-09-04 02:58:49] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003514 10.0.0.57 - - [2025-09-04 02:58:49] "GET /virtual-networks?parent_id=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004891 10.0.0.57 - - [2025-09-04 02:58:49] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006550 10.0.0.57 - - [2025-09-04 02:58:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009240 10.0.0.57 - - [2025-09-04 02:58:52] "POST /neutron/network HTTP/1.1" 200 842 0.007656 10.0.0.57 - - [2025-09-04 02:58:52] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.57 - - [2025-09-04 02:58:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007197 10.0.0.57 - - [2025-09-04 02:59:00] "POST /neutron/port HTTP/1.1" 200 1092 0.038949 10.0.0.57 - - [2025-09-04 02:59:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007426 10.0.0.57 - - [2025-09-04 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.57 - - [2025-09-04 02:59:10] "GET /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005125 10.0.0.57 - - [2025-09-04 02:59:10] "PUT /virtual-network/be10e1e1-8e6e-4313-82f2-a62043a6d63d HTTP/1.1" 200 265 0.062471 10.0.0.131 - - [2025-09-04 02:59:10] "POST /ref-update HTTP/1.1" 200 156 0.041932 10.0.0.57 - - [2025-09-04 02:59:16] "POST /neutron/port HTTP/1.1" 200 1092 0.019685 10.0.0.57 - - [2025-09-04 02:59:17] "POST /neutron/network HTTP/1.1" 200 832 0.007030 10.0.0.131 - - [2025-09-04 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.131 - - [2025-09-04 02:59:19] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001518 10.0.0.57 - - [2025-09-04 02:59:19] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040334 10.0.0.131 - - [2025-09-04 02:59:19] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.57 - - [2025-09-04 02:59:19] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?fields=virtual_networks HTTP/1.1" 200 1042 0.057171 10.0.0.131 - - [2025-09-04 02:59:19] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.57 - - [2025-09-04 02:59:19] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.037317 10.0.0.131 - - [2025-09-04 02:59:19] "GET /projects?obj_uuids=85145b17-ce7b-4d7b-a8ec-0fb5639d44b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000953 10.0.0.57 - - [2025-09-04 02:59:19] "GET /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6?fields=security_groups HTTP/1.1" 200 1273 0.037529 10.0.0.57 - - [2025-09-04 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 213 0.025574 10.0.0.131 - - [2025-09-04 02:59:20] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003458 10.0.0.131 - - [2025-09-04 02:59:20] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.131 - - [2025-09-04 02:59:20] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030590 10.0.0.131 - - [2025-09-04 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 216 0.004969 10.0.0.131 - - [2025-09-04 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 227 0.003928 10.0.0.131 - - [2025-09-04 02:59:20] "POST /security-groups HTTP/1.1" 200 616 0.073134 10.0.0.131 - - [2025-09-04 02:59:20] "POST /projects HTTP/1.1" 200 635 0.273095 10.0.0.131 - - [2025-09-04 02:59:20] "POST /access-control-lists HTTP/1.1" 200 623 0.031484 10.0.0.131 - - [2025-09-04 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.347245 10.0.0.57 - - [2025-09-04 02:59:21] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.491927 10.0.0.57 - - [2025-09-04 02:59:22] "GET / HTTP/1.1" 200 36215 0.001619 10.0.0.57 - - [2025-09-04 02:59:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.57 - - [2025-09-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 404 249 0.062811 10.0.0.131 - - [2025-09-04 02:59:24] "POST /fqname-to-id HTTP/1.1" 404 281 0.005149 10.0.0.131 - - [2025-09-04 02:59:24] "POST /access-control-lists HTTP/1.1" 200 643 0.026401 10.0.0.131 - - [2025-09-04 02:59:24] "PUT /access-control-list/0f49959f-4493-4f11-86be-4bb0b4d6b94b HTTP/1.1" 200 273 0.020975 10.0.0.131 - - [2025-09-04 02:59:24] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001122 10.0.0.57 - - [2025-09-04 02:59:24] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.100769 10.0.0.57 - - [2025-09-04 02:59:24] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022241 10.0.0.57 - - [2025-09-04 02:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.131 - - [2025-09-04 02:59:25] "PUT /access-control-list/0f49959f-4493-4f11-86be-4bb0b4d6b94b HTTP/1.1" 200 273 0.016987 10.0.0.57 - - [2025-09-04 02:59:25] "GET /security-group/ade74acd-536d-4665-9563-ecdbca14fd9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.011625 10.0.0.57 - - [2025-09-04 02:59:25] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004190 10.0.0.57 - - [2025-09-04 02:59:25] "POST /fqname-to-id HTTP/1.1" 404 249 0.004421 10.0.0.57 - - [2025-09-04 02:59:26] "POST /fqname-to-id HTTP/1.1" 404 249 0.003485 10.0.0.131 - - [2025-09-04 02:59:26] "DELETE /access-control-list/69942318-cf36-4d44-ab7c-8d5e190d653d HTTP/1.1" 200 115 0.030319 10.0.0.131 - - [2025-09-04 02:59:26] "POST /access-control-lists HTTP/1.1" 200 645 0.055423 10.0.0.131 - - [2025-09-04 02:59:26] "PUT /access-control-list/23d8731e-075a-475b-94a5-58644b45b9bc HTTP/1.1" 200 273 0.027069 10.0.0.131 - - [2025-09-04 02:59:26] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001094 10.0.0.57 - - [2025-09-04 02:59:26] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.063966 10.0.0.131 - - [2025-09-04 02:59:27] "PUT /access-control-list/01dc89b9-4062-4ee4-a47b-bf66c4234826 HTTP/1.1" 200 273 0.019204 10.0.0.57 - - [2025-09-04 02:59:27] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012376 10.0.0.57 - - [2025-09-04 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.57 - - [2025-09-04 02:59:27] "GET /security-group/4a00ada2-e64b-4647-bc33-41b475839701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006012 10.0.0.131 - - [2025-09-04 02:59:27] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000934 10.0.0.57 - - [2025-09-04 02:59:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.047882 10.0.0.131 - - [2025-09-04 02:59:28] "PUT /access-control-list/01dc89b9-4062-4ee4-a47b-bf66c4234826 HTTP/1.1" 200 273 0.018265 10.0.0.57 - - [2025-09-04 02:59:28] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.133417 10.0.0.57 - - [2025-09-04 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.131 - - [2025-09-04 02:59:28] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000920 10.0.0.57 - - [2025-09-04 02:59:28] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.044054 10.0.0.131 - - [2025-09-04 02:59:28] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001081 10.0.0.57 - - [2025-09-04 02:59:28] "POST /neutron/network HTTP/1.1" 200 720 0.113040 10.0.0.131 - - [2025-09-04 02:59:28] "POST /route-targets HTTP/1.1" 200 328 0.014513 10.0.0.38 - - [2025-09-04 02:59:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.039433 10.0.0.57 - - [2025-09-04 02:59:29] "POST /neutron/network HTTP/1.1" 200 1112 0.009852 10.0.0.57 - - [2025-09-04 02:59:29] "POST /id-to-fqname HTTP/1.1" 200 290 0.001073 10.0.0.57 - - [2025-09-04 02:59:29] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.004936 10.0.0.57 - - [2025-09-04 02:59:29] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005284 10.0.0.57 - - [2025-09-04 02:59:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.008999 10.0.0.57 - - [2025-09-04 02:59:29] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005590 10.0.0.57 - - [2025-09-04 02:59:29] "GET /obj-perms HTTP/1.1" 200 5080 0.054534 10.0.0.38 - - [2025-09-04 02:59:30] "GET /obj-perms HTTP/1.1" 200 5080 0.052420 10.0.0.57 - - [2025-09-04 02:59:30] "POST /id-to-fqname HTTP/1.1" 200 290 0.001776 10.0.0.57 - - [2025-09-04 02:59:30] "POST /neutron/network HTTP/1.1" 200 1122 0.010063 10.0.0.131 - - [2025-09-04 02:59:31] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000950 10.0.0.57 - - [2025-09-04 02:59:31] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.077128 10.0.0.57 - - [2025-09-04 02:59:31] "POST /neutron/port HTTP/1.1" 200 117 0.007760 10.0.0.57 - - [2025-09-04 02:59:31] "POST /id-to-fqname HTTP/1.1" 200 290 0.001793 10.0.0.57 - - [2025-09-04 02:59:32] "POST /neutron/network HTTP/1.1" 200 1122 0.013818 10.0.0.131 - - [2025-09-04 02:59:32] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.57 - - [2025-09-04 02:59:32] "POST /neutron/port HTTP/1.1" 200 1191 0.355726 10.0.0.57 - - [2025-09-04 02:59:32] "POST /neutron/port HTTP/1.1" 200 1245 0.118161 10.0.0.131 - - [2025-09-04 02:59:32] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001216 10.0.0.57 - - [2025-09-04 02:59:32] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.076676 10.0.0.57 - - [2025-09-04 02:59:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.57 - - [2025-09-04 02:59:33] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.57 - - [2025-09-04 02:59:33] "POST /neutron/port HTTP/1.1" 200 1219 0.018420 10.0.0.57 - - [2025-09-04 02:59:33] "POST /neutron/port HTTP/1.1" 200 1219 0.020262 10.0.0.131 - - [2025-09-04 02:59:33] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001456 10.0.0.57 - - [2025-09-04 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 3458 0.071849 10.0.0.57 - - [2025-09-04 02:59:34] "POST /neutron/port HTTP/1.1" 200 1191 0.022861 10.0.0.57 - - [2025-09-04 02:59:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004359 10.0.0.57 - - [2025-09-04 02:59:34] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.57 - - [2025-09-04 02:59:38] "POST /neutron/port HTTP/1.1" 200 1219 0.017791 10.0.0.57 - - [2025-09-04 02:59:38] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008686 10.0.0.57 - - [2025-09-04 02:59:38] "POST /neutron/port HTTP/1.1" 200 1219 0.016509 10.0.0.57 - - [2025-09-04 02:59:38] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 401 292 0.000445 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.027336 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.003780 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.004941 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.003741 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.005164 10.0.0.57 - - [2025-09-04 02:59:39] "GET /instance-ip/e729e999-8eec-48ec-9d51-bfcbfff938f0 HTTP/1.1" 200 1718 0.005884 10.0.0.57 - - [2025-09-04 02:59:39] "GET /instance-ip/ea74f171-5a05-4f9e-9cc6-df7b298dbd46 HTTP/1.1" 200 1739 0.006783 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.006132 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.007016 10.0.0.57 - - [2025-09-04 02:59:39] "GET /instance-ip/e729e999-8eec-48ec-9d51-bfcbfff938f0 HTTP/1.1" 200 1718 0.005498 10.0.0.57 - - [2025-09-04 02:59:39] "GET /instance-ip/ea74f171-5a05-4f9e-9cc6-df7b298dbd46 HTTP/1.1" 200 1739 0.004693 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003874 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004197 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005848 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004184 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002881 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007716 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007002 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003700 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002956 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005618 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004960 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003184 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006923 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004436 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003658 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005879 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004309 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004634 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007800 10.0.0.57 - - [2025-09-04 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.57 - - [2025-09-04 02:59:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004824 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004443 10.0.0.57 - - [2025-09-04 02:59:39] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007056 10.0.0.57 - - [2025-09-04 02:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.57 - - [2025-09-04 02:59:43] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005458 10.0.0.57 - - [2025-09-04 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.57 - - [2025-09-04 02:59:47] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006375 10.0.0.57 - - [2025-09-04 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.57 - - [2025-09-04 02:59:51] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005595 10.0.0.57 - - [2025-09-04 02:59:54] "POST /neutron/port HTTP/1.1" 200 1219 0.046073 10.0.0.57 - - [2025-09-04 02:59:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003821 10.0.0.57 - - [2025-09-04 02:59:54] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.57 - - [2025-09-04 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.57 - - [2025-09-04 02:59:55] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005131 10.0.0.57 - - [2025-09-04 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.57 - - [2025-09-04 02:59:59] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005593 10.0.0.131 - - [2025-09-04 03:00:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050124 10.0.0.57 - - [2025-09-04 03:00:03] "POST /neutron/port HTTP/1.1" 200 1219 0.036631 10.0.0.57 - - [2025-09-04 03:00:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004184 10.0.0.57 - - [2025-09-04 03:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.57 - - [2025-09-04 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.57 - - [2025-09-04 03:00:03] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006273 10.0.0.57 - - [2025-09-04 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.57 - - [2025-09-04 03:00:07] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005771 10.0.0.57 - - [2025-09-04 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.57 - - [2025-09-04 03:00:11] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005483 10.0.0.57 - - [2025-09-04 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.57 - - [2025-09-04 03:00:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003597 10.0.0.57 - - [2025-09-04 03:00:13] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003208 10.0.0.57 - - [2025-09-04 03:00:13] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006015 10.0.0.57 - - [2025-09-04 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.57 - - [2025-09-04 03:00:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005355 10.0.0.57 - - [2025-09-04 03:00:13] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004690 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006853 10.0.0.57 - - [2025-09-04 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.57 - - [2025-09-04 03:00:14] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.009183 10.0.0.57 - - [2025-09-04 03:00:14] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005264 10.0.0.57 - - [2025-09-04 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.57 - - [2025-09-04 03:00:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003780 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003376 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006677 10.0.0.57 - - [2025-09-04 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.57 - - [2025-09-04 03:00:14] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004918 10.0.0.57 - - [2025-09-04 03:00:14] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004028 10.0.0.57 - - [2025-09-04 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.57 - - [2025-09-04 03:00:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003949 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003137 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008710 10.0.0.57 - - [2025-09-04 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.131 - - [2025-09-04 03:00:14] "DELETE /project/85145b17-ce7b-4d7b-a8ec-0fb5639d44b6 HTTP/1.1" 404 177 0.003411 10.0.0.131 - - [2025-09-04 03:00:14] "DELETE /project/68cf07a0845445959db9617bf7f374ff HTTP/1.1" 404 173 0.006357 10.0.0.57 - - [2025-09-04 03:00:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004511 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003140 10.0.0.57 - - [2025-09-04 03:00:14] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005790 10.0.0.57 - - [2025-09-04 03:00:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003961 10.0.0.131 - - [2025-09-04 03:00:14] "GET /obj-perms HTTP/1.1" 200 5080 0.053974 10.0.0.57 - - [2025-09-04 03:00:14] "GET /obj-perms HTTP/1.1" 200 5080 0.004019 10.0.0.57 - - [2025-09-04 03:00:15] "GET /obj-perms HTTP/1.1" 200 5080 0.004308 10.0.0.57 - - [2025-09-04 03:00:15] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.004957 10.0.0.57 - - [2025-09-04 03:00:15] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.005465 10.0.0.57 - - [2025-09-04 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.57 - - [2025-09-04 03:00:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004352 10.0.0.57 - - [2025-09-04 03:00:15] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003327 10.0.0.57 - - [2025-09-04 03:00:15] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006154 10.0.0.57 - - [2025-09-04 03:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.57 - - [2025-09-04 03:00:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004714 10.0.0.57 - - [2025-09-04 03:00:16] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003243 10.0.0.57 - - [2025-09-04 03:00:16] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006218 10.0.0.57 - - [2025-09-04 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007037 10.0.0.57 - - [2025-09-04 03:00:21] "POST /neutron/port HTTP/1.1" 200 1219 0.014843 10.0.0.57 - - [2025-09-04 03:00:26] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008302 10.0.0.57 - - [2025-09-04 03:00:32] "POST /neutron/port HTTP/1.1" 200 1219 0.016815 10.0.0.57 - - [2025-09-04 03:00:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006789 10.0.0.57 - - [2025-09-04 03:00:32] "POST /neutron/port HTTP/1.1" 200 1219 0.014363 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.005610 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.004007 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine-interface/031bdffa-076f-4347-ac63-2fd11cf0cd71 HTTP/1.1" 200 3424 0.004988 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.003861 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine-interface/031bdffa-076f-4347-ac63-2fd11cf0cd71 HTTP/1.1" 200 3424 0.005362 10.0.0.57 - - [2025-09-04 03:00:32] "GET /instance-ip/396bf1f5-bda6-4ca8-b2f0-bf168d6e5b99 HTTP/1.1" 200 1717 0.006058 10.0.0.57 - - [2025-09-04 03:00:32] "GET /instance-ip/3a9e38b8-0bc1-470a-bf43-fcc341fb6ad5 HTTP/1.1" 200 1738 0.006278 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.004056 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-machine-interface/031bdffa-076f-4347-ac63-2fd11cf0cd71 HTTP/1.1" 200 3424 0.005137 10.0.0.57 - - [2025-09-04 03:00:32] "GET /instance-ip/396bf1f5-bda6-4ca8-b2f0-bf168d6e5b99 HTTP/1.1" 200 1717 0.004977 10.0.0.57 - - [2025-09-04 03:00:32] "GET /instance-ip/3a9e38b8-0bc1-470a-bf43-fcc341fb6ad5 HTTP/1.1" 200 1738 0.004876 10.0.0.57 - - [2025-09-04 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005972 10.0.0.57 - - [2025-09-04 03:00:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006547 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003659 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006344 10.0.0.57 - - [2025-09-04 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.57 - - [2025-09-04 03:00:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005841 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004455 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005461 10.0.0.57 - - [2025-09-04 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.57 - - [2025-09-04 03:00:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004606 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003394 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006563 10.0.0.57 - - [2025-09-04 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.57 - - [2025-09-04 03:00:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004175 10.0.0.57 - - [2025-09-04 03:00:32] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004487 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007728 10.0.0.57 - - [2025-09-04 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.57 - - [2025-09-04 03:00:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006288 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005199 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.018187 10.0.0.57 - - [2025-09-04 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.57 - - [2025-09-04 03:00:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005534 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004246 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009712 10.0.0.57 - - [2025-09-04 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006224 10.0.0.57 - - [2025-09-04 03:00:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005851 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004524 10.0.0.57 - - [2025-09-04 03:00:33] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007874 10.0.0.57 - - [2025-09-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.57 - - [2025-09-04 03:00:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003568 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002775 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005425 10.0.0.57 - - [2025-09-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.57 - - [2025-09-04 03:00:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004205 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003019 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006431 10.0.0.57 - - [2025-09-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.57 - - [2025-09-04 03:00:34] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004348 10.0.0.57 - - [2025-09-04 03:00:34] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004065 10.0.0.57 - - [2025-09-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.57 - - [2025-09-04 03:00:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004315 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003812 10.0.0.57 - - [2025-09-04 03:00:34] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005978 10.0.0.57 - - [2025-09-04 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.57 - - [2025-09-04 03:00:35] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004850 10.0.0.57 - - [2025-09-04 03:00:35] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004202 10.0.0.57 - - [2025-09-04 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.57 - - [2025-09-04 03:00:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005247 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003210 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006467 10.0.0.57 - - [2025-09-04 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.57 - - [2025-09-04 03:00:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004542 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003119 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005833 10.0.0.57 - - [2025-09-04 03:00:35] "GET /obj-perms HTTP/1.1" 200 5080 0.005163 10.0.0.131 - - [2025-09-04 03:00:35] "GET /obj-perms HTTP/1.1" 200 5080 0.006699 10.0.0.57 - - [2025-09-04 03:00:35] "GET /obj-perms HTTP/1.1" 200 5080 0.003664 10.0.0.38 - - [2025-09-04 03:00:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004271 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.014866 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-machine-interface/031bdffa-076f-4347-ac63-2fd11cf0cd71 HTTP/1.1" 200 3424 0.005970 10.0.0.57 - - [2025-09-04 03:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.57 - - [2025-09-04 03:00:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003856 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.007234 10.0.0.57 - - [2025-09-04 03:00:35] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007004 10.0.0.57 - - [2025-09-04 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.57 - - [2025-09-04 03:00:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003810 10.0.0.57 - - [2025-09-04 03:00:36] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003778 10.0.0.57 - - [2025-09-04 03:00:36] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006303 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.005910 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.005917 10.0.0.57 - - [2025-09-04 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.57 - - [2025-09-04 03:00:37] "GET /security-group/4a00ada2-e64b-4647-bc33-41b475839701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.003787 10.0.0.57 - - [2025-09-04 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.57 - - [2025-09-04 03:00:37] "GET /security-group/4a00ada2-e64b-4647-bc33-41b475839701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.004211 10.0.0.57 - - [2025-09-04 03:00:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009202 10.0.0.57 - - [2025-09-04 03:00:37] "POST /neutron/port HTTP/1.1" 200 1245 0.012784 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.003890 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3369 0.007290 10.0.0.57 - - [2025-09-04 03:00:37] "POST /neutron/port HTTP/1.1" 200 1181 0.014612 10.0.0.57 - - [2025-09-04 03:00:37] "POST /neutron/port HTTP/1.1" 200 1245 0.074836 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.004678 10.0.0.57 - - [2025-09-04 03:00:37] "GET /virtual-machine-interface/4274bb8d-1f4b-48c0-a667-18a37bc8cbb6 HTTP/1.1" 200 3425 0.005771 10.0.0.57 - - [2025-09-04 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.57 - - [2025-09-04 03:00:37] "GET /security-group/4a00ada2-e64b-4647-bc33-41b475839701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.003538 10.0.0.57 - - [2025-09-04 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.57 - - [2025-09-04 03:00:37] "GET /security-group/4a00ada2-e64b-4647-bc33-41b475839701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005102 10.0.0.57 - - [2025-09-04 03:00:37] "POST /neutron/security_group HTTP/1.1" 400 206 0.013831 10.0.0.57 - - [2025-09-04 03:00:56] "POST /neutron/network HTTP/1.1" 200 1122 0.011317 10.0.0.57 - - [2025-09-04 03:00:56] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014771 10.0.0.57 - - [2025-09-04 03:00:56] "POST /neutron/network HTTP/1.1" 200 1112 0.012020 10.0.0.131 - - [2025-09-04 03:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.044552 10.0.0.57 - - [2025-09-04 03:01:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119076 10.0.0.57 - - [2025-09-04 03:01:04] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.148795 10.0.0.57 - - [2025-09-04 03:01:05] "POST /neutron/port HTTP/1.1" 200 1219 0.020117 10.0.0.131 - - [2025-09-04 03:01:05] "PUT /access-control-list/23d8731e-075a-475b-94a5-58644b45b9bc HTTP/1.1" 200 273 0.011953 10.0.0.57 - - [2025-09-04 03:01:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.57 - - [2025-09-04 03:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.57 - - [2025-09-04 03:01:07] "POST /neutron/port HTTP/1.1" 200 1219 0.019626 10.0.0.57 - - [2025-09-04 03:01:07] "POST /neutron/port HTTP/1.1" 200 1207 0.094734 10.0.0.57 - - [2025-09-04 03:01:07] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 200 1319 0.006646 10.0.0.57 - - [2025-09-04 03:01:08] "POST /neutron/port HTTP/1.1" 200 151 0.226460 10.0.0.57 - - [2025-09-04 03:01:10] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 404 171 0.004494 10.0.0.57 - - [2025-09-04 03:01:10] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 404 171 0.003873 10.0.0.57 - - [2025-09-04 03:01:10] "GET /virtual-machine/43cbc9be-6b1f-42ff-92e6-9b5faee48fa5 HTTP/1.1" 404 171 0.003581 10.0.0.57 - - [2025-09-04 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.57 - - [2025-09-04 03:01:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004093 10.0.0.57 - - [2025-09-04 03:01:10] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002838 10.0.0.57 - - [2025-09-04 03:01:10] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006105 10.0.0.57 - - [2025-09-04 03:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.57 - - [2025-09-04 03:01:10] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.004149 10.0.0.57 - - [2025-09-04 03:01:10] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003758 10.0.0.57 - - [2025-09-04 03:01:10] "GET /obj-perms HTTP/1.1" 200 5080 0.003727 10.0.0.38 - - [2025-09-04 03:01:10] "GET /obj-perms HTTP/1.1" 200 5080 0.003965 10.0.0.57 - - [2025-09-04 03:01:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004427 10.0.0.38 - - [2025-09-04 03:01:19] "GET /obj-perms HTTP/1.1" 200 5080 0.003798 10.0.0.131 - - [2025-09-04 03:01:25] "GET /global-system-configs HTTP/1.1" 200 323 0.028815 10.0.0.57 - - [2025-09-04 03:01:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003752 10.0.0.38 - - [2025-09-04 03:01:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003733 10.0.0.57 - - [2025-09-04 03:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.054233 10.0.0.38 - - [2025-09-04 03:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.108362 10.0.0.131 - - [2025-09-04 03:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.163815 10.0.0.131 - - [2025-09-04 03:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.100811 10.0.0.57 - - [2025-09-04 03:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.133970 10.0.0.38 - - [2025-09-04 03:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.168658 10.0.0.38 - - [2025-09-04 03:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.005198 10.0.0.57 - - [2025-09-04 03:01:27] "GET /global-system-configs HTTP/1.1" 200 323 0.053865 10.0.0.131 - - [2025-09-04 03:01:27] "GET /obj-perms HTTP/1.1" 200 5056 0.135364 10.0.0.57 - - [2025-09-04 03:01:28] "GET /obj-perms HTTP/1.1" 200 5080 0.003938 10.0.0.38 - - [2025-09-04 03:01:28] "GET /obj-perms HTTP/1.1" 200 5080 0.003702 10.0.0.57 - - [2025-09-04 03:01:29] "POST /neutron/port HTTP/1.1" 200 1245 0.014119 10.0.0.57 - - [2025-09-04 03:01:29] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 200 1319 0.005197 10.0.0.57 - - [2025-09-04 03:01:29] "POST /neutron/port HTTP/1.1" 200 1181 0.020361 10.0.0.57 - - [2025-09-04 03:01:31] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 404 171 0.003475 10.0.0.57 - - [2025-09-04 03:01:31] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 404 171 0.003227 10.0.0.57 - - [2025-09-04 03:01:31] "GET /virtual-machine/642c8c88-c1ef-4205-b467-861826c32c90 HTTP/1.1" 404 171 0.002851 10.0.0.57 - - [2025-09-04 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.57 - - [2025-09-04 03:01:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004216 10.0.0.57 - - [2025-09-04 03:01:31] "GET /virtual-networks?parent_id=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002995 10.0.0.57 - - [2025-09-04 03:01:31] "GET /virtual-network/402651d2-6f2d-469b-97aa-5a6d36bdb0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006543 10.0.0.57 - - [2025-09-04 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.57 - - [2025-09-04 03:01:31] "GET /routing-instance/8fcffaae-d977-4fa4-9625-b9d31e03d5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005943 10.0.0.57 - - [2025-09-04 03:01:31] "GET /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004101 10.0.0.57 - - [2025-09-04 03:01:31] "GET /obj-perms HTTP/1.1" 200 5080 0.003768 10.0.0.57 - - [2025-09-04 03:01:34] "GET /obj-perms HTTP/1.1" 200 5080 0.003835 10.0.0.57 - - [2025-09-04 03:01:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004188 10.0.0.57 - - [2025-09-04 03:01:38] "POST /neutron/network HTTP/1.1" 200 1112 0.009059 10.0.0.131 - - [2025-09-04 03:01:38] "DELETE /route-target/1de5d1cb-e2fc-4dd6-b041-55e073164914 HTTP/1.1" 200 115 0.059141 10.0.0.57 - - [2025-09-04 03:01:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.093375 10.0.0.57 - - [2025-09-04 03:01:38] "POST /fqname-to-id HTTP/1.1" 404 249 0.004161 10.0.0.131 - - [2025-09-04 03:01:40] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001070 10.0.0.57 - - [2025-09-04 03:01:40] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.071270 10.0.0.131 - - [2025-09-04 03:01:40] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000935 10.0.0.57 - - [2025-09-04 03:01:40] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?fields=virtual_networks HTTP/1.1" 200 1084 0.057070 10.0.0.131 - - [2025-09-04 03:01:40] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000896 10.0.0.57 - - [2025-09-04 03:01:40] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1084 0.050034 10.0.0.131 - - [2025-09-04 03:01:40] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001307 10.0.0.57 - - [2025-09-04 03:01:40] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?fields=security_groups HTTP/1.1" 200 1336 0.051005 10.0.0.57 - - [2025-09-04 03:01:41] "POST /fqname-to-id HTTP/1.1" 404 218 0.027596 10.0.0.131 - - [2025-09-04 03:01:41] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003030 10.0.0.131 - - [2025-09-04 03:01:41] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.131 - - [2025-09-04 03:01:41] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007439 10.0.0.131 - - [2025-09-04 03:01:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001191 10.0.0.131 - - [2025-09-04 03:01:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.003622 10.0.0.131 - - [2025-09-04 03:01:41] "POST /security-groups HTTP/1.1" 200 621 0.033596 10.0.0.131 - - [2025-09-04 03:01:41] "POST /fqname-to-id HTTP/1.1" 404 264 0.008409 10.0.0.131 - - [2025-09-04 03:01:41] "POST /projects HTTP/1.1" 200 645 0.245036 10.0.0.131 - - [2025-09-04 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.315190 10.0.0.131 - - [2025-09-04 03:01:41] "POST /access-control-lists HTTP/1.1" 200 626 0.030713 10.0.0.57 - - [2025-09-04 03:01:41] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.450779 10.0.0.57 - - [2025-09-04 03:01:43] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.57 - - [2025-09-04 03:01:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.57 - - [2025-09-04 03:01:45] "POST /fqname-to-id HTTP/1.1" 404 254 0.064809 10.0.0.57 - - [2025-09-04 03:01:45] "POST /security-groups HTTP/1.1" 200 597 0.029829 10.0.0.57 - - [2025-09-04 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.131 - - [2025-09-04 03:01:45] "POST /fqname-to-id HTTP/1.1" 404 285 0.008320 10.0.0.57 - - [2025-09-04 03:01:45] "GET /security-group/ce9686ff-d1b8-4d33-809a-c2a8ead29538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.012366 10.0.0.57 - - [2025-09-04 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007334 10.0.0.57 - - [2025-09-04 03:01:45] "GET /security-group/ce9686ff-d1b8-4d33-809a-c2a8ead29538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004049 10.0.0.57 - - [2025-09-04 03:01:46] "DELETE /security-group/ce9686ff-d1b8-4d33-809a-c2a8ead29538 HTTP/1.1" 200 115 0.042480 10.0.0.57 - - [2025-09-04 03:01:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.002841 10.0.0.131 - - [2025-09-04 03:01:46] "DELETE /access-control-list/900f016c-4d0c-444a-a5c0-72094c7b0653 HTTP/1.1" 200 115 0.030188 10.0.0.57 - - [2025-09-04 03:01:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.004219 10.0.0.57 - - [2025-09-04 03:01:46] "POST /security-groups HTTP/1.1" 200 597 0.040346 10.0.0.57 - - [2025-09-04 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.131 - - [2025-09-04 03:01:46] "POST /fqname-to-id HTTP/1.1" 404 285 0.006665 10.0.0.57 - - [2025-09-04 03:01:46] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.008891 10.0.0.57 - - [2025-09-04 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012721 10.0.0.57 - - [2025-09-04 03:01:46] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004359 10.0.0.57 - - [2025-09-04 03:01:47] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004353 10.0.0.57 - - [2025-09-04 03:01:47] "PUT /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78 HTTP/1.1" 200 263 0.018662 10.0.0.57 - - [2025-09-04 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.131 - - [2025-09-04 03:01:47] "PUT /access-control-list/871a67fe-50c9-4a21-9b4b-291771461a9f HTTP/1.1" 200 273 0.020066 10.0.0.131 - - [2025-09-04 03:01:47] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001269 10.0.0.57 - - [2025-09-04 03:01:47] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.039999 10.0.0.131 - - [2025-09-04 03:01:47] "POST /useragent-kv HTTP/1.1" 200 115 0.012125 10.0.0.57 - - [2025-09-04 03:01:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.236787 10.0.0.57 - - [2025-09-04 03:01:47] "POST /id-to-fqname HTTP/1.1" 200 300 0.001307 10.0.0.57 - - [2025-09-04 03:01:47] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.004949 10.0.0.57 - - [2025-09-04 03:01:47] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005660 10.0.0.57 - - [2025-09-04 03:01:47] "POST /neutron/network HTTP/1.1" 200 956 0.005693 10.0.0.57 - - [2025-09-04 03:01:48] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007687 10.0.0.38 - - [2025-09-04 03:01:48] "GET /obj-perms HTTP/1.1" 200 5090 0.045212 10.0.0.131 - - [2025-09-04 03:01:49] "GET /obj-perms HTTP/1.1" 200 5090 0.045935 10.0.0.57 - - [2025-09-04 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001351 10.0.0.57 - - [2025-09-04 03:01:49] "POST /neutron/network HTTP/1.1" 200 966 0.006333 10.0.0.131 - - [2025-09-04 03:01:50] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001435 10.0.0.57 - - [2025-09-04 03:01:50] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.068476 10.0.0.57 - - [2025-09-04 03:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.007677 10.0.0.57 - - [2025-09-04 03:01:50] "POST /id-to-fqname HTTP/1.1" 200 300 0.001381 10.0.0.57 - - [2025-09-04 03:01:50] "POST /neutron/network HTTP/1.1" 200 966 0.006712 10.0.0.131 - - [2025-09-04 03:01:51] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001038 10.0.0.57 - - [2025-09-04 03:01:51] "POST /neutron/port HTTP/1.1" 200 1092 0.310932 10.0.0.57 - - [2025-09-04 03:01:51] "POST /neutron/port HTTP/1.1" 200 1147 0.115177 10.0.0.131 - - [2025-09-04 03:01:51] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001037 10.0.0.57 - - [2025-09-04 03:01:51] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.098077 10.0.0.57 - - [2025-09-04 03:01:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005019 10.0.0.57 - - [2025-09-04 03:01:51] "POST /neutron/network HTTP/1.1" 200 956 0.007006 10.0.0.57 - - [2025-09-04 03:01:51] "POST /neutron/port HTTP/1.1" 200 117 0.006400 10.0.0.57 - - [2025-09-04 03:01:52] "POST /neutron/network HTTP/1.1" 200 966 0.006593 10.0.0.57 - - [2025-09-04 03:01:52] "POST /neutron/port HTTP/1.1" 200 1092 0.013754 10.0.0.57 - - [2025-09-04 03:01:52] "POST /neutron/port HTTP/1.1" 200 1121 0.018232 10.0.0.57 - - [2025-09-04 03:01:52] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.57 - - [2025-09-04 03:01:57] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007112 10.0.0.57 - - [2025-09-04 03:01:57] "POST /neutron/port HTTP/1.1" 200 1121 0.020771 10.0.0.57 - - [2025-09-04 03:01:57] "POST /neutron/security_group HTTP/1.1" 200 1296 0.006999 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 401 292 0.000390 10.0.0.57 - - [2025-09-04 03:01:57] "POST /neutron/network HTTP/1.1" 200 966 0.008819 10.0.0.57 - - [2025-09-04 03:01:57] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.030464 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.013683 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.006710 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.004155 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.004903 10.0.0.57 - - [2025-09-04 03:01:57] "GET /instance-ip/90887575-c3e8-43e9-808e-c5d699aff854 HTTP/1.1" 200 1735 0.005490 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.005186 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.007754 10.0.0.57 - - [2025-09-04 03:01:57] "GET /instance-ip/90887575-c3e8-43e9-808e-c5d699aff854 HTTP/1.1" 200 1735 0.011225 10.0.0.57 - - [2025-09-04 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.57 - - [2025-09-04 03:01:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004726 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004080 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005880 10.0.0.57 - - [2025-09-04 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.57 - - [2025-09-04 03:01:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003902 10.0.0.57 - - [2025-09-04 03:01:57] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003149 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006033 10.0.0.57 - - [2025-09-04 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.57 - - [2025-09-04 03:01:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004031 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002866 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007944 10.0.0.57 - - [2025-09-04 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.57 - - [2025-09-04 03:01:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005169 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002754 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005833 10.0.0.57 - - [2025-09-04 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.57 - - [2025-09-04 03:01:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004833 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002967 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005825 10.0.0.57 - - [2025-09-04 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.57 - - [2025-09-04 03:01:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004581 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003204 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005866 10.0.0.57 - - [2025-09-04 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.57 - - [2025-09-04 03:01:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005222 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003095 10.0.0.57 - - [2025-09-04 03:01:58] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.010460 10.0.0.57 - - [2025-09-04 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.57 - - [2025-09-04 03:02:01] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005421 10.0.0.57 - - [2025-09-04 03:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.041187 10.0.0.57 - - [2025-09-04 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.57 - - [2025-09-04 03:02:05] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005906 10.0.0.57 - - [2025-09-04 03:02:06] "POST /neutron/port HTTP/1.1" 200 1121 0.014896 10.0.0.57 - - [2025-09-04 03:02:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.008336 10.0.0.57 - - [2025-09-04 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.57 - - [2025-09-04 03:02:09] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006182 10.0.0.57 - - [2025-09-04 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.57 - - [2025-09-04 03:02:14] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005078 10.0.0.131 - - [2025-09-04 03:02:14] "DELETE /project/8086ec3692034fcb912377f23c0b6493 HTTP/1.1" 404 173 0.006191 10.0.0.131 - - [2025-09-04 03:02:14] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001552 10.0.0.131 - - [2025-09-04 03:02:14] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.094094 10.0.0.131 - - [2025-09-04 03:02:14] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000954 10.0.0.131 - - [2025-09-04 03:02:14] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?fields=security_groups HTTP/1.1" 200 1438 0.084869 10.0.0.131 - - [2025-09-04 03:02:14] "DELETE /security-group/44998f43-6bc6-401a-83fe-22901ade5d2f HTTP/1.1" 404 177 0.004594 10.0.0.131 - - [2025-09-04 03:02:14] "DELETE /access-control-list/3fa8df66-6b5d-49bd-8288-567c4ffbbd37 HTTP/1.1" 200 115 0.046564 10.0.0.131 - - [2025-09-04 03:02:14] "GET /projects?obj_uuids=68cf07a0-8454-4595-9db9-617bf7f374ff&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001325 10.0.0.131 - - [2025-09-04 03:02:15] "GET /project/68cf07a0-8454-4595-9db9-617bf7f374ff?fields=application_policy_sets HTTP/1.1" 200 1477 0.062957 10.0.0.131 - - [2025-09-04 03:02:15] "DELETE /project/68cf07a0-8454-4595-9db9-617bf7f374ff HTTP/1.1" 200 115 0.525958 10.0.0.57 - - [2025-09-04 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.57 - - [2025-09-04 03:02:18] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005684 10.0.0.57 - - [2025-09-04 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011653 10.0.0.57 - - [2025-09-04 03:02:22] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005878 10.0.0.57 - - [2025-09-04 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.57 - - [2025-09-04 03:02:26] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007191 10.0.0.57 - - [2025-09-04 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.57 - - [2025-09-04 03:02:30] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006426 10.0.0.57 - - [2025-09-04 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007541 10.0.0.57 - - [2025-09-04 03:02:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004781 10.0.0.57 - - [2025-09-04 03:02:32] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003481 10.0.0.57 - - [2025-09-04 03:02:32] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006115 10.0.0.57 - - [2025-09-04 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.57 - - [2025-09-04 03:02:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003828 10.0.0.57 - - [2025-09-04 03:02:32] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004022 10.0.0.57 - - [2025-09-04 03:02:32] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007189 10.0.0.57 - - [2025-09-04 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.57 - - [2025-09-04 03:02:33] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006615 10.0.0.57 - - [2025-09-04 03:02:33] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004727 10.0.0.57 - - [2025-09-04 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.57 - - [2025-09-04 03:02:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005632 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004245 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007843 10.0.0.57 - - [2025-09-04 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.57 - - [2025-09-04 03:02:33] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004506 10.0.0.57 - - [2025-09-04 03:02:33] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006070 10.0.0.57 - - [2025-09-04 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.57 - - [2025-09-04 03:02:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004992 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005631 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005790 10.0.0.57 - - [2025-09-04 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.57 - - [2025-09-04 03:02:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004536 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003454 10.0.0.57 - - [2025-09-04 03:02:33] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007311 10.0.0.57 - - [2025-09-04 03:02:33] "GET /obj-perms HTTP/1.1" 200 5090 0.043477 10.0.0.131 - - [2025-09-04 03:02:33] "GET /obj-perms HTTP/1.1" 200 5090 0.003552 10.0.0.57 - - [2025-09-04 03:02:33] "GET /obj-perms HTTP/1.1" 200 5090 0.003539 10.0.0.57 - - [2025-09-04 03:02:34] "GET /obj-perms HTTP/1.1" 200 5090 0.004713 10.0.0.57 - - [2025-09-04 03:02:34] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.003933 10.0.0.57 - - [2025-09-04 03:02:34] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.005027 10.0.0.57 - - [2025-09-04 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.57 - - [2025-09-04 03:02:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004177 10.0.0.57 - - [2025-09-04 03:02:34] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003414 10.0.0.57 - - [2025-09-04 03:02:34] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006634 10.0.0.57 - - [2025-09-04 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.57 - - [2025-09-04 03:02:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004884 10.0.0.57 - - [2025-09-04 03:02:35] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003582 10.0.0.57 - - [2025-09-04 03:02:35] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006662 10.0.0.57 - - [2025-09-04 03:02:35] "POST /neutron/port HTTP/1.1" 200 1121 0.015707 10.0.0.57 - - [2025-09-04 03:02:40] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007198 10.0.0.57 - - [2025-09-04 03:02:45] "POST /neutron/port HTTP/1.1" 200 1121 0.015331 10.0.0.57 - - [2025-09-04 03:02:46] "POST /neutron/security_group HTTP/1.1" 200 1296 0.010051 10.0.0.57 - - [2025-09-04 03:02:51] "POST /neutron/port HTTP/1.1" 200 1121 0.014916 10.0.0.57 - - [2025-09-04 03:02:51] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007567 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.006128 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.003514 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine-interface/443c88e0-94b1-4d74-b7ac-82021c7bf2dd HTTP/1.1" 200 3270 0.005142 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.003796 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine-interface/443c88e0-94b1-4d74-b7ac-82021c7bf2dd HTTP/1.1" 200 3270 0.005770 10.0.0.57 - - [2025-09-04 03:02:51] "GET /instance-ip/9a475973-ea3b-4d70-bfc1-c23576b0be06 HTTP/1.1" 200 1736 0.007888 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.004431 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-machine-interface/443c88e0-94b1-4d74-b7ac-82021c7bf2dd HTTP/1.1" 200 3270 0.005104 10.0.0.57 - - [2025-09-04 03:02:51] "GET /instance-ip/9a475973-ea3b-4d70-bfc1-c23576b0be06 HTTP/1.1" 200 1736 0.004179 10.0.0.57 - - [2025-09-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.57 - - [2025-09-04 03:02:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004523 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003306 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005702 10.0.0.57 - - [2025-09-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.57 - - [2025-09-04 03:02:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004246 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003245 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006566 10.0.0.57 - - [2025-09-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.57 - - [2025-09-04 03:02:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004220 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003205 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006670 10.0.0.57 - - [2025-09-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.57 - - [2025-09-04 03:02:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004220 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003450 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006165 10.0.0.57 - - [2025-09-04 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.57 - - [2025-09-04 03:02:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004723 10.0.0.57 - - [2025-09-04 03:02:51] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003155 10.0.0.57 - - [2025-09-04 03:02:52] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005306 10.0.0.57 - - [2025-09-04 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.57 - - [2025-09-04 03:02:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005021 10.0.0.57 - - [2025-09-04 03:02:52] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004068 10.0.0.57 - - [2025-09-04 03:02:52] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005908 10.0.0.57 - - [2025-09-04 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.57 - - [2025-09-04 03:02:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004384 10.0.0.57 - - [2025-09-04 03:02:52] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003313 10.0.0.57 - - [2025-09-04 03:02:52] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006150 10.0.0.57 - - [2025-09-04 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.57 - - [2025-09-04 03:02:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005264 10.0.0.57 - - [2025-09-04 03:02:53] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004694 10.0.0.57 - - [2025-09-04 03:02:53] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.010597 10.0.0.57 - - [2025-09-04 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.57 - - [2025-09-04 03:02:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004673 10.0.0.57 - - [2025-09-04 03:02:53] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003971 10.0.0.57 - - [2025-09-04 03:02:53] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007960 10.0.0.57 - - [2025-09-04 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006583 10.0.0.57 - - [2025-09-04 03:02:53] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004694 10.0.0.57 - - [2025-09-04 03:02:53] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004109 10.0.0.57 - - [2025-09-04 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.57 - - [2025-09-04 03:02:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003753 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003533 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006486 10.0.0.57 - - [2025-09-04 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005931 10.0.0.57 - - [2025-09-04 03:02:54] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.006987 10.0.0.57 - - [2025-09-04 03:02:54] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007602 10.0.0.57 - - [2025-09-04 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.57 - - [2025-09-04 03:02:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004450 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003170 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.008706 10.0.0.57 - - [2025-09-04 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.57 - - [2025-09-04 03:02:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007748 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004215 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007962 10.0.0.131 - - [2025-09-04 03:02:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003866 10.0.0.57 - - [2025-09-04 03:02:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004156 10.0.0.38 - - [2025-09-04 03:02:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004570 10.0.0.57 - - [2025-09-04 03:02:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004359 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.004942 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-machine-interface/443c88e0-94b1-4d74-b7ac-82021c7bf2dd HTTP/1.1" 200 3270 0.007023 10.0.0.57 - - [2025-09-04 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.57 - - [2025-09-04 03:02:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004576 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004407 10.0.0.57 - - [2025-09-04 03:02:54] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007594 10.0.0.57 - - [2025-09-04 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.57 - - [2025-09-04 03:02:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003732 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003001 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.005840 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.004508 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.006602 10.0.0.57 - - [2025-09-04 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.57 - - [2025-09-04 03:02:56] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2584 0.005522 10.0.0.57 - - [2025-09-04 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.57 - - [2025-09-04 03:02:56] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2584 0.005175 10.0.0.57 - - [2025-09-04 03:02:56] "POST /neutron/security_group HTTP/1.1" 200 1322 0.005560 10.0.0.57 - - [2025-09-04 03:02:56] "POST /neutron/port HTTP/1.1" 200 1147 0.010604 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.004211 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3208 0.007249 10.0.0.57 - - [2025-09-04 03:02:56] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007010 10.0.0.57 - - [2025-09-04 03:02:56] "POST /neutron/port HTTP/1.1" 200 1108 0.010780 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.004005 10.0.0.57 - - [2025-09-04 03:02:56] "GET /virtual-machine-interface/08f55a7b-77e8-421b-aed0-4b026cf0ef9c HTTP/1.1" 200 3269 0.007516 10.0.0.57 - - [2025-09-04 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.57 - - [2025-09-04 03:02:56] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2584 0.003214 10.0.0.57 - - [2025-09-04 03:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.57 - - [2025-09-04 03:02:56] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2584 0.004148 10.0.0.57 - - [2025-09-04 03:02:56] "DELETE /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78 HTTP/1.1" 409 338 0.009288 10.0.0.57 - - [2025-09-04 03:02:59] "POST /neutron/port HTTP/1.1" 200 1121 0.016863 10.0.0.57 - - [2025-09-04 03:02:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004554 10.0.0.57 - - [2025-09-04 03:02:59] "POST /neutron/network HTTP/1.1" 200 956 0.012185 10.0.0.131 - - [2025-09-04 03:03:05] "GET /obj-perms HTTP/1.1" 200 5056 0.045231 10.0.0.57 - - [2025-09-04 03:03:08] "POST /neutron/network HTTP/1.1" 200 966 0.008629 10.0.0.57 - - [2025-09-04 03:03:08] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.57 - - [2025-09-04 03:04:01] "POST /neutron/port HTTP/1.1" 200 1121 0.015232 10.0.0.57 - - [2025-09-04 03:04:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.010353 10.0.0.38 - - [2025-09-04 03:04:05] "GET /obj-perms HTTP/1.1" 200 5056 0.045325 10.0.0.57 - - [2025-09-04 03:04:08] "POST /neutron/port HTTP/1.1" 200 1121 0.015622 10.0.0.57 - - [2025-09-04 03:04:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004137 10.0.0.57 - - [2025-09-04 03:04:08] "POST /neutron/network HTTP/1.1" 200 956 0.009753 10.0.0.57 - - [2025-09-04 03:04:42] "GET /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2584 0.004791 10.0.0.57 - - [2025-09-04 03:04:42] "PUT /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78 HTTP/1.1" 200 263 0.013090 10.0.0.131 - - [2025-09-04 03:04:42] "PUT /access-control-list/871a67fe-50c9-4a21-9b4b-291771461a9f HTTP/1.1" 200 273 0.021700 10.0.0.57 - - [2025-09-04 03:04:45] "POST /neutron/port HTTP/1.1" 200 1147 0.018254 10.0.0.57 - - [2025-09-04 03:04:45] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 200 1324 0.004133 10.0.0.57 - - [2025-09-04 03:04:45] "POST /neutron/port HTTP/1.1" 200 1082 0.017353 10.0.0.57 - - [2025-09-04 03:04:47] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 404 171 0.003451 10.0.0.57 - - [2025-09-04 03:04:47] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 404 171 0.002718 10.0.0.57 - - [2025-09-04 03:04:47] "GET /virtual-machine/858db9eb-d9d3-4407-a7c2-f50940c008bb HTTP/1.1" 404 171 0.002439 10.0.0.57 - - [2025-09-04 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.57 - - [2025-09-04 03:04:47] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004053 10.0.0.57 - - [2025-09-04 03:04:47] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002767 10.0.0.57 - - [2025-09-04 03:04:47] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.006151 10.0.0.57 - - [2025-09-04 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.57 - - [2025-09-04 03:04:47] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004219 10.0.0.57 - - [2025-09-04 03:04:47] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003803 10.0.0.57 - - [2025-09-04 03:04:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004272 10.0.0.38 - - [2025-09-04 03:04:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004761 10.0.0.57 - - [2025-09-04 03:04:57] "GET /obj-perms HTTP/1.1" 200 5090 0.003927 10.0.0.57 - - [2025-09-04 03:05:00] "GET /obj-perms HTTP/1.1" 200 5090 0.006541 10.0.0.38 - - [2025-09-04 03:05:00] "GET /obj-perms HTTP/1.1" 200 5090 0.003283 10.0.0.57 - - [2025-09-04 03:05:00] "POST /neutron/security_group HTTP/1.1" 200 1292 0.010074 10.0.0.57 - - [2025-09-04 03:05:00] "POST /neutron/port HTTP/1.1" 200 1147 0.012161 10.0.0.57 - - [2025-09-04 03:05:00] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 200 1324 0.004474 10.0.0.57 - - [2025-09-04 03:05:01] "POST /neutron/port HTTP/1.1" 200 1108 0.014778 10.0.0.57 - - [2025-09-04 03:05:02] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 404 171 0.003461 10.0.0.57 - - [2025-09-04 03:05:02] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 404 171 0.003125 10.0.0.57 - - [2025-09-04 03:05:02] "GET /virtual-machine/538cd49f-2005-4cc4-8f34-ad222c6ffb2c HTTP/1.1" 404 171 0.002793 10.0.0.57 - - [2025-09-04 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.57 - - [2025-09-04 03:05:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004102 10.0.0.57 - - [2025-09-04 03:05:02] "GET /virtual-networks?parent_id=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003063 10.0.0.57 - - [2025-09-04 03:05:02] "GET /virtual-network/f1927999-f3bb-466b-80da-afff1acab503?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2259 0.007128 10.0.0.57 - - [2025-09-04 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.57 - - [2025-09-04 03:05:02] "GET /routing-instance/b1acf7a3-7f3e-43fa-89ac-2d2828aa4d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004186 10.0.0.57 - - [2025-09-04 03:05:02] "GET /route-target/e70e941c-dfb9-4bb6-b07f-d5bdbe25b7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003275 10.0.0.57 - - [2025-09-04 03:05:06] "GET /obj-perms HTTP/1.1" 200 5090 0.005085 10.0.0.57 - - [2025-09-04 03:05:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004580 10.0.0.57 - - [2025-09-04 03:05:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004074 10.0.0.131 - - [2025-09-04 03:05:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004558 10.0.0.131 - - [2025-09-04 03:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002381 10.0.0.131 - - [2025-09-04 03:05:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002994 10.0.0.57 - - [2025-09-04 03:05:09] "POST /neutron/network HTTP/1.1" 200 151 0.145731 10.0.0.57 - - [2025-09-04 03:05:09] "DELETE /security-group/52841c45-d1e2-4ce3-9dd9-f75fa8c30c78 HTTP/1.1" 200 115 0.047068 10.0.0.57 - - [2025-09-04 03:05:09] "POST /fqname-to-id HTTP/1.1" 404 254 0.002670 10.0.0.131 - - [2025-09-04 03:05:09] "DELETE /access-control-list/405f7b69-479b-419b-aaab-aa9c984578ce HTTP/1.1" 200 115 0.032696 10.0.0.131 - - [2025-09-04 03:05:11] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001573 10.0.0.57 - - [2025-09-04 03:05:11] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.055732 10.0.0.131 - - [2025-09-04 03:05:11] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001492 10.0.0.57 - - [2025-09-04 03:05:11] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?fields=virtual_networks HTTP/1.1" 200 1094 0.057370 10.0.0.131 - - [2025-09-04 03:05:11] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001459 10.0.0.57 - - [2025-09-04 03:05:11] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?fields=virtual_machine_interfaces HTTP/1.1" 200 1094 0.046540 10.0.0.131 - - [2025-09-04 03:05:11] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001363 10.0.0.57 - - [2025-09-04 03:05:11] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?fields=security_groups HTTP/1.1" 200 1351 0.051219 10.0.0.57 - - [2025-09-04 03:05:12] "POST /fqname-to-id HTTP/1.1" 404 209 0.043621 10.0.0.131 - - [2025-09-04 03:05:12] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002950 10.0.0.131 - - [2025-09-04 03:05:12] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.131 - - [2025-09-04 03:05:12] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032255 10.0.0.131 - - [2025-09-04 03:05:12] "POST /id-to-fqname HTTP/1.1" 200 212 0.002513 10.0.0.131 - - [2025-09-04 03:05:12] "POST /fqname-to-id HTTP/1.1" 404 222 0.003967 10.0.0.131 - - [2025-09-04 03:05:12] "POST /security-groups HTTP/1.1" 200 612 0.085037 10.0.0.131 - - [2025-09-04 03:05:12] "POST /projects HTTP/1.1" 200 627 0.290819 10.0.0.131 - - [2025-09-04 03:05:12] "POST /access-control-lists HTTP/1.1" 200 619 0.023402 10.0.0.131 - - [2025-09-04 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.359040 10.0.0.57 - - [2025-09-04 03:05:12] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.506131 10.0.0.57 - - [2025-09-04 03:05:13] "GET / HTTP/1.1" 200 36215 0.001368 10.0.0.131 - - [2025-09-04 03:05:15] "DELETE /project/9a8d9957fd144a4cb8252455460a8a7c HTTP/1.1" 404 173 0.004133 10.0.0.131 - - [2025-09-04 03:05:15] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000776 10.0.0.131 - - [2025-09-04 03:05:15] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.032055 10.0.0.131 - - [2025-09-04 03:05:15] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000991 10.0.0.131 - - [2025-09-04 03:05:15] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?fields=security_groups HTTP/1.1" 200 1453 0.111199 10.0.0.131 - - [2025-09-04 03:05:15] "DELETE /security-group/28472cef-e436-41c8-9692-d7f14d92e442 HTTP/1.1" 200 115 0.048287 10.0.0.131 - - [2025-09-04 03:05:15] "GET /projects?obj_uuids=8086ec36-9203-4fcb-9123-77f23c0b6493&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002504 10.0.0.131 - - [2025-09-04 03:05:15] "DELETE /access-control-list/d5ad2f36-cf88-4260-888a-6441cdc21728 HTTP/1.1" 200 115 0.061812 10.0.0.131 - - [2025-09-04 03:05:15] "GET /project/8086ec36-9203-4fcb-9123-77f23c0b6493?fields=application_policy_sets HTTP/1.1" 200 1492 0.054387 10.0.0.57 - - [2025-09-04 03:05:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.131 - - [2025-09-04 03:05:15] "DELETE /project/8086ec36-9203-4fcb-9123-77f23c0b6493 HTTP/1.1" 200 115 0.494802 10.0.0.57 - - [2025-09-04 03:05:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.026565 10.0.0.131 - - [2025-09-04 03:05:16] "POST /access-control-lists HTTP/1.1" 200 641 0.027750 10.0.0.131 - - [2025-09-04 03:05:16] "PUT /access-control-list/172f576b-055a-4f0f-9a30-fd6ab8dfb40c HTTP/1.1" 200 273 0.011635 10.0.0.57 - - [2025-09-04 03:05:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.031492 10.0.0.131 - - [2025-09-04 03:05:16] "PUT /access-control-list/002aedf6-c8a9-46fa-9900-945c09cb7601 HTTP/1.1" 200 273 0.017282 10.0.0.57 - - [2025-09-04 03:05:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160783 10.0.0.57 - - [2025-09-04 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005836 10.0.0.57 - - [2025-09-04 03:05:17] "GET /security-group/16a8197e-0791-430d-9eb8-325580fd8e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.015444 10.0.0.57 - - [2025-09-04 03:05:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.050067 10.0.0.57 - - [2025-09-04 03:05:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.003006 10.0.0.131 - - [2025-09-04 03:05:17] "DELETE /access-control-list/172f576b-055a-4f0f-9a30-fd6ab8dfb40c HTTP/1.1" 200 115 0.059313 10.0.0.57 - - [2025-09-04 03:05:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.004128 10.0.0.131 - - [2025-09-04 03:05:18] "POST /access-control-lists HTTP/1.1" 200 641 0.024282 10.0.0.131 - - [2025-09-04 03:05:18] "PUT /access-control-list/c03b0ecc-b495-4cbc-81ea-219add1a2209 HTTP/1.1" 200 273 0.013010 10.0.0.57 - - [2025-09-04 03:05:18] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010092 10.0.0.131 - - [2025-09-04 03:05:18] "PUT /access-control-list/d0467afc-1379-4f33-9dc6-221623f505c7 HTTP/1.1" 200 273 0.012955 10.0.0.57 - - [2025-09-04 03:05:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129146 10.0.0.57 - - [2025-09-04 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.57 - - [2025-09-04 03:05:19] "GET /security-group/146ac375-b0e6-4b9a-a572-58504a1d8e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.003807 10.0.0.57 - - [2025-09-04 03:05:19] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.008083 10.0.0.131 - - [2025-09-04 03:05:19] "PUT /access-control-list/d0467afc-1379-4f33-9dc6-221623f505c7 HTTP/1.1" 200 273 0.014963 10.0.0.57 - - [2025-09-04 03:05:19] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.178322 10.0.0.57 - - [2025-09-04 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.131 - - [2025-09-04 03:05:19] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000916 10.0.0.57 - - [2025-09-04 03:05:20] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048484 10.0.0.131 - - [2025-09-04 03:05:20] "POST /route-targets HTTP/1.1" 200 328 0.013573 10.0.0.131 - - [2025-09-04 03:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006439 10.0.0.57 - - [2025-09-04 03:05:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.226760 10.0.0.57 - - [2025-09-04 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 282 0.001350 10.0.0.57 - - [2025-09-04 03:05:20] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006575 10.0.0.57 - - [2025-09-04 03:05:20] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007821 10.0.0.57 - - [2025-09-04 03:05:20] "POST /neutron/network HTTP/1.1" 200 927 0.009175 10.0.0.57 - - [2025-09-04 03:05:20] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005537 10.0.0.38 - - [2025-09-04 03:05:21] "GET /obj-perms HTTP/1.1" 200 5072 0.051155 10.0.0.57 - - [2025-09-04 03:05:22] "POST /id-to-fqname HTTP/1.1" 200 282 0.001329 10.0.0.57 - - [2025-09-04 03:05:22] "POST /neutron/network HTTP/1.1" 200 937 0.006571 10.0.0.131 - - [2025-09-04 03:05:22] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001186 10.0.0.57 - - [2025-09-04 03:05:23] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.060482 10.0.0.57 - - [2025-09-04 03:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.005776 10.0.0.57 - - [2025-09-04 03:05:23] "POST /id-to-fqname HTTP/1.1" 200 282 0.001239 10.0.0.57 - - [2025-09-04 03:05:23] "POST /neutron/network HTTP/1.1" 200 937 0.006962 10.0.0.131 - - [2025-09-04 03:05:23] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000921 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/port HTTP/1.1" 200 1081 0.278936 10.0.0.131 - - [2025-09-04 03:05:24] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.007959 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/port HTTP/1.1" 200 1135 0.141032 10.0.0.57 - - [2025-09-04 03:05:24] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.112420 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/network HTTP/1.1" 200 927 0.007455 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.007399 10.0.0.57 - - [2025-09-04 03:05:24] "POST /neutron/network HTTP/1.1" 200 937 0.006586 10.0.0.57 - - [2025-09-04 03:05:25] "POST /neutron/port HTTP/1.1" 200 1081 0.039454 10.0.0.57 - - [2025-09-04 03:05:25] "POST /neutron/port HTTP/1.1" 200 1109 0.026932 10.0.0.57 - - [2025-09-04 03:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.57 - - [2025-09-04 03:05:29] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007595 10.0.0.57 - - [2025-09-04 03:05:30] "POST /neutron/port HTTP/1.1" 200 1109 0.019877 10.0.0.57 - - [2025-09-04 03:05:30] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007992 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 401 292 0.000583 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.030003 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.003798 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.005116 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.003260 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.006671 10.0.0.57 - - [2025-09-04 03:05:30] "GET /instance-ip/b7593441-f364-4b36-8feb-27126a41670b HTTP/1.1" 200 1707 0.005874 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.003706 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.005225 10.0.0.57 - - [2025-09-04 03:05:30] "GET /instance-ip/b7593441-f364-4b36-8feb-27126a41670b HTTP/1.1" 200 1707 0.003987 10.0.0.57 - - [2025-09-04 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.57 - - [2025-09-04 03:05:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004012 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002480 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005409 10.0.0.57 - - [2025-09-04 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.57 - - [2025-09-04 03:05:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004246 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002837 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006092 10.0.0.57 - - [2025-09-04 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.57 - - [2025-09-04 03:05:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004060 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003536 10.0.0.57 - - [2025-09-04 03:05:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005817 10.0.0.57 - - [2025-09-04 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.57 - - [2025-09-04 03:05:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004844 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003574 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005419 10.0.0.57 - - [2025-09-04 03:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.57 - - [2025-09-04 03:05:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005033 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003020 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007553 10.0.0.57 - - [2025-09-04 03:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.57 - - [2025-09-04 03:05:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004359 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003652 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005797 10.0.0.57 - - [2025-09-04 03:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 03:05:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005602 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004699 10.0.0.57 - - [2025-09-04 03:05:31] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006561 10.0.0.57 - - [2025-09-04 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.57 - - [2025-09-04 03:05:34] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005352 10.0.0.57 - - [2025-09-04 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.57 - - [2025-09-04 03:05:38] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.010862 10.0.0.57 - - [2025-09-04 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.57 - - [2025-09-04 03:05:42] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.004986 10.0.0.57 - - [2025-09-04 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.57 - - [2025-09-04 03:05:46] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006028 10.0.0.57 - - [2025-09-04 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.57 - - [2025-09-04 03:05:50] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006248 10.0.0.57 - - [2025-09-04 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.57 - - [2025-09-04 03:05:55] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005179 10.0.0.57 - - [2025-09-04 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.57 - - [2025-09-04 03:05:59] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007358 10.0.0.57 - - [2025-09-04 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.57 - - [2025-09-04 03:06:03] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005594 10.0.0.57 - - [2025-09-04 03:06:03] "POST /neutron/network HTTP/1.1" 200 937 0.006908 10.0.0.57 - - [2025-09-04 03:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.57 - - [2025-09-04 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.57 - - [2025-09-04 03:06:07] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006214 10.0.0.57 - - [2025-09-04 03:06:11] "POST /neutron/port HTTP/1.1" 200 1109 0.013924 10.0.0.57 - - [2025-09-04 03:06:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010049 10.0.0.57 - - [2025-09-04 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.57 - - [2025-09-04 03:06:11] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005711 10.0.0.57 - - [2025-09-04 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.57 - - [2025-09-04 03:06:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004409 10.0.0.57 - - [2025-09-04 03:06:13] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003754 10.0.0.57 - - [2025-09-04 03:06:13] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005634 10.0.0.57 - - [2025-09-04 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.57 - - [2025-09-04 03:06:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.57 - - [2025-09-04 03:06:13] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003272 10.0.0.57 - - [2025-09-04 03:06:13] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006657 10.0.0.57 - - [2025-09-04 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.57 - - [2025-09-04 03:06:13] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004603 10.0.0.57 - - [2025-09-04 03:06:13] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003727 10.0.0.57 - - [2025-09-04 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.57 - - [2025-09-04 03:06:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003246 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002628 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006543 10.0.0.57 - - [2025-09-04 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.57 - - [2025-09-04 03:06:14] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004294 10.0.0.57 - - [2025-09-04 03:06:14] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004155 10.0.0.57 - - [2025-09-04 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.57 - - [2025-09-04 03:06:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004600 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003924 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005807 10.0.0.57 - - [2025-09-04 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.57 - - [2025-09-04 03:06:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004229 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003454 10.0.0.57 - - [2025-09-04 03:06:14] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009211 10.0.0.131 - - [2025-09-04 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.045810 10.0.0.57 - - [2025-09-04 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.047040 10.0.0.57 - - [2025-09-04 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003923 10.0.0.57 - - [2025-09-04 03:06:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004297 10.0.0.131 - - [2025-09-04 03:06:15] "GET /obj-perms HTTP/1.1" 200 5072 0.003427 10.0.0.57 - - [2025-09-04 03:06:15] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.003805 10.0.0.57 - - [2025-09-04 03:06:15] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.005185 10.0.0.57 - - [2025-09-04 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.57 - - [2025-09-04 03:06:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003976 10.0.0.57 - - [2025-09-04 03:06:15] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003483 10.0.0.57 - - [2025-09-04 03:06:15] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006028 10.0.0.57 - - [2025-09-04 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.57 - - [2025-09-04 03:06:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003865 10.0.0.57 - - [2025-09-04 03:06:16] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003136 10.0.0.57 - - [2025-09-04 03:06:16] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006384 10.0.0.57 - - [2025-09-04 03:06:16] "POST /neutron/port HTTP/1.1" 200 1109 0.015902 10.0.0.57 - - [2025-09-04 03:06:17] "POST /neutron/security_group HTTP/1.1" 200 1417 0.027173 10.0.0.57 - - [2025-09-04 03:06:21] "POST /neutron/port HTTP/1.1" 200 1109 0.014645 10.0.0.131 - - [2025-09-04 03:06:25] "GET /global-system-configs HTTP/1.1" 200 323 0.043898 10.0.0.57 - - [2025-09-04 03:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.133588 10.0.0.57 - - [2025-09-04 03:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.056614 10.0.0.38 - - [2025-09-04 03:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.168832 10.0.0.38 - - [2025-09-04 03:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.100933 10.0.0.131 - - [2025-09-04 03:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.181478 10.0.0.131 - - [2025-09-04 03:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.104866 10.0.0.57 - - [2025-09-04 03:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.163095 10.0.0.57 - - [2025-09-04 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 1417 0.006836 10.0.0.38 - - [2025-09-04 03:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.131884 10.0.0.38 - - [2025-09-04 03:06:27] "GET /obj-perms HTTP/1.1" 200 5056 0.196437 10.0.0.57 - - [2025-09-04 03:06:27] "POST /neutron/port HTTP/1.1" 200 1109 0.014316 10.0.0.57 - - [2025-09-04 03:06:27] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007592 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.005524 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.003407 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine-interface/29963299-7444-4ab8-b73a-73f40f550962 HTTP/1.1" 200 3198 0.005433 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.003649 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine-interface/29963299-7444-4ab8-b73a-73f40f550962 HTTP/1.1" 200 3198 0.005738 10.0.0.57 - - [2025-09-04 03:06:27] "GET /instance-ip/5e7969b5-ce83-4408-a61f-eb84ac60681e HTTP/1.1" 200 1706 0.006387 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.005594 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-machine-interface/29963299-7444-4ab8-b73a-73f40f550962 HTTP/1.1" 200 3198 0.005660 10.0.0.57 - - [2025-09-04 03:06:27] "GET /instance-ip/5e7969b5-ce83-4408-a61f-eb84ac60681e HTTP/1.1" 200 1706 0.004925 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004902 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002935 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006079 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004223 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003653 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009950 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-system-configs HTTP/1.1" 200 323 0.067949 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004022 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002924 10.0.0.131 - - [2025-09-04 03:06:27] "GET /obj-perms HTTP/1.1" 200 5056 0.145308 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005885 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004582 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002932 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006101 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004729 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003771 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005733 10.0.0.57 - - [2025-09-04 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.57 - - [2025-09-04 03:06:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004044 10.0.0.57 - - [2025-09-04 03:06:27] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003194 10.0.0.57 - - [2025-09-04 03:06:28] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005874 10.0.0.57 - - [2025-09-04 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.57 - - [2025-09-04 03:06:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005650 10.0.0.57 - - [2025-09-04 03:06:28] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003088 10.0.0.57 - - [2025-09-04 03:06:28] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008309 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.57 - - [2025-09-04 03:06:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003213 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002397 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006711 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.57 - - [2025-09-04 03:06:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003747 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003064 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005760 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006301 10.0.0.57 - - [2025-09-04 03:06:29] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004684 10.0.0.57 - - [2025-09-04 03:06:29] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003237 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.57 - - [2025-09-04 03:06:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004639 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002618 10.0.0.57 - - [2025-09-04 03:06:29] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005921 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.57 - - [2025-09-04 03:06:29] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004117 10.0.0.57 - - [2025-09-04 03:06:29] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004099 10.0.0.57 - - [2025-09-04 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.57 - - [2025-09-04 03:06:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004087 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005429 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006395 10.0.0.57 - - [2025-09-04 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.57 - - [2025-09-04 03:06:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003936 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004250 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005892 10.0.0.57 - - [2025-09-04 03:06:30] "GET /obj-perms HTTP/1.1" 200 5072 0.003945 10.0.0.57 - - [2025-09-04 03:06:30] "GET /obj-perms HTTP/1.1" 200 5072 0.005706 10.0.0.131 - - [2025-09-04 03:06:30] "GET /obj-perms HTTP/1.1" 200 5072 0.003711 10.0.0.38 - - [2025-09-04 03:06:30] "GET /obj-perms HTTP/1.1" 200 5072 0.003655 10.0.0.57 - - [2025-09-04 03:06:30] "GET /obj-perms HTTP/1.1" 200 5072 0.004111 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.004266 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-machine-interface/29963299-7444-4ab8-b73a-73f40f550962 HTTP/1.1" 200 3198 0.006095 10.0.0.57 - - [2025-09-04 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006359 10.0.0.57 - - [2025-09-04 03:06:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005253 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004085 10.0.0.57 - - [2025-09-04 03:06:30] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007773 10.0.0.57 - - [2025-09-04 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.57 - - [2025-09-04 03:06:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003567 10.0.0.57 - - [2025-09-04 03:06:31] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003327 10.0.0.57 - - [2025-09-04 03:06:31] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007613 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.004183 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.005410 10.0.0.57 - - [2025-09-04 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.57 - - [2025-09-04 03:06:32] "GET /security-group/146ac375-b0e6-4b9a-a572-58504a1d8e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003817 10.0.0.57 - - [2025-09-04 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.57 - - [2025-09-04 03:06:32] "GET /security-group/146ac375-b0e6-4b9a-a572-58504a1d8e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005422 10.0.0.57 - - [2025-09-04 03:06:32] "POST /neutron/port HTTP/1.1" 200 1109 0.016216 10.0.0.57 - - [2025-09-04 03:06:32] "POST /neutron/port HTTP/1.1" 200 1097 0.065776 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.003631 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3146 0.005474 10.0.0.57 - - [2025-09-04 03:06:32] "POST /neutron/port HTTP/1.1" 200 1097 0.011828 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.004192 10.0.0.57 - - [2025-09-04 03:06:32] "GET /virtual-machine-interface/226c61ce-d109-4602-967d-8eb2d6b2c89b HTTP/1.1" 200 3198 0.007301 10.0.0.57 - - [2025-09-04 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.57 - - [2025-09-04 03:06:32] "GET /security-group/146ac375-b0e6-4b9a-a572-58504a1d8e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003554 10.0.0.57 - - [2025-09-04 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.57 - - [2025-09-04 03:06:32] "GET /security-group/146ac375-b0e6-4b9a-a572-58504a1d8e5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004091 10.0.0.57 - - [2025-09-04 03:06:32] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004401 10.0.0.57 - - [2025-09-04 03:07:04] "POST /neutron/port HTTP/1.1" 200 1109 0.016819 10.0.0.57 - - [2025-09-04 03:07:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.57 - - [2025-09-04 03:07:04] "POST /neutron/network HTTP/1.1" 200 927 0.007411 10.0.0.57 - - [2025-09-04 03:07:13] "POST /neutron/network HTTP/1.1" 200 937 0.008648 10.0.0.57 - - [2025-09-04 03:07:13] "POST /neutron/port HTTP/1.1" 200 117 0.001662 10.0.0.57 - - [2025-09-04 03:07:37] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.008436 10.0.0.57 - - [2025-09-04 03:07:37] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124194 10.0.0.131 - - [2025-09-04 03:07:38] "PUT /access-control-list/c03b0ecc-b495-4cbc-81ea-219add1a2209 HTTP/1.1" 200 273 0.060165 10.0.0.57 - - [2025-09-04 03:07:40] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008591 10.0.0.57 - - [2025-09-04 03:07:40] "POST /neutron/port HTTP/1.1" 200 1135 0.012136 10.0.0.57 - - [2025-09-04 03:07:40] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 200 1316 0.004651 10.0.0.57 - - [2025-09-04 03:07:41] "POST /neutron/port HTTP/1.1" 200 1097 0.015471 10.0.0.57 - - [2025-09-04 03:07:42] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 404 171 0.003260 10.0.0.57 - - [2025-09-04 03:07:42] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 404 171 0.002682 10.0.0.57 - - [2025-09-04 03:07:42] "GET /virtual-machine/de62e3d1-9836-4495-acdf-270b1de09c9f HTTP/1.1" 404 171 0.002484 10.0.0.57 - - [2025-09-04 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.57 - - [2025-09-04 03:07:43] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004654 10.0.0.57 - - [2025-09-04 03:07:43] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002543 10.0.0.57 - - [2025-09-04 03:07:43] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005397 10.0.0.57 - - [2025-09-04 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.57 - - [2025-09-04 03:07:43] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004983 10.0.0.57 - - [2025-09-04 03:07:43] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004251 10.0.0.38 - - [2025-09-04 03:07:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004015 10.0.0.57 - - [2025-09-04 03:07:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004195 10.0.0.38 - - [2025-09-04 03:07:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003825 10.0.0.57 - - [2025-09-04 03:07:58] "GET /obj-perms HTTP/1.1" 200 5072 0.004521 10.0.0.38 - - [2025-09-04 03:07:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003928 10.0.0.131 - - [2025-09-04 03:07:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003620 10.0.0.57 - - [2025-09-04 03:07:58] "POST /neutron/port HTTP/1.1" 200 1109 0.017349 10.0.0.57 - - [2025-09-04 03:07:58] "POST /neutron/port HTTP/1.1" 200 1097 0.066519 10.0.0.57 - - [2025-09-04 03:07:59] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 200 1316 0.004664 10.0.0.57 - - [2025-09-04 03:07:59] "POST /neutron/port HTTP/1.1" 200 151 0.172544 10.0.0.57 - - [2025-09-04 03:08:01] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 404 171 0.005033 10.0.0.57 - - [2025-09-04 03:08:01] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 404 171 0.003375 10.0.0.57 - - [2025-09-04 03:08:01] "GET /virtual-machine/b86be21d-94bc-41e5-8e66-36c1fb6af48f HTTP/1.1" 404 171 0.002841 10.0.0.57 - - [2025-09-04 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.57 - - [2025-09-04 03:08:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003773 10.0.0.57 - - [2025-09-04 03:08:01] "GET /virtual-networks?parent_id=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002909 10.0.0.57 - - [2025-09-04 03:08:01] "GET /virtual-network/10a2a970-9062-4aaf-aff9-f98747c95d36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006394 10.0.0.57 - - [2025-09-04 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.57 - - [2025-09-04 03:08:01] "GET /routing-instance/af821aef-9c15-4c65-9cfa-5fe7fdd82804?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005461 10.0.0.57 - - [2025-09-04 03:08:01] "GET /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004342 10.0.0.57 - - [2025-09-04 03:08:01] "GET /obj-perms HTTP/1.1" 200 5072 0.003970 10.0.0.57 - - [2025-09-04 03:08:04] "GET /obj-perms HTTP/1.1" 200 5072 0.003784 10.0.0.57 - - [2025-09-04 03:08:07] "GET /obj-perms HTTP/1.1" 200 5072 0.003987 10.0.0.131 - - [2025-09-04 03:08:07] "DELETE /route-target/c563f4af-a59f-479f-bb4a-c5e256e2634f HTTP/1.1" 200 115 0.025623 10.0.0.57 - - [2025-09-04 03:08:08] "POST /neutron/security_group HTTP/1.1" 200 1443 0.004715 10.0.0.57 - - [2025-09-04 03:08:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.012202 10.0.0.131 - - [2025-09-04 03:08:09] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.027395 10.0.0.57 - - [2025-09-04 03:08:09] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.104512 10.0.0.131 - - [2025-09-04 03:08:09] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001063 10.0.0.57 - - [2025-09-04 03:08:09] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?fields=virtual_networks HTTP/1.1" 200 1077 0.046420 10.0.0.131 - - [2025-09-04 03:08:09] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001460 10.0.0.57 - - [2025-09-04 03:08:10] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.040998 10.0.0.131 - - [2025-09-04 03:08:10] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000937 10.0.0.57 - - [2025-09-04 03:08:10] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?fields=security_groups HTTP/1.1" 200 1325 0.047986 10.0.0.57 - - [2025-09-04 03:08:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.025429 10.0.0.131 - - [2025-09-04 03:08:10] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.131 - - [2025-09-04 03:08:11] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.131 - - [2025-09-04 03:08:11] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007267 10.0.0.131 - - [2025-09-04 03:08:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.007659 10.0.0.131 - - [2025-09-04 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.007715 10.0.0.131 - - [2025-09-04 03:08:11] "POST /security-groups HTTP/1.1" 200 589 0.089298 10.0.0.131 - - [2025-09-04 03:08:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.004080 10.0.0.131 - - [2025-09-04 03:08:11] "POST /projects HTTP/1.1" 200 581 0.318424 10.0.0.131 - - [2025-09-04 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.386991 10.0.0.131 - - [2025-09-04 03:08:11] "POST /access-control-lists HTTP/1.1" 200 594 0.027568 10.0.0.57 - - [2025-09-04 03:08:11] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.527025 10.0.0.57 - - [2025-09-04 03:08:12] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.57 - - [2025-09-04 03:08:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000745 10.0.0.57 - - [2025-09-04 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.051498 10.0.0.131 - - [2025-09-04 03:08:14] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.57 - - [2025-09-04 03:08:14] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049051 10.0.0.131 - - [2025-09-04 03:08:14] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.57 - - [2025-09-04 03:08:14] "POST /neutron/network HTTP/1.1" 200 615 0.164719 10.0.0.57 - - [2025-09-04 03:08:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.003376 10.0.0.57 - - [2025-09-04 03:08:15] "GET /virtual-network/71659938-5ccd-47cd-b9f3-15e83a44d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005709 10.0.0.57 - - [2025-09-04 03:08:15] "POST /neutron/network HTTP/1.1" 200 836 0.008970 10.0.0.57 - - [2025-09-04 03:08:15] "GET /virtual-network/71659938-5ccd-47cd-b9f3-15e83a44d38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005242 10.0.0.57 - - [2025-09-04 03:08:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001463 10.0.0.57 - - [2025-09-04 03:08:15] "POST /neutron/network HTTP/1.1" 200 846 0.006860 10.0.0.131 - - [2025-09-04 03:08:16] "DELETE /project/7269c3f68b7549f1be774b4683627ed6 HTTP/1.1" 404 173 0.003718 10.0.0.131 - - [2025-09-04 03:08:16] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001091 10.0.0.131 - - [2025-09-04 03:08:16] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.042997 10.0.0.131 - - [2025-09-04 03:08:16] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001069 10.0.0.131 - - [2025-09-04 03:08:16] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?fields=security_groups HTTP/1.1" 200 1427 0.042238 10.0.0.131 - - [2025-09-04 03:08:16] "DELETE /security-group/deb13347-9a2f-4395-b78c-832ce622b3d3 HTTP/1.1" 404 171 0.027278 10.0.0.131 - - [2025-09-04 03:08:16] "DELETE /access-control-list/a8773598-1608-4f4e-b409-5c7b7f40ecdc HTTP/1.1" 200 115 0.044969 10.0.0.131 - - [2025-09-04 03:08:16] "GET /projects?obj_uuids=9a8d9957-fd14-4a4c-b825-2455460a8a7c&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000906 10.0.0.131 - - [2025-09-04 03:08:16] "GET /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c?fields=application_policy_sets HTTP/1.1" 200 1466 0.069422 10.0.0.131 - - [2025-09-04 03:08:16] "DELETE /project/9a8d9957-fd14-4a4c-b825-2455460a8a7c HTTP/1.1" 200 115 0.488658 10.0.0.131 - - [2025-09-04 03:08:16] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.57 - - [2025-09-04 03:08:16] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.146405 10.0.0.57 - - [2025-09-04 03:08:17] "POST /neutron/port HTTP/1.1" 200 117 0.006420 10.0.0.131 - - [2025-09-04 03:08:17] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.57 - - [2025-09-04 03:08:17] "POST /neutron/port HTTP/1.1" 200 1060 0.270205 10.0.0.57 - - [2025-09-04 03:08:17] "POST /neutron/port HTTP/1.1" 200 1114 0.119124 10.0.0.57 - - [2025-09-04 03:08:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.010483 10.0.0.57 - - [2025-09-04 03:08:22] "POST /neutron/port HTTP/1.1" 200 1088 0.014471 10.0.0.57 - - [2025-09-04 03:08:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009281 10.0.0.57 - - [2025-09-04 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.131 - - [2025-09-04 03:08:22] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.57 - - [2025-09-04 03:08:22] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045590 10.0.0.131 - - [2025-09-04 03:08:22] "POST /ref-update HTTP/1.1" 200 156 0.029620 10.0.0.131 - - [2025-09-04 03:08:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008681 10.0.0.57 - - [2025-09-04 03:08:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.240586 10.0.0.57 - - [2025-09-04 03:08:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001813 10.0.0.57 - - [2025-09-04 03:08:22] "GET /virtual-network/65218a12-bbe8-4252-8b1c-af31fdd68d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007172 10.0.0.57 - - [2025-09-04 03:08:22] "GET /virtual-network/65218a12-bbe8-4252-8b1c-af31fdd68d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007826 10.0.0.57 - - [2025-09-04 03:08:22] "POST /neutron/network HTTP/1.1" 200 829 0.009988 10.0.0.57 - - [2025-09-04 03:08:23] "GET /virtual-network/65218a12-bbe8-4252-8b1c-af31fdd68d6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007613 10.0.0.57 - - [2025-09-04 03:08:23] "GET /obj-perms HTTP/1.1" 200 5026 0.057194 10.0.0.38 - - [2025-09-04 03:08:24] "GET /obj-perms HTTP/1.1" 200 5026 0.047873 10.0.0.57 - - [2025-09-04 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.131 - - [2025-09-04 03:08:24] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.57 - - [2025-09-04 03:08:24] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040165 10.0.0.131 - - [2025-09-04 03:08:24] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.57 - - [2025-09-04 03:08:24] "POST /neutron/network HTTP/1.1" 200 613 0.117602 10.0.0.57 - - [2025-09-04 03:08:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.003387 10.0.0.57 - - [2025-09-04 03:08:25] "GET /virtual-network/d5f8d0a9-7251-471d-89b0-00511fc1944e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005706 10.0.0.57 - - [2025-09-04 03:08:25] "POST /neutron/network HTTP/1.1" 200 831 0.006948 10.0.0.57 - - [2025-09-04 03:08:25] "GET /virtual-network/d5f8d0a9-7251-471d-89b0-00511fc1944e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005386 10.0.0.57 - - [2025-09-04 03:08:25] "GET /virtual-network/d5f8d0a9-7251-471d-89b0-00511fc1944e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006773 10.0.0.131 - - [2025-09-04 03:08:26] "GET /obj-perms HTTP/1.1" 200 5026 0.051929 10.0.0.57 - - [2025-09-04 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.131 - - [2025-09-04 03:08:26] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.57 - - [2025-09-04 03:08:26] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045931 10.0.0.57 - - [2025-09-04 03:08:26] "POST /neutron/network HTTP/1.1" 200 117 0.012349 10.0.0.131 - - [2025-09-04 03:08:26] "POST /route-targets HTTP/1.1" 200 328 0.011619 10.0.0.57 - - [2025-09-04 03:08:26] "POST /neutron/network HTTP/1.1" 200 834 0.008216 10.0.0.57 - - [2025-09-04 03:08:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001144 10.0.0.57 - - [2025-09-04 03:08:26] "GET /virtual-network/28d66e7c-ff03-4bb5-a128-d62e52b88045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004982 10.0.0.57 - - [2025-09-04 03:08:26] "GET /virtual-network/28d66e7c-ff03-4bb5-a128-d62e52b88045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005506 10.0.0.57 - - [2025-09-04 03:08:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.009874 10.0.0.57 - - [2025-09-04 03:08:26] "GET /virtual-network/28d66e7c-ff03-4bb5-a128-d62e52b88045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008075 10.0.0.57 - - [2025-09-04 03:08:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001956 10.0.0.57 - - [2025-09-04 03:08:27] "POST /neutron/network HTTP/1.1" 200 841 0.007103 10.0.0.131 - - [2025-09-04 03:08:28] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001043 10.0.0.57 - - [2025-09-04 03:08:28] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055654 10.0.0.57 - - [2025-09-04 03:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007611 10.0.0.57 - - [2025-09-04 03:08:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001484 10.0.0.57 - - [2025-09-04 03:08:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008346 10.0.0.131 - - [2025-09-04 03:08:28] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.57 - - [2025-09-04 03:08:29] "POST /neutron/port HTTP/1.1" 200 1057 0.353468 10.0.0.57 - - [2025-09-04 03:08:29] "POST /neutron/port HTTP/1.1" 200 1111 0.098810 10.0.0.57 - - [2025-09-04 03:08:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.008461 10.0.0.131 - - [2025-09-04 03:08:29] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.57 - - [2025-09-04 03:08:29] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.068926 10.0.0.57 - - [2025-09-04 03:08:29] "POST /neutron/network HTTP/1.1" 200 834 0.032356 10.0.0.57 - - [2025-09-04 03:08:30] "POST /neutron/port HTTP/1.1" 200 117 0.009212 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004592 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007260 10.0.0.131 - - [2025-09-04 03:08:30] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.57 - - [2025-09-04 03:08:30] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010239 10.0.0.57 - - [2025-09-04 03:08:30] "POST /service-templates HTTP/1.1" 200 545 0.041836 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.57 - - [2025-09-04 03:08:30] "GET /service-template/47604ea4-1500-4625-8ac5-7215351dec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006079 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.57 - - [2025-09-04 03:08:30] "GET /service-template/47604ea4-1500-4625-8ac5-7215351dec9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004095 10.0.0.57 - - [2025-09-04 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001521 10.0.0.57 - - [2025-09-04 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001685 10.0.0.57 - - [2025-09-04 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001335 10.0.0.57 - - [2025-09-04 03:08:30] "POST /neutron/port HTTP/1.1" 200 2888 0.042178 10.0.0.57 - - [2025-09-04 03:08:30] "POST /neutron/port HTTP/1.1" 200 1058 0.013237 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.57 - - [2025-09-04 03:08:30] "DELETE /service-template/47604ea4-1500-4625-8ac5-7215351dec9f HTTP/1.1" 200 115 0.047714 10.0.0.57 - - [2025-09-04 03:08:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003897 10.0.0.57 - - [2025-09-04 03:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.57 - - [2025-09-04 03:08:31] "POST /neutron/network HTTP/1.1" 200 834 0.007870 10.0.0.57 - - [2025-09-04 03:08:31] "POST /neutron/port HTTP/1.1" 200 1085 0.014060 10.0.0.57 - - [2025-09-04 03:08:32] "POST /neutron/port HTTP/1.1" 200 1086 0.018815 10.0.0.57 - - [2025-09-04 03:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.006474 10.0.0.57 - - [2025-09-04 03:08:33] "POST /neutron/network HTTP/1.1" 200 834 0.008477 10.0.0.131 - - [2025-09-04 03:08:33] "DELETE /route-target/6daecbcd-65db-4b10-8c80-fa931bd3a28b HTTP/1.1" 200 115 0.023511 10.0.0.57 - - [2025-09-04 03:08:33] "POST /neutron/network HTTP/1.1" 200 831 0.007054 10.0.0.131 - - [2025-09-04 03:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004875 10.0.0.131 - - [2025-09-04 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.131 - - [2025-09-04 03:08:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.57 - - [2025-09-04 03:08:34] "POST /neutron/network HTTP/1.1" 200 151 0.126081 10.0.0.57 - - [2025-09-04 03:08:34] "POST /neutron/port HTTP/1.1" 200 1088 0.015310 10.0.0.57 - - [2025-09-04 03:08:36] "POST /neutron/network HTTP/1.1" 200 836 0.006748 10.0.0.131 - - [2025-09-04 03:08:36] "DELETE /route-target/39a134af-1e50-446d-a05a-2ea9af1e7aa2 HTTP/1.1" 200 115 0.031240 10.0.0.57 - - [2025-09-04 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005480 10.0.0.131 - - [2025-09-04 03:08:39] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001295 10.0.0.57 - - [2025-09-04 03:08:39] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064993 10.0.0.131 - - [2025-09-04 03:08:39] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.57 - - [2025-09-04 03:08:39] "POST /neutron/network HTTP/1.1" 200 613 0.118952 10.0.0.57 - - [2025-09-04 03:08:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.003504 10.0.0.57 - - [2025-09-04 03:08:39] "GET /virtual-network/d9514288-d3f9-4870-9ac8-669ef863e8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007740 10.0.0.57 - - [2025-09-04 03:08:39] "POST /neutron/network HTTP/1.1" 200 832 0.007818 10.0.0.57 - - [2025-09-04 03:08:39] "GET /virtual-network/d9514288-d3f9-4870-9ac8-669ef863e8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006502 10.0.0.57 - - [2025-09-04 03:08:40] "GET /virtual-network/d9514288-d3f9-4870-9ac8-669ef863e8cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005440 10.0.0.57 - - [2025-09-04 03:08:40] "GET /obj-perms HTTP/1.1" 200 5026 0.003685 10.0.0.38 - - [2025-09-04 03:08:40] "GET /obj-perms HTTP/1.1" 200 5026 0.003806 10.0.0.57 - - [2025-09-04 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.131 - - [2025-09-04 03:08:40] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.57 - - [2025-09-04 03:08:40] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041236 10.0.0.57 - - [2025-09-04 03:08:40] "POST /neutron/network HTTP/1.1" 200 117 0.021384 10.0.0.131 - - [2025-09-04 03:08:40] "POST /route-targets HTTP/1.1" 200 328 0.015342 10.0.0.57 - - [2025-09-04 03:08:40] "POST /neutron/network HTTP/1.1" 200 832 0.007791 10.0.0.57 - - [2025-09-04 03:08:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001424 10.0.0.57 - - [2025-09-04 03:08:41] "GET /virtual-network/e19d6e93-74e5-4368-9462-b251b05a971f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005740 10.0.0.57 - - [2025-09-04 03:08:41] "GET /virtual-network/e19d6e93-74e5-4368-9462-b251b05a971f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005373 10.0.0.57 - - [2025-09-04 03:08:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.009178 10.0.0.57 - - [2025-09-04 03:08:41] "GET /virtual-network/e19d6e93-74e5-4368-9462-b251b05a971f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005594 10.0.0.131 - - [2025-09-04 03:08:41] "GET /obj-perms HTTP/1.1" 200 5026 0.003689 10.0.0.57 - - [2025-09-04 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.131 - - [2025-09-04 03:08:41] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.57 - - [2025-09-04 03:08:41] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044088 10.0.0.131 - - [2025-09-04 03:08:41] "POST /ref-update HTTP/1.1" 200 156 0.030246 10.0.0.131 - - [2025-09-04 03:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007525 10.0.0.57 - - [2025-09-04 03:08:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.220458 10.0.0.57 - - [2025-09-04 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001303 10.0.0.57 - - [2025-09-04 03:08:42] "GET /virtual-network/0eec71c4-7b73-4acf-9a6e-66c3209a8e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005538 10.0.0.57 - - [2025-09-04 03:08:42] "GET /virtual-network/0eec71c4-7b73-4acf-9a6e-66c3209a8e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005780 10.0.0.57 - - [2025-09-04 03:08:42] "POST /neutron/network HTTP/1.1" 200 835 0.006889 10.0.0.57 - - [2025-09-04 03:08:42] "GET /virtual-network/0eec71c4-7b73-4acf-9a6e-66c3209a8e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006718 10.0.0.57 - - [2025-09-04 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.011883 10.0.0.131 - - [2025-09-04 03:08:42] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001401 10.0.0.57 - - [2025-09-04 03:08:42] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.043527 10.0.0.131 - - [2025-09-04 03:08:42] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.57 - - [2025-09-04 03:08:42] "POST /neutron/network HTTP/1.1" 200 625 0.123103 10.0.0.57 - - [2025-09-04 03:08:43] "POST /id-to-fqname HTTP/1.1" 200 229 0.004273 10.0.0.57 - - [2025-09-04 03:08:43] "GET /virtual-network/7f62806f-c92f-493f-aafc-0ecf6022397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005398 10.0.0.57 - - [2025-09-04 03:08:43] "POST /neutron/network HTTP/1.1" 200 843 0.006675 10.0.0.57 - - [2025-09-04 03:08:43] "GET /virtual-network/7f62806f-c92f-493f-aafc-0ecf6022397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005211 10.0.0.57 - - [2025-09-04 03:08:43] "GET /virtual-network/7f62806f-c92f-493f-aafc-0ecf6022397a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010070 10.0.0.57 - - [2025-09-04 03:08:43] "GET /obj-perms HTTP/1.1" 200 5026 0.004160 10.0.0.38 - - [2025-09-04 03:08:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003901 10.0.0.57 - - [2025-09-04 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.131 - - [2025-09-04 03:08:43] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.57 - - [2025-09-04 03:08:43] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.041687 10.0.0.57 - - [2025-09-04 03:08:43] "POST /neutron/network HTTP/1.1" 200 117 0.018130 10.0.0.131 - - [2025-09-04 03:08:44] "POST /route-targets HTTP/1.1" 200 328 0.012571 10.0.0.57 - - [2025-09-04 03:08:44] "POST /neutron/network HTTP/1.1" 200 846 0.009235 10.0.0.57 - - [2025-09-04 03:08:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001460 10.0.0.57 - - [2025-09-04 03:08:44] "GET /virtual-network/427491b1-70f8-464e-8b9a-96643ed07f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006715 10.0.0.57 - - [2025-09-04 03:08:44] "GET /virtual-network/427491b1-70f8-464e-8b9a-96643ed07f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005949 10.0.0.57 - - [2025-09-04 03:08:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.015326 10.0.0.57 - - [2025-09-04 03:08:44] "GET /virtual-network/427491b1-70f8-464e-8b9a-96643ed07f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005116 10.0.0.131 - - [2025-09-04 03:08:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003636 10.0.0.57 - - [2025-09-04 03:08:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001354 10.0.0.131 - - [2025-09-04 03:08:45] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546 10.0.0.57 - - [2025-09-04 03:08:45] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.075241 10.0.0.57 - - [2025-09-04 03:08:45] "POST /neutron/port HTTP/1.1" 200 117 0.006429 10.0.0.57 - - [2025-09-04 03:08:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001402 10.0.0.57 - - [2025-09-04 03:08:46] "POST /neutron/network HTTP/1.1" 200 845 0.006768 10.0.0.57 - - [2025-09-04 03:08:46] "POST /neutron/port HTTP/1.1" 200 1058 0.019330 10.0.0.57 - - [2025-09-04 03:08:46] "POST /neutron/port HTTP/1.1" 200 1086 0.023620 10.0.0.131 - - [2025-09-04 03:08:46] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.57 - - [2025-09-04 03:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.57 - - [2025-09-04 03:08:46] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.098979 10.0.0.57 - - [2025-09-04 03:08:47] "POST /neutron/port HTTP/1.1" 200 1086 0.021236 10.0.0.57 - - [2025-09-04 03:08:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.005454 10.0.0.57 - - [2025-09-04 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.131 - - [2025-09-04 03:08:47] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.57 - - [2025-09-04 03:08:47] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007834 10.0.0.57 - - [2025-09-04 03:08:47] "POST /service-templates HTTP/1.1" 200 545 0.036052 10.0.0.57 - - [2025-09-04 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.57 - - [2025-09-04 03:08:47] "GET /service-template/cbe9ce76-736f-43ce-a2aa-2a672015f6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008797 10.0.0.57 - - [2025-09-04 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.57 - - [2025-09-04 03:08:47] "GET /service-template/cbe9ce76-736f-43ce-a2aa-2a672015f6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005008 10.0.0.57 - - [2025-09-04 03:08:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001634 10.0.0.57 - - [2025-09-04 03:08:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.002255 10.0.0.57 - - [2025-09-04 03:08:47] "POST /neutron/network HTTP/1.1" 200 845 0.010388 10.0.0.57 - - [2025-09-04 03:08:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.001952 10.0.0.57 - - [2025-09-04 03:08:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007380 10.0.0.57 - - [2025-09-04 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.57 - - [2025-09-04 03:08:48] "DELETE /service-template/cbe9ce76-736f-43ce-a2aa-2a672015f6ab HTTP/1.1" 200 115 0.032920 10.0.0.57 - - [2025-09-04 03:08:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.012824 10.0.0.57 - - [2025-09-04 03:08:48] "POST /neutron/port HTTP/1.1" 200 1113 0.121300 10.0.0.57 - - [2025-09-04 03:08:48] "POST /neutron/network HTTP/1.1" 200 846 0.006417 10.0.0.57 - - [2025-09-04 03:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.131 - - [2025-09-04 03:08:48] "DELETE /route-target/bfd67d83-ca01-4691-9f58-74053340205d HTTP/1.1" 200 115 0.031717 10.0.0.131 - - [2025-09-04 03:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003504 10.0.0.131 - - [2025-09-04 03:08:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.57 - - [2025-09-04 03:08:48] "POST /neutron/network HTTP/1.1" 200 151 0.116400 10.0.0.57 - - [2025-09-04 03:08:49] "POST /neutron/port HTTP/1.1" 200 151 0.190968 10.0.0.57 - - [2025-09-04 03:08:49] "POST /neutron/port HTTP/1.1" 200 1087 0.016109 10.0.0.57 - - [2025-09-04 03:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.009346 10.0.0.57 - - [2025-09-04 03:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.008130 10.0.0.131 - - [2025-09-04 03:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.012595 10.0.0.57 - - [2025-09-04 03:08:51] "POST /neutron/network HTTP/1.1" 200 832 0.007446 10.0.0.131 - - [2025-09-04 03:08:51] "DELETE /route-target/43bc4a27-bc0d-4ab3-929e-3e51562078d8 HTTP/1.1" 200 115 0.045120 10.0.0.131 - - [2025-09-04 03:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005693 10.0.0.131 - - [2025-09-04 03:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003654 10.0.0.57 - - [2025-09-04 03:08:52] "POST /neutron/network HTTP/1.1" 200 151 0.138973 10.0.0.131 - - [2025-09-04 03:08:53] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.57 - - [2025-09-04 03:08:53] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053429 10.0.0.131 - - [2025-09-04 03:08:53] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.57 - - [2025-09-04 03:08:53] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?fields=virtual_networks HTTP/1.1" 200 1030 0.051028 10.0.0.131 - - [2025-09-04 03:08:53] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.57 - - [2025-09-04 03:08:53] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.039581 10.0.0.131 - - [2025-09-04 03:08:53] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.57 - - [2025-09-04 03:08:53] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?fields=security_groups HTTP/1.1" 200 1255 0.049098 10.0.0.57 - - [2025-09-04 03:08:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.029946 10.0.0.131 - - [2025-09-04 03:08:54] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002712 10.0.0.131 - - [2025-09-04 03:08:54] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.131 - - [2025-09-04 03:08:54] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007602 10.0.0.131 - - [2025-09-04 03:08:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.006267 10.0.0.131 - - [2025-09-04 03:08:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.004854 10.0.0.131 - - [2025-09-04 03:08:55] "POST /security-groups HTTP/1.1" 200 589 0.031211 10.0.0.131 - - [2025-09-04 03:08:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.003462 10.0.0.131 - - [2025-09-04 03:08:55] "POST /projects HTTP/1.1" 200 581 0.249838 10.0.0.131 - - [2025-09-04 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.323398 10.0.0.131 - - [2025-09-04 03:08:55] "POST /access-control-lists HTTP/1.1" 200 594 0.029961 10.0.0.57 - - [2025-09-04 03:08:55] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.466836 10.0.0.57 - - [2025-09-04 03:08:56] "GET / HTTP/1.1" 200 36215 0.001986 10.0.0.57 - - [2025-09-04 03:08:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.57 - - [2025-09-04 03:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.054229 10.0.0.131 - - [2025-09-04 03:08:58] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.57 - - [2025-09-04 03:08:58] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.035219 10.0.0.131 - - [2025-09-04 03:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005391 10.0.0.57 - - [2025-09-04 03:08:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.297870 10.0.0.57 - - [2025-09-04 03:08:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001921 10.0.0.57 - - [2025-09-04 03:08:58] "GET /virtual-network/39cdf7c9-500d-4477-af82-bec52c38d092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006505 10.0.0.57 - - [2025-09-04 03:08:59] "GET /virtual-network/39cdf7c9-500d-4477-af82-bec52c38d092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006642 10.0.0.57 - - [2025-09-04 03:08:59] "POST /neutron/network HTTP/1.1" 200 834 0.008662 10.0.0.57 - - [2025-09-04 03:08:59] "GET /virtual-network/39cdf7c9-500d-4477-af82-bec52c38d092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005464 10.0.0.57 - - [2025-09-04 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.131 - - [2025-09-04 03:09:00] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.57 - - [2025-09-04 03:09:00] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.035861 10.0.0.131 - - [2025-09-04 03:09:00] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.57 - - [2025-09-04 03:09:01] "POST /neutron/network HTTP/1.1" 200 617 0.120221 10.0.0.131 - - [2025-09-04 03:09:01] "POST /route-targets HTTP/1.1" 200 328 0.011874 10.0.0.57 - - [2025-09-04 03:09:01] "POST /id-to-fqname HTTP/1.1" 200 225 0.004030 10.0.0.57 - - [2025-09-04 03:09:01] "GET /virtual-network/7db68cfa-cd5e-4de3-8b91-a9fbfe2ab1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007297 10.0.0.57 - - [2025-09-04 03:09:01] "POST /neutron/network HTTP/1.1" 200 835 0.008432 10.0.0.57 - - [2025-09-04 03:09:01] "GET /virtual-network/7db68cfa-cd5e-4de3-8b91-a9fbfe2ab1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006629 10.0.0.57 - - [2025-09-04 03:09:01] "GET /virtual-network/7db68cfa-cd5e-4de3-8b91-a9fbfe2ab1d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005338 10.0.0.57 - - [2025-09-04 03:09:01] "GET /obj-perms HTTP/1.1" 200 5026 0.048092 10.0.0.38 - - [2025-09-04 03:09:01] "GET /obj-perms HTTP/1.1" 200 5026 0.054927 10.0.0.57 - - [2025-09-04 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.131 - - [2025-09-04 03:09:02] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.57 - - [2025-09-04 03:09:02] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.060914 10.0.0.57 - - [2025-09-04 03:09:02] "POST /neutron/network HTTP/1.1" 200 117 0.016491 10.0.0.131 - - [2025-09-04 03:09:02] "POST /ref-update HTTP/1.1" 200 156 0.024501 10.0.0.57 - - [2025-09-04 03:09:02] "POST /neutron/network HTTP/1.1" 200 837 0.011976 10.0.0.57 - - [2025-09-04 03:09:02] "POST /id-to-fqname HTTP/1.1" 200 226 0.001748 10.0.0.57 - - [2025-09-04 03:09:02] "GET /virtual-network/40fd85fd-cd01-4acb-896d-ebd9d9a476c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006962 10.0.0.57 - - [2025-09-04 03:09:02] "GET /virtual-network/40fd85fd-cd01-4acb-896d-ebd9d9a476c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007759 10.0.0.57 - - [2025-09-04 03:09:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.011782 10.0.0.57 - - [2025-09-04 03:09:02] "GET /virtual-network/40fd85fd-cd01-4acb-896d-ebd9d9a476c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006747 10.0.0.131 - - [2025-09-04 03:09:03] "GET /obj-perms HTTP/1.1" 200 5026 0.062404 10.0.0.57 - - [2025-09-04 03:09:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.002403 10.0.0.131 - - [2025-09-04 03:09:04] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.57 - - [2025-09-04 03:09:04] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073795 10.0.0.57 - - [2025-09-04 03:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.005934 10.0.0.57 - - [2025-09-04 03:09:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.001382 10.0.0.57 - - [2025-09-04 03:09:04] "POST /neutron/network HTTP/1.1" 200 847 0.006596 10.0.0.57 - - [2025-09-04 03:09:05] "POST /neutron/port HTTP/1.1" 200 1057 0.015721 10.0.0.131 - - [2025-09-04 03:09:05] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.57 - - [2025-09-04 03:09:05] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.079088 10.0.0.57 - - [2025-09-04 03:09:05] "POST /neutron/port HTTP/1.1" 200 1085 0.031883 10.0.0.57 - - [2025-09-04 03:09:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.016418 10.0.0.57 - - [2025-09-04 03:09:05] "POST /neutron/port HTTP/1.1" 200 1085 0.030145 10.0.0.57 - - [2025-09-04 03:09:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003263 10.0.0.57 - - [2025-09-04 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.131 - - [2025-09-04 03:09:05] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.57 - - [2025-09-04 03:09:05] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008016 10.0.0.57 - - [2025-09-04 03:09:05] "POST /service-templates HTTP/1.1" 200 545 0.037926 10.0.0.57 - - [2025-09-04 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.57 - - [2025-09-04 03:09:06] "GET /service-template/59333690-fa2d-4322-9f46-0298da210fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006077 10.0.0.57 - - [2025-09-04 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.57 - - [2025-09-04 03:09:06] "GET /service-template/59333690-fa2d-4322-9f46-0298da210fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006302 10.0.0.57 - - [2025-09-04 03:09:06] "POST /neutron/network HTTP/1.1" 200 847 0.010530 10.0.0.57 - - [2025-09-04 03:09:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001235 10.0.0.57 - - [2025-09-04 03:09:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001282 10.0.0.57 - - [2025-09-04 03:09:06] "POST /id-to-fqname HTTP/1.1" 200 226 0.001511 10.0.0.57 - - [2025-09-04 03:09:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.026420 10.0.0.57 - - [2025-09-04 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007091 10.0.0.57 - - [2025-09-04 03:09:06] "DELETE /service-template/59333690-fa2d-4322-9f46-0298da210fb4 HTTP/1.1" 200 115 0.033072 10.0.0.57 - - [2025-09-04 03:09:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.005266 10.0.0.57 - - [2025-09-04 03:09:06] "POST /neutron/port HTTP/1.1" 200 1111 0.124811 10.0.0.57 - - [2025-09-04 03:09:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.021794 10.0.0.57 - - [2025-09-04 03:09:06] "POST /neutron/network HTTP/1.1" 400 204 0.013692 10.0.0.57 - - [2025-09-04 03:09:07] "POST /neutron/port HTTP/1.1" 200 1111 0.011847 10.0.0.57 - - [2025-09-04 03:09:08] "POST /neutron/port HTTP/1.1" 200 1111 0.010911 10.0.0.57 - - [2025-09-04 03:09:08] "POST /neutron/network HTTP/1.1" 200 2195 0.013452 10.0.0.131 - - [2025-09-04 03:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006963 10.0.0.131 - - [2025-09-04 03:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.57 - - [2025-09-04 03:09:09] "POST /neutron/network HTTP/1.1" 200 151 0.215897 10.0.0.131 - - [2025-09-04 03:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004815 10.0.0.131 - - [2025-09-04 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.131 - - [2025-09-04 03:09:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003223 10.0.0.57 - - [2025-09-04 03:09:09] "POST /neutron/network HTTP/1.1" 200 151 0.121013 10.0.0.131 - - [2025-09-04 03:09:09] "DELETE /route-target/c7b6d71d-d414-424b-915b-40e07ec64878 HTTP/1.1" 200 115 0.031367 10.0.0.57 - - [2025-09-04 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.131 - - [2025-09-04 03:09:12] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.57 - - [2025-09-04 03:09:12] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044120 10.0.0.57 - - [2025-09-04 03:09:12] "POST /neutron/network HTTP/1.1" 200 117 0.011187 10.0.0.57 - - [2025-09-04 03:09:13] "POST /neutron/network HTTP/1.1" 200 833 0.010802 10.0.0.57 - - [2025-09-04 03:09:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001181 10.0.0.57 - - [2025-09-04 03:09:13] "GET /virtual-network/e7ff44f3-f77f-4b30-806a-58b19404aa8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004900 10.0.0.57 - - [2025-09-04 03:09:13] "GET /virtual-network/e7ff44f3-f77f-4b30-806a-58b19404aa8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005655 10.0.0.57 - - [2025-09-04 03:09:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.009880 10.0.0.57 - - [2025-09-04 03:09:13] "GET /virtual-network/e7ff44f3-f77f-4b30-806a-58b19404aa8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006285 10.0.0.57 - - [2025-09-04 03:09:13] "GET /obj-perms HTTP/1.1" 200 5026 0.004628 10.0.0.57 - - [2025-09-04 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.131 - - [2025-09-04 03:09:13] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001778 10.0.0.57 - - [2025-09-04 03:09:13] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051783 10.0.0.131 - - [2025-09-04 03:09:14] "POST /route-targets HTTP/1.1" 200 328 0.013934 10.0.0.131 - - [2025-09-04 03:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.010540 10.0.0.57 - - [2025-09-04 03:09:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.182498 10.0.0.57 - - [2025-09-04 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.002027 10.0.0.57 - - [2025-09-04 03:09:14] "GET /virtual-network/d4e1fbff-b679-4a25-9dad-8ed9fa44524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007204 10.0.0.57 - - [2025-09-04 03:09:14] "GET /virtual-network/d4e1fbff-b679-4a25-9dad-8ed9fa44524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008427 10.0.0.57 - - [2025-09-04 03:09:14] "POST /neutron/network HTTP/1.1" 200 832 0.008983 10.0.0.57 - - [2025-09-04 03:09:14] "GET /virtual-network/d4e1fbff-b679-4a25-9dad-8ed9fa44524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007098 10.0.0.38 - - [2025-09-04 03:09:14] "GET /obj-perms HTTP/1.1" 200 5026 0.003389 10.0.0.131 - - [2025-09-04 03:09:14] "GET /obj-perms HTTP/1.1" 200 5026 0.003817 10.0.0.57 - - [2025-09-04 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.131 - - [2025-09-04 03:09:14] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.57 - - [2025-09-04 03:09:14] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057919 10.0.0.131 - - [2025-09-04 03:09:14] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.57 - - [2025-09-04 03:09:15] "POST /neutron/network HTTP/1.1" 200 615 0.147079 10.0.0.131 - - [2025-09-04 03:09:15] "POST /ref-update HTTP/1.1" 200 156 0.024169 10.0.0.57 - - [2025-09-04 03:09:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.003571 10.0.0.57 - - [2025-09-04 03:09:15] "GET /virtual-network/22ebd207-d62e-4f03-9d07-27e16253ae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005923 10.0.0.57 - - [2025-09-04 03:09:15] "POST /neutron/network HTTP/1.1" 200 834 0.006654 10.0.0.57 - - [2025-09-04 03:09:15] "GET /virtual-network/22ebd207-d62e-4f03-9d07-27e16253ae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010393 10.0.0.57 - - [2025-09-04 03:09:15] "GET /virtual-network/22ebd207-d62e-4f03-9d07-27e16253ae82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005363 10.0.0.57 - - [2025-09-04 03:09:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001523 10.0.0.57 - - [2025-09-04 03:09:16] "POST /neutron/network HTTP/1.1" 200 842 0.006580 10.0.0.131 - - [2025-09-04 03:09:16] "DELETE /project/9928aa8ec9a5497cacbe0ce61df2d051 HTTP/1.1" 404 173 0.006091 10.0.0.131 - - [2025-09-04 03:09:16] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001494 10.0.0.131 - - [2025-09-04 03:09:16] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.052336 10.0.0.131 - - [2025-09-04 03:09:16] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.131 - - [2025-09-04 03:09:16] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002067 10.0.0.131 - - [2025-09-04 03:09:16] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?fields=security_groups HTTP/1.1" 200 1357 0.075203 10.0.0.57 - - [2025-09-04 03:09:16] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.089018 10.0.0.131 - - [2025-09-04 03:09:16] "DELETE /security-group/eaa67abc-67e8-4bdb-8a79-dc2d0f7836be HTTP/1.1" 404 171 0.017965 10.0.0.131 - - [2025-09-04 03:09:16] "GET /projects?obj_uuids=7269c3f6-8b75-49f1-be77-4b4683627ed6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003499 10.0.0.131 - - [2025-09-04 03:09:17] "GET /project/7269c3f6-8b75-49f1-be77-4b4683627ed6?fields=application_policy_sets HTTP/1.1" 200 1396 0.073329 10.0.0.57 - - [2025-09-04 03:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.008590 10.0.0.131 - - [2025-09-04 03:09:17] "DELETE /project/7269c3f6-8b75-49f1-be77-4b4683627ed6 HTTP/1.1" 200 115 0.476748 10.0.0.57 - - [2025-09-04 03:09:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001434 10.0.0.57 - - [2025-09-04 03:09:17] "POST /neutron/network HTTP/1.1" 200 842 0.006469 10.0.0.57 - - [2025-09-04 03:09:18] "POST /neutron/port HTTP/1.1" 200 1058 0.020249 10.0.0.57 - - [2025-09-04 03:09:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004958 10.0.0.57 - - [2025-09-04 03:09:18] "POST /neutron/network HTTP/1.1" 200 832 0.008149 10.0.0.131 - - [2025-09-04 03:09:18] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.57 - - [2025-09-04 03:09:18] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087880 10.0.0.57 - - [2025-09-04 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010265 10.0.0.57 - - [2025-09-04 03:09:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.004384 10.0.0.57 - - [2025-09-04 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.131 - - [2025-09-04 03:09:18] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.57 - - [2025-09-04 03:09:18] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008233 10.0.0.57 - - [2025-09-04 03:09:18] "POST /service-templates HTTP/1.1" 200 545 0.035030 10.0.0.57 - - [2025-09-04 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.57 - - [2025-09-04 03:09:19] "GET /service-template/dfce49c6-52ec-4a28-9f17-62cd00ccfa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006249 10.0.0.57 - - [2025-09-04 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.57 - - [2025-09-04 03:09:19] "GET /service-template/dfce49c6-52ec-4a28-9f17-62cd00ccfa8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004246 10.0.0.57 - - [2025-09-04 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.131 - - [2025-09-04 03:09:19] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.57 - - [2025-09-04 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.003173 10.0.0.57 - - [2025-09-04 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001195 10.0.0.57 - - [2025-09-04 03:09:19] "POST /neutron/port HTTP/1.1" 200 1058 0.308391 10.0.0.57 - - [2025-09-04 03:09:19] "POST /neutron/port HTTP/1.1" 200 1058 0.011747 10.0.0.57 - - [2025-09-04 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.57 - - [2025-09-04 03:09:19] "DELETE /service-template/dfce49c6-52ec-4a28-9f17-62cd00ccfa8e HTTP/1.1" 200 115 0.036583 10.0.0.57 - - [2025-09-04 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.006974 10.0.0.57 - - [2025-09-04 03:09:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016430 10.0.0.57 - - [2025-09-04 03:09:19] "POST /neutron/network HTTP/1.1" 200 834 0.007099 10.0.0.57 - - [2025-09-04 03:09:19] "POST /neutron/network HTTP/1.1" 200 834 0.006926 10.0.0.57 - - [2025-09-04 03:09:20] "POST /neutron/port HTTP/1.1" 200 151 0.183102 10.0.0.57 - - [2025-09-04 03:09:21] "POST /neutron/port HTTP/1.1" 200 151 0.181955 10.0.0.57 - - [2025-09-04 03:09:21] "POST /neutron/network HTTP/1.1" 200 117 0.008179 10.0.0.131 - - [2025-09-04 03:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003754 10.0.0.131 - - [2025-09-04 03:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004897 10.0.0.131 - - [2025-09-04 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.57 - - [2025-09-04 03:09:21] "POST /neutron/network HTTP/1.1" 200 151 0.138098 10.0.0.131 - - [2025-09-04 03:09:22] "DELETE /route-target/3c48117e-b5ad-4b0b-94f0-c824aab62382 HTTP/1.1" 200 115 0.024884 10.0.0.57 - - [2025-09-04 03:09:22] "POST /neutron/network HTTP/1.1" 200 833 0.008338 10.0.0.131 - - [2025-09-04 03:09:24] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.57 - - [2025-09-04 03:09:24] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044658 10.0.0.131 - - [2025-09-04 03:09:24] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.57 - - [2025-09-04 03:09:24] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?fields=virtual_networks HTTP/1.1" 200 1031 0.040156 10.0.0.131 - - [2025-09-04 03:09:24] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.57 - - [2025-09-04 03:09:24] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.044213 10.0.0.131 - - [2025-09-04 03:09:24] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.57 - - [2025-09-04 03:09:24] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?fields=security_groups HTTP/1.1" 200 1256 0.042283 10.0.0.57 - - [2025-09-04 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.026156 10.0.0.131 - - [2025-09-04 03:09:25] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002827 10.0.0.131 - - [2025-09-04 03:09:25] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.131 - - [2025-09-04 03:09:25] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008720 10.0.0.131 - - [2025-09-04 03:09:25] "POST /id-to-fqname HTTP/1.1" 200 186 0.001873 10.0.0.131 - - [2025-09-04 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.013427 10.0.0.131 - - [2025-09-04 03:09:25] "POST /security-groups HTTP/1.1" 200 587 0.034109 10.0.0.131 - - [2025-09-04 03:09:25] "POST /fqname-to-id HTTP/1.1" 404 230 0.003660 10.0.0.131 - - [2025-09-04 03:09:25] "POST /projects HTTP/1.1" 200 577 0.262441 10.0.0.131 - - [2025-09-04 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.342700 10.0.0.131 - - [2025-09-04 03:09:25] "POST /access-control-lists HTTP/1.1" 200 592 0.031592 10.0.0.57 - - [2025-09-04 03:09:25] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.480135 10.0.0.57 - - [2025-09-04 03:09:26] "GET / HTTP/1.1" 200 36215 0.002044 10.0.0.57 - - [2025-09-04 03:09:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.57 - - [2025-09-04 03:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.025738 10.0.0.131 - - [2025-09-04 03:09:28] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000932 10.0.0.57 - - [2025-09-04 03:09:28] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046132 10.0.0.131 - - [2025-09-04 03:09:28] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001319 10.0.0.57 - - [2025-09-04 03:09:29] "POST /neutron/network HTTP/1.1" 200 611 0.159707 10.0.0.57 - - [2025-09-04 03:09:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.003269 10.0.0.57 - - [2025-09-04 03:09:29] "GET /virtual-network/8231bfc7-30cf-4f4e-81bf-647f8d5e2fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005345 10.0.0.57 - - [2025-09-04 03:09:29] "POST /neutron/network HTTP/1.1" 200 832 0.006844 10.0.0.57 - - [2025-09-04 03:09:29] "GET /virtual-network/8231bfc7-30cf-4f4e-81bf-647f8d5e2fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005638 10.0.0.57 - - [2025-09-04 03:09:30] "GET /virtual-network/8231bfc7-30cf-4f4e-81bf-647f8d5e2fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005247 10.0.0.57 - - [2025-09-04 03:09:30] "GET /obj-perms HTTP/1.1" 200 5022 0.052078 10.0.0.57 - - [2025-09-04 03:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.131 - - [2025-09-04 03:09:31] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001234 10.0.0.57 - - [2025-09-04 03:09:31] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.040927 10.0.0.57 - - [2025-09-04 03:09:31] "POST /neutron/network HTTP/1.1" 200 117 0.011776 10.0.0.131 - - [2025-09-04 03:09:31] "POST /route-targets HTTP/1.1" 200 328 0.013808 10.0.0.57 - - [2025-09-04 03:09:31] "POST /neutron/network HTTP/1.1" 200 831 0.010163 10.0.0.57 - - [2025-09-04 03:09:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001252 10.0.0.57 - - [2025-09-04 03:09:31] "GET /virtual-network/78a60f12-df0a-4645-a810-7864d254cf6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005194 10.0.0.57 - - [2025-09-04 03:09:31] "GET /virtual-network/78a60f12-df0a-4645-a810-7864d254cf6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005527 10.0.0.57 - - [2025-09-04 03:09:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.009561 10.0.0.57 - - [2025-09-04 03:09:32] "GET /virtual-network/78a60f12-df0a-4645-a810-7864d254cf6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005695 10.0.0.38 - - [2025-09-04 03:09:32] "GET /obj-perms HTTP/1.1" 200 5022 0.045222 10.0.0.131 - - [2025-09-04 03:09:32] "GET /obj-perms HTTP/1.1" 200 5022 0.041809 10.0.0.57 - - [2025-09-04 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.131 - - [2025-09-04 03:09:32] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.57 - - [2025-09-04 03:09:32] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.041459 10.0.0.131 - - [2025-09-04 03:09:32] "POST /ref-update HTTP/1.1" 200 156 0.022033 10.0.0.131 - - [2025-09-04 03:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008038 10.0.0.57 - - [2025-09-04 03:09:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.219130 10.0.0.57 - - [2025-09-04 03:09:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001301 10.0.0.57 - - [2025-09-04 03:09:33] "GET /virtual-network/5db58644-6a1c-456b-b034-8b46182324b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005729 10.0.0.57 - - [2025-09-04 03:09:33] "GET /virtual-network/5db58644-6a1c-456b-b034-8b46182324b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005894 10.0.0.57 - - [2025-09-04 03:09:33] "POST /neutron/network HTTP/1.1" 200 830 0.006406 10.0.0.57 - - [2025-09-04 03:09:33] "GET /virtual-network/5db58644-6a1c-456b-b034-8b46182324b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007293 10.0.0.57 - - [2025-09-04 03:09:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.131 - - [2025-09-04 03:09:34] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001008 10.0.0.57 - - [2025-09-04 03:09:34] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.057914 10.0.0.57 - - [2025-09-04 03:09:34] "POST /neutron/network HTTP/1.1" 200 831 0.007805 10.0.0.57 - - [2025-09-04 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001323 10.0.0.57 - - [2025-09-04 03:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.006182 10.0.0.131 - - [2025-09-04 03:09:35] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001367 10.0.0.57 - - [2025-09-04 03:09:35] "POST /neutron/port HTTP/1.1" 200 1057 0.327823 10.0.0.57 - - [2025-09-04 03:09:35] "POST /neutron/port HTTP/1.1" 200 1111 0.126888 10.0.0.131 - - [2025-09-04 03:09:35] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001062 10.0.0.57 - - [2025-09-04 03:09:35] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.091065 10.0.0.57 - - [2025-09-04 03:09:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.016345 10.0.0.57 - - [2025-09-04 03:09:36] "POST /neutron/network HTTP/1.1" 200 831 0.009366 10.0.0.57 - - [2025-09-04 03:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.009061 10.0.0.57 - - [2025-09-04 03:09:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003764 10.0.0.57 - - [2025-09-04 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.131 - - [2025-09-04 03:09:36] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.57 - - [2025-09-04 03:09:36] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008288 10.0.0.57 - - [2025-09-04 03:09:36] "POST /service-templates HTTP/1.1" 200 545 0.033346 10.0.0.57 - - [2025-09-04 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.57 - - [2025-09-04 03:09:36] "GET /service-template/582acd9f-4559-4c05-be2e-6cbd9d76de56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007409 10.0.0.57 - - [2025-09-04 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.57 - - [2025-09-04 03:09:36] "GET /service-template/582acd9f-4559-4c05-be2e-6cbd9d76de56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004939 10.0.0.57 - - [2025-09-04 03:09:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001547 10.0.0.57 - - [2025-09-04 03:09:36] "POST /id-to-fqname HTTP/1.1" 200 221 0.001594 10.0.0.57 - - [2025-09-04 03:09:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001272 10.0.0.57 - - [2025-09-04 03:09:36] "POST /neutron/port HTTP/1.1" 200 1085 0.046114 10.0.0.57 - - [2025-09-04 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.57 - - [2025-09-04 03:09:36] "DELETE /service-template/582acd9f-4559-4c05-be2e-6cbd9d76de56 HTTP/1.1" 200 115 0.073526 10.0.0.57 - - [2025-09-04 03:09:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.027770 10.0.0.57 - - [2025-09-04 03:09:37] "POST /neutron/port HTTP/1.1" 200 1054 0.024951 10.0.0.57 - - [2025-09-04 03:09:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003969 10.0.0.57 - - [2025-09-04 03:09:37] "POST /neutron/network HTTP/1.1" 400 204 0.018106 10.0.0.57 - - [2025-09-04 03:09:37] "POST /neutron/port HTTP/1.1" 200 1085 0.014290 10.0.0.57 - - [2025-09-04 03:09:38] "POST /neutron/port HTTP/1.1" 200 1082 0.019505 10.0.0.57 - - [2025-09-04 03:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.006676 10.0.0.57 - - [2025-09-04 03:09:39] "POST /neutron/network HTTP/1.1" 200 830 0.007779 10.0.0.57 - - [2025-09-04 03:09:39] "POST /neutron/network HTTP/1.1" 200 831 0.006866 10.0.0.131 - - [2025-09-04 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.131 - - [2025-09-04 03:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004457 10.0.0.131 - - [2025-09-04 03:09:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003843 10.0.0.57 - - [2025-09-04 03:09:40] "POST /neutron/network HTTP/1.1" 200 151 0.115722 10.0.0.131 - - [2025-09-04 03:09:40] "DELETE /route-target/76862408-1ab9-4d6a-9beb-374ce23987e9 HTTP/1.1" 200 115 0.036512 10.0.0.57 - - [2025-09-04 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.131 - - [2025-09-04 03:09:43] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001240 10.0.0.57 - - [2025-09-04 03:09:43] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.041991 10.0.0.131 - - [2025-09-04 03:09:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011249 10.0.0.57 - - [2025-09-04 03:09:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.244695 10.0.0.57 - - [2025-09-04 03:09:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001402 10.0.0.57 - - [2025-09-04 03:09:43] "GET /virtual-network/424ca57c-6a2c-4ab9-8799-b5f480eb9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005192 10.0.0.57 - - [2025-09-04 03:09:43] "GET /virtual-network/424ca57c-6a2c-4ab9-8799-b5f480eb9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005872 10.0.0.57 - - [2025-09-04 03:09:43] "POST /neutron/network HTTP/1.1" 200 831 0.009521 10.0.0.57 - - [2025-09-04 03:09:49] "GET /virtual-network/424ca57c-6a2c-4ab9-8799-b5f480eb9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006096 10.0.0.57 - - [2025-09-04 03:09:49] "GET /obj-perms HTTP/1.1" 200 5022 0.003728 10.0.0.57 - - [2025-09-04 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.131 - - [2025-09-04 03:09:49] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.57 - - [2025-09-04 03:09:49] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046780 10.0.0.131 - - [2025-09-04 03:09:49] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.57 - - [2025-09-04 03:09:49] "POST /neutron/network HTTP/1.1" 200 611 0.120271 10.0.0.131 - - [2025-09-04 03:09:49] "POST /route-targets HTTP/1.1" 200 328 0.017110 10.0.0.57 - - [2025-09-04 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.003455 10.0.0.57 - - [2025-09-04 03:09:49] "GET /virtual-network/ee75bc50-39a2-4f4e-a420-b11fde1a3c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005562 10.0.0.57 - - [2025-09-04 03:09:49] "POST /neutron/network HTTP/1.1" 200 828 0.006861 10.0.0.57 - - [2025-09-04 03:09:49] "GET /virtual-network/ee75bc50-39a2-4f4e-a420-b11fde1a3c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008638 10.0.0.57 - - [2025-09-04 03:09:50] "GET /virtual-network/ee75bc50-39a2-4f4e-a420-b11fde1a3c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005726 10.0.0.38 - - [2025-09-04 03:09:50] "GET /obj-perms HTTP/1.1" 200 5022 0.003640 10.0.0.131 - - [2025-09-04 03:09:50] "GET /obj-perms HTTP/1.1" 200 5022 0.003475 10.0.0.57 - - [2025-09-04 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.131 - - [2025-09-04 03:09:50] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001174 10.0.0.57 - - [2025-09-04 03:09:50] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043601 10.0.0.57 - - [2025-09-04 03:09:50] "POST /neutron/network HTTP/1.1" 200 117 0.012864 10.0.0.131 - - [2025-09-04 03:09:50] "POST /ref-update HTTP/1.1" 200 156 0.022171 10.0.0.57 - - [2025-09-04 03:09:50] "POST /neutron/network HTTP/1.1" 200 830 0.009587 10.0.0.57 - - [2025-09-04 03:09:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356 10.0.0.57 - - [2025-09-04 03:09:50] "GET /virtual-network/e327fd02-b5ec-4907-90a6-1ce2a0f7bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006435 10.0.0.57 - - [2025-09-04 03:09:50] "GET /virtual-network/e327fd02-b5ec-4907-90a6-1ce2a0f7bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005667 10.0.0.57 - - [2025-09-04 03:09:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.008533 10.0.0.57 - - [2025-09-04 03:09:51] "GET /virtual-network/e327fd02-b5ec-4907-90a6-1ce2a0f7bca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005945 10.0.0.57 - - [2025-09-04 03:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007004 10.0.0.131 - - [2025-09-04 03:09:51] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002264 10.0.0.57 - - [2025-09-04 03:09:51] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.049792 10.0.0.131 - - [2025-09-04 03:09:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012116 10.0.0.57 - - [2025-09-04 03:09:51] "POST /neutron/subnet HTTP/1.1" 200 730 0.252262 10.0.0.57 - - [2025-09-04 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001945 10.0.0.57 - - [2025-09-04 03:09:51] "GET /virtual-network/91e5fa62-2b84-4f74-bbde-0b351b7a4d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005550 10.0.0.57 - - [2025-09-04 03:09:51] "GET /virtual-network/91e5fa62-2b84-4f74-bbde-0b351b7a4d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005625 10.0.0.57 - - [2025-09-04 03:09:51] "POST /neutron/network HTTP/1.1" 200 843 0.007490 10.0.0.57 - - [2025-09-04 03:09:52] "GET /virtual-network/91e5fa62-2b84-4f74-bbde-0b351b7a4d37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005600 10.0.0.57 - - [2025-09-04 03:09:52] "GET /obj-perms HTTP/1.1" 200 5022 0.003638 10.0.0.57 - - [2025-09-04 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.131 - - [2025-09-04 03:09:52] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000835 10.0.0.57 - - [2025-09-04 03:09:52] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.037134 10.0.0.131 - - [2025-09-04 03:09:52] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.57 - - [2025-09-04 03:09:52] "POST /neutron/network HTTP/1.1" 200 625 0.136584 10.0.0.131 - - [2025-09-04 03:09:52] "POST /route-targets HTTP/1.1" 200 328 0.020754 10.0.0.57 - - [2025-09-04 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.003714 10.0.0.57 - - [2025-09-04 03:09:53] "GET /virtual-network/de01e442-ee9c-4a98-899f-121ef2c10a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006449 10.0.0.57 - - [2025-09-04 03:09:53] "POST /neutron/network HTTP/1.1" 200 844 0.006578 10.0.0.57 - - [2025-09-04 03:09:53] "GET /virtual-network/de01e442-ee9c-4a98-899f-121ef2c10a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005616 10.0.0.57 - - [2025-09-04 03:09:53] "GET /virtual-network/de01e442-ee9c-4a98-899f-121ef2c10a6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008101 10.0.0.38 - - [2025-09-04 03:09:53] "GET /obj-perms HTTP/1.1" 200 5022 0.003739 10.0.0.131 - - [2025-09-04 03:09:53] "GET /obj-perms HTTP/1.1" 200 5022 0.003550 10.0.0.57 - - [2025-09-04 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001327 10.0.0.57 - - [2025-09-04 03:09:53] "POST /neutron/network HTTP/1.1" 200 838 0.010131 10.0.0.131 - - [2025-09-04 03:09:54] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.57 - - [2025-09-04 03:09:54] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.067508 10.0.0.57 - - [2025-09-04 03:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.013632 10.0.0.57 - - [2025-09-04 03:09:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001287 10.0.0.57 - - [2025-09-04 03:09:55] "POST /neutron/network HTTP/1.1" 200 838 0.008573 10.0.0.57 - - [2025-09-04 03:09:55] "POST /neutron/port HTTP/1.1" 200 1054 0.019259 10.0.0.57 - - [2025-09-04 03:09:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005248 10.0.0.131 - - [2025-09-04 03:09:55] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001570 10.0.0.57 - - [2025-09-04 03:09:55] "POST /neutron/network HTTP/1.1" 200 828 0.016754 10.0.0.57 - - [2025-09-04 03:09:55] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.096152 10.0.0.57 - - [2025-09-04 03:09:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.020518 10.0.0.57 - - [2025-09-04 03:09:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003258 10.0.0.57 - - [2025-09-04 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010140 10.0.0.131 - - [2025-09-04 03:09:56] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.57 - - [2025-09-04 03:09:56] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008919 10.0.0.57 - - [2025-09-04 03:09:56] "POST /service-templates HTTP/1.1" 200 545 0.066368 10.0.0.57 - - [2025-09-04 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.57 - - [2025-09-04 03:09:56] "GET /service-template/8968a0ca-43fd-47a5-9840-f10e7f7f55f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006634 10.0.0.57 - - [2025-09-04 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.57 - - [2025-09-04 03:09:56] "GET /service-template/8968a0ca-43fd-47a5-9840-f10e7f7f55f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004326 10.0.0.57 - - [2025-09-04 03:09:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001414 10.0.0.131 - - [2025-09-04 03:09:56] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001594 10.0.0.57 - - [2025-09-04 03:09:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001239 10.0.0.57 - - [2025-09-04 03:09:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001308 10.0.0.57 - - [2025-09-04 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.57 - - [2025-09-04 03:09:57] "DELETE /service-template/8968a0ca-43fd-47a5-9840-f10e7f7f55f8 HTTP/1.1" 200 115 0.034780 10.0.0.57 - - [2025-09-04 03:09:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.009150 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/port HTTP/1.1" 200 1054 0.490772 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/port HTTP/1.1" 200 1054 0.016248 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/network HTTP/1.1" 200 844 0.006544 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005091 10.0.0.131 - - [2025-09-04 03:09:57] "DELETE /route-target/86d2aae4-f3f2-4057-bda0-b15eb528b8f7 HTTP/1.1" 200 115 0.024054 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/network HTTP/1.1" 200 830 0.006415 10.0.0.57 - - [2025-09-04 03:09:57] "POST /neutron/port HTTP/1.1" 200 1082 0.016003 10.0.0.57 - - [2025-09-04 03:09:58] "POST /neutron/network HTTP/1.1" 200 830 0.015829 10.0.0.57 - - [2025-09-04 03:09:58] "POST /neutron/port HTTP/1.1" 200 1108 0.016790 10.0.0.57 - - [2025-09-04 03:09:59] "POST /neutron/network HTTP/1.1" 200 2178 0.012733 10.0.0.57 - - [2025-09-04 03:10:00] "POST /neutron/network HTTP/1.1" 200 830 0.007236 10.0.0.131 - - [2025-09-04 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.009920 10.0.0.131 - - [2025-09-04 03:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007634 10.0.0.131 - - [2025-09-04 03:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003135 10.0.0.57 - - [2025-09-04 03:10:00] "POST /neutron/network HTTP/1.1" 200 151 0.205833 10.0.0.131 - - [2025-09-04 03:10:00] "DELETE /route-target/bf9bb381-7f41-49df-b332-4467cad7f2d1 HTTP/1.1" 200 115 0.057770 10.0.0.131 - - [2025-09-04 03:10:02] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001286 10.0.0.57 - - [2025-09-04 03:10:02] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.039395 10.0.0.131 - - [2025-09-04 03:10:02] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001980 10.0.0.57 - - [2025-09-04 03:10:02] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?fields=virtual_networks HTTP/1.1" 200 1027 0.041688 10.0.0.131 - - [2025-09-04 03:10:02] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001772 10.0.0.57 - - [2025-09-04 03:10:02] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.050979 10.0.0.131 - - [2025-09-04 03:10:02] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001003 10.0.0.57 - - [2025-09-04 03:10:02] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?fields=security_groups HTTP/1.1" 200 1250 0.043886 10.0.0.57 - - [2025-09-04 03:10:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.024581 10.0.0.131 - - [2025-09-04 03:10:03] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002754 10.0.0.131 - - [2025-09-04 03:10:03] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.131 - - [2025-09-04 03:10:03] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006793 10.0.0.131 - - [2025-09-04 03:10:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.002221 10.0.0.131 - - [2025-09-04 03:10:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.012506 10.0.0.131 - - [2025-09-04 03:10:04] "POST /security-groups HTTP/1.1" 200 593 0.069102 10.0.0.131 - - [2025-09-04 03:10:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.003443 10.0.0.131 - - [2025-09-04 03:10:04] "POST /projects HTTP/1.1" 200 589 0.280310 10.0.0.131 - - [2025-09-04 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.348069 10.0.0.131 - - [2025-09-04 03:10:04] "POST /access-control-lists HTTP/1.1" 200 598 0.024081 10.0.0.57 - - [2025-09-04 03:10:04] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.476650 10.0.0.57 - - [2025-09-04 03:10:05] "GET / HTTP/1.1" 200 36215 0.001668 10.0.0.57 - - [2025-09-04 03:10:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.57 - - [2025-09-04 03:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052061 10.0.0.131 - - [2025-09-04 03:10:07] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.57 - - [2025-09-04 03:10:07] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040885 10.0.0.57 - - [2025-09-04 03:10:07] "POST /neutron/network HTTP/1.1" 200 117 0.029788 10.0.0.57 - - [2025-09-04 03:10:08] "POST /neutron/network HTTP/1.1" 200 832 0.010264 10.0.0.57 - - [2025-09-04 03:10:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001787 10.0.0.57 - - [2025-09-04 03:10:08] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006623 10.0.0.57 - - [2025-09-04 03:10:08] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006356 10.0.0.57 - - [2025-09-04 03:10:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.009802 10.0.0.57 - - [2025-09-04 03:10:08] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005877 10.0.0.57 - - [2025-09-04 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.131 - - [2025-09-04 03:10:10] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.57 - - [2025-09-04 03:10:10] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047411 10.0.0.131 - - [2025-09-04 03:10:10] "POST /route-targets HTTP/1.1" 200 328 0.020556 10.0.0.131 - - [2025-09-04 03:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008790 10.0.0.57 - - [2025-09-04 03:10:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.233396 10.0.0.57 - - [2025-09-04 03:10:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001418 10.0.0.57 - - [2025-09-04 03:10:10] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005409 10.0.0.57 - - [2025-09-04 03:10:10] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005510 10.0.0.57 - - [2025-09-04 03:10:10] "POST /neutron/network HTTP/1.1" 200 830 0.006153 10.0.0.57 - - [2025-09-04 03:10:10] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005833 10.0.0.57 - - [2025-09-04 03:10:11] "GET /obj-perms HTTP/1.1" 200 5034 0.048901 10.0.0.38 - - [2025-09-04 03:10:11] "GET /obj-perms HTTP/1.1" 200 5034 0.048422 10.0.0.131 - - [2025-09-04 03:10:11] "GET /obj-perms HTTP/1.1" 200 5034 0.049743 10.0.0.57 - - [2025-09-04 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.131 - - [2025-09-04 03:10:11] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001265 10.0.0.57 - - [2025-09-04 03:10:11] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052539 10.0.0.131 - - [2025-09-04 03:10:11] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.57 - - [2025-09-04 03:10:11] "POST /neutron/network HTTP/1.1" 200 617 0.124936 10.0.0.131 - - [2025-09-04 03:10:11] "POST /ref-update HTTP/1.1" 200 156 0.026494 10.0.0.57 - - [2025-09-04 03:10:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.003681 10.0.0.57 - - [2025-09-04 03:10:11] "GET /virtual-network/e905a53e-3a66-46d2-940e-078811c6a90f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005110 10.0.0.57 - - [2025-09-04 03:10:11] "POST /neutron/network HTTP/1.1" 200 835 0.006286 10.0.0.57 - - [2025-09-04 03:10:11] "GET /virtual-network/e905a53e-3a66-46d2-940e-078811c6a90f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004945 10.0.0.57 - - [2025-09-04 03:10:12] "GET /virtual-network/e905a53e-3a66-46d2-940e-078811c6a90f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005457 10.0.0.57 - - [2025-09-04 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.131 - - [2025-09-04 03:10:12] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000838 10.0.0.57 - - [2025-09-04 03:10:12] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047906 10.0.0.57 - - [2025-09-04 03:10:12] "POST /neutron/network HTTP/1.1" 200 117 0.012820 10.0.0.57 - - [2025-09-04 03:10:12] "POST /neutron/network HTTP/1.1" 200 848 0.011874 10.0.0.57 - - [2025-09-04 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.002682 10.0.0.57 - - [2025-09-04 03:10:12] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007646 10.0.0.57 - - [2025-09-04 03:10:13] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006079 10.0.0.57 - - [2025-09-04 03:10:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.009136 10.0.0.57 - - [2025-09-04 03:10:13] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006149 10.0.0.57 - - [2025-09-04 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.131 - - [2025-09-04 03:10:13] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.57 - - [2025-09-04 03:10:13] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044658 10.0.0.131 - - [2025-09-04 03:10:13] "POST /route-targets HTTP/1.1" 200 328 0.013312 10.0.0.131 - - [2025-09-04 03:10:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007420 10.0.0.57 - - [2025-09-04 03:10:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.240057 10.0.0.57 - - [2025-09-04 03:10:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001373 10.0.0.57 - - [2025-09-04 03:10:14] "GET /virtual-network/53f73ebb-284a-451f-b0bf-137ccf305acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005529 10.0.0.57 - - [2025-09-04 03:10:14] "GET /virtual-network/53f73ebb-284a-451f-b0bf-137ccf305acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006455 10.0.0.57 - - [2025-09-04 03:10:14] "POST /neutron/network HTTP/1.1" 200 849 0.006919 10.0.0.57 - - [2025-09-04 03:10:14] "GET /virtual-network/53f73ebb-284a-451f-b0bf-137ccf305acd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005527 10.0.0.57 - - [2025-09-04 03:10:14] "GET /obj-perms HTTP/1.1" 200 5034 0.004423 10.0.0.38 - - [2025-09-04 03:10:14] "GET /obj-perms HTTP/1.1" 200 5034 0.005272 10.0.0.131 - - [2025-09-04 03:10:14] "GET /obj-perms HTTP/1.1" 200 5034 0.005453 10.0.0.57 - - [2025-09-04 03:10:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001534 10.0.0.131 - - [2025-09-04 03:10:15] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.57 - - [2025-09-04 03:10:15] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071244 10.0.0.57 - - [2025-09-04 03:10:15] "POST /neutron/network HTTP/1.1" 200 832 0.006819 10.0.0.57 - - [2025-09-04 03:10:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001429 10.0.0.57 - - [2025-09-04 03:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.006041 10.0.0.131 - - [2025-09-04 03:10:16] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.57 - - [2025-09-04 03:10:16] "POST /neutron/port HTTP/1.1" 200 1064 0.309936 10.0.0.57 - - [2025-09-04 03:10:16] "POST /neutron/port HTTP/1.1" 200 1118 0.127363 10.0.0.131 - - [2025-09-04 03:10:16] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.57 - - [2025-09-04 03:10:16] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.078507 10.0.0.57 - - [2025-09-04 03:10:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.036597 10.0.0.57 - - [2025-09-04 03:10:16] "POST /neutron/network HTTP/1.1" 200 832 0.007810 10.0.0.57 - - [2025-09-04 03:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.57 - - [2025-09-04 03:10:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003544 10.0.0.57 - - [2025-09-04 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.131 - - [2025-09-04 03:10:17] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.57 - - [2025-09-04 03:10:17] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007581 10.0.0.131 - - [2025-09-04 03:10:17] "DELETE /project/c5e36870f66644469e77c4b1d725a2a0 HTTP/1.1" 404 173 0.043662 10.0.0.57 - - [2025-09-04 03:10:17] "POST /service-templates HTTP/1.1" 200 545 0.036806 10.0.0.57 - - [2025-09-04 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001240 10.0.0.57 - - [2025-09-04 03:10:17] "GET /service-template/c4b1ea03-ffb0-4618-8c11-2f7a49118fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.016008 10.0.0.131 - - [2025-09-04 03:10:17] "DELETE /project/38f78b09123d4d8f9ca2d2f391fe5bea HTTP/1.1" 404 173 0.152352 10.0.0.57 - - [2025-09-04 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008582 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.086033 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.57 - - [2025-09-04 03:10:17] "GET /service-template/c4b1ea03-ffb0-4618-8c11-2f7a49118fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.005010 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001844 10.0.0.57 - - [2025-09-04 03:10:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.002276 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?fields=security_groups HTTP/1.1" 200 1352 0.079139 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.098104 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001794 10.0.0.131 - - [2025-09-04 03:10:17] "DELETE /security-group/839f9019-7f9c-4e03-bf70-b2625945052f HTTP/1.1" 200 115 0.090519 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=c5e36870-f666-4446-9e77-c4b1d725a2a0&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001194 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?fields=security_groups HTTP/1.1" 200 1099 0.096751 10.0.0.131 - - [2025-09-04 03:10:17] "DELETE /access-control-list/ab29391e-3022-4bb1-a9b5-819a3e77d749 HTTP/1.1" 200 115 0.087172 10.0.0.131 - - [2025-09-04 03:10:17] "GET /projects?obj_uuids=9928aa8e-c9a5-497c-acbe-0ce61df2d051&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002811 10.0.0.57 - - [2025-09-04 03:10:17] "POST /neutron/port HTTP/1.1" 200 1092 0.115991 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/c5e36870-f666-4446-9e77-c4b1d725a2a0?fields=application_policy_sets HTTP/1.1" 200 1391 0.146119 10.0.0.131 - - [2025-09-04 03:10:17] "GET /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051?fields=application_policy_sets HTTP/1.1" 200 1099 0.111495 10.0.0.131 - - [2025-09-04 03:10:17] "DELETE /project/9928aa8e-c9a5-497c-acbe-0ce61df2d051 HTTP/1.1" 404 190 0.711528 10.0.0.131 - - [2025-09-04 03:10:18] "DELETE /project/c5e36870-f666-4446-9e77-c4b1d725a2a0 HTTP/1.1" 200 115 0.838764 10.0.0.57 - - [2025-09-04 03:10:18] "POST /neutron/port HTTP/1.1" 200 1060 0.020651 10.0.0.57 - - [2025-09-04 03:10:18] "POST /neutron/port HTTP/1.1" 200 1088 0.021415 10.0.0.57 - - [2025-09-04 03:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.131 - - [2025-09-04 03:10:19] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001718 10.0.0.57 - - [2025-09-04 03:10:19] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.064766 10.0.0.57 - - [2025-09-04 03:10:19] "POST /neutron/port HTTP/1.1" 200 2064 0.019432 10.0.0.57 - - [2025-09-04 03:10:19] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 401 292 0.000454 10.0.0.57 - - [2025-09-04 03:10:19] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 404 171 0.024813 10.0.0.57 - - [2025-09-04 03:10:19] "POST /neutron/network HTTP/1.1" 200 858 0.007357 10.0.0.57 - - [2025-09-04 03:10:20] "POST /neutron/port HTTP/1.1" 200 1062 0.014993 10.0.0.57 - - [2025-09-04 03:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.57 - - [2025-09-04 03:10:20] "POST /neutron/network HTTP/1.1" 200 848 0.007590 10.0.0.57 - - [2025-09-04 03:10:21] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 200 1295 0.007064 10.0.0.57 - - [2025-09-04 03:10:21] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 2991 0.007020 10.0.0.57 - - [2025-09-04 03:10:21] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005540 10.0.0.57 - - [2025-09-04 03:10:21] "PUT /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 285 0.013787 10.0.0.57 - - [2025-09-04 03:10:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017349 10.0.0.57 - - [2025-09-04 03:10:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010121 10.0.0.57 - - [2025-09-04 03:10:27] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 200 1295 0.004405 10.0.0.57 - - [2025-09-04 03:10:27] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 3041 0.007422 10.0.0.57 - - [2025-09-04 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.57 - - [2025-09-04 03:10:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003566 10.0.0.57 - - [2025-09-04 03:10:27] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003482 10.0.0.57 - - [2025-09-04 03:10:27] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006177 10.0.0.57 - - [2025-09-04 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.57 - - [2025-09-04 03:10:30] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006634 10.0.0.57 - - [2025-09-04 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.57 - - [2025-09-04 03:10:34] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006470 10.0.0.57 - - [2025-09-04 03:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.57 - - [2025-09-04 03:10:38] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006618 10.0.0.57 - - [2025-09-04 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.57 - - [2025-09-04 03:10:42] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006774 10.0.0.57 - - [2025-09-04 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.57 - - [2025-09-04 03:10:46] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008131 10.0.0.57 - - [2025-09-04 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.57 - - [2025-09-04 03:10:50] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005843 10.0.0.57 - - [2025-09-04 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.57 - - [2025-09-04 03:10:54] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006664 10.0.0.57 - - [2025-09-04 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.57 - - [2025-09-04 03:10:59] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005434 10.0.0.57 - - [2025-09-04 03:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.57 - - [2025-09-04 03:11:03] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005977 10.0.0.57 - - [2025-09-04 03:11:06] "POST /neutron/port HTTP/1.1" 200 1088 0.041809 10.0.0.57 - - [2025-09-04 03:11:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.57 - - [2025-09-04 03:11:06] "POST /neutron/network HTTP/1.1" 200 830 0.008364 10.0.0.57 - - [2025-09-04 03:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.57 - - [2025-09-04 03:11:07] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004752 10.0.0.57 - - [2025-09-04 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.57 - - [2025-09-04 03:11:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003393 10.0.0.57 - - [2025-09-04 03:11:09] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003970 10.0.0.57 - - [2025-09-04 03:11:09] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006781 10.0.0.57 - - [2025-09-04 03:11:14] "POST /neutron/port HTTP/1.1" 200 1092 0.015304 10.0.0.57 - - [2025-09-04 03:11:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007181 10.0.0.57 - - [2025-09-04 03:11:16] "POST /neutron/network HTTP/1.1" 200 842 0.029346 10.0.0.57 - - [2025-09-04 03:11:16] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.57 - - [2025-09-04 03:11:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.029339 10.0.0.57 - - [2025-09-04 03:11:23] "POST /neutron/port HTTP/1.1" 200 1088 0.021715 10.0.0.57 - - [2025-09-04 03:11:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007058 10.0.0.131 - - [2025-09-04 03:11:25] "GET /global-system-configs HTTP/1.1" 200 323 0.029348 10.0.0.57 - - [2025-09-04 03:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.050167 10.0.0.38 - - [2025-09-04 03:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.159775 10.0.0.57 - - [2025-09-04 03:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.183597 10.0.0.38 - - [2025-09-04 03:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.075290 10.0.0.131 - - [2025-09-04 03:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.167980 10.0.0.131 - - [2025-09-04 03:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.035915 10.0.0.38 - - [2025-09-04 03:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.045521 10.0.0.38 - - [2025-09-04 03:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.086684 10.0.0.57 - - [2025-09-04 03:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.100226 10.0.0.57 - - [2025-09-04 03:11:27] "GET /global-system-configs HTTP/1.1" 200 323 0.045034 10.0.0.131 - - [2025-09-04 03:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.132688 10.0.0.57 - - [2025-09-04 03:11:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003312 10.0.0.57 - - [2025-09-04 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.131 - - [2025-09-04 03:11:30] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001557 10.0.0.57 - - [2025-09-04 03:11:30] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.058854 10.0.0.57 - - [2025-09-04 03:11:30] "POST /service-instances HTTP/1.1" 200 549 0.033588 10.0.0.57 - - [2025-09-04 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.57 - - [2025-09-04 03:11:30] "GET /service-instance/acec3dff-8b95-4ffa-be38-1444468cba59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006553 10.0.0.57 - - [2025-09-04 03:11:30] "POST /port-tuples HTTP/1.1" 200 592 0.043623 10.0.0.57 - - [2025-09-04 03:11:30] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.006128 10.0.0.57 - - [2025-09-04 03:11:30] "PUT /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 285 0.014778 10.0.0.57 - - [2025-09-04 03:11:30] "POST /ref-update HTTP/1.1" 200 156 0.015577 10.0.0.38 - - [2025-09-04 03:11:30] "POST /ref-update HTTP/1.1" 200 156 0.043791 10.0.0.57 - - [2025-09-04 03:11:30] "POST /neutron/port HTTP/1.1" 200 1092 0.015904 10.0.0.38 - - [2025-09-04 03:11:30] "POST /instance-ips HTTP/1.1" 200 374 0.036752 10.0.0.38 - - [2025-09-04 03:11:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.010047 10.0.0.57 - - [2025-09-04 03:11:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009434 10.0.0.57 - - [2025-09-04 03:11:31] "GET /virtual-machine/19466cba-1fb6-43a9-a050-ff2fe9e40801 HTTP/1.1" 200 1296 0.006197 10.0.0.57 - - [2025-09-04 03:11:31] "GET /virtual-machine-interface/b7f76fd6-aae1-45f3-a4ce-09e87395f40c HTTP/1.1" 200 2965 0.005213 10.0.0.57 - - [2025-09-04 03:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.57 - - [2025-09-04 03:11:31] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003990 10.0.0.57 - - [2025-09-04 03:11:31] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002815 10.0.0.57 - - [2025-09-04 03:11:31] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007684 10.0.0.57 - - [2025-09-04 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.57 - - [2025-09-04 03:11:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004601 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003700 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007431 10.0.0.57 - - [2025-09-04 03:11:32] "POST /neutron/port HTTP/1.1" 200 1088 0.013794 10.0.0.57 - - [2025-09-04 03:11:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008310 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-machine/c2e5c58b-3fde-405b-b6fa-b12cb87a9ab5 HTTP/1.1" 200 1297 0.005996 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-machine-interface/82feb15c-9cce-4c04-8014-cb6c55d4885d HTTP/1.1" 200 2966 0.004658 10.0.0.57 - - [2025-09-04 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.57 - - [2025-09-04 03:11:32] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003375 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003493 10.0.0.57 - - [2025-09-04 03:11:32] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006315 10.0.0.57 - - [2025-09-04 03:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.57 - - [2025-09-04 03:11:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003818 10.0.0.57 - - [2025-09-04 03:11:33] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003216 10.0.0.57 - - [2025-09-04 03:11:33] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006768 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.003175 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.131 - - [2025-09-04 03:11:34] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.57 - - [2025-09-04 03:11:34] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043325 10.0.0.57 - - [2025-09-04 03:11:34] "POST /network-policys HTTP/1.1" 200 553 0.025109 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005695 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.57 - - [2025-09-04 03:11:34] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005724 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004095 10.0.0.131 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 404 240 0.004688 10.0.0.57 - - [2025-09-04 03:11:34] "POST /ref-update HTTP/1.1" 200 156 0.053215 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009293 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004835 10.0.0.57 - - [2025-09-04 03:11:34] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007121 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004895 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.57 - - [2025-09-04 03:11:34] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006161 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004689 10.0.0.57 - - [2025-09-04 03:11:34] "POST /ref-update HTTP/1.1" 200 156 0.059937 10.0.0.131 - - [2025-09-04 03:11:34] "PUT /access-control-list/8173dd85-b7b4-46b7-bc95-75169dd96016 HTTP/1.1" 200 273 0.022259 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.57 - - [2025-09-04 03:11:34] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.006640 10.0.0.131 - - [2025-09-04 03:11:34] "POST /ref-update HTTP/1.1" 200 156 0.034042 10.0.0.57 - - [2025-09-04 03:11:34] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.013316 10.0.0.57 - - [2025-09-04 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.016729 10.0.0.57 - - [2025-09-04 03:11:35] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004030 10.0.0.57 - - [2025-09-04 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.57 - - [2025-09-04 03:11:35] "GET /service-template/c4b1ea03-ffb0-4618-8c11-2f7a49118fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.004649 10.0.0.57 - - [2025-09-04 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.131 - - [2025-09-04 03:11:35] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001680 10.0.0.57 - - [2025-09-04 03:11:35] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043888 10.0.0.57 - - [2025-09-04 03:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.57 - - [2025-09-04 03:11:35] "GET /service-instance/acec3dff-8b95-4ffa-be38-1444468cba59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007544 10.0.0.57 - - [2025-09-04 03:11:35] "POST /neutron/port HTTP/1.1" 200 1384 0.026729 10.0.0.57 - - [2025-09-04 03:11:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010455 10.0.0.57 - - [2025-09-04 03:11:35] "POST /neutron/port HTTP/1.1" 200 1384 0.023164 10.0.0.57 - - [2025-09-04 03:11:35] "POST /neutron/network HTTP/1.1" 200 848 0.006500 10.0.0.57 - - [2025-09-04 03:11:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001053 10.0.0.57 - - [2025-09-04 03:11:35] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 200 1295 0.003261 10.0.0.57 - - [2025-09-04 03:11:36] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 3900 0.004672 10.0.0.57 - - [2025-09-04 03:11:36] "GET /instance-ip/6a8dd1b0-7471-49a2-a53e-0fc3970b2baa HTTP/1.1" 200 1966 0.006383 10.0.0.57 - - [2025-09-04 03:11:36] "GET /instance-ip/88bdce7c-08a0-4229-aa78-38a756728f7c HTTP/1.1" 200 1968 0.003879 10.0.0.57 - - [2025-09-04 03:11:36] "GET /instance-ip/9b9d13bb-03cd-49ee-bf2e-c7940ac43e64 HTTP/1.1" 200 1639 0.005519 10.0.0.57 - - [2025-09-04 03:11:36] "POST /neutron/port HTTP/1.1" 200 1384 0.017911 10.0.0.57 - - [2025-09-04 03:11:36] "GET /virtual-machine/0a2a5131-3ec9-44f8-8e81-6792e94c3f89 HTTP/1.1" 200 1295 0.004007 10.0.0.57 - - [2025-09-04 03:11:36] "GET /virtual-machine-interface/2bab1127-0b46-4b52-bd6f-2f0b7cc633b0 HTTP/1.1" 200 3900 0.005320 10.0.0.57 - - [2025-09-04 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.57 - - [2025-09-04 03:11:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003238 10.0.0.57 - - [2025-09-04 03:11:36] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003803 10.0.0.57 - - [2025-09-04 03:11:36] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005658 10.0.0.57 - - [2025-09-04 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.57 - - [2025-09-04 03:11:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002718 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005222 10.0.0.57 - - [2025-09-04 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.57 - - [2025-09-04 03:11:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004001 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002787 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006126 10.0.0.57 - - [2025-09-04 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.57 - - [2025-09-04 03:11:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004297 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004395 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005490 10.0.0.57 - - [2025-09-04 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.57 - - [2025-09-04 03:11:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004997 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-networks?parent_id=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002731 10.0.0.57 - - [2025-09-04 03:11:37] "GET /virtual-network/341aa5c2-44cb-44a7-ae61-9476d0f39639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005595 10.0.0.57 - - [2025-09-04 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.57 - - [2025-09-04 03:11:37] "GET /routing-instance/7a71da57-c0da-454e-b7ba-4242d0ea33a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004081 10.0.0.57 - - [2025-09-04 03:11:38] "GET /routing-instance/7a71da57-c0da-454e-b7ba-4242d0ea33a4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005518 10.0.0.57 - - [2025-09-04 03:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.57 - - [2025-09-04 03:11:38] "GET /routing-instance/deac2a45-f2b9-412e-87b7-e386a06410f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004664 10.0.0.57 - - [2025-09-04 03:11:38] "GET /routing-instance/deac2a45-f2b9-412e-87b7-e386a06410f5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.005683 10.0.0.57 - - [2025-09-04 03:12:07] "POST /neutron/port HTTP/1.1" 200 1088 0.014373 10.0.0.57 - - [2025-09-04 03:12:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.011619 10.0.0.57 - - [2025-09-04 03:12:18] "POST /neutron/port HTTP/1.1" 200 1384 0.023247 10.0.0.57 - - [2025-09-04 03:12:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003959 10.0.0.57 - - [2025-09-04 03:12:18] "POST /neutron/network HTTP/1.1" 200 848 0.007702 10.0.0.57 - - [2025-09-04 03:12:24] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005851 10.0.0.57 - - [2025-09-04 03:12:24] "PUT /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321 HTTP/1.1" 200 263 0.013111 10.0.0.57 - - [2025-09-04 03:12:24] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.006345 10.0.0.131 - - [2025-09-04 03:12:24] "PUT /access-control-list/34a6d8c8-e1c4-4b87-a7b0-41115b20a3d5 HTTP/1.1" 200 273 0.021949 10.0.0.57 - - [2025-09-04 03:12:47] "POST /neutron/port HTTP/1.1" 200 1384 0.021561 10.0.0.57 - - [2025-09-04 03:12:53] "POST /ref-update HTTP/1.1" 200 156 0.060539 10.0.0.57 - - [2025-09-04 03:12:53] "GET /virtual-network/d301575d-2b8b-49f9-8cb5-520e8250f3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009845 10.0.0.57 - - [2025-09-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689 10.0.0.57 - - [2025-09-04 03:12:53] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.003911 10.0.0.57 - - [2025-09-04 03:12:53] "POST /ref-update HTTP/1.1" 200 156 0.049742 10.0.0.57 - - [2025-09-04 03:12:53] "POST /neutron/network HTTP/1.1" 200 832 0.008371 10.0.0.57 - - [2025-09-04 03:12:53] "GET /virtual-network/23e4030c-2c2c-413e-b481-23a05633ee9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006857 10.0.0.57 - - [2025-09-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.57 - - [2025-09-04 03:12:53] "GET /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.013800 10.0.0.57 - - [2025-09-04 03:12:53] "DELETE /network-policy/26b93864-4e04-42aa-accb-9e1db40a5321 HTTP/1.1" 200 115 0.055239 10.0.0.57 - - [2025-09-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.57 - - [2025-09-04 03:12:53] "DELETE /service-instance/acec3dff-8b95-4ffa-be38-1444468cba59 HTTP/1.1" 200 115 0.081413 10.0.0.57 - - [2025-09-04 03:12:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007817 10.0.0.57 - - [2025-09-04 03:12:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003809 10.0.0.131 - - [2025-09-04 03:12:53] "POST /ref-update HTTP/1.1" 200 156 0.073010 10.0.0.38 - - [2025-09-04 03:12:53] "POST /ref-update HTTP/1.1" 200 156 0.148545 10.0.0.131 - - [2025-09-04 03:12:53] "DELETE /access-control-list/8173dd85-b7b4-46b7-bc95-75169dd96016 HTTP/1.1" 200 115 0.059832 10.0.0.57 - - [2025-09-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.57 - - [2025-09-04 03:12:53] "DELETE /service-template/c4b1ea03-ffb0-4618-8c11-2f7a49118fff HTTP/1.1" 200 115 0.055828 10.0.0.57 - - [2025-09-04 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.006608 10.0.0.131 - - [2025-09-04 03:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.57 - - [2025-09-04 03:12:54] "POST /neutron/port HTTP/1.1" 200 1090 0.054266 10.0.0.57 - - [2025-09-04 03:12:54] "POST /neutron/port HTTP/1.1" 200 1088 0.041662 10.0.0.131 - - [2025-09-04 03:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.012559 10.0.0.131 - - [2025-09-04 03:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.013175 10.0.0.57 - - [2025-09-04 03:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.260201 10.0.0.131 - - [2025-09-04 03:12:55] "DELETE /route-target/7edb01e3-d74d-4a5f-a2b5-42aefd9beeb3 HTTP/1.1" 200 115 0.079448 10.0.0.57 - - [2025-09-04 03:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.415028 10.0.0.131 - - [2025-09-04 03:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.131 - - [2025-09-04 03:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005180 10.0.0.57 - - [2025-09-04 03:12:55] "POST /neutron/network HTTP/1.1" 200 151 0.182979 10.0.0.131 - - [2025-09-04 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013087 10.0.0.57 - - [2025-09-04 03:12:56] "POST /neutron/network HTTP/1.1" 200 832 0.006981 10.0.0.131 - - [2025-09-04 03:12:56] "DELETE /route-target/dd0fa7af-1bea-46a2-a4cb-53a3c1633a9f HTTP/1.1" 200 115 0.033547 10.0.0.131 - - [2025-09-04 03:12:58] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.57 - - [2025-09-04 03:12:58] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040155 10.0.0.131 - - [2025-09-04 03:12:58] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.57 - - [2025-09-04 03:12:58] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?fields=virtual_networks HTTP/1.1" 200 1038 0.039539 10.0.0.131 - - [2025-09-04 03:12:58] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.57 - - [2025-09-04 03:12:58] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.036958 10.0.0.131 - - [2025-09-04 03:12:58] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001498 10.0.0.57 - - [2025-09-04 03:12:58] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?fields=security_groups HTTP/1.1" 200 1267 0.046726 10.0.0.57 - - [2025-09-04 03:12:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.025062 10.0.0.131 - - [2025-09-04 03:12:59] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003203 10.0.0.131 - - [2025-09-04 03:12:59] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.131 - - [2025-09-04 03:12:59] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007197 10.0.0.131 - - [2025-09-04 03:12:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.001938 10.0.0.131 - - [2025-09-04 03:12:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.003428 10.0.0.131 - - [2025-09-04 03:12:59] "POST /security-groups HTTP/1.1" 200 592 0.027712 10.0.0.131 - - [2025-09-04 03:12:59] "POST /projects HTTP/1.1" 200 587 0.244324 10.0.0.131 - - [2025-09-04 03:12:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.008769 10.0.0.131 - - [2025-09-04 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.312251 10.0.0.57 - - [2025-09-04 03:12:59] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.442437 10.0.0.57 - - [2025-09-04 03:13:00] "GET / HTTP/1.1" 200 36215 0.001540 10.0.0.57 - - [2025-09-04 03:13:02] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000463 10.0.0.131 - - [2025-09-04 03:13:03] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.57 - - [2025-09-04 03:13:03] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.063108 10.0.0.57 - - [2025-09-04 03:13:03] "POST /fqname-to-id HTTP/1.1" 404 180 0.002989 10.0.0.57 - - [2025-09-04 03:13:03] "POST /virtual-DNSs HTTP/1.1" 200 509 0.027398 10.0.0.57 - - [2025-09-04 03:13:03] "GET /virtual-DNS/b31961da-d001-44a4-816e-c89d1af33f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006280 10.0.0.57 - - [2025-09-04 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.57 - - [2025-09-04 03:13:03] "GET /virtual-DNS/b31961da-d001-44a4-816e-c89d1af33f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004345 10.0.0.57 - - [2025-09-04 03:13:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003468 10.0.0.57 - - [2025-09-04 03:13:03] "POST /network-ipams HTTP/1.1" 200 516 0.025691 10.0.0.57 - - [2025-09-04 03:13:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003489 10.0.0.57 - - [2025-09-04 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.57 - - [2025-09-04 03:13:03] "GET /network-ipam/982d7074-1996-4d46-9ae8-a0daf6671f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.008096 10.0.0.57 - - [2025-09-04 03:13:03] "PUT /network-ipam/982d7074-1996-4d46-9ae8-a0daf6671f3a HTTP/1.1" 200 259 0.013196 10.0.0.57 - - [2025-09-04 03:13:04] "POST /ref-update HTTP/1.1" 200 156 0.014009 10.0.0.57 - - [2025-09-04 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.131 - - [2025-09-04 03:13:04] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.57 - - [2025-09-04 03:13:04] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039428 10.0.0.131 - - [2025-09-04 03:13:04] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.57 - - [2025-09-04 03:13:04] "POST /neutron/network HTTP/1.1" 200 618 0.147855 10.0.0.131 - - [2025-09-04 03:13:04] "POST /ref-update HTTP/1.1" 200 156 0.023737 10.0.0.57 - - [2025-09-04 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.003451 10.0.0.57 - - [2025-09-04 03:13:04] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005124 10.0.0.57 - - [2025-09-04 03:13:04] "POST /neutron/network HTTP/1.1" 200 833 0.006351 10.0.0.57 - - [2025-09-04 03:13:04] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005330 10.0.0.57 - - [2025-09-04 03:13:04] "POST /neutron/network HTTP/1.1" 200 807 0.013098 10.0.0.57 - - [2025-09-04 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001350 10.0.0.131 - - [2025-09-04 03:13:05] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001048 10.0.0.57 - - [2025-09-04 03:13:05] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064628 10.0.0.57 - - [2025-09-04 03:13:05] "POST /neutron/network HTTP/1.1" 200 833 0.007315 10.0.0.57 - - [2025-09-04 03:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.006199 10.0.0.57 - - [2025-09-04 03:13:06] "POST /neutron/port HTTP/1.1" 200 1058 0.017610 10.0.0.57 - - [2025-09-04 03:13:07] "POST /neutron/port HTTP/1.1" 200 1086 0.019962 10.0.0.57 - - [2025-09-04 03:13:07] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.57 - - [2025-09-04 03:13:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007702 10.0.0.57 - - [2025-09-04 03:13:11] "POST /neutron/port HTTP/1.1" 200 1086 0.021294 10.0.0.57 - - [2025-09-04 03:13:11] "GET /virtual-machine/03b65238-9d49-4141-909c-ae3cd3a4cdfc HTTP/1.1" 401 292 0.000610 10.0.0.57 - - [2025-09-04 03:13:11] "GET /virtual-machine/03b65238-9d49-4141-909c-ae3cd3a4cdfc HTTP/1.1" 200 1294 0.029193 10.0.0.57 - - [2025-09-04 03:13:11] "GET /virtual-machine-interface/20ef3320-c204-4564-8a07-683ae30aca03 HTTP/1.1" 200 2970 0.005154 10.0.0.57 - - [2025-09-04 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.57 - - [2025-09-04 03:13:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003281 10.0.0.57 - - [2025-09-04 03:13:11] "GET /virtual-networks?parent_id=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002616 10.0.0.57 - - [2025-09-04 03:13:11] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007280 10.0.0.57 - - [2025-09-04 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.57 - - [2025-09-04 03:13:14] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004859 10.0.0.131 - - [2025-09-04 03:13:18] "DELETE /project/e38f80bd73394f1b94de1f74fd9d7b2a HTTP/1.1" 404 173 0.003859 10.0.0.131 - - [2025-09-04 03:13:18] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.131 - - [2025-09-04 03:13:18] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.075490 10.0.0.131 - - [2025-09-04 03:13:18] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.131 - - [2025-09-04 03:13:18] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?fields=security_groups HTTP/1.1" 200 1369 0.069258 10.0.0.131 - - [2025-09-04 03:13:18] "DELETE /security-group/32df28da-20c3-42c9-b20a-958ae697c312 HTTP/1.1" 200 115 0.051211 10.0.0.131 - - [2025-09-04 03:13:18] "GET /projects?obj_uuids=38f78b09-123d-4d8f-9ca2-d2f391fe5bea&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001365 10.0.0.131 - - [2025-09-04 03:13:18] "GET /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea?fields=application_policy_sets HTTP/1.1" 200 1408 0.063115 10.0.0.131 - - [2025-09-04 03:13:18] "DELETE /project/38f78b09-123d-4d8f-9ca2-d2f391fe5bea HTTP/1.1" 200 115 0.483547 10.0.0.57 - - [2025-09-04 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011718 10.0.0.57 - - [2025-09-04 03:13:18] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009820 10.0.0.57 - - [2025-09-04 03:13:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014479 10.0.0.57 - - [2025-09-04 03:13:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.008817 10.0.0.57 - - [2025-09-04 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.57 - - [2025-09-04 03:13:23] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005051 10.0.0.57 - - [2025-09-04 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.57 - - [2025-09-04 03:13:27] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006121 10.0.0.57 - - [2025-09-04 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.57 - - [2025-09-04 03:13:31] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005552 10.0.0.57 - - [2025-09-04 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.57 - - [2025-09-04 03:13:35] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005257 10.0.0.57 - - [2025-09-04 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.57 - - [2025-09-04 03:13:39] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006296 10.0.0.57 - - [2025-09-04 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.57 - - [2025-09-04 03:13:43] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005808 10.0.0.57 - - [2025-09-04 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.57 - - [2025-09-04 03:13:47] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003280 10.0.0.57 - - [2025-09-04 03:13:47] "GET /virtual-networks?parent_id=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002512 10.0.0.57 - - [2025-09-04 03:13:47] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006013 10.0.0.57 - - [2025-09-04 03:13:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016267 10.0.0.57 - - [2025-09-04 03:13:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007467 10.0.0.57 - - [2025-09-04 03:13:58] "POST /neutron/port HTTP/1.1" 200 1086 0.018198 10.0.0.57 - - [2025-09-04 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009836 10.0.0.57 - - [2025-09-04 03:14:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051146 10.0.0.38 - - [2025-09-04 03:14:13] "GET /obj-perms HTTP/1.1" 200 5056 0.044009 10.0.0.57 - - [2025-09-04 03:14:20] "POST /neutron/network HTTP/1.1" 200 843 0.006253 10.0.0.57 - - [2025-09-04 03:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.57 - - [2025-09-04 03:14:32] "POST /neutron/network HTTP/1.1" 200 833 0.006532 10.0.0.57 - - [2025-09-04 03:14:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001067 10.0.0.57 - - [2025-09-04 03:14:32] "POST /neutron/network HTTP/1.1" 200 843 0.007807 10.0.0.131 - - [2025-09-04 03:14:32] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.57 - - [2025-09-04 03:14:33] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064248 10.0.0.57 - - [2025-09-04 03:14:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007799 10.0.0.57 - - [2025-09-04 03:14:33] "POST /neutron/network HTTP/1.1" 200 843 0.008912 10.0.0.57 - - [2025-09-04 03:14:34] "POST /neutron/port HTTP/1.1" 200 1058 0.020582 10.0.0.57 - - [2025-09-04 03:14:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004883 10.0.0.57 - - [2025-09-04 03:14:34] "POST /neutron/network HTTP/1.1" 200 833 0.008337 10.0.0.57 - - [2025-09-04 03:14:38] "POST /neutron/port HTTP/1.1" 200 1086 0.019328 10.0.0.57 - - [2025-09-04 03:14:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007431 10.0.0.57 - - [2025-09-04 03:14:38] "GET /virtual-machine/2e781ffe-1c64-4444-9b42-429a8693df92 HTTP/1.1" 200 1295 0.006836 10.0.0.57 - - [2025-09-04 03:14:38] "GET /virtual-machine-interface/c9e6b0c3-e0a3-4d33-9592-11d28647d49b HTTP/1.1" 200 2972 0.007810 10.0.0.57 - - [2025-09-04 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.57 - - [2025-09-04 03:14:38] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004070 10.0.0.57 - - [2025-09-04 03:14:38] "GET /virtual-networks?parent_id=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003396 10.0.0.57 - - [2025-09-04 03:14:38] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006309 10.0.0.57 - - [2025-09-04 03:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.57 - - [2025-09-04 03:14:41] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006190 10.0.0.57 - - [2025-09-04 03:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.57 - - [2025-09-04 03:14:45] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005335 10.0.0.57 - - [2025-09-04 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.57 - - [2025-09-04 03:14:50] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005597 10.0.0.57 - - [2025-09-04 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.57 - - [2025-09-04 03:14:54] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005287 10.0.0.57 - - [2025-09-04 03:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.57 - - [2025-09-04 03:14:58] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005010 10.0.0.57 - - [2025-09-04 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.57 - - [2025-09-04 03:15:02] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005207 10.0.0.57 - - [2025-09-04 03:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.57 - - [2025-09-04 03:15:06] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006356 10.0.0.57 - - [2025-09-04 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.57 - - [2025-09-04 03:15:10] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005476 10.0.0.57 - - [2025-09-04 03:15:12] "POST /neutron/network HTTP/1.1" 200 843 0.006713 10.0.0.57 - - [2025-09-04 03:15:12] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.131 - - [2025-09-04 03:15:14] "GET /obj-perms HTTP/1.1" 200 5056 0.070551 10.0.0.57 - - [2025-09-04 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.57 - - [2025-09-04 03:15:14] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005764 10.0.0.57 - - [2025-09-04 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.57 - - [2025-09-04 03:15:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004122 10.0.0.57 - - [2025-09-04 03:15:16] "GET /virtual-networks?parent_id=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003867 10.0.0.57 - - [2025-09-04 03:15:16] "GET /virtual-network/ca73d0b7-3bbf-4e42-a3ec-4fd7828e0ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006299 10.0.0.57 - - [2025-09-04 03:15:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007812 10.0.0.57 - - [2025-09-04 03:15:20] "POST /neutron/network HTTP/1.1" 200 843 0.007380 10.0.0.57 - - [2025-09-04 03:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.57 - - [2025-09-04 03:15:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007165 10.0.0.57 - - [2025-09-04 03:15:27] "POST /neutron/port HTTP/1.1" 200 1086 0.017563 10.0.0.57 - - [2025-09-04 03:15:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007498 10.0.0.57 - - [2025-09-04 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.57 - - [2025-09-04 03:16:09] "DELETE /virtual-DNS/b31961da-d001-44a4-816e-c89d1af33f5f HTTP/1.1" 409 236 0.009442 10.0.0.57 - - [2025-09-04 03:16:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.003329 10.0.0.57 - - [2025-09-04 03:16:09] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.026000 10.0.0.57 - - [2025-09-04 03:16:09] "GET /virtual-DNS-record/be1b0023-a216-4526-9201-0d7dbc1f10df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005949 10.0.0.57 - - [2025-09-04 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.57 - - [2025-09-04 03:16:09] "GET /virtual-DNS-record/be1b0023-a216-4526-9201-0d7dbc1f10df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004444 10.0.0.57 - - [2025-09-04 03:16:13] "POST /neutron/network HTTP/1.1" 200 843 0.029607 10.0.0.57 - - [2025-09-04 03:16:13] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.57 - - [2025-09-04 03:16:16] "DELETE /virtual-DNS-record/be1b0023-a216-4526-9201-0d7dbc1f10df HTTP/1.1" 200 115 0.030208 10.0.0.57 - - [2025-09-04 03:16:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.003480 10.0.0.57 - - [2025-09-04 03:16:16] "POST /neutron/network HTTP/1.1" 400 204 0.014685 10.0.0.57 - - [2025-09-04 03:16:17] "POST /neutron/port HTTP/1.1" 200 151 0.156489 10.0.0.57 - - [2025-09-04 03:16:17] "POST /neutron/port HTTP/1.1" 200 151 0.185926 10.0.0.131 - - [2025-09-04 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008772 10.0.0.57 - - [2025-09-04 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.57 - - [2025-09-04 03:16:18] "DELETE /network-ipam/982d7074-1996-4d46-9ae8-a0daf6671f3a HTTP/1.1" 200 115 0.045998 10.0.0.57 - - [2025-09-04 03:16:19] "DELETE /virtual-DNS/b31961da-d001-44a4-816e-c89d1af33f5f HTTP/1.1" 200 115 0.035520 10.0.0.57 - - [2025-09-04 03:16:19] "POST /fqname-to-id HTTP/1.1" 404 180 0.004984 10.0.0.131 - - [2025-09-04 03:16:20] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.57 - - [2025-09-04 03:16:20] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084503 10.0.0.131 - - [2025-09-04 03:16:20] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.57 - - [2025-09-04 03:16:20] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?fields=virtual_networks HTTP/1.1" 200 1037 0.044018 10.0.0.131 - - [2025-09-04 03:16:20] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.57 - - [2025-09-04 03:16:20] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.041672 10.0.0.131 - - [2025-09-04 03:16:20] "GET /projects?obj_uuids=e38f80bd-7339-4f1b-94de-1f74fd9d7b2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001995 10.0.0.57 - - [2025-09-04 03:16:20] "GET /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a?fields=security_groups HTTP/1.1" 200 1265 0.037217 10.0.0.57 - - [2025-09-04 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.023554 10.0.0.131 - - [2025-09-04 03:16:21] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003303 10.0.0.131 - - [2025-09-04 03:16:21] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.131 - - [2025-09-04 03:16:21] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032012 10.0.0.131 - - [2025-09-04 03:16:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.005996 10.0.0.131 - - [2025-09-04 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.005890 10.0.0.131 - - [2025-09-04 03:16:21] "POST /security-groups HTTP/1.1" 200 592 0.027246 10.0.0.131 - - [2025-09-04 03:16:21] "POST /projects HTTP/1.1" 200 587 0.240642 10.0.0.131 - - [2025-09-04 03:16:21] "POST /access-control-lists HTTP/1.1" 200 599 0.025399 10.0.0.131 - - [2025-09-04 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.316057 10.0.0.57 - - [2025-09-04 03:16:21] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.475704 10.0.0.57 - - [2025-09-04 03:16:22] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.57 - - [2025-09-04 03:16:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.57 - - [2025-09-04 03:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.056413 10.0.0.131 - - [2025-09-04 03:16:25] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001449 10.0.0.57 - - [2025-09-04 03:16:25] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043706 10.0.0.57 - - [2025-09-04 03:16:25] "POST /neutron/network HTTP/1.1" 200 117 0.035063 10.0.0.131 - - [2025-09-04 03:16:25] "POST /route-targets HTTP/1.1" 200 328 0.015913 10.0.0.57 - - [2025-09-04 03:16:25] "POST /neutron/network HTTP/1.1" 200 828 0.009652 10.0.0.57 - - [2025-09-04 03:16:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.57 - - [2025-09-04 03:16:25] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006082 10.0.0.57 - - [2025-09-04 03:16:25] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008437 10.0.0.57 - - [2025-09-04 03:16:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.010173 10.0.0.131 - - [2025-09-04 03:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.178599 10.0.0.57 - - [2025-09-04 03:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.120409 10.0.0.57 - - [2025-09-04 03:16:26] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006633 10.0.0.38 - - [2025-09-04 03:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.162870 10.0.0.131 - - [2025-09-04 03:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.181539 10.0.0.38 - - [2025-09-04 03:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.088568 10.0.0.57 - - [2025-09-04 03:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.248815 10.0.0.131 - - [2025-09-04 03:16:27] "GET /global-system-configs HTTP/1.1" 200 323 0.376551 10.0.0.38 - - [2025-09-04 03:16:27] "GET /global-system-configs HTTP/1.1" 200 323 0.288684 10.0.0.131 - - [2025-09-04 03:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.444299 10.0.0.57 - - [2025-09-04 03:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.459791 10.0.0.38 - - [2025-09-04 03:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.481651 10.0.0.57 - - [2025-09-04 03:16:27] "GET /global-system-configs HTTP/1.1" 200 323 0.181397 10.0.0.57 - - [2025-09-04 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.131 - - [2025-09-04 03:16:28] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000840 10.0.0.57 - - [2025-09-04 03:16:28] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048530 10.0.0.131 - - [2025-09-04 03:16:28] "DELETE /access-control-list/5f236381-df49-4474-8a3d-d6fddd6527cf HTTP/1.1" 200 115 0.093821 10.0.0.131 - - [2025-09-04 03:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009021 10.0.0.57 - - [2025-09-04 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 705 0.252802 10.0.0.57 - - [2025-09-04 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001373 10.0.0.57 - - [2025-09-04 03:16:29] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004912 10.0.0.57 - - [2025-09-04 03:16:29] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005071 10.0.0.57 - - [2025-09-04 03:16:29] "POST /neutron/network HTTP/1.1" 200 823 0.006891 10.0.0.57 - - [2025-09-04 03:16:29] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007435 10.0.0.57 - - [2025-09-04 03:16:29] "GET /obj-perms HTTP/1.1" 200 5032 0.045903 10.0.0.38 - - [2025-09-04 03:16:29] "GET /obj-perms HTTP/1.1" 200 5032 0.050827 10.0.0.131 - - [2025-09-04 03:16:29] "GET /obj-perms HTTP/1.1" 200 5032 0.059330 10.0.0.57 - - [2025-09-04 03:16:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.131 - - [2025-09-04 03:16:45] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001443 10.0.0.57 - - [2025-09-04 03:16:45] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.070193 10.0.0.57 - - [2025-09-04 03:16:45] "POST /neutron/network HTTP/1.1" 200 823 0.034018 10.0.0.57 - - [2025-09-04 03:16:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001396 10.0.0.57 - - [2025-09-04 03:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.006627 10.0.0.131 - - [2025-09-04 03:16:45] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.57 - - [2025-09-04 03:16:46] "POST /neutron/port HTTP/1.1" 200 1057 0.298990 10.0.0.131 - - [2025-09-04 03:16:46] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.57 - - [2025-09-04 03:16:46] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.071909 10.0.0.57 - - [2025-09-04 03:16:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009945 10.0.0.57 - - [2025-09-04 03:16:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007880 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/port HTTP/1.1" 200 1057 0.044247 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/port HTTP/1.1" 200 1062 0.018805 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/port HTTP/1.1" 200 1090 0.025442 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.57 - - [2025-09-04 03:16:47] "POST /neutron/network HTTP/1.1" 200 823 0.009991 10.0.0.57 - - [2025-09-04 03:16:56] "POST /neutron/port HTTP/1.1" 200 1085 0.017049 10.0.0.57 - - [2025-09-04 03:17:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007605 10.0.0.57 - - [2025-09-04 03:17:12] "POST /neutron/port HTTP/1.1" 200 1085 0.015396 10.0.0.57 - - [2025-09-04 03:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006836 10.0.0.57 - - [2025-09-04 03:17:12] "GET /virtual-machine/d22a161f-7e9e-4b3a-9660-ffd776bfca2e HTTP/1.1" 401 292 0.000430 10.0.0.57 - - [2025-09-04 03:17:12] "GET /virtual-machine/d22a161f-7e9e-4b3a-9660-ffd776bfca2e HTTP/1.1" 200 1296 0.028763 10.0.0.57 - - [2025-09-04 03:17:12] "GET /virtual-machine-interface/fd1cc54e-7f78-4d9e-913e-5d18fb682f84 HTTP/1.1" 200 2957 0.005905 10.0.0.57 - - [2025-09-04 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.57 - - [2025-09-04 03:17:12] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003893 10.0.0.57 - - [2025-09-04 03:17:12] "GET /virtual-networks?parent_id=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002831 10.0.0.57 - - [2025-09-04 03:17:12] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005564 10.0.0.57 - - [2025-09-04 03:17:15] "POST /neutron/port HTTP/1.1" 200 1090 0.015245 10.0.0.57 - - [2025-09-04 03:17:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005682 10.0.0.57 - - [2025-09-04 03:17:15] "POST /neutron/network HTTP/1.1" 200 828 0.006225 10.0.0.57 - - [2025-09-04 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.57 - - [2025-09-04 03:17:15] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005433 10.0.0.131 - - [2025-09-04 03:17:19] "DELETE /project/8abb2c1c0fa747cfbb80a75417dccb6e HTTP/1.1" 404 173 0.006327 10.0.0.131 - - [2025-09-04 03:17:19] "DELETE /project/e38f80bd-7339-4f1b-94de-1f74fd9d7b2a HTTP/1.1" 404 177 0.005976 10.0.0.57 - - [2025-09-04 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.57 - - [2025-09-04 03:17:20] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005309 10.0.0.57 - - [2025-09-04 03:17:21] "POST /neutron/network HTTP/1.1" 200 833 0.008885 10.0.0.57 - - [2025-09-04 03:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.57 - - [2025-09-04 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.57 - - [2025-09-04 03:17:24] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005174 10.0.0.57 - - [2025-09-04 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.57 - - [2025-09-04 03:17:28] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007181 10.0.0.57 - - [2025-09-04 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.57 - - [2025-09-04 03:17:32] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004832 10.0.0.57 - - [2025-09-04 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.57 - - [2025-09-04 03:17:36] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008736 10.0.0.57 - - [2025-09-04 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.57 - - [2025-09-04 03:17:40] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004911 10.0.0.57 - - [2025-09-04 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.57 - - [2025-09-04 03:17:44] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006480 10.0.0.57 - - [2025-09-04 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.57 - - [2025-09-04 03:17:48] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005790 10.0.0.57 - - [2025-09-04 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.57 - - [2025-09-04 03:17:52] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005414 10.0.0.57 - - [2025-09-04 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.57 - - [2025-09-04 03:17:56] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008862 10.0.0.57 - - [2025-09-04 03:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.57 - - [2025-09-04 03:18:01] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005601 10.0.0.57 - - [2025-09-04 03:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.57 - - [2025-09-04 03:18:05] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005495 10.0.0.57 - - [2025-09-04 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.57 - - [2025-09-04 03:18:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004104 10.0.0.57 - - [2025-09-04 03:18:07] "GET /virtual-networks?parent_id=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002872 10.0.0.57 - - [2025-09-04 03:18:07] "GET /virtual-network/9806a391-8302-4c2d-8de9-d2af7d0d6102?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006175 10.0.0.57 - - [2025-09-04 03:18:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007282 10.0.0.57 - - [2025-09-04 03:18:16] "POST /neutron/port HTTP/1.1" 200 1090 0.015365 10.0.0.57 - - [2025-09-04 03:18:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006415 10.0.0.57 - - [2025-09-04 03:18:16] "POST /neutron/network HTTP/1.1" 200 828 0.011160 10.0.0.57 - - [2025-09-04 03:18:21] "POST /neutron/port HTTP/1.1" 200 1085 0.042824 10.0.0.57 - - [2025-09-04 03:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007802 10.0.0.57 - - [2025-09-04 03:18:23] "POST /neutron/network HTTP/1.1" 200 833 0.008833 10.0.0.57 - - [2025-09-04 03:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001973 10.0.0.57 - - [2025-09-04 03:18:27] "POST /neutron/port HTTP/1.1" 200 1090 0.015723 10.0.0.57 - - [2025-09-04 03:18:33] "POST /neutron/port HTTP/1.1" 200 1085 0.014679 10.0.0.57 - - [2025-09-04 03:18:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007306 10.0.0.57 - - [2025-09-04 03:18:48] "POST /neutron/port HTTP/1.1" 200 1085 0.015196 10.0.0.57 - - [2025-09-04 03:18:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007970 10.0.0.57 - - [2025-09-04 03:19:04] "POST /neutron/port HTTP/1.1" 200 1090 0.018225 10.0.0.57 - - [2025-09-04 03:19:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008055 10.0.0.57 - - [2025-09-04 03:19:04] "GET /virtual-machine/79efab73-b546-4c89-bbba-42539abaeafc HTTP/1.1" 200 1295 0.006277 10.0.0.57 - - [2025-09-04 03:19:04] "GET /virtual-machine-interface/406fd0b6-d4d9-45b3-9687-ef395c5fb1c4 HTTP/1.1" 200 2956 0.008383 10.0.0.57 - - [2025-09-04 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.57 - - [2025-09-04 03:19:04] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004096 10.0.0.57 - - [2025-09-04 03:19:04] "GET /virtual-networks?parent_id=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003929 10.0.0.57 - - [2025-09-04 03:19:04] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005535 10.0.0.57 - - [2025-09-04 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.57 - - [2025-09-04 03:19:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004510 10.0.0.57 - - [2025-09-04 03:19:05] "GET /virtual-networks?parent_id=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003617 10.0.0.57 - - [2025-09-04 03:19:05] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005906 10.0.0.57 - - [2025-09-04 03:19:05] "POST /neutron/port HTTP/1.1" 200 1090 0.021084 10.0.0.57 - - [2025-09-04 03:19:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006776 10.0.0.57 - - [2025-09-04 03:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.131 - - [2025-09-04 03:19:16] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028737 10.0.0.57 - - [2025-09-04 03:19:16] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.077025 10.0.0.57 - - [2025-09-04 03:19:16] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007504 10.0.0.57 - - [2025-09-04 03:19:16] "GET /floating-ip-pools?parent_id=f791756f-9c4c-4212-9872-05d984b0b1de&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004399 10.0.0.57 - - [2025-09-04 03:19:16] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006104 10.0.0.57 - - [2025-09-04 03:19:16] "POST /floating-ip-pools HTTP/1.1" 200 600 0.028750 10.0.0.57 - - [2025-09-04 03:19:16] "POST /ref-update HTTP/1.1" 200 156 0.018325 10.0.0.57 - - [2025-09-04 03:19:16] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006613 10.0.0.57 - - [2025-09-04 03:19:16] "GET /virtual-network/f791756f-9c4c-4212-9872-05d984b0b1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007118 10.0.0.57 - - [2025-09-04 03:19:16] "POST /neutron/floatingip HTTP/1.1" 200 531 0.008984 10.0.0.57 - - [2025-09-04 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.57 - - [2025-09-04 03:19:17] "GET /routing-instance/c93be6df-080c-457d-b7cc-9825b04c27ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006654 10.0.0.57 - - [2025-09-04 03:19:17] "GET /route-target/5b0f8638-9554-40bf-84b6-bc9fe21e2620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004371 10.0.0.57 - - [2025-09-04 03:19:17] "POST /neutron/port HTTP/1.1" 200 1090 0.015207 10.0.0.57 - - [2025-09-04 03:19:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005199 10.0.0.57 - - [2025-09-04 03:19:17] "POST /neutron/network HTTP/1.1" 200 828 0.007057 10.0.0.57 - - [2025-09-04 03:19:23] "POST /neutron/network HTTP/1.1" 200 833 0.005830 10.0.0.57 - - [2025-09-04 03:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.57 - - [2025-09-04 03:19:40] "POST /neutron/floatingip HTTP/1.1" 200 531 0.030388 10.0.0.57 - - [2025-09-04 03:19:40] "GET /floating-ip-pool/1a4108f0-8942-4bd8-8208-ae4629a48385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004561 10.0.0.57 - - [2025-09-04 03:19:40] "POST /ref-update HTTP/1.1" 200 156 0.013722 10.0.0.57 - - [2025-09-04 03:19:40] "DELETE /floating-ip-pool/1a4108f0-8942-4bd8-8208-ae4629a48385 HTTP/1.1" 200 115 0.036180 10.0.0.57 - - [2025-09-04 03:19:40] "POST /neutron/network HTTP/1.1" 200 823 0.007820 10.0.0.57 - - [2025-09-04 03:19:40] "POST /neutron/port HTTP/1.1" 200 1116 0.013144 10.0.0.57 - - [2025-09-04 03:19:41] "POST /neutron/port HTTP/1.1" 200 1111 0.023663 10.0.0.131 - - [2025-09-04 03:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005494 10.0.0.131 - - [2025-09-04 03:19:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.57 - - [2025-09-04 03:19:42] "POST /neutron/network HTTP/1.1" 200 151 0.151537 10.0.0.131 - - [2025-09-04 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.044023 10.0.0.131 - - [2025-09-04 03:19:43] "DELETE /route-target/5b0f8638-9554-40bf-84b6-bc9fe21e2620 HTTP/1.1" 200 115 0.028092 10.0.0.131 - - [2025-09-04 03:19:44] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001327 10.0.0.57 - - [2025-09-04 03:19:44] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046632 10.0.0.131 - - [2025-09-04 03:19:44] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.57 - - [2025-09-04 03:19:44] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?fields=virtual_networks HTTP/1.1" 200 1036 0.041603 10.0.0.131 - - [2025-09-04 03:19:44] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.57 - - [2025-09-04 03:19:44] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056390 10.0.0.131 - - [2025-09-04 03:19:44] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001589 10.0.0.57 - - [2025-09-04 03:19:44] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?fields=security_groups HTTP/1.1" 200 1264 0.045264 10.0.0.57 - - [2025-09-04 03:19:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.024164 10.0.0.131 - - [2025-09-04 03:19:45] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003639 10.0.0.131 - - [2025-09-04 03:19:45] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.131 - - [2025-09-04 03:19:45] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009627 10.0.0.131 - - [2025-09-04 03:19:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.007832 10.0.0.131 - - [2025-09-04 03:19:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003829 10.0.0.131 - - [2025-09-04 03:19:46] "POST /security-groups HTTP/1.1" 200 591 0.073667 10.0.0.131 - - [2025-09-04 03:19:46] "POST /projects HTTP/1.1" 200 585 0.319099 10.0.0.131 - - [2025-09-04 03:19:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.009429 10.0.0.131 - - [2025-09-04 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.398462 10.0.0.57 - - [2025-09-04 03:19:46] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.554766 10.0.0.57 - - [2025-09-04 03:19:47] "GET / HTTP/1.1" 200 36215 0.002720 10.0.0.57 - - [2025-09-04 03:19:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.57 - - [2025-09-04 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.051370 10.0.0.131 - - [2025-09-04 03:19:49] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.57 - - [2025-09-04 03:19:49] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043909 10.0.0.57 - - [2025-09-04 03:19:49] "POST /neutron/network HTTP/1.1" 200 117 0.033116 10.0.0.131 - - [2025-09-04 03:19:49] "POST /ref-update HTTP/1.1" 200 156 0.022583 10.0.0.57 - - [2025-09-04 03:19:49] "POST /neutron/network HTTP/1.1" 200 839 0.011587 10.0.0.57 - - [2025-09-04 03:19:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.001528 10.0.0.57 - - [2025-09-04 03:19:49] "GET /virtual-network/677502cf-6c24-4bbd-9ca9-666b4e8f63d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005926 10.0.0.57 - - [2025-09-04 03:19:49] "GET /virtual-network/677502cf-6c24-4bbd-9ca9-666b4e8f63d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005174 10.0.0.57 - - [2025-09-04 03:19:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.014007 10.0.0.57 - - [2025-09-04 03:19:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001922 10.0.0.131 - - [2025-09-04 03:19:50] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.57 - - [2025-09-04 03:19:50] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058125 10.0.0.57 - - [2025-09-04 03:19:51] "POST /neutron/network HTTP/1.1" 200 839 0.006949 10.0.0.57 - - [2025-09-04 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.57 - - [2025-09-04 03:19:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004135 10.0.0.57 - - [2025-09-04 03:19:51] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.012526 10.0.0.57 - - [2025-09-04 03:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.006673 10.0.0.57 - - [2025-09-04 03:19:51] "POST /neutron/port HTTP/1.1" 200 1055 0.014548 10.0.0.57 - - [2025-09-04 03:19:52] "POST /neutron/port HTTP/1.1" 200 1083 0.014537 10.0.0.57 - - [2025-09-04 03:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.57 - - [2025-09-04 03:19:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009179 10.0.0.57 - - [2025-09-04 03:19:56] "POST /neutron/port HTTP/1.1" 200 1083 0.015536 10.0.0.57 - - [2025-09-04 03:19:56] "GET /virtual-machine/b566d79f-eded-42af-825b-ea2d13d6e265 HTTP/1.1" 401 292 0.000459 10.0.0.57 - - [2025-09-04 03:19:57] "GET /virtual-machine/b566d79f-eded-42af-825b-ea2d13d6e265 HTTP/1.1" 200 1294 0.027817 10.0.0.57 - - [2025-09-04 03:19:57] "GET /virtual-machine-interface/ec19fefc-6cdd-4ccb-b9d4-032f00b551be HTTP/1.1" 200 2979 0.005545 10.0.0.57 - - [2025-09-04 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.57 - - [2025-09-04 03:19:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003796 10.0.0.57 - - [2025-09-04 03:19:57] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002467 10.0.0.57 - - [2025-09-04 03:19:57] "GET /virtual-network/677502cf-6c24-4bbd-9ca9-666b4e8f63d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006490 10.0.0.57 - - [2025-09-04 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.57 - - [2025-09-04 03:20:00] "GET /virtual-network/677502cf-6c24-4bbd-9ca9-666b4e8f63d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005439 10.0.0.57 - - [2025-09-04 03:20:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007650 10.0.0.57 - - [2025-09-04 03:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.57 - - [2025-09-04 03:20:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004732 10.0.0.57 - - [2025-09-04 03:20:02] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002710 10.0.0.57 - - [2025-09-04 03:20:02] "GET /virtual-network/677502cf-6c24-4bbd-9ca9-666b4e8f63d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007872 10.0.0.57 - - [2025-09-04 03:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.57 - - [2025-09-04 03:20:04] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.005000 10.0.0.57 - - [2025-09-04 03:20:04] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.016553 10.0.0.57 - - [2025-09-04 03:20:05] "POST /neutron/port HTTP/1.1" 200 1083 0.015407 10.0.0.57 - - [2025-09-04 03:20:06] "POST /neutron/network HTTP/1.1" 200 839 0.011002 10.0.0.57 - - [2025-09-04 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.131 - - [2025-09-04 03:20:09] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.57 - - [2025-09-04 03:20:09] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050213 10.0.0.131 - - [2025-09-04 03:20:09] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.57 - - [2025-09-04 03:20:09] "POST /neutron/network HTTP/1.1" 200 605 0.117089 10.0.0.131 - - [2025-09-04 03:20:09] "POST /route-targets HTTP/1.1" 200 328 0.017055 10.0.0.57 - - [2025-09-04 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.004174 10.0.0.57 - - [2025-09-04 03:20:10] "GET /virtual-network/a75c9113-99f0-4546-8576-a1a3e6b731b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005558 10.0.0.57 - - [2025-09-04 03:20:10] "POST /neutron/network HTTP/1.1" 200 823 0.007021 10.0.0.57 - - [2025-09-04 03:20:10] "GET /virtual-network/a75c9113-99f0-4546-8576-a1a3e6b731b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005776 10.0.0.57 - - [2025-09-04 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001983 10.0.0.57 - - [2025-09-04 03:20:10] "POST /neutron/network HTTP/1.1" 200 833 0.006657 10.0.0.131 - - [2025-09-04 03:20:11] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.57 - - [2025-09-04 03:20:11] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066561 10.0.0.57 - - [2025-09-04 03:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.007909 10.0.0.131 - - [2025-09-04 03:20:11] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001766 10.0.0.57 - - [2025-09-04 03:20:12] "POST /neutron/port HTTP/1.1" 200 1059 0.283066 10.0.0.57 - - [2025-09-04 03:20:12] "POST /neutron/port HTTP/1.1" 200 1113 0.114541 10.0.0.57 - - [2025-09-04 03:20:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.010130 10.0.0.57 - - [2025-09-04 03:20:16] "POST /neutron/port HTTP/1.1" 200 1087 0.015290 10.0.0.57 - - [2025-09-04 03:20:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008442 10.0.0.57 - - [2025-09-04 03:20:16] "GET /virtual-machine/0f962ce9-475c-40f3-965d-4caa23eccbaa HTTP/1.1" 200 1294 0.024060 10.0.0.57 - - [2025-09-04 03:20:16] "GET /virtual-machine-interface/6572b2ff-4fe6-43b8-8dd3-c4a717e91a5c HTTP/1.1" 200 2948 0.006229 10.0.0.57 - - [2025-09-04 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.57 - - [2025-09-04 03:20:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004030 10.0.0.57 - - [2025-09-04 03:20:16] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002653 10.0.0.57 - - [2025-09-04 03:20:16] "GET /virtual-network/a75c9113-99f0-4546-8576-a1a3e6b731b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006572 10.0.0.57 - - [2025-09-04 03:20:17] "POST /neutron/port HTTP/1.1" 200 1087 0.020555 10.0.0.57 - - [2025-09-04 03:20:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005466 10.0.0.57 - - [2025-09-04 03:20:17] "POST /neutron/network HTTP/1.1" 200 823 0.008973 10.0.0.57 - - [2025-09-04 03:20:17] "GET /obj-perms HTTP/1.1" 200 5056 0.055059 10.0.0.38 - - [2025-09-04 03:20:18] "GET /obj-perms HTTP/1.1" 200 5056 0.046775 10.0.0.131 - - [2025-09-04 03:20:19] "DELETE /project/f97dc9cd1c1046fdb3bdd1fd0f10ba21 HTTP/1.1" 404 173 0.003623 10.0.0.131 - - [2025-09-04 03:20:19] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000828 10.0.0.131 - - [2025-09-04 03:20:19] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.036895 10.0.0.131 - - [2025-09-04 03:20:19] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.131 - - [2025-09-04 03:20:19] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?fields=security_groups HTTP/1.1" 200 1366 0.041720 10.0.0.131 - - [2025-09-04 03:20:19] "DELETE /security-group/8287352c-b28e-4c00-8ee3-7e547759db65 HTTP/1.1" 200 115 0.063718 10.0.0.131 - - [2025-09-04 03:20:19] "GET /projects?obj_uuids=8abb2c1c-0fa7-47cf-bb80-a75417dccb6e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001836 10.0.0.131 - - [2025-09-04 03:20:19] "GET /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e?fields=application_policy_sets HTTP/1.1" 200 1405 0.073525 10.0.0.131 - - [2025-09-04 03:20:19] "DELETE /access-control-list/0be6e2cb-7961-403b-8a9c-db09439014d6 HTTP/1.1" 200 115 0.063331 10.0.0.131 - - [2025-09-04 03:20:19] "DELETE /project/8abb2c1c-0fa7-47cf-bb80-a75417dccb6e HTTP/1.1" 200 115 0.490980 10.0.0.57 - - [2025-09-04 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.57 - - [2025-09-04 03:20:19] "GET /virtual-network/a75c9113-99f0-4546-8576-a1a3e6b731b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005488 10.0.0.57 - - [2025-09-04 03:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.57 - - [2025-09-04 03:20:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004506 10.0.0.57 - - [2025-09-04 03:20:24] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004203 10.0.0.57 - - [2025-09-04 03:20:24] "GET /virtual-network/a75c9113-99f0-4546-8576-a1a3e6b731b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008726 10.0.0.57 - - [2025-09-04 03:20:24] "POST /neutron/port HTTP/1.1" 200 1087 0.022049 10.0.0.57 - - [2025-09-04 03:20:31] "POST /neutron/network HTTP/1.1" 400 204 0.013156 10.0.0.57 - - [2025-09-04 03:20:32] "POST /neutron/port HTTP/1.1" 200 151 0.162954 10.0.0.57 - - [2025-09-04 03:20:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003642 10.0.0.57 - - [2025-09-04 03:20:36] "POST /network-ipams HTTP/1.1" 200 543 0.026812 10.0.0.57 - - [2025-09-04 03:20:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.004086 10.0.0.57 - - [2025-09-04 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.57 - - [2025-09-04 03:20:36] "GET /network-ipam/11417e2a-bb19-4aab-bf53-9670700dbaa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.008584 10.0.0.57 - - [2025-09-04 03:20:36] "PUT /network-ipam/11417e2a-bb19-4aab-bf53-9670700dbaa6 HTTP/1.1" 200 259 0.016697 10.0.0.57 - - [2025-09-04 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.131 - - [2025-09-04 03:20:36] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.57 - - [2025-09-04 03:20:36] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038656 10.0.0.57 - - [2025-09-04 03:20:36] "POST /neutron/network HTTP/1.1" 200 117 0.013356 10.0.0.131 - - [2025-09-04 03:20:36] "POST /route-targets HTTP/1.1" 200 328 0.012550 10.0.0.131 - - [2025-09-04 03:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006778 10.0.0.57 - - [2025-09-04 03:20:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.231648 10.0.0.57 - - [2025-09-04 03:20:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001402 10.0.0.57 - - [2025-09-04 03:20:37] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005094 10.0.0.57 - - [2025-09-04 03:20:37] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005771 10.0.0.57 - - [2025-09-04 03:20:37] "POST /neutron/network HTTP/1.1" 200 994 0.009065 10.0.0.57 - - [2025-09-04 03:20:37] "POST /neutron/network HTTP/1.1" 200 994 0.009473 10.0.0.131 - - [2025-09-04 03:20:37] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.57 - - [2025-09-04 03:20:37] "POST /neutron/port HTTP/1.1" 200 1017 0.222422 10.0.0.57 - - [2025-09-04 03:20:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001379 10.0.0.57 - - [2025-09-04 03:20:38] "POST /neutron/port HTTP/1.1" 200 1017 0.014737 10.0.0.57 - - [2025-09-04 03:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.57 - - [2025-09-04 03:20:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001520 10.0.0.57 - - [2025-09-04 03:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.007746 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/network HTTP/1.1" 200 994 0.010197 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.010977 10.0.0.57 - - [2025-09-04 03:20:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/network HTTP/1.1" 200 1004 0.010321 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/port HTTP/1.1" 200 1109 0.153627 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/network HTTP/1.1" 200 1004 0.010154 10.0.0.57 - - [2025-09-04 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.57 - - [2025-09-04 03:20:40] "POST /neutron/network HTTP/1.1" 200 1004 0.015623 10.0.0.57 - - [2025-09-04 03:20:40] "POST /neutron/port HTTP/1.1" 200 1109 0.139717 10.0.0.57 - - [2025-09-04 03:20:40] "POST /neutron/subnet HTTP/1.1" 200 673 0.011722 10.0.0.131 - - [2025-09-04 03:20:40] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.57 - - [2025-09-04 03:20:40] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068276 10.0.0.57 - - [2025-09-04 03:20:40] "POST /neutron/network HTTP/1.1" 200 994 0.009148 10.0.0.57 - - [2025-09-04 03:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.006382 10.0.0.57 - - [2025-09-04 03:20:42] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.007547 10.0.0.57 - - [2025-09-04 03:20:42] "POST /neutron/port HTTP/1.1" 200 1055 0.015843 10.0.0.57 - - [2025-09-04 03:20:42] "POST /neutron/port HTTP/1.1" 200 1083 0.017316 10.0.0.57 - - [2025-09-04 03:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.001949 10.0.0.131 - - [2025-09-04 03:20:43] "GET /obj-perms HTTP/1.1" 200 5030 0.070233 10.0.0.57 - - [2025-09-04 03:20:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008460 10.0.0.57 - - [2025-09-04 03:20:43] "POST /neutron/port HTTP/1.1" 200 1083 0.015858 10.0.0.57 - - [2025-09-04 03:20:43] "GET /virtual-machine/5240d86f-893e-4dbf-b4bb-0d7625b0678e HTTP/1.1" 200 1290 0.007452 10.0.0.57 - - [2025-09-04 03:20:43] "GET /virtual-machine-interface/d81de5f7-fbce-4462-9522-cee21e163b95 HTTP/1.1" 200 2949 0.005222 10.0.0.57 - - [2025-09-04 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.57 - - [2025-09-04 03:20:44] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004287 10.0.0.57 - - [2025-09-04 03:20:44] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003134 10.0.0.57 - - [2025-09-04 03:20:44] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005329 10.0.0.57 - - [2025-09-04 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.57 - - [2025-09-04 03:20:47] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005793 10.0.0.57 - - [2025-09-04 03:20:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012303 10.0.0.57 - - [2025-09-04 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.57 - - [2025-09-04 03:20:51] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.009618 10.0.0.57 - - [2025-09-04 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.57 - - [2025-09-04 03:20:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004078 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002898 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005897 10.0.0.57 - - [2025-09-04 03:20:53] "POST /neutron/port HTTP/1.1" 200 1083 0.022894 10.0.0.57 - - [2025-09-04 03:20:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009594 10.0.0.57 - - [2025-09-04 03:20:53] "POST /neutron/port HTTP/1.1" 200 1083 0.023197 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-machine/53f8d9e4-e002-47d1-b0b7-7240d77106f8 HTTP/1.1" 200 1290 0.006393 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-machine-interface/a475f4f7-6ea4-487f-afb5-0c79e20f7313 HTTP/1.1" 200 2949 0.005076 10.0.0.57 - - [2025-09-04 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.57 - - [2025-09-04 03:20:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003396 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002620 10.0.0.57 - - [2025-09-04 03:20:53] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.008361 10.0.0.57 - - [2025-09-04 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.57 - - [2025-09-04 03:20:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004929 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004641 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006042 10.0.0.57 - - [2025-09-04 03:20:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009529 10.0.0.57 - - [2025-09-04 03:20:55] "POST /neutron/port HTTP/1.1" 200 1083 0.018161 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-machine/840c9699-7f56-436b-831b-33bd7353f795 HTTP/1.1" 200 1293 0.007093 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-machine-interface/ee867b3d-d606-4518-8b3d-23be220f996b HTTP/1.1" 200 2949 0.007080 10.0.0.57 - - [2025-09-04 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.57 - - [2025-09-04 03:20:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005525 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003734 10.0.0.57 - - [2025-09-04 03:20:55] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.008065 10.0.0.57 - - [2025-09-04 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.57 - - [2025-09-04 03:20:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004198 10.0.0.57 - - [2025-09-04 03:20:56] "GET /virtual-networks?parent_id=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003224 10.0.0.57 - - [2025-09-04 03:20:56] "GET /virtual-network/fa193e10-c2ad-44c8-b833-7f38da9a8d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006209 10.0.0.57 - - [2025-09-04 03:21:12] "POST /neutron/port HTTP/1.1" 200 1109 0.015549 10.0.0.57 - - [2025-09-04 03:21:13] "POST /neutron/port HTTP/1.1" 200 1083 0.017281 10.0.0.57 - - [2025-09-04 03:21:13] "POST /neutron/port HTTP/1.1" 200 151 0.231392 10.0.0.131 - - [2025-09-04 03:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006161 10.0.0.131 - - [2025-09-04 03:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003484 10.0.0.131 - - [2025-09-04 03:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002039 10.0.0.131 - - [2025-09-04 03:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001727 10.0.0.57 - - [2025-09-04 03:21:13] "POST /neutron/network HTTP/1.1" 200 151 0.185023 10.0.0.131 - - [2025-09-04 03:21:13] "DELETE /route-target/fd692f8c-bdb8-4b33-9572-a37df4de843e HTTP/1.1" 200 115 0.030076 10.0.0.57 - - [2025-09-04 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.57 - - [2025-09-04 03:21:13] "DELETE /network-ipam/11417e2a-bb19-4aab-bf53-9670700dbaa6 HTTP/1.1" 200 115 0.034953 10.0.0.57 - - [2025-09-04 03:21:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002973 10.0.0.131 - - [2025-09-04 03:21:15] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.57 - - [2025-09-04 03:21:15] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041295 10.0.0.131 - - [2025-09-04 03:21:15] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000914 10.0.0.57 - - [2025-09-04 03:21:15] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?fields=virtual_networks HTTP/1.1" 200 1035 0.040812 10.0.0.131 - - [2025-09-04 03:21:15] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.57 - - [2025-09-04 03:21:15] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.036250 10.0.0.131 - - [2025-09-04 03:21:15] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.57 - - [2025-09-04 03:21:15] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?fields=security_groups HTTP/1.1" 200 1262 0.037041 10.0.0.57 - - [2025-09-04 03:21:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.024293 10.0.0.131 - - [2025-09-04 03:21:16] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002779 10.0.0.131 - - [2025-09-04 03:21:16] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.131 - - [2025-09-04 03:21:16] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007396 10.0.0.131 - - [2025-09-04 03:21:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.008088 10.0.0.131 - - [2025-09-04 03:21:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.006215 10.0.0.131 - - [2025-09-04 03:21:16] "POST /security-groups HTTP/1.1" 200 599 0.073493 10.0.0.131 - - [2025-09-04 03:21:16] "POST /projects HTTP/1.1" 200 601 0.284338 10.0.0.131 - - [2025-09-04 03:21:16] "POST /fqname-to-id HTTP/1.1" 404 241 0.009743 10.0.0.131 - - [2025-09-04 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.360097 10.0.0.57 - - [2025-09-04 03:21:16] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.486404 10.0.0.57 - - [2025-09-04 03:21:17] "GET / HTTP/1.1" 200 36215 0.002044 10.0.0.57 - - [2025-09-04 03:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.006282 10.0.0.131 - - [2025-09-04 03:21:19] "DELETE /project/fdd5a1a3d30e4260869e4359849e9a07 HTTP/1.1" 404 173 0.006406 10.0.0.131 - - [2025-09-04 03:21:19] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000861 10.0.0.131 - - [2025-09-04 03:21:19] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.039019 10.0.0.131 - - [2025-09-04 03:21:19] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.131 - - [2025-09-04 03:21:19] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?fields=security_groups HTTP/1.1" 200 1364 0.045915 10.0.0.131 - - [2025-09-04 03:21:20] "DELETE /security-group/18bcdfe4-cc5c-4e01-a7fe-34710a67ca34 HTTP/1.1" 200 115 0.064279 10.0.0.131 - - [2025-09-04 03:21:20] "GET /projects?obj_uuids=f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.57 - - [2025-09-04 03:21:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000373 10.0.0.131 - - [2025-09-04 03:21:20] "GET /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21?fields=application_policy_sets HTTP/1.1" 200 1403 0.048810 10.0.0.131 - - [2025-09-04 03:21:20] "DELETE /access-control-list/4194227c-7576-43db-9e2a-69b674f88f7a HTTP/1.1" 200 115 0.057408 10.0.0.131 - - [2025-09-04 03:21:20] "DELETE /project/f97dc9cd-1c10-46fd-b3bd-d1fd0f10ba21 HTTP/1.1" 200 115 0.455968 10.0.0.57 - - [2025-09-04 03:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.024833 10.0.0.131 - - [2025-09-04 03:21:20] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.57 - - [2025-09-04 03:21:20] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.035733 10.0.0.131 - - [2025-09-04 03:21:20] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.57 - - [2025-09-04 03:21:20] "POST /neutron/network HTTP/1.1" 200 613 0.124794 10.0.0.38 - - [2025-09-04 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.027373 10.0.0.57 - - [2025-09-04 03:21:21] "POST /neutron/network HTTP/1.1" 200 1004 0.013008 10.0.0.57 - - [2025-09-04 03:21:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001175 10.0.0.57 - - [2025-09-04 03:21:21] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005369 10.0.0.57 - - [2025-09-04 03:21:21] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006355 10.0.0.57 - - [2025-09-04 03:21:21] "POST /neutron/subnet HTTP/1.1" 200 818 0.009777 10.0.0.57 - - [2025-09-04 03:21:21] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006148 10.0.0.57 - - [2025-09-04 03:21:22] "GET /obj-perms HTTP/1.1" 200 5046 0.049006 10.0.0.57 - - [2025-09-04 03:21:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001308 10.0.0.131 - - [2025-09-04 03:21:23] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.57 - - [2025-09-04 03:21:24] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068299 10.0.0.57 - - [2025-09-04 03:21:24] "POST /neutron/network HTTP/1.1" 200 1004 0.008864 10.0.0.57 - - [2025-09-04 03:21:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001452 10.0.0.57 - - [2025-09-04 03:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.007340 10.0.0.131 - - [2025-09-04 03:21:24] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.57 - - [2025-09-04 03:21:24] "POST /neutron/port HTTP/1.1" 200 1173 0.364994 10.0.0.131 - - [2025-09-04 03:21:25] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001403 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/port HTTP/1.1" 200 1227 0.145936 10.0.0.57 - - [2025-09-04 03:21:25] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.133937 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/network HTTP/1.1" 200 1004 0.009699 10.0.0.57 - - [2025-09-04 03:21:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001292 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/port HTTP/1.1" 200 1201 0.019980 10.0.0.57 - - [2025-09-04 03:21:25] "POST /neutron/network HTTP/1.1" 200 1014 0.014676 10.0.0.131 - - [2025-09-04 03:21:25] "GET /global-system-configs HTTP/1.1" 200 323 0.010062 10.0.0.131 - - [2025-09-04 03:21:25] "GET /obj-perms HTTP/1.1" 200 5056 0.098320 10.0.0.38 - - [2025-09-04 03:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.165509 10.0.0.57 - - [2025-09-04 03:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.072963 10.0.0.38 - - [2025-09-04 03:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.218261 10.0.0.57 - - [2025-09-04 03:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.309946 10.0.0.131 - - [2025-09-04 03:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.148487 10.0.0.38 - - [2025-09-04 03:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.003510 10.0.0.131 - - [2025-09-04 03:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.211759 10.0.0.57 - - [2025-09-04 03:21:26] "POST /neutron/port HTTP/1.1" 200 1173 0.144862 10.0.0.131 - - [2025-09-04 03:21:26] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.38 - - [2025-09-04 03:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.269359 10.0.0.57 - - [2025-09-04 03:21:26] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.186368 10.0.0.57 - - [2025-09-04 03:21:27] "POST /neutron/port HTTP/1.1" 200 2284 0.025678 10.0.0.57 - - [2025-09-04 03:21:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005682 10.0.0.57 - - [2025-09-04 03:21:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001899 10.0.0.57 - - [2025-09-04 03:21:27] "POST /neutron/subnet HTTP/1.1" 200 1374 0.019807 10.0.0.57 - - [2025-09-04 03:21:27] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.57 - - [2025-09-04 03:21:27] "POST /neutron/network HTTP/1.1" 200 1014 0.008924 10.0.0.57 - - [2025-09-04 03:21:27] "GET /global-system-configs HTTP/1.1" 200 323 0.119269 10.0.0.57 - - [2025-09-04 03:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.182443 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/port HTTP/1.1" 200 1173 0.019527 10.0.0.131 - - [2025-09-04 03:21:28] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.57 - - [2025-09-04 03:21:28] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.072751 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/port HTTP/1.1" 200 1201 0.026982 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/port HTTP/1.1" 200 3367 0.033808 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007393 10.0.0.57 - - [2025-09-04 03:21:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009644 10.0.0.57 - - [2025-09-04 03:21:29] "POST /neutron/port HTTP/1.1" 200 1173 0.024456 10.0.0.57 - - [2025-09-04 03:21:29] "POST /neutron/port HTTP/1.1" 200 1201 0.017533 10.0.0.57 - - [2025-09-04 03:21:29] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014410 10.0.0.57 - - [2025-09-04 03:21:29] "POST /neutron/network HTTP/1.1" 200 1004 0.009705 10.0.0.57 - - [2025-09-04 03:21:33] "POST /neutron/port HTTP/1.1" 200 1201 0.019418 10.0.0.57 - - [2025-09-04 03:21:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007509 10.0.0.57 - - [2025-09-04 03:21:34] "GET /virtual-machine/24cb89da-3b41-48b6-bd6d-fcb5a8afdb81 HTTP/1.1" 401 292 0.000479 10.0.0.57 - - [2025-09-04 03:21:34] "GET /virtual-machine/24cb89da-3b41-48b6-bd6d-fcb5a8afdb81 HTTP/1.1" 200 1302 0.025776 10.0.0.57 - - [2025-09-04 03:21:34] "GET /virtual-machine-interface/291313d8-6da9-4799-9483-30239775ffb4 HTTP/1.1" 200 3183 0.005471 10.0.0.57 - - [2025-09-04 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.57 - - [2025-09-04 03:21:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003293 10.0.0.57 - - [2025-09-04 03:21:34] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003232 10.0.0.57 - - [2025-09-04 03:21:34] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006054 10.0.0.57 - - [2025-09-04 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.57 - - [2025-09-04 03:21:37] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007527 10.0.0.57 - - [2025-09-04 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.57 - - [2025-09-04 03:21:41] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005870 10.0.0.57 - - [2025-09-04 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.57 - - [2025-09-04 03:21:45] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004939 10.0.0.57 - - [2025-09-04 03:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.57 - - [2025-09-04 03:21:49] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006988 10.0.0.57 - - [2025-09-04 03:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006938 10.0.0.57 - - [2025-09-04 03:21:53] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006400 10.0.0.57 - - [2025-09-04 03:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.57 - - [2025-09-04 03:21:58] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007629 10.0.0.57 - - [2025-09-04 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.57 - - [2025-09-04 03:22:02] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006774 10.0.0.57 - - [2025-09-04 03:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.57 - - [2025-09-04 03:22:06] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005448 10.0.0.57 - - [2025-09-04 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.57 - - [2025-09-04 03:22:10] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005373 10.0.0.57 - - [2025-09-04 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.57 - - [2025-09-04 03:22:14] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005840 10.0.0.57 - - [2025-09-04 03:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.57 - - [2025-09-04 03:22:18] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008198 10.0.0.38 - - [2025-09-04 03:22:19] "GET /obj-perms HTTP/1.1" 200 5056 0.044008 10.0.0.57 - - [2025-09-04 03:22:19] "POST /neutron/network HTTP/1.1" 200 1014 0.009100 10.0.0.57 - - [2025-09-04 03:22:19] "POST /neutron/subnet HTTP/1.1" 200 1374 0.011723 10.0.0.57 - - [2025-09-04 03:22:19] "POST /neutron/network HTTP/1.1" 200 1004 0.009110 10.0.0.131 - - [2025-09-04 03:22:19] "GET /obj-perms HTTP/1.1" 200 5056 0.047953 10.0.0.57 - - [2025-09-04 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.57 - - [2025-09-04 03:22:22] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005734 10.0.0.57 - - [2025-09-04 03:22:26] "POST /neutron/network HTTP/1.1" 200 1014 0.028638 10.0.0.57 - - [2025-09-04 03:22:26] "POST /neutron/subnet HTTP/1.1" 200 1374 0.012468 10.0.0.57 - - [2025-09-04 03:22:26] "POST /neutron/network HTTP/1.1" 200 1004 0.010036 10.0.0.57 - - [2025-09-04 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.57 - - [2025-09-04 03:22:26] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007560 10.0.0.57 - - [2025-09-04 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.57 - - [2025-09-04 03:22:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003970 10.0.0.57 - - [2025-09-04 03:22:28] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003620 10.0.0.57 - - [2025-09-04 03:22:28] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008848 10.0.0.57 - - [2025-09-04 03:22:34] "POST /neutron/port HTTP/1.1" 200 1201 0.014501 10.0.0.57 - - [2025-09-04 03:22:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009134 10.0.0.57 - - [2025-09-04 03:22:39] "POST /neutron/port HTTP/1.1" 200 1201 0.015721 10.0.0.57 - - [2025-09-04 03:22:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007321 10.0.0.57 - - [2025-09-04 03:22:44] "POST /neutron/port HTTP/1.1" 200 1201 0.018834 10.0.0.57 - - [2025-09-04 03:22:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008501 10.0.0.57 - - [2025-09-04 03:22:55] "POST /neutron/port HTTP/1.1" 200 1201 0.017214 10.0.0.57 - - [2025-09-04 03:22:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009164 10.0.0.57 - - [2025-09-04 03:22:55] "GET /virtual-machine/998e5323-356c-4efc-950f-aac84673b7ba HTTP/1.1" 200 1303 0.006690 10.0.0.57 - - [2025-09-04 03:22:55] "GET /virtual-machine-interface/2e507958-eb83-449b-8eeb-7371585c2c51 HTTP/1.1" 200 3183 0.005825 10.0.0.57 - - [2025-09-04 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.57 - - [2025-09-04 03:22:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004576 10.0.0.57 - - [2025-09-04 03:22:55] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003387 10.0.0.57 - - [2025-09-04 03:22:55] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009402 10.0.0.57 - - [2025-09-04 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.57 - - [2025-09-04 03:22:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004318 10.0.0.57 - - [2025-09-04 03:22:56] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003458 10.0.0.57 - - [2025-09-04 03:22:56] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006252 10.0.0.57 - - [2025-09-04 03:22:56] "POST /neutron/port HTTP/1.1" 200 1201 0.014623 10.0.0.57 - - [2025-09-04 03:22:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007178 10.0.0.57 - - [2025-09-04 03:22:56] "GET /virtual-machine/9ae18cde-82b3-4e42-a6b6-12140f995bdb HTTP/1.1" 200 1303 0.007167 10.0.0.57 - - [2025-09-04 03:22:56] "GET /virtual-machine-interface/5a474d0e-2902-46bf-ac69-781ca797e076 HTTP/1.1" 200 3183 0.005636 10.0.0.57 - - [2025-09-04 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.57 - - [2025-09-04 03:22:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004062 10.0.0.57 - - [2025-09-04 03:22:57] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003209 10.0.0.57 - - [2025-09-04 03:22:57] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005744 10.0.0.57 - - [2025-09-04 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.57 - - [2025-09-04 03:22:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004206 10.0.0.57 - - [2025-09-04 03:22:58] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002916 10.0.0.57 - - [2025-09-04 03:22:58] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005398 10.0.0.131 - - [2025-09-04 03:23:18] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.57 - - [2025-09-04 03:23:18] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050424 10.0.0.57 - - [2025-09-04 03:23:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.003393 10.0.0.57 - - [2025-09-04 03:23:18] "POST /interface-route-tables HTTP/1.1" 200 577 0.026737 10.0.0.57 - - [2025-09-04 03:23:18] "GET /interface-route-table/56ede790-28de-4c45-b55f-24aba4271926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006233 10.0.0.57 - - [2025-09-04 03:23:19] "GET /virtual-machine-interface/291313d8-6da9-4799-9483-30239775ffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005973 10.0.0.57 - - [2025-09-04 03:23:19] "POST /ref-update HTTP/1.1" 200 156 0.015021 10.0.0.57 - - [2025-09-04 03:23:20] "POST /neutron/network HTTP/1.1" 200 1014 0.012229 10.0.0.57 - - [2025-09-04 03:23:20] "POST /neutron/subnet HTTP/1.1" 200 1374 0.011909 10.0.0.57 - - [2025-09-04 03:23:20] "POST /neutron/network HTTP/1.1" 200 1004 0.008205 10.0.0.57 - - [2025-09-04 03:23:26] "POST /neutron/network HTTP/1.1" 200 1014 0.012002 10.0.0.57 - - [2025-09-04 03:23:26] "POST /neutron/subnet HTTP/1.1" 200 1374 0.015100 10.0.0.57 - - [2025-09-04 03:23:26] "POST /neutron/network HTTP/1.1" 200 1004 0.013084 10.0.0.131 - - [2025-09-04 03:24:05] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.57 - - [2025-09-04 03:24:05] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052517 10.0.0.57 - - [2025-09-04 03:24:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.003195 10.0.0.57 - - [2025-09-04 03:24:05] "POST /interface-route-tables HTTP/1.1" 200 577 0.037992 10.0.0.57 - - [2025-09-04 03:24:05] "GET /interface-route-table/3c30b9eb-4722-47a6-9e22-da1cf9d22a61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007391 10.0.0.57 - - [2025-09-04 03:24:05] "GET /virtual-machine-interface/2e507958-eb83-449b-8eeb-7371585c2c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006074 10.0.0.57 - - [2025-09-04 03:24:05] "POST /ref-update HTTP/1.1" 200 156 0.016083 10.0.0.57 - - [2025-09-04 03:24:07] "GET /virtual-machine-interface/5a474d0e-2902-46bf-ac69-781ca797e076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005823 10.0.0.57 - - [2025-09-04 03:24:07] "PUT /virtual-machine-interface/5a474d0e-2902-46bf-ac69-781ca797e076 HTTP/1.1" 200 285 0.014458 10.0.0.57 - - [2025-09-04 03:24:07] "GET /virtual-machine-interface/291313d8-6da9-4799-9483-30239775ffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.007972 10.0.0.57 - - [2025-09-04 03:24:07] "PUT /virtual-machine-interface/291313d8-6da9-4799-9483-30239775ffb4 HTTP/1.1" 200 285 0.013476 10.0.0.57 - - [2025-09-04 03:24:07] "GET /virtual-machine-interface/2e507958-eb83-449b-8eeb-7371585c2c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.007546 10.0.0.57 - - [2025-09-04 03:24:07] "PUT /virtual-machine-interface/2e507958-eb83-449b-8eeb-7371585c2c51 HTTP/1.1" 200 285 0.012723 10.0.0.57 - - [2025-09-04 03:24:22] "POST /neutron/network HTTP/1.1" 200 1014 0.009923 10.0.0.57 - - [2025-09-04 03:24:22] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013386 10.0.0.57 - - [2025-09-04 03:24:22] "POST /neutron/network HTTP/1.1" 200 1004 0.008779 10.0.0.57 - - [2025-09-04 03:24:28] "POST /neutron/network HTTP/1.1" 200 1014 0.009384 10.0.0.57 - - [2025-09-04 03:24:28] "POST /neutron/subnet HTTP/1.1" 200 1374 0.011796 10.0.0.57 - - [2025-09-04 03:24:28] "POST /neutron/network HTTP/1.1" 200 1004 0.009253 10.0.0.57 - - [2025-09-04 03:25:07] "POST /neutron/port HTTP/1.1" 200 1201 0.015818 10.0.0.57 - - [2025-09-04 03:25:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008007 10.0.0.57 - - [2025-09-04 03:25:07] "GET /virtual-machine/03453386-4f43-4833-8244-2312a960c704 HTTP/1.1" 200 1300 0.008700 10.0.0.57 - - [2025-09-04 03:25:07] "GET /virtual-machine-interface/5953b8a6-8914-48f2-93e3-28c80e0d5af5 HTTP/1.1" 200 3183 0.006816 10.0.0.57 - - [2025-09-04 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.57 - - [2025-09-04 03:25:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004134 10.0.0.57 - - [2025-09-04 03:25:07] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002919 10.0.0.57 - - [2025-09-04 03:25:08] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005805 10.0.0.57 - - [2025-09-04 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.57 - - [2025-09-04 03:25:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004437 10.0.0.57 - - [2025-09-04 03:25:09] "GET /virtual-networks?parent_id=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002819 10.0.0.57 - - [2025-09-04 03:25:09] "GET /virtual-network/046304bf-09b0-4d89-acfd-3b374e859972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006546 10.0.0.57 - - [2025-09-04 03:25:09] "GET /virtual-machine-interface/5953b8a6-8914-48f2-93e3-28c80e0d5af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006415 10.0.0.57 - - [2025-09-04 03:25:09] "PUT /virtual-machine-interface/5953b8a6-8914-48f2-93e3-28c80e0d5af5 HTTP/1.1" 200 285 0.012770 10.0.0.57 - - [2025-09-04 03:25:22] "POST /neutron/network HTTP/1.1" 200 1014 0.010282 10.0.0.57 - - [2025-09-04 03:25:22] "POST /neutron/subnet HTTP/1.1" 200 1374 0.017736 10.0.0.57 - - [2025-09-04 03:25:22] "POST /neutron/network HTTP/1.1" 200 1004 0.012226 10.0.0.57 - - [2025-09-04 03:25:30] "POST /neutron/network HTTP/1.1" 200 1014 0.009191 10.0.0.57 - - [2025-09-04 03:25:30] "POST /neutron/subnet HTTP/1.1" 200 1374 0.013784 10.0.0.57 - - [2025-09-04 03:25:30] "POST /neutron/network HTTP/1.1" 200 1004 0.008750 10.0.0.131 - - [2025-09-04 03:25:51] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025949 10.0.0.57 - - [2025-09-04 03:25:51] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070238 10.0.0.57 - - [2025-09-04 03:25:51] "POST /fqname-to-id HTTP/1.1" 404 226 0.003079 10.0.0.57 - - [2025-09-04 03:25:51] "POST /interface-route-tables HTTP/1.1" 200 577 0.028864 10.0.0.57 - - [2025-09-04 03:25:51] "GET /interface-route-table/2ded9c6f-6a9e-4500-8421-1626f754689f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005576 10.0.0.57 - - [2025-09-04 03:25:51] "GET /virtual-machine-interface/5953b8a6-8914-48f2-93e3-28c80e0d5af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.006340 10.0.0.57 - - [2025-09-04 03:25:51] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.57 - - [2025-09-04 03:25:52] "GET /virtual-machine-interface/291313d8-6da9-4799-9483-30239775ffb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007335 10.0.0.57 - - [2025-09-04 03:25:52] "POST /ref-update HTTP/1.1" 200 156 0.016782 10.0.0.57 - - [2025-09-04 03:25:53] "DELETE /interface-route-table/56ede790-28de-4c45-b55f-24aba4271926 HTTP/1.1" 200 115 0.027576 10.0.0.57 - - [2025-09-04 03:25:53] "POST /neutron/port HTTP/1.1" 200 151 0.296016 10.0.0.57 - - [2025-09-04 03:26:15] "GET /virtual-machine-interface/5953b8a6-8914-48f2-93e3-28c80e0d5af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.009155 10.0.0.57 - - [2025-09-04 03:26:15] "POST /ref-update HTTP/1.1" 200 156 0.014187 10.0.0.57 - - [2025-09-04 03:26:15] "DELETE /interface-route-table/2ded9c6f-6a9e-4500-8421-1626f754689f HTTP/1.1" 200 115 0.032097 10.0.0.57 - - [2025-09-04 03:26:15] "GET /virtual-machine-interface/2e507958-eb83-449b-8eeb-7371585c2c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007254 10.0.0.57 - - [2025-09-04 03:26:15] "POST /ref-update HTTP/1.1" 200 156 0.014487 10.0.0.57 - - [2025-09-04 03:26:15] "DELETE /interface-route-table/3c30b9eb-4722-47a6-9e22-da1cf9d22a61 HTTP/1.1" 200 115 0.030914 10.0.0.57 - - [2025-09-04 03:26:15] "POST /neutron/port HTTP/1.1" 200 1201 0.015922 10.0.0.57 - - [2025-09-04 03:26:15] "POST /neutron/port HTTP/1.1" 200 1201 0.018070 10.0.0.57 - - [2025-09-04 03:26:16] "POST /neutron/port HTTP/1.1" 200 1201 0.019416 10.0.0.57 - - [2025-09-04 03:26:17] "POST /neutron/network HTTP/1.1" 200 1004 0.010357 10.0.0.131 - - [2025-09-04 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.036849 10.0.0.131 - - [2025-09-04 03:26:19] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.57 - - [2025-09-04 03:26:19] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079616 10.0.0.131 - - [2025-09-04 03:26:19] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.57 - - [2025-09-04 03:26:19] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?fields=virtual_networks HTTP/1.1" 200 1050 0.043253 10.0.0.131 - - [2025-09-04 03:26:19] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.57 - - [2025-09-04 03:26:19] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.046467 10.0.0.131 - - [2025-09-04 03:26:19] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.57 - - [2025-09-04 03:26:19] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?fields=security_groups HTTP/1.1" 200 1285 0.037182 10.0.0.57 - - [2025-09-04 03:26:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.024698 10.0.0.131 - - [2025-09-04 03:26:20] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003477 10.0.0.131 - - [2025-09-04 03:26:20] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.131 - - [2025-09-04 03:26:20] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041325 10.0.0.131 - - [2025-09-04 03:26:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.004685 10.0.0.131 - - [2025-09-04 03:26:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.006655 10.0.0.131 - - [2025-09-04 03:26:20] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.131 - - [2025-09-04 03:26:20] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.056499 10.0.0.131 - - [2025-09-04 03:26:20] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001405 10.0.0.131 - - [2025-09-04 03:26:20] "POST /security-groups HTTP/1.1" 200 586 0.068409 10.0.0.131 - - [2025-09-04 03:26:20] "POST /projects HTTP/1.1" 200 575 0.282079 10.0.0.131 - - [2025-09-04 03:26:20] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?fields=security_groups HTTP/1.1" 200 1387 0.073443 10.0.0.131 - - [2025-09-04 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.365446 10.0.0.131 - - [2025-09-04 03:26:20] "POST /access-control-lists HTTP/1.1" 200 593 0.067747 10.0.0.131 - - [2025-09-04 03:26:21] "DELETE /security-group/93be0cfd-760f-4deb-bdbe-120b672dcd7e HTTP/1.1" 200 115 0.110641 10.0.0.57 - - [2025-09-04 03:26:21] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.607102 10.0.0.131 - - [2025-09-04 03:26:21] "GET /projects?obj_uuids=fdd5a1a3-d30e-4260-869e-4359849e9a07&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003572 10.0.0.131 - - [2025-09-04 03:26:21] "DELETE /access-control-list/2e10537c-44a7-435d-9b2b-4e49969d8f47 HTTP/1.1" 200 115 0.049387 10.0.0.131 - - [2025-09-04 03:26:21] "GET /project/fdd5a1a3-d30e-4260-869e-4359849e9a07?fields=application_policy_sets HTTP/1.1" 200 1426 0.080053 10.0.0.131 - - [2025-09-04 03:26:21] "DELETE /project/fdd5a1a3-d30e-4260-869e-4359849e9a07 HTTP/1.1" 200 115 0.589804 10.0.0.57 - - [2025-09-04 03:26:22] "GET / HTTP/1.1" 200 36215 0.002092 10.0.0.57 - - [2025-09-04 03:26:22] "GET /obj-perms HTTP/1.1" 200 5056 0.047683 10.0.0.38 - - [2025-09-04 03:26:23] "GET /obj-perms HTTP/1.1" 200 5056 0.204825 10.0.0.131 - - [2025-09-04 03:26:25] "GET /global-system-configs HTTP/1.1" 200 323 0.070199 10.0.0.131 - - [2025-09-04 03:26:25] "GET /obj-perms HTTP/1.1" 200 5056 0.079420 10.0.0.131 - - [2025-09-04 03:26:26] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001556 10.0.0.57 - - [2025-09-04 03:26:26] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046535 10.0.0.131 - - [2025-09-04 03:26:26] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.57 - - [2025-09-04 03:26:26] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?fields=virtual_networks HTTP/1.1" 200 1025 0.050038 10.0.0.131 - - [2025-09-04 03:26:26] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000964 10.0.0.57 - - [2025-09-04 03:26:26] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.062958 10.0.0.57 - - [2025-09-04 03:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.032879 10.0.0.131 - - [2025-09-04 03:26:26] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.57 - - [2025-09-04 03:26:26] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?fields=security_groups HTTP/1.1" 200 1247 0.051368 10.0.0.38 - - [2025-09-04 03:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.147660 10.0.0.57 - - [2025-09-04 03:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.515785 10.0.0.38 - - [2025-09-04 03:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.533500 10.0.0.131 - - [2025-09-04 03:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.275615 10.0.0.38 - - [2025-09-04 03:26:27] "GET /global-system-configs HTTP/1.1" 200 323 0.205070 10.0.0.131 - - [2025-09-04 03:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.470938 10.0.0.57 - - [2025-09-04 03:26:27] "GET /global-system-configs HTTP/1.1" 200 323 0.080383 10.0.0.57 - - [2025-09-04 03:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.156649 10.0.0.38 - - [2025-09-04 03:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.183704 10.0.0.57 - - [2025-09-04 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.025222 10.0.0.131 - - [2025-09-04 03:26:27] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003687 10.0.0.131 - - [2025-09-04 03:26:27] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.131 - - [2025-09-04 03:26:27] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006525 10.0.0.131 - - [2025-09-04 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 195 0.002181 10.0.0.131 - - [2025-09-04 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.004612 10.0.0.131 - - [2025-09-04 03:26:28] "POST /security-groups HTTP/1.1" 200 596 0.028450 10.0.0.131 - - [2025-09-04 03:26:28] "POST /projects HTTP/1.1" 200 595 0.228787 10.0.0.131 - - [2025-09-04 03:26:28] "POST /access-control-lists HTTP/1.1" 200 603 0.028159 10.0.0.131 - - [2025-09-04 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.303369 10.0.0.57 - - [2025-09-04 03:26:28] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.433735 10.0.0.57 - - [2025-09-04 03:26:29] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.131 - - [2025-09-04 03:26:32] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000954 10.0.0.57 - - [2025-09-04 03:26:32] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039703 10.0.0.131 - - [2025-09-04 03:26:32] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.57 - - [2025-09-04 03:26:32] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?fields=virtual_networks HTTP/1.1" 200 1045 0.035105 10.0.0.131 - - [2025-09-04 03:26:32] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000973 10.0.0.57 - - [2025-09-04 03:26:32] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.034452 10.0.0.131 - - [2025-09-04 03:26:32] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000907 10.0.0.57 - - [2025-09-04 03:26:32] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?fields=security_groups HTTP/1.1" 200 1277 0.043906 10.0.0.57 - - [2025-09-04 03:26:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.022671 10.0.0.131 - - [2025-09-04 03:26:33] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003250 10.0.0.131 - - [2025-09-04 03:26:33] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.131 - - [2025-09-04 03:26:33] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007939 10.0.0.131 - - [2025-09-04 03:26:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.006552 10.0.0.131 - - [2025-09-04 03:26:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.007113 10.0.0.131 - - [2025-09-04 03:26:33] "POST /security-groups HTTP/1.1" 200 602 0.069133 10.0.0.131 - - [2025-09-04 03:26:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004264 10.0.0.131 - - [2025-09-04 03:26:33] "POST /projects HTTP/1.1" 200 607 0.289282 10.0.0.131 - - [2025-09-04 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.360393 10.0.0.131 - - [2025-09-04 03:26:33] "POST /access-control-lists HTTP/1.1" 200 607 0.031640 10.0.0.57 - - [2025-09-04 03:26:33] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.503099 10.0.0.57 - - [2025-09-04 03:26:34] "GET / HTTP/1.1" 200 36215 0.001570 10.0.0.131 - - [2025-09-04 03:26:37] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000932 10.0.0.57 - - [2025-09-04 03:26:37] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.036057 10.0.0.131 - - [2025-09-04 03:26:38] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001117 10.0.0.57 - - [2025-09-04 03:26:38] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?fields=virtual_networks HTTP/1.1" 200 1054 0.045838 10.0.0.131 - - [2025-09-04 03:26:38] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.57 - - [2025-09-04 03:26:38] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.041235 10.0.0.131 - - [2025-09-04 03:26:38] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000964 10.0.0.57 - - [2025-09-04 03:26:38] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?fields=security_groups HTTP/1.1" 200 1292 0.037470 10.0.0.57 - - [2025-09-04 03:26:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.029693 10.0.0.131 - - [2025-09-04 03:26:39] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002915 10.0.0.131 - - [2025-09-04 03:26:39] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.131 - - [2025-09-04 03:26:39] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009474 10.0.0.131 - - [2025-09-04 03:26:39] "POST /id-to-fqname HTTP/1.1" 200 187 0.007446 10.0.0.131 - - [2025-09-04 03:26:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.006632 10.0.0.131 - - [2025-09-04 03:26:39] "POST /security-groups HTTP/1.1" 200 588 0.030830 10.0.0.131 - - [2025-09-04 03:26:39] "POST /projects HTTP/1.1" 200 579 0.238120 10.0.0.131 - - [2025-09-04 03:26:39] "POST /fqname-to-id HTTP/1.1" 404 230 0.012139 10.0.0.131 - - [2025-09-04 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.315877 10.0.0.57 - - [2025-09-04 03:26:39] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.499050 10.0.0.57 - - [2025-09-04 03:26:40] "GET / HTTP/1.1" 200 36215 0.002037 10.0.0.131 - - [2025-09-04 03:26:43] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001047 10.0.0.57 - - [2025-09-04 03:26:43] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043255 10.0.0.131 - - [2025-09-04 03:26:43] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001281 10.0.0.57 - - [2025-09-04 03:26:43] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?fields=virtual_networks HTTP/1.1" 200 1028 0.050003 10.0.0.131 - - [2025-09-04 03:26:43] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001507 10.0.0.57 - - [2025-09-04 03:26:44] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.044186 10.0.0.131 - - [2025-09-04 03:26:44] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000954 10.0.0.57 - - [2025-09-04 03:26:44] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?fields=security_groups HTTP/1.1" 200 1252 0.044026 10.0.0.57 - - [2025-09-04 03:26:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.026662 10.0.0.131 - - [2025-09-04 03:26:45] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004472 10.0.0.131 - - [2025-09-04 03:26:45] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.131 - - [2025-09-04 03:26:45] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007047 10.0.0.131 - - [2025-09-04 03:26:45] "POST /id-to-fqname HTTP/1.1" 200 184 0.005027 10.0.0.131 - - [2025-09-04 03:26:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003834 10.0.0.131 - - [2025-09-04 03:26:45] "POST /security-groups HTTP/1.1" 200 585 0.030380 10.0.0.131 - - [2025-09-04 03:26:45] "POST /projects HTTP/1.1" 200 573 0.270207 10.0.0.131 - - [2025-09-04 03:26:45] "POST /access-control-lists HTTP/1.1" 200 592 0.024016 10.0.0.131 - - [2025-09-04 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.341659 10.0.0.57 - - [2025-09-04 03:26:45] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.477878 10.0.0.57 - - [2025-09-04 03:26:46] "GET / HTTP/1.1" 200 36215 0.001482 10.0.0.131 - - [2025-09-04 03:26:49] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001539 10.0.0.57 - - [2025-09-04 03:26:49] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.049544 10.0.0.131 - - [2025-09-04 03:26:49] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001253 10.0.0.57 - - [2025-09-04 03:26:49] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?fields=virtual_networks HTTP/1.1" 200 1022 0.055754 10.0.0.131 - - [2025-09-04 03:26:49] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001234 10.0.0.57 - - [2025-09-04 03:26:49] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.037559 10.0.0.131 - - [2025-09-04 03:26:49] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001018 10.0.0.57 - - [2025-09-04 03:26:49] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?fields=security_groups HTTP/1.1" 200 1243 0.037750 10.0.0.57 - - [2025-09-04 03:26:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.027679 10.0.0.131 - - [2025-09-04 03:26:50] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003108 10.0.0.131 - - [2025-09-04 03:26:50] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.131 - - [2025-09-04 03:26:50] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007778 10.0.0.131 - - [2025-09-04 03:26:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001341 10.0.0.131 - - [2025-09-04 03:26:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.008876 10.0.0.131 - - [2025-09-04 03:26:50] "POST /security-groups HTTP/1.1" 200 589 0.031178 10.0.0.131 - - [2025-09-04 03:26:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.006655 10.0.0.131 - - [2025-09-04 03:26:51] "POST /projects HTTP/1.1" 200 581 0.259549 10.0.0.131 - - [2025-09-04 03:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.335576 10.0.0.131 - - [2025-09-04 03:26:51] "POST /access-control-lists HTTP/1.1" 200 594 0.030164 10.0.0.57 - - [2025-09-04 03:26:51] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.480663 10.0.0.57 - - [2025-09-04 03:26:52] "GET / HTTP/1.1" 200 36215 0.001763 10.0.0.131 - - [2025-09-04 03:26:55] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.57 - - [2025-09-04 03:26:55] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054508 10.0.0.131 - - [2025-09-04 03:26:55] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.57 - - [2025-09-04 03:26:55] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?fields=virtual_networks HTTP/1.1" 200 1031 0.052964 10.0.0.131 - - [2025-09-04 03:26:55] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.57 - - [2025-09-04 03:26:55] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.045738 10.0.0.131 - - [2025-09-04 03:26:55] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.57 - - [2025-09-04 03:26:55] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?fields=security_groups HTTP/1.1" 200 1256 0.037855 10.0.0.57 - - [2025-09-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.031981 10.0.0.131 - - [2025-09-04 03:26:56] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003623 10.0.0.131 - - [2025-09-04 03:26:56] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.131 - - [2025-09-04 03:26:56] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008085 10.0.0.131 - - [2025-09-04 03:26:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.007196 10.0.0.131 - - [2025-09-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.007278 10.0.0.131 - - [2025-09-04 03:26:56] "POST /security-groups HTTP/1.1" 200 589 0.041388 10.0.0.131 - - [2025-09-04 03:26:56] "POST /projects HTTP/1.1" 200 581 0.268840 10.0.0.131 - - [2025-09-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.011023 10.0.0.131 - - [2025-09-04 03:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.350362 10.0.0.57 - - [2025-09-04 03:26:56] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.499502 10.0.0.57 - - [2025-09-04 03:26:57] "GET / HTTP/1.1" 200 36215 0.001949 10.0.0.57 - - [2025-09-04 03:26:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.57 - - [2025-09-04 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.058644 10.0.0.131 - - [2025-09-04 03:27:00] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.57 - - [2025-09-04 03:27:00] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045678 10.0.0.131 - - [2025-09-04 03:27:00] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.57 - - [2025-09-04 03:27:00] "POST /neutron/network HTTP/1.1" 200 603 0.169559 10.0.0.131 - - [2025-09-04 03:27:00] "POST /ref-update HTTP/1.1" 200 156 0.023401 10.0.0.57 - - [2025-09-04 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.003409 10.0.0.57 - - [2025-09-04 03:27:00] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007172 10.0.0.57 - - [2025-09-04 03:27:00] "POST /neutron/network HTTP/1.1" 200 823 0.006413 10.0.0.57 - - [2025-09-04 03:27:00] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005058 10.0.0.57 - - [2025-09-04 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.57 - - [2025-09-04 03:27:00] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005933 10.0.0.57 - - [2025-09-04 03:27:00] "PUT /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b HTTP/1.1" 200 265 0.069499 10.0.0.57 - - [2025-09-04 03:27:01] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006035 10.0.0.131 - - [2025-09-04 03:27:02] "GET /obj-perms HTTP/1.1" 200 5026 0.049571 10.0.0.57 - - [2025-09-04 03:27:02] "POST /neutron/network HTTP/1.1" 200 823 0.006459 10.0.0.57 - - [2025-09-04 03:27:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001608 10.0.0.131 - - [2025-09-04 03:27:03] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.57 - - [2025-09-04 03:27:03] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058254 10.0.0.57 - - [2025-09-04 03:27:03] "POST /neutron/network HTTP/1.1" 200 823 0.034724 10.0.0.57 - - [2025-09-04 03:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.006681 10.0.0.57 - - [2025-09-04 03:27:04] "POST /neutron/port HTTP/1.1" 200 1059 0.021497 10.0.0.57 - - [2025-09-04 03:27:05] "POST /neutron/port HTTP/1.1" 200 1087 0.017792 10.0.0.57 - - [2025-09-04 03:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.57 - - [2025-09-04 03:27:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008361 10.0.0.57 - - [2025-09-04 03:27:09] "POST /neutron/port HTTP/1.1" 200 1087 0.017555 10.0.0.57 - - [2025-09-04 03:27:09] "GET /virtual-machine/286122b2-e410-4cb6-ac25-5c40ebcc2df2 HTTP/1.1" 401 292 0.000416 10.0.0.57 - - [2025-09-04 03:27:09] "GET /virtual-machine/286122b2-e410-4cb6-ac25-5c40ebcc2df2 HTTP/1.1" 200 1292 0.026834 10.0.0.57 - - [2025-09-04 03:27:09] "GET /virtual-machine-interface/e5703a30-336d-40b5-a45f-7a844a27af1f HTTP/1.1" 200 2939 0.006671 10.0.0.57 - - [2025-09-04 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.57 - - [2025-09-04 03:27:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003474 10.0.0.57 - - [2025-09-04 03:27:09] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003413 10.0.0.57 - - [2025-09-04 03:27:09] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005779 10.0.0.57 - - [2025-09-04 03:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.57 - - [2025-09-04 03:27:12] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005855 10.0.0.57 - - [2025-09-04 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.57 - - [2025-09-04 03:27:17] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005903 10.0.0.57 - - [2025-09-04 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.57 - - [2025-09-04 03:27:21] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005497 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/baa4ef97989f4b9eb5f86af398d72bf0 HTTP/1.1" 404 173 0.024386 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/6cba18f209ee44659d6ade9ef78e3682 HTTP/1.1" 404 173 0.028071 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/013acd3aaf314554976a258ae05735c1 HTTP/1.1" 404 173 0.025796 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/28d626c17bf14e08a39c5db6e946a971 HTTP/1.1" 404 173 0.018490 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/e5cef3b8217b42d7b73219ead1e49f48 HTTP/1.1" 404 173 0.019949 10.0.0.131 - - [2025-09-04 03:27:21] "DELETE /project/16477338ec46404daaf60afb6fed439a HTTP/1.1" 404 173 0.014247 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001327 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001124 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000904 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002147 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000740 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.086086 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.096323 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.105726 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.126189 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001470 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002563 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001831 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.012651 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.229952 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.268828 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?fields=security_groups HTTP/1.1" 200 1345 0.190863 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?fields=security_groups HTTP/1.1" 200 1354 0.183200 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?fields=security_groups HTTP/1.1" 200 1394 0.214526 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?fields=security_groups HTTP/1.1" 200 1379 0.235818 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003588 10.0.0.131 - - [2025-09-04 03:27:21] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.131 - - [2025-09-04 03:27:21] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?fields=security_groups HTTP/1.1" 404 171 0.178059 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?fields=security_groups HTTP/1.1" 200 1358 0.316910 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /access-control-list/da019829-0f50-4b6a-aadc-0aa0fbdca57d HTTP/1.1" 200 115 0.266132 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=cc15587c-c3c2-4a03-be2f-442cb9f5f41f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007636 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /security-group/523fd482-d7f2-48ae-8c87-46c142452e0d HTTP/1.1" 200 115 0.237285 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /security-group/173ab885-18c3-46af-b4c2-fbe1cef689af HTTP/1.1" 200 115 0.362319 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=6cba18f2-09ee-4465-9d6a-de9ef78e3682&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005111 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=28d626c1-7bf1-4e08-a39c-5db6e946a971&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001141 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /security-group/54902807-7f12-4d35-941b-90a340213d50 HTTP/1.1" 200 115 0.258963 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /security-group/b5a47adf-ac32-4c70-b9c1-87f0152ccb94 HTTP/1.1" 200 115 0.286029 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=baa4ef97-989f-4b9e-b5f8-6af398d72bf0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001305 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=013acd3a-af31-4554-976a-258ae05735c1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000926 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682?fields=application_policy_sets HTTP/1.1" 200 1393 0.109696 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /access-control-list/6df7f58f-121a-4364-97df-9259efa4b72f HTTP/1.1" 200 115 0.106805 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /security-group/583078a2-1f8c-444f-b864-6c103686e73c HTTP/1.1" 200 115 0.201857 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0?fields=application_policy_sets HTTP/1.1" 200 1418 0.111035 10.0.0.131 - - [2025-09-04 03:27:22] "GET /projects?obj_uuids=e5cef3b8-217b-42d7-b732-19ead1e49f48&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002399 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/28d626c1-7bf1-4e08-a39c-5db6e946a971?fields=application_policy_sets HTTP/1.1" 200 1384 0.162145 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/013acd3a-af31-4554-976a-258ae05735c1?fields=application_policy_sets HTTP/1.1" 200 1433 0.175723 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/e5cef3b8-217b-42d7-b732-19ead1e49f48?fields=application_policy_sets HTTP/1.1" 200 1397 0.170230 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /access-control-list/d6f035b5-0cda-40df-a0be-cc286db5b127 HTTP/1.1" 200 115 0.111223 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/6cba18f2-09ee-4465-9d6a-de9ef78e3682 HTTP/1.1" 200 115 1.202805 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/baa4ef97-989f-4b9e-b5f8-6af398d72bf0 HTTP/1.1" 200 115 1.332133 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/28d626c1-7bf1-4e08-a39c-5db6e946a971 HTTP/1.1" 200 115 1.336678 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/013acd3a-af31-4554-976a-258ae05735c1 HTTP/1.1" 200 115 1.349571 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /access-control-list/22f618bf-0623-474a-9907-398001301b23 HTTP/1.1" 200 115 0.082592 10.0.0.131 - - [2025-09-04 03:27:22] "GET /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f?fields=application_policy_sets HTTP/1.1" 404 171 0.727414 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/e5cef3b8-217b-42d7-b732-19ead1e49f48 HTTP/1.1" 200 115 1.354370 10.0.0.131 - - [2025-09-04 03:27:22] "DELETE /project/cc15587c-c3c2-4a03-be2f-442cb9f5f41f HTTP/1.1" 404 171 1.385371 10.0.0.57 - - [2025-09-04 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.57 - - [2025-09-04 03:27:25] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009815 10.0.0.57 - - [2025-09-04 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.57 - - [2025-09-04 03:27:29] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005519 10.0.0.57 - - [2025-09-04 03:27:32] "POST /neutron/port HTTP/1.1" 200 1087 0.037860 10.0.0.57 - - [2025-09-04 03:27:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.010705 10.0.0.57 - - [2025-09-04 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.57 - - [2025-09-04 03:27:33] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005310 10.0.0.57 - - [2025-09-04 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.57 - - [2025-09-04 03:27:37] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005251 10.0.0.57 - - [2025-09-04 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.57 - - [2025-09-04 03:27:41] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006287 10.0.0.57 - - [2025-09-04 03:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.57 - - [2025-09-04 03:27:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003734 10.0.0.57 - - [2025-09-04 03:27:45] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003375 10.0.0.57 - - [2025-09-04 03:27:45] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007392 10.0.0.57 - - [2025-09-04 03:27:45] "POST /neutron/port HTTP/1.1" 200 1087 0.016126 10.0.0.57 - - [2025-09-04 03:27:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011587 10.0.0.57 - - [2025-09-04 03:27:56] "POST /neutron/port HTTP/1.1" 200 1087 0.016436 10.0.0.57 - - [2025-09-04 03:28:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007716 10.0.0.57 - - [2025-09-04 03:28:06] "POST /neutron/port HTTP/1.1" 200 1087 0.015537 10.0.0.57 - - [2025-09-04 03:28:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006958 10.0.0.57 - - [2025-09-04 03:28:06] "POST /neutron/network HTTP/1.1" 200 797 0.012275 10.0.0.57 - - [2025-09-04 03:28:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001405 10.0.0.57 - - [2025-09-04 03:28:06] "GET /virtual-machine/286122b2-e410-4cb6-ac25-5c40ebcc2df2 HTTP/1.1" 200 1292 0.005212 10.0.0.57 - - [2025-09-04 03:28:06] "GET /virtual-machine-interface/e5703a30-336d-40b5-a45f-7a844a27af1f HTTP/1.1" 200 2939 0.006401 10.0.0.57 - - [2025-09-04 03:28:06] "GET /instance-ip/8fc7c07d-6592-494b-895e-a43d3f657974 HTTP/1.1" 200 1620 0.006155 10.0.0.57 - - [2025-09-04 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.004189 10.0.0.57 - - [2025-09-04 03:28:07] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006013 10.0.0.131 - - [2025-09-04 03:28:07] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.57 - - [2025-09-04 03:28:07] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049323 10.0.0.57 - - [2025-09-04 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.57 - - [2025-09-04 03:28:07] "GET /security-group/03f51599-1a5a-4a71-96af-e2b1318144b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3749 0.004566 10.0.0.57 - - [2025-09-04 03:28:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.077605 10.0.0.57 - - [2025-09-04 03:28:07] "POST /instance-ips HTTP/1.1" 200 358 0.048872 10.0.0.57 - - [2025-09-04 03:28:07] "GET /instance-ip/f875cb09-aad5-40f2-ab30-b333e644425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.009128 10.0.0.57 - - [2025-09-04 03:28:07] "GET /virtual-machine-interface/1aa01cda-2e7f-4abd-986a-ab66cd7d15ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008608 10.0.0.57 - - [2025-09-04 03:28:07] "GET /virtual-machine-interface/1aa01cda-2e7f-4abd-986a-ab66cd7d15ca?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.008087 10.0.0.57 - - [2025-09-04 03:28:07] "GET /instance-ip/f875cb09-aad5-40f2-ab30-b333e644425d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1575 0.005241 10.0.0.57 - - [2025-09-04 03:28:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001724 10.0.0.57 - - [2025-09-04 03:28:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010223 10.0.0.57 - - [2025-09-04 03:28:07] "POST /neutron/network HTTP/1.1" 200 823 0.007970 10.0.0.57 - - [2025-09-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 1087 0.019801 10.0.0.57 - - [2025-09-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.007899 10.0.0.57 - - [2025-09-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 966 0.008858 10.0.0.57 - - [2025-09-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 1032 0.020499 10.0.0.57 - - [2025-09-04 03:28:08] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.57 - - [2025-09-04 03:28:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007598 10.0.0.57 - - [2025-09-04 03:28:13] "POST /neutron/port HTTP/1.1" 200 1032 0.013629 10.0.0.57 - - [2025-09-04 03:28:13] "GET /virtual-machine/3f77a364-8c47-4c59-8766-644e87190aa9 HTTP/1.1" 200 1269 0.005730 10.0.0.57 - - [2025-09-04 03:28:13] "GET /virtual-machine-interface/1aa01cda-2e7f-4abd-986a-ab66cd7d15ca HTTP/1.1" 200 2988 0.005059 10.0.0.57 - - [2025-09-04 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.57 - - [2025-09-04 03:28:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003475 10.0.0.57 - - [2025-09-04 03:28:13] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003297 10.0.0.57 - - [2025-09-04 03:28:13] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007215 10.0.0.57 - - [2025-09-04 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.57 - - [2025-09-04 03:28:16] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007235 10.0.0.57 - - [2025-09-04 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.57 - - [2025-09-04 03:28:20] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005161 10.0.0.57 - - [2025-09-04 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.57 - - [2025-09-04 03:28:24] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005124 10.0.0.57 - - [2025-09-04 03:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.57 - - [2025-09-04 03:28:28] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007129 10.0.0.57 - - [2025-09-04 03:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.57 - - [2025-09-04 03:28:33] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005384 10.0.0.57 - - [2025-09-04 03:28:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015462 10.0.0.57 - - [2025-09-04 03:28:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.008018 10.0.0.57 - - [2025-09-04 03:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.57 - - [2025-09-04 03:28:37] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005397 10.0.0.57 - - [2025-09-04 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.57 - - [2025-09-04 03:28:41] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005851 10.0.0.57 - - [2025-09-04 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.57 - - [2025-09-04 03:28:45] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005235 10.0.0.57 - - [2025-09-04 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.57 - - [2025-09-04 03:28:49] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005968 10.0.0.57 - - [2025-09-04 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.57 - - [2025-09-04 03:28:53] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009176 10.0.0.57 - - [2025-09-04 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.57 - - [2025-09-04 03:28:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005370 10.0.0.57 - - [2025-09-04 03:28:55] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004538 10.0.0.57 - - [2025-09-04 03:28:55] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009674 10.0.0.57 - - [2025-09-04 03:28:55] "POST /neutron/port HTTP/1.1" 200 1032 0.020013 10.0.0.57 - - [2025-09-04 03:29:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008329 10.0.0.57 - - [2025-09-04 03:29:06] "POST /neutron/port HTTP/1.1" 200 1032 0.016031 10.0.0.57 - - [2025-09-04 03:29:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008621 10.0.0.57 - - [2025-09-04 03:29:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001491 10.0.0.57 - - [2025-09-04 03:29:16] "POST /neutron/network HTTP/1.1" 200 833 0.007047 10.0.0.131 - - [2025-09-04 03:29:17] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.57 - - [2025-09-04 03:29:17] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.074304 10.0.0.57 - - [2025-09-04 03:29:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007406 10.0.0.57 - - [2025-09-04 03:29:18] "POST /neutron/network HTTP/1.1" 200 833 0.006617 10.0.0.57 - - [2025-09-04 03:29:18] "POST /neutron/port HTTP/1.1" 200 1059 0.035277 10.0.0.57 - - [2025-09-04 03:29:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004046 10.0.0.57 - - [2025-09-04 03:29:18] "POST /neutron/network HTTP/1.1" 200 823 0.006849 10.0.0.57 - - [2025-09-04 03:29:22] "POST /neutron/port HTTP/1.1" 200 1087 0.017422 10.0.0.57 - - [2025-09-04 03:29:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006925 10.0.0.57 - - [2025-09-04 03:29:23] "GET /virtual-machine/f06557f6-0470-4a28-a50c-bcf3f2dd032b HTTP/1.1" 200 1293 0.005627 10.0.0.57 - - [2025-09-04 03:29:23] "GET /virtual-machine-interface/201b3a34-9b0e-4b11-81de-692bd1392a19 HTTP/1.1" 200 2937 0.005529 10.0.0.57 - - [2025-09-04 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.57 - - [2025-09-04 03:29:23] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012689 10.0.0.57 - - [2025-09-04 03:29:23] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003249 10.0.0.57 - - [2025-09-04 03:29:23] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005795 10.0.0.57 - - [2025-09-04 03:29:24] "POST /neutron/network HTTP/1.1" 200 833 0.008385 10.0.0.57 - - [2025-09-04 03:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.57 - - [2025-09-04 03:29:25] "GET /obj-perms HTTP/1.1" 200 5056 0.050221 10.0.0.38 - - [2025-09-04 03:29:25] "GET /obj-perms HTTP/1.1" 200 5056 0.043923 10.0.0.57 - - [2025-09-04 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.57 - - [2025-09-04 03:29:26] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006582 10.0.0.57 - - [2025-09-04 03:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.57 - - [2025-09-04 03:29:30] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005999 10.0.0.57 - - [2025-09-04 03:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.57 - - [2025-09-04 03:29:34] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006516 10.0.0.57 - - [2025-09-04 03:29:36] "POST /neutron/port HTTP/1.1" 200 1032 0.015017 10.0.0.57 - - [2025-09-04 03:29:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.009162 10.0.0.57 - - [2025-09-04 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.57 - - [2025-09-04 03:29:38] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005175 10.0.0.57 - - [2025-09-04 03:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.57 - - [2025-09-04 03:29:42] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006264 10.0.0.57 - - [2025-09-04 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007703 10.0.0.57 - - [2025-09-04 03:29:46] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005978 10.0.0.57 - - [2025-09-04 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.57 - - [2025-09-04 03:29:50] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005449 10.0.0.57 - - [2025-09-04 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.57 - - [2025-09-04 03:29:54] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006744 10.0.0.57 - - [2025-09-04 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.57 - - [2025-09-04 03:29:59] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005826 10.0.0.57 - - [2025-09-04 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.57 - - [2025-09-04 03:30:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003736 10.0.0.57 - - [2025-09-04 03:30:01] "GET /virtual-networks?parent_id=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003509 10.0.0.57 - - [2025-09-04 03:30:01] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006076 10.0.0.57 - - [2025-09-04 03:30:01] "POST /neutron/port HTTP/1.1" 200 1087 0.016164 10.0.0.57 - - [2025-09-04 03:30:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008498 10.0.0.57 - - [2025-09-04 03:30:12] "POST /neutron/port HTTP/1.1" 200 1087 0.038256 10.0.0.57 - - [2025-09-04 03:30:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007652 10.0.0.57 - - [2025-09-04 03:30:22] "POST /neutron/port HTTP/1.1" 200 1087 0.024610 10.0.0.57 - - [2025-09-04 03:30:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008786 10.0.0.57 - - [2025-09-04 03:30:22] "POST /neutron/network HTTP/1.1" 200 797 0.016768 10.0.0.57 - - [2025-09-04 03:30:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001873 10.0.0.57 - - [2025-09-04 03:30:22] "GET /virtual-machine/f06557f6-0470-4a28-a50c-bcf3f2dd032b HTTP/1.1" 200 1293 0.004949 10.0.0.57 - - [2025-09-04 03:30:22] "GET /virtual-machine-interface/201b3a34-9b0e-4b11-81de-692bd1392a19 HTTP/1.1" 200 2937 0.006217 10.0.0.57 - - [2025-09-04 03:30:22] "GET /instance-ip/5868ab87-459b-41f4-9c8b-c7ebf4946f69 HTTP/1.1" 200 1620 0.006587 10.0.0.57 - - [2025-09-04 03:30:22] "GET /virtual-machine-interface/201b3a34-9b0e-4b11-81de-692bd1392a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2715 0.006288 10.0.0.57 - - [2025-09-04 03:30:22] "PUT /virtual-machine-interface/201b3a34-9b0e-4b11-81de-692bd1392a19 HTTP/1.1" 200 285 0.014381 10.0.0.131 - - [2025-09-04 03:30:25] "GET /obj-perms HTTP/1.1" 200 5056 0.045766 10.0.0.57 - - [2025-09-04 03:30:26] "POST /neutron/port HTTP/1.1" 200 1087 0.016775 10.0.0.57 - - [2025-09-04 03:30:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.009398 10.0.0.57 - - [2025-09-04 03:30:36] "POST /neutron/port HTTP/1.1" 200 1087 0.019137 10.0.0.57 - - [2025-09-04 03:30:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004419 10.0.0.57 - - [2025-09-04 03:30:36] "POST /neutron/network HTTP/1.1" 200 823 0.008542 10.0.0.131 - - [2025-09-04 03:31:25] "GET /global-system-configs HTTP/1.1" 200 323 0.028848 10.0.0.57 - - [2025-09-04 03:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.044925 10.0.0.57 - - [2025-09-04 03:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.135831 10.0.0.38 - - [2025-09-04 03:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.419101 10.0.0.131 - - [2025-09-04 03:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.157231 10.0.0.38 - - [2025-09-04 03:31:26] "GET /global-system-configs HTTP/1.1" 200 323 0.009682 10.0.0.131 - - [2025-09-04 03:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.574055 10.0.0.38 - - [2025-09-04 03:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.612911 10.0.0.57 - - [2025-09-04 03:31:26] "GET /obj-perms HTTP/1.1" 200 5056 0.168097 10.0.0.38 - - [2025-09-04 03:31:27] "GET /obj-perms HTTP/1.1" 200 5056 0.182871 10.0.0.131 - - [2025-09-04 03:31:27] "GET /obj-perms HTTP/1.1" 200 5056 0.044765 10.0.0.57 - - [2025-09-04 03:31:27] "GET /global-system-configs HTTP/1.1" 200 323 0.086722 10.0.0.57 - - [2025-09-04 03:31:27] "POST /neutron/network HTTP/1.1" 200 833 0.009754 10.0.0.57 - - [2025-09-04 03:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.57 - - [2025-09-04 03:31:36] "POST /neutron/port HTTP/1.1" 200 1032 0.021583 10.0.0.57 - - [2025-09-04 03:31:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.008965 10.0.0.57 - - [2025-09-04 03:31:47] "DELETE /instance-ip/f875cb09-aad5-40f2-ab30-b333e644425d HTTP/1.1" 200 115 0.045610 10.0.0.57 - - [2025-09-04 03:31:47] "DELETE /virtual-machine-interface/1aa01cda-2e7f-4abd-986a-ab66cd7d15ca HTTP/1.1" 200 115 0.106557 10.0.0.57 - - [2025-09-04 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.57 - - [2025-09-04 03:31:47] "GET /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005905 10.0.0.57 - - [2025-09-04 03:31:47] "PUT /virtual-network/fb5cac85-0fbc-4876-a1c2-405b4c38144b HTTP/1.1" 200 265 0.059741 10.0.0.57 - - [2025-09-04 03:31:47] "POST /neutron/network HTTP/1.1" 200 823 0.006599 10.0.0.57 - - [2025-09-04 03:31:48] "POST /neutron/port HTTP/1.1" 200 1113 0.011212 10.0.0.131 - - [2025-09-04 03:31:48] "POST /ref-update HTTP/1.1" 200 156 0.068914 10.0.0.57 - - [2025-09-04 03:31:48] "POST /neutron/port HTTP/1.1" 200 1113 0.011491 10.0.0.131 - - [2025-09-04 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008717 10.0.0.131 - - [2025-09-04 03:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.046748 10.0.0.131 - - [2025-09-04 03:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002757 10.0.0.57 - - [2025-09-04 03:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.200407 10.0.0.131 - - [2025-09-04 03:31:51] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.57 - - [2025-09-04 03:31:51] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.063488 10.0.0.131 - - [2025-09-04 03:31:51] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.57 - - [2025-09-04 03:31:51] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?fields=virtual_networks HTTP/1.1" 200 1030 0.045602 10.0.0.131 - - [2025-09-04 03:31:51] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.57 - - [2025-09-04 03:31:51] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043011 10.0.0.131 - - [2025-09-04 03:31:51] "GET /projects?obj_uuids=16477338-ec46-404d-aaf6-0afb6fed439a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.57 - - [2025-09-04 03:31:51] "GET /project/16477338-ec46-404d-aaf6-0afb6fed439a?fields=security_groups HTTP/1.1" 200 1255 0.036566 10.0.0.57 - - [2025-09-04 03:31:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.027033 10.0.0.131 - - [2025-09-04 03:31:52] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003371 10.0.0.131 - - [2025-09-04 03:31:52] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.131 - - [2025-09-04 03:31:52] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033163 10.0.0.131 - - [2025-09-04 03:31:53] "POST /id-to-fqname HTTP/1.1" 200 187 0.005036 10.0.0.131 - - [2025-09-04 03:31:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.007795 10.0.0.131 - - [2025-09-04 03:31:53] "POST /security-groups HTTP/1.1" 200 588 0.033967 10.0.0.131 - - [2025-09-04 03:31:53] "POST /projects HTTP/1.1" 200 579 0.249898 10.0.0.131 - - [2025-09-04 03:31:53] "POST /access-control-lists HTTP/1.1" 200 595 0.039960 10.0.0.131 - - [2025-09-04 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.328626 10.0.0.57 - - [2025-09-04 03:31:53] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.508552 10.0.0.57 - - [2025-09-04 03:31:54] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.57 - - [2025-09-04 03:31:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.57 - - [2025-09-04 03:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.054274 10.0.0.131 - - [2025-09-04 03:31:56] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000828 10.0.0.57 - - [2025-09-04 03:31:56] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040019 10.0.0.57 - - [2025-09-04 03:31:56] "POST /neutron/network HTTP/1.1" 200 117 0.036223 10.0.0.131 - - [2025-09-04 03:31:57] "POST /route-targets HTTP/1.1" 200 328 0.013608 10.0.0.57 - - [2025-09-04 03:31:57] "POST /neutron/network HTTP/1.1" 200 829 0.008634 10.0.0.57 - - [2025-09-04 03:31:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001118 10.0.0.57 - - [2025-09-04 03:31:57] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007110 10.0.0.57 - - [2025-09-04 03:31:57] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005521 10.0.0.57 - - [2025-09-04 03:31:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.008280 10.0.0.57 - - [2025-09-04 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002584 10.0.0.57 - - [2025-09-04 03:31:57] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004651 10.0.0.57 - - [2025-09-04 03:31:57] "GET /virtual-machine-interface/0c1dbcff-9811-450d-9a62-0947cdf1f6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007772 10.0.0.57 - - [2025-09-04 03:31:57] "GET /virtual-machine-interface/0c1dbcff-9811-450d-9a62-0947cdf1f6e4?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.008176 10.0.0.57 - - [2025-09-04 03:31:57] "GET /instance-ip/ab542093-7fe5-48a4-86b8-9de6be25de28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.004844 10.0.0.57 - - [2025-09-04 03:31:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001400 10.0.0.131 - - [2025-09-04 03:31:58] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001143 10.0.0.57 - - [2025-09-04 03:31:58] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064488 10.0.0.57 - - [2025-09-04 03:31:58] "POST /neutron/network HTTP/1.1" 200 829 0.007530 10.0.0.57 - - [2025-09-04 03:31:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.57 - - [2025-09-04 03:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.006428 10.0.0.57 - - [2025-09-04 03:31:59] "POST /neutron/network HTTP/1.1" 200 829 0.007375 10.0.0.57 - - [2025-09-04 03:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.008884 10.0.0.57 - - [2025-09-04 03:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.005888 10.0.0.131 - - [2025-09-04 03:31:59] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000951 10.0.0.57 - - [2025-09-04 03:31:59] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067215 10.0.0.57 - - [2025-09-04 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.002967 10.0.0.57 - - [2025-09-04 03:31:59] "POST /interface-route-tables HTTP/1.1" 200 558 0.049898 10.0.0.57 - - [2025-09-04 03:31:59] "GET /interface-route-table/573a299f-301e-481b-b9d1-70f64cd5e5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.009442 10.0.0.57 - - [2025-09-04 03:31:59] "POST /neutron/port HTTP/1.1" 200 1111 0.105091 10.0.0.57 - - [2025-09-04 03:32:00] "POST /neutron/port HTTP/1.1" 200 1085 0.015607 10.0.0.57 - - [2025-09-04 03:32:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.57 - - [2025-09-04 03:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.57 - - [2025-09-04 03:32:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005246 10.0.0.57 - - [2025-09-04 03:32:00] "POST /neutron/network HTTP/1.1" 200 829 0.007381 10.0.0.57 - - [2025-09-04 03:32:00] "GET /virtual-machine-interface/0c1dbcff-9811-450d-9a62-0947cdf1f6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.007260 10.0.0.57 - - [2025-09-04 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.014189 10.0.0.57 - - [2025-09-04 03:32:05] "POST /neutron/port HTTP/1.1" 200 1085 0.015847 10.0.0.57 - - [2025-09-04 03:32:06] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008593 10.0.0.57 - - [2025-09-04 03:32:06] "POST /neutron/port HTTP/1.1" 200 1085 0.016867 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 401 292 0.000438 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 200 1291 0.033816 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 200 1291 0.004109 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine-interface/d00de764-7e4c-4323-9a0e-f12caa95d71b HTTP/1.1" 200 2946 0.005032 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 200 1291 0.003407 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine-interface/d00de764-7e4c-4323-9a0e-f12caa95d71b HTTP/1.1" 200 2946 0.005909 10.0.0.57 - - [2025-09-04 03:32:06] "GET /instance-ip/fade0f1f-c9f1-4934-8d22-5166c2c24e01 HTTP/1.1" 200 1622 0.012307 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 200 1291 0.005056 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-machine-interface/d00de764-7e4c-4323-9a0e-f12caa95d71b HTTP/1.1" 200 2946 0.005942 10.0.0.57 - - [2025-09-04 03:32:06] "GET /instance-ip/fade0f1f-c9f1-4934-8d22-5166c2c24e01 HTTP/1.1" 200 1622 0.003954 10.0.0.57 - - [2025-09-04 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.57 - - [2025-09-04 03:32:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008965 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003667 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008189 10.0.0.57 - - [2025-09-04 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.57 - - [2025-09-04 03:32:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005187 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004765 10.0.0.57 - - [2025-09-04 03:32:06] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006005 10.0.0.57 - - [2025-09-04 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.57 - - [2025-09-04 03:32:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004414 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004136 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006061 10.0.0.57 - - [2025-09-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007333 10.0.0.57 - - [2025-09-04 03:32:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004170 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003554 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006716 10.0.0.57 - - [2025-09-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.57 - - [2025-09-04 03:32:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004737 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003222 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005867 10.0.0.57 - - [2025-09-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.57 - - [2025-09-04 03:32:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004359 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003217 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007443 10.0.0.57 - - [2025-09-04 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.57 - - [2025-09-04 03:32:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005127 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003680 10.0.0.57 - - [2025-09-04 03:32:07] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006311 10.0.0.57 - - [2025-09-04 03:32:09] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007751 10.0.0.57 - - [2025-09-04 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.57 - - [2025-09-04 03:32:10] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004964 10.0.0.57 - - [2025-09-04 03:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.57 - - [2025-09-04 03:32:12] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004008 10.0.0.57 - - [2025-09-04 03:32:12] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003742 10.0.0.57 - - [2025-09-04 03:32:12] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006324 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.57 - - [2025-09-04 03:32:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003867 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003222 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006517 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.57 - - [2025-09-04 03:32:13] "GET /routing-instance/dcba2bb7-932b-44c3-83ef-a43fcfd5cf79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.006264 10.0.0.57 - - [2025-09-04 03:32:13] "GET /route-target/6b0a6055-fc3e-42fd-8735-ef455d5f307f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003898 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010334 10.0.0.57 - - [2025-09-04 03:32:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003969 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002937 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006000 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.57 - - [2025-09-04 03:32:13] "GET /routing-instance/dcba2bb7-932b-44c3-83ef-a43fcfd5cf79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004291 10.0.0.57 - - [2025-09-04 03:32:13] "GET /route-target/6b0a6055-fc3e-42fd-8735-ef455d5f307f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003896 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.57 - - [2025-09-04 03:32:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003957 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003040 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005853 10.0.0.57 - - [2025-09-04 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.57 - - [2025-09-04 03:32:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004457 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003388 10.0.0.57 - - [2025-09-04 03:32:13] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005883 10.0.0.57 - - [2025-09-04 03:32:14] "GET /obj-perms HTTP/1.1" 200 5024 0.051118 10.0.0.131 - - [2025-09-04 03:32:14] "GET /obj-perms HTTP/1.1" 200 5024 0.048313 10.0.0.57 - - [2025-09-04 03:32:14] "GET /obj-perms HTTP/1.1" 200 5024 0.003704 10.0.0.57 - - [2025-09-04 03:32:15] "GET /obj-perms HTTP/1.1" 200 5024 0.003898 10.0.0.57 - - [2025-09-04 03:32:15] "POST /neutron/port HTTP/1.1" 200 1049 0.016355 10.0.0.57 - - [2025-09-04 03:32:15] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008583 10.0.0.57 - - [2025-09-04 03:32:15] "GET /virtual-machine/bbd92f5b-5cc6-44c7-9693-a3b28edc5274 HTTP/1.1" 200 1270 0.006482 10.0.0.57 - - [2025-09-04 03:32:15] "GET /virtual-machine-interface/0c1dbcff-9811-450d-9a62-0947cdf1f6e4 HTTP/1.1" 200 3157 0.005072 10.0.0.57 - - [2025-09-04 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.57 - - [2025-09-04 03:32:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004311 10.0.0.57 - - [2025-09-04 03:32:15] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003645 10.0.0.57 - - [2025-09-04 03:32:15] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006480 10.0.0.57 - - [2025-09-04 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.57 - - [2025-09-04 03:32:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004399 10.0.0.57 - - [2025-09-04 03:32:16] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004263 10.0.0.57 - - [2025-09-04 03:32:17] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006012 10.0.0.57 - - [2025-09-04 03:32:17] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005449 10.0.0.38 - - [2025-09-04 03:32:17] "GET /obj-perms HTTP/1.1" 200 5024 0.050893 10.0.0.131 - - [2025-09-04 03:32:17] "GET /obj-perms HTTP/1.1" 200 5024 0.004463 10.0.0.57 - - [2025-09-04 03:32:18] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 200 1291 0.005154 10.0.0.57 - - [2025-09-04 03:32:18] "POST /neutron/port HTTP/1.1" 200 1085 0.014853 10.0.0.57 - - [2025-09-04 03:32:20] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 404 171 0.003883 10.0.0.57 - - [2025-09-04 03:32:20] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 404 171 0.003309 10.0.0.57 - - [2025-09-04 03:32:20] "GET /virtual-machine/5950c94e-b882-4af1-9493-7640bb5ddabd HTTP/1.1" 404 171 0.003361 10.0.0.57 - - [2025-09-04 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.57 - - [2025-09-04 03:32:20] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005620 10.0.0.57 - - [2025-09-04 03:32:20] "GET /virtual-networks?parent_id=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004204 10.0.0.57 - - [2025-09-04 03:32:20] "GET /virtual-network/0cd35a45-5f80-4928-b3d1-2379280c70d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006762 10.0.0.57 - - [2025-09-04 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.57 - - [2025-09-04 03:32:20] "GET /routing-instance/dcba2bb7-932b-44c3-83ef-a43fcfd5cf79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004637 10.0.0.57 - - [2025-09-04 03:32:20] "GET /route-target/6b0a6055-fc3e-42fd-8735-ef455d5f307f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004855 10.0.0.57 - - [2025-09-04 03:32:20] "GET /obj-perms HTTP/1.1" 200 5024 0.003975 10.0.0.131 - - [2025-09-04 03:32:22] "DELETE /access-control-list/467b6066-60c2-460e-8801-8a9f5c08b8e2 HTTP/1.1" 200 115 0.058596 10.0.0.131 - - [2025-09-04 03:32:23] "DELETE /project/16477338-ec46-404d-aaf6-0afb6fed439a HTTP/1.1" 404 177 0.004873 10.0.0.131 - - [2025-09-04 03:32:23] "DELETE /project/daa89a0315624de39e5d1ccf009d17eb HTTP/1.1" 404 173 0.003993 10.0.0.57 - - [2025-09-04 03:32:23] "GET /obj-perms HTTP/1.1" 200 5024 0.005449 10.0.0.57 - - [2025-09-04 03:32:27] "GET /obj-perms HTTP/1.1" 200 5056 0.061440 10.0.0.57 - - [2025-09-04 03:32:29] "POST /neutron/port HTTP/1.1" 200 1049 0.022644 10.0.0.57 - - [2025-09-04 03:32:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006041 10.0.0.57 - - [2025-09-04 03:32:29] "POST /neutron/network HTTP/1.1" 200 829 0.007156 10.0.0.57 - - [2025-09-04 03:32:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004115 10.0.0.57 - - [2025-09-04 03:32:36] "GET /obj-perms HTTP/1.1" 200 5024 0.005720 10.0.0.57 - - [2025-09-04 03:32:39] "GET /obj-perms HTTP/1.1" 200 5024 0.003767 10.0.0.57 - - [2025-09-04 03:32:39] "GET /interface-route-table/573a299f-301e-481b-b9d1-70f64cd5e5c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.004433 10.0.0.57 - - [2025-09-04 03:32:39] "GET /virtual-machine-interface/0c1dbcff-9811-450d-9a62-0947cdf1f6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005590 10.0.0.57 - - [2025-09-04 03:32:39] "POST /ref-update HTTP/1.1" 200 156 0.014693 10.0.0.57 - - [2025-09-04 03:32:39] "DELETE /interface-route-table/573a299f-301e-481b-b9d1-70f64cd5e5c8 HTTP/1.1" 200 115 0.036618 10.0.0.57 - - [2025-09-04 03:32:39] "POST /neutron/network HTTP/1.1" 200 829 0.006990 10.0.0.131 - - [2025-09-04 03:32:41] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001465 10.0.0.57 - - [2025-09-04 03:32:41] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044767 10.0.0.131 - - [2025-09-04 03:32:41] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001147 10.0.0.57 - - [2025-09-04 03:32:41] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?fields=virtual_networks HTTP/1.1" 200 1029 0.040747 10.0.0.131 - - [2025-09-04 03:32:41] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001057 10.0.0.57 - - [2025-09-04 03:32:41] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.039021 10.0.0.131 - - [2025-09-04 03:32:41] "GET /projects?obj_uuids=daa89a03-1562-4de3-9e5d-1ccf009d17eb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000968 10.0.0.57 - - [2025-09-04 03:32:41] "GET /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb?fields=security_groups HTTP/1.1" 200 1253 0.047820 10.0.0.57 - - [2025-09-04 03:32:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.025363 10.0.0.131 - - [2025-09-04 03:32:42] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003456 10.0.0.131 - - [2025-09-04 03:32:42] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.131 - - [2025-09-04 03:32:42] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008146 10.0.0.131 - - [2025-09-04 03:32:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.003428 10.0.0.131 - - [2025-09-04 03:32:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.002831 10.0.0.131 - - [2025-09-04 03:32:42] "POST /security-groups HTTP/1.1" 200 595 0.073025 10.0.0.131 - - [2025-09-04 03:32:42] "POST /fqname-to-id HTTP/1.1" 404 238 0.003572 10.0.0.131 - - [2025-09-04 03:32:42] "POST /projects HTTP/1.1" 200 593 0.277550 10.0.0.131 - - [2025-09-04 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.344427 10.0.0.131 - - [2025-09-04 03:32:43] "POST /access-control-lists HTTP/1.1" 200 600 0.025860 10.0.0.57 - - [2025-09-04 03:32:43] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.484417 10.0.0.57 - - [2025-09-04 03:32:44] "GET / HTTP/1.1" 200 36215 0.002964 10.0.0.57 - - [2025-09-04 03:32:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.57 - - [2025-09-04 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.057670 10.0.0.131 - - [2025-09-04 03:32:44] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001101 10.0.0.57 - - [2025-09-04 03:32:44] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.050966 10.0.0.57 - - [2025-09-04 03:32:44] "POST /neutron/port HTTP/1.1" 400 205 0.003594 10.0.0.131 - - [2025-09-04 03:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005267 10.0.0.57 - - [2025-09-04 03:32:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.274022 10.0.0.57 - - [2025-09-04 03:32:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001315 10.0.0.57 - - [2025-09-04 03:32:45] "GET /virtual-network/49e33875-45e3-412d-be6e-9c367c0e98d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006794 10.0.0.57 - - [2025-09-04 03:32:45] "GET /virtual-network/49e33875-45e3-412d-be6e-9c367c0e98d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007221 10.0.0.57 - - [2025-09-04 03:32:45] "POST /neutron/network HTTP/1.1" 200 826 0.010459 10.0.0.57 - - [2025-09-04 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.131 - - [2025-09-04 03:32:45] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001062 10.0.0.57 - - [2025-09-04 03:32:45] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057164 10.0.0.131 - - [2025-09-04 03:32:45] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001191 10.0.0.57 - - [2025-09-04 03:32:45] "POST /neutron/network HTTP/1.1" 200 609 0.132035 10.0.0.131 - - [2025-09-04 03:32:46] "POST /route-targets HTTP/1.1" 200 328 0.014429 10.0.0.57 - - [2025-09-04 03:32:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.004949 10.0.0.57 - - [2025-09-04 03:32:46] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005648 10.0.0.57 - - [2025-09-04 03:32:46] "POST /neutron/network HTTP/1.1" 200 829 0.007582 10.0.0.57 - - [2025-09-04 03:32:46] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006474 10.0.0.57 - - [2025-09-04 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.131 - - [2025-09-04 03:32:46] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000885 10.0.0.57 - - [2025-09-04 03:32:46] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040700 10.0.0.57 - - [2025-09-04 03:32:46] "POST /neutron/network HTTP/1.1" 200 117 0.012840 10.0.0.131 - - [2025-09-04 03:32:46] "POST /ref-update HTTP/1.1" 200 156 0.027217 10.0.0.57 - - [2025-09-04 03:32:46] "POST /neutron/network HTTP/1.1" 200 827 0.018311 10.0.0.57 - - [2025-09-04 03:32:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001103 10.0.0.57 - - [2025-09-04 03:32:46] "GET /virtual-network/41ceea29-c01f-48fb-a999-dfc6914547d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006887 10.0.0.57 - - [2025-09-04 03:32:46] "GET /virtual-network/41ceea29-c01f-48fb-a999-dfc6914547d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007943 10.0.0.57 - - [2025-09-04 03:32:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.011115 10.0.0.57 - - [2025-09-04 03:32:46] "POST /fqname-to-id HTTP/1.1" 404 214 0.002576 10.0.0.57 - - [2025-09-04 03:32:46] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004705 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-machine-interface/bea127f9-7a1b-4f9e-9736-62527d35c8f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.009700 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-machine-interface/bea127f9-7a1b-4f9e-9736-62527d35c8f8?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.010411 10.0.0.57 - - [2025-09-04 03:32:47] "GET /instance-ip/aa3b2baa-c648-4e49-ad09-b2b82d799ef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004921 10.0.0.57 - - [2025-09-04 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 214 0.002890 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-network/49e33875-45e3-412d-be6e-9c367c0e98d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005812 10.0.0.131 - - [2025-09-04 03:32:47] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.57 - - [2025-09-04 03:32:47] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.036588 10.0.0.57 - - [2025-09-04 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.57 - - [2025-09-04 03:32:47] "GET /security-group/5acc0706-bfae-490f-8321-5451ad763b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004889 10.0.0.57 - - [2025-09-04 03:32:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.099133 10.0.0.57 - - [2025-09-04 03:32:47] "POST /instance-ips HTTP/1.1" 200 358 0.039137 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-machine-interface/80ccedef-c11a-4436-b559-b469e5db05c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006079 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-machine-interface/80ccedef-c11a-4436-b559-b469e5db05c2?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.008329 10.0.0.57 - - [2025-09-04 03:32:47] "GET /instance-ip/8f3543bd-6eae-4396-bc99-0a316c3e41e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.006351 10.0.0.57 - - [2025-09-04 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 214 0.004545 10.0.0.57 - - [2025-09-04 03:32:47] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005808 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-machine-interface/b4f729d3-2fd2-48b6-a4df-107a24d832cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.006968 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-machine-interface/b4f729d3-2fd2-48b6-a4df-107a24d832cd?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.008244 10.0.0.57 - - [2025-09-04 03:32:48] "GET /instance-ip/3b0b16ca-d532-4235-8d34-cd4074d5c6ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005552 10.0.0.57 - - [2025-09-04 03:32:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.003119 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-network/49e33875-45e3-412d-be6e-9c367c0e98d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006673 10.0.0.131 - - [2025-09-04 03:32:48] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000955 10.0.0.57 - - [2025-09-04 03:32:48] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040972 10.0.0.57 - - [2025-09-04 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.57 - - [2025-09-04 03:32:48] "GET /security-group/5acc0706-bfae-490f-8321-5451ad763b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.008296 10.0.0.57 - - [2025-09-04 03:32:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.103311 10.0.0.57 - - [2025-09-04 03:32:48] "POST /instance-ips HTTP/1.1" 200 358 0.038465 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-machine-interface/752320de-c0af-48f3-bd2f-bb96aa646cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.007762 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-machine-interface/752320de-c0af-48f3-bd2f-bb96aa646cad?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.008863 10.0.0.57 - - [2025-09-04 03:32:48] "GET /instance-ip/150afc6b-63ea-4e2b-91d7-4dd04e0dc867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004553 10.0.0.57 - - [2025-09-04 03:32:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.003937 10.0.0.57 - - [2025-09-04 03:32:48] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005799 10.0.0.131 - - [2025-09-04 03:32:48] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000975 10.0.0.57 - - [2025-09-04 03:32:49] "POST /neutron/port HTTP/1.1" 200 991 0.239443 10.0.0.57 - - [2025-09-04 03:32:49] "GET /virtual-machine-interface/97b5ec96-9d25-421e-94e5-77100a6d3eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.006585 10.0.0.57 - - [2025-09-04 03:32:49] "GET /virtual-machine-interface/97b5ec96-9d25-421e-94e5-77100a6d3eda?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.006829 10.0.0.57 - - [2025-09-04 03:32:49] "GET /instance-ip/87528793-28ea-4c77-adde-3a468d8d9631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004860 10.0.0.57 - - [2025-09-04 03:32:49] "POST /fqname-to-id HTTP/1.1" 404 214 0.003411 10.0.0.57 - - [2025-09-04 03:32:49] "GET /virtual-network/41ceea29-c01f-48fb-a999-dfc6914547d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007601 10.0.0.131 - - [2025-09-04 03:32:49] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001013 10.0.0.57 - - [2025-09-04 03:32:49] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054423 10.0.0.57 - - [2025-09-04 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.57 - - [2025-09-04 03:32:49] "GET /security-group/5acc0706-bfae-490f-8321-5451ad763b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004083 10.0.0.57 - - [2025-09-04 03:32:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.101503 10.0.0.57 - - [2025-09-04 03:32:49] "POST /instance-ips HTTP/1.1" 200 358 0.044269 10.0.0.57 - - [2025-09-04 03:32:49] "GET /virtual-machine-interface/fa14ae5c-f925-46b1-b71f-9b7b92ef4010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006317 10.0.0.57 - - [2025-09-04 03:32:49] "GET /virtual-machine-interface/fa14ae5c-f925-46b1-b71f-9b7b92ef4010?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.008742 10.0.0.57 - - [2025-09-04 03:32:49] "GET /instance-ip/93f22753-3536-494d-9414-c64c4bf6b4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004558 10.0.0.57 - - [2025-09-04 03:32:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001455 10.0.0.57 - - [2025-09-04 03:32:51] "POST /neutron/network HTTP/1.1" 200 829 0.028553 10.0.0.57 - - [2025-09-04 03:32:51] "POST /neutron/port HTTP/1.1" 200 117 0.006011 10.0.0.57 - - [2025-09-04 03:32:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001350 10.0.0.57 - - [2025-09-04 03:32:51] "POST /neutron/network HTTP/1.1" 200 837 0.009348 10.0.0.57 - - [2025-09-04 03:32:52] "POST /neutron/port HTTP/1.1" 200 991 0.030823 10.0.0.57 - - [2025-09-04 03:32:52] "POST /neutron/port HTTP/1.1" 200 1057 0.017815 10.0.0.131 - - [2025-09-04 03:32:52] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000940 10.0.0.57 - - [2025-09-04 03:32:52] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.066103 10.0.0.57 - - [2025-09-04 03:32:52] "POST /neutron/network HTTP/1.1" 200 827 0.007061 10.0.0.57 - - [2025-09-04 03:32:52] "POST /neutron/port HTTP/1.1" 200 1057 0.021840 10.0.0.57 - - [2025-09-04 03:32:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.57 - - [2025-09-04 03:32:52] "POST /neutron/port HTTP/1.1" 200 1057 0.015985 10.0.0.57 - - [2025-09-04 03:32:53] "POST /neutron/port HTTP/1.1" 200 991 0.015090 10.0.0.57 - - [2025-09-04 03:32:53] "POST /neutron/network HTTP/1.1" 200 837 0.008060 10.0.0.57 - - [2025-09-04 03:32:53] "POST /neutron/port HTTP/1.1" 200 1057 0.047928 10.0.0.131 - - [2025-09-04 03:32:53] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001131 10.0.0.57 - - [2025-09-04 03:32:53] "POST /neutron/router HTTP/1.1" 200 598 0.142118 10.0.0.131 - - [2025-09-04 03:32:53] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001573 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/port HTTP/1.1" 200 1091 0.050477 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/router HTTP/1.1" 200 344 0.484388 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/port HTTP/1.1" 200 991 0.010132 10.0.0.131 - - [2025-09-04 03:32:54] "POST /ref-update HTTP/1.1" 200 156 0.025766 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/network HTTP/1.1" 200 839 0.006156 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/port HTTP/1.1" 200 991 0.009393 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/port HTTP/1.1" 200 1057 0.032798 10.0.0.57 - - [2025-09-04 03:32:54] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.57 - - [2025-09-04 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.026945 10.0.0.57 - - [2025-09-04 03:32:55] "POST /neutron/port HTTP/1.1" 200 1057 0.024833 10.0.0.57 - - [2025-09-04 03:32:55] "GET /virtual-machine/b1b0b8b5-7b69-424b-93d6-81e5b14a91f6 HTTP/1.1" 401 292 0.000429 10.0.0.57 - - [2025-09-04 03:32:55] "GET /virtual-machine/b1b0b8b5-7b69-424b-93d6-81e5b14a91f6 HTTP/1.1" 200 1277 0.030349 10.0.0.57 - - [2025-09-04 03:32:55] "GET /virtual-machine-interface/bea127f9-7a1b-4f9e-9736-62527d35c8f8 HTTP/1.1" 200 3196 0.005469 10.0.0.57 - - [2025-09-04 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.57 - - [2025-09-04 03:32:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004412 10.0.0.57 - - [2025-09-04 03:32:55] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002914 10.0.0.57 - - [2025-09-04 03:32:55] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005542 10.0.0.57 - - [2025-09-04 03:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.57 - - [2025-09-04 03:32:58] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005690 10.0.0.57 - - [2025-09-04 03:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.57 - - [2025-09-04 03:33:02] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005915 10.0.0.57 - - [2025-09-04 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.57 - - [2025-09-04 03:33:07] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006110 10.0.0.57 - - [2025-09-04 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.57 - - [2025-09-04 03:33:11] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005351 10.0.0.57 - - [2025-09-04 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.57 - - [2025-09-04 03:33:15] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005240 10.0.0.57 - - [2025-09-04 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.57 - - [2025-09-04 03:33:19] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005045 10.0.0.131 - - [2025-09-04 03:33:23] "DELETE /access-control-list/54c9f0b6-5ac0-4d17-95e1-d07c153fb639 HTTP/1.1" 200 115 0.076072 10.0.0.57 - - [2025-09-04 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.57 - - [2025-09-04 03:33:23] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009317 10.0.0.131 - - [2025-09-04 03:33:23] "DELETE /project/25d8660cdc5044b88cca53bafc1143f4 HTTP/1.1" 404 173 0.006296 10.0.0.131 - - [2025-09-04 03:33:23] "DELETE /project/daa89a03-1562-4de3-9e5d-1ccf009d17eb HTTP/1.1" 404 177 0.005485 10.0.0.57 - - [2025-09-04 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.57 - - [2025-09-04 03:33:27] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005451 10.0.0.57 - - [2025-09-04 03:33:29] "POST /neutron/port HTTP/1.1" 200 1091 0.014040 10.0.0.57 - - [2025-09-04 03:33:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.013978 10.0.0.57 - - [2025-09-04 03:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.57 - - [2025-09-04 03:33:31] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006598 10.0.0.57 - - [2025-09-04 03:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.57 - - [2025-09-04 03:33:35] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005318 10.0.0.57 - - [2025-09-04 03:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.57 - - [2025-09-04 03:33:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003128 10.0.0.57 - - [2025-09-04 03:33:37] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002884 10.0.0.57 - - [2025-09-04 03:33:37] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006471 10.0.0.57 - - [2025-09-04 03:33:37] "POST /neutron/port HTTP/1.1" 200 1057 0.015087 10.0.0.57 - - [2025-09-04 03:33:40] "POST /neutron/port HTTP/1.1" 200 1057 0.016152 10.0.0.57 - - [2025-09-04 03:33:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.009187 10.0.0.57 - - [2025-09-04 03:33:43] "POST /neutron/port HTTP/1.1" 200 1057 0.014655 10.0.0.57 - - [2025-09-04 03:33:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007337 10.0.0.57 - - [2025-09-04 03:33:49] "POST /neutron/port HTTP/1.1" 200 1091 0.016103 10.0.0.57 - - [2025-09-04 03:33:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007745 10.0.0.57 - - [2025-09-04 03:33:58] "POST /neutron/port HTTP/1.1" 200 1057 0.015993 10.0.0.57 - - [2025-09-04 03:34:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008145 10.0.0.57 - - [2025-09-04 03:34:03] "POST /neutron/port HTTP/1.1" 200 1091 0.017196 10.0.0.57 - - [2025-09-04 03:34:04] "GET /virtual-machine/d9865b7e-eff7-4d02-b988-922db7ac271f HTTP/1.1" 200 1299 0.006142 10.0.0.57 - - [2025-09-04 03:34:04] "GET /virtual-machine-interface/e42c3f4b-ffbc-478a-a7b3-0ff4c48f74fa HTTP/1.1" 200 2969 0.006737 10.0.0.57 - - [2025-09-04 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.57 - - [2025-09-04 03:34:04] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003344 10.0.0.57 - - [2025-09-04 03:34:04] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003937 10.0.0.57 - - [2025-09-04 03:34:04] "GET /virtual-network/41ceea29-c01f-48fb-a999-dfc6914547d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006357 10.0.0.57 - - [2025-09-04 03:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.57 - - [2025-09-04 03:34:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005653 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003083 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-network/41ceea29-c01f-48fb-a999-dfc6914547d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006579 10.0.0.57 - - [2025-09-04 03:34:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007302 10.0.0.57 - - [2025-09-04 03:34:05] "POST /neutron/port HTTP/1.1" 200 1057 0.014125 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-machine/5b4b9ad4-db0f-4a58-99c5-454166e81b45 HTTP/1.1" 200 1276 0.005974 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-machine-interface/97b5ec96-9d25-421e-94e5-77100a6d3eda HTTP/1.1" 200 3196 0.005035 10.0.0.57 - - [2025-09-04 03:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.57 - - [2025-09-04 03:34:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003742 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.007498 10.0.0.57 - - [2025-09-04 03:34:05] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006028 10.0.0.57 - - [2025-09-04 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.57 - - [2025-09-04 03:34:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005670 10.0.0.57 - - [2025-09-04 03:34:06] "GET /virtual-networks?parent_id=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004744 10.0.0.57 - - [2025-09-04 03:34:06] "GET /virtual-network/473ff670-9ec0-4c00-8c39-dd9892fad6ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006484 10.0.0.38 - - [2025-09-04 03:34:29] "GET /obj-perms HTTP/1.1" 200 5056 0.065832 10.0.0.131 - - [2025-09-04 03:34:29] "GET /obj-perms HTTP/1.1" 200 5056 0.046652 10.0.0.57 - - [2025-09-04 03:34:30] "POST /neutron/port HTTP/1.1" 200 1091 0.037257 10.0.0.57 - - [2025-09-04 03:34:30] "POST /neutron/subnet HTTP/1.1" 200 694 0.008761 10.0.0.57 - - [2025-09-04 03:34:40] "POST /neutron/port HTTP/1.1" 200 1057 0.017529 10.0.0.57 - - [2025-09-04 03:34:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005453 10.0.0.57 - - [2025-09-04 03:34:40] "POST /neutron/network HTTP/1.1" 200 829 0.012072 10.0.0.57 - - [2025-09-04 03:35:26] "POST /neutron/router HTTP/1.1" 200 598 0.005599 10.0.0.57 - - [2025-09-04 03:35:27] "POST /neutron/router HTTP/1.1" 200 151 0.067748 10.0.0.131 - - [2025-09-04 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.57 - - [2025-09-04 03:35:28] "POST /neutron/port HTTP/1.1" 200 151 0.187112 10.0.0.57 - - [2025-09-04 03:35:28] "DELETE /instance-ip/93f22753-3536-494d-9414-c64c4bf6b4a0 HTTP/1.1" 200 115 0.049962 10.0.0.57 - - [2025-09-04 03:35:28] "DELETE /virtual-machine-interface/fa14ae5c-f925-46b1-b71f-9b7b92ef4010 HTTP/1.1" 200 115 0.063958 10.0.0.57 - - [2025-09-04 03:35:29] "DELETE /instance-ip/150afc6b-63ea-4e2b-91d7-4dd04e0dc867 HTTP/1.1" 200 115 0.046227 10.0.0.57 - - [2025-09-04 03:35:29] "DELETE /virtual-machine-interface/752320de-c0af-48f3-bd2f-bb96aa646cad HTTP/1.1" 200 115 0.075256 10.0.0.57 - - [2025-09-04 03:35:29] "POST /neutron/port HTTP/1.1" 200 991 0.011544 10.0.0.57 - - [2025-09-04 03:35:29] "DELETE /instance-ip/8f3543bd-6eae-4396-bc99-0a316c3e41e2 HTTP/1.1" 200 115 0.040313 10.0.0.57 - - [2025-09-04 03:35:29] "DELETE /virtual-machine-interface/80ccedef-c11a-4436-b559-b469e5db05c2 HTTP/1.1" 200 115 0.077269 10.0.0.57 - - [2025-09-04 03:35:29] "POST /neutron/port HTTP/1.1" 200 151 0.215556 10.0.0.131 - - [2025-09-04 03:35:29] "DELETE /route-target/715b6199-207f-48ad-8230-67dafd6c1d46 HTTP/1.1" 200 115 0.036620 10.0.0.57 - - [2025-09-04 03:35:29] "POST /neutron/network HTTP/1.1" 200 829 0.021793 10.0.0.57 - - [2025-09-04 03:35:30] "GET /obj-perms HTTP/1.1" 200 5056 0.084978 10.0.0.131 - - [2025-09-04 03:35:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.131 - - [2025-09-04 03:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009605 10.0.0.131 - - [2025-09-04 03:35:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.57 - - [2025-09-04 03:35:30] "POST /neutron/network HTTP/1.1" 200 151 0.141816 10.0.0.131 - - [2025-09-04 03:35:30] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001298 10.0.0.57 - - [2025-09-04 03:35:30] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.091403 10.0.0.131 - - [2025-09-04 03:35:30] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001997 10.0.0.57 - - [2025-09-04 03:35:30] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?fields=virtual_networks HTTP/1.1" 200 1042 0.054611 10.0.0.131 - - [2025-09-04 03:35:30] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001018 10.0.0.57 - - [2025-09-04 03:35:30] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.047923 10.0.0.131 - - [2025-09-04 03:35:30] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001011 10.0.0.57 - - [2025-09-04 03:35:30] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?fields=security_groups HTTP/1.1" 200 1273 0.043906 10.0.0.57 - - [2025-09-04 03:35:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.024930 10.0.0.131 - - [2025-09-04 03:35:31] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003023 10.0.0.131 - - [2025-09-04 03:35:31] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.131 - - [2025-09-04 03:35:31] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008533 10.0.0.131 - - [2025-09-04 03:35:31] "POST /id-to-fqname HTTP/1.1" 200 189 0.001631 10.0.0.131 - - [2025-09-04 03:35:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.005227 10.0.0.131 - - [2025-09-04 03:35:31] "POST /security-groups HTTP/1.1" 200 590 0.032565 10.0.0.131 - - [2025-09-04 03:35:31] "POST /projects HTTP/1.1" 200 583 0.227355 10.0.0.131 - - [2025-09-04 03:35:31] "POST /access-control-lists HTTP/1.1" 200 597 0.029588 10.0.0.131 - - [2025-09-04 03:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.295255 10.0.0.57 - - [2025-09-04 03:35:31] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.431678 10.0.0.57 - - [2025-09-04 03:35:32] "GET / HTTP/1.1" 200 36215 0.001641 10.0.0.57 - - [2025-09-04 03:35:33] "POST /neutron/port HTTP/1.1" 200 117 0.006754 10.0.0.57 - - [2025-09-04 03:35:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000759 10.0.0.57 - - [2025-09-04 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.058568 10.0.0.131 - - [2025-09-04 03:35:35] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001523 10.0.0.57 - - [2025-09-04 03:35:35] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043920 10.0.0.131 - - [2025-09-04 03:35:35] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001286 10.0.0.57 - - [2025-09-04 03:35:35] "POST /neutron/network HTTP/1.1" 200 604 0.143635 10.0.0.131 - - [2025-09-04 03:35:35] "POST /route-targets HTTP/1.1" 200 328 0.015893 10.0.0.57 - - [2025-09-04 03:35:35] "POST /id-to-fqname HTTP/1.1" 200 219 0.003698 10.0.0.57 - - [2025-09-04 03:35:35] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006942 10.0.0.57 - - [2025-09-04 03:35:35] "POST /neutron/network HTTP/1.1" 200 822 0.006783 10.0.0.57 - - [2025-09-04 03:35:35] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005197 10.0.0.57 - - [2025-09-04 03:35:36] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006140 10.0.0.57 - - [2025-09-04 03:35:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001391 10.0.0.57 - - [2025-09-04 03:35:37] "POST /neutron/network HTTP/1.1" 200 832 0.008382 10.0.0.131 - - [2025-09-04 03:35:38] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000980 10.0.0.57 - - [2025-09-04 03:35:38] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.073143 10.0.0.57 - - [2025-09-04 03:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.007692 10.0.0.57 - - [2025-09-04 03:35:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001442 10.0.0.57 - - [2025-09-04 03:35:39] "POST /neutron/network HTTP/1.1" 200 832 0.013095 10.0.0.57 - - [2025-09-04 03:35:39] "POST /neutron/port HTTP/1.1" 200 1058 0.017053 10.0.0.131 - - [2025-09-04 03:35:39] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001427 10.0.0.57 - - [2025-09-04 03:35:39] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.134697 10.0.0.57 - - [2025-09-04 03:35:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008907 10.0.0.57 - - [2025-09-04 03:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.001743 10.0.0.57 - - [2025-09-04 03:35:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007404 10.0.0.57 - - [2025-09-04 03:35:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009663 10.0.0.57 - - [2025-09-04 03:35:40] "POST /neutron/port HTTP/1.1" 200 1058 0.015393 10.0.0.57 - - [2025-09-04 03:35:41] "POST /neutron/port HTTP/1.1" 200 1086 0.018999 10.0.0.57 - - [2025-09-04 03:35:41] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.57 - - [2025-09-04 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007217 10.0.0.57 - - [2025-09-04 03:35:45] "POST /neutron/port HTTP/1.1" 200 1086 0.016637 10.0.0.57 - - [2025-09-04 03:35:45] "GET /virtual-machine/bfe28148-b392-444d-a59c-a4d93127d872 HTTP/1.1" 401 292 0.000462 10.0.0.57 - - [2025-09-04 03:35:45] "GET /virtual-machine/bfe28148-b392-444d-a59c-a4d93127d872 HTTP/1.1" 200 1294 0.035728 10.0.0.57 - - [2025-09-04 03:35:45] "GET /virtual-machine-interface/28dfad47-5195-417b-92b0-ccc8276521ca HTTP/1.1" 200 2943 0.005751 10.0.0.57 - - [2025-09-04 03:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.57 - - [2025-09-04 03:35:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004311 10.0.0.57 - - [2025-09-04 03:35:45] "GET /virtual-networks?parent_id=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002965 10.0.0.57 - - [2025-09-04 03:35:46] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007605 10.0.0.57 - - [2025-09-04 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.57 - - [2025-09-04 03:35:49] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005371 10.0.0.57 - - [2025-09-04 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.57 - - [2025-09-04 03:35:53] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005463 10.0.0.57 - - [2025-09-04 03:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.57 - - [2025-09-04 03:35:57] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005942 10.0.0.57 - - [2025-09-04 03:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.57 - - [2025-09-04 03:36:01] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005421 10.0.0.57 - - [2025-09-04 03:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011762 10.0.0.57 - - [2025-09-04 03:36:05] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005437 10.0.0.57 - - [2025-09-04 03:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012693 10.0.0.57 - - [2025-09-04 03:36:09] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006297 10.0.0.57 - - [2025-09-04 03:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.57 - - [2025-09-04 03:36:13] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005654 10.0.0.57 - - [2025-09-04 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.57 - - [2025-09-04 03:36:17] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005459 10.0.0.57 - - [2025-09-04 03:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.57 - - [2025-09-04 03:36:21] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005529 10.0.0.131 - - [2025-09-04 03:36:23] "DELETE /project/7de1b56c5e9044b8a74bdaa251802547 HTTP/1.1" 404 173 0.006035 10.0.0.131 - - [2025-09-04 03:36:23] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000815 10.0.0.131 - - [2025-09-04 03:36:23] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.065180 10.0.0.131 - - [2025-09-04 03:36:23] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000926 10.0.0.131 - - [2025-09-04 03:36:23] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?fields=security_groups HTTP/1.1" 200 1375 0.066444 10.0.0.131 - - [2025-09-04 03:36:23] "DELETE /security-group/5acc0706-bfae-490f-8321-5451ad763b11 HTTP/1.1" 200 115 0.055187 10.0.0.131 - - [2025-09-04 03:36:23] "GET /projects?obj_uuids=25d8660c-dc50-44b8-8cca-53bafc1143f4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001186 10.0.0.131 - - [2025-09-04 03:36:23] "GET /project/25d8660c-dc50-44b8-8cca-53bafc1143f4?fields=application_policy_sets HTTP/1.1" 200 1414 0.058263 10.0.0.131 - - [2025-09-04 03:36:24] "DELETE /access-control-list/8767410b-0649-4718-a614-1d8d43f7ab86 HTTP/1.1" 200 115 0.056342 10.0.0.131 - - [2025-09-04 03:36:24] "DELETE /project/25d8660c-dc50-44b8-8cca-53bafc1143f4 HTTP/1.1" 404 190 0.468382 10.0.0.131 - - [2025-09-04 03:36:25] "GET /global-system-configs HTTP/1.1" 200 323 0.050164 10.0.0.57 - - [2025-09-04 03:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.57 - - [2025-09-04 03:36:25] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007548 10.0.0.38 - - [2025-09-04 03:36:25] "GET /obj-perms HTTP/1.1" 200 5056 0.135137 10.0.0.57 - - [2025-09-04 03:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.046289 10.0.0.131 - - [2025-09-04 03:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.159718 10.0.0.57 - - [2025-09-04 03:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.180311 10.0.0.38 - - [2025-09-04 03:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.097312 10.0.0.131 - - [2025-09-04 03:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.105299 10.0.0.38 - - [2025-09-04 03:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.155619 10.0.0.38 - - [2025-09-04 03:36:26] "GET /global-system-configs HTTP/1.1" 200 323 0.087418 10.0.0.131 - - [2025-09-04 03:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.103130 10.0.0.57 - - [2025-09-04 03:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.113651 10.0.0.57 - - [2025-09-04 03:36:27] "GET /global-system-configs HTTP/1.1" 200 323 0.058859 10.0.0.57 - - [2025-09-04 03:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.57 - - [2025-09-04 03:36:30] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005760 10.0.0.57 - - [2025-09-04 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.57 - - [2025-09-04 03:36:34] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005071 10.0.0.57 - - [2025-09-04 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.57 - - [2025-09-04 03:36:38] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005642 10.0.0.57 - - [2025-09-04 03:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.57 - - [2025-09-04 03:36:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010151 10.0.0.57 - - [2025-09-04 03:36:40] "GET /virtual-networks?parent_id=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006000 10.0.0.57 - - [2025-09-04 03:36:40] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005576 10.0.0.57 - - [2025-09-04 03:36:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007350 10.0.0.57 - - [2025-09-04 03:36:43] "POST /neutron/network HTTP/1.1" 200 832 0.006739 10.0.0.57 - - [2025-09-04 03:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.57 - - [2025-09-04 03:36:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.013827 10.0.0.57 - - [2025-09-04 03:36:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014723 10.0.0.57 - - [2025-09-04 03:36:52] "POST /neutron/security_group HTTP/1.1" 200 2057 0.044664 10.0.0.57 - - [2025-09-04 03:37:01] "POST /neutron/port HTTP/1.1" 200 1086 0.017895 10.0.0.57 - - [2025-09-04 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007324 10.0.0.57 - - [2025-09-04 03:37:06] "POST /neutron/port HTTP/1.1" 200 1086 0.015533 10.0.0.57 - - [2025-09-04 03:37:06] "GET /virtual-machine/34730083-4260-41fc-b89d-be53d5bf61ce HTTP/1.1" 200 1293 0.006196 10.0.0.57 - - [2025-09-04 03:37:06] "GET /virtual-machine-interface/b7dbf104-8123-4e43-975b-13719221a97f HTTP/1.1" 200 2944 0.005051 10.0.0.57 - - [2025-09-04 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.57 - - [2025-09-04 03:37:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004034 10.0.0.57 - - [2025-09-04 03:37:06] "GET /virtual-networks?parent_id=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002738 10.0.0.57 - - [2025-09-04 03:37:06] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006345 10.0.0.57 - - [2025-09-04 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.57 - - [2025-09-04 03:37:07] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003997 10.0.0.57 - - [2025-09-04 03:37:07] "GET /virtual-networks?parent_id=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003686 10.0.0.57 - - [2025-09-04 03:37:07] "GET /virtual-network/9c9e9d29-0fc0-4fdc-9ab2-ffdfdb55f577?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006756 10.0.0.38 - - [2025-09-04 03:37:31] "GET /obj-perms HTTP/1.1" 200 5056 0.042157 10.0.0.131 - - [2025-09-04 03:37:32] "GET /obj-perms HTTP/1.1" 200 5056 0.045246 10.0.0.57 - - [2025-09-04 03:37:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015083 10.0.0.57 - - [2025-09-04 03:37:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.009010 10.0.0.57 - - [2025-09-04 03:38:28] "POST /neutron/network HTTP/1.1" 200 822 0.006652 10.0.0.57 - - [2025-09-04 03:38:29] "POST /neutron/port HTTP/1.1" 200 1112 0.012294 10.0.0.57 - - [2025-09-04 03:38:29] "POST /neutron/port HTTP/1.1" 200 1112 0.009650 10.0.0.131 - - [2025-09-04 03:38:30] "POST /useragent-kv HTTP/1.1" 200 115 0.076950 10.0.0.131 - - [2025-09-04 03:38:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003004 10.0.0.57 - - [2025-09-04 03:38:30] "POST /neutron/network HTTP/1.1" 200 151 0.193549 10.0.0.131 - - [2025-09-04 03:38:32] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001755 10.0.0.57 - - [2025-09-04 03:38:32] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.102119 10.0.0.131 - - [2025-09-04 03:38:32] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001267 10.0.0.57 - - [2025-09-04 03:38:32] "GET /obj-perms HTTP/1.1" 200 5056 0.074746 10.0.0.57 - - [2025-09-04 03:38:32] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?fields=virtual_networks HTTP/1.1" 200 1032 0.049164 10.0.0.131 - - [2025-09-04 03:38:32] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000886 10.0.0.57 - - [2025-09-04 03:38:32] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045660 10.0.0.131 - - [2025-09-04 03:38:32] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001313 10.0.0.57 - - [2025-09-04 03:38:32] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?fields=security_groups HTTP/1.1" 200 1258 0.051590 10.0.0.57 - - [2025-09-04 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 187 0.023675 10.0.0.131 - - [2025-09-04 03:38:33] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003060 10.0.0.131 - - [2025-09-04 03:38:33] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.131 - - [2025-09-04 03:38:33] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033447 10.0.0.131 - - [2025-09-04 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 189 0.001247 10.0.0.131 - - [2025-09-04 03:38:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.011199 10.0.0.131 - - [2025-09-04 03:38:34] "POST /security-groups HTTP/1.1" 200 590 0.033559 10.0.0.131 - - [2025-09-04 03:38:34] "POST /projects HTTP/1.1" 200 583 0.238804 10.0.0.131 - - [2025-09-04 03:38:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.032117 10.0.0.131 - - [2025-09-04 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.306031 10.0.0.131 - - [2025-09-04 03:38:34] "POST /access-control-lists HTTP/1.1" 200 595 0.033138 10.0.0.57 - - [2025-09-04 03:38:34] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.494464 10.0.0.57 - - [2025-09-04 03:38:35] "GET / HTTP/1.1" 200 36215 0.001992 10.0.0.57 - - [2025-09-04 03:38:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625 10.0.0.57 - - [2025-09-04 03:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.065181 10.0.0.131 - - [2025-09-04 03:38:37] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.57 - - [2025-09-04 03:38:37] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033264 10.0.0.131 - - [2025-09-04 03:38:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007555 10.0.0.57 - - [2025-09-04 03:38:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.277808 10.0.0.57 - - [2025-09-04 03:38:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001324 10.0.0.57 - - [2025-09-04 03:38:38] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005502 10.0.0.57 - - [2025-09-04 03:38:38] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005456 10.0.0.57 - - [2025-09-04 03:38:38] "POST /neutron/network HTTP/1.1" 200 825 0.006551 10.0.0.57 - - [2025-09-04 03:38:38] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005811 10.0.0.57 - - [2025-09-04 03:38:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001674 10.0.0.131 - - [2025-09-04 03:38:41] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001309 10.0.0.57 - - [2025-09-04 03:38:41] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059402 10.0.0.57 - - [2025-09-04 03:38:41] "POST /neutron/network HTTP/1.1" 200 825 0.028939 10.0.0.57 - - [2025-09-04 03:38:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001322 10.0.0.57 - - [2025-09-04 03:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.007036 10.0.0.131 - - [2025-09-04 03:38:41] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001224 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/port HTTP/1.1" 200 1061 0.326574 10.0.0.131 - - [2025-09-04 03:38:42] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001238 10.0.0.57 - - [2025-09-04 03:38:42] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079245 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/port HTTP/1.1" 200 1115 0.172477 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/port HTTP/1.1" 200 1089 0.023149 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008192 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.010628 10.0.0.57 - - [2025-09-04 03:38:42] "POST /neutron/network HTTP/1.1" 200 835 0.006949 10.0.0.57 - - [2025-09-04 03:38:43] "POST /neutron/port HTTP/1.1" 200 1061 0.015920 10.0.0.57 - - [2025-09-04 03:38:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004569 10.0.0.57 - - [2025-09-04 03:38:43] "POST /neutron/network HTTP/1.1" 200 825 0.006611 10.0.0.57 - - [2025-09-04 03:38:44] "POST /neutron/network HTTP/1.1" 200 835 0.006970 10.0.0.57 - - [2025-09-04 03:38:44] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.57 - - [2025-09-04 03:38:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007102 10.0.0.57 - - [2025-09-04 03:38:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015479 10.0.0.57 - - [2025-09-04 03:38:48] "GET /virtual-machine/763383d5-8ebe-4639-979b-5180fc5e694d HTTP/1.1" 401 292 0.000423 10.0.0.57 - - [2025-09-04 03:38:48] "GET /virtual-machine/763383d5-8ebe-4639-979b-5180fc5e694d HTTP/1.1" 200 1293 0.031399 10.0.0.57 - - [2025-09-04 03:38:48] "GET /virtual-machine-interface/48349e72-6192-41c8-a692-61f5a519b240 HTTP/1.1" 200 2943 0.005376 10.0.0.57 - - [2025-09-04 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.57 - - [2025-09-04 03:38:48] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003897 10.0.0.57 - - [2025-09-04 03:38:48] "GET /virtual-networks?parent_id=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002990 10.0.0.57 - - [2025-09-04 03:38:48] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006098 10.0.0.57 - - [2025-09-04 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.57 - - [2025-09-04 03:38:51] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005765 10.0.0.57 - - [2025-09-04 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.57 - - [2025-09-04 03:38:55] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007154 10.0.0.57 - - [2025-09-04 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.57 - - [2025-09-04 03:38:59] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005038 10.0.0.57 - - [2025-09-04 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.57 - - [2025-09-04 03:39:03] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005270 10.0.0.57 - - [2025-09-04 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.57 - - [2025-09-04 03:39:07] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005109 10.0.0.57 - - [2025-09-04 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.57 - - [2025-09-04 03:39:12] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006581 10.0.0.57 - - [2025-09-04 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.57 - - [2025-09-04 03:39:16] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005836 10.0.0.57 - - [2025-09-04 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.57 - - [2025-09-04 03:39:20] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005811 10.0.0.57 - - [2025-09-04 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.57 - - [2025-09-04 03:39:24] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008130 10.0.0.131 - - [2025-09-04 03:39:24] "DELETE /project/f61f59e3d26f4bdda2378a7cd2f2e4a6 HTTP/1.1" 404 173 0.006199 10.0.0.131 - - [2025-09-04 03:39:24] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000805 10.0.0.131 - - [2025-09-04 03:39:24] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.040872 10.0.0.131 - - [2025-09-04 03:39:24] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001431 10.0.0.131 - - [2025-09-04 03:39:24] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?fields=security_groups HTTP/1.1" 200 1360 0.045841 10.0.0.131 - - [2025-09-04 03:39:24] "DELETE /security-group/d9e10466-2c53-4a2b-806c-8fda8bf3d910 HTTP/1.1" 200 115 0.056212 10.0.0.131 - - [2025-09-04 03:39:24] "GET /projects?obj_uuids=7de1b56c-5e90-44b8-a74b-daa251802547&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001218 10.0.0.131 - - [2025-09-04 03:39:24] "DELETE /access-control-list/2c8f7408-a63d-49ff-a6ac-124398d76b5c HTTP/1.1" 200 115 0.039035 10.0.0.131 - - [2025-09-04 03:39:24] "GET /project/7de1b56c-5e90-44b8-a74b-daa251802547?fields=application_policy_sets HTTP/1.1" 200 1399 0.048491 10.0.0.131 - - [2025-09-04 03:39:24] "DELETE /project/7de1b56c-5e90-44b8-a74b-daa251802547 HTTP/1.1" 200 115 0.432095 10.0.0.57 - - [2025-09-04 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.57 - - [2025-09-04 03:39:28] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007321 10.0.0.57 - - [2025-09-04 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.57 - - [2025-09-04 03:39:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004462 10.0.0.57 - - [2025-09-04 03:39:30] "GET /virtual-networks?parent_id=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003612 10.0.0.57 - - [2025-09-04 03:39:30] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006569 10.0.0.57 - - [2025-09-04 03:39:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007251 10.0.0.57 - - [2025-09-04 03:39:41] "POST /neutron/port HTTP/1.1" 200 1089 0.015363 10.0.0.57 - - [2025-09-04 03:39:41] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007473 10.0.0.57 - - [2025-09-04 03:39:46] "POST /neutron/port HTTP/1.1" 200 1089 0.014871 10.0.0.57 - - [2025-09-04 03:39:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003769 10.0.0.57 - - [2025-09-04 03:39:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007858 10.0.0.57 - - [2025-09-04 03:39:51] "POST /neutron/port HTTP/1.1" 200 1089 0.019605 10.0.0.57 - - [2025-09-04 03:39:56] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007226 10.0.0.57 - - [2025-09-04 03:39:56] "POST /neutron/port HTTP/1.1" 200 1089 0.016645 10.0.0.57 - - [2025-09-04 03:39:56] "GET /virtual-machine/efcdd2ea-663f-4d9b-8b30-c64a066ff355 HTTP/1.1" 200 1294 0.005779 10.0.0.57 - - [2025-09-04 03:39:56] "GET /virtual-machine-interface/a5f6ef2a-9bf5-42cd-8ec1-32fb48b1dd11 HTTP/1.1" 200 2944 0.005657 10.0.0.57 - - [2025-09-04 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.57 - - [2025-09-04 03:39:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003633 10.0.0.57 - - [2025-09-04 03:39:56] "GET /virtual-networks?parent_id=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002535 10.0.0.57 - - [2025-09-04 03:39:57] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005524 10.0.0.57 - - [2025-09-04 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.57 - - [2025-09-04 03:39:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004757 10.0.0.57 - - [2025-09-04 03:39:58] "GET /virtual-networks?parent_id=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003199 10.0.0.57 - - [2025-09-04 03:39:58] "GET /virtual-network/8d93438f-5f24-4e8f-af5a-1461b6f52c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006810 10.0.0.57 - - [2025-09-04 03:40:23] "POST /neutron/network HTTP/1.1" 400 204 0.014438 10.0.0.57 - - [2025-09-04 03:40:24] "POST /neutron/port HTTP/1.1" 200 1089 0.014227 10.0.0.57 - - [2025-09-04 03:40:24] "POST /neutron/port HTTP/1.1" 200 151 0.210009 10.0.0.131 - - [2025-09-04 03:40:26] "DELETE /route-target/47da6150-e3cf-4fdb-b466-2832492c398b HTTP/1.1" 200 115 0.020755 10.0.0.131 - - [2025-09-04 03:40:27] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001630 10.0.0.57 - - [2025-09-04 03:40:27] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038660 10.0.0.131 - - [2025-09-04 03:40:27] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001131 10.0.0.57 - - [2025-09-04 03:40:27] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?fields=virtual_networks HTTP/1.1" 200 1033 0.056050 10.0.0.131 - - [2025-09-04 03:40:27] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001402 10.0.0.57 - - [2025-09-04 03:40:27] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.054292 10.0.0.131 - - [2025-09-04 03:40:27] "GET /projects?obj_uuids=f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001458 10.0.0.57 - - [2025-09-04 03:40:27] "GET /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6?fields=security_groups HTTP/1.1" 200 1259 0.041498 10.0.0.38 - - [2025-09-04 03:40:34] "GET /obj-perms HTTP/1.1" 200 5056 0.050774 10.0.0.131 - - [2025-09-04 03:40:34] "GET /obj-perms HTTP/1.1" 200 5056 0.043951 10.0.0.57 - - [2025-09-04 03:40:42] "GET / HTTP/1.1" 200 36215 0.001887 10.0.0.57 - - [2025-09-04 03:40:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.57 - - [2025-09-04 03:40:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.045124 10.0.0.131 - - [2025-09-04 03:40:43] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004373 10.0.0.131 - - [2025-09-04 03:40:43] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003316 10.0.0.131 - - [2025-09-04 03:40:43] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010860 10.0.0.131 - - [2025-09-04 03:40:43] "POST /id-to-fqname HTTP/1.1" 200 203 0.002077 10.0.0.131 - - [2025-09-04 03:40:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.004111 10.0.0.131 - - [2025-09-04 03:40:43] "POST /security-groups HTTP/1.1" 200 604 0.030748 10.0.0.131 - - [2025-09-04 03:40:43] "POST /fqname-to-id HTTP/1.1" 404 247 0.003456 10.0.0.131 - - [2025-09-04 03:40:43] "POST /projects HTTP/1.1" 200 611 0.238700 10.0.0.131 - - [2025-09-04 03:40:43] "POST /access-control-lists HTTP/1.1" 200 609 0.025576 10.0.0.131 - - [2025-09-04 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.318534 10.0.0.57 - - [2025-09-04 03:40:44] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.460788 10.0.0.57 - - [2025-09-04 03:40:45] "GET / HTTP/1.1" 200 36215 0.001967 10.0.0.57 - - [2025-09-04 03:40:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000701 10.0.0.57 - - [2025-09-04 03:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.072188 10.0.0.131 - - [2025-09-04 03:40:45] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000920 10.0.0.57 - - [2025-09-04 03:40:45] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045328 10.0.0.57 - - [2025-09-04 03:40:45] "POST /neutron/network HTTP/1.1" 200 117 0.030002 10.0.0.57 - - [2025-09-04 03:40:46] "POST /neutron/network HTTP/1.1" 200 840 0.008340 10.0.0.57 - - [2025-09-04 03:40:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001195 10.0.0.57 - - [2025-09-04 03:40:46] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005349 10.0.0.57 - - [2025-09-04 03:40:46] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006227 10.0.0.57 - - [2025-09-04 03:40:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.009420 10.0.0.57 - - [2025-09-04 03:40:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001348 10.0.0.131 - - [2025-09-04 03:40:47] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001090 10.0.0.57 - - [2025-09-04 03:40:47] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.062958 10.0.0.57 - - [2025-09-04 03:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.006267 10.0.0.57 - - [2025-09-04 03:40:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.002004 10.0.0.57 - - [2025-09-04 03:40:47] "POST /neutron/network HTTP/1.1" 200 850 0.007061 10.0.0.57 - - [2025-09-04 03:40:48] "POST /neutron/port HTTP/1.1" 200 1074 0.019134 10.0.0.57 - - [2025-09-04 03:40:48] "POST /neutron/port HTTP/1.1" 200 1102 0.015133 10.0.0.57 - - [2025-09-04 03:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.131 - - [2025-09-04 03:40:48] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001622 10.0.0.57 - - [2025-09-04 03:40:48] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.076248 10.0.0.57 - - [2025-09-04 03:40:48] "POST /neutron/port HTTP/1.1" 200 1102 0.021549 10.0.0.57 - - [2025-09-04 03:40:49] "POST /neutron/network HTTP/1.1" 200 850 0.007290 10.0.0.57 - - [2025-09-04 03:40:49] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005474 10.0.0.57 - - [2025-09-04 03:40:49] "POST /neutron/port HTTP/1.1" 200 1074 0.021836 10.0.0.57 - - [2025-09-04 03:40:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003995 10.0.0.57 - - [2025-09-04 03:40:50] "POST /neutron/network HTTP/1.1" 200 840 0.007087 10.0.0.57 - - [2025-09-04 03:40:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048810 10.0.0.57 - - [2025-09-04 03:40:51] "POST /neutron/port HTTP/1.1" 200 1102 0.013886 10.0.0.57 - - [2025-09-04 03:40:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007526 10.0.0.57 - - [2025-09-04 03:40:51] "GET /virtual-machine/64cc21b5-182b-4859-ba7d-5d8f30ad4f59 HTTP/1.1" 401 292 0.000453 10.0.0.57 - - [2025-09-04 03:40:51] "GET /virtual-machine/64cc21b5-182b-4859-ba7d-5d8f30ad4f59 HTTP/1.1" 200 1307 0.029022 10.0.0.57 - - [2025-09-04 03:40:51] "GET /virtual-machine-interface/19c2f96e-3965-48d8-a4c1-ca7eed412350 HTTP/1.1" 200 3016 0.006674 10.0.0.57 - - [2025-09-04 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.57 - - [2025-09-04 03:40:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003800 10.0.0.57 - - [2025-09-04 03:40:51] "GET /virtual-networks?parent_id=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003663 10.0.0.57 - - [2025-09-04 03:40:52] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006455 10.0.0.57 - - [2025-09-04 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.57 - - [2025-09-04 03:40:55] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006764 10.0.0.57 - - [2025-09-04 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.57 - - [2025-09-04 03:40:59] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005306 10.0.0.57 - - [2025-09-04 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.57 - - [2025-09-04 03:41:03] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005311 10.0.0.57 - - [2025-09-04 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.57 - - [2025-09-04 03:41:07] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005556 10.0.0.57 - - [2025-09-04 03:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.57 - - [2025-09-04 03:41:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004264 10.0.0.57 - - [2025-09-04 03:41:09] "GET /virtual-networks?parent_id=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003427 10.0.0.57 - - [2025-09-04 03:41:09] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005784 10.0.0.57 - - [2025-09-04 03:41:09] "POST /neutron/port HTTP/1.1" 200 1102 0.014383 10.0.0.57 - - [2025-09-04 03:41:11] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006917 10.0.0.57 - - [2025-09-04 03:41:19] "POST /neutron/port HTTP/1.1" 200 1102 0.019253 10.0.0.57 - - [2025-09-04 03:41:19] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007525 10.0.0.57 - - [2025-09-04 03:41:19] "GET /virtual-machine/c6b56e6e-4b98-4846-bc44-00dd4fb7550a HTTP/1.1" 200 1308 0.009616 10.0.0.57 - - [2025-09-04 03:41:19] "GET /virtual-machine-interface/3fdf733c-ea3c-4491-908c-b291497da79d HTTP/1.1" 200 3016 0.009103 10.0.0.57 - - [2025-09-04 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.57 - - [2025-09-04 03:41:19] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004176 10.0.0.57 - - [2025-09-04 03:41:19] "GET /virtual-networks?parent_id=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003352 10.0.0.57 - - [2025-09-04 03:41:20] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005325 10.0.0.57 - - [2025-09-04 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.57 - - [2025-09-04 03:41:21] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004749 10.0.0.57 - - [2025-09-04 03:41:21] "GET /virtual-networks?parent_id=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002895 10.0.0.57 - - [2025-09-04 03:41:21] "GET /virtual-network/63a48669-8cdd-4b47-ab47-0c7d1d8bc17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007383 10.0.0.57 - - [2025-09-04 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.57 - - [2025-09-04 03:41:21] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003378 10.0.0.57 - - [2025-09-04 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.57 - - [2025-09-04 03:41:21] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005056 10.0.0.57 - - [2025-09-04 03:41:21] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.011487 10.0.0.131 - - [2025-09-04 03:41:24] "DELETE /project/3b9dd05bcaa549cc8d1137f9fdbd6682 HTTP/1.1" 404 173 0.002649 10.0.0.131 - - [2025-09-04 03:41:24] "DELETE /project/f61f59e3-d26f-4bdd-a237-8a7cd2f2e4a6 HTTP/1.1" 404 177 0.005601 10.0.0.131 - - [2025-09-04 03:41:25] "GET /global-system-configs HTTP/1.1" 200 323 0.057914 10.0.0.57 - - [2025-09-04 03:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.059609 10.0.0.131 - - [2025-09-04 03:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.183208 10.0.0.38 - - [2025-09-04 03:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.281451 10.0.0.38 - - [2025-09-04 03:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.203869 10.0.0.57 - - [2025-09-04 03:41:26] "GET /obj-perms HTTP/1.1" 200 5056 0.274746 10.0.0.131 - - [2025-09-04 03:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.040096 10.0.0.38 - - [2025-09-04 03:41:26] "GET /global-system-configs HTTP/1.1" 200 323 0.139089 10.0.0.131 - - [2025-09-04 03:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.210707 10.0.0.38 - - [2025-09-04 03:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.228546 10.0.0.57 - - [2025-09-04 03:41:27] "GET /global-system-configs HTTP/1.1" 200 323 0.119044 10.0.0.57 - - [2025-09-04 03:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.213066 10.0.0.57 - - [2025-09-04 03:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008880 10.0.0.57 - - [2025-09-04 03:41:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004434 10.0.0.57 - - [2025-09-04 03:41:34] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.013386 10.0.0.57 - - [2025-09-04 03:41:48] "POST /neutron/port HTTP/1.1" 200 1102 0.014842 10.0.0.57 - - [2025-09-04 03:41:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.57 - - [2025-09-04 03:41:48] "POST /neutron/network HTTP/1.1" 200 840 0.007298 10.0.0.57 - - [2025-09-04 03:42:11] "POST /neutron/port HTTP/1.1" 200 1102 0.014927 10.0.0.57 - - [2025-09-04 03:42:11] "POST /neutron/port HTTP/1.1" 200 151 0.179035 10.0.0.57 - - [2025-09-04 03:42:13] "POST /neutron/network HTTP/1.1" 200 840 0.007437 10.0.0.131 - - [2025-09-04 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006622 10.0.0.131 - - [2025-09-04 03:42:13] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001001 10.0.0.57 - - [2025-09-04 03:42:13] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.042004 10.0.0.131 - - [2025-09-04 03:42:13] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001341 10.0.0.57 - - [2025-09-04 03:42:13] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?fields=virtual_networks HTTP/1.1" 200 1060 0.041602 10.0.0.131 - - [2025-09-04 03:42:13] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000939 10.0.0.57 - - [2025-09-04 03:42:13] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.041206 10.0.0.131 - - [2025-09-04 03:42:13] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001364 10.0.0.57 - - [2025-09-04 03:42:13] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?fields=security_groups HTTP/1.1" 200 1300 0.041919 10.0.0.57 - - [2025-09-04 03:42:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.035083 10.0.0.131 - - [2025-09-04 03:42:14] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002995 10.0.0.131 - - [2025-09-04 03:42:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.131 - - [2025-09-04 03:42:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007003 10.0.0.131 - - [2025-09-04 03:42:15] "POST /id-to-fqname HTTP/1.1" 200 209 0.003077 10.0.0.131 - - [2025-09-04 03:42:15] "POST /fqname-to-id HTTP/1.1" 404 217 0.007927 10.0.0.131 - - [2025-09-04 03:42:15] "POST /security-groups HTTP/1.1" 200 609 0.028850 10.0.0.131 - - [2025-09-04 03:42:15] "POST /projects HTTP/1.1" 200 621 0.228879 10.0.0.131 - - [2025-09-04 03:42:15] "POST /access-control-lists HTTP/1.1" 200 616 0.023360 10.0.0.131 - - [2025-09-04 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295640 10.0.0.57 - - [2025-09-04 03:42:15] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.424829 10.0.0.57 - - [2025-09-04 03:42:16] "GET / HTTP/1.1" 200 36215 0.001472 10.0.0.57 - - [2025-09-04 03:42:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.57 - - [2025-09-04 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055823 10.0.0.131 - - [2025-09-04 03:42:17] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001215 10.0.0.57 - - [2025-09-04 03:42:17] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.040832 10.0.0.131 - - [2025-09-04 03:42:17] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001035 10.0.0.57 - - [2025-09-04 03:42:17] "POST /neutron/network HTTP/1.1" 200 625 0.159565 10.0.0.131 - - [2025-09-04 03:42:17] "POST /route-targets HTTP/1.1" 200 328 0.015125 10.0.0.57 - - [2025-09-04 03:42:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.003549 10.0.0.57 - - [2025-09-04 03:42:17] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008939 10.0.0.57 - - [2025-09-04 03:42:17] "POST /neutron/network HTTP/1.1" 200 844 0.008351 10.0.0.57 - - [2025-09-04 03:42:17] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006750 10.0.0.57 - - [2025-09-04 03:42:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.002054 10.0.0.57 - - [2025-09-04 03:42:18] "POST /neutron/network HTTP/1.1" 200 854 0.009500 10.0.0.131 - - [2025-09-04 03:42:18] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001411 10.0.0.57 - - [2025-09-04 03:42:18] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.059845 10.0.0.57 - - [2025-09-04 03:42:19] "POST /neutron/port HTTP/1.1" 200 117 0.006642 10.0.0.57 - - [2025-09-04 03:42:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001965 10.0.0.57 - - [2025-09-04 03:42:19] "POST /neutron/network HTTP/1.1" 200 854 0.007055 10.0.0.57 - - [2025-09-04 03:42:19] "POST /neutron/port HTTP/1.1" 200 1078 0.019359 10.0.0.57 - - [2025-09-04 03:42:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009708 10.0.0.131 - - [2025-09-04 03:42:20] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002333 10.0.0.57 - - [2025-09-04 03:42:20] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.094622 10.0.0.57 - - [2025-09-04 03:42:20] "POST /neutron/network HTTP/1.1" 200 844 0.018355 10.0.0.57 - - [2025-09-04 03:42:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008316 10.0.0.131 - - [2025-09-04 03:42:20] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001351 10.0.0.57 - - [2025-09-04 03:42:21] "POST /neutron/port HTTP/1.1" 200 1078 0.300465 10.0.0.57 - - [2025-09-04 03:42:21] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005560 10.0.0.57 - - [2025-09-04 03:42:21] "POST /neutron/port HTTP/1.1" 200 1132 0.142340 10.0.0.57 - - [2025-09-04 03:42:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.011055 10.0.0.38 - - [2025-09-04 03:42:22] "GET /obj-perms HTTP/1.1" 200 5066 0.052101 10.0.0.57 - - [2025-09-04 03:42:22] "POST /neutron/port HTTP/1.1" 200 1106 0.017233 10.0.0.57 - - [2025-09-04 03:42:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010257 10.0.0.57 - - [2025-09-04 03:42:22] "GET /virtual-machine/9d701625-8143-478b-9b3c-e867dbba976c HTTP/1.1" 401 292 0.000425 10.0.0.57 - - [2025-09-04 03:42:23] "GET /virtual-machine/9d701625-8143-478b-9b3c-e867dbba976c HTTP/1.1" 200 1313 0.029751 10.0.0.57 - - [2025-09-04 03:42:23] "GET /virtual-machine-interface/08cb7400-976c-4968-8ceb-6e829b599edd HTTP/1.1" 200 3040 0.005498 10.0.0.57 - - [2025-09-04 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.57 - - [2025-09-04 03:42:23] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003565 10.0.0.57 - - [2025-09-04 03:42:23] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002520 10.0.0.57 - - [2025-09-04 03:42:23] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006450 10.0.0.131 - - [2025-09-04 03:42:24] "DELETE /project/e04a1ca815574f48a8fd8c21fb9efb3d HTTP/1.1" 404 173 0.006281 10.0.0.131 - - [2025-09-04 03:42:24] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000842 10.0.0.131 - - [2025-09-04 03:42:25] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.047266 10.0.0.131 - - [2025-09-04 03:42:25] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001341 10.0.0.131 - - [2025-09-04 03:42:25] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?fields=security_groups HTTP/1.1" 200 1402 0.069555 10.0.0.131 - - [2025-09-04 03:42:25] "DELETE /security-group/aeafd8fb-4891-414d-97dd-108d018b5a65 HTTP/1.1" 200 115 0.065569 10.0.0.131 - - [2025-09-04 03:42:25] "GET /projects?obj_uuids=3b9dd05b-caa5-49cc-8d11-37f9fdbd6682&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001670 10.0.0.131 - - [2025-09-04 03:42:25] "GET /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682?fields=application_policy_sets HTTP/1.1" 200 1441 0.051462 10.0.0.131 - - [2025-09-04 03:42:25] "DELETE /access-control-list/cc2ff632-5f69-439c-8ff1-3c19c2809ee3 HTTP/1.1" 200 115 0.028587 10.0.0.131 - - [2025-09-04 03:42:25] "DELETE /project/3b9dd05b-caa5-49cc-8d11-37f9fdbd6682 HTTP/1.1" 200 115 0.463724 10.0.0.57 - - [2025-09-04 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.57 - - [2025-09-04 03:42:26] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006917 10.0.0.57 - - [2025-09-04 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.57 - - [2025-09-04 03:42:30] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005695 10.0.0.57 - - [2025-09-04 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.57 - - [2025-09-04 03:42:34] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008542 10.0.0.131 - - [2025-09-04 03:42:35] "GET /obj-perms HTTP/1.1" 200 5056 0.053101 10.0.0.57 - - [2025-09-04 03:42:36] "GET /obj-perms HTTP/1.1" 200 5056 0.042751 10.0.0.57 - - [2025-09-04 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.57 - - [2025-09-04 03:42:38] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005987 10.0.0.57 - - [2025-09-04 03:42:41] "POST /neutron/port HTTP/1.1" 200 1106 0.043284 10.0.0.57 - - [2025-09-04 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.57 - - [2025-09-04 03:42:42] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003466 10.0.0.57 - - [2025-09-04 03:42:42] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002525 10.0.0.57 - - [2025-09-04 03:42:42] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008610 10.0.0.57 - - [2025-09-04 03:42:43] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010232 10.0.0.57 - - [2025-09-04 03:42:48] "POST /neutron/port HTTP/1.1" 200 1106 0.016857 10.0.0.57 - - [2025-09-04 03:42:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011116 10.0.0.57 - - [2025-09-04 03:42:53] "POST /neutron/port HTTP/1.1" 200 1106 0.016013 10.0.0.57 - - [2025-09-04 03:42:53] "GET /virtual-machine/88fdc07d-d653-4c93-a132-0907d0834998 HTTP/1.1" 200 1312 0.008721 10.0.0.57 - - [2025-09-04 03:42:53] "GET /virtual-machine-interface/e6a0fa2b-464a-460f-ab1b-e596f1926f1e HTTP/1.1" 200 3042 0.005735 10.0.0.57 - - [2025-09-04 03:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.57 - - [2025-09-04 03:42:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003569 10.0.0.57 - - [2025-09-04 03:42:53] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002728 10.0.0.57 - - [2025-09-04 03:42:53] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005696 10.0.0.57 - - [2025-09-04 03:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.57 - - [2025-09-04 03:42:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003685 10.0.0.57 - - [2025-09-04 03:42:54] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002999 10.0.0.57 - - [2025-09-04 03:42:54] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005870 10.0.0.57 - - [2025-09-04 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.131 - - [2025-09-04 03:42:55] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000903 10.0.0.57 - - [2025-09-04 03:42:55] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.063877 10.0.0.131 - - [2025-09-04 03:42:55] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001272 10.0.0.57 - - [2025-09-04 03:42:55] "POST /neutron/network HTTP/1.1" 200 625 0.136035 10.0.0.57 - - [2025-09-04 03:42:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.003725 10.0.0.57 - - [2025-09-04 03:42:55] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005901 10.0.0.57 - - [2025-09-04 03:42:55] "POST /neutron/network HTTP/1.1" 200 845 0.007624 10.0.0.57 - - [2025-09-04 03:42:55] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005610 10.0.0.57 - - [2025-09-04 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.131 - - [2025-09-04 03:42:55] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002809 10.0.0.57 - - [2025-09-04 03:42:55] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.067415 10.0.0.57 - - [2025-09-04 03:42:56] "POST /neutron/network HTTP/1.1" 200 117 0.013901 10.0.0.131 - - [2025-09-04 03:42:56] "POST /route-targets HTTP/1.1" 200 328 0.014399 10.0.0.57 - - [2025-09-04 03:42:56] "POST /neutron/network HTTP/1.1" 200 849 0.009802 10.0.0.57 - - [2025-09-04 03:42:56] "POST /id-to-fqname HTTP/1.1" 200 242 0.002384 10.0.0.57 - - [2025-09-04 03:42:56] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007815 10.0.0.57 - - [2025-09-04 03:42:56] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.008504 10.0.0.57 - - [2025-09-04 03:42:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.010389 10.0.0.57 - - [2025-09-04 03:42:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001750 10.0.0.57 - - [2025-09-04 03:42:56] "POST /neutron/network HTTP/1.1" 200 855 0.007498 10.0.0.131 - - [2025-09-04 03:42:57] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.57 - - [2025-09-04 03:42:57] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.085757 10.0.0.57 - - [2025-09-04 03:42:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008010 10.0.0.57 - - [2025-09-04 03:42:57] "POST /id-to-fqname HTTP/1.1" 200 242 0.001413 10.0.0.57 - - [2025-09-04 03:42:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008280 10.0.0.131 - - [2025-09-04 03:42:58] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001743 10.0.0.57 - - [2025-09-04 03:42:58] "POST /neutron/port HTTP/1.1" 200 1079 0.324122 10.0.0.57 - - [2025-09-04 03:42:58] "POST /neutron/port HTTP/1.1" 200 1133 0.121045 10.0.0.131 - - [2025-09-04 03:42:58] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001060 10.0.0.57 - - [2025-09-04 03:42:58] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.102957 10.0.0.57 - - [2025-09-04 03:42:58] "POST /neutron/network HTTP/1.1" 200 849 0.006555 10.0.0.57 - - [2025-09-04 03:42:58] "POST /neutron/network HTTP/1.1" 200 845 0.006835 10.0.0.57 - - [2025-09-04 03:42:59] "POST /neutron/port HTTP/1.1" 200 117 0.006339 10.0.0.57 - - [2025-09-04 03:42:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001338 10.0.0.57 - - [2025-09-04 03:42:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.000975 10.0.0.57 - - [2025-09-04 03:42:59] "POST /neutron/network HTTP/1.1" 200 1557 0.014884 10.0.0.57 - - [2025-09-04 03:43:00] "POST /neutron/port HTTP/1.1" 200 1077 0.017415 10.0.0.57 - - [2025-09-04 03:43:00] "POST /neutron/port HTTP/1.1" 200 1105 0.023911 10.0.0.131 - - [2025-09-04 03:43:00] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000943 10.0.0.57 - - [2025-09-04 03:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.57 - - [2025-09-04 03:43:00] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.091147 10.0.0.57 - - [2025-09-04 03:43:00] "POST /neutron/network HTTP/1.1" 200 845 0.008092 10.0.0.57 - - [2025-09-04 03:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.006974 10.0.0.57 - - [2025-09-04 03:43:00] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005850 10.0.0.131 - - [2025-09-04 03:43:01] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001950 10.0.0.57 - - [2025-09-04 03:43:01] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006716 10.0.0.57 - - [2025-09-04 03:43:01] "POST /neutron/port HTTP/1.1" 200 1079 0.300042 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/port HTTP/1.1" 200 1132 0.123843 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/port HTTP/1.1" 200 1133 0.136168 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.008621 10.0.0.57 - - [2025-09-04 03:43:02] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.004955 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004145 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/network HTTP/1.1" 200 845 0.006796 10.0.0.57 - - [2025-09-04 03:43:02] "GET /obj-perms HTTP/1.1" 200 5066 0.045779 10.0.0.38 - - [2025-09-04 03:43:02] "GET /obj-perms HTTP/1.1" 200 5066 0.003655 10.0.0.131 - - [2025-09-04 03:43:02] "GET /obj-perms HTTP/1.1" 200 5066 0.046052 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/port HTTP/1.1" 200 1105 0.015526 10.0.0.57 - - [2025-09-04 03:43:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007270 10.0.0.57 - - [2025-09-04 03:43:02] "GET /virtual-machine/7e0aa09b-ed3a-4061-9f6f-47deae18a938 HTTP/1.1" 200 1312 0.007444 10.0.0.57 - - [2025-09-04 03:43:02] "GET /virtual-machine-interface/6033d945-6e97-49b2-812c-02edf4dec48c HTTP/1.1" 200 3049 0.015931 10.0.0.57 - - [2025-09-04 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.57 - - [2025-09-04 03:43:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003952 10.0.0.57 - - [2025-09-04 03:43:03] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002677 10.0.0.57 - - [2025-09-04 03:43:03] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007454 10.0.0.57 - - [2025-09-04 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.57 - - [2025-09-04 03:43:06] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006348 10.0.0.57 - - [2025-09-04 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.57 - - [2025-09-04 03:43:10] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007976 10.0.0.57 - - [2025-09-04 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.57 - - [2025-09-04 03:43:14] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006897 10.0.0.57 - - [2025-09-04 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.57 - - [2025-09-04 03:43:18] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005182 10.0.0.57 - - [2025-09-04 03:43:20] "POST /neutron/port HTTP/1.1" 200 1107 0.014306 10.0.0.57 - - [2025-09-04 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.57 - - [2025-09-04 03:43:22] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007438 10.0.0.57 - - [2025-09-04 03:43:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013800 10.0.0.57 - - [2025-09-04 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.57 - - [2025-09-04 03:43:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003571 10.0.0.57 - - [2025-09-04 03:43:24] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002730 10.0.0.57 - - [2025-09-04 03:43:24] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006409 10.0.0.57 - - [2025-09-04 03:43:29] "POST /neutron/port HTTP/1.1" 200 1105 0.014521 10.0.0.57 - - [2025-09-04 03:43:35] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006971 10.0.0.57 - - [2025-09-04 03:43:35] "POST /neutron/port HTTP/1.1" 200 1107 0.014632 10.0.0.57 - - [2025-09-04 03:43:35] "GET /virtual-machine/bd93c089-f6ec-4bd3-873d-fe5e1c6203fc HTTP/1.1" 200 1312 0.006637 10.0.0.57 - - [2025-09-04 03:43:35] "GET /virtual-machine-interface/eb83de00-cde9-498a-8b54-de66fd2f1e8f HTTP/1.1" 200 3042 0.004663 10.0.0.57 - - [2025-09-04 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.57 - - [2025-09-04 03:43:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003228 10.0.0.57 - - [2025-09-04 03:43:35] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002678 10.0.0.57 - - [2025-09-04 03:43:35] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008092 10.0.0.57 - - [2025-09-04 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.57 - - [2025-09-04 03:43:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004122 10.0.0.57 - - [2025-09-04 03:43:36] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003608 10.0.0.57 - - [2025-09-04 03:43:36] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006035 10.0.0.57 - - [2025-09-04 03:43:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007761 10.0.0.57 - - [2025-09-04 03:43:37] "POST /neutron/port HTTP/1.1" 200 2097 0.016114 10.0.0.57 - - [2025-09-04 03:43:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007932 10.0.0.57 - - [2025-09-04 03:43:37] "GET /virtual-machine/9572ce83-36e6-4ae2-94ef-7d4b72db91a8 HTTP/1.1" 200 1590 0.012788 10.0.0.57 - - [2025-09-04 03:43:37] "GET /virtual-machine-interface/050d5125-e6b1-4890-a146-a06106550075 HTTP/1.1" 200 3040 0.006297 10.0.0.57 - - [2025-09-04 03:43:37] "GET /virtual-machine-interface/13549bc8-3dfb-4167-9b43-6c1d3187c9c7 HTTP/1.1" 200 3041 0.005287 10.0.0.57 - - [2025-09-04 03:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.57 - - [2025-09-04 03:43:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003650 10.0.0.57 - - [2025-09-04 03:43:37] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002808 10.0.0.57 - - [2025-09-04 03:43:37] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005558 10.0.0.57 - - [2025-09-04 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.57 - - [2025-09-04 03:43:38] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003714 10.0.0.57 - - [2025-09-04 03:43:38] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003043 10.0.0.57 - - [2025-09-04 03:43:38] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005875 10.0.0.57 - - [2025-09-04 03:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.57 - - [2025-09-04 03:43:38] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003635 10.0.0.57 - - [2025-09-04 03:43:38] "GET /virtual-networks?parent_id=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003187 10.0.0.57 - - [2025-09-04 03:43:38] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006274 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.57 - - [2025-09-04 03:43:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005791 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.57 - - [2025-09-04 03:43:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004417 10.0.0.57 - - [2025-09-04 03:43:40] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.014897 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 404 217 0.004466 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.131 - - [2025-09-04 03:43:40] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.025961 10.0.0.57 - - [2025-09-04 03:43:40] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.065458 10.0.0.57 - - [2025-09-04 03:43:40] "POST /network-policys HTTP/1.1" 200 541 0.027272 10.0.0.57 - - [2025-09-04 03:43:40] "GET /network-policy/98e167f5-7bcc-49da-8bc9-7b2dba1428c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.006620 10.0.0.57 - - [2025-09-04 03:43:40] "POST /neutron/network HTTP/1.1" 200 938 0.011336 10.0.0.57 - - [2025-09-04 03:43:40] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005672 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.57 - - [2025-09-04 03:43:40] "GET /network-policy/98e167f5-7bcc-49da-8bc9-7b2dba1428c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.004438 10.0.0.57 - - [2025-09-04 03:43:40] "POST /neutron/network HTTP/1.1" 200 939 0.008098 10.0.0.57 - - [2025-09-04 03:43:40] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.005349 10.0.0.57 - - [2025-09-04 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.57 - - [2025-09-04 03:43:40] "GET /network-policy/98e167f5-7bcc-49da-8bc9-7b2dba1428c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.004073 10.0.0.131 - - [2025-09-04 03:43:41] "POST /access-control-lists HTTP/1.1" 200 611 0.083388 10.0.0.57 - - [2025-09-04 03:43:41] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006787 10.0.0.131 - - [2025-09-04 03:43:41] "POST /ref-update HTTP/1.1" 200 156 0.035824 10.0.0.57 - - [2025-09-04 03:43:41] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.005795 10.0.0.38 - - [2025-09-04 03:43:42] "GET /obj-perms HTTP/1.1" 200 5066 0.003717 10.0.0.131 - - [2025-09-04 03:43:42] "GET /obj-perms HTTP/1.1" 200 5066 0.003542 10.0.0.57 - - [2025-09-04 03:43:42] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005887 10.0.0.57 - - [2025-09-04 03:43:42] "GET /obj-perms HTTP/1.1" 200 5066 0.004214 10.0.0.57 - - [2025-09-04 03:43:42] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.005428 10.0.0.57 - - [2025-09-04 03:43:43] "GET /virtual-network/7cfe280b-268c-4a13-8898-a9431d0d0489?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006603 10.0.0.38 - - [2025-09-04 03:43:43] "GET /obj-perms HTTP/1.1" 200 5066 0.003802 10.0.0.131 - - [2025-09-04 03:43:43] "GET /obj-perms HTTP/1.1" 200 5066 0.004274 10.0.0.57 - - [2025-09-04 03:43:44] "POST /neutron/network HTTP/1.1" 200 949 0.006396 10.0.0.57 - - [2025-09-04 03:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.57 - - [2025-09-04 03:43:49] "POST /neutron/port HTTP/1.1" 200 1106 0.037124 10.0.0.57 - - [2025-09-04 03:43:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.009441 10.0.0.57 - - [2025-09-04 03:43:57] "GET /obj-perms HTTP/1.1" 200 5066 0.004069 10.0.0.57 - - [2025-09-04 03:44:37] "GET /obj-perms HTTP/1.1" 200 5056 0.067582 10.0.0.57 - - [2025-09-04 03:44:44] "POST /neutron/port HTTP/1.1" 200 1105 0.015485 10.0.0.57 - - [2025-09-04 03:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003546 10.0.0.57 - - [2025-09-04 03:44:45] "POST /neutron/network HTTP/1.1" 200 849 0.007077 10.0.0.57 - - [2025-09-04 03:44:51] "POST /neutron/network HTTP/1.1" 200 948 0.006869 10.0.0.57 - - [2025-09-04 03:44:51] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.57 - - [2025-09-04 03:45:46] "POST /neutron/port HTTP/1.1" 200 1107 0.014607 10.0.0.57 - - [2025-09-04 03:45:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.008786 10.0.0.57 - - [2025-09-04 03:45:53] "POST /neutron/port HTTP/1.1" 200 2097 0.015351 10.0.0.57 - - [2025-09-04 03:45:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.57 - - [2025-09-04 03:45:53] "POST /neutron/network HTTP/1.1" 200 938 0.007088 10.0.0.57 - - [2025-09-04 03:45:53] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.131 - - [2025-09-04 03:46:25] "GET /global-system-configs HTTP/1.1" 200 323 0.028268 10.0.0.57 - - [2025-09-04 03:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.078467 10.0.0.57 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.158544 10.0.0.131 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.169881 10.0.0.38 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.193517 10.0.0.38 - - [2025-09-04 03:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.075098 10.0.0.131 - - [2025-09-04 03:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.029346 10.0.0.38 - - [2025-09-04 03:46:26] "GET /global-system-configs HTTP/1.1" 200 323 0.059765 10.0.0.131 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.069666 10.0.0.57 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.082853 10.0.0.38 - - [2025-09-04 03:46:26] "GET /obj-perms HTTP/1.1" 200 5056 0.107191 10.0.0.57 - - [2025-09-04 03:46:27] "GET /global-system-configs HTTP/1.1" 200 323 0.092505 10.0.0.57 - - [2025-09-04 03:46:47] "POST /neutron/port HTTP/1.1" 200 1105 0.014120 10.0.0.57 - - [2025-09-04 03:46:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.008392 10.0.0.57 - - [2025-09-04 03:46:54] "POST /neutron/port HTTP/1.1" 200 1106 0.019028 10.0.0.57 - - [2025-09-04 03:46:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008226 10.0.0.57 - - [2025-09-04 03:46:54] "POST /neutron/network HTTP/1.1" 200 938 0.010229 10.0.0.57 - - [2025-09-04 03:47:20] "GET /obj-perms HTTP/1.1" 200 5066 0.004784 10.0.0.57 - - [2025-09-04 03:47:22] "GET /obj-perms HTTP/1.1" 200 5066 0.003863 10.0.0.57 - - [2025-09-04 03:47:23] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2397 0.027951 10.0.0.131 - - [2025-09-04 03:47:23] "POST /ref-update HTTP/1.1" 200 156 0.020600 10.0.0.57 - - [2025-09-04 03:47:23] "POST /neutron/network HTTP/1.1" 200 845 0.047509 10.0.0.57 - - [2025-09-04 03:47:23] "GET /virtual-network/90985eda-41c6-42b9-aa24-7478dbbade9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.012896 10.0.0.57 - - [2025-09-04 03:47:23] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.010806 10.0.0.57 - - [2025-09-04 03:47:24] "POST /neutron/network HTTP/1.1" 200 844 0.009124 10.0.0.57 - - [2025-09-04 03:47:24] "GET /virtual-network/1bc519c0-7e8a-4200-90a7-c7e2ddd7d6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005406 10.0.0.57 - - [2025-09-04 03:47:24] "DELETE /network-policy/98e167f5-7bcc-49da-8bc9-7b2dba1428c6 HTTP/1.1" 200 115 0.040740 10.0.0.57 - - [2025-09-04 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.57 - - [2025-09-04 03:47:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004755 10.0.0.57 - - [2025-09-04 03:47:24] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.013161 10.0.0.131 - - [2025-09-04 03:47:24] "POST /ref-update HTTP/1.1" 200 156 0.019537 10.0.0.57 - - [2025-09-04 03:47:26] "POST /neutron/port HTTP/1.1" 200 1105 0.015922 10.0.0.57 - - [2025-09-04 03:47:26] "POST /neutron/port HTTP/1.1" 200 2097 0.020061 10.0.0.57 - - [2025-09-04 03:47:26] "POST /neutron/port HTTP/1.1" 200 1132 0.010706 10.0.0.57 - - [2025-09-04 03:47:26] "POST /neutron/port HTTP/1.1" 200 1133 0.014658 10.0.0.131 - - [2025-09-04 03:47:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005477 10.0.0.131 - - [2025-09-04 03:47:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004419 10.0.0.57 - - [2025-09-04 03:47:28] "POST /neutron/network HTTP/1.1" 200 151 0.154272 10.0.0.131 - - [2025-09-04 03:47:28] "DELETE /route-target/25ceafa1-cf08-4a34-a7b4-741f6315e919 HTTP/1.1" 200 115 0.040831 10.0.0.57 - - [2025-09-04 03:47:28] "POST /neutron/network HTTP/1.1" 200 844 0.006821 10.0.0.57 - - [2025-09-04 03:47:29] "POST /neutron/port HTTP/1.1" 200 1132 0.011642 10.0.0.57 - - [2025-09-04 03:47:29] "POST /neutron/port HTTP/1.1" 200 1132 0.010956 10.0.0.131 - - [2025-09-04 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.131 - - [2025-09-04 03:47:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003843 10.0.0.131 - - [2025-09-04 03:47:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003291 10.0.0.57 - - [2025-09-04 03:47:31] "POST /neutron/network HTTP/1.1" 200 151 0.150025 10.0.0.131 - - [2025-09-04 03:47:31] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001053 10.0.0.57 - - [2025-09-04 03:47:31] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.072420 10.0.0.131 - - [2025-09-04 03:47:31] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000947 10.0.0.57 - - [2025-09-04 03:47:31] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?fields=virtual_networks HTTP/1.1" 200 1071 0.038237 10.0.0.131 - - [2025-09-04 03:47:31] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000972 10.0.0.57 - - [2025-09-04 03:47:31] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.036889 10.0.0.131 - - [2025-09-04 03:47:31] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001340 10.0.0.57 - - [2025-09-04 03:47:31] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?fields=security_groups HTTP/1.1" 200 1316 0.046742 10.0.0.57 - - [2025-09-04 03:47:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.030575 10.0.0.131 - - [2025-09-04 03:47:32] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003461 10.0.0.131 - - [2025-09-04 03:47:32] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001325 10.0.0.131 - - [2025-09-04 03:47:32] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031823 10.0.0.131 - - [2025-09-04 03:47:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001776 10.0.0.131 - - [2025-09-04 03:47:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.009017 10.0.0.131 - - [2025-09-04 03:47:32] "POST /security-groups HTTP/1.1" 200 586 0.058166 10.0.0.131 - - [2025-09-04 03:47:32] "POST /projects HTTP/1.1" 200 575 0.292989 10.0.0.131 - - [2025-09-04 03:47:32] "POST /access-control-lists HTTP/1.1" 200 593 0.038651 10.0.0.131 - - [2025-09-04 03:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.369812 10.0.0.57 - - [2025-09-04 03:47:32] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.539200 10.0.0.57 - - [2025-09-04 03:47:33] "GET / HTTP/1.1" 200 36215 0.001568 10.0.0.131 - - [2025-09-04 03:47:34] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000985 10.0.0.57 - - [2025-09-04 03:47:34] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.041215 10.0.0.57 - - [2025-09-04 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.57 - - [2025-09-04 03:47:35] "GET /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.006348 10.0.0.57 - - [2025-09-04 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.131 - - [2025-09-04 03:47:35] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001132 10.0.0.57 - - [2025-09-04 03:47:35] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.043385 10.0.0.57 - - [2025-09-04 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.57 - - [2025-09-04 03:47:35] "GET /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004616 10.0.0.57 - - [2025-09-04 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.57 - - [2025-09-04 03:47:35] "PUT /security-group/bf47f86b-b37e-4e03-b9bb-2c5ed29cd4ff HTTP/1.1" 200 263 0.022975 10.0.0.131 - - [2025-09-04 03:47:35] "PUT /access-control-list/8024d113-9942-4341-afb3-cb6d5d79cbbc HTTP/1.1" 200 273 0.017038 10.0.0.131 - - [2025-09-04 03:47:38] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.57 - - [2025-09-04 03:47:38] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043817 10.0.0.131 - - [2025-09-04 03:47:38] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.57 - - [2025-09-04 03:47:38] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?fields=virtual_networks HTTP/1.1" 200 1024 0.042210 10.0.0.131 - - [2025-09-04 03:47:38] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.57 - - [2025-09-04 03:47:38] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.038097 10.0.0.131 - - [2025-09-04 03:47:38] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.57 - - [2025-09-04 03:47:38] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?fields=security_groups HTTP/1.1" 200 1246 0.048397 10.0.0.57 - - [2025-09-04 03:47:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.055698 10.0.0.131 - - [2025-09-04 03:47:40] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.38 - - [2025-09-04 03:47:40] "GET /obj-perms HTTP/1.1" 200 5056 0.126038 10.0.0.131 - - [2025-09-04 03:47:40] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.131 - - [2025-09-04 03:47:40] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009577 10.0.0.131 - - [2025-09-04 03:47:40] "POST /id-to-fqname HTTP/1.1" 200 194 0.001926 10.0.0.131 - - [2025-09-04 03:47:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.008575 10.0.0.131 - - [2025-09-04 03:47:40] "POST /security-groups HTTP/1.1" 200 595 0.032014 10.0.0.131 - - [2025-09-04 03:47:40] "POST /projects HTTP/1.1" 200 593 0.243380 10.0.0.131 - - [2025-09-04 03:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.280450 10.0.0.131 - - [2025-09-04 03:47:40] "POST /access-control-lists HTTP/1.1" 200 602 0.036796 10.0.0.57 - - [2025-09-04 03:47:40] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.454439 10.0.0.57 - - [2025-09-04 03:47:41] "GET / HTTP/1.1" 200 36215 0.001592 10.0.0.57 - - [2025-09-04 03:47:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.57 - - [2025-09-04 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.051535 10.0.0.131 - - [2025-09-04 03:47:43] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000876 10.0.0.57 - - [2025-09-04 03:47:43] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041449 10.0.0.131 - - [2025-09-04 03:47:44] "POST /route-targets HTTP/1.1" 200 328 0.012353 10.0.0.131 - - [2025-09-04 03:47:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009360 10.0.0.57 - - [2025-09-04 03:47:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.190303 10.0.0.57 - - [2025-09-04 03:47:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001691 10.0.0.57 - - [2025-09-04 03:47:44] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005394 10.0.0.57 - - [2025-09-04 03:47:44] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005418 10.0.0.57 - - [2025-09-04 03:47:44] "POST /neutron/network HTTP/1.1" 200 841 0.006474 10.0.0.57 - - [2025-09-04 03:47:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001278 10.0.0.131 - - [2025-09-04 03:47:45] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001338 10.0.0.57 - - [2025-09-04 03:47:45] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.063665 10.0.0.57 - - [2025-09-04 03:47:45] "POST /neutron/network HTTP/1.1" 200 841 0.028437 10.0.0.57 - - [2025-09-04 03:47:45] "POST /id-to-fqname HTTP/1.1" 200 231 0.001325 10.0.0.57 - - [2025-09-04 03:47:45] "POST /neutron/port HTTP/1.1" 200 117 0.007757 10.0.0.57 - - [2025-09-04 03:47:46] "POST /neutron/port HTTP/1.1" 200 1063 0.018193 10.0.0.57 - - [2025-09-04 03:47:46] "POST /neutron/port HTTP/1.1" 200 1091 0.017922 10.0.0.57 - - [2025-09-04 03:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.57 - - [2025-09-04 03:48:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.028904 10.0.0.131 - - [2025-09-04 03:48:07] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001429 10.0.0.57 - - [2025-09-04 03:48:07] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.069359 10.0.0.57 - - [2025-09-04 03:48:07] "POST /neutron/port HTTP/1.1" 200 1091 0.018359 10.0.0.57 - - [2025-09-04 03:48:07] "POST /neutron/port HTTP/1.1" 200 1091 0.015041 10.0.0.57 - - [2025-09-04 03:48:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008555 10.0.0.57 - - [2025-09-04 03:48:07] "GET /virtual-machine/cfd4df4d-830d-4379-9bae-6246cf369c75 HTTP/1.1" 401 292 0.000535 10.0.0.57 - - [2025-09-04 03:48:08] "POST /neutron/network HTTP/1.1" 200 851 0.009777 10.0.0.57 - - [2025-09-04 03:48:08] "GET /virtual-machine/cfd4df4d-830d-4379-9bae-6246cf369c75 HTTP/1.1" 200 1299 0.079484 10.0.0.57 - - [2025-09-04 03:48:08] "GET /virtual-machine-interface/0477c5e1-2729-4dc5-8c97-e4e6eaed90bf HTTP/1.1" 200 2988 0.011816 10.0.0.57 - - [2025-09-04 03:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.57 - - [2025-09-04 03:48:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005807 10.0.0.57 - - [2025-09-04 03:48:08] "GET /virtual-networks?parent_id=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003068 10.0.0.57 - - [2025-09-04 03:48:08] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008056 10.0.0.57 - - [2025-09-04 03:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006539 10.0.0.57 - - [2025-09-04 03:48:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004834 10.0.0.57 - - [2025-09-04 03:48:09] "GET /virtual-networks?parent_id=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.006118 10.0.0.57 - - [2025-09-04 03:48:09] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009911 10.0.0.57 - - [2025-09-04 03:48:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008631 10.0.0.57 - - [2025-09-04 03:48:11] "POST /neutron/port HTTP/1.1" 200 1117 0.140183 10.0.0.57 - - [2025-09-04 03:48:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.009382 10.0.0.57 - - [2025-09-04 03:48:15] "POST /neutron/port HTTP/1.1" 200 1091 0.014403 10.0.0.57 - - [2025-09-04 03:48:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007692 10.0.0.131 - - [2025-09-04 03:48:25] "DELETE /project/1d6693f6f5c0450397dde6370204c2f5 HTTP/1.1" 404 173 0.006018 10.0.0.131 - - [2025-09-04 03:48:25] "DELETE /project/c006ea8def234ebaaf96a2f016341cd9 HTTP/1.1" 404 173 0.008959 10.0.0.131 - - [2025-09-04 03:48:25] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000845 10.0.0.131 - - [2025-09-04 03:48:25] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000722 10.0.0.131 - - [2025-09-04 03:48:25] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.048440 10.0.0.131 - - [2025-09-04 03:48:25] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001431 10.0.0.131 - - [2025-09-04 03:48:25] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084231 10.0.0.131 - - [2025-09-04 03:48:25] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002066 10.0.0.131 - - [2025-09-04 03:48:25] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?fields=security_groups HTTP/1.1" 200 1418 0.076800 10.0.0.131 - - [2025-09-04 03:48:25] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?fields=security_groups HTTP/1.1" 200 1348 0.100068 10.0.0.131 - - [2025-09-04 03:48:26] "DELETE /security-group/bf898664-1b7d-46ff-9d90-088266577b63 HTTP/1.1" 200 115 0.088803 10.0.0.131 - - [2025-09-04 03:48:26] "GET /projects?obj_uuids=e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001326 10.0.0.131 - - [2025-09-04 03:48:26] "GET /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d?fields=application_policy_sets HTTP/1.1" 200 1457 0.085980 10.0.0.131 - - [2025-09-04 03:48:26] "DELETE /security-group/901d9477-8432-4deb-9884-be2d96285b42 HTTP/1.1" 200 115 0.131908 10.0.0.131 - - [2025-09-04 03:48:26] "GET /projects?obj_uuids=1d6693f6-f5c0-4503-97dd-e6370204c2f5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002558 10.0.0.131 - - [2025-09-04 03:48:26] "DELETE /access-control-list/0d2cde0b-9454-4813-be08-9b12b41050bf HTTP/1.1" 200 115 0.088342 10.0.0.131 - - [2025-09-04 03:48:26] "GET /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5?fields=application_policy_sets HTTP/1.1" 200 1387 0.084261 10.0.0.131 - - [2025-09-04 03:48:26] "DELETE /project/e04a1ca8-1557-4f48-a8fd-8c21fb9efb3d HTTP/1.1" 200 115 0.663407 10.0.0.131 - - [2025-09-04 03:48:26] "DELETE /project/1d6693f6-f5c0-4503-97dd-e6370204c2f5 HTTP/1.1" 200 115 0.735373 10.0.0.57 - - [2025-09-04 03:48:30] "POST /neutron/port HTTP/1.1" 200 1091 0.014074 10.0.0.57 - - [2025-09-04 03:48:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007672 10.0.0.131 - - [2025-09-04 03:48:40] "GET /obj-perms HTTP/1.1" 200 5056 0.057678 10.0.0.57 - - [2025-09-04 03:48:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017573 10.0.0.57 - - [2025-09-04 03:48:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007386 10.0.0.57 - - [2025-09-04 03:48:40] "GET /virtual-machine/c2a271a2-e1bd-4507-aa02-42f8a77e3c61 HTTP/1.1" 200 1299 0.005580 10.0.0.57 - - [2025-09-04 03:48:40] "GET /virtual-machine-interface/9cb27adc-3a7c-464e-a537-2bef462c1170 HTTP/1.1" 200 2990 0.005550 10.0.0.57 - - [2025-09-04 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.57 - - [2025-09-04 03:48:40] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004439 10.0.0.57 - - [2025-09-04 03:48:40] "GET /virtual-networks?parent_id=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003150 10.0.0.57 - - [2025-09-04 03:48:40] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006369 10.0.0.57 - - [2025-09-04 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.57 - - [2025-09-04 03:48:43] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005505 10.0.0.57 - - [2025-09-04 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.57 - - [2025-09-04 03:48:48] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005562 10.0.0.57 - - [2025-09-04 03:48:49] "POST /neutron/network HTTP/1.1" 200 851 0.006942 10.0.0.57 - - [2025-09-04 03:48:49] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.57 - - [2025-09-04 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.57 - - [2025-09-04 03:48:52] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006021 10.0.0.57 - - [2025-09-04 03:48:56] "POST /neutron/port HTTP/1.1" 200 1091 0.041812 10.0.0.57 - - [2025-09-04 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008371 10.0.0.57 - - [2025-09-04 03:48:56] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005659 10.0.0.57 - - [2025-09-04 03:48:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.008644 10.0.0.57 - - [2025-09-04 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.57 - - [2025-09-04 03:49:00] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006816 10.0.0.57 - - [2025-09-04 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.57 - - [2025-09-04 03:49:04] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005309 10.0.0.57 - - [2025-09-04 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.57 - - [2025-09-04 03:49:08] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005683 10.0.0.57 - - [2025-09-04 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.57 - - [2025-09-04 03:49:12] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006456 10.0.0.57 - - [2025-09-04 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.57 - - [2025-09-04 03:49:16] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005507 10.0.0.57 - - [2025-09-04 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.57 - - [2025-09-04 03:49:20] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005565 10.0.0.57 - - [2025-09-04 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.57 - - [2025-09-04 03:49:24] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005231 10.0.0.57 - - [2025-09-04 03:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005903 10.0.0.57 - - [2025-09-04 03:49:29] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005255 10.0.0.57 - - [2025-09-04 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.57 - - [2025-09-04 03:49:33] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005501 10.0.0.57 - - [2025-09-04 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.57 - - [2025-09-04 03:49:37] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005546 10.0.0.57 - - [2025-09-04 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.57 - - [2025-09-04 03:49:41] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005418 10.0.0.57 - - [2025-09-04 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.57 - - [2025-09-04 03:49:45] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005761 10.0.0.57 - - [2025-09-04 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.57 - - [2025-09-04 03:49:49] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005494 10.0.0.57 - - [2025-09-04 03:49:50] "POST /neutron/port HTTP/1.1" 200 1091 0.014543 10.0.0.57 - - [2025-09-04 03:49:51] "POST /neutron/port HTTP/1.1" 200 1091 0.014914 10.0.0.57 - - [2025-09-04 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.57 - - [2025-09-04 03:49:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003209 10.0.0.57 - - [2025-09-04 03:49:51] "GET /virtual-networks?parent_id=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.009063 10.0.0.57 - - [2025-09-04 03:49:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.009498 10.0.0.57 - - [2025-09-04 03:49:51] "GET /virtual-network/f9c878f9-032d-4681-9388-01a082c08d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007442 10.0.0.57 - - [2025-09-04 03:49:51] "POST /neutron/port HTTP/1.1" 200 1091 0.015991 10.0.0.57 - - [2025-09-04 03:49:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007792 10.0.0.57 - - [2025-09-04 03:49:58] "POST /neutron/network HTTP/1.1" 200 851 0.008912 10.0.0.57 - - [2025-09-04 03:49:58] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.57 - - [2025-09-04 03:50:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011454 10.0.0.57 - - [2025-09-04 03:50:12] "POST /neutron/port HTTP/1.1" 200 1091 0.016041 10.0.0.57 - - [2025-09-04 03:50:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007613 10.0.0.57 - - [2025-09-04 03:50:27] "POST /neutron/port HTTP/1.1" 200 1091 0.014499 10.0.0.57 - - [2025-09-04 03:50:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008307 10.0.0.57 - - [2025-09-04 03:50:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.003420 10.0.0.57 - - [2025-09-04 03:50:38] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.032225 10.0.0.57 - - [2025-09-04 03:50:38] "GET /bgp-as-a-service/4b058df0-31c9-4e83-b27f-e924b3b0ba81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.006477 10.0.0.57 - - [2025-09-04 03:50:38] "GET /virtual-machine-interface/9cb27adc-3a7c-464e-a537-2bef462c1170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005233 10.0.0.57 - - [2025-09-04 03:50:38] "POST /ref-update HTTP/1.1" 200 156 0.013768 10.0.0.131 - - [2025-09-04 03:50:38] "POST /bgp-routers HTTP/1.1" 200 605 0.069176 10.0.0.57 - - [2025-09-04 03:50:38] "POST /neutron/network HTTP/1.1" 200 841 0.006735 10.0.0.131 - - [2025-09-04 03:50:39] "POST /ref-update HTTP/1.1" 200 156 0.021160 10.0.0.57 - - [2025-09-04 03:50:41] "GET /obj-perms HTTP/1.1" 200 5056 0.045094 10.0.0.57 - - [2025-09-04 03:50:52] "POST /neutron/port HTTP/1.1" 200 1091 0.016357 10.0.0.57 - - [2025-09-04 03:50:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.008647 10.0.0.57 - - [2025-09-04 03:50:59] "POST /neutron/port HTTP/1.1" 200 1091 0.015620 10.0.0.57 - - [2025-09-04 03:50:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003814 10.0.0.57 - - [2025-09-04 03:50:59] "POST /neutron/network HTTP/1.1" 200 841 0.008076 10.0.0.57 - - [2025-09-04 03:51:07] "GET /bgp-as-a-service/4b058df0-31c9-4e83-b27f-e924b3b0ba81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2252 0.006597 10.0.0.57 - - [2025-09-04 03:51:07] "GET /virtual-machine-interface/9cb27adc-3a7c-464e-a537-2bef462c1170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005104 10.0.0.57 - - [2025-09-04 03:51:07] "POST /ref-update HTTP/1.1" 200 156 0.012277 10.0.0.131 - - [2025-09-04 03:51:07] "POST /ref-update HTTP/1.1" 200 156 0.029754 10.0.0.57 - - [2025-09-04 03:51:07] "DELETE /bgp-as-a-service/4b058df0-31c9-4e83-b27f-e924b3b0ba81 HTTP/1.1" 200 115 0.059286 10.0.0.57 - - [2025-09-04 03:51:08] "POST /neutron/port HTTP/1.1" 200 1091 0.017558 10.0.0.57 - - [2025-09-04 03:51:08] "POST /neutron/port HTTP/1.1" 200 1091 0.015166 10.0.0.57 - - [2025-09-04 03:51:09] "POST /neutron/network HTTP/1.1" 200 841 0.007157 10.0.0.131 - - [2025-09-04 03:51:10] "DELETE /route-target/00f352b8-0977-4bd7-bb4e-7f9c4a426eef HTTP/1.1" 200 115 0.023532 10.0.0.131 - - [2025-09-04 03:51:11] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.024204 10.0.0.57 - - [2025-09-04 03:51:11] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068923 10.0.0.131 - - [2025-09-04 03:51:11] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.57 - - [2025-09-04 03:51:11] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?fields=virtual_networks HTTP/1.1" 200 1043 0.044611 10.0.0.131 - - [2025-09-04 03:51:11] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.57 - - [2025-09-04 03:51:11] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042270 10.0.0.131 - - [2025-09-04 03:51:11] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001631 10.0.0.57 - - [2025-09-04 03:51:11] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?fields=security_groups HTTP/1.1" 200 1274 0.052323 10.0.0.57 - - [2025-09-04 03:51:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.022532 10.0.0.131 - - [2025-09-04 03:51:12] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003175 10.0.0.131 - - [2025-09-04 03:51:12] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.131 - - [2025-09-04 03:51:12] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007838 10.0.0.131 - - [2025-09-04 03:51:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.004526 10.0.0.131 - - [2025-09-04 03:51:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.004805 10.0.0.131 - - [2025-09-04 03:51:12] "POST /security-groups HTTP/1.1" 200 592 0.075384 10.0.0.131 - - [2025-09-04 03:51:12] "POST /projects HTTP/1.1" 200 587 0.299600 10.0.0.131 - - [2025-09-04 03:51:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.008496 10.0.0.131 - - [2025-09-04 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.366487 10.0.0.57 - - [2025-09-04 03:51:13] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.510487 10.0.0.57 - - [2025-09-04 03:51:14] "GET / HTTP/1.1" 200 36215 0.001445 10.0.0.57 - - [2025-09-04 03:51:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.57 - - [2025-09-04 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.054679 10.0.0.131 - - [2025-09-04 03:51:16] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001376 10.0.0.57 - - [2025-09-04 03:51:16] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040869 10.0.0.131 - - [2025-09-04 03:51:16] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.57 - - [2025-09-04 03:51:16] "POST /neutron/network HTTP/1.1" 200 614 0.145269 10.0.0.131 - - [2025-09-04 03:51:16] "POST /ref-update HTTP/1.1" 200 156 0.027628 10.0.0.57 - - [2025-09-04 03:51:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.004839 10.0.0.57 - - [2025-09-04 03:51:16] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006523 10.0.0.57 - - [2025-09-04 03:51:16] "POST /neutron/network HTTP/1.1" 200 833 0.006225 10.0.0.57 - - [2025-09-04 03:51:16] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005595 10.0.0.57 - - [2025-09-04 03:51:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001723 10.0.0.57 - - [2025-09-04 03:51:16] "POST /neutron/network HTTP/1.1" 200 843 0.007060 10.0.0.131 - - [2025-09-04 03:51:17] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.57 - - [2025-09-04 03:51:17] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068402 10.0.0.57 - - [2025-09-04 03:51:17] "POST /neutron/port HTTP/1.1" 200 117 0.006376 10.0.0.57 - - [2025-09-04 03:51:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001319 10.0.0.57 - - [2025-09-04 03:51:18] "POST /neutron/network HTTP/1.1" 200 843 0.006752 10.0.0.131 - - [2025-09-04 03:51:18] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.57 - - [2025-09-04 03:51:18] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.100869 10.0.0.57 - - [2025-09-04 03:51:19] "POST /neutron/port HTTP/1.1" 200 1035 0.023189 10.0.0.57 - - [2025-09-04 03:51:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001358 10.0.0.57 - - [2025-09-04 03:51:19] "POST /neutron/port HTTP/1.1" 200 1035 0.019683 10.0.0.57 - - [2025-09-04 03:51:19] "POST /neutron/network HTTP/1.1" 200 843 0.009061 10.0.0.57 - - [2025-09-04 03:51:19] "POST /neutron/port HTTP/1.1" 200 1061 0.013553 10.0.0.57 - - [2025-09-04 03:51:20] "POST /neutron/port HTTP/1.1" 200 1061 0.017798 10.0.0.57 - - [2025-09-04 03:51:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.131 - - [2025-09-04 03:51:20] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.57 - - [2025-09-04 03:51:20] "POST /neutron/network HTTP/1.1" 200 833 0.006016 10.0.0.57 - - [2025-09-04 03:51:20] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073769 10.0.0.57 - - [2025-09-04 03:51:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008538 10.0.0.57 - - [2025-09-04 03:51:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009766 10.0.0.57 - - [2025-09-04 03:51:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.008174 10.0.0.57 - - [2025-09-04 03:51:24] "POST /neutron/network HTTP/1.1" 200 843 0.006720 10.0.0.57 - - [2025-09-04 03:51:24] "POST /neutron/port HTTP/1.1" 200 1061 0.013895 10.0.0.57 - - [2025-09-04 03:51:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.57 - - [2025-09-04 03:51:24] "POST /neutron/network HTTP/1.1" 200 833 0.006294 10.0.0.131 - - [2025-09-04 03:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.134500 10.0.0.38 - - [2025-09-04 03:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.187753 10.0.0.57 - - [2025-09-04 03:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.161879 10.0.0.131 - - [2025-09-04 03:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.243080 10.0.0.38 - - [2025-09-04 03:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.165730 10.0.0.57 - - [2025-09-04 03:51:26] "GET /obj-perms HTTP/1.1" 200 5056 0.232711 10.0.0.131 - - [2025-09-04 03:51:26] "GET /global-system-configs HTTP/1.1" 200 323 0.079060 10.0.0.131 - - [2025-09-04 03:51:26] "DELETE /project/f792e1a5de384abbbf8239319e087f90 HTTP/1.1" 404 173 0.004340 10.0.0.131 - - [2025-09-04 03:51:26] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000837 10.0.0.131 - - [2025-09-04 03:51:26] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.067566 10.0.0.131 - - [2025-09-04 03:51:26] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.131 - - [2025-09-04 03:51:27] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?fields=security_groups HTTP/1.1" 200 1111 0.073465 10.0.0.38 - - [2025-09-04 03:51:27] "GET /global-system-configs HTTP/1.1" 200 323 0.246406 10.0.0.131 - - [2025-09-04 03:51:27] "GET /projects?obj_uuids=c006ea8d-ef23-4eba-af96-a2f016341cd9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001251 10.0.0.131 - - [2025-09-04 03:51:27] "GET /project/c006ea8d-ef23-4eba-af96-a2f016341cd9?fields=application_policy_sets HTTP/1.1" 200 1111 0.068760 10.0.0.131 - - [2025-09-04 03:51:27] "DELETE /project/c006ea8d-ef23-4eba-af96-a2f016341cd9 HTTP/1.1" 404 171 0.321728 10.0.0.38 - - [2025-09-04 03:51:27] "GET /obj-perms HTTP/1.1" 200 5056 0.577653 10.0.0.131 - - [2025-09-04 03:51:27] "GET /obj-perms HTTP/1.1" 200 5056 0.426762 10.0.0.57 - - [2025-09-04 03:51:27] "GET /global-system-configs HTTP/1.1" 200 323 0.093024 10.0.0.57 - - [2025-09-04 03:51:27] "GET /obj-perms HTTP/1.1" 200 5056 0.161970 10.0.0.57 - - [2025-09-04 03:51:31] "POST /neutron/port HTTP/1.1" 200 1089 0.018972 10.0.0.57 - - [2025-09-04 03:51:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007250 10.0.0.57 - - [2025-09-04 03:51:46] "POST /neutron/port HTTP/1.1" 200 1089 0.017320 10.0.0.57 - - [2025-09-04 03:51:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008317 10.0.0.57 - - [2025-09-04 03:51:51] "POST /neutron/port HTTP/1.1" 200 1089 0.018018 10.0.0.57 - - [2025-09-04 03:51:52] "GET /virtual-machine/6b7418e1-0216-4d63-a851-56f8020284f2 HTTP/1.1" 401 292 0.000452 10.0.0.57 - - [2025-09-04 03:51:52] "GET /virtual-machine/6b7418e1-0216-4d63-a851-56f8020284f2 HTTP/1.1" 200 1295 0.032768 10.0.0.57 - - [2025-09-04 03:51:52] "GET /virtual-machine-interface/6b2324cb-3fbf-464c-8281-228ecb23f261 HTTP/1.1" 200 2964 0.005369 10.0.0.57 - - [2025-09-04 03:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.57 - - [2025-09-04 03:51:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003500 10.0.0.57 - - [2025-09-04 03:51:52] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004733 10.0.0.57 - - [2025-09-04 03:51:52] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006370 10.0.0.57 - - [2025-09-04 03:51:54] "POST /neutron/port HTTP/1.1" 200 1089 0.016440 10.0.0.57 - - [2025-09-04 03:51:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.008730 10.0.0.57 - - [2025-09-04 03:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.57 - - [2025-09-04 03:51:55] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005069 10.0.0.57 - - [2025-09-04 03:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.57 - - [2025-09-04 03:51:59] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005319 10.0.0.57 - - [2025-09-04 03:52:00] "POST /neutron/port HTTP/1.1" 200 1089 0.024455 10.0.0.57 - - [2025-09-04 03:52:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005038 10.0.0.57 - - [2025-09-04 03:52:00] "POST /neutron/network HTTP/1.1" 200 833 0.009152 10.0.0.57 - - [2025-09-04 03:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.57 - - [2025-09-04 03:52:03] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006842 10.0.0.57 - - [2025-09-04 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.57 - - [2025-09-04 03:52:07] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005661 10.0.0.57 - - [2025-09-04 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.57 - - [2025-09-04 03:52:11] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006648 10.0.0.57 - - [2025-09-04 03:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.57 - - [2025-09-04 03:52:16] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006681 10.0.0.57 - - [2025-09-04 03:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.57 - - [2025-09-04 03:52:20] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006590 10.0.0.57 - - [2025-09-04 03:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.57 - - [2025-09-04 03:52:24] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005497 10.0.0.57 - - [2025-09-04 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.57 - - [2025-09-04 03:52:28] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005460 10.0.0.57 - - [2025-09-04 03:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.57 - - [2025-09-04 03:52:32] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005433 10.0.0.57 - - [2025-09-04 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.57 - - [2025-09-04 03:52:36] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005775 10.0.0.57 - - [2025-09-04 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.57 - - [2025-09-04 03:52:40] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005676 10.0.0.38 - - [2025-09-04 03:52:43] "GET /obj-perms HTTP/1.1" 200 5056 0.048192 10.0.0.131 - - [2025-09-04 03:52:43] "GET /obj-perms HTTP/1.1" 200 5056 0.050413 10.0.0.57 - - [2025-09-04 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.57 - - [2025-09-04 03:52:44] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008355 10.0.0.57 - - [2025-09-04 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.57 - - [2025-09-04 03:52:48] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007455 10.0.0.57 - - [2025-09-04 03:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.57 - - [2025-09-04 03:52:52] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005192 10.0.0.57 - - [2025-09-04 03:52:55] "POST /neutron/port HTTP/1.1" 200 1089 0.022048 10.0.0.57 - - [2025-09-04 03:52:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.57 - - [2025-09-04 03:52:55] "POST /neutron/network HTTP/1.1" 200 833 0.006672 10.0.0.57 - - [2025-09-04 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.57 - - [2025-09-04 03:52:57] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005389 10.0.0.57 - - [2025-09-04 03:53:00] "POST /neutron/network HTTP/1.1" 200 843 0.007083 10.0.0.57 - - [2025-09-04 03:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.57 - - [2025-09-04 03:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.57 - - [2025-09-04 03:53:01] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005978 10.0.0.57 - - [2025-09-04 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.57 - - [2025-09-04 03:53:05] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005525 10.0.0.57 - - [2025-09-04 03:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.57 - - [2025-09-04 03:53:09] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006068 10.0.0.57 - - [2025-09-04 03:53:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.029492 10.0.0.57 - - [2025-09-04 03:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.57 - - [2025-09-04 03:53:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004211 10.0.0.57 - - [2025-09-04 03:53:11] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003809 10.0.0.57 - - [2025-09-04 03:53:11] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008342 10.0.0.57 - - [2025-09-04 03:53:11] "POST /neutron/port HTTP/1.1" 200 1089 0.020193 10.0.0.57 - - [2025-09-04 03:53:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007028 10.0.0.57 - - [2025-09-04 03:53:27] "POST /neutron/port HTTP/1.1" 200 1089 0.014455 10.0.0.57 - - [2025-09-04 03:53:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007631 10.0.0.57 - - [2025-09-04 03:53:42] "POST /neutron/port HTTP/1.1" 200 1089 0.019232 10.0.0.57 - - [2025-09-04 03:53:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008640 10.0.0.57 - - [2025-09-04 03:53:55] "POST /neutron/port HTTP/1.1" 200 1089 0.044065 10.0.0.57 - - [2025-09-04 03:53:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005877 10.0.0.57 - - [2025-09-04 03:53:55] "POST /neutron/network HTTP/1.1" 200 833 0.011529 10.0.0.57 - - [2025-09-04 03:54:02] "POST /neutron/port HTTP/1.1" 200 1089 0.040181 10.0.0.57 - - [2025-09-04 03:54:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 10.0.0.57 - - [2025-09-04 03:54:02] "POST /neutron/network HTTP/1.1" 200 833 0.007346 10.0.0.57 - - [2025-09-04 03:54:03] "POST /neutron/port HTTP/1.1" 200 1089 0.014615 10.0.0.57 - - [2025-09-04 03:54:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007632 10.0.0.57 - - [2025-09-04 03:54:03] "GET /virtual-machine/b8a0ed3c-f430-46a1-8a94-795ca95b870d HTTP/1.1" 200 1295 0.005956 10.0.0.57 - - [2025-09-04 03:54:03] "GET /virtual-machine-interface/2c474326-695e-4d83-960c-f8aafd5bea4d HTTP/1.1" 200 2965 0.006157 10.0.0.57 - - [2025-09-04 03:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.57 - - [2025-09-04 03:54:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004526 10.0.0.57 - - [2025-09-04 03:54:03] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002921 10.0.0.57 - - [2025-09-04 03:54:03] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006812 10.0.0.57 - - [2025-09-04 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.57 - - [2025-09-04 03:54:04] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003618 10.0.0.57 - - [2025-09-04 03:54:04] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002941 10.0.0.57 - - [2025-09-04 03:54:04] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005817 10.0.0.57 - - [2025-09-04 03:54:05] "POST /neutron/port HTTP/1.1" 200 1089 0.016652 10.0.0.57 - - [2025-09-04 03:54:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007245 10.0.0.57 - - [2025-09-04 03:54:05] "GET /virtual-machine/f7a0d06a-cc65-4c85-8345-351cb3633b68 HTTP/1.1" 200 1295 0.006479 10.0.0.57 - - [2025-09-04 03:54:05] "GET /virtual-machine-interface/8fbe7f38-8870-44bf-bcee-b437d2a2d54c HTTP/1.1" 200 2966 0.006352 10.0.0.57 - - [2025-09-04 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.57 - - [2025-09-04 03:54:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004326 10.0.0.57 - - [2025-09-04 03:54:05] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002971 10.0.0.57 - - [2025-09-04 03:54:05] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005693 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.57 - - [2025-09-04 03:54:06] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006119 10.0.0.57 - - [2025-09-04 03:54:06] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003079 10.0.0.57 - - [2025-09-04 03:54:06] "GET /virtual-network/dc150f0d-49d2-43d2-ac5e-5b9dafab8a05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007478 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003368 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.57 - - [2025-09-04 03:54:06] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008628 10.0.0.57 - - [2025-09-04 03:54:06] "POST /control-node-zones HTTP/1.1" 200 571 0.029663 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007509 10.0.0.57 - - [2025-09-04 03:54:06] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007796 10.0.0.57 - - [2025-09-04 03:54:06] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006039 10.0.0.57 - - [2025-09-04 03:54:06] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.021546 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003280 10.0.0.57 - - [2025-09-04 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.57 - - [2025-09-04 03:54:06] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006789 10.0.0.57 - - [2025-09-04 03:54:06] "POST /control-node-zones HTTP/1.1" 200 571 0.030230 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.57 - - [2025-09-04 03:54:07] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004770 10.0.0.57 - - [2025-09-04 03:54:07] "GET /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005119 10.0.0.57 - - [2025-09-04 03:54:07] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.029907 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003739 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.57 - - [2025-09-04 03:54:07] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006392 10.0.0.57 - - [2025-09-04 03:54:07] "POST /control-node-zones HTTP/1.1" 200 571 0.023989 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.57 - - [2025-09-04 03:54:07] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004716 10.0.0.57 - - [2025-09-04 03:54:07] "GET /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.007952 10.0.0.57 - - [2025-09-04 03:54:07] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.018785 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.57 - - [2025-09-04 03:54:07] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006550 10.0.0.57 - - [2025-09-04 03:54:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003325 10.0.0.57 - - [2025-09-04 03:54:07] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.033241 10.0.0.57 - - [2025-09-04 03:54:08] "POST /neutron/network HTTP/1.1" 200 833 0.006854 10.0.0.57 - - [2025-09-04 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.57 - - [2025-09-04 03:54:08] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.005777 10.0.0.57 - - [2025-09-04 03:54:08] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004501 10.0.0.57 - - [2025-09-04 03:54:08] "POST /ref-update HTTP/1.1" 200 156 0.014561 10.0.0.57 - - [2025-09-04 03:54:26] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006337 10.0.0.57 - - [2025-09-04 03:54:26] "GET /virtual-machine-interface/6b2324cb-3fbf-464c-8281-228ecb23f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006750 10.0.0.57 - - [2025-09-04 03:54:26] "POST /ref-update HTTP/1.1" 200 156 0.014553 10.0.0.131 - - [2025-09-04 03:54:26] "POST /bgp-routers HTTP/1.1" 200 596 0.030140 10.0.0.131 - - [2025-09-04 03:54:26] "POST /ref-update HTTP/1.1" 200 156 0.014228 10.0.0.57 - - [2025-09-04 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.57 - - [2025-09-04 03:54:27] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009847 10.0.0.57 - - [2025-09-04 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.008085 10.0.0.57 - - [2025-09-04 03:54:27] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.041942 10.0.0.57 - - [2025-09-04 03:54:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.009641 10.0.0.57 - - [2025-09-04 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.57 - - [2025-09-04 03:54:27] "GET /bgp-as-a-service/f905b136-13a4-4212-9454-70c251f2a588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005138 10.0.0.57 - - [2025-09-04 03:54:27] "GET /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003880 10.0.0.57 - - [2025-09-04 03:54:27] "POST /ref-update HTTP/1.1" 200 156 0.015333 10.0.0.57 - - [2025-09-04 03:54:35] "GET /bgp-as-a-service/f905b136-13a4-4212-9454-70c251f2a588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.008140 10.0.0.57 - - [2025-09-04 03:54:35] "GET /virtual-machine-interface/2c474326-695e-4d83-960c-f8aafd5bea4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005066 10.0.0.57 - - [2025-09-04 03:54:36] "POST /ref-update HTTP/1.1" 200 156 0.013227 10.0.0.131 - - [2025-09-04 03:54:36] "POST /ref-update HTTP/1.1" 200 156 0.029678 10.0.0.57 - - [2025-09-04 03:54:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057231 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006398 10.0.0.57 - - [2025-09-04 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.026839 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004156 10.0.0.57 - - [2025-09-04 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.020294 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004166 10.0.0.57 - - [2025-09-04 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.018821 10.0.0.57 - - [2025-09-04 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.57 - - [2025-09-04 03:54:55] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006089 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004318 10.0.0.57 - - [2025-09-04 03:54:55] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.021405 10.0.0.57 - - [2025-09-04 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.57 - - [2025-09-04 03:54:55] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005066 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003738 10.0.0.57 - - [2025-09-04 03:54:55] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.019068 10.0.0.57 - - [2025-09-04 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.57 - - [2025-09-04 03:54:55] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005725 10.0.0.57 - - [2025-09-04 03:54:55] "GET /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003499 10.0.0.57 - - [2025-09-04 03:54:55] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.032777 10.0.0.57 - - [2025-09-04 03:54:56] "POST /neutron/port HTTP/1.1" 200 1089 0.025927 10.0.0.57 - - [2025-09-04 03:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004503 10.0.0.57 - - [2025-09-04 03:54:56] "POST /neutron/network HTTP/1.1" 200 833 0.006783 10.0.0.57 - - [2025-09-04 03:55:02] "POST /neutron/network HTTP/1.1" 200 843 0.009461 10.0.0.57 - - [2025-09-04 03:55:02] "POST /neutron/port HTTP/1.1" 200 117 0.001640 10.0.0.57 - - [2025-09-04 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.57 - - [2025-09-04 03:55:08] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.006330 10.0.0.57 - - [2025-09-04 03:55:08] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003919 10.0.0.57 - - [2025-09-04 03:55:08] "POST /ref-update HTTP/1.1" 200 156 0.016435 10.0.0.57 - - [2025-09-04 03:55:08] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004086 10.0.0.57 - - [2025-09-04 03:55:08] "POST /ref-update HTTP/1.1" 200 156 0.019475 10.0.0.57 - - [2025-09-04 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.57 - - [2025-09-04 03:55:08] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006101 10.0.0.57 - - [2025-09-04 03:55:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.011652 10.0.0.57 - - [2025-09-04 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.57 - - [2025-09-04 03:55:08] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005780 10.0.0.57 - - [2025-09-04 03:55:08] "GET /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004056 10.0.0.57 - - [2025-09-04 03:55:08] "POST /ref-update HTTP/1.1" 200 156 0.016077 10.0.0.57 - - [2025-09-04 03:55:11] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007152 10.0.0.57 - - [2025-09-04 03:55:11] "GET /virtual-machine-interface/6b2324cb-3fbf-464c-8281-228ecb23f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007107 10.0.0.57 - - [2025-09-04 03:55:24] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005967 10.0.0.57 - - [2025-09-04 03:55:24] "GET /virtual-machine-interface/6b2324cb-3fbf-464c-8281-228ecb23f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.008005 10.0.0.57 - - [2025-09-04 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.021864 10.0.0.131 - - [2025-09-04 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.015193 10.0.0.57 - - [2025-09-04 03:55:24] "GET /bgp-as-a-service/f905b136-13a4-4212-9454-70c251f2a588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.015854 10.0.0.57 - - [2025-09-04 03:55:24] "GET /virtual-machine-interface/2c474326-695e-4d83-960c-f8aafd5bea4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008476 10.0.0.57 - - [2025-09-04 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.025136 10.0.0.131 - - [2025-09-04 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.027344 10.0.0.57 - - [2025-09-04 03:55:24] "DELETE /bgp-as-a-service/f905b136-13a4-4212-9454-70c251f2a588 HTTP/1.1" 200 115 0.073303 10.0.0.57 - - [2025-09-04 03:55:24] "GET /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.015060 10.0.0.57 - - [2025-09-04 03:55:24] "GET /virtual-machine-interface/6b2324cb-3fbf-464c-8281-228ecb23f261?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.017571 10.0.0.57 - - [2025-09-04 03:55:24] "DELETE /bgp-as-a-service/54bf3bdd-7175-4c08-8dc8-19432146508e HTTP/1.1" 200 115 0.086038 10.0.0.57 - - [2025-09-04 03:55:24] "GET /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005761 10.0.0.57 - - [2025-09-04 03:55:24] "POST /ref-update HTTP/1.1" 200 156 0.018989 10.0.0.57 - - [2025-09-04 03:55:24] "DELETE /control-node-zone/b44c9471-cbf9-4657-b33f-69126f5993cb HTTP/1.1" 200 115 0.027316 10.0.0.57 - - [2025-09-04 03:55:24] "GET /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004986 10.0.0.57 - - [2025-09-04 03:55:25] "POST /ref-update HTTP/1.1" 200 156 0.021826 10.0.0.57 - - [2025-09-04 03:55:25] "DELETE /control-node-zone/03cdd737-4ada-49e6-9663-61c2d60aad70 HTTP/1.1" 200 115 0.030211 10.0.0.57 - - [2025-09-04 03:55:25] "GET /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005206 10.0.0.57 - - [2025-09-04 03:55:25] "DELETE /control-node-zone/f90d4bc7-d50b-483d-80ed-935f7c3bfd30 HTTP/1.1" 200 115 0.031205 10.0.0.57 - - [2025-09-04 03:55:25] "POST /neutron/network HTTP/1.1" 200 833 0.006942 10.0.0.57 - - [2025-09-04 03:55:25] "POST /neutron/port HTTP/1.1" 200 1115 0.012354 10.0.0.57 - - [2025-09-04 03:55:25] "POST /neutron/port HTTP/1.1" 200 1115 0.017536 10.0.0.57 - - [2025-09-04 03:55:26] "POST /neutron/port HTTP/1.1" 200 1115 0.025384 10.0.0.131 - - [2025-09-04 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.131 - - [2025-09-04 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008446 10.0.0.131 - - [2025-09-04 03:55:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.57 - - [2025-09-04 03:55:27] "POST /neutron/network HTTP/1.1" 200 151 0.184057 10.0.0.57 - - [2025-09-04 03:55:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.131 - - [2025-09-04 03:55:30] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.57 - - [2025-09-04 03:55:30] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050153 10.0.0.131 - - [2025-09-04 03:55:30] "POST /ref-update HTTP/1.1" 200 156 0.018908 10.0.0.131 - - [2025-09-04 03:55:30] "POST /useragent-kv HTTP/1.1" 200 115 0.013165 10.0.0.57 - - [2025-09-04 03:55:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.177871 10.0.0.57 - - [2025-09-04 03:55:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001270 10.0.0.57 - - [2025-09-04 03:55:30] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005349 10.0.0.57 - - [2025-09-04 03:55:30] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005959 10.0.0.57 - - [2025-09-04 03:55:30] "POST /neutron/network HTTP/1.1" 200 834 0.006686 10.0.0.57 - - [2025-09-04 03:55:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001440 10.0.0.131 - - [2025-09-04 03:55:31] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001401 10.0.0.57 - - [2025-09-04 03:55:31] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.061515 10.0.0.57 - - [2025-09-04 03:55:31] "POST /neutron/network HTTP/1.1" 200 834 0.033074 10.0.0.57 - - [2025-09-04 03:55:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001396 10.0.0.57 - - [2025-09-04 03:55:32] "POST /neutron/port HTTP/1.1" 200 117 0.009094 10.0.0.131 - - [2025-09-04 03:55:32] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001779 10.0.0.57 - - [2025-09-04 03:55:32] "POST /neutron/port HTTP/1.1" 200 1062 0.305416 10.0.0.57 - - [2025-09-04 03:55:32] "POST /neutron/port HTTP/1.1" 200 1116 0.105914 10.0.0.131 - - [2025-09-04 03:55:32] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.57 - - [2025-09-04 03:55:33] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.108278 10.0.0.57 - - [2025-09-04 03:55:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.57 - - [2025-09-04 03:55:33] "POST /neutron/network HTTP/1.1" 200 834 0.007483 10.0.0.57 - - [2025-09-04 03:55:33] "POST /neutron/port HTTP/1.1" 200 117 0.010379 10.0.0.57 - - [2025-09-04 03:55:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001986 10.0.0.57 - - [2025-09-04 03:55:33] "POST /neutron/network HTTP/1.1" 200 844 0.007935 10.0.0.57 - - [2025-09-04 03:55:34] "POST /neutron/port HTTP/1.1" 200 1062 0.015230 10.0.0.57 - - [2025-09-04 03:55:34] "POST /neutron/port HTTP/1.1" 200 1090 0.015032 10.0.0.57 - - [2025-09-04 03:55:34] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.131 - - [2025-09-04 03:55:34] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001750 10.0.0.57 - - [2025-09-04 03:55:34] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073844 10.0.0.57 - - [2025-09-04 03:55:34] "POST /neutron/port HTTP/1.1" 200 2064 0.029721 10.0.0.57 - - [2025-09-04 03:55:34] "POST /neutron/port HTTP/1.1" 200 1090 0.020479 10.0.0.57 - - [2025-09-04 03:55:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009145 10.0.0.57 - - [2025-09-04 03:55:35] "GET /virtual-machine/be40afa8-5d94-4779-9d0c-2dc3e24866fe HTTP/1.1" 200 1296 0.005232 10.0.0.57 - - [2025-09-04 03:55:35] "GET /virtual-machine-interface/283eeef4-2826-426c-986e-14f60cd39441 HTTP/1.1" 200 2965 0.005552 10.0.0.57 - - [2025-09-04 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.57 - - [2025-09-04 03:55:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003608 10.0.0.57 - - [2025-09-04 03:55:35] "POST /neutron/network HTTP/1.1" 200 844 0.006094 10.0.0.57 - - [2025-09-04 03:55:35] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002660 10.0.0.57 - - [2025-09-04 03:55:35] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005733 10.0.0.57 - - [2025-09-04 03:55:35] "POST /neutron/port HTTP/1.1" 200 1062 0.014025 10.0.0.57 - - [2025-09-04 03:55:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.57 - - [2025-09-04 03:55:35] "POST /neutron/network HTTP/1.1" 200 834 0.006792 10.0.0.57 - - [2025-09-04 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 03:55:38] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005388 10.0.0.57 - - [2025-09-04 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.57 - - [2025-09-04 03:55:42] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005827 10.0.0.57 - - [2025-09-04 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.57 - - [2025-09-04 03:55:46] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006080 10.0.0.57 - - [2025-09-04 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.57 - - [2025-09-04 03:55:50] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005511 10.0.0.57 - - [2025-09-04 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.57 - - [2025-09-04 03:55:54] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005457 10.0.0.57 - - [2025-09-04 03:55:56] "POST /neutron/network HTTP/1.1" 200 844 0.006811 10.0.0.57 - - [2025-09-04 03:55:56] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.57 - - [2025-09-04 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.57 - - [2025-09-04 03:55:58] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004966 10.0.0.57 - - [2025-09-04 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.57 - - [2025-09-04 03:56:02] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005743 10.0.0.57 - - [2025-09-04 03:56:04] "POST /neutron/port HTTP/1.1" 200 1090 0.016727 10.0.0.57 - - [2025-09-04 03:56:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.008601 10.0.0.57 - - [2025-09-04 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.57 - - [2025-09-04 03:56:07] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007123 10.0.0.57 - - [2025-09-04 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.57 - - [2025-09-04 03:56:11] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005398 10.0.0.57 - - [2025-09-04 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.57 - - [2025-09-04 03:56:15] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005708 10.0.0.57 - - [2025-09-04 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.027396 10.0.0.57 - - [2025-09-04 03:56:19] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005446 10.0.0.57 - - [2025-09-04 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.57 - - [2025-09-04 03:56:23] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005303 10.0.0.131 - - [2025-09-04 03:56:25] "GET /global-system-configs HTTP/1.1" 200 323 0.005884 10.0.0.131 - - [2025-09-04 03:56:25] "GET /obj-perms HTTP/1.1" 200 5056 0.006999 10.0.0.38 - - [2025-09-04 03:56:25] "GET /obj-perms HTTP/1.1" 200 5056 0.005788 10.0.0.57 - - [2025-09-04 03:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.127674 10.0.0.38 - - [2025-09-04 03:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.095531 10.0.0.57 - - [2025-09-04 03:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.178265 10.0.0.131 - - [2025-09-04 03:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.100503 10.0.0.131 - - [2025-09-04 03:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.114341 10.0.0.38 - - [2025-09-04 03:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.128893 10.0.0.38 - - [2025-09-04 03:56:26] "GET /global-system-configs HTTP/1.1" 200 323 0.006070 10.0.0.57 - - [2025-09-04 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005946 10.0.0.57 - - [2025-09-04 03:56:27] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009067 10.0.0.57 - - [2025-09-04 03:56:27] "GET /global-system-configs HTTP/1.1" 200 323 0.097685 10.0.0.57 - - [2025-09-04 03:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.156876 10.0.0.57 - - [2025-09-04 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.57 - - [2025-09-04 03:56:31] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005934 10.0.0.57 - - [2025-09-04 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.57 - - [2025-09-04 03:56:35] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005184 10.0.0.57 - - [2025-09-04 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.57 - - [2025-09-04 03:56:39] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007523 10.0.0.57 - - [2025-09-04 03:56:42] "POST /neutron/port HTTP/1.1" 200 1090 0.014734 10.0.0.57 - - [2025-09-04 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.57 - - [2025-09-04 03:56:43] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005348 10.0.0.38 - - [2025-09-04 03:56:46] "GET /obj-perms HTTP/1.1" 200 5056 0.042499 10.0.0.57 - - [2025-09-04 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.57 - - [2025-09-04 03:56:48] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006747 10.0.0.57 - - [2025-09-04 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.57 - - [2025-09-04 03:56:52] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006091 10.0.0.57 - - [2025-09-04 03:56:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006492 10.0.0.57 - - [2025-09-04 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006017 10.0.0.57 - - [2025-09-04 03:56:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004248 10.0.0.57 - - [2025-09-04 03:56:54] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006944 10.0.0.57 - - [2025-09-04 03:56:54] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006549 10.0.0.57 - - [2025-09-04 03:56:57] "POST /neutron/port HTTP/1.1" 200 1090 0.017759 10.0.0.57 - - [2025-09-04 03:56:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003943 10.0.0.57 - - [2025-09-04 03:56:57] "POST /neutron/network HTTP/1.1" 200 834 0.006841 10.0.0.57 - - [2025-09-04 03:57:02] "POST /neutron/port HTTP/1.1" 200 1090 0.016993 10.0.0.57 - - [2025-09-04 03:57:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031552 10.0.0.57 - - [2025-09-04 03:57:05] "POST /neutron/network HTTP/1.1" 200 844 0.008215 10.0.0.57 - - [2025-09-04 03:57:05] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.57 - - [2025-09-04 03:57:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009043 10.0.0.57 - - [2025-09-04 03:57:20] "POST /neutron/port HTTP/1.1" 200 1090 0.014881 10.0.0.57 - - [2025-09-04 03:57:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006712 10.0.0.57 - - [2025-09-04 03:57:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014538 10.0.0.57 - - [2025-09-04 03:57:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009101 10.0.0.131 - - [2025-09-04 03:57:47] "GET /obj-perms HTTP/1.1" 200 5056 0.041628 10.0.0.57 - - [2025-09-04 03:57:51] "POST /neutron/port HTTP/1.1" 200 1090 0.019672 10.0.0.57 - - [2025-09-04 03:57:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009897 10.0.0.57 - - [2025-09-04 03:57:51] "GET /virtual-machine/7d78bb4b-182b-46d8-9cf4-7d676d37e49a HTTP/1.1" 200 1295 0.031781 10.0.0.57 - - [2025-09-04 03:57:51] "GET /virtual-machine-interface/ab300e5e-02b1-43ec-a2d1-f49705cd9cfc HTTP/1.1" 200 2966 0.004903 10.0.0.57 - - [2025-09-04 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.57 - - [2025-09-04 03:57:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003514 10.0.0.57 - - [2025-09-04 03:57:51] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002639 10.0.0.57 - - [2025-09-04 03:57:51] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006014 10.0.0.57 - - [2025-09-04 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.57 - - [2025-09-04 03:57:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004074 10.0.0.57 - - [2025-09-04 03:57:52] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002715 10.0.0.57 - - [2025-09-04 03:57:52] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005875 10.0.0.57 - - [2025-09-04 03:57:53] "POST /neutron/port HTTP/1.1" 200 1090 0.014865 10.0.0.57 - - [2025-09-04 03:57:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009672 10.0.0.57 - - [2025-09-04 03:57:53] "GET /virtual-machine/4f9936fe-c4a9-4338-a49d-47061da08520 HTTP/1.1" 200 1295 0.007078 10.0.0.57 - - [2025-09-04 03:57:53] "GET /virtual-machine-interface/b8531a89-ac11-4c8c-9298-bde8258f8b59 HTTP/1.1" 200 2966 0.009660 10.0.0.57 - - [2025-09-04 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.57 - - [2025-09-04 03:57:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.014865 10.0.0.57 - - [2025-09-04 03:57:53] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003268 10.0.0.57 - - [2025-09-04 03:57:53] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007039 10.0.0.57 - - [2025-09-04 03:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.57 - - [2025-09-04 03:57:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003628 10.0.0.57 - - [2025-09-04 03:57:54] "GET /virtual-networks?parent_id=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003597 10.0.0.57 - - [2025-09-04 03:57:54] "GET /virtual-network/5368aabe-905d-4ccf-90f2-b4b59a2abd9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006163 10.0.0.57 - - [2025-09-04 03:57:54] "POST /neutron/port HTTP/1.1" 200 1090 0.024775 10.0.0.57 - - [2025-09-04 03:57:59] "POST /neutron/port HTTP/1.1" 200 1090 0.019284 10.0.0.57 - - [2025-09-04 03:57:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008717 10.0.0.57 - - [2025-09-04 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.003462 10.0.0.57 - - [2025-09-04 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.57 - - [2025-09-04 03:58:00] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006106 10.0.0.57 - - [2025-09-04 03:58:00] "POST /control-node-zones HTTP/1.1" 200 571 0.025787 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.57 - - [2025-09-04 03:58:00] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005354 10.0.0.57 - - [2025-09-04 03:58:00] "GET /control-node-zone/a1538d5a-fe06-4220-82f9-1e3253361c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006956 10.0.0.57 - - [2025-09-04 03:58:00] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.020309 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.003953 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.57 - - [2025-09-04 03:58:00] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006282 10.0.0.57 - - [2025-09-04 03:58:00] "POST /control-node-zones HTTP/1.1" 200 571 0.026613 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.57 - - [2025-09-04 03:58:00] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006735 10.0.0.57 - - [2025-09-04 03:58:00] "GET /control-node-zone/ea1290d1-2f44-4a58-ad04-3d64e72b5d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005085 10.0.0.57 - - [2025-09-04 03:58:00] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.018933 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.003582 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.57 - - [2025-09-04 03:58:00] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006672 10.0.0.57 - - [2025-09-04 03:58:00] "POST /control-node-zones HTTP/1.1" 200 571 0.025470 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.57 - - [2025-09-04 03:58:00] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006362 10.0.0.57 - - [2025-09-04 03:58:00] "GET /control-node-zone/ddda7553-9706-4a51-88d9-02d091378bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005597 10.0.0.57 - - [2025-09-04 03:58:00] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.019703 10.0.0.57 - - [2025-09-04 03:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.57 - - [2025-09-04 03:58:01] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006918 10.0.0.57 - - [2025-09-04 03:58:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003310 10.0.0.57 - - [2025-09-04 03:58:01] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.029480 10.0.0.57 - - [2025-09-04 03:58:01] "POST /neutron/network HTTP/1.1" 200 834 0.008048 10.0.0.57 - - [2025-09-04 03:58:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.009161 10.0.0.57 - - [2025-09-04 03:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.57 - - [2025-09-04 03:58:01] "GET /bgp-as-a-service/fcad73ee-6b2a-4443-946e-c5a15afc74f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006251 10.0.0.57 - - [2025-09-04 03:58:01] "GET /control-node-zone/a1538d5a-fe06-4220-82f9-1e3253361c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005069 10.0.0.57 - - [2025-09-04 03:58:01] "POST /ref-update HTTP/1.1" 200 156 0.016658 10.0.0.57 - - [2025-09-04 03:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.57 - - [2025-09-04 03:58:01] "GET /bgp-as-a-service/fcad73ee-6b2a-4443-946e-c5a15afc74f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.006988 10.0.0.57 - - [2025-09-04 03:58:01] "GET /control-node-zone/ea1290d1-2f44-4a58-ad04-3d64e72b5d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004610 10.0.0.57 - - [2025-09-04 03:58:01] "POST /ref-update HTTP/1.1" 200 156 0.018720 10.0.0.57 - - [2025-09-04 03:58:07] "POST /neutron/network HTTP/1.1" 200 844 0.006306 10.0.0.57 - - [2025-09-04 03:58:07] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.57 - - [2025-09-04 03:58:18] "GET /bgp-as-a-service/fcad73ee-6b2a-4443-946e-c5a15afc74f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006248 10.0.0.57 - - [2025-09-04 03:58:18] "GET /virtual-machine-interface/283eeef4-2826-426c-986e-14f60cd39441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005284 10.0.0.57 - - [2025-09-04 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.012321 10.0.0.131 - - [2025-09-04 03:58:18] "POST /ref-update HTTP/1.1" 200 156 0.052650 10.0.0.57 - - [2025-09-04 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.57 - - [2025-09-04 03:58:19] "GET /global-system-config/0e363a6e-3f9f-4f97-aeae-0dfa2b0ea69c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006374 10.0.0.57 - - [2025-09-04 03:58:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002826 10.0.0.57 - - [2025-09-04 03:58:19] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.028487 10.0.0.57 - - [2025-09-04 03:58:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.009421 10.0.0.57 - - [2025-09-04 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.57 - - [2025-09-04 03:58:19] "GET /bgp-as-a-service/7983157c-7b88-4631-b4e6-decc3778e4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006150 10.0.0.57 - - [2025-09-04 03:58:19] "GET /control-node-zone/a1538d5a-fe06-4220-82f9-1e3253361c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003876 10.0.0.57 - - [2025-09-04 03:58:19] "POST /ref-update HTTP/1.1" 200 156 0.020908 10.0.0.57 - - [2025-09-04 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.57 - - [2025-09-04 03:58:19] "GET /bgp-as-a-service/7983157c-7b88-4631-b4e6-decc3778e4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006024 10.0.0.57 - - [2025-09-04 03:58:19] "GET /control-node-zone/ea1290d1-2f44-4a58-ad04-3d64e72b5d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004031 10.0.0.57 - - [2025-09-04 03:58:19] "POST /ref-update HTTP/1.1" 200 156 0.015590 10.0.0.57 - - [2025-09-04 03:58:27] "GET /bgp-as-a-service/7983157c-7b88-4631-b4e6-decc3778e4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006097 10.0.0.57 - - [2025-09-04 03:58:27] "GET /virtual-machine-interface/ab300e5e-02b1-43ec-a2d1-f49705cd9cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.004545 10.0.0.57 - - [2025-09-04 03:58:27] "POST /ref-update HTTP/1.1" 200 156 0.010711 10.0.0.131 - - [2025-09-04 03:58:27] "POST /bgp-routers HTTP/1.1" 200 642 0.033349 10.0.0.131 - - [2025-09-04 03:58:27] "PUT /bgp-router/571f40f5-caca-4ee5-8eb9-11c901354183 HTTP/1.1" 200 255 0.041511 10.0.0.57 - - [2025-09-04 03:58:49] "GET /bgp-as-a-service/7983157c-7b88-4631-b4e6-decc3778e4b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.006304 10.0.0.57 - - [2025-09-04 03:58:49] "GET /virtual-machine-interface/ab300e5e-02b1-43ec-a2d1-f49705cd9cfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.007350 10.0.0.57 - - [2025-09-04 03:58:49] "POST /ref-update HTTP/1.1" 200 156 0.011480 10.0.0.57 - - [2025-09-04 03:58:49] "DELETE /bgp-as-a-service/7983157c-7b88-4631-b4e6-decc3778e4b4 HTTP/1.1" 200 115 0.068280 10.0.0.131 - - [2025-09-04 03:58:49] "DELETE /bgp-router/571f40f5-caca-4ee5-8eb9-11c901354183 HTTP/1.1" 200 115 0.083750 10.0.0.57 - - [2025-09-04 03:58:49] "GET /bgp-as-a-service/fcad73ee-6b2a-4443-946e-c5a15afc74f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.010793 10.0.0.57 - - [2025-09-04 03:58:49] "GET /virtual-machine-interface/283eeef4-2826-426c-986e-14f60cd39441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.011455 10.0.0.57 - - [2025-09-04 03:58:49] "POST /ref-update HTTP/1.1" 200 156 0.019077 10.0.0.57 - - [2025-09-04 03:58:49] "DELETE /bgp-as-a-service/fcad73ee-6b2a-4443-946e-c5a15afc74f5 HTTP/1.1" 200 115 0.074405 10.0.0.131 - - [2025-09-04 03:58:49] "DELETE /bgp-router/895f7680-44f4-4f3b-9054-b98f9cb13471 HTTP/1.1" 200 115 0.058646 10.0.0.57 - - [2025-09-04 03:58:49] "GET /control-node-zone/ddda7553-9706-4a51-88d9-02d091378bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003579 10.0.0.57 - - [2025-09-04 03:58:50] "POST /ref-update HTTP/1.1" 200 156 0.029017 10.0.0.57 - - [2025-09-04 03:58:50] "DELETE /control-node-zone/ddda7553-9706-4a51-88d9-02d091378bfe HTTP/1.1" 200 115 0.028498 10.0.0.57 - - [2025-09-04 03:58:50] "GET /control-node-zone/ea1290d1-2f44-4a58-ad04-3d64e72b5d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006950 10.0.0.57 - - [2025-09-04 03:58:50] "POST /ref-update HTTP/1.1" 200 156 0.020550 10.0.0.57 - - [2025-09-04 03:58:50] "DELETE /control-node-zone/ea1290d1-2f44-4a58-ad04-3d64e72b5d5e HTTP/1.1" 200 115 0.029324 10.0.0.57 - - [2025-09-04 03:58:50] "GET /control-node-zone/a1538d5a-fe06-4220-82f9-1e3253361c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008503 10.0.0.57 - - [2025-09-04 03:58:50] "POST /ref-update HTTP/1.1" 200 156 0.017841 10.0.0.57 - - [2025-09-04 03:58:50] "DELETE /control-node-zone/a1538d5a-fe06-4220-82f9-1e3253361c00 HTTP/1.1" 200 115 0.026225 10.0.0.57 - - [2025-09-04 03:58:50] "POST /neutron/network HTTP/1.1" 200 834 0.007364 10.0.0.57 - - [2025-09-04 03:58:51] "POST /neutron/port HTTP/1.1" 200 1090 0.016337 10.0.0.57 - - [2025-09-04 03:58:51] "POST /neutron/port HTTP/1.1" 200 1116 0.012648 10.0.0.57 - - [2025-09-04 03:58:51] "POST /neutron/port HTTP/1.1" 200 1116 0.028479 10.0.0.131 - - [2025-09-04 03:58:52] "POST /useragent-kv HTTP/1.1" 200 115 0.050814 10.0.0.131 - - [2025-09-04 03:58:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.57 - - [2025-09-04 03:58:52] "POST /neutron/network HTTP/1.1" 200 151 0.211372 10.0.0.131 - - [2025-09-04 03:58:54] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.57 - - [2025-09-04 03:58:54] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078585 10.0.0.131 - - [2025-09-04 03:58:54] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001771 10.0.0.57 - - [2025-09-04 03:58:54] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?fields=virtual_networks HTTP/1.1" 200 1037 0.057370 10.0.0.131 - - [2025-09-04 03:58:54] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.57 - - [2025-09-04 03:58:54] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.068165 10.0.0.131 - - [2025-09-04 03:58:54] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.57 - - [2025-09-04 03:58:54] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?fields=security_groups HTTP/1.1" 200 1265 0.062548 10.0.0.57 - - [2025-09-04 03:58:55] "POST /fqname-to-id HTTP/1.1" 404 181 0.031230 10.0.0.131 - - [2025-09-04 03:58:55] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003598 10.0.0.131 - - [2025-09-04 03:58:55] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.131 - - [2025-09-04 03:58:55] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035730 10.0.0.131 - - [2025-09-04 03:58:55] "POST /id-to-fqname HTTP/1.1" 200 183 0.005901 10.0.0.131 - - [2025-09-04 03:58:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.005884 10.0.0.131 - - [2025-09-04 03:58:56] "POST /security-groups HTTP/1.1" 200 584 0.036610 10.0.0.131 - - [2025-09-04 03:58:56] "POST /fqname-to-id HTTP/1.1" 404 227 0.005404 10.0.0.131 - - [2025-09-04 03:58:56] "POST /projects HTTP/1.1" 200 571 0.363330 10.0.0.131 - - [2025-09-04 03:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.432195 10.0.0.131 - - [2025-09-04 03:58:56] "POST /access-control-lists HTTP/1.1" 200 589 0.035603 10.0.0.57 - - [2025-09-04 03:58:56] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.612052 10.0.0.57 - - [2025-09-04 03:58:57] "GET / HTTP/1.1" 200 36215 0.002602 10.0.0.131 - - [2025-09-04 03:59:00] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.57 - - [2025-09-04 03:59:00] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040200 10.0.0.131 - - [2025-09-04 03:59:00] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001025 10.0.0.57 - - [2025-09-04 03:59:00] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?fields=virtual_networks HTTP/1.1" 200 1021 0.042475 10.0.0.131 - - [2025-09-04 03:59:00] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001489 10.0.0.57 - - [2025-09-04 03:59:00] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.035810 10.0.0.131 - - [2025-09-04 03:59:00] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.57 - - [2025-09-04 03:59:00] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?fields=security_groups HTTP/1.1" 200 1241 0.039962 10.0.0.57 - - [2025-09-04 03:59:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.027002 10.0.0.131 - - [2025-09-04 03:59:01] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003204 10.0.0.131 - - [2025-09-04 03:59:01] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.131 - - [2025-09-04 03:59:01] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008972 10.0.0.131 - - [2025-09-04 03:59:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.003376 10.0.0.131 - - [2025-09-04 03:59:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.004889 10.0.0.131 - - [2025-09-04 03:59:01] "POST /security-groups HTTP/1.1" 200 592 0.081705 10.0.0.131 - - [2025-09-04 03:59:01] "POST /projects HTTP/1.1" 200 587 0.293823 10.0.0.131 - - [2025-09-04 03:59:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.016731 10.0.0.131 - - [2025-09-04 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.366559 10.0.0.57 - - [2025-09-04 03:59:01] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.508157 10.0.0.57 - - [2025-09-04 03:59:02] "GET / HTTP/1.1" 200 36215 0.002195 10.0.0.131 - - [2025-09-04 03:59:05] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001694 10.0.0.57 - - [2025-09-04 03:59:05] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045475 10.0.0.131 - - [2025-09-04 03:59:05] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001841 10.0.0.57 - - [2025-09-04 03:59:06] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?fields=virtual_networks HTTP/1.1" 200 1036 0.058162 10.0.0.131 - - [2025-09-04 03:59:06] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001565 10.0.0.57 - - [2025-09-04 03:59:06] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047815 10.0.0.131 - - [2025-09-04 03:59:06] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001911 10.0.0.57 - - [2025-09-04 03:59:06] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?fields=security_groups HTTP/1.1" 200 1264 0.056010 10.0.0.57 - - [2025-09-04 03:59:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.025155 10.0.0.131 - - [2025-09-04 03:59:07] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002869 10.0.0.131 - - [2025-09-04 03:59:07] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.131 - - [2025-09-04 03:59:07] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006800 10.0.0.131 - - [2025-09-04 03:59:07] "POST /id-to-fqname HTTP/1.1" 200 197 0.001221 10.0.0.131 - - [2025-09-04 03:59:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.012788 10.0.0.131 - - [2025-09-04 03:59:07] "POST /security-groups HTTP/1.1" 200 598 0.081818 10.0.0.131 - - [2025-09-04 03:59:07] "POST /projects HTTP/1.1" 200 599 0.299034 10.0.0.131 - - [2025-09-04 03:59:07] "POST /access-control-lists HTTP/1.1" 200 605 0.027153 10.0.0.131 - - [2025-09-04 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.371505 10.0.0.57 - - [2025-09-04 03:59:07] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.511550 10.0.0.57 - - [2025-09-04 03:59:08] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.57 - - [2025-09-04 03:59:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.57 - - [2025-09-04 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.057889 10.0.0.57 - - [2025-09-04 03:59:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003432 10.0.0.57 - - [2025-09-04 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.57 - - [2025-09-04 03:59:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004540 10.0.0.57 - - [2025-09-04 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.57 - - [2025-09-04 03:59:10] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.015332 10.0.0.57 - - [2025-09-04 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.131 - - [2025-09-04 03:59:11] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000969 10.0.0.57 - - [2025-09-04 03:59:11] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040399 10.0.0.131 - - [2025-09-04 03:59:11] "POST /route-targets HTTP/1.1" 200 328 0.015486 10.0.0.131 - - [2025-09-04 03:59:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010422 10.0.0.57 - - [2025-09-04 03:59:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.276615 10.0.0.57 - - [2025-09-04 03:59:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001687 10.0.0.57 - - [2025-09-04 03:59:11] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005468 10.0.0.57 - - [2025-09-04 03:59:11] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005195 10.0.0.57 - - [2025-09-04 03:59:11] "POST /neutron/network HTTP/1.1" 200 808 0.006834 10.0.0.57 - - [2025-09-04 03:59:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001726 10.0.0.131 - - [2025-09-04 03:59:12] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001563 10.0.0.57 - - [2025-09-04 03:59:12] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.073818 10.0.0.57 - - [2025-09-04 03:59:12] "POST /neutron/network HTTP/1.1" 200 808 0.006152 10.0.0.57 - - [2025-09-04 03:59:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001487 10.0.0.57 - - [2025-09-04 03:59:12] "POST /neutron/port HTTP/1.1" 200 117 0.006707 10.0.0.131 - - [2025-09-04 03:59:13] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001260 10.0.0.57 - - [2025-09-04 03:59:13] "POST /neutron/port HTTP/1.1" 200 1062 0.284788 10.0.0.131 - - [2025-09-04 03:59:13] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.007150 10.0.0.57 - - [2025-09-04 03:59:13] "POST /neutron/port HTTP/1.1" 200 1116 0.136751 10.0.0.57 - - [2025-09-04 03:59:13] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.122969 10.0.0.57 - - [2025-09-04 03:59:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006030 10.0.0.57 - - [2025-09-04 03:59:14] "POST /neutron/network HTTP/1.1" 200 808 0.007566 10.0.0.57 - - [2025-09-04 03:59:14] "POST /neutron/port HTTP/1.1" 200 117 0.006344 10.0.0.57 - - [2025-09-04 03:59:14] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006616 10.0.0.57 - - [2025-09-04 03:59:14] "POST /neutron/port HTTP/1.1" 200 1062 0.051930 10.0.0.57 - - [2025-09-04 03:59:15] "POST /neutron/port HTTP/1.1" 200 1090 0.016028 10.0.0.57 - - [2025-09-04 03:59:15] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.57 - - [2025-09-04 03:59:15] "GET /obj-perms HTTP/1.1" 200 5044 0.047540 10.0.0.57 - - [2025-09-04 03:59:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009851 10.0.0.57 - - [2025-09-04 03:59:16] "POST /neutron/port HTTP/1.1" 200 1090 0.017538 10.0.0.57 - - [2025-09-04 03:59:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007496 10.0.0.57 - - [2025-09-04 03:59:16] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 401 292 0.000462 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.034341 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.003282 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.005467 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.005358 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.005291 10.0.0.57 - - [2025-09-04 03:59:17] "GET /instance-ip/2a564a75-8162-4b57-8f07-224acc4fb45e HTTP/1.1" 200 1623 0.006083 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.004450 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.016774 10.0.0.57 - - [2025-09-04 03:59:17] "GET /instance-ip/2a564a75-8162-4b57-8f07-224acc4fb45e HTTP/1.1" 200 1623 0.006040 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004795 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003471 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006957 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005141 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005842 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008422 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004325 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003669 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006087 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005170 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003976 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006073 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004260 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003422 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006281 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004408 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004097 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005919 10.0.0.57 - - [2025-09-04 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.57 - - [2025-09-04 03:59:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004689 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003645 10.0.0.57 - - [2025-09-04 03:59:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006360 10.0.0.57 - - [2025-09-04 03:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.57 - - [2025-09-04 03:59:21] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005758 10.0.0.57 - - [2025-09-04 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.57 - - [2025-09-04 03:59:25] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005599 10.0.0.131 - - [2025-09-04 03:59:27] "DELETE /project/21c13ffe851b4878b9f9b7933ae3ed9c HTTP/1.1" 404 173 0.013352 10.0.0.131 - - [2025-09-04 03:59:27] "DELETE /project/b2164cbd370241f88beff7a27e42510c HTTP/1.1" 404 173 0.016207 10.0.0.131 - - [2025-09-04 03:59:27] "DELETE /project/b8174d2b206441198308cee7a115fcab HTTP/1.1" 404 173 0.018244 10.0.0.131 - - [2025-09-04 03:59:27] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001123 10.0.0.131 - - [2025-09-04 03:59:27] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.131 - - [2025-09-04 03:59:27] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.131 - - [2025-09-04 03:59:27] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.086656 10.0.0.131 - - [2025-09-04 03:59:27] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.105074 10.0.0.131 - - [2025-09-04 03:59:27] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.108886 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000999 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000745 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000670 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?fields=security_groups HTTP/1.1" 200 1343 0.072169 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?fields=security_groups HTTP/1.1" 200 1366 0.109421 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?fields=security_groups HTTP/1.1" 200 1367 0.111991 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /security-group/8b4938b1-ae11-472f-83a8-d81d59974cff HTTP/1.1" 200 115 0.095653 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=b2164cbd-3702-41f8-8bef-f7a27e42510c&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001475 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /security-group/ad524bfc-a5e5-4119-bb5a-9b80d0248a46 HTTP/1.1" 200 115 0.115763 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=21c13ffe-851b-4878-b9f9-b7933ae3ed9c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001584 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /security-group/e45d4ad5-0749-43f8-984c-01994811a547 HTTP/1.1" 200 115 0.130824 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/b2164cbd-3702-41f8-8bef-f7a27e42510c?fields=application_policy_sets HTTP/1.1" 200 1382 0.090074 10.0.0.131 - - [2025-09-04 03:59:28] "GET /projects?obj_uuids=f792e1a5-de38-4abb-bf82-39319e087f90&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001593 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c?fields=application_policy_sets HTTP/1.1" 200 1405 0.093296 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /access-control-list/b84a87f2-a15b-4fb8-91da-7703d804164e HTTP/1.1" 200 115 0.080798 10.0.0.131 - - [2025-09-04 03:59:28] "GET /project/f792e1a5-de38-4abb-bf82-39319e087f90?fields=application_policy_sets HTTP/1.1" 200 1406 0.126880 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /project/f792e1a5-de38-4abb-bf82-39319e087f90 HTTP/1.1" 404 190 0.800760 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /access-control-list/605400f1-19be-419e-a4c8-d2c31f0b7dd0 HTTP/1.1" 200 115 0.101839 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /project/b2164cbd-3702-41f8-8bef-f7a27e42510c HTTP/1.1" 200 115 0.830420 10.0.0.131 - - [2025-09-04 03:59:28] "DELETE /project/21c13ffe-851b-4878-b9f9-b7933ae3ed9c HTTP/1.1" 200 115 0.850764 10.0.0.57 - - [2025-09-04 03:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.57 - - [2025-09-04 03:59:29] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.004902 10.0.0.57 - - [2025-09-04 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.57 - - [2025-09-04 03:59:33] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005943 10.0.0.57 - - [2025-09-04 03:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.57 - - [2025-09-04 03:59:37] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007792 10.0.0.57 - - [2025-09-04 03:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.57 - - [2025-09-04 03:59:41] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005102 10.0.0.57 - - [2025-09-04 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.57 - - [2025-09-04 03:59:45] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005702 10.0.0.38 - - [2025-09-04 03:59:48] "GET /obj-perms HTTP/1.1" 200 5056 0.046684 10.0.0.57 - - [2025-09-04 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.57 - - [2025-09-04 03:59:49] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005675 10.0.0.57 - - [2025-09-04 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009573 10.0.0.57 - - [2025-09-04 03:59:53] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009209 10.0.0.57 - - [2025-09-04 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.57 - - [2025-09-04 03:59:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003691 10.0.0.57 - - [2025-09-04 03:59:55] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002780 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008373 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.57 - - [2025-09-04 03:59:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007722 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003927 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008477 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007319 10.0.0.57 - - [2025-09-04 03:59:56] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006209 10.0.0.57 - - [2025-09-04 03:59:56] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004575 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.57 - - [2025-09-04 03:59:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004562 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003107 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007447 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.57 - - [2025-09-04 03:59:56] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.007302 10.0.0.57 - - [2025-09-04 03:59:56] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003851 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.57 - - [2025-09-04 03:59:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005476 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003154 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006149 10.0.0.57 - - [2025-09-04 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.57 - - [2025-09-04 03:59:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004440 10.0.0.57 - - [2025-09-04 03:59:56] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003678 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005399 10.0.0.131 - - [2025-09-04 03:59:57] "GET /obj-perms HTTP/1.1" 200 5044 0.049056 10.0.0.57 - - [2025-09-04 03:59:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004065 10.0.0.57 - - [2025-09-04 03:59:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003513 10.0.0.57 - - [2025-09-04 03:59:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003832 10.0.0.131 - - [2025-09-04 03:59:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003886 10.0.0.57 - - [2025-09-04 03:59:57] "POST /neutron/port HTTP/1.1" 200 1090 0.014520 10.0.0.57 - - [2025-09-04 03:59:57] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007405 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.006136 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.003802 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.004833 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.002979 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.004925 10.0.0.57 - - [2025-09-04 03:59:57] "GET /instance-ip/065329d0-b779-4ff4-bb1c-4eafd0da6fbf HTTP/1.1" 200 1622 0.005362 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.003592 10.0.0.57 - - [2025-09-04 03:59:57] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.005081 10.0.0.57 - - [2025-09-04 03:59:57] "GET /instance-ip/065329d0-b779-4ff4-bb1c-4eafd0da6fbf HTTP/1.1" 200 1622 0.003845 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003633 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002771 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005926 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003918 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003437 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006119 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004754 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003823 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005728 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004322 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003118 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006366 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004589 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003465 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006478 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004164 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003229 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006451 10.0.0.57 - - [2025-09-04 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.57 - - [2025-09-04 03:59:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004703 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003111 10.0.0.57 - - [2025-09-04 03:59:58] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008358 10.0.0.57 - - [2025-09-04 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.57 - - [2025-09-04 03:59:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003604 10.0.0.57 - - [2025-09-04 03:59:59] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002876 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007541 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.57 - - [2025-09-04 04:00:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004330 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003806 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007211 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.57 - - [2025-09-04 04:00:00] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005406 10.0.0.57 - - [2025-09-04 04:00:00] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004731 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.57 - - [2025-09-04 04:00:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004424 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003269 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007074 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.57 - - [2025-09-04 04:00:00] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004944 10.0.0.57 - - [2025-09-04 04:00:00] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004764 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.57 - - [2025-09-04 04:00:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004267 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003386 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006539 10.0.0.57 - - [2025-09-04 04:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.57 - - [2025-09-04 04:00:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005303 10.0.0.57 - - [2025-09-04 04:00:00] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004033 10.0.0.57 - - [2025-09-04 04:00:01] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006548 10.0.0.57 - - [2025-09-04 04:00:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004424 10.0.0.131 - - [2025-09-04 04:00:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004496 10.0.0.57 - - [2025-09-04 04:00:01] "GET /obj-perms HTTP/1.1" 200 5044 0.003958 10.0.0.38 - - [2025-09-04 04:00:01] "GET /obj-perms HTTP/1.1" 200 5044 0.059141 10.0.0.57 - - [2025-09-04 04:00:01] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.004605 10.0.0.57 - - [2025-09-04 04:00:01] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.006501 10.0.0.57 - - [2025-09-04 04:00:01] "POST /neutron/port HTTP/1.1" 200 1090 0.022769 10.0.0.57 - - [2025-09-04 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.57 - - [2025-09-04 04:00:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008176 10.0.0.57 - - [2025-09-04 04:00:01] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004027 10.0.0.57 - - [2025-09-04 04:00:01] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006517 10.0.0.57 - - [2025-09-04 04:00:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006003 10.0.0.57 - - [2025-09-04 04:00:01] "POST /neutron/network HTTP/1.1" 200 808 0.006895 10.0.0.57 - - [2025-09-04 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.57 - - [2025-09-04 04:00:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003725 10.0.0.57 - - [2025-09-04 04:00:02] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003625 10.0.0.57 - - [2025-09-04 04:00:02] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006310 10.0.0.57 - - [2025-09-04 04:00:03] "POST /neutron/port HTTP/1.1" 200 1090 0.045128 10.0.0.57 - - [2025-09-04 04:00:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008493 10.0.0.57 - - [2025-09-04 04:00:08] "POST /neutron/network HTTP/1.1" 200 818 0.010972 10.0.0.57 - - [2025-09-04 04:00:08] "POST /neutron/port HTTP/1.1" 200 117 0.002037 10.0.0.57 - - [2025-09-04 04:00:09] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006973 10.0.0.57 - - [2025-09-04 04:00:13] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.004661 10.0.0.57 - - [2025-09-04 04:00:13] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.005277 10.0.0.57 - - [2025-09-04 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.57 - - [2025-09-04 04:00:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004005 10.0.0.57 - - [2025-09-04 04:00:13] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003286 10.0.0.57 - - [2025-09-04 04:00:13] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006421 10.0.0.57 - - [2025-09-04 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.57 - - [2025-09-04 04:00:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005354 10.0.0.57 - - [2025-09-04 04:00:14] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003524 10.0.0.57 - - [2025-09-04 04:00:14] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005652 10.0.0.57 - - [2025-09-04 04:00:49] "GET /obj-perms HTTP/1.1" 200 5056 0.046112 10.0.0.57 - - [2025-09-04 04:01:03] "POST /neutron/port HTTP/1.1" 200 1090 0.014848 10.0.0.57 - - [2025-09-04 04:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004230 10.0.0.57 - - [2025-09-04 04:01:03] "POST /neutron/network HTTP/1.1" 200 808 0.007417 10.0.0.57 - - [2025-09-04 04:01:08] "POST /neutron/network HTTP/1.1" 200 818 0.006932 10.0.0.57 - - [2025-09-04 04:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.131 - - [2025-09-04 04:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.123248 10.0.0.131 - - [2025-09-04 04:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.167477 10.0.0.57 - - [2025-09-04 04:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.076967 10.0.0.38 - - [2025-09-04 04:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.157975 10.0.0.38 - - [2025-09-04 04:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.131763 10.0.0.57 - - [2025-09-04 04:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.181576 10.0.0.131 - - [2025-09-04 04:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.039434 10.0.0.131 - - [2025-09-04 04:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.135509 10.0.0.38 - - [2025-09-04 04:01:26] "GET /global-system-configs HTTP/1.1" 200 323 0.031945 10.0.0.38 - - [2025-09-04 04:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.122651 10.0.0.57 - - [2025-09-04 04:01:27] "GET /global-system-configs HTTP/1.1" 200 323 0.034951 10.0.0.57 - - [2025-09-04 04:01:27] "GET /obj-perms HTTP/1.1" 200 5056 0.151444 10.0.0.131 - - [2025-09-04 04:01:50] "GET /obj-perms HTTP/1.1" 200 5056 0.046687 10.0.0.38 - - [2025-09-04 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.38 - - [2025-09-04 04:01:50] "GET /virtual-router/b8da9487-4089-4688-8770-5b2ef603f844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005036 10.0.0.57 - - [2025-09-04 04:02:03] "POST /neutron/port HTTP/1.1" 200 1090 0.014712 10.0.0.57 - - [2025-09-04 04:02:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.009614 10.0.0.57 - - [2025-09-04 04:02:07] "POST /neutron/port HTTP/1.1" 200 1090 0.015942 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.003955 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.005749 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.003695 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.005348 10.0.0.57 - - [2025-09-04 04:02:07] "GET /instance-ip/2a564a75-8162-4b57-8f07-224acc4fb45e HTTP/1.1" 200 1623 0.004300 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.003538 10.0.0.57 - - [2025-09-04 04:02:07] "GET /virtual-machine-interface/ae648b8a-ebbd-41c8-b413-ef4275960b3d HTTP/1.1" 200 2957 0.005632 10.0.0.57 - - [2025-09-04 04:02:07] "GET /instance-ip/2a564a75-8162-4b57-8f07-224acc4fb45e HTTP/1.1" 200 1623 0.004929 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008987 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004424 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005286 10.0.0.57 - - [2025-09-04 04:02:08] "POST /neutron/port HTTP/1.1" 200 1090 0.021354 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007444 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005083 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005172 10.0.0.57 - - [2025-09-04 04:02:08] "POST /neutron/subnet HTTP/1.1" 200 675 0.008823 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005668 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004462 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006971 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006893 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004890 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003459 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005644 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005247 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003702 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006022 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004413 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003927 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007460 10.0.0.57 - - [2025-09-04 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.57 - - [2025-09-04 04:02:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004241 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004026 10.0.0.57 - - [2025-09-04 04:02:08] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008069 10.0.0.57 - - [2025-09-04 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.57 - - [2025-09-04 04:02:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003616 10.0.0.57 - - [2025-09-04 04:02:09] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002572 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005702 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.57 - - [2025-09-04 04:02:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003591 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002880 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006089 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006492 10.0.0.57 - - [2025-09-04 04:02:10] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.011488 10.0.0.57 - - [2025-09-04 04:02:10] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005080 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.57 - - [2025-09-04 04:02:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004124 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003170 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008410 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.57 - - [2025-09-04 04:02:10] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004568 10.0.0.57 - - [2025-09-04 04:02:10] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004281 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.57 - - [2025-09-04 04:02:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004437 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002930 10.0.0.57 - - [2025-09-04 04:02:10] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005732 10.0.0.57 - - [2025-09-04 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.57 - - [2025-09-04 04:02:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004377 10.0.0.57 - - [2025-09-04 04:02:11] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003181 10.0.0.57 - - [2025-09-04 04:02:11] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005815 10.0.0.57 - - [2025-09-04 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.57 - - [2025-09-04 04:02:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004785 10.0.0.57 - - [2025-09-04 04:02:11] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003656 10.0.0.57 - - [2025-09-04 04:02:11] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005810 10.0.0.131 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.004804 10.0.0.57 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.004627 10.0.0.57 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.005282 10.0.0.57 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.005471 10.0.0.38 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.005104 10.0.0.131 - - [2025-09-04 04:02:15] "GET /obj-perms HTTP/1.1" 200 5044 0.005044 10.0.0.57 - - [2025-09-04 04:02:15] "POST /neutron/port HTTP/1.1" 200 1090 0.019408 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.004076 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.008930 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.007558 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.007250 10.0.0.57 - - [2025-09-04 04:02:15] "GET /instance-ip/065329d0-b779-4ff4-bb1c-4eafd0da6fbf HTTP/1.1" 200 1622 0.005093 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.004014 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.005072 10.0.0.57 - - [2025-09-04 04:02:15] "GET /instance-ip/065329d0-b779-4ff4-bb1c-4eafd0da6fbf HTTP/1.1" 200 1622 0.005051 10.0.0.57 - - [2025-09-04 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.57 - - [2025-09-04 04:02:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005362 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003719 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006173 10.0.0.57 - - [2025-09-04 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.57 - - [2025-09-04 04:02:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004329 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.016310 10.0.0.57 - - [2025-09-04 04:02:15] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006059 10.0.0.57 - - [2025-09-04 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.57 - - [2025-09-04 04:02:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003933 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003128 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006117 10.0.0.57 - - [2025-09-04 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.57 - - [2025-09-04 04:02:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004725 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003510 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008545 10.0.0.57 - - [2025-09-04 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.57 - - [2025-09-04 04:02:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005385 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003860 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006363 10.0.0.57 - - [2025-09-04 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.57 - - [2025-09-04 04:02:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004487 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003318 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006115 10.0.0.57 - - [2025-09-04 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.57 - - [2025-09-04 04:02:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004292 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003470 10.0.0.57 - - [2025-09-04 04:02:16] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006205 10.0.0.57 - - [2025-09-04 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.57 - - [2025-09-04 04:02:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004567 10.0.0.57 - - [2025-09-04 04:02:17] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003084 10.0.0.57 - - [2025-09-04 04:02:17] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005610 10.0.0.57 - - [2025-09-04 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007744 10.0.0.57 - - [2025-09-04 04:02:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008633 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006617 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007133 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.57 - - [2025-09-04 04:02:18] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005079 10.0.0.57 - - [2025-09-04 04:02:18] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004976 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.57 - - [2025-09-04 04:02:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003476 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002953 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005946 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.57 - - [2025-09-04 04:02:18] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006227 10.0.0.57 - - [2025-09-04 04:02:18] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005563 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.57 - - [2025-09-04 04:02:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004699 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002991 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005824 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.57 - - [2025-09-04 04:02:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004253 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003142 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005829 10.0.0.57 - - [2025-09-04 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.57 - - [2025-09-04 04:02:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004275 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003539 10.0.0.57 - - [2025-09-04 04:02:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006155 10.0.0.131 - - [2025-09-04 04:02:22] "GET /obj-perms HTTP/1.1" 200 5044 0.003778 10.0.0.57 - - [2025-09-04 04:02:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003884 10.0.0.131 - - [2025-09-04 04:02:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003645 10.0.0.57 - - [2025-09-04 04:02:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003681 10.0.0.38 - - [2025-09-04 04:02:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004217 10.0.0.57 - - [2025-09-04 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.57 - - [2025-09-04 04:02:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003834 10.0.0.57 - - [2025-09-04 04:02:45] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003081 10.0.0.57 - - [2025-09-04 04:02:45] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006759 10.0.0.57 - - [2025-09-04 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.57 - - [2025-09-04 04:02:46] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003983 10.0.0.57 - - [2025-09-04 04:02:46] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003424 10.0.0.57 - - [2025-09-04 04:02:46] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005340 10.0.0.57 - - [2025-09-04 04:03:01] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.006184 10.0.0.57 - - [2025-09-04 04:03:01] "GET /virtual-machine-interface/3b9d03d3-ae3d-43d4-9a00-9cb566fb25ad HTTP/1.1" 200 2956 0.005409 10.0.0.57 - - [2025-09-04 04:03:01] "GET /instance-ip/065329d0-b779-4ff4-bb1c-4eafd0da6fbf HTTP/1.1" 200 1622 0.004453 10.0.0.57 - - [2025-09-04 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.57 - - [2025-09-04 04:03:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003752 10.0.0.57 - - [2025-09-04 04:03:01] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002757 10.0.0.57 - - [2025-09-04 04:03:02] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006177 10.0.0.57 - - [2025-09-04 04:03:03] "POST /neutron/port HTTP/1.1" 200 1090 0.015116 10.0.0.57 - - [2025-09-04 04:03:03] "POST /neutron/subnet HTTP/1.1" 200 675 0.009347 10.0.0.57 - - [2025-09-04 04:03:05] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 200 1302 0.004316 10.0.0.57 - - [2025-09-04 04:03:06] "POST /neutron/port HTTP/1.1" 200 1090 0.023973 10.0.0.57 - - [2025-09-04 04:03:07] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003300 10.0.0.57 - - [2025-09-04 04:03:07] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003133 10.0.0.57 - - [2025-09-04 04:03:07] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003418 10.0.0.57 - - [2025-09-04 04:03:08] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.006033 10.0.0.57 - - [2025-09-04 04:03:09] "POST /neutron/port HTTP/1.1" 200 1090 0.013807 10.0.0.57 - - [2025-09-04 04:03:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004873 10.0.0.57 - - [2025-09-04 04:03:09] "POST /neutron/network HTTP/1.1" 200 808 0.007081 10.0.0.57 - - [2025-09-04 04:03:09] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003389 10.0.0.57 - - [2025-09-04 04:03:10] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.005727 10.0.0.57 - - [2025-09-04 04:03:11] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003358 10.0.0.57 - - [2025-09-04 04:03:12] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003292 10.0.0.57 - - [2025-09-04 04:03:13] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003488 10.0.0.57 - - [2025-09-04 04:03:13] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.004008 10.0.0.57 - - [2025-09-04 04:03:14] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003217 10.0.0.57 - - [2025-09-04 04:03:15] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003866 10.0.0.57 - - [2025-09-04 04:03:16] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003575 10.0.0.57 - - [2025-09-04 04:03:17] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003615 10.0.0.57 - - [2025-09-04 04:03:18] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003631 10.0.0.57 - - [2025-09-04 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.57 - - [2025-09-04 04:03:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004862 10.0.0.57 - - [2025-09-04 04:03:18] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004360 10.0.0.57 - - [2025-09-04 04:03:18] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007577 10.0.0.57 - - [2025-09-04 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.57 - - [2025-09-04 04:03:18] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005099 10.0.0.57 - - [2025-09-04 04:03:18] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004376 10.0.0.57 - - [2025-09-04 04:03:19] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003453 10.0.0.57 - - [2025-09-04 04:03:20] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003498 10.0.0.57 - - [2025-09-04 04:03:21] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.004033 10.0.0.57 - - [2025-09-04 04:03:22] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003997 10.0.0.57 - - [2025-09-04 04:03:23] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003388 10.0.0.57 - - [2025-09-04 04:03:24] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003267 10.0.0.57 - - [2025-09-04 04:03:24] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.002937 10.0.0.57 - - [2025-09-04 04:03:25] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.004486 10.0.0.57 - - [2025-09-04 04:03:26] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.010345 10.0.0.57 - - [2025-09-04 04:03:27] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.004878 10.0.0.57 - - [2025-09-04 04:03:28] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003444 10.0.0.57 - - [2025-09-04 04:03:29] "GET /virtual-machine/e7fe0ae2-ef71-4d1b-a71a-ed2a79e2b512 HTTP/1.1" 404 171 0.003534 10.0.0.57 - - [2025-09-04 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003742 10.0.0.38 - - [2025-09-04 04:03:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004362 10.0.0.57 - - [2025-09-04 04:03:29] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 200 1302 0.005221 10.0.0.57 - - [2025-09-04 04:03:30] "POST /neutron/port HTTP/1.1" 200 151 0.166092 10.0.0.57 - - [2025-09-04 04:03:31] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.002996 10.0.0.57 - - [2025-09-04 04:03:31] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.002633 10.0.0.57 - - [2025-09-04 04:03:31] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.002741 10.0.0.57 - - [2025-09-04 04:03:31] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.004655 10.0.0.57 - - [2025-09-04 04:03:32] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003238 10.0.0.57 - - [2025-09-04 04:03:33] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003844 10.0.0.57 - - [2025-09-04 04:03:34] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003171 10.0.0.57 - - [2025-09-04 04:03:35] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003357 10.0.0.57 - - [2025-09-04 04:03:36] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.005300 10.0.0.57 - - [2025-09-04 04:03:36] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.005625 10.0.0.57 - - [2025-09-04 04:03:37] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003026 10.0.0.57 - - [2025-09-04 04:03:38] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.007443 10.0.0.57 - - [2025-09-04 04:03:39] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.002980 10.0.0.57 - - [2025-09-04 04:03:40] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.004288 10.0.0.57 - - [2025-09-04 04:03:41] "GET /virtual-machine/bb0e47ba-bf7e-48d0-94f9-3ca3750ebd43 HTTP/1.1" 404 171 0.003623 10.0.0.57 - - [2025-09-04 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.57 - - [2025-09-04 04:03:41] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003389 10.0.0.57 - - [2025-09-04 04:03:41] "GET /virtual-networks?parent_id=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003270 10.0.0.57 - - [2025-09-04 04:03:41] "GET /virtual-network/5f93eebb-9f53-48e8-96da-1f40a25174b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006016 10.0.0.57 - - [2025-09-04 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.57 - - [2025-09-04 04:03:41] "GET /routing-instance/7fcce742-ab08-4415-a369-c2d846c57cea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004513 10.0.0.57 - - [2025-09-04 04:03:41] "GET /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004165 10.0.0.57 - - [2025-09-04 04:03:41] "GET /obj-perms HTTP/1.1" 200 5044 0.003847 10.0.0.57 - - [2025-09-04 04:03:45] "GET /obj-perms HTTP/1.1" 200 5044 0.004668 10.0.0.131 - - [2025-09-04 04:03:45] "GET /obj-perms HTTP/1.1" 200 5044 0.004187 10.0.0.131 - - [2025-09-04 04:03:45] "DELETE /route-target/9939a6ff-7dab-4036-b57f-d462bc5f2608 HTTP/1.1" 200 115 0.065645 10.0.0.57 - - [2025-09-04 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.57 - - [2025-09-04 04:03:45] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003948 10.0.0.57 - - [2025-09-04 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.57 - - [2025-09-04 04:03:45] "PUT /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c HTTP/1.1" 200 277 0.012213 10.0.0.131 - - [2025-09-04 04:03:47] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001018 10.0.0.57 - - [2025-09-04 04:03:47] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043411 10.0.0.131 - - [2025-09-04 04:03:48] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001297 10.0.0.57 - - [2025-09-04 04:03:48] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?fields=virtual_networks HTTP/1.1" 200 1048 0.043102 10.0.0.131 - - [2025-09-04 04:03:48] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000948 10.0.0.57 - - [2025-09-04 04:03:48] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.045016 10.0.0.131 - - [2025-09-04 04:03:48] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000994 10.0.0.57 - - [2025-09-04 04:03:48] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?fields=security_groups HTTP/1.1" 200 1282 0.037208 10.0.0.57 - - [2025-09-04 04:03:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.023516 10.0.0.131 - - [2025-09-04 04:03:49] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003033 10.0.0.131 - - [2025-09-04 04:03:49] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.131 - - [2025-09-04 04:03:49] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008164 10.0.0.131 - - [2025-09-04 04:03:49] "POST /id-to-fqname HTTP/1.1" 200 196 0.003877 10.0.0.131 - - [2025-09-04 04:03:49] "POST /fqname-to-id HTTP/1.1" 404 205 0.003418 10.0.0.131 - - [2025-09-04 04:03:49] "POST /security-groups HTTP/1.1" 200 597 0.091384 10.0.0.131 - - [2025-09-04 04:03:49] "POST /projects HTTP/1.1" 200 597 0.292671 10.0.0.131 - - [2025-09-04 04:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.366853 10.0.0.131 - - [2025-09-04 04:03:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.005094 10.0.0.57 - - [2025-09-04 04:03:49] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.503854 10.0.0.57 - - [2025-09-04 04:03:50] "GET / HTTP/1.1" 200 36215 0.003413 10.0.0.57 - - [2025-09-04 04:03:51] "GET /obj-perms HTTP/1.1" 200 5056 0.053009 10.0.0.131 - - [2025-09-04 04:03:53] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.030805 10.0.0.57 - - [2025-09-04 04:03:53] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.102252 10.0.0.131 - - [2025-09-04 04:03:53] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001655 10.0.0.57 - - [2025-09-04 04:03:53] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?fields=virtual_networks HTTP/1.1" 200 1047 0.073527 10.0.0.131 - - [2025-09-04 04:03:53] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.57 - - [2025-09-04 04:03:53] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.052392 10.0.0.131 - - [2025-09-04 04:03:53] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.57 - - [2025-09-04 04:03:53] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?fields=security_groups HTTP/1.1" 200 1280 0.059444 10.0.0.57 - - [2025-09-04 04:03:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.063835 10.0.0.131 - - [2025-09-04 04:03:54] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004801 10.0.0.131 - - [2025-09-04 04:03:54] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002258 10.0.0.131 - - [2025-09-04 04:03:54] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010751 10.0.0.131 - - [2025-09-04 04:03:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.005675 10.0.0.131 - - [2025-09-04 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.007313 10.0.0.131 - - [2025-09-04 04:03:55] "POST /security-groups HTTP/1.1" 200 591 0.078436 10.0.0.131 - - [2025-09-04 04:03:55] "POST /projects HTTP/1.1" 200 585 0.317362 10.0.0.131 - - [2025-09-04 04:03:55] "POST /access-control-lists HTTP/1.1" 200 598 0.026131 10.0.0.131 - - [2025-09-04 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.388017 10.0.0.57 - - [2025-09-04 04:03:55] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.536133 10.0.0.57 - - [2025-09-04 04:03:56] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.131 - - [2025-09-04 04:03:59] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.57 - - [2025-09-04 04:03:59] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.032053 10.0.0.131 - - [2025-09-04 04:03:59] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.57 - - [2025-09-04 04:03:59] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?fields=virtual_networks HTTP/1.1" 200 1035 0.090700 10.0.0.131 - - [2025-09-04 04:03:59] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.57 - - [2025-09-04 04:03:59] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.047489 10.0.0.131 - - [2025-09-04 04:03:59] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.57 - - [2025-09-04 04:03:59] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?fields=security_groups HTTP/1.1" 200 1262 0.047961 10.0.0.57 - - [2025-09-04 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.026352 10.0.0.131 - - [2025-09-04 04:04:00] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.131 - - [2025-09-04 04:04:00] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.131 - - [2025-09-04 04:04:00] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033459 10.0.0.131 - - [2025-09-04 04:04:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.006036 10.0.0.131 - - [2025-09-04 04:04:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.006022 10.0.0.131 - - [2025-09-04 04:04:01] "POST /security-groups HTTP/1.1" 200 599 0.031874 10.0.0.131 - - [2025-09-04 04:04:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.003085 10.0.0.131 - - [2025-09-04 04:04:01] "POST /projects HTTP/1.1" 200 601 0.247787 10.0.0.131 - - [2025-09-04 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.319027 10.0.0.131 - - [2025-09-04 04:04:01] "POST /access-control-lists HTTP/1.1" 200 604 0.026094 10.0.0.57 - - [2025-09-04 04:04:01] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.478010 10.0.0.57 - - [2025-09-04 04:04:02] "GET / HTTP/1.1" 200 36215 0.001866 10.0.0.57 - - [2025-09-04 04:04:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000757 10.0.0.57 - - [2025-09-04 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.053005 10.0.0.131 - - [2025-09-04 04:04:03] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.57 - - [2025-09-04 04:04:03] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039317 10.0.0.57 - - [2025-09-04 04:04:03] "POST /neutron/network HTTP/1.1" 200 117 0.032216 10.0.0.131 - - [2025-09-04 04:04:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008509 10.0.0.57 - - [2025-09-04 04:04:03] "POST /neutron/subnet HTTP/1.1" 200 710 0.236109 10.0.0.57 - - [2025-09-04 04:04:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001401 10.0.0.57 - - [2025-09-04 04:04:03] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005415 10.0.0.57 - - [2025-09-04 04:04:03] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005345 10.0.0.57 - - [2025-09-04 04:04:03] "POST /neutron/network HTTP/1.1" 200 972 0.010882 10.0.0.57 - - [2025-09-04 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.131 - - [2025-09-04 04:04:04] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.57 - - [2025-09-04 04:04:04] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041550 10.0.0.57 - - [2025-09-04 04:04:04] "POST /neutron/network HTTP/1.1" 200 117 0.012404 10.0.0.131 - - [2025-09-04 04:04:04] "POST /route-targets HTTP/1.1" 200 328 0.017235 10.0.0.38 - - [2025-09-04 04:04:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.039848 10.0.0.131 - - [2025-09-04 04:04:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010722 10.0.0.57 - - [2025-09-04 04:04:04] "POST /neutron/subnet HTTP/1.1" 200 724 0.223572 10.0.0.57 - - [2025-09-04 04:04:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001337 10.0.0.57 - - [2025-09-04 04:04:04] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006035 10.0.0.57 - - [2025-09-04 04:04:04] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006642 10.0.0.57 - - [2025-09-04 04:04:04] "POST /neutron/network HTTP/1.1" 200 975 0.009854 10.0.0.57 - - [2025-09-04 04:04:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001334 10.0.0.57 - - [2025-09-04 04:04:05] "POST /neutron/network HTTP/1.1" 200 982 0.009916 10.0.0.131 - - [2025-09-04 04:04:05] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.57 - - [2025-09-04 04:04:05] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.084402 10.0.0.57 - - [2025-09-04 04:04:06] "POST /neutron/port HTTP/1.1" 200 117 0.006371 10.0.0.57 - - [2025-09-04 04:04:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001523 10.0.0.57 - - [2025-09-04 04:04:06] "POST /neutron/network HTTP/1.1" 200 982 0.009579 10.0.0.131 - - [2025-09-04 04:04:07] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.57 - - [2025-09-04 04:04:07] "POST /neutron/port HTTP/1.1" 200 1150 0.024161 10.0.0.57 - - [2025-09-04 04:04:07] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071676 10.0.0.57 - - [2025-09-04 04:04:07] "POST /neutron/port HTTP/1.1" 200 1178 0.020661 10.0.0.57 - - [2025-09-04 04:04:07] "POST /neutron/subnet HTTP/1.1" 200 1258 0.012435 10.0.0.57 - - [2025-09-04 04:04:07] "POST /neutron/port HTTP/1.1" 200 1178 0.028090 10.0.0.57 - - [2025-09-04 04:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.006184 10.0.0.57 - - [2025-09-04 04:04:08] "POST /neutron/network HTTP/1.1" 200 985 0.009931 10.0.0.57 - - [2025-09-04 04:04:08] "POST /neutron/port HTTP/1.1" 200 1153 0.017583 10.0.0.57 - - [2025-09-04 04:04:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004365 10.0.0.57 - - [2025-09-04 04:04:08] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.57 - - [2025-09-04 04:04:10] "POST /neutron/port HTTP/1.1" 200 1178 0.016180 10.0.0.57 - - [2025-09-04 04:04:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.57 - - [2025-09-04 04:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.57 - - [2025-09-04 04:04:12] "POST /neutron/port HTTP/1.1" 200 1178 0.015789 10.0.0.57 - - [2025-09-04 04:04:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006996 10.0.0.57 - - [2025-09-04 04:04:13] "GET /virtual-machine/1cb44528-36f2-493c-8444-7a4775a3c5af HTTP/1.1" 401 292 0.000436 10.0.0.57 - - [2025-09-04 04:04:13] "GET /virtual-machine/1cb44528-36f2-493c-8444-7a4775a3c5af HTTP/1.1" 200 1301 0.027755 10.0.0.57 - - [2025-09-04 04:04:13] "GET /virtual-machine-interface/3dfd2b8f-9bfd-43b2-bd58-d911ccf4858d HTTP/1.1" 200 3165 0.005037 10.0.0.57 - - [2025-09-04 04:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.57 - - [2025-09-04 04:04:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004063 10.0.0.57 - - [2025-09-04 04:04:13] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002720 10.0.0.57 - - [2025-09-04 04:04:13] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007651 10.0.0.57 - - [2025-09-04 04:04:16] "POST /neutron/port HTTP/1.1" 200 1178 0.017933 10.0.0.57 - - [2025-09-04 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.57 - - [2025-09-04 04:04:16] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005959 10.0.0.57 - - [2025-09-04 04:04:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006037 10.0.0.57 - - [2025-09-04 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.57 - - [2025-09-04 04:04:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003501 10.0.0.57 - - [2025-09-04 04:04:18] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002553 10.0.0.57 - - [2025-09-04 04:04:18] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006374 10.0.0.57 - - [2025-09-04 04:04:24] "POST /neutron/port HTTP/1.1" 200 1181 0.017045 10.0.0.57 - - [2025-09-04 04:04:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007349 10.0.0.57 - - [2025-09-04 04:04:24] "GET /virtual-machine/1e26034c-e31f-4a82-a494-bb8e33d1bfdd HTTP/1.1" 200 1302 0.005970 10.0.0.57 - - [2025-09-04 04:04:24] "GET /virtual-machine-interface/bda70849-5287-4764-8300-63c8e8537486 HTTP/1.1" 200 3165 0.005569 10.0.0.57 - - [2025-09-04 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.57 - - [2025-09-04 04:04:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003957 10.0.0.57 - - [2025-09-04 04:04:24] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003257 10.0.0.57 - - [2025-09-04 04:04:24] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005878 10.0.0.57 - - [2025-09-04 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.57 - - [2025-09-04 04:04:25] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004960 10.0.0.57 - - [2025-09-04 04:04:25] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003604 10.0.0.57 - - [2025-09-04 04:04:25] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007642 10.0.0.57 - - [2025-09-04 04:04:25] "POST /fqname-to-id HTTP/1.1" 404 209 0.005271 10.0.0.57 - - [2025-09-04 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.131 - - [2025-09-04 04:04:25] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.57 - - [2025-09-04 04:04:26] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050897 10.0.0.57 - - [2025-09-04 04:04:26] "POST /network-policys HTTP/1.1" 200 535 0.041321 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006314 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.57 - - [2025-09-04 04:04:26] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006452 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004813 10.0.0.57 - - [2025-09-04 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.064104 10.0.0.131 - - [2025-09-04 04:04:26] "POST /access-control-lists HTTP/1.1" 200 580 0.042297 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006499 10.0.0.57 - - [2025-09-04 04:04:26] "POST /neutron/network HTTP/1.1" 200 1058 0.015652 10.0.0.57 - - [2025-09-04 04:04:26] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006375 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006335 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.57 - - [2025-09-04 04:04:26] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005962 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004457 10.0.0.38 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.009246 10.0.0.57 - - [2025-09-04 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.053633 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006423 10.0.0.131 - - [2025-09-04 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.028801 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008847 10.0.0.57 - - [2025-09-04 04:04:26] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.013179 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.57 - - [2025-09-04 04:04:26] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003887 10.0.0.57 - - [2025-09-04 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.131 - - [2025-09-04 04:04:26] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.57 - - [2025-09-04 04:04:27] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038183 10.0.0.131 - - [2025-09-04 04:04:27] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.57 - - [2025-09-04 04:04:27] "POST /neutron/network HTTP/1.1" 200 585 0.113644 10.0.0.131 - - [2025-09-04 04:04:27] "POST /ref-update HTTP/1.1" 200 156 0.020524 10.0.0.57 - - [2025-09-04 04:04:27] "POST /id-to-fqname HTTP/1.1" 200 214 0.004210 10.0.0.57 - - [2025-09-04 04:04:27] "GET /virtual-network/e13ec411-4b4a-4abb-a17e-426fb7d76442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006286 10.0.0.57 - - [2025-09-04 04:04:27] "POST /neutron/network HTTP/1.1" 200 799 0.008449 10.0.0.57 - - [2025-09-04 04:04:27] "GET /virtual-network/e13ec411-4b4a-4abb-a17e-426fb7d76442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006267 10.0.0.57 - - [2025-09-04 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.131 - - [2025-09-04 04:04:27] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.57 - - [2025-09-04 04:04:27] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044976 10.0.0.57 - - [2025-09-04 04:04:27] "POST /neutron/network HTTP/1.1" 200 117 0.013080 10.0.0.57 - - [2025-09-04 04:04:28] "POST /neutron/network HTTP/1.1" 200 799 0.011028 10.0.0.57 - - [2025-09-04 04:04:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.002218 10.0.0.57 - - [2025-09-04 04:04:28] "GET /virtual-network/43a9431c-fe53-4ea0-90e0-02c03624513e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005238 10.0.0.57 - - [2025-09-04 04:04:28] "GET /virtual-network/43a9431c-fe53-4ea0-90e0-02c03624513e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006477 10.0.0.57 - - [2025-09-04 04:04:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.009556 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 404 239 0.003559 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.131 - - [2025-09-04 04:04:28] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.57 - - [2025-09-04 04:04:28] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054153 10.0.0.57 - - [2025-09-04 04:04:28] "POST /network-policys HTTP/1.1" 200 589 0.028224 10.0.0.57 - - [2025-09-04 04:04:28] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006087 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.57 - - [2025-09-04 04:04:28] "GET /virtual-network/e13ec411-4b4a-4abb-a17e-426fb7d76442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.008100 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.57 - - [2025-09-04 04:04:28] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004375 10.0.0.131 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.010320 10.0.0.57 - - [2025-09-04 04:04:28] "POST /ref-update HTTP/1.1" 200 156 0.059292 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.57 - - [2025-09-04 04:04:28] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004181 10.0.0.57 - - [2025-09-04 04:04:28] "GET /virtual-network/e13ec411-4b4a-4abb-a17e-426fb7d76442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.015182 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007898 10.0.0.57 - - [2025-09-04 04:04:28] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004289 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.57 - - [2025-09-04 04:04:28] "GET /virtual-network/43a9431c-fe53-4ea0-90e0-02c03624513e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005675 10.0.0.57 - - [2025-09-04 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.57 - - [2025-09-04 04:04:28] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004482 10.0.0.57 - - [2025-09-04 04:04:29] "POST /ref-update HTTP/1.1" 200 156 0.059592 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/aa5a42ce90c54c51b2530b138d4127d9 HTTP/1.1" 404 173 0.006470 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/fc6993075cfb45ceb83933aa6fee3357 HTTP/1.1" 404 173 0.016580 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/fdd5872a87dc4549abcfe4d2710001f7 HTTP/1.1" 404 173 0.017607 10.0.0.57 - - [2025-09-04 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012635 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000782 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000693 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000654 10.0.0.131 - - [2025-09-04 04:04:29] "POST /access-control-lists HTTP/1.1" 200 556 0.079455 10.0.0.57 - - [2025-09-04 04:04:29] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003136 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.092747 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.106261 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.115770 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000787 10.0.0.57 - - [2025-09-04 04:04:29] "GET /virtual-network/43a9431c-fe53-4ea0-90e0-02c03624513e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.032233 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?fields=security_groups HTTP/1.1" 200 1382 0.098371 10.0.0.57 - - [2025-09-04 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.031173 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?fields=security_groups HTTP/1.1" 200 1364 0.117515 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?fields=security_groups HTTP/1.1" 200 1384 0.123703 10.0.0.57 - - [2025-09-04 04:04:29] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004908 10.0.0.57 - - [2025-09-04 04:04:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001413 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /security-group/2671e625-1117-4c31-a00b-75360027c311 HTTP/1.1" 404 177 0.007057 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /access-control-list/f48717e2-d400-44f4-9dbd-b8ca165d59cf HTTP/1.1" 200 115 0.039160 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /security-group/c6b7c1c7-041c-4023-b30e-a076af4feaa5 HTTP/1.1" 200 115 0.099516 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=b8174d2b-2064-4119-8308-cee7a115fcab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001512 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=fc699307-5cfb-45ce-b839-33aa6fee3357&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001606 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /security-group/f41e885d-36c6-455a-a60a-06923ab13e8c HTTP/1.1" 200 115 0.125322 10.0.0.131 - - [2025-09-04 04:04:29] "GET /projects?obj_uuids=aa5a42ce-90c5-4c51-b253-0b138d4127d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/b8174d2b-2064-4119-8308-cee7a115fcab?fields=application_policy_sets HTTP/1.1" 200 1423 0.107499 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9?fields=application_policy_sets HTTP/1.1" 200 1403 0.139186 10.0.0.57 - - [2025-09-04 04:04:29] "POST /neutron/port HTTP/1.1" 200 2241 0.084306 10.0.0.131 - - [2025-09-04 04:04:29] "GET /project/fc699307-5cfb-45ce-b839-33aa6fee3357?fields=application_policy_sets HTTP/1.1" 200 1421 0.199151 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/b8174d2b-2064-4119-8308-cee7a115fcab HTTP/1.1" 404 190 0.614573 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /access-control-list/8ce174d6-9ee5-4d9a-a745-7688536cdca7 HTTP/1.1" 200 115 0.118595 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/aa5a42ce-90c5-4c51-b253-0b138d4127d9 HTTP/1.1" 200 115 0.824803 10.0.0.131 - - [2025-09-04 04:04:29] "DELETE /project/fc699307-5cfb-45ce-b839-33aa6fee3357 HTTP/1.1" 200 115 0.820718 10.0.0.131 - - [2025-09-04 04:04:30] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.57 - - [2025-09-04 04:04:30] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065538 10.0.0.57 - - [2025-09-04 04:04:30] "POST /neutron/network HTTP/1.1" 200 912 0.027547 10.0.0.57 - - [2025-09-04 04:04:30] "POST /neutron/port HTTP/1.1" 200 117 0.007099 10.0.0.57 - - [2025-09-04 04:04:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001211 10.0.0.57 - - [2025-09-04 04:04:31] "POST /neutron/network HTTP/1.1" 200 922 0.008041 10.0.0.57 - - [2025-09-04 04:04:31] "POST /neutron/port HTTP/1.1" 200 1063 0.042750 10.0.0.131 - - [2025-09-04 04:04:32] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.57 - - [2025-09-04 04:04:32] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.087569 10.0.0.57 - - [2025-09-04 04:04:32] "POST /neutron/port HTTP/1.1" 200 1091 0.045936 10.0.0.57 - - [2025-09-04 04:04:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.009044 10.0.0.57 - - [2025-09-04 04:04:32] "POST /neutron/port HTTP/1.1" 200 3215 0.025298 10.0.0.57 - - [2025-09-04 04:04:32] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003541 10.0.0.57 - - [2025-09-04 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.57 - - [2025-09-04 04:04:32] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005078 10.0.0.57 - - [2025-09-04 04:04:32] "POST /neutron/network HTTP/1.1" 200 922 0.011189 10.0.0.131 - - [2025-09-04 04:04:32] "PUT /access-control-list/59f3cd47-085c-4d9c-aebd-0327cc4b1a8c HTTP/1.1" 200 273 0.026143 10.0.0.57 - - [2025-09-04 04:04:33] "POST /neutron/port HTTP/1.1" 200 1063 0.039069 10.0.0.57 - - [2025-09-04 04:04:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005914 10.0.0.57 - - [2025-09-04 04:04:33] "POST /neutron/network HTTP/1.1" 200 912 0.007885 10.0.0.57 - - [2025-09-04 04:04:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003823 10.0.0.57 - - [2025-09-04 04:04:33] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004483 10.0.0.57 - - [2025-09-04 04:04:33] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003977 10.0.0.57 - - [2025-09-04 04:04:33] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.050112 10.0.0.57 - - [2025-09-04 04:04:33] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.039379 10.0.0.57 - - [2025-09-04 04:04:33] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.014635 10.0.0.57 - - [2025-09-04 04:04:33] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005061 10.0.0.57 - - [2025-09-04 04:04:33] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.035883 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.031045 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004926 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005877 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.030923 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.030208 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006465 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005027 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.017712 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004164 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004669 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005803 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.029012 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.039105 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005193 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008298 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.038323 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.037887 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006059 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005977 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.023977 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.040614 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004718 10.0.0.57 - - [2025-09-04 04:04:34] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004679 10.0.0.57 - - [2025-09-04 04:04:34] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.020167 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003316 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004461 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003541 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.024024 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.034264 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004792 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004608 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.026515 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.030009 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004426 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004812 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.027587 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.033367 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006214 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008770 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.026720 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003927 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004426 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004051 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.028290 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.036028 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005558 10.0.0.57 - - [2025-09-04 04:04:35] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005013 10.0.0.57 - - [2025-09-04 04:04:35] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.029411 10.0.0.57 - - [2025-09-04 04:04:36] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.028750 10.0.0.57 - - [2025-09-04 04:04:36] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007941 10.0.0.57 - - [2025-09-04 04:04:36] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005100 10.0.0.57 - - [2025-09-04 04:04:36] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.030703 10.0.0.57 - - [2025-09-04 04:04:36] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.038376 10.0.0.57 - - [2025-09-04 04:04:43] "POST /neutron/port HTTP/1.1" 200 1091 0.017352 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004096 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005133 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005353 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.026409 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.043038 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005311 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004626 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.034394 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.046336 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007623 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005734 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.026756 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.039079 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006848 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006963 10.0.0.57 - - [2025-09-04 04:04:46] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.026069 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003338 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006061 10.0.0.57 - - [2025-09-04 04:04:46] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004377 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.025735 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.040449 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005716 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003967 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.046597 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.045322 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.015686 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005123 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.033650 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.038491 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010918 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009845 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.018732 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003503 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005074 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004087 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.024056 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.029858 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004563 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004227 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.025056 10.0.0.57 - - [2025-09-04 04:04:47] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.032366 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005229 10.0.0.57 - - [2025-09-04 04:04:47] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005640 10.0.0.57 - - [2025-09-04 04:04:48] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.034732 10.0.0.57 - - [2025-09-04 04:04:48] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.047778 10.0.0.57 - - [2025-09-04 04:04:48] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009587 10.0.0.57 - - [2025-09-04 04:04:48] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004002 10.0.0.57 - - [2025-09-04 04:04:48] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.015275 10.0.0.57 - - [2025-09-04 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.045040 10.0.0.57 - - [2025-09-04 04:04:48] "GET /virtual-network/43a9431c-fe53-4ea0-90e0-02c03624513e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009963 10.0.0.57 - - [2025-09-04 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.57 - - [2025-09-04 04:04:48] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007752 10.0.0.57 - - [2025-09-04 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.047441 10.0.0.131 - - [2025-09-04 04:04:48] "DELETE /access-control-list/cf40798d-dc26-41f0-a03e-204933bffd8c HTTP/1.1" 200 115 0.038024 10.0.0.57 - - [2025-09-04 04:04:48] "POST /neutron/network HTTP/1.1" 200 799 0.014981 10.0.0.57 - - [2025-09-04 04:04:48] "GET /virtual-network/e13ec411-4b4a-4abb-a17e-426fb7d76442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.011435 10.0.0.57 - - [2025-09-04 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.57 - - [2025-09-04 04:04:48] "GET /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004119 10.0.0.57 - - [2025-09-04 04:04:48] "DELETE /network-policy/847710b6-8f43-4ee8-92e6-f5fe5a225690 HTTP/1.1" 200 115 0.034446 10.0.0.57 - - [2025-09-04 04:04:48] "POST /neutron/port HTTP/1.1" 200 1091 0.015337 10.0.0.57 - - [2025-09-04 04:04:48] "POST /neutron/port HTTP/1.1" 200 1091 0.013189 10.0.0.57 - - [2025-09-04 04:04:50] "POST /neutron/network HTTP/1.1" 200 799 0.006858 10.0.0.131 - - [2025-09-04 04:04:50] "DELETE /route-target/37002c76-e858-4411-a4c6-78b1fc5911d1 HTTP/1.1" 200 115 0.020577 10.0.0.131 - - [2025-09-04 04:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.131 - - [2025-09-04 04:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.57 - - [2025-09-04 04:04:51] "POST /neutron/network HTTP/1.1" 200 151 0.145720 10.0.0.57 - - [2025-09-04 04:04:51] "POST /ref-update HTTP/1.1" 200 156 0.066798 10.0.0.131 - - [2025-09-04 04:04:51] "DELETE /access-control-list/7d17cd5d-c2b4-442a-ae77-5fd82cc213b4 HTTP/1.1" 200 115 0.055599 10.0.0.57 - - [2025-09-04 04:04:51] "GET /virtual-network/c093a389-10f1-49f8-b5c9-4d170a4ba323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.014305 10.0.0.57 - - [2025-09-04 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.017342 10.0.0.57 - - [2025-09-04 04:04:51] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004936 10.0.0.57 - - [2025-09-04 04:04:51] "POST /ref-update HTTP/1.1" 200 156 0.057559 10.0.0.131 - - [2025-09-04 04:04:51] "POST /ref-update HTTP/1.1" 200 156 0.028054 10.0.0.57 - - [2025-09-04 04:04:51] "GET /virtual-network/a6a0f625-7c13-44c4-b2e9-e13d6271e14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.008666 10.0.0.57 - - [2025-09-04 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.57 - - [2025-09-04 04:04:51] "GET /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004229 10.0.0.57 - - [2025-09-04 04:04:51] "DELETE /network-policy/c0372846-2db4-47c9-b17f-af37a32ab5df HTTP/1.1" 200 115 0.041789 10.0.0.57 - - [2025-09-04 04:04:51] "POST /neutron/network HTTP/1.1" 200 975 0.013520 10.0.0.57 - - [2025-09-04 04:04:52] "POST /neutron/port HTTP/1.1" 200 1207 0.013861 10.0.0.57 - - [2025-09-04 04:04:52] "POST /neutron/port HTTP/1.1" 200 1204 0.025203 10.0.0.131 - - [2025-09-04 04:04:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005556 10.0.0.131 - - [2025-09-04 04:04:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.131 - - [2025-09-04 04:04:54] "POST /useragent-kv HTTP/1.1" 200 115 0.015484 10.0.0.131 - - [2025-09-04 04:04:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004582 10.0.0.57 - - [2025-09-04 04:04:54] "POST /neutron/network HTTP/1.1" 200 151 0.204419 10.0.0.131 - - [2025-09-04 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.57 - - [2025-09-04 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.131 - - [2025-09-04 04:04:55] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.57 - - [2025-09-04 04:04:55] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038803 10.0.0.57 - - [2025-09-04 04:04:55] "POST /neutron/network HTTP/1.1" 200 117 0.011660 10.0.0.131 - - [2025-09-04 04:04:55] "POST /ref-update HTTP/1.1" 200 156 0.027196 10.0.0.38 - - [2025-09-04 04:04:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005768 10.0.0.131 - - [2025-09-04 04:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.011733 10.0.0.57 - - [2025-09-04 04:04:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.225349 10.0.0.57 - - [2025-09-04 04:04:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001664 10.0.0.57 - - [2025-09-04 04:04:56] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005659 10.0.0.57 - - [2025-09-04 04:04:56] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006249 10.0.0.57 - - [2025-09-04 04:04:56] "POST /neutron/network HTTP/1.1" 200 977 0.008816 10.0.0.57 - - [2025-09-04 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.131 - - [2025-09-04 04:04:56] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.57 - - [2025-09-04 04:04:56] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050476 10.0.0.57 - - [2025-09-04 04:04:56] "POST /neutron/network HTTP/1.1" 200 117 0.031696 10.0.0.38 - - [2025-09-04 04:04:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.010712 10.0.0.131 - - [2025-09-04 04:04:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013001 10.0.0.57 - - [2025-09-04 04:04:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.238108 10.0.0.57 - - [2025-09-04 04:04:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001728 10.0.0.57 - - [2025-09-04 04:04:57] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005672 10.0.0.57 - - [2025-09-04 04:04:57] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006104 10.0.0.57 - - [2025-09-04 04:04:57] "POST /neutron/network HTTP/1.1" 200 973 0.016026 10.0.0.57 - - [2025-09-04 04:04:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001695 10.0.0.57 - - [2025-09-04 04:04:57] "POST /neutron/network HTTP/1.1" 200 987 0.009107 10.0.0.131 - - [2025-09-04 04:04:58] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.57 - - [2025-09-04 04:04:58] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059132 10.0.0.57 - - [2025-09-04 04:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.006798 10.0.0.57 - - [2025-09-04 04:04:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.57 - - [2025-09-04 04:04:59] "POST /neutron/network HTTP/1.1" 200 987 0.010200 10.0.0.57 - - [2025-09-04 04:04:59] "POST /neutron/port HTTP/1.1" 200 1155 0.027303 10.0.0.131 - - [2025-09-04 04:04:59] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.57 - - [2025-09-04 04:04:59] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059766 10.0.0.57 - - [2025-09-04 04:04:59] "POST /neutron/network HTTP/1.1" 200 973 0.008641 10.0.0.57 - - [2025-09-04 04:04:59] "POST /neutron/subnet HTTP/1.1" 200 1282 0.012119 10.0.0.57 - - [2025-09-04 04:04:59] "POST /neutron/network HTTP/1.1" 200 977 0.013815 10.0.0.57 - - [2025-09-04 04:05:00] "POST /neutron/port HTTP/1.1" 200 117 0.008355 10.0.0.57 - - [2025-09-04 04:05:00] "POST /neutron/network HTTP/1.1" 200 983 0.009001 10.0.0.57 - - [2025-09-04 04:05:00] "POST /neutron/port HTTP/1.1" 200 1151 0.020000 10.0.0.57 - - [2025-09-04 04:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110 10.0.0.57 - - [2025-09-04 04:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.57 - - [2025-09-04 04:05:05] "POST /neutron/port HTTP/1.1" 200 1183 0.018879 10.0.0.57 - - [2025-09-04 04:05:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007210 10.0.0.57 - - [2025-09-04 04:05:05] "GET /virtual-machine/7396e4a7-5ec1-4f11-acab-9e5d1b292800 HTTP/1.1" 200 1302 0.006794 10.0.0.57 - - [2025-09-04 04:05:05] "GET /virtual-machine-interface/861ae8fb-d75a-41ed-ba1e-d8126b36f797 HTTP/1.1" 200 3165 0.005651 10.0.0.57 - - [2025-09-04 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.57 - - [2025-09-04 04:05:05] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004366 10.0.0.57 - - [2025-09-04 04:05:05] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003324 10.0.0.57 - - [2025-09-04 04:05:05] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005682 10.0.0.57 - - [2025-09-04 04:05:06] "POST /neutron/port HTTP/1.1" 200 1179 0.017274 10.0.0.57 - - [2025-09-04 04:05:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004217 10.0.0.57 - - [2025-09-04 04:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.57 - - [2025-09-04 04:05:08] "POST /neutron/port HTTP/1.1" 200 1183 0.047149 10.0.0.57 - - [2025-09-04 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.57 - - [2025-09-04 04:05:08] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.005595 10.0.0.57 - - [2025-09-04 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.57 - - [2025-09-04 04:05:10] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004947 10.0.0.57 - - [2025-09-04 04:05:10] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003684 10.0.0.57 - - [2025-09-04 04:05:10] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006023 10.0.0.57 - - [2025-09-04 04:05:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007138 10.0.0.57 - - [2025-09-04 04:05:11] "POST /neutron/port HTTP/1.1" 200 1179 0.017143 10.0.0.57 - - [2025-09-04 04:05:11] "GET /virtual-machine/3e22cba1-3d40-41c7-b862-f20dd1e439e9 HTTP/1.1" 200 1302 0.006407 10.0.0.57 - - [2025-09-04 04:05:11] "GET /virtual-machine-interface/62c276b4-5ee1-414f-b4df-2860a17d1101 HTTP/1.1" 200 3165 0.006993 10.0.0.57 - - [2025-09-04 04:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.57 - - [2025-09-04 04:05:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006989 10.0.0.57 - - [2025-09-04 04:05:11] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004570 10.0.0.57 - - [2025-09-04 04:05:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008474 10.0.0.57 - - [2025-09-04 04:05:11] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006874 10.0.0.57 - - [2025-09-04 04:05:12] "POST /neutron/network HTTP/1.1" 200 987 0.008676 10.0.0.57 - - [2025-09-04 04:05:12] "POST /neutron/subnet HTTP/1.1" 200 1282 0.013190 10.0.0.57 - - [2025-09-04 04:05:12] "POST /neutron/network HTTP/1.1" 200 977 0.009210 10.0.0.57 - - [2025-09-04 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.57 - - [2025-09-04 04:05:12] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003848 10.0.0.57 - - [2025-09-04 04:05:12] "GET /virtual-networks?parent_id=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002633 10.0.0.57 - - [2025-09-04 04:05:12] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006730 10.0.0.57 - - [2025-09-04 04:05:17] "POST /fqname-to-id HTTP/1.1" 404 209 0.003594 10.0.0.57 - - [2025-09-04 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.131 - - [2025-09-04 04:05:17] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.57 - - [2025-09-04 04:05:17] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041289 10.0.0.57 - - [2025-09-04 04:05:17] "POST /network-policys HTTP/1.1" 200 535 0.027447 10.0.0.57 - - [2025-09-04 04:05:17] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006395 10.0.0.57 - - [2025-09-04 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.57 - - [2025-09-04 04:05:18] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.011585 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004717 10.0.0.57 - - [2025-09-04 04:05:18] "POST /ref-update HTTP/1.1" 200 156 0.057211 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005639 10.0.0.57 - - [2025-09-04 04:05:18] "POST /neutron/network HTTP/1.1" 200 1063 0.015240 10.0.0.57 - - [2025-09-04 04:05:18] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005967 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006892 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.57 - - [2025-09-04 04:05:18] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005864 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.131 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 404 230 0.004086 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007328 10.0.0.57 - - [2025-09-04 04:05:18] "POST /ref-update HTTP/1.1" 200 156 0.098924 10.0.0.131 - - [2025-09-04 04:05:18] "POST /access-control-lists HTTP/1.1" 200 580 0.039143 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007094 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003828 10.0.0.57 - - [2025-09-04 04:05:18] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.008232 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.57 - - [2025-09-04 04:05:18] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004535 10.0.0.57 - - [2025-09-04 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.131 - - [2025-09-04 04:05:18] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.57 - - [2025-09-04 04:05:18] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053142 10.0.0.131 - - [2025-09-04 04:05:18] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.57 - - [2025-09-04 04:05:19] "POST /neutron/network HTTP/1.1" 200 585 0.117066 10.0.0.131 - - [2025-09-04 04:05:19] "POST /route-targets HTTP/1.1" 200 328 0.018598 10.0.0.57 - - [2025-09-04 04:05:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.003059 10.0.0.57 - - [2025-09-04 04:05:19] "GET /virtual-network/c459d7bd-01c6-4984-8085-b4fc444ef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005453 10.0.0.57 - - [2025-09-04 04:05:19] "POST /neutron/network HTTP/1.1" 200 799 0.006806 10.0.0.57 - - [2025-09-04 04:05:19] "GET /virtual-network/c459d7bd-01c6-4984-8085-b4fc444ef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005451 10.0.0.57 - - [2025-09-04 04:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.131 - - [2025-09-04 04:05:19] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000862 10.0.0.57 - - [2025-09-04 04:05:19] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.039900 10.0.0.57 - - [2025-09-04 04:05:19] "POST /neutron/network HTTP/1.1" 200 117 0.014429 10.0.0.131 - - [2025-09-04 04:05:19] "POST /ref-update HTTP/1.1" 200 156 0.024405 10.0.0.57 - - [2025-09-04 04:05:19] "POST /neutron/network HTTP/1.1" 200 799 0.007694 10.0.0.57 - - [2025-09-04 04:05:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001035 10.0.0.57 - - [2025-09-04 04:05:19] "GET /virtual-network/495f8e9d-a42b-4a97-818f-b5723842132f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005046 10.0.0.57 - - [2025-09-04 04:05:19] "GET /virtual-network/495f8e9d-a42b-4a97-818f-b5723842132f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005711 10.0.0.57 - - [2025-09-04 04:05:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.014827 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 404 239 0.004497 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.131 - - [2025-09-04 04:05:20] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.57 - - [2025-09-04 04:05:20] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049514 10.0.0.57 - - [2025-09-04 04:05:20] "POST /network-policys HTTP/1.1" 200 589 0.034655 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006034 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.57 - - [2025-09-04 04:05:20] "GET /virtual-network/c459d7bd-01c6-4984-8085-b4fc444ef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006137 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004856 10.0.0.57 - - [2025-09-04 04:05:20] "POST /ref-update HTTP/1.1" 200 156 0.060079 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004158 10.0.0.57 - - [2025-09-04 04:05:20] "GET /virtual-network/c459d7bd-01c6-4984-8085-b4fc444ef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.007961 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004474 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.57 - - [2025-09-04 04:05:20] "GET /virtual-network/495f8e9d-a42b-4a97-818f-b5723842132f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007719 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.008533 10.0.0.131 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.004617 10.0.0.57 - - [2025-09-04 04:05:20] "POST /ref-update HTTP/1.1" 200 156 0.053193 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013409 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.013842 10.0.0.131 - - [2025-09-04 04:05:20] "PUT /access-control-list/c7fedac8-451e-4a46-b302-61a364395e83 HTTP/1.1" 200 273 0.035964 10.0.0.57 - - [2025-09-04 04:05:20] "GET /virtual-network/495f8e9d-a42b-4a97-818f-b5723842132f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.008493 10.0.0.57 - - [2025-09-04 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.57 - - [2025-09-04 04:05:20] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004253 10.0.0.57 - - [2025-09-04 04:05:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001362 10.0.0.57 - - [2025-09-04 04:05:21] "POST /neutron/port HTTP/1.1" 200 2244 0.017214 10.0.0.131 - - [2025-09-04 04:05:21] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.57 - - [2025-09-04 04:05:21] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.074904 10.0.0.57 - - [2025-09-04 04:05:21] "POST /neutron/network HTTP/1.1" 200 912 0.006385 10.0.0.57 - - [2025-09-04 04:05:22] "POST /neutron/port HTTP/1.1" 200 117 0.006388 10.0.0.57 - - [2025-09-04 04:05:22] "POST /id-to-fqname HTTP/1.1" 200 214 0.001378 10.0.0.57 - - [2025-09-04 04:05:22] "POST /neutron/network HTTP/1.1" 200 922 0.007264 10.0.0.57 - - [2025-09-04 04:05:22] "POST /neutron/port HTTP/1.1" 200 1063 0.015894 10.0.0.57 - - [2025-09-04 04:05:23] "POST /neutron/port HTTP/1.1" 200 1091 0.017901 10.0.0.57 - - [2025-09-04 04:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.131 - - [2025-09-04 04:05:23] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.57 - - [2025-09-04 04:05:23] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062941 10.0.0.57 - - [2025-09-04 04:05:23] "POST /neutron/port HTTP/1.1" 200 3218 0.025872 10.0.0.57 - - [2025-09-04 04:05:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003951 10.0.0.57 - - [2025-09-04 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.57 - - [2025-09-04 04:05:23] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005156 10.0.0.57 - - [2025-09-04 04:05:23] "POST /neutron/network HTTP/1.1" 200 922 0.006862 10.0.0.57 - - [2025-09-04 04:05:24] "POST /neutron/port HTTP/1.1" 200 1063 0.015719 10.0.0.57 - - [2025-09-04 04:05:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004150 10.0.0.57 - - [2025-09-04 04:05:24] "POST /neutron/network HTTP/1.1" 200 912 0.012817 10.0.0.57 - - [2025-09-04 04:05:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005121 10.0.0.57 - - [2025-09-04 04:05:24] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006346 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006005 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.036658 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.041897 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005116 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004267 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.036529 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.052965 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008821 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004902 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.038334 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.042183 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005985 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004505 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.025826 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005139 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005149 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005461 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.025968 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.031102 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005830 10.0.0.57 - - [2025-09-04 04:05:25] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006453 10.0.0.57 - - [2025-09-04 04:05:25] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.035772 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.034320 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007520 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006678 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.029966 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.028710 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006070 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006130 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.024855 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003678 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004887 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004759 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.024302 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.057382 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009230 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004462 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.024209 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.031368 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007404 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007770 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.030866 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.035079 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004939 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004316 10.0.0.57 - - [2025-09-04 04:05:26] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.021320 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004815 10.0.0.57 - - [2025-09-04 04:05:26] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003880 10.0.0.57 - - [2025-09-04 04:05:27] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.015357 10.0.0.57 - - [2025-09-04 04:05:27] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004915 10.0.0.57 - - [2025-09-04 04:05:27] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003654 10.0.0.57 - - [2025-09-04 04:05:27] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.014330 10.0.0.57 - - [2025-09-04 04:05:27] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004548 10.0.0.57 - - [2025-09-04 04:05:27] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004284 10.0.0.57 - - [2025-09-04 04:05:27] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.014802 10.0.0.57 - - [2025-09-04 04:05:34] "POST /neutron/port HTTP/1.1" 200 1091 0.015240 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003703 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005399 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004269 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.023395 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.029778 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007101 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004595 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.035930 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.034611 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004607 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008448 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.039881 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.041824 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004770 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004728 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.017113 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003525 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005418 10.0.0.57 - - [2025-09-04 04:05:37] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003943 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.024071 10.0.0.57 - - [2025-09-04 04:05:37] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.035124 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008009 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006563 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.032006 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.033102 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006841 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004759 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.040230 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.035874 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004697 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004877 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.021746 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003385 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005427 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004427 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.040960 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/0add096f-8aef-4667-a57c-a434db0bb05e HTTP/1.1" 200 255 0.059548 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008107 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006774 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.039676 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/f599eb47-c607-4a9b-87ae-e9d1e54c21ec HTTP/1.1" 200 255 0.048667 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006133 10.0.0.57 - - [2025-09-04 04:05:38] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008672 10.0.0.57 - - [2025-09-04 04:05:38] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.037838 10.0.0.57 - - [2025-09-04 04:05:39] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.052179 10.0.0.57 - - [2025-09-04 04:05:39] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.015827 10.0.0.57 - - [2025-09-04 04:05:39] "GET /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.010723 10.0.0.57 - - [2025-09-04 04:05:39] "PUT /bgp-router/c8d8f8de-11e4-45fa-be20-61673add7ce8 HTTP/1.1" 200 255 0.031661 10.0.0.57 - - [2025-09-04 04:05:39] "POST /ref-update HTTP/1.1" 200 156 0.057495 10.0.0.57 - - [2025-09-04 04:05:39] "GET /virtual-network/495f8e9d-a42b-4a97-818f-b5723842132f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013548 10.0.0.57 - - [2025-09-04 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011220 10.0.0.131 - - [2025-09-04 04:05:39] "POST /ref-update HTTP/1.1" 200 156 0.018390 10.0.0.57 - - [2025-09-04 04:05:39] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004702 10.0.0.57 - - [2025-09-04 04:05:39] "POST /ref-update HTTP/1.1" 200 156 0.075825 10.0.0.57 - - [2025-09-04 04:05:39] "POST /neutron/network HTTP/1.1" 200 799 0.019790 10.0.0.57 - - [2025-09-04 04:05:39] "GET /virtual-network/c459d7bd-01c6-4984-8085-b4fc444ef01a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007000 10.0.0.57 - - [2025-09-04 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006278 10.0.0.57 - - [2025-09-04 04:05:39] "GET /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005781 10.0.0.57 - - [2025-09-04 04:05:39] "DELETE /network-policy/dfec46fc-af66-4471-b7b4-7c684a51a23f HTTP/1.1" 200 115 0.052502 10.0.0.57 - - [2025-09-04 04:05:39] "POST /neutron/network HTTP/1.1" 400 204 0.019846 10.0.0.57 - - [2025-09-04 04:05:40] "POST /neutron/port HTTP/1.1" 200 1091 0.037170 10.0.0.57 - - [2025-09-04 04:05:41] "POST /neutron/network HTTP/1.1" 200 799 0.008807 10.0.0.131 - - [2025-09-04 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.131 - - [2025-09-04 04:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002736 10.0.0.131 - - [2025-09-04 04:05:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004375 10.0.0.57 - - [2025-09-04 04:05:42] "POST /neutron/network HTTP/1.1" 200 151 0.116820 10.0.0.131 - - [2025-09-04 04:05:42] "DELETE /route-target/f0c22671-93e7-4a5f-82a0-955e5668d6b9 HTTP/1.1" 200 115 0.026778 10.0.0.38 - - [2025-09-04 04:05:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005999 10.0.0.57 - - [2025-09-04 04:05:42] "POST /ref-update HTTP/1.1" 200 156 0.066226 10.0.0.57 - - [2025-09-04 04:05:42] "GET /virtual-network/385ae7ba-1cbb-4899-a6c6-9bf46ed139a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.014756 10.0.0.57 - - [2025-09-04 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.57 - - [2025-09-04 04:05:42] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008628 10.0.0.57 - - [2025-09-04 04:05:42] "POST /ref-update HTTP/1.1" 200 156 0.058257 10.0.0.131 - - [2025-09-04 04:05:42] "DELETE /access-control-list/4756cbaf-2827-40d5-994c-df35845d40d1 HTTP/1.1" 200 115 0.060531 10.0.0.57 - - [2025-09-04 04:05:42] "GET /virtual-network/bd28fa23-a1cd-437b-b9b4-0b38ceb212b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.009847 10.0.0.57 - - [2025-09-04 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.57 - - [2025-09-04 04:05:42] "GET /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.003794 10.0.0.57 - - [2025-09-04 04:05:42] "DELETE /network-policy/6451b9d4-1a33-481d-a949-bd5a9bb9921d HTTP/1.1" 200 115 0.029461 10.0.0.57 - - [2025-09-04 04:05:42] "POST /neutron/network HTTP/1.1" 200 973 0.008584 10.0.0.57 - - [2025-09-04 04:05:43] "POST /neutron/port HTTP/1.1" 200 1205 0.017335 10.0.0.57 - - [2025-09-04 04:05:43] "POST /neutron/port HTTP/1.1" 200 1209 0.020306 10.0.0.131 - - [2025-09-04 04:05:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003162 10.0.0.131 - - [2025-09-04 04:05:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003208 10.0.0.131 - - [2025-09-04 04:05:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003352 10.0.0.131 - - [2025-09-04 04:05:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002387 10.0.0.57 - - [2025-09-04 04:05:45] "POST /neutron/network HTTP/1.1" 200 151 0.144037 10.0.0.131 - - [2025-09-04 04:05:45] "DELETE /route-target/c4f8268d-da30-4ce9-b28e-a520d5ecfbf6 HTTP/1.1" 200 115 0.028098 10.0.0.131 - - [2025-09-04 04:05:46] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.57 - - [2025-09-04 04:05:46] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044126 10.0.0.131 - - [2025-09-04 04:05:46] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.57 - - [2025-09-04 04:05:46] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?fields=virtual_networks HTTP/1.1" 200 1051 0.046863 10.0.0.131 - - [2025-09-04 04:05:46] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.57 - - [2025-09-04 04:05:46] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.044164 10.0.0.131 - - [2025-09-04 04:05:46] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001444 10.0.0.57 - - [2025-09-04 04:05:46] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?fields=security_groups HTTP/1.1" 200 1286 0.047946 10.0.0.57 - - [2025-09-04 04:05:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.028706 10.0.0.131 - - [2025-09-04 04:05:47] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002923 10.0.0.131 - - [2025-09-04 04:05:47] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.131 - - [2025-09-04 04:05:47] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008225 10.0.0.131 - - [2025-09-04 04:05:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.001596 10.0.0.131 - - [2025-09-04 04:05:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004085 10.0.0.131 - - [2025-09-04 04:05:48] "POST /security-groups HTTP/1.1" 200 586 0.077019 10.0.0.131 - - [2025-09-04 04:05:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.005840 10.0.0.131 - - [2025-09-04 04:05:48] "POST /projects HTTP/1.1" 200 575 0.267353 10.0.0.131 - - [2025-09-04 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.340211 10.0.0.131 - - [2025-09-04 04:05:48] "POST /access-control-lists HTTP/1.1" 200 591 0.044299 10.0.0.57 - - [2025-09-04 04:05:48] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.490301 10.0.0.57 - - [2025-09-04 04:05:49] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.57 - - [2025-09-04 04:05:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.57 - - [2025-09-04 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.024922 10.0.0.57 - - [2025-09-04 04:05:51] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003303 10.0.0.57 - - [2025-09-04 04:05:51] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002771 10.0.0.57 - - [2025-09-04 04:05:51] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002992 10.0.0.57 - - [2025-09-04 04:05:51] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.011798 10.0.0.38 - - [2025-09-04 04:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.070328 10.0.0.57 - - [2025-09-04 04:05:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.036883 10.0.0.131 - - [2025-09-04 04:05:54] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003231 10.0.0.131 - - [2025-09-04 04:05:54] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.131 - - [2025-09-04 04:05:54] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007942 10.0.0.131 - - [2025-09-04 04:05:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.003047 10.0.0.131 - - [2025-09-04 04:05:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.010921 10.0.0.131 - - [2025-09-04 04:05:54] "POST /security-groups HTTP/1.1" 200 586 0.121374 10.0.0.131 - - [2025-09-04 04:05:54] "POST /projects HTTP/1.1" 200 575 0.357005 10.0.0.131 - - [2025-09-04 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.427734 10.0.0.131 - - [2025-09-04 04:05:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.018081 10.0.0.57 - - [2025-09-04 04:05:54] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.583581 10.0.0.57 - - [2025-09-04 04:05:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.024687 10.0.0.131 - - [2025-09-04 04:05:55] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003320 10.0.0.131 - - [2025-09-04 04:05:55] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002249 10.0.0.131 - - [2025-09-04 04:05:55] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010602 10.0.0.131 - - [2025-09-04 04:05:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.006632 10.0.0.131 - - [2025-09-04 04:05:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.013855 10.0.0.131 - - [2025-09-04 04:05:55] "POST /security-groups HTTP/1.1" 200 586 0.073220 10.0.0.131 - - [2025-09-04 04:05:55] "POST /projects HTTP/1.1" 200 575 0.323597 10.0.0.131 - - [2025-09-04 04:05:55] "POST /access-control-lists HTTP/1.1" 200 593 0.037529 10.0.0.131 - - [2025-09-04 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.399245 10.0.0.57 - - [2025-09-04 04:05:55] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.563510 10.0.0.57 - - [2025-09-04 04:05:56] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.57 - - [2025-09-04 04:05:57] "GET / HTTP/1.1" 200 36215 0.001438 10.0.0.57 - - [2025-09-04 04:05:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003931 10.0.0.57 - - [2025-09-04 04:05:57] "POST /api-access-lists HTTP/1.1" 200 523 0.026681 10.0.0.57 - - [2025-09-04 04:05:57] "GET /api-access-list/f5950186-9ed1-450a-bdd9-973d543c2a2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.007116 10.0.0.57 - - [2025-09-04 04:05:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.57 - - [2025-09-04 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.095642 10.0.0.131 - - [2025-09-04 04:05:58] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.57 - - [2025-09-04 04:05:58] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.056615 10.0.0.57 - - [2025-09-04 04:05:58] "GET /virtual-networks?parent_id=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018002 10.0.0.57 - - [2025-09-04 04:05:59] "POST /virtual-networks HTTP/1.1" 200 570 0.090173 10.0.0.131 - - [2025-09-04 04:05:59] "POST /route-targets HTTP/1.1" 200 328 0.020730 10.0.0.57 - - [2025-09-04 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.030514 10.0.0.57 - - [2025-09-04 04:05:59] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.024229 10.0.0.131 - - [2025-09-04 04:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008339 10.0.0.57 - - [2025-09-04 04:05:59] "POST /ref-update HTTP/1.1" 200 156 0.088531 10.0.0.57 - - [2025-09-04 04:05:59] "POST /neutron/network HTTP/1.1" 200 834 0.048318 10.0.0.57 - - [2025-09-04 04:05:59] "GET /virtual-network/2c0f0dfb-d1a1-4ff5-ba8b-7d73c14c36d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.017916 10.0.0.57 - - [2025-09-04 04:05:59] "POST /neutron/subnet HTTP/1.1" 200 685 0.036625 10.0.0.57 - - [2025-09-04 04:06:00] "POST /id-to-fqname HTTP/1.1" 401 292 0.000419 10.0.0.57 - - [2025-09-04 04:06:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.040095 10.0.0.131 - - [2025-09-04 04:06:02] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.57 - - [2025-09-04 04:06:02] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.084068 10.0.0.57 - - [2025-09-04 04:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.042613 10.0.0.57 - - [2025-09-04 04:06:03] "POST /neutron/network HTTP/1.1" 200 844 0.062980 10.0.0.57 - - [2025-09-04 04:06:03] "POST /neutron/port HTTP/1.1" 200 1057 0.014500 10.0.0.57 - - [2025-09-04 04:06:03] "POST /neutron/port HTTP/1.1" 200 1085 0.015696 10.0.0.57 - - [2025-09-04 04:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.57 - - [2025-09-04 04:06:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007934 10.0.0.57 - - [2025-09-04 04:06:07] "POST /neutron/port HTTP/1.1" 200 1085 0.016505 10.0.0.57 - - [2025-09-04 04:06:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006990 10.0.0.57 - - [2025-09-04 04:06:07] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 401 292 0.000444 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 200 1290 0.044842 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 200 1290 0.018539 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine-interface/262723bf-a3a7-4bb7-9673-c18434c12230 HTTP/1.1" 200 2536 0.021175 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 200 1290 0.024399 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine-interface/262723bf-a3a7-4bb7-9673-c18434c12230 HTTP/1.1" 200 2536 0.026691 10.0.0.57 - - [2025-09-04 04:06:08] "GET /instance-ip/896ab3e2-9d28-4b35-bd0e-4d6ac67c99aa HTTP/1.1" 200 1630 0.022254 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 200 1290 0.016862 10.0.0.57 - - [2025-09-04 04:06:08] "GET /virtual-machine-interface/262723bf-a3a7-4bb7-9673-c18434c12230 HTTP/1.1" 200 2536 0.024705 10.0.0.57 - - [2025-09-04 04:06:08] "GET /instance-ip/896ab3e2-9d28-4b35-bd0e-4d6ac67c99aa HTTP/1.1" 200 1630 0.018859 10.0.0.57 - - [2025-09-04 04:06:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.021108 10.0.0.57 - - [2025-09-04 04:06:08] "GET / HTTP/1.1" 200 36215 0.001698 10.0.0.57 - - [2025-09-04 04:06:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028170 10.0.0.57 - - [2025-09-04 04:06:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006275 10.0.0.57 - - [2025-09-04 04:06:09] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017317 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.019935 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.57 - - [2025-09-04 04:06:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004073 10.0.0.57 - - [2025-09-04 04:06:09] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016084 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.015430 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.57 - - [2025-09-04 04:06:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004231 10.0.0.57 - - [2025-09-04 04:06:09] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018515 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.018201 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.57 - - [2025-09-04 04:06:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004115 10.0.0.57 - - [2025-09-04 04:06:09] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016055 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.017267 10.0.0.57 - - [2025-09-04 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.57 - - [2025-09-04 04:06:09] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.57 - - [2025-09-04 04:06:09] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019032 10.0.0.57 - - [2025-09-04 04:06:12] "POST /neutron/network HTTP/1.1" 200 844 0.006742 10.0.0.57 - - [2025-09-04 04:06:12] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.57 - - [2025-09-04 04:06:12] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009062 10.0.0.57 - - [2025-09-04 04:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014633 10.0.0.57 - - [2025-09-04 04:06:13] "GET /virtual-network/2c0f0dfb-d1a1-4ff5-ba8b-7d73c14c36d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1989 0.027853 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.016409 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.57 - - [2025-09-04 04:06:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004237 10.0.0.57 - - [2025-09-04 04:06:15] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014421 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.016236 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.57 - - [2025-09-04 04:06:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004148 10.0.0.57 - - [2025-09-04 04:06:15] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012757 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.016616 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.57 - - [2025-09-04 04:06:15] "GET /routing-instance/15c15e35-b9a8-4468-9f33-7c3164cd37fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.006037 10.0.0.57 - - [2025-09-04 04:06:15] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015057 10.0.0.57 - - [2025-09-04 04:06:15] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004811 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.016332 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.57 - - [2025-09-04 04:06:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003155 10.0.0.57 - - [2025-09-04 04:06:15] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013192 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 361 0.023358 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.57 - - [2025-09-04 04:06:15] "GET /routing-instance/15c15e35-b9a8-4468-9f33-7c3164cd37fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004976 10.0.0.57 - - [2025-09-04 04:06:15] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018373 10.0.0.57 - - [2025-09-04 04:06:15] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005100 10.0.0.57 - - [2025-09-04 04:06:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.017136 10.0.0.57 - - [2025-09-04 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.57 - - [2025-09-04 04:06:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004888 10.0.0.57 - - [2025-09-04 04:06:16] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017869 10.0.0.57 - - [2025-09-04 04:06:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.019668 10.0.0.57 - - [2025-09-04 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.57 - - [2025-09-04 04:06:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004318 10.0.0.57 - - [2025-09-04 04:06:16] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015152 10.0.0.131 - - [2025-09-04 04:06:16] "GET /obj-perms HTTP/1.1" 200 4915 0.059562 10.0.0.57 - - [2025-09-04 04:06:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.57 - - [2025-09-04 04:06:17] "GET /obj-perms HTTP/1.1" 200 4915 0.064548 10.0.0.131 - - [2025-09-04 04:06:17] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.016749 10.0.0.57 - - [2025-09-04 04:06:17] "GET /obj-perms HTTP/1.1" 200 4915 0.015614 10.0.0.57 - - [2025-09-04 04:06:17] "GET /obj-perms HTTP/1.1" 200 4915 0.015133 10.0.0.57 - - [2025-09-04 04:06:17] "GET /obj-perms HTTP/1.1" 200 4915 0.016214 10.0.0.57 - - [2025-09-04 04:06:18] "GET /obj-perms HTTP/1.1" 200 4915 0.058283 10.0.0.57 - - [2025-09-04 04:06:18] "GET /obj-perms HTTP/1.1" 200 4915 0.013302 10.0.0.57 - - [2025-09-04 04:06:19] "GET /obj-perms HTTP/1.1" 200 4915 0.056690 10.0.0.57 - - [2025-09-04 04:06:19] "GET /obj-perms HTTP/1.1" 200 4915 0.013825 10.0.0.131 - - [2025-09-04 04:06:19] "GET /obj-perms HTTP/1.1" 200 4915 0.014022 10.0.0.57 - - [2025-09-04 04:06:20] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 200 1290 0.021255 10.0.0.57 - - [2025-09-04 04:06:20] "POST /neutron/port HTTP/1.1" 200 151 0.202168 10.0.0.57 - - [2025-09-04 04:06:22] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 404 171 0.014665 10.0.0.57 - - [2025-09-04 04:06:22] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 404 171 0.011087 10.0.0.57 - - [2025-09-04 04:06:22] "GET /virtual-machine/d4cd0c30-a6ad-43e9-b77f-9f96686a0544 HTTP/1.1" 404 171 0.011436 10.0.0.57 - - [2025-09-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.024191 10.0.0.57 - - [2025-09-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.57 - - [2025-09-04 04:06:22] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004141 10.0.0.57 - - [2025-09-04 04:06:22] "GET /virtual-networks?parent_id=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017160 10.0.0.57 - - [2025-09-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 403 361 0.015152 10.0.0.57 - - [2025-09-04 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.57 - - [2025-09-04 04:06:22] "GET /routing-instance/15c15e35-b9a8-4468-9f33-7c3164cd37fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.006189 10.0.0.57 - - [2025-09-04 04:06:22] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014877 10.0.0.57 - - [2025-09-04 04:06:22] "GET /route-target/c65efd7b-7c85-4748-91ee-306944f18464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003395 10.0.0.57 - - [2025-09-04 04:06:22] "GET /obj-perms HTTP/1.1" 200 4915 0.016020 10.0.0.57 - - [2025-09-04 04:06:23] "GET /obj-perms HTTP/1.1" 200 5020 0.051871 10.0.0.131 - - [2025-09-04 04:06:25] "GET /global-system-configs HTTP/1.1" 200 323 0.006852 10.0.0.38 - - [2025-09-04 04:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.005183 10.0.0.57 - - [2025-09-04 04:06:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003673 10.0.0.57 - - [2025-09-04 04:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.052678 10.0.0.131 - - [2025-09-04 04:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.159087 10.0.0.38 - - [2025-09-04 04:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.151812 10.0.0.57 - - [2025-09-04 04:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.205448 10.0.0.131 - - [2025-09-04 04:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.049599 10.0.0.38 - - [2025-09-04 04:06:26] "GET /obj-perms HTTP/1.1" 200 5056 0.133718 10.0.0.38 - - [2025-09-04 04:06:26] "GET /global-system-configs HTTP/1.1" 200 323 0.151620 10.0.0.131 - - [2025-09-04 04:06:27] "GET /obj-perms HTTP/1.1" 200 5056 0.179975 10.0.0.57 - - [2025-09-04 04:06:27] "GET /global-system-configs HTTP/1.1" 200 323 0.117146 10.0.0.57 - - [2025-09-04 04:06:27] "GET /obj-perms HTTP/1.1" 200 5056 0.191218 10.0.0.131 - - [2025-09-04 04:06:30] "DELETE /project/cf55f838c84740d5a696cdf9af61eb2e HTTP/1.1" 404 173 0.005873 10.0.0.131 - - [2025-09-04 04:06:30] "DELETE /project/45f575bb7cd44d4598cb31faa9d269ee HTTP/1.1" 404 173 0.007468 10.0.0.131 - - [2025-09-04 04:06:30] "DELETE /project/a0f35581b5204782af77e40deef620dc HTTP/1.1" 404 173 0.009114 10.0.0.131 - - [2025-09-04 04:06:30] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000863 10.0.0.131 - - [2025-09-04 04:06:30] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.050972 10.0.0.131 - - [2025-09-04 04:06:30] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.131 - - [2025-09-04 04:06:30] "DELETE /access-control-list/6851bf3d-3a22-4604-8e8d-d85f963df407 HTTP/1.1" 200 115 0.066022 10.0.0.131 - - [2025-09-04 04:06:30] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?fields=security_groups HTTP/1.1" 200 1119 0.077315 10.0.0.131 - - [2025-09-04 04:06:30] "GET /projects?obj_uuids=fdd5872a-87dc-4549-abcf-e4d2710001f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.131 - - [2025-09-04 04:06:30] "GET /project/fdd5872a-87dc-4549-abcf-e4d2710001f7?fields=application_policy_sets HTTP/1.1" 500 237 0.053538 10.0.0.131 - - [2025-09-04 04:06:30] "DELETE /project/fdd5872a-87dc-4549-abcf-e4d2710001f7 HTTP/1.1" 404 171 0.282380 10.0.0.57 - - [2025-09-04 04:06:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003962 10.0.0.57 - - [2025-09-04 04:06:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003746 10.0.0.57 - - [2025-09-04 04:06:41] "GET /obj-perms HTTP/1.1" 200 5020 0.004677 10.0.0.57 - - [2025-09-04 04:06:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003864 10.0.0.38 - - [2025-09-04 04:06:45] "GET /obj-perms HTTP/1.1" 200 5020 0.058926 10.0.0.131 - - [2025-09-04 04:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005666 10.0.0.131 - - [2025-09-04 04:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.57 - - [2025-09-04 04:06:45] "DELETE /virtual-network/2c0f0dfb-d1a1-4ff5-ba8b-7d73c14c36d9 HTTP/1.1" 200 115 0.124328 10.0.0.57 - - [2025-09-04 04:06:45] "DELETE /api-access-list/f5950186-9ed1-450a-bdd9-973d543c2a2d HTTP/1.1" 200 115 0.028261 10.0.0.131 - - [2025-09-04 04:06:45] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 10.0.0.57 - - [2025-09-04 04:06:45] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042348 10.0.0.131 - - [2025-09-04 04:06:45] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001930 10.0.0.57 - - [2025-09-04 04:06:45] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?fields=virtual_networks HTTP/1.1" 200 1025 0.046317 10.0.0.131 - - [2025-09-04 04:06:45] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.050889 10.0.0.131 - - [2025-09-04 04:06:46] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?fields=security_groups HTTP/1.1" 200 1247 0.039380 10.0.0.131 - - [2025-09-04 04:06:46] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051527 10.0.0.131 - - [2025-09-04 04:06:46] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001178 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?fields=virtual_networks HTTP/1.1" 200 1024 0.056740 10.0.0.131 - - [2025-09-04 04:06:46] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001927 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.047887 10.0.0.131 - - [2025-09-04 04:06:46] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.57 - - [2025-09-04 04:06:46] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?fields=security_groups HTTP/1.1" 200 1246 0.046346 10.0.0.57 - - [2025-09-04 04:06:49] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005640 10.0.0.57 - - [2025-09-04 04:06:49] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.014846 10.0.0.131 - - [2025-09-04 04:06:49] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001769 10.0.0.57 - - [2025-09-04 04:06:49] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.059356 10.0.0.131 - - [2025-09-04 04:06:49] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.57 - - [2025-09-04 04:06:49] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?fields=virtual_networks HTTP/1.1" 200 1025 0.075629 10.0.0.131 - - [2025-09-04 04:06:49] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001121 10.0.0.57 - - [2025-09-04 04:06:49] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.054571 10.0.0.131 - - [2025-09-04 04:06:49] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002722 10.0.0.57 - - [2025-09-04 04:06:49] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?fields=security_groups HTTP/1.1" 200 1247 0.050821 10.0.0.57 - - [2025-09-04 04:06:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.028470 10.0.0.131 - - [2025-09-04 04:06:50] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002978 10.0.0.131 - - [2025-09-04 04:06:50] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.131 - - [2025-09-04 04:06:50] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007137 10.0.0.131 - - [2025-09-04 04:06:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.009838 10.0.0.131 - - [2025-09-04 04:06:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.008667 10.0.0.131 - - [2025-09-04 04:06:50] "POST /security-groups HTTP/1.1" 200 591 0.035657 10.0.0.131 - - [2025-09-04 04:06:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002974 10.0.0.131 - - [2025-09-04 04:06:50] "POST /projects HTTP/1.1" 200 585 0.276138 10.0.0.131 - - [2025-09-04 04:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.349081 10.0.0.131 - - [2025-09-04 04:06:50] "POST /access-control-lists HTTP/1.1" 200 596 0.024512 10.0.0.57 - - [2025-09-04 04:06:50] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.479689 10.0.0.57 - - [2025-09-04 04:06:52] "GET / HTTP/1.1" 200 36215 0.003701 10.0.0.57 - - [2025-09-04 04:06:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.57 - - [2025-09-04 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.315745 10.0.0.57 - - [2025-09-04 04:06:54] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004276 10.0.0.57 - - [2025-09-04 04:06:54] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003786 10.0.0.57 - - [2025-09-04 04:06:54] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005663 10.0.0.131 - - [2025-09-04 04:06:54] "GET /obj-perms HTTP/1.1" 200 5056 0.069246 10.0.0.57 - - [2025-09-04 04:06:54] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.035592 10.0.0.57 - - [2025-09-04 04:06:55] "GET /obj-perms HTTP/1.1" 200 5056 0.055051 10.0.0.57 - - [2025-09-04 04:06:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.022661 10.0.0.131 - - [2025-09-04 04:06:56] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002774 10.0.0.131 - - [2025-09-04 04:06:56] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.131 - - [2025-09-04 04:06:56] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008169 10.0.0.131 - - [2025-09-04 04:06:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.003402 10.0.0.131 - - [2025-09-04 04:06:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.007450 10.0.0.131 - - [2025-09-04 04:06:56] "POST /security-groups HTTP/1.1" 200 591 0.077062 10.0.0.131 - - [2025-09-04 04:06:56] "POST /projects HTTP/1.1" 200 585 0.287316 10.0.0.131 - - [2025-09-04 04:06:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.004443 10.0.0.131 - - [2025-09-04 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.357687 10.0.0.57 - - [2025-09-04 04:06:57] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.495251 10.0.0.57 - - [2025-09-04 04:06:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.022968 10.0.0.131 - - [2025-09-04 04:06:57] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003361 10.0.0.131 - - [2025-09-04 04:06:57] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.131 - - [2025-09-04 04:06:57] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010310 10.0.0.131 - - [2025-09-04 04:06:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.007161 10.0.0.131 - - [2025-09-04 04:06:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.006283 10.0.0.131 - - [2025-09-04 04:06:57] "POST /security-groups HTTP/1.1" 200 591 0.030027 10.0.0.131 - - [2025-09-04 04:06:57] "POST /projects HTTP/1.1" 200 585 0.255009 10.0.0.131 - - [2025-09-04 04:06:57] "POST /access-control-lists HTTP/1.1" 200 598 0.027623 10.0.0.131 - - [2025-09-04 04:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.334514 10.0.0.57 - - [2025-09-04 04:06:57] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.470402 10.0.0.57 - - [2025-09-04 04:06:58] "GET / HTTP/1.1" 200 36215 0.001619 10.0.0.57 - - [2025-09-04 04:06:59] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.57 - - [2025-09-04 04:06:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.003604 10.0.0.57 - - [2025-09-04 04:06:59] "POST /api-access-lists HTTP/1.1" 200 523 0.020048 10.0.0.57 - - [2025-09-04 04:06:59] "GET /api-access-list/78a92208-f5db-4882-ad68-5154e3189ac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006531 10.0.0.57 - - [2025-09-04 04:07:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.57 - - [2025-09-04 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.044234 10.0.0.131 - - [2025-09-04 04:07:00] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.57 - - [2025-09-04 04:07:00] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058334 10.0.0.57 - - [2025-09-04 04:07:00] "GET /virtual-networks?parent_id=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017165 10.0.0.57 - - [2025-09-04 04:07:00] "POST /virtual-networks HTTP/1.1" 200 585 0.099162 10.0.0.131 - - [2025-09-04 04:07:00] "POST /route-targets HTTP/1.1" 200 328 0.025457 10.0.0.57 - - [2025-09-04 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.042824 10.0.0.57 - - [2025-09-04 04:07:00] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.016525 10.0.0.131 - - [2025-09-04 04:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013570 10.0.0.57 - - [2025-09-04 04:07:00] "POST /ref-update HTTP/1.1" 200 156 0.093434 10.0.0.57 - - [2025-09-04 04:07:01] "GET /virtual-network/8da02e3e-b497-4952-85ea-3ef4e9cd16d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.019671 10.0.0.57 - - [2025-09-04 04:07:01] "POST /neutron/network HTTP/1.1" 200 849 0.060371 10.0.0.57 - - [2025-09-04 04:07:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.57 - - [2025-09-04 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.039413 10.0.0.131 - - [2025-09-04 04:07:01] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.57 - - [2025-09-04 04:07:01] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064144 10.0.0.57 - - [2025-09-04 04:07:01] "GET /virtual-networks?parent_id=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017139 10.0.0.57 - - [2025-09-04 04:07:01] "POST /virtual-networks HTTP/1.1" 200 585 0.100040 10.0.0.57 - - [2025-09-04 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.042445 10.0.0.131 - - [2025-09-04 04:07:02] "POST /ref-update HTTP/1.1" 200 156 0.037565 10.0.0.57 - - [2025-09-04 04:07:02] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.014418 10.0.0.131 - - [2025-09-04 04:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008085 10.0.0.57 - - [2025-09-04 04:07:02] "POST /ref-update HTTP/1.1" 200 156 0.074370 10.0.0.57 - - [2025-09-04 04:07:02] "POST /neutron/network HTTP/1.1" 200 848 0.055789 10.0.0.57 - - [2025-09-04 04:07:02] "GET /virtual-network/87ed43ee-ff00-4a7a-bb2d-b9f6d845a32c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.020720 10.0.0.57 - - [2025-09-04 04:07:03] "PUT /virtual-network/8da02e3e-b497-4952-85ea-3ef4e9cd16d5 HTTP/1.1" 200 265 0.045391 10.0.0.57 - - [2025-09-04 04:07:03] "PUT /virtual-network/8da02e3e-b497-4952-85ea-3ef4e9cd16d5 HTTP/1.1" 200 265 0.047105 10.0.0.131 - - [2025-09-04 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002628 10.0.0.131 - - [2025-09-04 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002150 10.0.0.57 - - [2025-09-04 04:07:03] "DELETE /virtual-network/87ed43ee-ff00-4a7a-bb2d-b9f6d845a32c HTTP/1.1" 200 115 0.123687 10.0.0.131 - - [2025-09-04 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004637 10.0.0.131 - - [2025-09-04 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.011551 10.0.0.131 - - [2025-09-04 04:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003007 10.0.0.57 - - [2025-09-04 04:07:03] "DELETE /virtual-network/8da02e3e-b497-4952-85ea-3ef4e9cd16d5 HTTP/1.1" 200 115 0.136137 10.0.0.57 - - [2025-09-04 04:07:03] "DELETE /api-access-list/78a92208-f5db-4882-ad68-5154e3189ac2 HTTP/1.1" 200 115 0.060573 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040550 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?fields=virtual_networks HTTP/1.1" 200 1034 0.041330 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051666 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?fields=security_groups HTTP/1.1" 200 1261 0.046449 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053715 10.0.0.131 - - [2025-09-04 04:07:04] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.57 - - [2025-09-04 04:07:04] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?fields=virtual_networks HTTP/1.1" 200 1034 0.045464 10.0.0.131 - - [2025-09-04 04:07:05] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.57 - - [2025-09-04 04:07:05] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.043317 10.0.0.131 - - [2025-09-04 04:07:05] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.57 - - [2025-09-04 04:07:05] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?fields=security_groups HTTP/1.1" 200 1261 0.043041 10.0.0.57 - - [2025-09-04 04:07:08] "GET / HTTP/1.1" 200 36215 0.001956 10.0.0.57 - - [2025-09-04 04:07:09] "GET / HTTP/1.1" 200 36215 0.001924 10.0.0.57 - - [2025-09-04 04:07:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.57 - - [2025-09-04 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.066443 10.0.0.131 - - [2025-09-04 04:07:10] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.57 - - [2025-09-04 04:07:10] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.088908 10.0.0.57 - - [2025-09-04 04:07:10] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011770 10.0.0.57 - - [2025-09-04 04:07:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.012655 10.0.0.57 - - [2025-09-04 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015218 10.0.0.131 - - [2025-09-04 04:07:10] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.57 - - [2025-09-04 04:07:10] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.018533 10.0.0.57 - - [2025-09-04 04:07:10] "POST /service-templates HTTP/1.1" 403 264 0.015045 10.0.0.57 - - [2025-09-04 04:07:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003133 10.0.0.57 - - [2025-09-04 04:07:10] "POST /api-access-lists HTTP/1.1" 200 557 0.026663 10.0.0.57 - - [2025-09-04 04:07:10] "GET /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006380 10.0.0.57 - - [2025-09-04 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.045094 10.0.0.131 - - [2025-09-04 04:07:10] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001614 10.0.0.57 - - [2025-09-04 04:07:10] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073494 10.0.0.57 - - [2025-09-04 04:07:10] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022235 10.0.0.57 - - [2025-09-04 04:07:11] "POST /virtual-networks HTTP/1.1" 200 585 0.096108 10.0.0.57 - - [2025-09-04 04:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.031719 10.0.0.131 - - [2025-09-04 04:07:11] "POST /ref-update HTTP/1.1" 200 156 0.023737 10.0.0.57 - - [2025-09-04 04:07:11] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.031690 10.0.0.131 - - [2025-09-04 04:07:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009317 10.0.0.57 - - [2025-09-04 04:07:11] "POST /ref-update HTTP/1.1" 200 156 0.076745 10.0.0.57 - - [2025-09-04 04:07:11] "POST /neutron/network HTTP/1.1" 200 848 0.072791 10.0.0.57 - - [2025-09-04 04:07:11] "GET /virtual-network/74a0f8a4-15c0-45ab-9750-63592b14d3c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.016867 10.0.0.57 - - [2025-09-04 04:07:11] "POST /neutron/subnet HTTP/1.1" 200 679 0.037802 10.0.0.57 - - [2025-09-04 04:07:11] "GET /virtual-network/74a0f8a4-15c0-45ab-9750-63592b14d3c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005897 10.0.0.57 - - [2025-09-04 04:07:11] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003995 10.0.0.57 - - [2025-09-04 04:07:12] "GET /virtual-network/74a0f8a4-15c0-45ab-9750-63592b14d3c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006221 10.0.0.57 - - [2025-09-04 04:07:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.020662 10.0.0.57 - - [2025-09-04 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.019390 10.0.0.131 - - [2025-09-04 04:07:13] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.57 - - [2025-09-04 04:07:13] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.023208 10.0.0.57 - - [2025-09-04 04:07:13] "POST /service-templates HTTP/1.1" 403 264 0.017118 10.0.0.57 - - [2025-09-04 04:07:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.005299 10.0.0.57 - - [2025-09-04 04:07:13] "POST /api-access-lists HTTP/1.1" 200 523 0.025856 10.0.0.57 - - [2025-09-04 04:07:13] "GET /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.006979 10.0.0.57 - - [2025-09-04 04:07:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.020967 10.0.0.57 - - [2025-09-04 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.023391 10.0.0.131 - - [2025-09-04 04:07:14] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.57 - - [2025-09-04 04:07:14] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022755 10.0.0.57 - - [2025-09-04 04:07:14] "POST /service-templates HTTP/1.1" 200 553 0.065609 10.0.0.57 - - [2025-09-04 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031722 10.0.0.57 - - [2025-09-04 04:07:14] "GET /service-template/ed421f36-7dac-4f2a-8a32-9360a130f98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.021213 10.0.0.57 - - [2025-09-04 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.031435 10.0.0.57 - - [2025-09-04 04:07:14] "GET /service-template/ed421f36-7dac-4f2a-8a32-9360a130f98a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.030097 10.0.0.57 - - [2025-09-04 04:07:15] "GET /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004908 10.0.0.57 - - [2025-09-04 04:07:15] "PUT /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a HTTP/1.1" 200 265 0.012905 10.0.0.57 - - [2025-09-04 04:07:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.57 - - [2025-09-04 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.040304 10.0.0.131 - - [2025-09-04 04:07:15] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.57 - - [2025-09-04 04:07:15] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064126 10.0.0.57 - - [2025-09-04 04:07:15] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.023431 10.0.0.57 - - [2025-09-04 04:07:15] "POST /virtual-networks HTTP/1.1" 403 263 0.014760 10.0.0.57 - - [2025-09-04 04:07:16] "GET /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003873 10.0.0.57 - - [2025-09-04 04:07:16] "PUT /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b HTTP/1.1" 200 265 0.011042 10.0.0.57 - - [2025-09-04 04:07:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.014417 10.0.0.57 - - [2025-09-04 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014798 10.0.0.131 - - [2025-09-04 04:07:16] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.57 - - [2025-09-04 04:07:16] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021559 10.0.0.57 - - [2025-09-04 04:07:16] "POST /service-templates HTTP/1.1" 403 264 0.014749 10.0.0.57 - - [2025-09-04 04:07:16] "GET /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005363 10.0.0.57 - - [2025-09-04 04:07:16] "PUT /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a HTTP/1.1" 200 265 0.011670 10.0.0.57 - - [2025-09-04 04:07:16] "GET /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.004411 10.0.0.57 - - [2025-09-04 04:07:16] "PUT /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b HTTP/1.1" 200 265 0.018996 10.0.0.57 - - [2025-09-04 04:07:17] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004506 10.0.0.57 - - [2025-09-04 04:07:17] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.011912 10.0.0.57 - - [2025-09-04 04:07:17] "DELETE /api-access-list/45daacaa-c2df-42d7-89c1-afdecbe8c99a HTTP/1.1" 200 115 0.034433 10.0.0.57 - - [2025-09-04 04:07:17] "DELETE /api-access-list/a1946139-6fbc-4b0d-90a5-72647ded0e2b HTTP/1.1" 200 115 0.027763 10.0.0.57 - - [2025-09-04 04:07:18] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.004789 10.0.0.57 - - [2025-09-04 04:07:18] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.014534 10.0.0.57 - - [2025-09-04 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.020756 10.0.0.57 - - [2025-09-04 04:07:18] "DELETE /service-template/ed421f36-7dac-4f2a-8a32-9360a130f98a HTTP/1.1" 200 115 0.038244 10.0.0.57 - - [2025-09-04 04:07:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.019987 10.0.0.131 - - [2025-09-04 04:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004121 10.0.0.131 - - [2025-09-04 04:07:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002625 10.0.0.57 - - [2025-09-04 04:07:18] "DELETE /virtual-network/74a0f8a4-15c0-45ab-9750-63592b14d3c2 HTTP/1.1" 200 115 0.137992 10.0.0.57 - - [2025-09-04 04:07:18] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004416 10.0.0.57 - - [2025-09-04 04:07:18] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.011827 10.0.0.57 - - [2025-09-04 04:07:18] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004508 10.0.0.57 - - [2025-09-04 04:07:18] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.011863 10.0.0.57 - - [2025-09-04 04:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.131 - - [2025-09-04 04:07:21] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.57 - - [2025-09-04 04:07:21] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040114 10.0.0.131 - - [2025-09-04 04:07:21] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.57 - - [2025-09-04 04:07:21] "POST /neutron/network HTTP/1.1" 200 643 0.194808 10.0.0.57 - - [2025-09-04 04:07:22] "POST /id-to-fqname HTTP/1.1" 200 240 0.003582 10.0.0.57 - - [2025-09-04 04:07:22] "GET /virtual-network/96788dd3-53f9-49a5-a40f-9fb34604cbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005238 10.0.0.57 - - [2025-09-04 04:07:22] "POST /neutron/network HTTP/1.1" 200 861 0.007388 10.0.0.57 - - [2025-09-04 04:07:22] "GET /virtual-network/96788dd3-53f9-49a5-a40f-9fb34604cbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005623 10.0.0.57 - - [2025-09-04 04:07:22] "POST /neutron/network HTTP/1.1" 200 861 0.006739 10.0.0.57 - - [2025-09-04 04:07:22] "GET /virtual-network/96788dd3-53f9-49a5-a40f-9fb34604cbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005397 10.0.0.57 - - [2025-09-04 04:07:22] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003511 10.0.0.131 - - [2025-09-04 04:07:22] "POST /route-targets HTTP/1.1" 200 328 0.015731 10.0.0.57 - - [2025-09-04 04:07:22] "GET /virtual-network/96788dd3-53f9-49a5-a40f-9fb34604cbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005531 10.0.0.57 - - [2025-09-04 04:07:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.003395 10.0.0.57 - - [2025-09-04 04:07:23] "POST /api-access-lists HTTP/1.1" 200 557 0.028558 10.0.0.57 - - [2025-09-04 04:07:23] "GET /api-access-list/b99621f4-8b1a-48b7-9b24-e1f04a3ebf43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007852 10.0.0.57 - - [2025-09-04 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015551 10.0.0.131 - - [2025-09-04 04:07:23] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.57 - - [2025-09-04 04:07:23] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052739 10.0.0.57 - - [2025-09-04 04:07:23] "POST /neutron/network HTTP/1.1" 200 693 0.027289 10.0.0.131 - - [2025-09-04 04:07:23] "POST /ref-update HTTP/1.1" 200 156 0.033088 10.0.0.57 - - [2025-09-04 04:07:23] "POST /neutron/network HTTP/1.1" 200 862 0.030634 10.0.0.57 - - [2025-09-04 04:07:23] "POST /id-to-fqname HTTP/1.1" 200 240 0.015731 10.0.0.57 - - [2025-09-04 04:07:23] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.019227 10.0.0.57 - - [2025-09-04 04:07:24] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.023883 10.0.0.57 - - [2025-09-04 04:07:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.044727 10.0.0.57 - - [2025-09-04 04:07:24] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007080 10.0.0.57 - - [2025-09-04 04:07:24] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.003848 10.0.0.57 - - [2025-09-04 04:07:24] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006050 10.0.0.57 - - [2025-09-04 04:07:24] "GET /obj-perms HTTP/1.1" 200 5030 0.108257 10.0.0.38 - - [2025-09-04 04:07:24] "GET /obj-perms HTTP/1.1" 200 5030 0.062998 10.0.0.131 - - [2025-09-04 04:07:24] "GET /obj-perms HTTP/1.1" 200 5030 0.046159 10.0.0.57 - - [2025-09-04 04:07:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.016825 10.0.0.131 - - [2025-09-04 04:07:25] "POST /fqname-to-id HTTP/1.1" 404 263 0.013610 10.0.0.131 - - [2025-09-04 04:07:25] "PUT /access-control-list/4107e88b-3a20-4483-8e4b-314390bce253 HTTP/1.1" 200 273 0.029776 10.0.0.131 - - [2025-09-04 04:07:25] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.57 - - [2025-09-04 04:07:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.090463 10.0.0.131 - - [2025-09-04 04:07:25] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.57 - - [2025-09-04 04:07:25] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.087769 10.0.0.131 - - [2025-09-04 04:07:26] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.57 - - [2025-09-04 04:07:26] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.233764 10.0.0.131 - - [2025-09-04 04:07:26] "PUT /access-control-list/4107e88b-3a20-4483-8e4b-314390bce253 HTTP/1.1" 200 273 0.029959 10.0.0.57 - - [2025-09-04 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.054009 10.0.0.57 - - [2025-09-04 04:07:26] "GET /security-group/c7f55d29-082f-4bf3-9ba4-fd7e41ea50b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.015803 10.0.0.57 - - [2025-09-04 04:07:27] "POST /id-to-fqname HTTP/1.1" 200 240 0.019059 10.0.0.131 - - [2025-09-04 04:07:28] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.57 - - [2025-09-04 04:07:28] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.067757 10.0.0.57 - - [2025-09-04 04:07:28] "POST /neutron/network HTTP/1.1" 200 862 0.007746 10.0.0.57 - - [2025-09-04 04:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.034136 10.0.0.131 - - [2025-09-04 04:07:29] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.57 - - [2025-09-04 04:07:29] "POST /neutron/port HTTP/1.1" 200 1058 0.488394 10.0.0.57 - - [2025-09-04 04:07:29] "POST /neutron/port HTTP/1.1" 200 1112 0.119613 10.0.0.57 - - [2025-09-04 04:07:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.009129 10.0.0.131 - - [2025-09-04 04:07:30] "DELETE /project/91b7dee449d947118036da8ed840ef98 HTTP/1.1" 404 173 0.039784 10.0.0.131 - - [2025-09-04 04:07:30] "DELETE /project/bccdb92621174bbc8001799ff4ca396b HTTP/1.1" 404 173 0.065921 10.0.0.131 - - [2025-09-04 04:07:30] "DELETE /project/30ffa82074e34684b4b565ed0ff88abd HTTP/1.1" 404 173 0.046869 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002798 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001511 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004102 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001383 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.150880 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.175319 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.196396 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003543 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.235093 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001087 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.265053 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?fields=security_groups HTTP/1.1" 200 1092 0.176714 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?fields=security_groups HTTP/1.1" 200 1363 0.191909 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?fields=security_groups HTTP/1.1" 200 1093 0.154359 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?fields=security_groups HTTP/1.1" 200 1093 0.198389 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=45f575bb-7cd4-4d45-98cb-31faa9d269ee&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003385 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=a0f35581-b520-4782-af77-e40deef620dc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.131 - - [2025-09-04 04:07:30] "GET /projects?obj_uuids=cf55f838-c847-40d5-a696-cdf9af61eb2e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001384 10.0.0.131 - - [2025-09-04 04:07:30] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?fields=security_groups HTTP/1.1" 200 1363 0.228277 10.0.0.131 - - [2025-09-04 04:07:31] "GET /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee?fields=application_policy_sets HTTP/1.1" 200 1387 0.189007 10.0.0.131 - - [2025-09-04 04:07:31] "GET /project/a0f35581-b520-4782-af77-e40deef620dc?fields=application_policy_sets HTTP/1.1" 200 1388 0.201357 10.0.0.131 - - [2025-09-04 04:07:31] "GET /project/cf55f838-c847-40d5-a696-cdf9af61eb2e?fields=application_policy_sets HTTP/1.1" 200 1388 0.195897 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /access-control-list/bb29eb7e-c192-4f86-b7d6-90d11dddc265 HTTP/1.1" 200 115 0.219038 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /security-group/dd00086b-e0be-48a4-a955-bc1c813412d2 HTTP/1.1" 200 115 0.325647 10.0.0.131 - - [2025-09-04 04:07:31] "GET /projects?obj_uuids=91b7dee4-49d9-4711-8036-da8ed840ef98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001637 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /security-group/c2352eaf-ea32-4b89-80ba-da8f37cb626c HTTP/1.1" 200 115 0.343335 10.0.0.131 - - [2025-09-04 04:07:31] "GET /projects?obj_uuids=30ffa820-74e3-4684-b4b5-65ed0ff88abd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /project/cf55f838-c847-40d5-a696-cdf9af61eb2e HTTP/1.1" 404 190 0.966893 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /project/a0f35581-b520-4782-af77-e40deef620dc HTTP/1.1" 200 115 0.957559 10.0.0.131 - - [2025-09-04 04:07:31] "GET /project/91b7dee4-49d9-4711-8036-da8ed840ef98?fields=application_policy_sets HTTP/1.1" 200 1402 0.141164 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /project/45f575bb-7cd4-4d45-98cb-31faa9d269ee HTTP/1.1" 200 115 1.011296 10.0.0.131 - - [2025-09-04 04:07:31] "GET /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd?fields=application_policy_sets HTTP/1.1" 200 1402 0.114585 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /access-control-list/9f5d7197-44d2-4ed6-b281-2966eaff9408 HTTP/1.1" 200 115 0.128051 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /project/91b7dee4-49d9-4711-8036-da8ed840ef98 HTTP/1.1" 200 115 1.243361 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /access-control-list/01d3c4a9-e4cc-469e-ad68-1523c163fa7f HTTP/1.1" 200 115 0.063580 10.0.0.131 - - [2025-09-04 04:07:31] "DELETE /project/30ffa820-74e3-4684-b4b5-65ed0ff88abd HTTP/1.1" 200 115 1.286661 10.0.0.57 - - [2025-09-04 04:07:33] "POST /neutron/port HTTP/1.1" 200 1086 0.016514 10.0.0.57 - - [2025-09-04 04:07:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007925 10.0.0.57 - - [2025-09-04 04:07:34] "POST /neutron/port HTTP/1.1" 200 1086 0.022043 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 401 292 0.000581 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.049063 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.018209 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553 HTTP/1.1" 200 3029 0.041415 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.019183 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553 HTTP/1.1" 200 3029 0.022631 10.0.0.57 - - [2025-09-04 04:07:34] "GET /instance-ip/27aacc10-ec87-4d4d-a619-da30ee021306 HTTP/1.1" 200 1641 0.018873 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.017233 10.0.0.57 - - [2025-09-04 04:07:34] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553 HTTP/1.1" 200 3029 0.020470 10.0.0.57 - - [2025-09-04 04:07:34] "GET /instance-ip/27aacc10-ec87-4d4d-a619-da30ee021306 HTTP/1.1" 200 1641 0.017833 10.0.0.57 - - [2025-09-04 04:07:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.015122 10.0.0.57 - - [2025-09-04 04:07:34] "GET / HTTP/1.1" 200 36215 0.001716 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.024282 10.0.0.57 - - [2025-09-04 04:07:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003681 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019145 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.018591 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.015741 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.57 - - [2025-09-04 04:07:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003809 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028941 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.020295 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.017612 10.0.0.57 - - [2025-09-04 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.57 - - [2025-09-04 04:07:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004059 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021282 10.0.0.57 - - [2025-09-04 04:07:35] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.020534 10.0.0.57 - - [2025-09-04 04:07:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.015983 10.0.0.57 - - [2025-09-04 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.57 - - [2025-09-04 04:07:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004325 10.0.0.57 - - [2025-09-04 04:07:36] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022395 10.0.0.57 - - [2025-09-04 04:07:36] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.019582 10.0.0.57 - - [2025-09-04 04:07:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.020093 10.0.0.57 - - [2025-09-04 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.57 - - [2025-09-04 04:07:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003966 10.0.0.57 - - [2025-09-04 04:07:36] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021761 10.0.0.57 - - [2025-09-04 04:07:36] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.022401 10.0.0.57 - - [2025-09-04 04:07:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010217 10.0.0.57 - - [2025-09-04 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.015843 10.0.0.57 - - [2025-09-04 04:07:39] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.022938 10.0.0.57 - - [2025-09-04 04:07:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.016243 10.0.0.57 - - [2025-09-04 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.57 - - [2025-09-04 04:07:41] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003710 10.0.0.57 - - [2025-09-04 04:07:41] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025911 10.0.0.57 - - [2025-09-04 04:07:41] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.020382 10.0.0.57 - - [2025-09-04 04:07:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.015802 10.0.0.57 - - [2025-09-04 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.57 - - [2025-09-04 04:07:41] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003997 10.0.0.57 - - [2025-09-04 04:07:41] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.023000 10.0.0.57 - - [2025-09-04 04:07:41] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.025395 10.0.0.57 - - [2025-09-04 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.020959 10.0.0.57 - - [2025-09-04 04:07:42] "GET /routing-instance/9d47795c-fe69-40d7-a3cf-092069ecdbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026458 10.0.0.57 - - [2025-09-04 04:07:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.016050 10.0.0.57 - - [2025-09-04 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.57 - - [2025-09-04 04:07:42] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.015189 10.0.0.57 - - [2025-09-04 04:07:42] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026409 10.0.0.57 - - [2025-09-04 04:07:42] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.023791 10.0.0.57 - - [2025-09-04 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017671 10.0.0.57 - - [2025-09-04 04:07:42] "GET /routing-instance/9d47795c-fe69-40d7-a3cf-092069ecdbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020387 10.0.0.131 - - [2025-09-04 04:07:44] "GET /obj-perms HTTP/1.1" 403 257 0.042593 10.0.0.57 - - [2025-09-04 04:07:45] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.040088 10.0.0.57 - - [2025-09-04 04:07:45] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.020054 10.0.0.131 - - [2025-09-04 04:07:45] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.014859 10.0.0.57 - - [2025-09-04 04:07:45] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.027344 10.0.0.57 - - [2025-09-04 04:07:45] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.032230 10.0.0.57 - - [2025-09-04 04:07:46] "GET /obj-perms HTTP/1.1" 403 257 0.032197 10.0.0.57 - - [2025-09-04 04:07:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003756 10.0.0.57 - - [2025-09-04 04:07:46] "GET /obj-perms HTTP/1.1" 403 257 0.035655 10.0.0.57 - - [2025-09-04 04:07:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004588 10.0.0.131 - - [2025-09-04 04:07:47] "GET /obj-perms HTTP/1.1" 403 257 0.012503 10.0.0.57 - - [2025-09-04 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.015872 10.0.0.131 - - [2025-09-04 04:07:47] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.57 - - [2025-09-04 04:07:47] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076417 10.0.0.57 - - [2025-09-04 04:07:47] "GET /virtual-network/96788dd3-53f9-49a5-a40f-9fb34604cbd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.020179 10.0.0.57 - - [2025-09-04 04:07:47] "GET /floating-ip-pools?parent_id=96788dd3-53f9-49a5-a40f-9fb34604cbd4&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.016975 10.0.0.57 - - [2025-09-04 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.017154 10.0.0.57 - - [2025-09-04 04:07:47] "GET /floating-ip-pool/7409fd41-c65c-43d3-b09f-74bec1e54714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.018472 10.0.0.131 - - [2025-09-04 04:07:47] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001164 10.0.0.57 - - [2025-09-04 04:07:47] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070099 10.0.0.57 - - [2025-09-04 04:07:47] "POST /floating-ips HTTP/1.1" 200 618 0.078915 10.0.0.57 - - [2025-09-04 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.020781 10.0.0.57 - - [2025-09-04 04:07:47] "GET /floating-ip/336e5fb0-5fac-481f-a250-c5f75ee88d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.017596 10.0.0.57 - - [2025-09-04 04:07:47] "GET /floating-ip/336e5fb0-5fac-481f-a250-c5f75ee88d03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.017839 10.0.0.57 - - [2025-09-04 04:07:48] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.016135 10.0.0.57 - - [2025-09-04 04:07:48] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1206 0.019670 10.0.0.57 - - [2025-09-04 04:07:48] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.024498 10.0.0.57 - - [2025-09-04 04:07:48] "POST /ref-update HTTP/1.1" 200 156 0.026601 10.0.0.57 - - [2025-09-04 04:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.014725 10.0.0.57 - - [2025-09-04 04:07:48] "GET /routing-instance/fe81f774-97e7-497f-a195-ee00865bf4df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.018849 10.0.0.57 - - [2025-09-04 04:07:48] "POST /neutron/port HTTP/1.1" 200 1086 0.090345 10.0.0.57 - - [2025-09-04 04:07:49] "POST /neutron/port HTTP/1.1" 200 1153 0.232483 10.0.0.57 - - [2025-09-04 04:07:49] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.023214 10.0.0.57 - - [2025-09-04 04:07:49] "GET /virtual-machine-interface/01dd1eef-7720-466e-b4e2-82c190608553 HTTP/1.1" 200 3593 0.024996 10.0.0.57 - - [2025-09-04 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.014547 10.0.0.57 - - [2025-09-04 04:07:49] "GET /security-group/c7f55d29-082f-4bf3-9ba4-fd7e41ea50b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.015086 10.0.0.57 - - [2025-09-04 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.016122 10.0.0.57 - - [2025-09-04 04:07:49] "GET /security-group/c7f55d29-082f-4bf3-9ba4-fd7e41ea50b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1319 0.017311 10.0.0.57 - - [2025-09-04 04:07:49] "DELETE /floating-ip/336e5fb0-5fac-481f-a250-c5f75ee88d03 HTTP/1.1" 200 115 0.070806 10.0.0.57 - - [2025-09-04 04:07:49] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 200 1295 0.023202 10.0.0.57 - - [2025-09-04 04:07:50] "POST /neutron/port HTTP/1.1" 200 1153 0.017698 10.0.0.57 - - [2025-09-04 04:07:51] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 404 171 0.018619 10.0.0.57 - - [2025-09-04 04:07:51] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 404 171 0.015329 10.0.0.57 - - [2025-09-04 04:07:51] "GET /virtual-machine/f17e5ea0-47cf-4d06-bfc9-9cf0b2b28b8d HTTP/1.1" 404 171 0.018088 10.0.0.57 - - [2025-09-04 04:07:51] "POST /fqname-to-id HTTP/1.1" 403 354 0.017025 10.0.0.57 - - [2025-09-04 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.57 - - [2025-09-04 04:07:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003816 10.0.0.57 - - [2025-09-04 04:07:51] "GET /virtual-networks?parent_id=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021666 10.0.0.57 - - [2025-09-04 04:07:51] "GET /virtual-network/e3edb8d5-5ff8-420b-a0b1-99715bd65521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.025395 10.0.0.57 - - [2025-09-04 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.019661 10.0.0.57 - - [2025-09-04 04:07:52] "GET /routing-instance/9d47795c-fe69-40d7-a3cf-092069ecdbe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025513 10.0.0.57 - - [2025-09-04 04:07:52] "GET /obj-perms HTTP/1.1" 403 257 0.015193 10.0.0.57 - - [2025-09-04 04:07:52] "GET /obj-perms HTTP/1.1" 403 257 0.038142 10.0.0.38 - - [2025-09-04 04:07:55] "GET /obj-perms HTTP/1.1" 200 5056 0.046445 10.0.0.57 - - [2025-09-04 04:07:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004128 10.0.0.57 - - [2025-09-04 04:07:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003596 10.0.0.57 - - [2025-09-04 04:08:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005653 10.0.0.57 - - [2025-09-04 04:08:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004042 10.0.0.57 - - [2025-09-04 04:08:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004177 10.0.0.57 - - [2025-09-04 04:08:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004026 10.0.0.131 - - [2025-09-04 04:08:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004537 10.0.0.57 - - [2025-09-04 04:08:17] "POST /neutron/security_group HTTP/1.1" 200 151 0.075903 10.0.0.57 - - [2025-09-04 04:08:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.032934 10.0.0.131 - - [2025-09-04 04:08:17] "DELETE /access-control-list/4107e88b-3a20-4483-8e4b-314390bce253 HTTP/1.1" 200 115 0.036842 10.0.0.57 - - [2025-09-04 04:08:18] "DELETE /api-access-list/b99621f4-8b1a-48b7-9b24-e1f04a3ebf43 HTTP/1.1" 200 115 0.044162 10.0.0.57 - - [2025-09-04 04:08:18] "POST /neutron/network HTTP/1.1" 200 861 0.008102 10.0.0.131 - - [2025-09-04 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007213 10.0.0.57 - - [2025-09-04 04:08:20] "GET /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.005494 10.0.0.57 - - [2025-09-04 04:08:20] "PUT /api-access-list/582b7771-4a6e-488b-8e09-e9748067a543 HTTP/1.1" 200 265 0.013570 10.0.0.131 - - [2025-09-04 04:08:20] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.57 - - [2025-09-04 04:08:20] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051651 10.0.0.131 - - [2025-09-04 04:08:20] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.57 - - [2025-09-04 04:08:20] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?fields=virtual_networks HTTP/1.1" 200 1034 0.043917 10.0.0.131 - - [2025-09-04 04:08:20] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.57 - - [2025-09-04 04:08:20] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048803 10.0.0.131 - - [2025-09-04 04:08:20] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.57 - - [2025-09-04 04:08:20] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?fields=security_groups HTTP/1.1" 200 1261 0.049016 10.0.0.131 - - [2025-09-04 04:08:21] "GET /projects?obj_uuids=9baedcec-d6f0-423a-9455-2d3121d740de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001608 10.0.0.57 - - [2025-09-04 04:08:21] "GET /project/9baedcec-d6f0-423a-9455-2d3121d740de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.057872 [Introspect:8084]10.0.0.57 - - [2025-09-04 04:08:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001198 10.0.0.57 - - [2025-09-04 04:08:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.025397 10.0.0.131 - - [2025-09-04 04:08:24] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003017 10.0.0.131 - - [2025-09-04 04:08:25] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.131 - - [2025-09-04 04:08:25] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007313 10.0.0.131 - - [2025-09-04 04:08:25] "POST /id-to-fqname HTTP/1.1" 200 191 0.006793 10.0.0.131 - - [2025-09-04 04:08:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.004874 10.0.0.131 - - [2025-09-04 04:08:25] "POST /security-groups HTTP/1.1" 200 592 0.076901 10.0.0.131 - - [2025-09-04 04:08:25] "POST /projects HTTP/1.1" 200 587 0.276562 10.0.0.131 - - [2025-09-04 04:08:25] "POST /access-control-lists HTTP/1.1" 200 599 0.026655 10.0.0.131 - - [2025-09-04 04:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.348202 10.0.0.57 - - [2025-09-04 04:08:25] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.496516 10.0.0.57 - - [2025-09-04 04:08:26] "GET / HTTP/1.1" 200 36215 0.002218 10.0.0.57 - - [2025-09-04 04:08:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.57 - - [2025-09-04 04:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.052439 10.0.0.131 - - [2025-09-04 04:08:28] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.57 - - [2025-09-04 04:08:28] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039903 10.0.0.131 - - [2025-09-04 04:08:28] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001068 10.0.0.57 - - [2025-09-04 04:08:28] "POST /neutron/network HTTP/1.1" 200 608 0.181022 10.0.0.131 - - [2025-09-04 04:08:28] "POST /route-targets HTTP/1.1" 200 328 0.014924 10.0.0.57 - - [2025-09-04 04:08:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.003600 10.0.0.57 - - [2025-09-04 04:08:29] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005852 10.0.0.57 - - [2025-09-04 04:08:29] "POST /neutron/network HTTP/1.1" 200 825 0.006351 10.0.0.57 - - [2025-09-04 04:08:29] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005698 10.0.0.57 - - [2025-09-04 04:08:29] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006998 10.0.0.57 - - [2025-09-04 04:08:30] "GET /obj-perms HTTP/1.1" 200 5032 0.042347 10.0.0.57 - - [2025-09-04 04:08:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001369 10.0.0.57 - - [2025-09-04 04:08:31] "POST /neutron/network HTTP/1.1" 200 835 0.010665 10.0.0.131 - - [2025-09-04 04:08:31] "DELETE /access-control-list/f180ec76-8978-4e00-9f85-7ef348ca9a60 HTTP/1.1" 200 115 0.052875 10.0.0.131 - - [2025-09-04 04:08:31] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.131 - - [2025-09-04 04:08:31] "DELETE /project/dc0a4c6cdf2b4545a163828b816df3ff HTTP/1.1" 404 173 0.006505 10.0.0.131 - - [2025-09-04 04:08:31] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.066231 10.0.0.131 - - [2025-09-04 04:08:31] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005266 10.0.0.131 - - [2025-09-04 04:08:31] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?fields=security_groups HTTP/1.1" 404 187 0.026911 10.0.0.131 - - [2025-09-04 04:08:31] "GET /projects?obj_uuids=bccdb926-2117-4bbc-8001-799ff4ca396b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.131 - - [2025-09-04 04:08:32] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001010 10.0.0.57 - - [2025-09-04 04:08:32] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.112623 10.0.0.131 - - [2025-09-04 04:08:32] "GET /project/bccdb926-2117-4bbc-8001-799ff4ca396b?fields=application_policy_sets HTTP/1.1" 404 171 0.415265 10.0.0.131 - - [2025-09-04 04:08:32] "DELETE /project/bccdb926-2117-4bbc-8001-799ff4ca396b HTTP/1.1" 404 171 0.618480 10.0.0.57 - - [2025-09-04 04:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.006804 10.0.0.57 - - [2025-09-04 04:08:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279 10.0.0.57 - - [2025-09-04 04:08:32] "POST /neutron/network HTTP/1.1" 200 835 0.010459 10.0.0.57 - - [2025-09-04 04:08:33] "POST /neutron/port HTTP/1.1" 200 1059 0.013533 10.0.0.131 - - [2025-09-04 04:08:33] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.57 - - [2025-09-04 04:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005182 10.0.0.57 - - [2025-09-04 04:08:33] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.153905 10.0.0.57 - - [2025-09-04 04:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.57 - - [2025-09-04 04:08:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012145 10.0.0.57 - - [2025-09-04 04:08:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007389 10.0.0.57 - - [2025-09-04 04:08:34] "POST /neutron/port HTTP/1.1" 200 1059 0.018527 10.0.0.57 - - [2025-09-04 04:08:34] "POST /neutron/port HTTP/1.1" 200 1087 0.016032 10.0.0.57 - - [2025-09-04 04:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.57 - - [2025-09-04 04:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009898 10.0.0.57 - - [2025-09-04 04:08:39] "POST /neutron/port HTTP/1.1" 200 1087 0.036572 10.0.0.57 - - [2025-09-04 04:08:39] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 401 292 0.000433 10.0.0.57 - - [2025-09-04 04:08:39] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 200 1295 0.037997 10.0.0.57 - - [2025-09-04 04:08:39] "GET /virtual-machine-interface/fe53f6fd-7632-4ee7-ac69-24b32b04fd64 HTTP/1.1" 200 2957 0.005651 10.0.0.57 - - [2025-09-04 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.57 - - [2025-09-04 04:08:39] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004504 10.0.0.57 - - [2025-09-04 04:08:39] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003598 10.0.0.57 - - [2025-09-04 04:08:39] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007925 10.0.0.57 - - [2025-09-04 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.57 - - [2025-09-04 04:08:43] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005938 10.0.0.57 - - [2025-09-04 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.57 - - [2025-09-04 04:08:47] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005291 10.0.0.57 - - [2025-09-04 04:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.57 - - [2025-09-04 04:08:51] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005614 10.0.0.57 - - [2025-09-04 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.57 - - [2025-09-04 04:08:55] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005361 10.0.0.38 - - [2025-09-04 04:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.052926 10.0.0.57 - - [2025-09-04 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.57 - - [2025-09-04 04:08:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005579 10.0.0.57 - - [2025-09-04 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.57 - - [2025-09-04 04:09:03] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006146 10.0.0.57 - - [2025-09-04 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.57 - - [2025-09-04 04:09:07] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005634 10.0.0.57 - - [2025-09-04 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.57 - - [2025-09-04 04:09:11] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005752 10.0.0.57 - - [2025-09-04 04:09:12] "POST /neutron/port HTTP/1.1" 200 1087 0.014251 10.0.0.57 - - [2025-09-04 04:09:12] "POST /neutron/subnet HTTP/1.1" 200 690 0.009966 10.0.0.57 - - [2025-09-04 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.57 - - [2025-09-04 04:09:13] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004036 10.0.0.57 - - [2025-09-04 04:09:13] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003587 10.0.0.57 - - [2025-09-04 04:09:13] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006888 10.0.0.57 - - [2025-09-04 04:09:13] "POST /neutron/port HTTP/1.1" 200 1087 0.016383 10.0.0.57 - - [2025-09-04 04:09:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013967 10.0.0.57 - - [2025-09-04 04:09:14] "POST /neutron/subnet HTTP/1.1" 200 690 0.008827 10.0.0.57 - - [2025-09-04 04:09:19] "POST /neutron/port HTTP/1.1" 200 1087 0.014911 10.0.0.57 - - [2025-09-04 04:09:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006275 10.0.0.57 - - [2025-09-04 04:09:26] "POST /neutron/port HTTP/1.1" 200 1087 0.015372 10.0.0.57 - - [2025-09-04 04:09:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007966 10.0.0.57 - - [2025-09-04 04:09:34] "POST /neutron/port HTTP/1.1" 200 1087 0.014712 10.0.0.57 - - [2025-09-04 04:09:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008845 10.0.0.57 - - [2025-09-04 04:09:34] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 200 1296 0.005835 10.0.0.57 - - [2025-09-04 04:09:34] "GET /virtual-machine-interface/244bfc10-7f23-4a77-85ab-6d81783b0ba8 HTTP/1.1" 200 2955 0.005959 10.0.0.57 - - [2025-09-04 04:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.57 - - [2025-09-04 04:09:34] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004463 10.0.0.57 - - [2025-09-04 04:09:34] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004151 10.0.0.57 - - [2025-09-04 04:09:35] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006089 10.0.0.57 - - [2025-09-04 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.57 - - [2025-09-04 04:09:36] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006027 10.0.0.57 - - [2025-09-04 04:09:36] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003641 10.0.0.57 - - [2025-09-04 04:09:36] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006862 10.0.0.57 - - [2025-09-04 04:10:12] "POST /neutron/network HTTP/1.1" 200 835 0.028948 10.0.0.57 - - [2025-09-04 04:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.57 - - [2025-09-04 04:10:15] "POST /neutron/port HTTP/1.1" 200 1087 0.037741 10.0.0.57 - - [2025-09-04 04:10:15] "POST /neutron/subnet HTTP/1.1" 200 690 0.008989 10.0.0.131 - - [2025-09-04 04:10:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050076 10.0.0.57 - - [2025-09-04 04:10:58] "POST /neutron/port HTTP/1.1" 200 1087 0.015916 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 200 1295 0.004214 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine-interface/fe53f6fd-7632-4ee7-ac69-24b32b04fd64 HTTP/1.1" 200 2957 0.006521 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 200 1295 0.003854 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine-interface/fe53f6fd-7632-4ee7-ac69-24b32b04fd64 HTTP/1.1" 200 2957 0.005509 10.0.0.57 - - [2025-09-04 04:10:58] "GET /instance-ip/32ce0e75-66ab-4da4-a2ea-e18b5a042ba4 HTTP/1.1" 200 1624 0.005656 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 200 1295 0.003843 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-machine-interface/fe53f6fd-7632-4ee7-ac69-24b32b04fd64 HTTP/1.1" 200 2957 0.005402 10.0.0.57 - - [2025-09-04 04:10:58] "GET /instance-ip/32ce0e75-66ab-4da4-a2ea-e18b5a042ba4 HTTP/1.1" 200 1624 0.004374 10.0.0.57 - - [2025-09-04 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.57 - - [2025-09-04 04:10:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003245 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002622 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006445 10.0.0.57 - - [2025-09-04 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.57 - - [2025-09-04 04:10:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004844 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004372 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005794 10.0.0.57 - - [2025-09-04 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.57 - - [2025-09-04 04:10:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004044 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002833 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005676 10.0.0.57 - - [2025-09-04 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.57 - - [2025-09-04 04:10:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004184 10.0.0.57 - - [2025-09-04 04:10:58] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003542 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007246 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.57 - - [2025-09-04 04:10:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004546 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003430 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005775 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.57 - - [2025-09-04 04:10:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004579 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002915 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005665 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.57 - - [2025-09-04 04:10:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004029 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004407 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007496 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.57 - - [2025-09-04 04:10:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003731 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003442 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005772 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.57 - - [2025-09-04 04:10:59] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.007912 10.0.0.57 - - [2025-09-04 04:10:59] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004408 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.57 - - [2025-09-04 04:10:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003762 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003022 10.0.0.57 - - [2025-09-04 04:10:59] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008636 10.0.0.57 - - [2025-09-04 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.57 - - [2025-09-04 04:11:00] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004639 10.0.0.57 - - [2025-09-04 04:11:00] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004568 10.0.0.57 - - [2025-09-04 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.57 - - [2025-09-04 04:11:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004531 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004081 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006187 10.0.0.57 - - [2025-09-04 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.57 - - [2025-09-04 04:11:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004291 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002873 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005989 10.0.0.57 - - [2025-09-04 04:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.57 - - [2025-09-04 04:11:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004746 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003449 10.0.0.57 - - [2025-09-04 04:11:00] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006936 10.0.0.57 - - [2025-09-04 04:11:00] "GET /obj-perms HTTP/1.1" 200 5032 0.003830 10.0.0.57 - - [2025-09-04 04:11:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004282 10.0.0.131 - - [2025-09-04 04:11:00] "GET /obj-perms HTTP/1.1" 200 5032 0.046450 10.0.0.57 - - [2025-09-04 04:11:00] "GET /obj-perms HTTP/1.1" 200 5032 0.003816 10.0.0.57 - - [2025-09-04 04:11:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008415 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 200 1296 0.004172 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine-interface/244bfc10-7f23-4a77-85ab-6d81783b0ba8 HTTP/1.1" 200 2955 0.005205 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 200 1296 0.004392 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine-interface/244bfc10-7f23-4a77-85ab-6d81783b0ba8 HTTP/1.1" 200 2955 0.004864 10.0.0.57 - - [2025-09-04 04:11:01] "GET /instance-ip/56cfcba9-2b6d-459e-8ad8-4bd6f36b0546 HTTP/1.1" 200 1624 0.005970 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 200 1296 0.004060 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-machine-interface/244bfc10-7f23-4a77-85ab-6d81783b0ba8 HTTP/1.1" 200 2955 0.005454 10.0.0.57 - - [2025-09-04 04:11:01] "GET /instance-ip/56cfcba9-2b6d-459e-8ad8-4bd6f36b0546 HTTP/1.1" 200 1624 0.005815 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004181 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003627 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007126 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005296 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003239 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009308 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004481 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003424 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006320 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004872 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003244 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005667 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005737 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004411 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006241 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.57 - - [2025-09-04 04:11:01] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004252 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003049 10.0.0.57 - - [2025-09-04 04:11:01] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005972 10.0.0.57 - - [2025-09-04 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.57 - - [2025-09-04 04:11:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004625 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003788 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006209 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.57 - - [2025-09-04 04:11:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007541 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002832 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006414 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.57 - - [2025-09-04 04:11:02] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.010129 10.0.0.57 - - [2025-09-04 04:11:02] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007627 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.57 - - [2025-09-04 04:11:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004046 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003187 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006012 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.57 - - [2025-09-04 04:11:02] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004742 10.0.0.57 - - [2025-09-04 04:11:02] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004651 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.57 - - [2025-09-04 04:11:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004075 10.0.0.57 - - [2025-09-04 04:11:02] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006214 10.0.0.57 - - [2025-09-04 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.57 - - [2025-09-04 04:11:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004533 10.0.0.57 - - [2025-09-04 04:11:03] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002882 10.0.0.57 - - [2025-09-04 04:11:03] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005492 10.0.0.57 - - [2025-09-04 04:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.57 - - [2025-09-04 04:11:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005000 10.0.0.57 - - [2025-09-04 04:11:03] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003372 10.0.0.57 - - [2025-09-04 04:11:03] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007606 10.0.0.57 - - [2025-09-04 04:11:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003902 10.0.0.131 - - [2025-09-04 04:11:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003707 10.0.0.57 - - [2025-09-04 04:11:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003937 10.0.0.38 - - [2025-09-04 04:11:03] "GET /obj-perms HTTP/1.1" 200 5032 0.047449 10.0.0.57 - - [2025-09-04 04:11:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003856 10.0.0.57 - - [2025-09-04 04:11:08] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 200 1296 0.004665 10.0.0.57 - - [2025-09-04 04:11:09] "POST /neutron/port HTTP/1.1" 200 151 0.158458 10.0.0.57 - - [2025-09-04 04:11:10] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 404 171 0.003829 10.0.0.57 - - [2025-09-04 04:11:10] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 404 171 0.006130 10.0.0.57 - - [2025-09-04 04:11:10] "GET /virtual-machine/a867436c-1649-4493-994d-a3bc3d7157db HTTP/1.1" 404 171 0.003079 10.0.0.57 - - [2025-09-04 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.57 - - [2025-09-04 04:11:11] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004056 10.0.0.57 - - [2025-09-04 04:11:11] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003395 10.0.0.57 - - [2025-09-04 04:11:11] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006060 10.0.0.57 - - [2025-09-04 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.57 - - [2025-09-04 04:11:11] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004791 10.0.0.57 - - [2025-09-04 04:11:11] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005075 10.0.0.38 - - [2025-09-04 04:11:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004357 10.0.0.57 - - [2025-09-04 04:11:15] "POST /neutron/network HTTP/1.1" 200 835 0.007216 10.0.0.57 - - [2025-09-04 04:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.57 - - [2025-09-04 04:11:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003786 10.0.0.38 - - [2025-09-04 04:11:20] "GET /obj-perms HTTP/1.1" 200 5032 0.003531 10.0.0.57 - - [2025-09-04 04:11:23] "GET /obj-perms HTTP/1.1" 200 5032 0.005067 10.0.0.131 - - [2025-09-04 04:11:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004115 10.0.0.57 - - [2025-09-04 04:11:23] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 200 1295 0.004410 10.0.0.57 - - [2025-09-04 04:11:24] "POST /neutron/port HTTP/1.1" 200 1113 0.011150 10.0.0.57 - - [2025-09-04 04:11:25] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 404 171 0.003848 10.0.0.57 - - [2025-09-04 04:11:25] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 404 171 0.004941 10.0.0.131 - - [2025-09-04 04:11:25] "GET /global-system-configs HTTP/1.1" 200 323 0.072664 10.0.0.57 - - [2025-09-04 04:11:25] "GET /virtual-machine/139bd24e-5212-44b6-bd94-54e418708b1d HTTP/1.1" 404 171 0.002780 10.0.0.38 - - [2025-09-04 04:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.157781 10.0.0.57 - - [2025-09-04 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.57 - - [2025-09-04 04:11:26] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003574 10.0.0.57 - - [2025-09-04 04:11:26] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002684 10.0.0.57 - - [2025-09-04 04:11:26] "GET /virtual-network/f46198f9-e11e-4dc8-ac37-d1e4902b230c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.012374 10.0.0.57 - - [2025-09-04 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.57 - - [2025-09-04 04:11:26] "GET /routing-instance/4a1db4fd-fb76-498c-a145-8e926f900d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004487 10.0.0.57 - - [2025-09-04 04:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.111353 10.0.0.57 - - [2025-09-04 04:11:26] "GET /route-target/7781686d-3b81-4f51-83ad-487b10a281da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004179 10.0.0.57 - - [2025-09-04 04:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.178407 10.0.0.57 - - [2025-09-04 04:11:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004030 10.0.0.38 - - [2025-09-04 04:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.142306 10.0.0.131 - - [2025-09-04 04:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.209911 10.0.0.131 - - [2025-09-04 04:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.054756 10.0.0.38 - - [2025-09-04 04:11:26] "GET /obj-perms HTTP/1.1" 200 5056 0.139421 10.0.0.38 - - [2025-09-04 04:11:26] "GET /global-system-configs HTTP/1.1" 200 323 0.096241 10.0.0.57 - - [2025-09-04 04:11:27] "GET /global-system-configs HTTP/1.1" 200 323 0.075959 10.0.0.131 - - [2025-09-04 04:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.130540 10.0.0.57 - - [2025-09-04 04:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.147651 10.0.0.57 - - [2025-09-04 04:11:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005063 10.0.0.57 - - [2025-09-04 04:11:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004338 10.0.0.57 - - [2025-09-04 04:11:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004362 10.0.0.57 - - [2025-09-04 04:11:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005104 10.0.0.38 - - [2025-09-04 04:11:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003919 10.0.0.131 - - [2025-09-04 04:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.030284 10.0.0.131 - - [2025-09-04 04:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002563 10.0.0.57 - - [2025-09-04 04:11:45] "POST /neutron/network HTTP/1.1" 200 151 0.165459 10.0.0.57 - - [2025-09-04 04:11:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.003677 10.0.0.57 - - [2025-09-04 04:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.131 - - [2025-09-04 04:11:48] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.57 - - [2025-09-04 04:11:48] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.044040 10.0.0.57 - - [2025-09-04 04:11:48] "POST /network-policys HTTP/1.1" 200 524 0.035300 10.0.0.57 - - [2025-09-04 04:11:48] "GET /network-policy/9b2cd93b-4a09-4fcc-b7f7-71b2c93369af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007004 10.0.0.57 - - [2025-09-04 04:11:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.002890 10.0.0.57 - - [2025-09-04 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.131 - - [2025-09-04 04:11:48] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001740 10.0.0.57 - - [2025-09-04 04:11:48] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050741 10.0.0.57 - - [2025-09-04 04:11:48] "POST /network-policys HTTP/1.1" 200 524 0.027497 10.0.0.57 - - [2025-09-04 04:11:48] "GET /network-policy/c782d50e-ad6f-4b14-81b3-a18716898c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.012370 10.0.0.57 - - [2025-09-04 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.131 - - [2025-09-04 04:11:48] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001933 10.0.0.57 - - [2025-09-04 04:11:48] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048187 10.0.0.57 - - [2025-09-04 04:11:48] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003546 10.0.0.57 - - [2025-09-04 04:11:48] "POST /virtual-networks HTTP/1.1" 200 548 0.090498 10.0.0.57 - - [2025-09-04 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.131 - - [2025-09-04 04:11:48] "POST /route-targets HTTP/1.1" 200 328 0.038421 10.0.0.57 - - [2025-09-04 04:11:48] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.007765 10.0.0.131 - - [2025-09-04 04:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011318 10.0.0.57 - - [2025-09-04 04:11:48] "POST /ref-update HTTP/1.1" 200 156 0.075375 10.0.0.57 - - [2025-09-04 04:11:49] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006156 10.0.0.57 - - [2025-09-04 04:11:49] "POST /neutron/network HTTP/1.1" 200 809 0.007304 10.0.0.57 - - [2025-09-04 04:11:49] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005793 10.0.0.57 - - [2025-09-04 04:11:49] "GET /obj-perms HTTP/1.1" 200 5032 0.010508 10.0.0.57 - - [2025-09-04 04:11:49] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006923 10.0.0.57 - - [2025-09-04 04:11:49] "PUT /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721 HTTP/1.1" 200 265 0.055501 10.0.0.57 - - [2025-09-04 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.57 - - [2025-09-04 04:11:49] "GET /network-policy/9b2cd93b-4a09-4fcc-b7f7-71b2c93369af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004243 10.0.0.57 - - [2025-09-04 04:11:49] "POST /ref-update HTTP/1.1" 200 156 0.057047 10.0.0.57 - - [2025-09-04 04:11:49] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006618 10.0.0.131 - - [2025-09-04 04:11:49] "POST /access-control-lists HTTP/1.1" 200 594 0.093293 10.0.0.57 - - [2025-09-04 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.022296 10.0.0.57 - - [2025-09-04 04:11:49] "GET /network-policy/9b2cd93b-4a09-4fcc-b7f7-71b2c93369af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004039 10.0.0.57 - - [2025-09-04 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.131 - - [2025-09-04 04:11:50] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.57 - - [2025-09-04 04:11:50] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043290 10.0.0.57 - - [2025-09-04 04:11:50] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003840 10.0.0.57 - - [2025-09-04 04:11:50] "POST /virtual-networks HTTP/1.1" 200 548 0.099224 10.0.0.57 - - [2025-09-04 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.57 - - [2025-09-04 04:11:50] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.004012 10.0.0.131 - - [2025-09-04 04:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005765 10.0.0.57 - - [2025-09-04 04:11:50] "POST /ref-update HTTP/1.1" 200 156 0.077445 10.0.0.57 - - [2025-09-04 04:11:50] "POST /neutron/network HTTP/1.1" 200 809 0.007290 10.0.0.57 - - [2025-09-04 04:11:50] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005366 10.0.0.57 - - [2025-09-04 04:11:50] "POST /neutron/subnet HTTP/1.1" 200 672 0.008263 10.0.0.57 - - [2025-09-04 04:11:50] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006263 10.0.0.131 - - [2025-09-04 04:11:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004316 10.0.0.57 - - [2025-09-04 04:11:51] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006366 10.0.0.57 - - [2025-09-04 04:11:51] "PUT /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239 HTTP/1.1" 200 265 0.062585 10.0.0.57 - - [2025-09-04 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.57 - - [2025-09-04 04:11:51] "GET /network-policy/c782d50e-ad6f-4b14-81b3-a18716898c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004271 10.0.0.131 - - [2025-09-04 04:11:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.013965 10.0.0.57 - - [2025-09-04 04:11:51] "POST /ref-update HTTP/1.1" 200 156 0.074193 10.0.0.57 - - [2025-09-04 04:11:51] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005790 10.0.0.57 - - [2025-09-04 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006508 10.0.0.57 - - [2025-09-04 04:11:51] "GET /network-policy/c782d50e-ad6f-4b14-81b3-a18716898c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008280 10.0.0.57 - - [2025-09-04 04:11:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.131 - - [2025-09-04 04:11:52] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.57 - - [2025-09-04 04:11:52] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071643 10.0.0.57 - - [2025-09-04 04:11:52] "POST /neutron/network HTTP/1.1" 200 886 0.028903 10.0.0.57 - - [2025-09-04 04:11:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001321 10.0.0.57 - - [2025-09-04 04:11:52] "POST /neutron/port HTTP/1.1" 200 117 0.008032 10.0.0.131 - - [2025-09-04 04:11:53] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.131 - - [2025-09-04 04:11:53] "PUT /access-control-list/60f82a7b-03be-4fcf-a1cf-6281a40d97af HTTP/1.1" 200 273 0.035649 10.0.0.57 - - [2025-09-04 04:11:53] "POST /neutron/port HTTP/1.1" 200 1061 0.280353 10.0.0.57 - - [2025-09-04 04:11:53] "POST /neutron/port HTTP/1.1" 200 1115 0.120706 10.0.0.131 - - [2025-09-04 04:11:53] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.57 - - [2025-09-04 04:11:53] "POST /neutron/subnet HTTP/1.1" 200 646 0.008719 10.0.0.57 - - [2025-09-04 04:11:53] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083327 10.0.0.57 - - [2025-09-04 04:11:53] "POST /neutron/network HTTP/1.1" 200 886 0.011055 10.0.0.57 - - [2025-09-04 04:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.008302 10.0.0.57 - - [2025-09-04 04:11:54] "POST /neutron/network HTTP/1.1" 200 896 0.007296 10.0.0.57 - - [2025-09-04 04:11:54] "POST /neutron/port HTTP/1.1" 200 1061 0.035900 10.0.0.57 - - [2025-09-04 04:11:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005191 10.0.0.57 - - [2025-09-04 04:11:55] "POST /neutron/network HTTP/1.1" 200 886 0.007199 10.0.0.38 - - [2025-09-04 04:11:58] "GET /obj-perms HTTP/1.1" 200 5056 0.045456 10.0.0.57 - - [2025-09-04 04:11:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016387 10.0.0.57 - - [2025-09-04 04:11:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007504 10.0.0.57 - - [2025-09-04 04:11:59] "GET /virtual-machine/cd37f7eb-33a1-45b7-8fcd-aca2f2d20a1c HTTP/1.1" 200 1296 0.006310 10.0.0.57 - - [2025-09-04 04:11:59] "GET /virtual-machine-interface/908cd0d8-ec26-4a75-9170-6c6c54eb7660 HTTP/1.1" 200 2957 0.006376 10.0.0.57 - - [2025-09-04 04:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.57 - - [2025-09-04 04:11:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003025 10.0.0.57 - - [2025-09-04 04:11:59] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003040 10.0.0.57 - - [2025-09-04 04:11:59] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006591 10.0.0.57 - - [2025-09-04 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.57 - - [2025-09-04 04:12:02] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007037 10.0.0.57 - - [2025-09-04 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.57 - - [2025-09-04 04:12:06] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005602 10.0.0.57 - - [2025-09-04 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.57 - - [2025-09-04 04:12:10] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005458 10.0.0.57 - - [2025-09-04 04:12:14] "POST /neutron/network HTTP/1.1" 200 896 0.006911 10.0.0.57 - - [2025-09-04 04:12:14] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.57 - - [2025-09-04 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.57 - - [2025-09-04 04:12:14] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005248 10.0.0.57 - - [2025-09-04 04:12:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015280 10.0.0.57 - - [2025-09-04 04:12:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.010274 10.0.0.57 - - [2025-09-04 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.57 - - [2025-09-04 04:12:19] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005312 10.0.0.57 - - [2025-09-04 04:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.57 - - [2025-09-04 04:12:23] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005454 10.0.0.57 - - [2025-09-04 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.57 - - [2025-09-04 04:12:27] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.004958 10.0.0.57 - - [2025-09-04 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.57 - - [2025-09-04 04:12:31] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006962 10.0.0.57 - - [2025-09-04 04:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.57 - - [2025-09-04 04:12:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004230 10.0.0.57 - - [2025-09-04 04:12:33] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003219 10.0.0.57 - - [2025-09-04 04:12:33] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005859 10.0.0.57 - - [2025-09-04 04:12:33] "POST /neutron/port HTTP/1.1" 200 1089 0.016011 10.0.0.57 - - [2025-09-04 04:12:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007606 10.0.0.57 - - [2025-09-04 04:12:43] "POST /neutron/port HTTP/1.1" 200 1089 0.021289 10.0.0.57 - - [2025-09-04 04:12:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033038 10.0.0.57 - - [2025-09-04 04:12:54] "POST /neutron/port HTTP/1.1" 200 1089 0.020932 10.0.0.57 - - [2025-09-04 04:12:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008524 10.0.0.57 - - [2025-09-04 04:12:54] "GET /virtual-machine/d0d11a63-f635-4581-b732-937522571c59 HTTP/1.1" 200 1296 0.009503 10.0.0.57 - - [2025-09-04 04:12:54] "GET /virtual-machine-interface/ac753c50-82f9-4def-bba3-3d9c97d8f9ae HTTP/1.1" 200 2957 0.010261 10.0.0.57 - - [2025-09-04 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.57 - - [2025-09-04 04:12:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003713 10.0.0.57 - - [2025-09-04 04:12:54] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003357 10.0.0.57 - - [2025-09-04 04:12:54] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005884 10.0.0.57 - - [2025-09-04 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.57 - - [2025-09-04 04:12:55] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004746 10.0.0.57 - - [2025-09-04 04:12:55] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003016 10.0.0.57 - - [2025-09-04 04:12:55] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006469 10.0.0.57 - - [2025-09-04 04:12:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015052 10.0.0.57 - - [2025-09-04 04:12:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048282 10.0.0.57 - - [2025-09-04 04:13:15] "POST /neutron/port HTTP/1.1" 200 1089 0.015898 10.0.0.57 - - [2025-09-04 04:13:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.008975 10.0.0.57 - - [2025-09-04 04:13:16] "POST /neutron/port HTTP/1.1" 200 1089 0.015501 10.0.0.57 - - [2025-09-04 04:13:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.57 - - [2025-09-04 04:13:16] "POST /neutron/network HTTP/1.1" 200 886 0.007613 10.0.0.38 - - [2025-09-04 04:14:00] "GET /virtual-router/b8da9487-4089-4688-8770-5b2ef603f844?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.032370 ++ 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 Sep 4 04:14:26 AM UTC 2025 ===================' INFO: =================== Thu Sep 4 04:14:26 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.57:8081 10.0.0.38:8081 10.0.0.131:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.57:9042 10.0.0.38:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.57:8086 10.0.0.38:8086 10.0.0.131:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.57:8082 10.0.0.38:8082 10.0.0.131:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.57:9161 10.0.0.38:9161 10.0.0.131:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.57:2181,10.0.0.38:2181,10.0.0.131:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.57:2181 10.0.0.38:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+=10.0.0.57:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.57:5673,10.0.0.38:5673,10.0.0.131:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.57:6379 10.0.0.38:6379 10.0.0.131:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.57 +++ local server_address=10.0.0.57 +++ extended_server_list+='10.0.0.57:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.57:9092 10.0.0.38:9092 10.0.0.131:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.57 ++ 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.57,10.0.0.38,10.0.0.131 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.57,10.0.0.38,10.0.0.131 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.57,10.0.0.38,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.57 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.57 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.57,10.0.0.38,10.0.0.131 +++ local servers=10.0.0.57,10.0.0.38,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.131,10.20.0.14,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.57'\''))' +++ local server_ip=10.0.0.57 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.57 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.57, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.57:9041 10.0.0.38:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ set -o posix ++ set + 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: 09/04/2025 04:14:35.177 7fb084d156c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/04/2025 04:14:35.319 7fb084d156c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/04/2025 04:14:35.332 7fb084d156c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/04/2025 04:14:35.332 7fb084d156c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2025-09-04 04:14:35] "GET / HTTP/1.1" 503 181 0.000248 10.0.0.131 - - [2025-09-04 04:14:35] "GET / HTTP/1.1" 503 181 0.000156 10.0.0.131 - - [2025-09-04 04:14:36] "GET / HTTP/1.1" 200 45871 0.001255 10.0.0.131 - - [2025-09-04 04:14:36] "GET / HTTP/1.1" 200 45871 0.001060 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.131 - - [2025-09-04 04:14:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.131 - - [2025-09-04 04:14:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000256 [Introspect:8084]10.0.0.57 - - [2025-09-04 04:14:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001650 10.0.0.131 - - [2025-09-04 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.636760 10.0.0.131 - - [2025-09-04 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.131 - - [2025-09-04 04:14:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.350485 10.0.0.131 - - [2025-09-04 04:14:37] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003340 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.131 - - [2025-09-04 04:14:38] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000862 10.0.0.131 - - [2025-09-04 04:14:38] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.042790 10.0.0.131 - - [2025-09-04 04:14:38] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000888 10.0.0.131 - - [2025-09-04 04:14:38] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=security_groups HTTP/1.1" 200 1088 0.039662 10.0.0.131 - - [2025-09-04 04:14:38] "GET /projects?obj_uuids=3aa08e35-5e85-4017-b724-efd2b2883ed5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001000 10.0.0.131 - - [2025-09-04 04:14:38] "GET /project/3aa08e35-5e85-4017-b724-efd2b2883ed5?fields=application_policy_sets HTTP/1.1" 200 1381 0.047895 10.0.0.131 - - [2025-09-04 04:14:38] "DELETE /project/3aa08e35-5e85-4017-b724-efd2b2883ed5 HTTP/1.1" 409 278 0.227334 [Introspect:8084]10.0.0.57 - - [2025-09-04 04:14:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001591 [Introspect:8084]10.0.0.57 - - [2025-09-04 04:14:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001209 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.57 - - [2025-09-04 04:14:44] "GET /obj-perms HTTP/1.1" 200 5032 0.366786 10.0.0.57 - - [2025-09-04 04:14:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003810 10.0.0.57 - - [2025-09-04 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.028511 10.0.0.131 - - [2025-09-04 04:14:44] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.57 - - [2025-09-04 04:14:44] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059381 10.0.0.57 - - [2025-09-04 04:14:44] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003432 10.0.0.57 - - [2025-09-04 04:14:44] "POST /virtual-networks HTTP/1.1" 200 548 0.083015 10.0.0.57 - - [2025-09-04 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.57 - - [2025-09-04 04:14:44] "GET /network-ipam/e9df275c-9b78-4a65-8d53-f8e8290ba326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1046 0.006274 10.0.0.131 - - [2025-09-04 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009566 10.0.0.57 - - [2025-09-04 04:14:44] "POST /ref-update HTTP/1.1" 200 156 0.081457 10.0.0.57 - - [2025-09-04 04:14:44] "POST /neutron/network HTTP/1.1" 200 809 0.050718 10.0.0.57 - - [2025-09-04 04:14:44] "GET /virtual-network/cfe75027-c6f4-457d-b2e6-b547f3ea14b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006077 10.0.0.131 - - [2025-09-04 04:14:45] "POST /ref-update HTTP/1.1" 200 156 0.090586 10.0.0.57 - - [2025-09-04 04:14:45] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006276 10.0.0.38 - - [2025-09-04 04:14:45] "GET /obj-perms HTTP/1.1" 200 5032 0.070185 10.0.0.131 - - [2025-09-04 04:14:45] "GET /obj-perms HTTP/1.1" 200 5032 0.075973 10.0.0.57 - - [2025-09-04 04:14:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001796 10.0.0.57 - - [2025-09-04 04:14:46] "POST /neutron/port HTTP/1.1" 200 2062 0.029421 10.0.0.131 - - [2025-09-04 04:14:46] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001702 10.0.0.57 - - [2025-09-04 04:14:46] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.088229 10.0.0.57 - - [2025-09-04 04:14:46] "POST /neutron/network HTTP/1.1" 200 886 0.026770 10.0.0.57 - - [2025-09-04 04:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.007811 10.0.0.131 - - [2025-09-04 04:14:47] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.57 - - [2025-09-04 04:14:47] "POST /neutron/port HTTP/1.1" 200 1061 0.297302 10.0.0.57 - - [2025-09-04 04:14:48] "POST /neutron/port HTTP/1.1" 200 1115 0.135120 10.0.0.57 - - [2025-09-04 04:14:48] "POST /neutron/subnet HTTP/1.1" 200 646 0.015183 10.0.0.57 - - [2025-09-04 04:14:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015055 10.0.0.57 - - [2025-09-04 04:14:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007785 10.0.0.57 - - [2025-09-04 04:14:52] "POST /neutron/port HTTP/1.1" 200 1089 0.015948 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.027288 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.004010 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine-interface/8f081528-20ae-4b90-894f-ed337980d52c HTTP/1.1" 200 2956 0.005017 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.003750 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine-interface/8f081528-20ae-4b90-894f-ed337980d52c HTTP/1.1" 200 2956 0.004808 10.0.0.57 - - [2025-09-04 04:14:52] "GET /instance-ip/172c5def-4233-48a2-8e4f-030c1a065c0b HTTP/1.1" 200 1626 0.005764 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.004432 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-machine-interface/8f081528-20ae-4b90-894f-ed337980d52c HTTP/1.1" 200 2956 0.006617 10.0.0.57 - - [2025-09-04 04:14:52] "GET /instance-ip/172c5def-4233-48a2-8e4f-030c1a065c0b HTTP/1.1" 200 1626 0.004328 10.0.0.57 - - [2025-09-04 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.57 - - [2025-09-04 04:14:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004610 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003458 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006099 10.0.0.57 - - [2025-09-04 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.57 - - [2025-09-04 04:14:52] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004506 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003763 10.0.0.57 - - [2025-09-04 04:14:52] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005946 10.0.0.57 - - [2025-09-04 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.57 - - [2025-09-04 04:14:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007800 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.028463 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006113 10.0.0.57 - - [2025-09-04 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.57 - - [2025-09-04 04:14:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004196 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003595 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005896 10.0.0.57 - - [2025-09-04 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.57 - - [2025-09-04 04:14:53] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005154 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.011408 10.0.0.57 - - [2025-09-04 04:14:53] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008559 10.0.0.57 - - [2025-09-04 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.57 - - [2025-09-04 04:14:56] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006598 10.0.0.57 - - [2025-09-04 04:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.57 - - [2025-09-04 04:15:00] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005751 10.0.0.57 - - [2025-09-04 04:15:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054253 10.0.0.57 - - [2025-09-04 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.57 - - [2025-09-04 04:15:04] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005785 10.0.0.57 - - [2025-09-04 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.57 - - [2025-09-04 04:15:08] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006343 10.0.0.57 - - [2025-09-04 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.57 - - [2025-09-04 04:15:12] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005591 10.0.0.57 - - [2025-09-04 04:15:15] "POST /neutron/port HTTP/1.1" 200 1089 0.038444 10.0.0.57 - - [2025-09-04 04:15:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.010009 10.0.0.57 - - [2025-09-04 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.57 - - [2025-09-04 04:15:16] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007194 10.0.0.57 - - [2025-09-04 04:15:18] "POST /neutron/port HTTP/1.1" 200 1089 0.017936 10.0.0.57 - - [2025-09-04 04:15:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006409 10.0.0.57 - - [2025-09-04 04:15:18] "POST /neutron/network HTTP/1.1" 200 886 0.009914 10.0.0.57 - - [2025-09-04 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005357 10.0.0.57 - - [2025-09-04 04:15:21] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005411 10.0.0.57 - - [2025-09-04 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.57 - - [2025-09-04 04:15:25] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005322 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.57 - - [2025-09-04 04:15:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003872 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002796 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005344 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.57 - - [2025-09-04 04:15:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003823 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003249 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006180 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.57 - - [2025-09-04 04:15:29] "GET /routing-instance/bed1d036-a3e3-47e4-95c9-9681452e87e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004338 10.0.0.57 - - [2025-09-04 04:15:29] "GET /route-target/39bf2684-644e-411e-b167-fd168d38abeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003613 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.57 - - [2025-09-04 04:15:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005147 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005300 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009199 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.57 - - [2025-09-04 04:15:29] "GET /routing-instance/bed1d036-a3e3-47e4-95c9-9681452e87e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004962 10.0.0.57 - - [2025-09-04 04:15:29] "GET /route-target/39bf2684-644e-411e-b167-fd168d38abeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003934 10.0.0.57 - - [2025-09-04 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.57 - - [2025-09-04 04:15:29] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004811 10.0.0.57 - - [2025-09-04 04:15:29] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003356 10.0.0.57 - - [2025-09-04 04:15:30] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006928 10.0.0.57 - - [2025-09-04 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008956 10.0.0.57 - - [2025-09-04 04:15:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004254 10.0.0.57 - - [2025-09-04 04:15:30] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003614 10.0.0.57 - - [2025-09-04 04:15:30] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006042 10.0.0.57 - - [2025-09-04 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.57 - - [2025-09-04 04:15:30] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004138 10.0.0.57 - - [2025-09-04 04:15:30] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003502 10.0.0.57 - - [2025-09-04 04:15:30] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005337 10.0.0.57 - - [2025-09-04 04:15:30] "GET /obj-perms HTTP/1.1" 200 5032 0.005165 10.0.0.131 - - [2025-09-04 04:15:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003678 10.0.0.57 - - [2025-09-04 04:15:30] "GET /obj-perms HTTP/1.1" 200 5032 0.003673 10.0.0.38 - - [2025-09-04 04:15:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004808 10.0.0.57 - - [2025-09-04 04:15:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001465 10.0.0.57 - - [2025-09-04 04:15:31] "POST /neutron/network HTTP/1.1" 200 896 0.011464 10.0.0.131 - - [2025-09-04 04:15:31] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001669 10.0.0.57 - - [2025-09-04 04:15:31] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.086367 10.0.0.57 - - [2025-09-04 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007444 10.0.0.57 - - [2025-09-04 04:15:32] "POST /neutron/network HTTP/1.1" 200 896 0.009474 10.0.0.57 - - [2025-09-04 04:15:32] "POST /neutron/port HTTP/1.1" 200 1061 0.013864 10.0.0.57 - - [2025-09-04 04:15:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005139 10.0.0.57 - - [2025-09-04 04:15:33] "POST /neutron/network HTTP/1.1" 200 886 0.006645 10.0.0.57 - - [2025-09-04 04:15:37] "POST /neutron/port HTTP/1.1" 200 1089 0.018288 10.0.0.57 - - [2025-09-04 04:15:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007340 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.008122 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.004538 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine-interface/a711c2eb-6827-4269-b8a8-af25545e0d6e HTTP/1.1" 200 2957 0.006643 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.004292 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine-interface/a711c2eb-6827-4269-b8a8-af25545e0d6e HTTP/1.1" 200 2957 0.005758 10.0.0.57 - - [2025-09-04 04:15:37] "GET /instance-ip/27988753-44cf-4aaf-9504-0d60a12949fd HTTP/1.1" 200 1626 0.007166 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.004017 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-machine-interface/a711c2eb-6827-4269-b8a8-af25545e0d6e HTTP/1.1" 200 2957 0.006799 10.0.0.57 - - [2025-09-04 04:15:37] "GET /instance-ip/27988753-44cf-4aaf-9504-0d60a12949fd HTTP/1.1" 200 1626 0.004787 10.0.0.57 - - [2025-09-04 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.57 - - [2025-09-04 04:15:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004636 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004308 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009347 10.0.0.57 - - [2025-09-04 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.57 - - [2025-09-04 04:15:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004727 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003320 10.0.0.57 - - [2025-09-04 04:15:37] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005348 10.0.0.57 - - [2025-09-04 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.57 - - [2025-09-04 04:15:37] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005244 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003488 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006466 10.0.0.57 - - [2025-09-04 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.57 - - [2025-09-04 04:15:38] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004278 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005110 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006006 10.0.0.57 - - [2025-09-04 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.57 - - [2025-09-04 04:15:38] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004457 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003217 10.0.0.57 - - [2025-09-04 04:15:38] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005532 10.0.0.57 - - [2025-09-04 04:15:39] "POST /neutron/port HTTP/1.1" 200 1089 0.048390 10.0.0.57 - - [2025-09-04 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.57 - - [2025-09-04 04:15:41] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005645 10.0.0.57 - - [2025-09-04 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.57 - - [2025-09-04 04:15:45] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005686 10.0.0.57 - - [2025-09-04 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.57 - - [2025-09-04 04:15:49] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005036 10.0.0.57 - - [2025-09-04 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.57 - - [2025-09-04 04:15:53] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005043 10.0.0.57 - - [2025-09-04 04:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.57 - - [2025-09-04 04:15:57] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005347 10.0.0.57 - - [2025-09-04 04:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.57 - - [2025-09-04 04:16:01] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005553 10.0.0.57 - - [2025-09-04 04:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.57 - - [2025-09-04 04:16:05] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007065 10.0.0.57 - - [2025-09-04 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.57 - - [2025-09-04 04:16:10] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006219 10.0.0.57 - - [2025-09-04 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.57 - - [2025-09-04 04:16:14] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005624 10.0.0.57 - - [2025-09-04 04:16:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016015 10.0.0.57 - - [2025-09-04 04:16:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.009068 10.0.0.57 - - [2025-09-04 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.57 - - [2025-09-04 04:16:18] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005220 10.0.0.57 - - [2025-09-04 04:16:20] "POST /neutron/port HTTP/1.1" 200 1089 0.015075 10.0.0.57 - - [2025-09-04 04:16:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.57 - - [2025-09-04 04:16:20] "POST /neutron/network HTTP/1.1" 200 886 0.006962 10.0.0.57 - - [2025-09-04 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.57 - - [2025-09-04 04:16:22] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005129 10.0.0.57 - - [2025-09-04 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.57 - - [2025-09-04 04:16:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003309 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003471 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005657 10.0.0.57 - - [2025-09-04 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.57 - - [2025-09-04 04:16:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003582 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002856 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006005 10.0.0.57 - - [2025-09-04 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.57 - - [2025-09-04 04:16:24] "GET /routing-instance/c7b3aeb4-c5be-49ac-83c3-65edb2583ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004430 10.0.0.57 - - [2025-09-04 04:16:24] "GET /route-target/7fdcf282-1115-424c-83b7-fbca71920d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003818 10.0.0.57 - - [2025-09-04 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.57 - - [2025-09-04 04:16:24] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004105 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003686 10.0.0.57 - - [2025-09-04 04:16:24] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007873 10.0.0.57 - - [2025-09-04 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.57 - - [2025-09-04 04:16:25] "GET /routing-instance/c7b3aeb4-c5be-49ac-83c3-65edb2583ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004537 10.0.0.57 - - [2025-09-04 04:16:25] "GET /route-target/7fdcf282-1115-424c-83b7-fbca71920d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003634 10.0.0.57 - - [2025-09-04 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.57 - - [2025-09-04 04:16:25] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004438 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003735 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006984 10.0.0.57 - - [2025-09-04 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.57 - - [2025-09-04 04:16:25] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004213 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003298 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006852 10.0.0.57 - - [2025-09-04 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.57 - - [2025-09-04 04:16:25] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005063 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003288 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007430 10.0.0.131 - - [2025-09-04 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004967 10.0.0.57 - - [2025-09-04 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003633 10.0.0.57 - - [2025-09-04 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.005635 10.0.0.57 - - [2025-09-04 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003877 10.0.0.131 - - [2025-09-04 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003409 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.004486 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-machine-interface/8f081528-20ae-4b90-894f-ed337980d52c HTTP/1.1" 200 2956 0.005281 10.0.0.57 - - [2025-09-04 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014536 10.0.0.57 - - [2025-09-04 04:16:25] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006007 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004308 10.0.0.131 - - [2025-09-04 04:16:25] "GET /global-system-configs HTTP/1.1" 200 323 0.081661 10.0.0.57 - - [2025-09-04 04:16:25] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005929 10.0.0.38 - - [2025-09-04 04:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.137695 10.0.0.57 - - [2025-09-04 04:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.149662 10.0.0.57 - - [2025-09-04 04:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.038375 10.0.0.38 - - [2025-09-04 04:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.071585 10.0.0.131 - - [2025-09-04 04:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.144598 10.0.0.131 - - [2025-09-04 04:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.087191 10.0.0.57 - - [2025-09-04 04:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.175293 10.0.0.38 - - [2025-09-04 04:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.214074 10.0.0.38 - - [2025-09-04 04:16:26] "GET /global-system-configs HTTP/1.1" 200 323 0.046758 10.0.0.57 - - [2025-09-04 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.57 - - [2025-09-04 04:16:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003384 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003416 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005508 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.004000 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-machine-interface/a711c2eb-6827-4269-b8a8-af25545e0d6e HTTP/1.1" 200 2957 0.005157 10.0.0.57 - - [2025-09-04 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.57 - - [2025-09-04 04:16:27] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003963 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004307 10.0.0.57 - - [2025-09-04 04:16:27] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006057 10.0.0.57 - - [2025-09-04 04:16:27] "GET /global-system-configs HTTP/1.1" 200 323 0.050419 10.0.0.131 - - [2025-09-04 04:16:27] "GET /obj-perms HTTP/1.1" 200 5056 0.143656 10.0.0.57 - - [2025-09-04 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.57 - - [2025-09-04 04:16:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004219 10.0.0.57 - - [2025-09-04 04:16:28] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003339 10.0.0.57 - - [2025-09-04 04:16:28] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006225 10.0.0.57 - - [2025-09-04 04:16:33] "POST /neutron/port HTTP/1.1" 200 1089 0.016803 10.0.0.57 - - [2025-09-04 04:16:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006969 10.0.0.57 - - [2025-09-04 04:16:44] "POST /neutron/port HTTP/1.1" 200 1089 0.015270 10.0.0.38 - - [2025-09-04 04:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.067606 10.0.0.57 - - [2025-09-04 04:17:17] "POST /neutron/port HTTP/1.1" 200 1089 0.014694 10.0.0.57 - - [2025-09-04 04:17:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.008872 10.0.0.57 - - [2025-09-04 04:17:20] "POST /neutron/port HTTP/1.1" 200 1089 0.013977 10.0.0.57 - - [2025-09-04 04:17:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.57 - - [2025-09-04 04:17:20] "POST /neutron/network HTTP/1.1" 200 886 0.008460 10.0.0.57 - - [2025-09-04 04:17:30] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 200 1296 0.004312 10.0.0.57 - - [2025-09-04 04:17:31] "POST /neutron/port HTTP/1.1" 200 151 0.175303 10.0.0.57 - - [2025-09-04 04:17:32] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 404 171 0.003398 10.0.0.57 - - [2025-09-04 04:17:32] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 404 171 0.002830 10.0.0.57 - - [2025-09-04 04:17:32] "GET /virtual-machine/ce133445-6fc9-4e63-9a0f-7b92e4199e21 HTTP/1.1" 404 171 0.002604 10.0.0.57 - - [2025-09-04 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.57 - - [2025-09-04 04:17:33] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006873 10.0.0.57 - - [2025-09-04 04:17:33] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003723 10.0.0.57 - - [2025-09-04 04:17:33] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005658 10.0.0.57 - - [2025-09-04 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.57 - - [2025-09-04 04:17:33] "GET /routing-instance/c7b3aeb4-c5be-49ac-83c3-65edb2583ee1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004529 10.0.0.57 - - [2025-09-04 04:17:33] "GET /route-target/7fdcf282-1115-424c-83b7-fbca71920d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003620 10.0.0.57 - - [2025-09-04 04:17:33] "GET /obj-perms HTTP/1.1" 200 5032 0.005035 10.0.0.57 - - [2025-09-04 04:17:33] "GET /obj-perms HTTP/1.1" 200 5032 0.004648 10.0.0.57 - - [2025-09-04 04:17:33] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 200 1296 0.059228 10.0.0.57 - - [2025-09-04 04:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.168569 10.0.0.57 - - [2025-09-04 04:17:35] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 404 171 0.003604 10.0.0.57 - - [2025-09-04 04:17:35] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 404 171 0.003182 10.0.0.57 - - [2025-09-04 04:17:35] "GET /virtual-machine/ae52b7db-87a8-40bc-8cae-aa0315f7a1e6 HTTP/1.1" 404 171 0.002843 10.0.0.57 - - [2025-09-04 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.57 - - [2025-09-04 04:17:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003918 10.0.0.57 - - [2025-09-04 04:17:35] "GET /virtual-networks?parent_id=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002914 10.0.0.57 - - [2025-09-04 04:17:36] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005904 10.0.0.57 - - [2025-09-04 04:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.57 - - [2025-09-04 04:17:36] "GET /routing-instance/bed1d036-a3e3-47e4-95c9-9681452e87e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006534 10.0.0.57 - - [2025-09-04 04:17:36] "GET /route-target/39bf2684-644e-411e-b167-fd168d38abeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004944 10.0.0.38 - - [2025-09-04 04:17:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004286 10.0.0.57 - - [2025-09-04 04:17:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003833 10.0.0.38 - - [2025-09-04 04:17:48] "GET /obj-perms HTTP/1.1" 200 5032 0.005075 10.0.0.57 - - [2025-09-04 04:17:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004175 10.0.0.57 - - [2025-09-04 04:17:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004806 10.0.0.38 - - [2025-09-04 04:17:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003696 10.0.0.131 - - [2025-09-04 04:17:54] "GET /obj-perms HTTP/1.1" 200 5032 0.006355 10.0.0.131 - - [2025-09-04 04:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004602 10.0.0.131 - - [2025-09-04 04:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005141 10.0.0.57 - - [2025-09-04 04:17:55] "DELETE /virtual-network/cfe75027-c6f4-457d-b2e6-b547f3ea14b1 HTTP/1.1" 200 115 0.155642 10.0.0.57 - - [2025-09-04 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.57 - - [2025-09-04 04:17:55] "GET /network-policy/c782d50e-ad6f-4b14-81b3-a18716898c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004443 10.0.0.57 - - [2025-09-04 04:17:55] "POST /ref-update HTTP/1.1" 200 156 0.061589 10.0.0.131 - - [2025-09-04 04:17:55] "DELETE /access-control-list/28740b1a-470d-4595-bad9-9b7746151d6f HTTP/1.1" 200 115 0.048364 10.0.0.57 - - [2025-09-04 04:17:55] "GET /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.010695 10.0.0.57 - - [2025-09-04 04:17:55] "DELETE /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239 HTTP/1.1" 409 235 0.012050 10.0.0.57 - - [2025-09-04 04:17:55] "POST /neutron/port HTTP/1.1" 200 1115 0.014643 10.0.0.57 - - [2025-09-04 04:17:55] "POST /neutron/port HTTP/1.1" 200 1115 0.011241 10.0.0.131 - - [2025-09-04 04:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.131 - - [2025-09-04 04:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.57 - - [2025-09-04 04:17:57] "DELETE /virtual-network/5c35e243-c19b-4cb1-9be6-b3e70457c239 HTTP/1.1" 200 115 0.128308 10.0.0.131 - - [2025-09-04 04:17:57] "DELETE /route-target/7fdcf282-1115-424c-83b7-fbca71920d31 HTTP/1.1" 200 115 0.030747 10.0.0.57 - - [2025-09-04 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.57 - - [2025-09-04 04:17:57] "GET /network-policy/9b2cd93b-4a09-4fcc-b7f7-71b2c93369af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003834 10.0.0.57 - - [2025-09-04 04:17:57] "POST /ref-update HTTP/1.1" 200 156 0.053405 10.0.0.57 - - [2025-09-04 04:17:57] "GET /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007640 10.0.0.131 - - [2025-09-04 04:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004827 10.0.0.131 - - [2025-09-04 04:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.57 - - [2025-09-04 04:17:58] "DELETE /virtual-network/3ff35e29-45c9-407e-b179-6b66b33dd721 HTTP/1.1" 200 115 0.124938 10.0.0.131 - - [2025-09-04 04:17:58] "DELETE /route-target/39bf2684-644e-411e-b167-fd168d38abeb HTTP/1.1" 200 115 0.028128 10.0.0.57 - - [2025-09-04 04:17:58] "DELETE /network-policy/c782d50e-ad6f-4b14-81b3-a18716898c74 HTTP/1.1" 200 115 0.036133 10.0.0.57 - - [2025-09-04 04:17:58] "DELETE /network-policy/9b2cd93b-4a09-4fcc-b7f7-71b2c93369af HTTP/1.1" 200 115 0.043470 10.0.0.131 - - [2025-09-04 04:18:36] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.57 - - [2025-09-04 04:18:36] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.113143 10.0.0.131 - - [2025-09-04 04:18:36] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001743 10.0.0.57 - - [2025-09-04 04:18:36] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?fields=virtual_networks HTTP/1.1" 200 1037 0.057900 10.0.0.131 - - [2025-09-04 04:18:36] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.57 - - [2025-09-04 04:18:36] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.044427 10.0.0.131 - - [2025-09-04 04:18:36] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.57 - - [2025-09-04 04:18:36] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?fields=security_groups HTTP/1.1" 200 1265 0.043933 10.0.0.57 - - [2025-09-04 04:18:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.029412 10.0.0.131 - - [2025-09-04 04:18:37] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003427 10.0.0.131 - - [2025-09-04 04:18:37] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.131 - - [2025-09-04 04:18:37] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008351 10.0.0.131 - - [2025-09-04 04:18:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.002639 10.0.0.131 - - [2025-09-04 04:18:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.006213 10.0.0.131 - - [2025-09-04 04:18:38] "POST /security-groups HTTP/1.1" 200 591 0.032971 10.0.0.131 - - [2025-09-04 04:18:38] "POST /projects HTTP/1.1" 200 585 0.258864 10.0.0.131 - - [2025-09-04 04:18:38] "POST /fqname-to-id HTTP/1.1" 404 233 0.010545 10.0.0.131 - - [2025-09-04 04:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.326719 10.0.0.57 - - [2025-09-04 04:18:38] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.479150 10.0.0.131 - - [2025-09-04 04:18:38] "DELETE /project/5d993d4eb3a047cabd9affc8db5e9086 HTTP/1.1" 404 173 0.014222 10.0.0.131 - - [2025-09-04 04:18:38] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001075 10.0.0.131 - - [2025-09-04 04:18:38] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.071998 10.0.0.131 - - [2025-09-04 04:18:38] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.131 - - [2025-09-04 04:18:39] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?fields=security_groups HTTP/1.1" 200 1367 0.073511 10.0.0.131 - - [2025-09-04 04:18:39] "DELETE /security-group/09f6ce3d-a54c-4f2f-90fd-18f572b797ba HTTP/1.1" 200 115 0.062690 10.0.0.131 - - [2025-09-04 04:18:39] "GET /projects?obj_uuids=dc0a4c6c-df2b-4545-a163-828b816df3ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001724 10.0.0.131 - - [2025-09-04 04:18:39] "GET /project/dc0a4c6c-df2b-4545-a163-828b816df3ff?fields=application_policy_sets HTTP/1.1" 200 1406 0.074057 10.0.0.131 - - [2025-09-04 04:18:39] "DELETE /access-control-list/804416df-e128-4f0c-8106-d41b9428c06c HTTP/1.1" 200 115 0.075176 10.0.0.131 - - [2025-09-04 04:18:39] "DELETE /project/dc0a4c6c-df2b-4545-a163-828b816df3ff HTTP/1.1" 200 115 0.509602 10.0.0.57 - - [2025-09-04 04:18:39] "GET / HTTP/1.1" 200 36215 0.001666 10.0.0.57 - - [2025-09-04 04:18:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.57 - - [2025-09-04 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.056857 10.0.0.131 - - [2025-09-04 04:18:41] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.57 - - [2025-09-04 04:18:41] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041747 10.0.0.57 - - [2025-09-04 04:18:41] "POST /neutron/network HTTP/1.1" 200 117 0.031701 10.0.0.57 - - [2025-09-04 04:18:42] "POST /neutron/network HTTP/1.1" 200 822 0.012077 10.0.0.57 - - [2025-09-04 04:18:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001271 10.0.0.57 - - [2025-09-04 04:18:42] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005130 10.0.0.57 - - [2025-09-04 04:18:42] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006480 10.0.0.57 - - [2025-09-04 04:18:42] "POST /neutron/subnet HTTP/1.1" 200 714 0.012632 10.0.0.57 - - [2025-09-04 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.131 - - [2025-09-04 04:18:42] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.57 - - [2025-09-04 04:18:42] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050123 10.0.0.131 - - [2025-09-04 04:18:42] "POST /route-targets HTTP/1.1" 200 328 0.014696 10.0.0.131 - - [2025-09-04 04:18:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010745 10.0.0.57 - - [2025-09-04 04:18:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.257593 10.0.0.57 - - [2025-09-04 04:18:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001889 10.0.0.57 - - [2025-09-04 04:18:43] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005717 10.0.0.57 - - [2025-09-04 04:18:43] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005700 10.0.0.57 - - [2025-09-04 04:18:43] "POST /neutron/network HTTP/1.1" 200 824 0.009398 10.0.0.57 - - [2025-09-04 04:18:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001799 10.0.0.131 - - [2025-09-04 04:18:44] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002655 10.0.0.57 - - [2025-09-04 04:18:44] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.077934 10.0.0.57 - - [2025-09-04 04:18:44] "POST /neutron/network HTTP/1.1" 200 822 0.006395 10.0.0.57 - - [2025-09-04 04:18:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001477 10.0.0.57 - - [2025-09-04 04:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.009702 10.0.0.131 - - [2025-09-04 04:18:44] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/port HTTP/1.1" 200 1058 0.350314 10.0.0.131 - - [2025-09-04 04:18:45] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.57 - - [2025-09-04 04:18:45] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081063 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/port HTTP/1.1" 200 1112 0.133196 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004049 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/network HTTP/1.1" 200 822 0.009951 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.006555 10.0.0.57 - - [2025-09-04 04:18:45] "POST /neutron/network HTTP/1.1" 200 834 0.006909 10.0.0.57 - - [2025-09-04 04:18:46] "POST /neutron/port HTTP/1.1" 200 1060 0.021317 10.0.0.57 - - [2025-09-04 04:18:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004043 10.0.0.57 - - [2025-09-04 04:18:46] "POST /neutron/network HTTP/1.1" 200 824 0.007347 10.0.0.57 - - [2025-09-04 04:18:50] "POST /neutron/port HTTP/1.1" 200 1086 0.014998 10.0.0.57 - - [2025-09-04 04:18:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007899 10.0.0.57 - - [2025-09-04 04:18:51] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 401 292 0.000468 10.0.0.57 - - [2025-09-04 04:18:51] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 200 1294 0.031472 10.0.0.57 - - [2025-09-04 04:18:51] "GET /virtual-machine-interface/1a59e3ed-34e3-4e4a-a529-751669182739 HTTP/1.1" 200 2948 0.005274 10.0.0.57 - - [2025-09-04 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.57 - - [2025-09-04 04:18:51] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003522 10.0.0.57 - - [2025-09-04 04:18:51] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003194 10.0.0.57 - - [2025-09-04 04:18:51] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005724 10.0.0.57 - - [2025-09-04 04:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.010115 10.0.0.57 - - [2025-09-04 04:18:54] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007740 10.0.0.57 - - [2025-09-04 04:18:55] "POST /neutron/port HTTP/1.1" 200 1088 0.018025 10.0.0.57 - - [2025-09-04 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.57 - - [2025-09-04 04:18:56] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004424 10.0.0.57 - - [2025-09-04 04:18:56] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003390 10.0.0.57 - - [2025-09-04 04:18:56] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006797 10.0.0.57 - - [2025-09-04 04:18:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010115 10.0.0.57 - - [2025-09-04 04:18:57] "POST /neutron/port HTTP/1.1" 200 1088 0.022041 10.0.0.57 - - [2025-09-04 04:18:57] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 200 1295 0.007503 10.0.0.57 - - [2025-09-04 04:18:57] "GET /virtual-machine-interface/49993482-6efd-4413-99c0-a8dc69675850 HTTP/1.1" 200 2948 0.006830 10.0.0.57 - - [2025-09-04 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.57 - - [2025-09-04 04:18:57] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004433 10.0.0.57 - - [2025-09-04 04:18:57] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003508 10.0.0.57 - - [2025-09-04 04:18:57] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005637 10.0.0.57 - - [2025-09-04 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.57 - - [2025-09-04 04:18:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004487 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004310 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006948 10.0.0.57 - - [2025-09-04 04:18:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007035 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 200 1294 0.004098 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine-interface/1a59e3ed-34e3-4e4a-a529-751669182739 HTTP/1.1" 200 2948 0.005424 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 200 1294 0.003922 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine-interface/1a59e3ed-34e3-4e4a-a529-751669182739 HTTP/1.1" 200 2948 0.005367 10.0.0.57 - - [2025-09-04 04:18:58] "GET /instance-ip/48068baa-eeac-4bcc-bb34-dc1816e71a20 HTTP/1.1" 200 1621 0.006317 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 200 1294 0.003889 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-machine-interface/1a59e3ed-34e3-4e4a-a529-751669182739 HTTP/1.1" 200 2948 0.004926 10.0.0.57 - - [2025-09-04 04:18:58] "GET /instance-ip/48068baa-eeac-4bcc-bb34-dc1816e71a20 HTTP/1.1" 200 1621 0.003616 10.0.0.57 - - [2025-09-04 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.57 - - [2025-09-04 04:18:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004221 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002862 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006017 10.0.0.57 - - [2025-09-04 04:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.57 - - [2025-09-04 04:18:58] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.57 - - [2025-09-04 04:18:58] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003691 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005695 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.57 - - [2025-09-04 04:18:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004419 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002966 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005611 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.57 - - [2025-09-04 04:18:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004503 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004338 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006172 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.57 - - [2025-09-04 04:18:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004388 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002999 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005709 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.57 - - [2025-09-04 04:18:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002672 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006171 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.57 - - [2025-09-04 04:18:59] "GET /routing-instance/f223197c-c8e6-4c36-885c-e0dcdb14626a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005723 10.0.0.57 - - [2025-09-04 04:18:59] "GET /route-target/52be8ef6-26c5-488f-bb77-0c727c505182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004467 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.57 - - [2025-09-04 04:18:59] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003660 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002875 10.0.0.57 - - [2025-09-04 04:18:59] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005854 10.0.0.57 - - [2025-09-04 04:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 04:18:59] "GET /routing-instance/f223197c-c8e6-4c36-885c-e0dcdb14626a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005058 10.0.0.57 - - [2025-09-04 04:18:59] "GET /route-target/52be8ef6-26c5-488f-bb77-0c727c505182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004606 10.0.0.57 - - [2025-09-04 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.57 - - [2025-09-04 04:19:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005546 10.0.0.57 - - [2025-09-04 04:19:00] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004226 10.0.0.57 - - [2025-09-04 04:19:00] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005527 10.0.0.57 - - [2025-09-04 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.57 - - [2025-09-04 04:19:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004074 10.0.0.57 - - [2025-09-04 04:19:00] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003260 10.0.0.57 - - [2025-09-04 04:19:00] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006418 10.0.0.57 - - [2025-09-04 04:19:01] "GET /obj-perms HTTP/1.1" 200 5030 0.058303 10.0.0.131 - - [2025-09-04 04:19:01] "GET /obj-perms HTTP/1.1" 200 5030 0.053516 10.0.0.57 - - [2025-09-04 04:19:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004135 10.0.0.38 - - [2025-09-04 04:19:01] "GET /obj-perms HTTP/1.1" 200 5030 0.045781 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 200 1295 0.004272 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine-interface/49993482-6efd-4413-99c0-a8dc69675850 HTTP/1.1" 200 2948 0.005997 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 200 1295 0.004399 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine-interface/49993482-6efd-4413-99c0-a8dc69675850 HTTP/1.1" 200 2948 0.005094 10.0.0.57 - - [2025-09-04 04:19:02] "GET /instance-ip/9abd4515-e47e-460c-ae49-3ba8084332fe HTTP/1.1" 200 1624 0.006333 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 200 1295 0.003669 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-machine-interface/49993482-6efd-4413-99c0-a8dc69675850 HTTP/1.1" 200 2948 0.005537 10.0.0.57 - - [2025-09-04 04:19:02] "GET /instance-ip/9abd4515-e47e-460c-ae49-3ba8084332fe HTTP/1.1" 200 1624 0.004196 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004566 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003351 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005898 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004117 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002855 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005793 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004093 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003266 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005913 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004530 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003184 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005565 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004486 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003080 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006423 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006254 10.0.0.57 - - [2025-09-04 04:19:02] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006009 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003918 10.0.0.57 - - [2025-09-04 04:19:02] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005701 10.0.0.57 - - [2025-09-04 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.57 - - [2025-09-04 04:19:03] "GET /routing-instance/5d9144b7-17e6-4aff-989c-385df3f84039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005214 10.0.0.57 - - [2025-09-04 04:19:03] "GET /route-target/52217b6e-9f6a-4473-ae8a-31a7dd8bf5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004592 10.0.0.57 - - [2025-09-04 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.57 - - [2025-09-04 04:19:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004786 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006283 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005943 10.0.0.57 - - [2025-09-04 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.57 - - [2025-09-04 04:19:03] "GET /routing-instance/5d9144b7-17e6-4aff-989c-385df3f84039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004708 10.0.0.57 - - [2025-09-04 04:19:03] "GET /route-target/52217b6e-9f6a-4473-ae8a-31a7dd8bf5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003915 10.0.0.57 - - [2025-09-04 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.57 - - [2025-09-04 04:19:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004856 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002864 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006353 10.0.0.57 - - [2025-09-04 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.57 - - [2025-09-04 04:19:03] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004722 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003558 10.0.0.57 - - [2025-09-04 04:19:03] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005893 10.0.0.57 - - [2025-09-04 04:19:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003977 10.0.0.131 - - [2025-09-04 04:19:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004747 10.0.0.57 - - [2025-09-04 04:19:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003783 10.0.0.57 - - [2025-09-04 04:19:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004640 10.0.0.131 - - [2025-09-04 04:19:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003833 10.0.0.57 - - [2025-09-04 04:19:04] "GET /obj-perms HTTP/1.1" 200 5056 0.046074 10.0.0.57 - - [2025-09-04 04:19:18] "POST /neutron/port HTTP/1.1" 200 1088 0.017977 10.0.0.57 - - [2025-09-04 04:19:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003952 10.0.0.57 - - [2025-09-04 04:19:18] "POST /neutron/network HTTP/1.1" 200 824 0.007093 10.0.0.57 - - [2025-09-04 04:19:21] "POST /neutron/network HTTP/1.1" 200 832 0.006988 10.0.0.57 - - [2025-09-04 04:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.57 - - [2025-09-04 04:19:24] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 200 1295 0.005696 10.0.0.57 - - [2025-09-04 04:19:24] "POST /neutron/port HTTP/1.1" 200 1114 0.013583 10.0.0.57 - - [2025-09-04 04:19:26] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 404 171 0.003372 10.0.0.57 - - [2025-09-04 04:19:26] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 404 171 0.003432 10.0.0.57 - - [2025-09-04 04:19:26] "GET /virtual-machine/f79a4f17-d899-4539-9fb3-0528a5ab0d64 HTTP/1.1" 404 171 0.002970 10.0.0.57 - - [2025-09-04 04:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.57 - - [2025-09-04 04:19:26] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005328 10.0.0.57 - - [2025-09-04 04:19:26] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003013 10.0.0.57 - - [2025-09-04 04:19:26] "GET /virtual-network/659ffe4c-23a9-47ea-9768-49a983d1980d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006538 10.0.0.57 - - [2025-09-04 04:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.57 - - [2025-09-04 04:19:26] "GET /routing-instance/5d9144b7-17e6-4aff-989c-385df3f84039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004201 10.0.0.57 - - [2025-09-04 04:19:26] "GET /route-target/52217b6e-9f6a-4473-ae8a-31a7dd8bf5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004443 10.0.0.57 - - [2025-09-04 04:19:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004256 10.0.0.57 - - [2025-09-04 04:19:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003763 10.0.0.38 - - [2025-09-04 04:19:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004417 10.0.0.57 - - [2025-09-04 04:19:33] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 200 1294 0.005192 10.0.0.57 - - [2025-09-04 04:19:33] "POST /neutron/port HTTP/1.1" 200 1112 0.014430 10.0.0.57 - - [2025-09-04 04:19:35] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 404 171 0.003174 10.0.0.57 - - [2025-09-04 04:19:35] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 404 171 0.003173 10.0.0.57 - - [2025-09-04 04:19:35] "GET /virtual-machine/7fb069e4-0793-4ea6-8d6a-e3fba685f5f2 HTTP/1.1" 404 171 0.003794 10.0.0.57 - - [2025-09-04 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.57 - - [2025-09-04 04:19:35] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004651 10.0.0.57 - - [2025-09-04 04:19:35] "GET /virtual-networks?parent_id=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003544 10.0.0.57 - - [2025-09-04 04:19:35] "GET /virtual-network/7f9a4aee-d29b-461f-8b51-bc6d6439ac8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009268 10.0.0.57 - - [2025-09-04 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.57 - - [2025-09-04 04:19:35] "GET /routing-instance/f223197c-c8e6-4c36-885c-e0dcdb14626a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004536 10.0.0.57 - - [2025-09-04 04:19:35] "GET /route-target/52be8ef6-26c5-488f-bb77-0c727c505182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004378 10.0.0.57 - - [2025-09-04 04:19:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003880 10.0.0.38 - - [2025-09-04 04:19:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004573 10.0.0.57 - - [2025-09-04 04:19:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004538 10.0.0.38 - - [2025-09-04 04:19:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004211 10.0.0.57 - - [2025-09-04 04:19:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003739 10.0.0.131 - - [2025-09-04 04:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.034151 10.0.0.131 - - [2025-09-04 04:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003002 10.0.0.57 - - [2025-09-04 04:19:54] "POST /neutron/network HTTP/1.1" 200 151 0.175956 10.0.0.131 - - [2025-09-04 04:19:54] "DELETE /route-target/52217b6e-9f6a-4473-ae8a-31a7dd8bf5f9 HTTP/1.1" 200 115 0.069017 10.0.0.131 - - [2025-09-04 04:19:56] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.57 - - [2025-09-04 04:19:56] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058611 10.0.0.131 - - [2025-09-04 04:19:56] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.57 - - [2025-09-04 04:19:56] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?fields=virtual_networks HTTP/1.1" 200 1034 0.044115 10.0.0.131 - - [2025-09-04 04:19:56] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.57 - - [2025-09-04 04:19:56] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057066 10.0.0.131 - - [2025-09-04 04:19:56] "GET /projects?obj_uuids=5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.57 - - [2025-09-04 04:19:56] "GET /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086?fields=security_groups HTTP/1.1" 200 1261 0.057294 10.0.0.57 - - [2025-09-04 04:19:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.025176 10.0.0.131 - - [2025-09-04 04:19:57] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.131 - - [2025-09-04 04:19:57] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.131 - - [2025-09-04 04:19:57] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037522 10.0.0.131 - - [2025-09-04 04:19:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.002913 10.0.0.131 - - [2025-09-04 04:19:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004226 10.0.0.131 - - [2025-09-04 04:19:57] "POST /security-groups HTTP/1.1" 200 599 0.073405 10.0.0.131 - - [2025-09-04 04:19:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.003177 10.0.0.131 - - [2025-09-04 04:19:57] "POST /projects HTTP/1.1" 200 601 0.271271 10.0.0.131 - - [2025-09-04 04:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.340759 10.0.0.131 - - [2025-09-04 04:19:57] "POST /access-control-lists HTTP/1.1" 200 604 0.032700 10.0.0.57 - - [2025-09-04 04:19:57] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.513679 10.0.0.57 - - [2025-09-04 04:19:58] "GET / HTTP/1.1" 200 36215 0.001960 10.0.0.57 - - [2025-09-04 04:20:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.57 - - [2025-09-04 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059616 10.0.0.131 - - [2025-09-04 04:20:02] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001970 10.0.0.57 - - [2025-09-04 04:20:02] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053459 10.0.0.57 - - [2025-09-04 04:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.031418 10.0.0.131 - - [2025-09-04 04:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010704 10.0.0.57 - - [2025-09-04 04:20:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.251350 10.0.0.57 - - [2025-09-04 04:20:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001357 10.0.0.57 - - [2025-09-04 04:20:03] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005836 10.0.0.57 - - [2025-09-04 04:20:03] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007166 10.0.0.57 - - [2025-09-04 04:20:03] "POST /neutron/network HTTP/1.1" 200 1005 0.009675 10.0.0.57 - - [2025-09-04 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.131 - - [2025-09-04 04:20:03] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.57 - - [2025-09-04 04:20:03] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051470 10.0.0.57 - - [2025-09-04 04:20:03] "POST /neutron/network HTTP/1.1" 200 117 0.030323 10.0.0.131 - - [2025-09-04 04:20:03] "POST /route-targets HTTP/1.1" 200 328 0.023673 10.0.0.131 - - [2025-09-04 04:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.014839 10.0.0.38 - - [2025-09-04 04:20:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.048806 10.0.0.57 - - [2025-09-04 04:20:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.213990 10.0.0.57 - - [2025-09-04 04:20:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001407 10.0.0.57 - - [2025-09-04 04:20:04] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006669 10.0.0.57 - - [2025-09-04 04:20:04] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007007 10.0.0.57 - - [2025-09-04 04:20:04] "POST /neutron/network HTTP/1.1" 200 1003 0.011916 10.0.0.38 - - [2025-09-04 04:20:04] "GET /obj-perms HTTP/1.1" 200 5056 0.339732 10.0.0.57 - - [2025-09-04 04:20:05] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007527 10.0.0.131 - - [2025-09-04 04:20:05] "GET /obj-perms HTTP/1.1" 200 5056 0.049212 10.0.0.57 - - [2025-09-04 04:20:05] "GET /obj-perms HTTP/1.1" 200 5046 0.057585 10.0.0.131 - - [2025-09-04 04:20:06] "DELETE /access-control-list/c922f995-93ed-4bff-984a-349fc0df82da HTTP/1.1" 200 115 0.048178 10.0.0.57 - - [2025-09-04 04:20:06] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.015516 10.0.0.57 - - [2025-09-04 04:20:07] "POST /neutron/network HTTP/1.1" 200 1005 0.009292 10.0.0.57 - - [2025-09-04 04:20:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001352 10.0.0.57 - - [2025-09-04 04:20:07] "POST /neutron/network HTTP/1.1" 200 1015 0.010253 10.0.0.131 - - [2025-09-04 04:20:08] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.57 - - [2025-09-04 04:20:08] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059147 10.0.0.57 - - [2025-09-04 04:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.006723 10.0.0.131 - - [2025-09-04 04:20:09] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.57 - - [2025-09-04 04:20:09] "POST /neutron/port HTTP/1.1" 200 1174 0.392772 10.0.0.57 - - [2025-09-04 04:20:09] "POST /neutron/port HTTP/1.1" 200 1228 0.143479 10.0.0.57 - - [2025-09-04 04:20:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.57 - - [2025-09-04 04:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.57 - - [2025-09-04 04:20:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010877 10.0.0.57 - - [2025-09-04 04:20:14] "POST /neutron/port HTTP/1.1" 200 1202 0.020379 10.0.0.57 - - [2025-09-04 04:20:14] "GET /virtual-machine/0522a7c4-7aef-4929-8cb6-6971ff08fe49 HTTP/1.1" 401 292 0.000544 10.0.0.57 - - [2025-09-04 04:20:14] "GET /virtual-machine/0522a7c4-7aef-4929-8cb6-6971ff08fe49 HTTP/1.1" 200 1301 0.046097 10.0.0.57 - - [2025-09-04 04:20:14] "GET /virtual-machine-interface/a12b9eec-fb83-44e2-b898-3ef75f6041d9 HTTP/1.1" 200 3184 0.006264 10.0.0.57 - - [2025-09-04 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.57 - - [2025-09-04 04:20:14] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003885 10.0.0.57 - - [2025-09-04 04:20:14] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003721 10.0.0.57 - - [2025-09-04 04:20:14] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008338 10.0.0.57 - - [2025-09-04 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.57 - - [2025-09-04 04:20:17] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005692 10.0.0.57 - - [2025-09-04 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.57 - - [2025-09-04 04:20:21] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005290 10.0.0.57 - - [2025-09-04 04:20:23] "POST /neutron/port HTTP/1.1" 200 1202 0.015596 10.0.0.57 - - [2025-09-04 04:20:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.57 - - [2025-09-04 04:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.57 - - [2025-09-04 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.57 - - [2025-09-04 04:20:25] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006279 10.0.0.57 - - [2025-09-04 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.57 - - [2025-09-04 04:20:29] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005324 10.0.0.57 - - [2025-09-04 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.57 - - [2025-09-04 04:20:34] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005729 10.0.0.57 - - [2025-09-04 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006234 10.0.0.57 - - [2025-09-04 04:20:38] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.014254 10.0.0.131 - - [2025-09-04 04:20:39] "DELETE /project/3b3ef0d32e4a4c5ab5c4f277a9ce22ca HTTP/1.1" 404 173 0.004504 10.0.0.131 - - [2025-09-04 04:20:39] "DELETE /project/5d993d4e-b3a0-47ca-bd9a-ffc8db5e9086 HTTP/1.1" 404 177 0.003406 10.0.0.57 - - [2025-09-04 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.57 - - [2025-09-04 04:20:42] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005247 10.0.0.57 - - [2025-09-04 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.57 - - [2025-09-04 04:20:46] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006662 10.0.0.57 - - [2025-09-04 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.57 - - [2025-09-04 04:20:50] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003266 10.0.0.57 - - [2025-09-04 04:20:50] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003062 10.0.0.57 - - [2025-09-04 04:20:50] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005245 10.0.0.57 - - [2025-09-04 04:20:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008054 10.0.0.57 - - [2025-09-04 04:20:59] "POST /neutron/port HTTP/1.1" 200 1202 0.043815 10.0.0.57 - - [2025-09-04 04:21:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009690 10.0.0.38 - - [2025-09-04 04:21:06] "GET /obj-perms HTTP/1.1" 200 5056 0.046389 10.0.0.57 - - [2025-09-04 04:21:11] "POST /neutron/port HTTP/1.1" 200 1202 0.014009 10.0.0.57 - - [2025-09-04 04:21:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009059 10.0.0.57 - - [2025-09-04 04:21:11] "POST /neutron/port HTTP/1.1" 200 1202 0.013486 10.0.0.57 - - [2025-09-04 04:21:11] "POST /neutron/network HTTP/1.1" 200 1005 0.008228 10.0.0.57 - - [2025-09-04 04:21:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001032 10.0.0.57 - - [2025-09-04 04:21:11] "GET /virtual-machine/0522a7c4-7aef-4929-8cb6-6971ff08fe49 HTTP/1.1" 200 1301 0.004561 10.0.0.57 - - [2025-09-04 04:21:11] "GET /virtual-machine-interface/a12b9eec-fb83-44e2-b898-3ef75f6041d9 HTTP/1.1" 200 3184 0.005059 10.0.0.57 - - [2025-09-04 04:21:11] "GET /instance-ip/13e731c0-a28b-4b11-a83a-826413cd2bde HTTP/1.1" 200 1659 0.005966 10.0.0.57 - - [2025-09-04 04:21:11] "GET /instance-ip/30fc914b-88b1-4fd6-863c-3796ee45cc31 HTTP/1.1" 200 1637 0.005589 10.0.0.57 - - [2025-09-04 04:21:11] "POST /fqname-to-id HTTP/1.1" 404 218 0.003319 10.0.0.57 - - [2025-09-04 04:21:11] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005010 10.0.0.131 - - [2025-09-04 04:21:11] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000854 10.0.0.57 - - [2025-09-04 04:21:11] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044586 10.0.0.57 - - [2025-09-04 04:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.57 - - [2025-09-04 04:21:11] "GET /security-group/27c599e7-2353-48df-a05c-deda72f55e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3780 0.005225 10.0.0.57 - - [2025-09-04 04:21:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.079999 10.0.0.57 - - [2025-09-04 04:21:12] "POST /instance-ips HTTP/1.1" 200 358 0.034824 10.0.0.57 - - [2025-09-04 04:21:12] "GET /instance-ip/9cd05165-1272-4758-8a3c-dfd97565f034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006098 10.0.0.57 - - [2025-09-04 04:21:12] "POST /instance-ips HTTP/1.1" 200 358 0.034510 10.0.0.57 - - [2025-09-04 04:21:12] "GET /instance-ip/88767be0-7906-4add-b9a4-d39e83f04848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006563 10.0.0.57 - - [2025-09-04 04:21:12] "GET /virtual-machine-interface/3999280f-c927-4fd7-be13-a0a41b595957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005327 10.0.0.57 - - [2025-09-04 04:21:12] "GET /virtual-machine-interface/3999280f-c927-4fd7-be13-a0a41b595957?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.007464 10.0.0.57 - - [2025-09-04 04:21:12] "GET /instance-ip/88767be0-7906-4add-b9a4-d39e83f04848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004621 10.0.0.57 - - [2025-09-04 04:21:12] "GET /instance-ip/9cd05165-1272-4758-8a3c-dfd97565f034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004333 10.0.0.57 - - [2025-09-04 04:21:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001628 10.0.0.57 - - [2025-09-04 04:21:12] "POST /neutron/port HTTP/1.1" 200 1081 0.012887 10.0.0.57 - - [2025-09-04 04:21:12] "POST /neutron/port HTTP/1.1" 200 1081 0.013192 10.0.0.57 - - [2025-09-04 04:21:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007099 10.0.0.57 - - [2025-09-04 04:21:13] "POST /neutron/port HTTP/1.1" 200 1081 0.012594 10.0.0.57 - - [2025-09-04 04:21:13] "POST /neutron/port HTTP/1.1" 200 1081 0.011665 10.0.0.57 - - [2025-09-04 04:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005033 10.0.0.57 - - [2025-09-04 04:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.001661 10.0.0.57 - - [2025-09-04 04:21:18] "POST /neutron/port HTTP/1.1" 200 1148 0.016571 10.0.0.57 - - [2025-09-04 04:21:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007981 10.0.0.57 - - [2025-09-04 04:21:18] "GET /virtual-machine/4ecdc42b-467a-435b-bd9e-70e98ac377d4 HTTP/1.1" 200 1280 0.006254 10.0.0.57 - - [2025-09-04 04:21:18] "GET /virtual-machine-interface/3999280f-c927-4fd7-be13-a0a41b595957 HTTP/1.1" 200 3233 0.005127 10.0.0.57 - - [2025-09-04 04:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.57 - - [2025-09-04 04:21:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004363 10.0.0.57 - - [2025-09-04 04:21:18] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003628 10.0.0.57 - - [2025-09-04 04:21:18] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006101 10.0.0.57 - - [2025-09-04 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.57 - - [2025-09-04 04:21:21] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005454 10.0.0.57 - - [2025-09-04 04:21:24] "POST /neutron/port HTTP/1.1" 200 1202 0.015285 10.0.0.57 - - [2025-09-04 04:21:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004020 10.0.0.57 - - [2025-09-04 04:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.57 - - [2025-09-04 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.57 - - [2025-09-04 04:21:25] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005957 10.0.0.131 - - [2025-09-04 04:21:25] "GET /global-system-configs HTTP/1.1" 200 323 0.083468 10.0.0.57 - - [2025-09-04 04:21:25] "GET /obj-perms HTTP/1.1" 200 5056 0.093714 10.0.0.131 - - [2025-09-04 04:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.108311 10.0.0.57 - - [2025-09-04 04:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.036522 10.0.0.38 - - [2025-09-04 04:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.055271 10.0.0.38 - - [2025-09-04 04:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.132380 10.0.0.131 - - [2025-09-04 04:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.094604 10.0.0.131 - - [2025-09-04 04:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.175257 10.0.0.57 - - [2025-09-04 04:21:26] "GET /obj-perms HTTP/1.1" 200 5056 0.193779 10.0.0.38 - - [2025-09-04 04:21:26] "GET /global-system-configs HTTP/1.1" 200 323 0.038331 10.0.0.57 - - [2025-09-04 04:21:27] "GET /global-system-configs HTTP/1.1" 200 323 0.032668 10.0.0.38 - - [2025-09-04 04:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.129894 10.0.0.57 - - [2025-09-04 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.57 - - [2025-09-04 04:21:29] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005658 10.0.0.57 - - [2025-09-04 04:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.57 - - [2025-09-04 04:21:33] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005048 10.0.0.57 - - [2025-09-04 04:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.57 - - [2025-09-04 04:21:38] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006549 10.0.0.57 - - [2025-09-04 04:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.57 - - [2025-09-04 04:21:42] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005742 10.0.0.57 - - [2025-09-04 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.57 - - [2025-09-04 04:21:46] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007394 10.0.0.57 - - [2025-09-04 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.57 - - [2025-09-04 04:21:50] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005428 10.0.0.57 - - [2025-09-04 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.57 - - [2025-09-04 04:21:54] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005563 10.0.0.57 - - [2025-09-04 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.57 - - [2025-09-04 04:21:58] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004954 10.0.0.57 - - [2025-09-04 04:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.57 - - [2025-09-04 04:22:00] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003828 10.0.0.57 - - [2025-09-04 04:22:00] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003310 10.0.0.57 - - [2025-09-04 04:22:00] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006066 10.0.0.57 - - [2025-09-04 04:22:00] "POST /neutron/port HTTP/1.1" 200 1148 0.015910 10.0.0.57 - - [2025-09-04 04:22:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007845 10.0.0.131 - - [2025-09-04 04:22:06] "GET /obj-perms HTTP/1.1" 200 5056 0.046069 10.0.0.57 - - [2025-09-04 04:22:06] "GET /obj-perms HTTP/1.1" 200 5056 0.059004 10.0.0.57 - - [2025-09-04 04:22:11] "POST /neutron/port HTTP/1.1" 200 1148 0.015441 10.0.0.57 - - [2025-09-04 04:22:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007833 10.0.0.57 - - [2025-09-04 04:22:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001589 10.0.0.57 - - [2025-09-04 04:22:21] "POST /neutron/network HTTP/1.1" 200 1013 0.009208 10.0.0.131 - - [2025-09-04 04:22:22] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.57 - - [2025-09-04 04:22:22] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.069441 10.0.0.57 - - [2025-09-04 04:22:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006700 10.0.0.57 - - [2025-09-04 04:22:23] "POST /neutron/network HTTP/1.1" 200 1013 0.009948 10.0.0.57 - - [2025-09-04 04:22:23] "POST /neutron/port HTTP/1.1" 200 1172 0.044701 10.0.0.57 - - [2025-09-04 04:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015342 10.0.0.57 - - [2025-09-04 04:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.57 - - [2025-09-04 04:22:25] "POST /neutron/port HTTP/1.1" 200 1148 0.017037 10.0.0.57 - - [2025-09-04 04:22:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003684 10.0.0.57 - - [2025-09-04 04:22:25] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.57 - - [2025-09-04 04:22:27] "POST /neutron/port HTTP/1.1" 200 1200 0.016046 10.0.0.57 - - [2025-09-04 04:22:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007689 10.0.0.57 - - [2025-09-04 04:22:28] "GET /virtual-machine/8e3e0fcd-42eb-4b70-afa2-f45986547146 HTTP/1.1" 200 1303 0.006546 10.0.0.57 - - [2025-09-04 04:22:28] "GET /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe HTTP/1.1" 200 3184 0.005171 10.0.0.57 - - [2025-09-04 04:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.57 - - [2025-09-04 04:22:28] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002998 10.0.0.57 - - [2025-09-04 04:22:28] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002604 10.0.0.57 - - [2025-09-04 04:22:28] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007053 10.0.0.57 - - [2025-09-04 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.57 - - [2025-09-04 04:22:31] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008233 10.0.0.57 - - [2025-09-04 04:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.57 - - [2025-09-04 04:22:35] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005986 10.0.0.57 - - [2025-09-04 04:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.57 - - [2025-09-04 04:22:39] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005893 10.0.0.57 - - [2025-09-04 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.57 - - [2025-09-04 04:22:43] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005167 10.0.0.57 - - [2025-09-04 04:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.57 - - [2025-09-04 04:22:47] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005568 10.0.0.57 - - [2025-09-04 04:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.57 - - [2025-09-04 04:22:51] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005425 10.0.0.57 - - [2025-09-04 04:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013483 10.0.0.57 - - [2025-09-04 04:22:55] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006008 10.0.0.57 - - [2025-09-04 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.57 - - [2025-09-04 04:22:59] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005130 10.0.0.57 - - [2025-09-04 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.57 - - [2025-09-04 04:23:04] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005447 10.0.0.57 - - [2025-09-04 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.57 - - [2025-09-04 04:23:08] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004772 10.0.0.57 - - [2025-09-04 04:23:08] "GET /virtual-networks?parent_id=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003631 10.0.0.57 - - [2025-09-04 04:23:08] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007461 10.0.0.57 - - [2025-09-04 04:23:08] "POST /neutron/port HTTP/1.1" 200 1200 0.018001 10.0.0.57 - - [2025-09-04 04:23:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007781 10.0.0.57 - - [2025-09-04 04:23:18] "POST /neutron/port HTTP/1.1" 200 1200 0.013781 10.0.0.57 - - [2025-09-04 04:23:23] "POST /neutron/port HTTP/1.1" 200 1200 0.014704 10.0.0.57 - - [2025-09-04 04:23:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.57 - - [2025-09-04 04:23:23] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.57 - - [2025-09-04 04:23:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007769 10.0.0.57 - - [2025-09-04 04:23:25] "POST /neutron/network HTTP/1.1" 200 1015 0.009580 10.0.0.57 - - [2025-09-04 04:23:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012277 10.0.0.57 - - [2025-09-04 04:23:25] "POST /neutron/network HTTP/1.1" 200 1005 0.008925 10.0.0.57 - - [2025-09-04 04:23:29] "POST /neutron/port HTTP/1.1" 200 1200 0.017305 10.0.0.57 - - [2025-09-04 04:23:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008794 10.0.0.57 - - [2025-09-04 04:23:29] "POST /neutron/network HTTP/1.1" 200 977 0.016738 10.0.0.57 - - [2025-09-04 04:23:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001382 10.0.0.57 - - [2025-09-04 04:23:29] "GET /virtual-machine/8e3e0fcd-42eb-4b70-afa2-f45986547146 HTTP/1.1" 200 1303 0.004776 10.0.0.57 - - [2025-09-04 04:23:29] "GET /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe HTTP/1.1" 200 3184 0.005499 10.0.0.57 - - [2025-09-04 04:23:29] "GET /instance-ip/1eb0b036-2eb5-4437-8d9e-11d2cd665038 HTTP/1.1" 200 1637 0.006081 10.0.0.57 - - [2025-09-04 04:23:29] "GET /instance-ip/77d78e5e-7cc3-48f4-8c94-2716cad167f0 HTTP/1.1" 200 1658 0.005335 10.0.0.57 - - [2025-09-04 04:23:29] "POST /fqname-to-id HTTP/1.1" 404 230 0.005108 10.0.0.57 - - [2025-09-04 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.131 - - [2025-09-04 04:23:29] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.57 - - [2025-09-04 04:23:29] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051692 10.0.0.57 - - [2025-09-04 04:23:29] "POST /network-policys HTTP/1.1" 200 571 0.030793 10.0.0.57 - - [2025-09-04 04:23:29] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006314 10.0.0.57 - - [2025-09-04 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.57 - - [2025-09-04 04:23:29] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005977 10.0.0.57 - - [2025-09-04 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.57 - - [2025-09-04 04:23:29] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007686 10.0.0.57 - - [2025-09-04 04:23:29] "POST /ref-update HTTP/1.1" 200 156 0.072834 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.57 - - [2025-09-04 04:23:30] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004505 10.0.0.57 - - [2025-09-04 04:23:30] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.014511 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008446 10.0.0.57 - - [2025-09-04 04:23:30] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004643 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.57 - - [2025-09-04 04:23:30] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006968 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.57 - - [2025-09-04 04:23:30] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005270 10.0.0.57 - - [2025-09-04 04:23:30] "POST /ref-update HTTP/1.1" 200 156 0.057369 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007142 10.0.0.131 - - [2025-09-04 04:23:30] "PUT /access-control-list/8f840b1c-cf71-48f7-9217-4f06b52d518f HTTP/1.1" 200 273 0.027557 10.0.0.57 - - [2025-09-04 04:23:30] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004258 10.0.0.57 - - [2025-09-04 04:23:30] "POST /neutron/network HTTP/1.1" 200 1107 0.024349 10.0.0.57 - - [2025-09-04 04:23:30] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007565 10.0.0.131 - - [2025-09-04 04:23:30] "POST /ref-update HTTP/1.1" 200 156 0.047378 10.0.0.57 - - [2025-09-04 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.57 - - [2025-09-04 04:23:30] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.004261 10.0.0.57 - - [2025-09-04 04:23:30] "GET /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.007490 10.0.0.57 - - [2025-09-04 04:23:30] "PUT /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe HTTP/1.1" 200 285 0.015279 10.0.0.57 - - [2025-09-04 04:23:30] "GET /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.007059 10.0.0.57 - - [2025-09-04 04:23:30] "PUT /virtual-machine-interface/9cbe615a-3630-435f-8e5b-6be6d6ed7afe HTTP/1.1" 200 285 0.016172 10.0.0.57 - - [2025-09-04 04:24:24] "POST /neutron/network HTTP/1.1" 200 1117 0.010695 10.0.0.57 - - [2025-09-04 04:24:24] "POST /neutron/subnet HTTP/1.1" 200 1370 0.011921 10.0.0.57 - - [2025-09-04 04:24:24] "POST /neutron/network HTTP/1.1" 200 1107 0.008650 10.0.0.57 - - [2025-09-04 04:24:27] "POST /neutron/network HTTP/1.1" 200 1119 0.009508 10.0.0.57 - - [2025-09-04 04:24:27] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014161 10.0.0.57 - - [2025-09-04 04:24:27] "POST /neutron/network HTTP/1.1" 200 1109 0.009143 10.0.0.57 - - [2025-09-04 04:25:24] "POST /neutron/network HTTP/1.1" 200 1117 0.010282 10.0.0.57 - - [2025-09-04 04:25:24] "POST /neutron/subnet HTTP/1.1" 200 1370 0.012389 10.0.0.57 - - [2025-09-04 04:25:24] "POST /neutron/network HTTP/1.1" 200 1107 0.009258 10.0.0.57 - - [2025-09-04 04:25:29] "POST /neutron/network HTTP/1.1" 200 1119 0.035587 10.0.0.57 - - [2025-09-04 04:25:29] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013417 10.0.0.57 - - [2025-09-04 04:25:29] "POST /neutron/network HTTP/1.1" 200 1109 0.009599 10.0.0.57 - - [2025-09-04 04:25:35] "POST /ref-update HTTP/1.1" 200 156 0.077593 10.0.0.38 - - [2025-09-04 04:25:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.038373 10.0.0.57 - - [2025-09-04 04:25:35] "GET /virtual-network/353c7ef8-fc8d-4c09-a3c3-84c986032d94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.010040 10.0.0.57 - - [2025-09-04 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.57 - - [2025-09-04 04:25:35] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005883 10.0.0.57 - - [2025-09-04 04:25:35] "POST /ref-update HTTP/1.1" 200 156 0.071768 10.0.0.57 - - [2025-09-04 04:25:35] "GET /virtual-network/4ef42585-2075-4398-bd95-96907e4c79f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009701 10.0.0.57 - - [2025-09-04 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.57 - - [2025-09-04 04:25:35] "GET /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005929 10.0.0.57 - - [2025-09-04 04:25:35] "DELETE /network-policy/d1d15355-2621-4886-bbeb-05f5ac9604fe HTTP/1.1" 200 115 0.058564 10.0.0.131 - - [2025-09-04 04:25:36] "DELETE /access-control-list/8f840b1c-cf71-48f7-9217-4f06b52d518f HTTP/1.1" 200 115 0.086702 10.0.0.57 - - [2025-09-04 04:25:36] "DELETE /instance-ip/88767be0-7906-4add-b9a4-d39e83f04848 HTTP/1.1" 200 115 0.065789 10.0.0.57 - - [2025-09-04 04:25:36] "DELETE /instance-ip/9cd05165-1272-4758-8a3c-dfd97565f034 HTTP/1.1" 200 115 0.049826 10.0.0.57 - - [2025-09-04 04:25:36] "DELETE /virtual-machine-interface/3999280f-c927-4fd7-be13-a0a41b595957 HTTP/1.1" 200 115 0.089566 10.0.0.57 - - [2025-09-04 04:25:36] "POST /neutron/port HTTP/1.1" 200 1200 0.053786 10.0.0.57 - - [2025-09-04 04:25:36] "POST /neutron/port HTTP/1.1" 200 1226 0.012822 10.0.0.57 - - [2025-09-04 04:25:37] "POST /neutron/port HTTP/1.1" 200 1228 0.019541 10.0.0.131 - - [2025-09-04 04:25:38] "DELETE /route-target/44b9e229-2bb1-449a-8900-1e5880c4d70b HTTP/1.1" 200 115 0.035849 10.0.0.131 - - [2025-09-04 04:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.056292 10.0.0.131 - - [2025-09-04 04:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002278 10.0.0.131 - - [2025-09-04 04:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.131 - - [2025-09-04 04:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003748 10.0.0.57 - - [2025-09-04 04:25:38] "POST /neutron/network HTTP/1.1" 200 151 0.214732 10.0.0.57 - - [2025-09-04 04:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.005496 10.0.0.131 - - [2025-09-04 04:25:42] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.57 - - [2025-09-04 04:25:42] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056756 10.0.0.131 - - [2025-09-04 04:25:42] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.57 - - [2025-09-04 04:25:42] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?fields=virtual_networks HTTP/1.1" 200 1050 0.052622 10.0.0.131 - - [2025-09-04 04:25:42] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002459 10.0.0.57 - - [2025-09-04 04:25:42] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.046201 10.0.0.131 - - [2025-09-04 04:25:42] "GET /projects?obj_uuids=3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.57 - - [2025-09-04 04:25:42] "GET /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca?fields=security_groups HTTP/1.1" 200 1285 0.044780 10.0.0.57 - - [2025-09-04 04:25:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.034291 10.0.0.131 - - [2025-09-04 04:25:43] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004238 10.0.0.131 - - [2025-09-04 04:25:43] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.131 - - [2025-09-04 04:25:43] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033940 10.0.0.131 - - [2025-09-04 04:25:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.001313 10.0.0.131 - - [2025-09-04 04:25:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.014629 10.0.0.131 - - [2025-09-04 04:25:43] "POST /security-groups HTTP/1.1" 200 595 0.073014 10.0.0.131 - - [2025-09-04 04:25:43] "POST /fqname-to-id HTTP/1.1" 404 238 0.004251 10.0.0.131 - - [2025-09-04 04:25:43] "POST /projects HTTP/1.1" 200 593 0.290614 10.0.0.131 - - [2025-09-04 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.362693 10.0.0.131 - - [2025-09-04 04:25:43] "POST /access-control-lists HTTP/1.1" 200 600 0.031378 10.0.0.57 - - [2025-09-04 04:25:43] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.571038 10.0.0.57 - - [2025-09-04 04:25:45] "GET / HTTP/1.1" 200 36215 0.002242 10.0.0.57 - - [2025-09-04 04:25:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.57 - - [2025-09-04 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.048518 10.0.0.131 - - [2025-09-04 04:25:47] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.57 - - [2025-09-04 04:25:47] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045685 10.0.0.131 - - [2025-09-04 04:25:47] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.57 - - [2025-09-04 04:25:47] "POST /neutron/network HTTP/1.1" 200 609 0.179296 10.0.0.57 - - [2025-09-04 04:25:48] "POST /neutron/network HTTP/1.1" 200 1000 0.012083 10.0.0.57 - - [2025-09-04 04:25:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001151 10.0.0.57 - - [2025-09-04 04:25:48] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005069 10.0.0.57 - - [2025-09-04 04:25:48] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.018340 10.0.0.57 - - [2025-09-04 04:25:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.011319 10.0.0.57 - - [2025-09-04 04:25:48] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005944 10.0.0.57 - - [2025-09-04 04:25:49] "GET /obj-perms HTTP/1.1" 200 5038 0.047583 10.0.0.38 - - [2025-09-04 04:25:49] "GET /obj-perms HTTP/1.1" 200 5038 0.045432 10.0.0.131 - - [2025-09-04 04:25:50] "GET /obj-perms HTTP/1.1" 200 5038 0.042606 10.0.0.57 - - [2025-09-04 04:25:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001338 10.0.0.131 - - [2025-09-04 04:25:50] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001283 10.0.0.57 - - [2025-09-04 04:25:50] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073462 10.0.0.57 - - [2025-09-04 04:25:51] "POST /neutron/network HTTP/1.1" 200 1000 0.034484 10.0.0.57 - - [2025-09-04 04:25:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001462 10.0.0.57 - - [2025-09-04 04:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.006968 10.0.0.131 - - [2025-09-04 04:25:51] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/port HTTP/1.1" 200 1169 0.336993 10.0.0.131 - - [2025-09-04 04:25:52] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000944 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/port HTTP/1.1" 200 1223 0.113254 10.0.0.57 - - [2025-09-04 04:25:52] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.133557 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004170 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/network HTTP/1.1" 200 1000 0.007546 10.0.0.57 - - [2025-09-04 04:25:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001414 10.0.0.57 - - [2025-09-04 04:25:52] "POST /neutron/port HTTP/1.1" 200 1197 0.016565 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/network HTTP/1.1" 200 1010 0.008868 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/port HTTP/1.1" 200 1169 0.027790 10.0.0.131 - - [2025-09-04 04:25:53] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002335 10.0.0.57 - - [2025-09-04 04:25:53] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.113271 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/port HTTP/1.1" 200 1197 0.034169 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/port HTTP/1.1" 200 2276 0.018766 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.57 - - [2025-09-04 04:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.009270 10.0.0.57 - - [2025-09-04 04:25:54] "POST /neutron/port HTTP/1.1" 200 1197 0.014577 10.0.0.57 - - [2025-09-04 04:25:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010272 10.0.0.57 - - [2025-09-04 04:25:54] "GET /virtual-machine/8541c53b-0b7d-4150-82ba-5cd1000ce753 HTTP/1.1" 401 292 0.000397 10.0.0.57 - - [2025-09-04 04:25:54] "GET /virtual-machine/8541c53b-0b7d-4150-82ba-5cd1000ce753 HTTP/1.1" 200 1297 0.049496 10.0.0.57 - - [2025-09-04 04:25:54] "GET /virtual-machine-interface/9184b63a-b153-44b2-94e1-cc16bf510fef HTTP/1.1" 200 3164 0.004988 10.0.0.57 - - [2025-09-04 04:25:54] "POST /neutron/port HTTP/1.1" 200 1169 0.020047 10.0.0.57 - - [2025-09-04 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.57 - - [2025-09-04 04:25:54] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003470 10.0.0.57 - - [2025-09-04 04:25:54] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004044 10.0.0.57 - - [2025-09-04 04:25:54] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.004856 10.0.0.57 - - [2025-09-04 04:25:55] "POST /neutron/port HTTP/1.1" 200 1197 0.021597 10.0.0.57 - - [2025-09-04 04:25:55] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014939 10.0.0.57 - - [2025-09-04 04:25:55] "POST /neutron/network HTTP/1.1" 200 1000 0.010385 10.0.0.57 - - [2025-09-04 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.57 - - [2025-09-04 04:25:57] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006782 10.0.0.57 - - [2025-09-04 04:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.57 - - [2025-09-04 04:26:02] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005729 10.0.0.57 - - [2025-09-04 04:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.57 - - [2025-09-04 04:26:06] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005980 10.0.0.131 - - [2025-09-04 04:26:07] "DELETE /access-control-list/00bd3d0e-14ab-4628-986f-9e402f828d59 HTTP/1.1" 200 115 0.036854 10.0.0.57 - - [2025-09-04 04:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.57 - - [2025-09-04 04:26:10] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005389 10.0.0.57 - - [2025-09-04 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006391 10.0.0.57 - - [2025-09-04 04:26:14] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005553 10.0.0.57 - - [2025-09-04 04:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.57 - - [2025-09-04 04:26:18] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005547 10.0.0.57 - - [2025-09-04 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.57 - - [2025-09-04 04:26:22] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005532 10.0.0.57 - - [2025-09-04 04:26:25] "POST /neutron/network HTTP/1.1" 200 1010 0.008904 10.0.0.57 - - [2025-09-04 04:26:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012189 10.0.0.57 - - [2025-09-04 04:26:25] "POST /neutron/network HTTP/1.1" 200 1000 0.009370 10.0.0.131 - - [2025-09-04 04:26:25] "GET /global-system-configs HTTP/1.1" 200 323 0.031809 10.0.0.57 - - [2025-09-04 04:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.080737 10.0.0.38 - - [2025-09-04 04:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.144947 10.0.0.131 - - [2025-09-04 04:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.162163 10.0.0.38 - - [2025-09-04 04:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.048732 10.0.0.57 - - [2025-09-04 04:26:26] "GET /obj-perms HTTP/1.1" 200 5056 0.129891 10.0.0.57 - - [2025-09-04 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.57 - - [2025-09-04 04:26:26] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005316 10.0.0.131 - - [2025-09-04 04:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.027496 10.0.0.38 - - [2025-09-04 04:26:26] "GET /global-system-configs HTTP/1.1" 200 323 0.078371 10.0.0.131 - - [2025-09-04 04:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.149544 10.0.0.38 - - [2025-09-04 04:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.174982 10.0.0.57 - - [2025-09-04 04:26:27] "GET /global-system-configs HTTP/1.1" 200 323 0.069533 10.0.0.57 - - [2025-09-04 04:26:27] "GET /obj-perms HTTP/1.1" 200 5056 0.139597 10.0.0.57 - - [2025-09-04 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.57 - - [2025-09-04 04:26:30] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005411 10.0.0.57 - - [2025-09-04 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.57 - - [2025-09-04 04:26:34] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.008143 10.0.0.57 - - [2025-09-04 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.57 - - [2025-09-04 04:26:38] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.008900 10.0.0.131 - - [2025-09-04 04:26:39] "DELETE /project/add96be87c30494c8cee7819f43b707e HTTP/1.1" 404 173 0.003277 10.0.0.131 - - [2025-09-04 04:26:39] "DELETE /project/3b3ef0d3-2e4a-4c5a-b5c4-f277a9ce22ca HTTP/1.1" 404 177 0.005775 10.0.0.57 - - [2025-09-04 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007350 10.0.0.57 - - [2025-09-04 04:26:43] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007413 10.0.0.57 - - [2025-09-04 04:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.57 - - [2025-09-04 04:26:47] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006686 10.0.0.57 - - [2025-09-04 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.57 - - [2025-09-04 04:26:49] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003688 10.0.0.57 - - [2025-09-04 04:26:49] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003151 10.0.0.57 - - [2025-09-04 04:26:49] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006411 10.0.0.57 - - [2025-09-04 04:26:49] "POST /neutron/port HTTP/1.1" 200 1197 0.015566 10.0.0.57 - - [2025-09-04 04:26:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014083 10.0.0.57 - - [2025-09-04 04:26:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.033690 10.0.0.57 - - [2025-09-04 04:27:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009762 10.0.0.57 - - [2025-09-04 04:27:10] "POST /neutron/port HTTP/1.1" 200 1197 0.016861 10.0.0.57 - - [2025-09-04 04:27:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006921 10.0.0.57 - - [2025-09-04 04:27:15] "POST /neutron/port HTTP/1.1" 200 1197 0.015335 10.0.0.57 - - [2025-09-04 04:27:15] "GET /virtual-machine/d7566021-577b-48fd-9962-448871961e0c HTTP/1.1" 200 1299 0.005963 10.0.0.57 - - [2025-09-04 04:27:15] "GET /virtual-machine-interface/85d45c25-2e8a-4cd7-814a-9b4e6e99299b HTTP/1.1" 200 3162 0.005576 10.0.0.57 - - [2025-09-04 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.57 - - [2025-09-04 04:27:15] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004298 10.0.0.57 - - [2025-09-04 04:27:15] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003275 10.0.0.57 - - [2025-09-04 04:27:15] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006048 10.0.0.57 - - [2025-09-04 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.57 - - [2025-09-04 04:27:16] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004353 10.0.0.57 - - [2025-09-04 04:27:16] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003868 10.0.0.57 - - [2025-09-04 04:27:16] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006201 10.0.0.57 - - [2025-09-04 04:27:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007938 10.0.0.57 - - [2025-09-04 04:27:17] "POST /neutron/port HTTP/1.1" 200 1197 0.020678 10.0.0.57 - - [2025-09-04 04:27:17] "GET /virtual-machine/7ece4872-11a5-4666-950a-cda81c9bd942 HTTP/1.1" 200 1298 0.006083 10.0.0.57 - - [2025-09-04 04:27:17] "GET /virtual-machine-interface/f40ea5b8-db27-4901-9f0b-802b18e428e9 HTTP/1.1" 200 3164 0.005284 10.0.0.57 - - [2025-09-04 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.57 - - [2025-09-04 04:27:17] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004561 10.0.0.57 - - [2025-09-04 04:27:17] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003302 10.0.0.57 - - [2025-09-04 04:27:17] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006019 10.0.0.57 - - [2025-09-04 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.57 - - [2025-09-04 04:27:18] "GET /global-vrouter-config/bf44644d-e81d-4ef3-9027-d6890b32228c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004011 10.0.0.57 - - [2025-09-04 04:27:18] "GET /virtual-networks?parent_id=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003466 10.0.0.57 - - [2025-09-04 04:27:18] "GET /virtual-network/0424c62e-bb52-4299-a731-51ac5b020757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006036 10.0.0.57 - - [2025-09-04 04:27:18] "GET /virtual-machine-interface/f40ea5b8-db27-4901-9f0b-802b18e428e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005655 10.0.0.57 - - [2025-09-04 04:27:18] "PUT /virtual-machine-interface/f40ea5b8-db27-4901-9f0b-802b18e428e9 HTTP/1.1" 200 285 0.012473 10.0.0.57 - - [2025-09-04 04:27:27] "POST /neutron/port HTTP/1.1" 200 1197 0.036148 10.0.0.57 - - [2025-09-04 04:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004172 10.0.0.57 - - [2025-09-04 04:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.57 - - [2025-09-04 04:27:30] "POST /neutron/port HTTP/1.1" 200 1197 0.018228 10.0.0.57 - - [2025-09-04 04:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004176 10.0.0.57 - - [2025-09-04 04:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.57 - - [2025-09-04 04:28:29] "POST /neutron/port HTTP/1.1" 200 1197 0.016206 10.0.0.57 - - [2025-09-04 04:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004068 10.0.0.57 - - [2025-09-04 04:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.57 - - [2025-09-04 04:28:32] "POST /neutron/port HTTP/1.1" 200 1197 0.014494 10.0.0.57 - - [2025-09-04 04:28:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004103 10.0.0.57 - - [2025-09-04 04:28:32] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.57 - - [2025-09-04 04:28:46] "POST /neutron/network HTTP/1.1" 400 204 0.014416 10.0.0.57 - - [2025-09-04 04:28:46] "POST /neutron/port HTTP/1.1" 200 1197 0.029860 10.0.0.57 - - [2025-09-04 04:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.314323 10.0.0.57 - - [2025-09-04 04:28:47] "POST /neutron/port HTTP/1.1" 200 151 0.391293 10.0.0.131 - - [2025-09-04 04:28:48] "DELETE /route-target/adeca809-74a2-4bcd-9a74-fdf68175b760 HTTP/1.1" 200 115 0.021352 10.0.0.131 - - [2025-09-04 04:28:49] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.57 - - [2025-09-04 04:28:49] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.042396 10.0.0.131 - - [2025-09-04 04:28:49] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001047 10.0.0.57 - - [2025-09-04 04:28:49] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?fields=virtual_networks HTTP/1.1" 200 1043 0.051400 10.0.0.131 - - [2025-09-04 04:28:50] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001055 10.0.0.57 - - [2025-09-04 04:28:50] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.053309 10.0.0.131 - - [2025-09-04 04:28:50] "GET /projects?obj_uuids=add96be8-7c30-494c-8cee-7819f43b707e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.57 - - [2025-09-04 04:28:50] "GET /project/add96be8-7c30-494c-8cee-7819f43b707e?fields=security_groups HTTP/1.1" 200 1274 0.050415 10.0.0.57 - - [2025-09-04 04:28:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.026893 10.0.0.131 - - [2025-09-04 04:28:51] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003218 10.0.0.131 - - [2025-09-04 04:28:51] "GET /domains?obj_uuids=e0173f19-70be-4782-8849-f3657660486c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.131 - - [2025-09-04 04:28:51] "GET /domain/e0173f19-70be-4782-8849-f3657660486c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009061 10.0.0.131 - - [2025-09-04 04:28:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.002715 10.0.0.131 - - [2025-09-04 04:28:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.004861 10.0.0.131 - - [2025-09-04 04:28:51] "POST /security-groups HTTP/1.1" 200 591 0.030890 10.0.0.131 - - [2025-09-04 04:28:51] "POST /projects HTTP/1.1" 200 585 0.240105 10.0.0.131 - - [2025-09-04 04:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.310143 10.0.0.131 - - [2025-09-04 04:28:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.016736 10.0.0.57 - - [2025-09-04 04:28:51] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.477205 10.0.0.57 - - [2025-09-04 04:28:52] "GET / HTTP/1.1" 200 36215 0.002973 10.0.0.131 - - [2025-09-04 04:28:58] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.57 - - [2025-09-04 04:28:58] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044294 10.0.0.131 - - [2025-09-04 04:28:58] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.57 - - [2025-09-04 04:28:58] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?fields=virtual_networks HTTP/1.1" 200 1035 0.042280 10.0.0.131 - - [2025-09-04 04:28:58] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.57 - - [2025-09-04 04:28:58] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041744 10.0.0.131 - - [2025-09-04 04:28:58] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.57 - - [2025-09-04 04:28:58] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?fields=security_groups HTTP/1.1" 200 1262 0.046223 10.0.0.131 - - [2025-09-04 04:29:08] "DELETE /access-control-list/cbb4cdb9-d594-4081-93be-b5e0fa86b562 HTTP/1.1" 200 115 0.049517 10.0.0.38 - - [2025-09-04 04:29:11] "GET /obj-perms HTTP/1.1" 200 5056 0.064188 10.0.0.131 - - [2025-09-04 04:29:12] "GET /obj-perms HTTP/1.1" 200 5056 0.061246 10.0.0.131 - - [2025-09-04 04:29:40] "DELETE /project/add96be8-7c30-494c-8cee-7819f43b707e HTTP/1.1" 404 177 0.006815 10.0.0.131 - - [2025-09-04 04:29:40] "DELETE /project/f1ded8ce0d08465ba398c2dbc8af55f9 HTTP/1.1" 404 173 0.005753 10.0.0.131 - - [2025-09-04 04:29:40] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.131 - - [2025-09-04 04:29:40] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.055396 10.0.0.131 - - [2025-09-04 04:29:40] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.131 - - [2025-09-04 04:29:40] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?fields=security_groups HTTP/1.1" 200 1364 0.061324 10.0.0.131 - - [2025-09-04 04:29:40] "DELETE /security-group/70987d0f-e04e-4502-9cf7-0a7efa82b7d7 HTTP/1.1" 200 115 0.057173 10.0.0.131 - - [2025-09-04 04:29:40] "GET /projects?obj_uuids=f1ded8ce-0d08-465b-a398-c2dbc8af55f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002850 10.0.0.131 - - [2025-09-04 04:29:40] "GET /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9?fields=application_policy_sets HTTP/1.1" 200 1403 0.060024 10.0.0.131 - - [2025-09-04 04:29:40] "DELETE /project/f1ded8ce-0d08-465b-a398-c2dbc8af55f9 HTTP/1.1" 200 115 0.453796 10.0.0.57 - - [2025-09-04 04:30:12] "GET /obj-perms HTTP/1.1" 200 5056 0.045000 [Introspect:8084]10.0.0.131 - - [2025-09-04 04:30:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000962 [Introspect:8084]10.0.0.131 - - [2025-09-04 04:30:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000878