++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 29 02:07:10 AM UTC 2025 ===================' INFO: =================== Mon Dec 29 02:07:10 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.61 ++ 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.61,10.0.0.22,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.61,10.0.0.22,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.61 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.61 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.61,10.0.0.22,10.0.0.27 +++ local servers=10.0.0.61,10.0.0.22,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.252,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/29/2025 02:07:19.888 7f2c48cbf700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/29/2025 02:07:20.026 7f2c48cbf700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/29/2025 02:07:20.038 7f2c48cbf700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/29/2025 02:07:20.039 7f2c48cbf700 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Dec 29 02:07:41 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3752 pm = self.create_singleton_entry(PolicyManagement()) 3753 self._global_pm_uuid = pm.uuid 3754 aps = self.create_singleton_entry(ApplicationPolicySet( 3755 parent_obj=pm, all_applications=True)) 3756 ok, result = self._db_conn.ref_update( aps undefined self = self.create_singleton_entry = > global ApplicationPolicySet = parent_obj undefined pm = all_applications undefined /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/application_policy_set...fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper __cause__ = None __class__ = __context__ = NoIdError('application_policy_set default-policy-management:default-application-policy-set') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/application_policy_set...fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/application_policy_set...fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper') content = 'FQ Name: /fq-name-to-uuid/application_policy_set...fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: application_policy_set default-policy-management:default-application-policy-set During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3754, in _db_init_entries aps = self.create_singleton_entry(ApplicationPolicySet( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/application_policy_set:default-policy-management:default-application-policy-set exists already with ID: fbc41cc4-55f0-46c8-a3e1-27d69938439e at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 29 02:07:43 AM UTC 2025 ===================' INFO: =================== Mon Dec 29 02:07:43 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}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.61 ++ 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.61,10.0.0.22,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.61,10.0.0.22,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.61 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.61 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.61,10.0.0.22,10.0.0.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.61,10.0.0.22,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.252,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/29/2025 02:07:52.276 7fcc616ea580 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/29/2025 02:07:52.429 7fcc616ea580 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/29/2025 02:07:52.444 7fcc616ea580 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/29/2025 02:07:52.444 7fcc616ea580 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-12-29 02:07:53] "GET / HTTP/1.1" 503 181 0.000217 10.0.0.27 - - [2025-12-29 02:07:53] "GET / HTTP/1.1" 503 181 0.000156 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-29 02:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.61 - - [2025-12-29 02:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-29 02:07:54] "GET / HTTP/1.1" 200 45871 0.001866 10.0.0.27 - - [2025-12-29 02:07:54] "GET / HTTP/1.1" 200 45871 0.001120 10.0.0.27 - - [2025-12-29 02:07:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000326 10.0.0.27 - - [2025-12-29 02:07:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000321 10.0.0.27 - - [2025-12-29 02:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-29 02:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.61 - - [2025-12-29 02:07:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.61 - - [2025-12-29 02:07:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.27 - - [2025-12-29 02:07:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.426826 10.0.0.27 - - [2025-12-29 02:07:56] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003752 10.0.0.27 - - [2025-12-29 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 1.166646 10.0.0.27 - - [2025-12-29 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006911 10.0.0.61 - - [2025-12-29 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 1.088360 10.0.0.61 - - [2025-12-29 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.61 - - [2025-12-29 02:07:57] "POST /service-templates HTTP/1.1" 200 501 0.041875 /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.61 - - [2025-12-29 02:07:57] "POST /service-templates HTTP/1.1" 200 507 0.043161 10.0.0.61 - - [2025-12-29 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.028279 10.0.0.61 - - [2025-12-29 02:08:08] "POST /access-control-lists HTTP/1.1" 200 587 0.034656 10.0.0.61 - - [2025-12-29 02:08:08] "POST /route-targets HTTP/1.1" 200 327 0.016531 10.0.0.61 - - [2025-12-29 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.021350 10.0.0.61 - - [2025-12-29 02:08:08] "POST /route-targets HTTP/1.1" 200 327 0.016579 10.0.0.61 - - [2025-12-29 02:08:08] "POST /access-control-lists HTTP/1.1" 200 551 0.035162 10.0.0.61 - - [2025-12-29 02:08:34] "POST /ref-update HTTP/1.1" 200 156 0.039429 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.27 - - [2025-12-29 02:11:00] "GET /obj-perms HTTP/1.1" 200 5056 0.367986 10.0.0.61 - - [2025-12-29 02:12:00] "GET /obj-perms HTTP/1.1" 200 5056 0.355886 10.0.0.22 - - [2025-12-29 02:12:01] "GET /obj-perms HTTP/1.1" 200 5056 0.052972 10.0.0.61 - - [2025-12-29 02:12:02] "PUT /access-control-list/70ae56b9-c981-4b63-8602-0ddbbc67f821 HTTP/1.1" 200 272 0.030269 10.0.0.22 - - [2025-12-29 02:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.22 - - [2025-12-29 02:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-12-29 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-29 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-12-29 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-12-29 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2025-12-29 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2025-12-29 02:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.61 - - [2025-12-29 02:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.61 - - [2025-12-29 02:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.61 - - [2025-12-29 02:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000820 10.0.0.61 - - [2025-12-29 02:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.61 - - [2025-12-29 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.025924 [Introspect:8084]10.0.0.27 - - [2025-12-29 02:13:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000857 [Introspect:8084]10.0.0.27 - - [2025-12-29 02:13:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000779 [Introspect:8084]10.0.0.27 - - [2025-12-29 02:13:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000816 [Introspect:8084]10.0.0.27 - - [2025-12-29 02:13:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000857 10.0.0.61 - - [2025-12-29 02:14:35] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.61 - - [2025-12-29 02:14:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.61 - - [2025-12-29 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.076640 10.0.0.27 - - [2025-12-29 02:14:37] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.061251 10.0.0.27 - - [2025-12-29 02:14:37] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.27 - - [2025-12-29 02:14:37] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.068290 10.0.0.27 - - [2025-12-29 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.001166 10.0.0.27 - - [2025-12-29 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.019158 10.0.0.27 - - [2025-12-29 02:14:37] "POST /security-groups HTTP/1.1" 200 589 0.039613 10.0.0.27 - - [2025-12-29 02:14:37] "POST /projects HTTP/1.1" 200 581 0.309957 10.0.0.27 - - [2025-12-29 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.387600 10.0.0.61 - - [2025-12-29 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.050252 10.0.0.61 - - [2025-12-29 02:14:37] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.637712 10.0.0.61 - - [2025-12-29 02:14:38] "GET / HTTP/1.1" 200 35931 0.001532 10.0.0.27 - - [2025-12-29 02:14:41] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000937 10.0.0.61 - - [2025-12-29 02:14:42] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063134 10.0.0.27 - - [2025-12-29 02:14:42] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.61 - - [2025-12-29 02:14:42] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?fields=virtual_networks HTTP/1.1" 200 1027 0.051721 10.0.0.27 - - [2025-12-29 02:14:42] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.61 - - [2025-12-29 02:14:42] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046652 10.0.0.27 - - [2025-12-29 02:14:42] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.61 - - [2025-12-29 02:14:42] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?fields=security_groups HTTP/1.1" 200 1251 0.057736 10.0.0.27 - - [2025-12-29 02:14:42] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002994 10.0.0.27 - - [2025-12-29 02:14:42] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000798 10.0.0.27 - - [2025-12-29 02:14:42] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006623 10.0.0.27 - - [2025-12-29 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 167 0.005445 10.0.0.27 - - [2025-12-29 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 176 0.005613 10.0.0.27 - - [2025-12-29 02:14:43] "POST /security-groups HTTP/1.1" 200 568 0.077923 10.0.0.27 - - [2025-12-29 02:14:43] "POST /projects HTTP/1.1" 200 539 0.306560 10.0.0.61 - - [2025-12-29 02:14:43] "POST /access-control-lists HTTP/1.1" 200 573 0.032284 10.0.0.27 - - [2025-12-29 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.381977 10.0.0.61 - - [2025-12-29 02:14:43] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.521333 [Introspect:8084]10.0.0.61 - - [2025-12-29 02:14:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001083 10.0.0.27 - - [2025-12-29 02:14:45] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001767 10.0.0.61 - - [2025-12-29 02:14:45] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.062355 10.0.0.27 - - [2025-12-29 02:14:46] "GET /obj-perms HTTP/1.1" 200 5056 0.053200 [Introspect:8084]10.0.0.61 - - [2025-12-29 02:14:47] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000596 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.045640 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.004396 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.004143 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.003390 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.003820 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.005550 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.003510 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.003605 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.003938 10.0.0.61 - - [2025-12-29 02:14:48] "GET /obj-perms HTTP/1.1" 200 5056 0.004745 10.0.0.61 - - [2025-12-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004336 10.0.0.27 - - [2025-12-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.005057 10.0.0.22 - - [2025-12-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.054731 10.0.0.27 - - [2025-12-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.004054 10.0.0.27 - - [2025-12-29 02:14:49] "GET /obj-perms HTTP/1.1" 200 5056 0.005780 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004102 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004345 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003854 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003840 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003948 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003851 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003797 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004268 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004232 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004092 10.0.0.61 - - [2025-12-29 02:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004045 10.0.0.61 - - [2025-12-29 02:14:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004064 10.0.0.61 - - [2025-12-29 02:14:54] "GET /obj-perms HTTP/1.1" 200 5056 0.003817 10.0.0.61 - - [2025-12-29 02:14:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004710 10.0.0.61 - - [2025-12-29 02:14:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004975 10.0.0.61 - - [2025-12-29 02:14:56] "GET /obj-perms HTTP/1.1" 200 5056 0.003764 10.0.0.61 - - [2025-12-29 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.027176 10.0.0.27 - - [2025-12-29 02:14:57] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003200 10.0.0.27 - - [2025-12-29 02:14:57] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.27 - - [2025-12-29 02:14:57] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007638 10.0.0.27 - - [2025-12-29 02:14:57] "POST /id-to-fqname HTTP/1.1" 200 201 0.001079 10.0.0.27 - - [2025-12-29 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.006963 10.0.0.27 - - [2025-12-29 02:14:57] "POST /security-groups HTTP/1.1" 200 602 0.078051 10.0.0.61 - - [2025-12-29 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 245 0.003031 10.0.0.27 - - [2025-12-29 02:14:57] "POST /projects HTTP/1.1" 200 607 0.325769 10.0.0.27 - - [2025-12-29 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.397558 10.0.0.61 - - [2025-12-29 02:14:57] "POST /access-control-lists HTTP/1.1" 200 605 0.038655 10.0.0.61 - - [2025-12-29 02:14:57] "GET /project/1443797b-f429-40ee-a296-44da70909f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.546991 10.0.0.61 - - [2025-12-29 02:14:58] "GET / HTTP/1.1" 200 35931 0.001668 10.0.0.27 - - [2025-12-29 02:14:58] "DELETE /project/5a900d8ef1ac4edd900526b659a5b767 HTTP/1.1" 404 173 0.006626 10.0.0.27 - - [2025-12-29 02:14:58] "DELETE /project/4050d5a053de4bd4ae4b13312b0277de HTTP/1.1" 404 173 0.005984 10.0.0.27 - - [2025-12-29 02:14:58] "DELETE /project/1443797bf42940eea29644da70909f64 HTTP/1.1" 404 173 0.008459 10.0.0.27 - - [2025-12-29 02:14:58] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000791 10.0.0.27 - - [2025-12-29 02:14:58] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.072398 10.0.0.27 - - [2025-12-29 02:14:58] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.27 - - [2025-12-29 02:14:58] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?fields=security_groups HTTP/1.1" 200 1356 0.060317 10.0.0.27 - - [2025-12-29 02:14:58] "DELETE /security-group/2a0946d8-d77f-4a39-a4fb-9d39ec9caf2f HTTP/1.1" 200 115 0.056069 10.0.0.27 - - [2025-12-29 02:14:58] "GET /projects?obj_uuids=5a900d8e-f1ac-4edd-9005-26b659a5b767&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.27 - - [2025-12-29 02:14:59] "GET /project/5a900d8e-f1ac-4edd-9005-26b659a5b767?fields=application_policy_sets HTTP/1.1" 200 1395 0.122325 10.0.0.27 - - [2025-12-29 02:14:59] "DELETE /project/5a900d8e-f1ac-4edd-9005-26b659a5b767 HTTP/1.1" 200 115 0.577241 10.0.0.61 - - [2025-12-29 02:14:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.61 - - [2025-12-29 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.037251 10.0.0.27 - - [2025-12-29 02:15:00] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001272 10.0.0.61 - - [2025-12-29 02:15:00] "GET /project/1443797b-f429-40ee-a296-44da70909f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.048646 10.0.0.61 - - [2025-12-29 02:15:00] "POST /route-targets HTTP/1.1" 200 327 0.035916 10.0.0.27 - - [2025-12-29 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.011278 10.0.0.61 - - [2025-12-29 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.374336 10.0.0.61 - - [2025-12-29 02:15:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001244 10.0.0.61 - - [2025-12-29 02:15:01] "GET /virtual-network/c9fde5c7-69fe-4219-93c7-2b4d314b8b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006217 10.0.0.61 - - [2025-12-29 02:15:01] "GET /virtual-network/c9fde5c7-69fe-4219-93c7-2b4d314b8b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005617 10.0.0.61 - - [2025-12-29 02:15:01] "POST /neutron/network HTTP/1.1" 200 838 0.007230 10.0.0.61 - - [2025-12-29 02:15:02] "GET /virtual-network/c9fde5c7-69fe-4219-93c7-2b4d314b8b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006254 10.0.0.61 - - [2025-12-29 02:15:03] "GET /obj-perms HTTP/1.1" 200 5056 0.074490 10.0.0.61 - - [2025-12-29 02:15:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.27 - - [2025-12-29 02:15:06] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000960 10.0.0.61 - - [2025-12-29 02:15:06] "GET /project/1443797b-f429-40ee-a296-44da70909f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.094923 10.0.0.61 - - [2025-12-29 02:15:06] "POST /neutron/network HTTP/1.1" 200 838 0.036830 10.0.0.61 - - [2025-12-29 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.006965 10.0.0.61 - - [2025-12-29 02:15:08] "POST /neutron/port HTTP/1.1" 200 1070 0.047472 10.0.0.61 - - [2025-12-29 02:15:09] "POST /neutron/port HTTP/1.1" 200 1134 0.040658 10.0.0.61 - - [2025-12-29 02:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.61 - - [2025-12-29 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007282 10.0.0.61 - - [2025-12-29 02:15:19] "GET /obj-perms HTTP/1.1" 200 5052 0.066167 10.0.0.61 - - [2025-12-29 02:15:22] "POST /neutron/network HTTP/1.1" 200 838 0.008499 10.0.0.61 - - [2025-12-29 02:15:23] "POST /neutron/port HTTP/1.1" 200 1124 0.017406 10.0.0.27 - - [2025-12-29 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003622 10.0.0.27 - - [2025-12-29 02:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.61 - - [2025-12-29 02:15:25] "POST /neutron/network HTTP/1.1" 200 151 0.158139 10.0.0.61 - - [2025-12-29 02:15:25] "DELETE /route-target/b8af3348-7008-4f48-83f1-420de3645d54 HTTP/1.1" 200 115 0.041589 10.0.0.27 - - [2025-12-29 02:15:25] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000974 10.0.0.61 - - [2025-12-29 02:15:25] "GET /project/1443797b-f429-40ee-a296-44da70909f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.049137 10.0.0.27 - - [2025-12-29 02:15:25] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.61 - - [2025-12-29 02:15:25] "GET /project/1443797b-f429-40ee-a296-44da70909f64?fields=virtual_networks HTTP/1.1" 200 1053 0.058827 10.0.0.27 - - [2025-12-29 02:15:26] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.61 - - [2025-12-29 02:15:26] "GET /project/1443797b-f429-40ee-a296-44da70909f64?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.048844 10.0.0.27 - - [2025-12-29 02:15:26] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000927 10.0.0.61 - - [2025-12-29 02:15:26] "GET /project/1443797b-f429-40ee-a296-44da70909f64?fields=security_groups HTTP/1.1" 200 1290 0.051835 10.0.0.27 - - [2025-12-29 02:15:26] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001055 10.0.0.61 - - [2025-12-29 02:15:26] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.102606 10.0.0.27 - - [2025-12-29 02:15:32] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003175 10.0.0.61 - - [2025-12-29 02:15:32] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.067842 10.0.0.61 - - [2025-12-29 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.027536 10.0.0.27 - - [2025-12-29 02:15:35] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007170 10.0.0.27 - - [2025-12-29 02:15:35] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.27 - - [2025-12-29 02:15:35] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007192 10.0.0.27 - - [2025-12-29 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.002743 10.0.0.27 - - [2025-12-29 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.005821 10.0.0.27 - - [2025-12-29 02:15:36] "POST /security-groups HTTP/1.1" 200 603 0.031445 10.0.0.27 - - [2025-12-29 02:15:36] "POST /projects HTTP/1.1" 200 609 0.266448 10.0.0.61 - - [2025-12-29 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.013108 10.0.0.27 - - [2025-12-29 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.337236 10.0.0.61 - - [2025-12-29 02:15:36] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.501301 10.0.0.61 - - [2025-12-29 02:15:37] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.61 - - [2025-12-29 02:15:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.61 - - [2025-12-29 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053104 10.0.0.27 - - [2025-12-29 02:15:38] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000830 10.0.0.61 - - [2025-12-29 02:15:38] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047072 10.0.0.27 - - [2025-12-29 02:15:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009663 10.0.0.61 - - [2025-12-29 02:15:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.313138 10.0.0.61 - - [2025-12-29 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 275 0.001482 10.0.0.61 - - [2025-12-29 02:15:38] "GET /virtual-network/1b7718ab-d572-41fe-a036-c7862a5b853d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006461 10.0.0.61 - - [2025-12-29 02:15:38] "GET /virtual-network/1b7718ab-d572-41fe-a036-c7862a5b853d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007437 10.0.0.61 - - [2025-12-29 02:15:38] "POST /neutron/network HTTP/1.1" 200 922 0.014372 10.0.0.61 - - [2025-12-29 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-12-29 02:15:39] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.61 - - [2025-12-29 02:15:39] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.059890 10.0.0.61 - - [2025-12-29 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.061857 10.0.0.27 - - [2025-12-29 02:15:39] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.61 - - [2025-12-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 703 0.157945 10.0.0.61 - - [2025-12-29 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 275 0.003302 10.0.0.61 - - [2025-12-29 02:15:39] "GET /virtual-network/87028ff1-45bd-4510-8406-9b9dca7e3c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005044 10.0.0.61 - - [2025-12-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 922 0.005854 10.0.0.61 - - [2025-12-29 02:15:39] "GET /virtual-network/87028ff1-45bd-4510-8406-9b9dca7e3c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005364 10.0.0.61 - - [2025-12-29 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-12-29 02:15:39] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.61 - - [2025-12-29 02:15:39] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.059678 10.0.0.61 - - [2025-12-29 02:15:39] "POST /neutron/network HTTP/1.1" 200 117 0.015956 10.0.0.61 - - [2025-12-29 02:15:40] "POST /route-targets HTTP/1.1" 200 327 0.012664 10.0.0.61 - - [2025-12-29 02:15:40] "POST /neutron/network HTTP/1.1" 200 922 0.011621 10.0.0.61 - - [2025-12-29 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 276 0.000994 10.0.0.61 - - [2025-12-29 02:15:40] "GET /virtual-network/146231c7-c10c-4b58-af97-ee6e4efdbe05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.004804 10.0.0.61 - - [2025-12-29 02:15:40] "GET /virtual-network/146231c7-c10c-4b58-af97-ee6e4efdbe05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.005589 10.0.0.61 - - [2025-12-29 02:15:40] "POST /neutron/subnet HTTP/1.1" 200 714 0.012121 10.0.0.61 - - [2025-12-29 02:15:40] "POST /id-to-fqname HTTP/1.1" 200 275 0.001102 10.0.0.27 - - [2025-12-29 02:15:41] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.61 - - [2025-12-29 02:15:41] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.065922 10.0.0.61 - - [2025-12-29 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.008187 10.0.0.61 - - [2025-12-29 02:15:41] "POST /id-to-fqname HTTP/1.1" 200 276 0.001444 10.0.0.61 - - [2025-12-29 02:15:42] "POST /neutron/network HTTP/1.1" 200 932 0.007548 10.0.0.61 - - [2025-12-29 02:15:42] "POST /neutron/port HTTP/1.1" 200 1072 0.036201 10.0.0.27 - - [2025-12-29 02:15:42] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.61 - - [2025-12-29 02:15:42] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.070751 10.0.0.61 - - [2025-12-29 02:15:43] "POST /neutron/network HTTP/1.1" 200 922 0.015767 10.0.0.61 - - [2025-12-29 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.010254 10.0.0.61 - - [2025-12-29 02:15:43] "POST /neutron/port HTTP/1.1" 200 1136 0.024779 10.0.0.61 - - [2025-12-29 02:15:44] "POST /neutron/network HTTP/1.1" 200 932 0.007556 10.0.0.61 - - [2025-12-29 02:15:44] "POST /neutron/port HTTP/1.1" 200 1070 0.058495 10.0.0.61 - - [2025-12-29 02:15:45] "POST /neutron/port HTTP/1.1" 200 1124 0.136907 10.0.0.61 - - [2025-12-29 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 688 0.010690 10.0.0.61 - - [2025-12-29 02:15:45] "POST /neutron/port HTTP/1.1" 200 1136 0.017743 10.0.0.61 - - [2025-12-29 02:15:46] "POST /neutron/network HTTP/1.1" 200 922 0.008400 10.0.0.61 - - [2025-12-29 02:15:47] "DELETE /route-target/ae2af364-f033-40a4-b8fa-762b29ab4d84 HTTP/1.1" 200 115 0.042847 10.0.0.61 - - [2025-12-29 02:15:47] "POST /neutron/network HTTP/1.1" 400 204 0.026403 10.0.0.61 - - [2025-12-29 02:15:49] "POST /neutron/port HTTP/1.1" 200 151 0.214420 10.0.0.61 - - [2025-12-29 02:15:49] "POST /neutron/port HTTP/1.1" 200 117 0.008393 10.0.0.27 - - [2025-12-29 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003246 10.0.0.61 - - [2025-12-29 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.27 - - [2025-12-29 02:15:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.61 - - [2025-12-29 02:15:49] "POST /neutron/network HTTP/1.1" 200 151 0.136876 10.0.0.27 - - [2025-12-29 02:15:49] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001119 10.0.0.61 - - [2025-12-29 02:15:49] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.081876 10.0.0.27 - - [2025-12-29 02:15:49] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004076 10.0.0.61 - - [2025-12-29 02:15:49] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?fields=virtual_networks HTTP/1.1" 200 1053 0.085379 10.0.0.27 - - [2025-12-29 02:15:49] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001291 10.0.0.61 - - [2025-12-29 02:15:49] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.053435 10.0.0.27 - - [2025-12-29 02:15:49] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.61 - - [2025-12-29 02:15:49] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?fields=security_groups HTTP/1.1" 200 1291 0.067367 10.0.0.61 - - [2025-12-29 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.027400 10.0.0.27 - - [2025-12-29 02:15:50] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002985 10.0.0.27 - - [2025-12-29 02:15:50] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002122 10.0.0.27 - - [2025-12-29 02:15:50] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008404 10.0.0.27 - - [2025-12-29 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 192 0.001356 10.0.0.27 - - [2025-12-29 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.004679 10.0.0.27 - - [2025-12-29 02:15:51] "POST /security-groups HTTP/1.1" 200 593 0.088132 10.0.0.27 - - [2025-12-29 02:15:51] "POST /projects HTTP/1.1" 200 589 0.335208 10.0.0.27 - - [2025-12-29 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.374530 10.0.0.61 - - [2025-12-29 02:15:51] "POST /access-control-lists HTTP/1.1" 200 598 0.032970 10.0.0.61 - - [2025-12-29 02:15:51] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.528146 10.0.0.61 - - [2025-12-29 02:15:52] "GET / HTTP/1.1" 200 35931 0.002093 10.0.0.61 - - [2025-12-29 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.61 - - [2025-12-29 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.077727 10.0.0.27 - - [2025-12-29 02:15:53] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.61 - - [2025-12-29 02:15:53] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048391 10.0.0.61 - - [2025-12-29 02:15:53] "POST /neutron/network HTTP/1.1" 200 117 0.035266 10.0.0.61 - - [2025-12-29 02:15:53] "POST /route-targets HTTP/1.1" 200 327 0.013932 10.0.0.61 - - [2025-12-29 02:15:53] "POST /neutron/network HTTP/1.1" 200 893 0.013563 10.0.0.61 - - [2025-12-29 02:15:53] "POST /id-to-fqname HTTP/1.1" 200 255 0.001016 10.0.0.61 - - [2025-12-29 02:15:53] "GET /virtual-network/a637ecba-f4f7-4995-a93c-ec120e8ae25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005998 10.0.0.61 - - [2025-12-29 02:15:53] "GET /virtual-network/a637ecba-f4f7-4995-a93c-ec120e8ae25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006616 10.0.0.61 - - [2025-12-29 02:15:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.012902 10.0.0.61 - - [2025-12-29 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.27 - - [2025-12-29 02:15:53] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.61 - - [2025-12-29 02:15:54] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064251 10.0.0.61 - - [2025-12-29 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.030485 10.0.0.27 - - [2025-12-29 02:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006445 10.0.0.61 - - [2025-12-29 02:15:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.247239 10.0.0.61 - - [2025-12-29 02:15:54] "POST /id-to-fqname HTTP/1.1" 200 255 0.001210 10.0.0.61 - - [2025-12-29 02:15:54] "GET /virtual-network/6cd9cc2e-75d1-4376-91ea-ef1b6a935732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005389 10.0.0.61 - - [2025-12-29 02:15:54] "GET /virtual-network/6cd9cc2e-75d1-4376-91ea-ef1b6a935732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005075 10.0.0.61 - - [2025-12-29 02:15:54] "POST /neutron/network HTTP/1.1" 200 893 0.012415 10.0.0.61 - - [2025-12-29 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-12-29 02:15:54] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000856 10.0.0.61 - - [2025-12-29 02:15:54] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039798 10.0.0.27 - - [2025-12-29 02:15:54] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.61 - - [2025-12-29 02:15:54] "POST /neutron/network HTTP/1.1" 200 675 0.174064 10.0.0.61 - - [2025-12-29 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 256 0.004269 10.0.0.61 - - [2025-12-29 02:15:55] "GET /virtual-network/4602ec59-37b2-4544-95bb-56f2a23adbf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005939 10.0.0.61 - - [2025-12-29 02:15:55] "POST /neutron/network HTTP/1.1" 200 895 0.007943 10.0.0.61 - - [2025-12-29 02:15:55] "GET /virtual-network/4602ec59-37b2-4544-95bb-56f2a23adbf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007794 10.0.0.61 - - [2025-12-29 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 255 0.001598 10.0.0.61 - - [2025-12-29 02:15:55] "POST /neutron/network HTTP/1.1" 200 903 0.007838 10.0.0.27 - - [2025-12-29 02:15:56] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.61 - - [2025-12-29 02:15:56] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.079289 10.0.0.61 - - [2025-12-29 02:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.007886 10.0.0.61 - - [2025-12-29 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 256 0.001589 10.0.0.61 - - [2025-12-29 02:15:57] "POST /neutron/network HTTP/1.1" 200 903 0.006809 10.0.0.61 - - [2025-12-29 02:15:57] "POST /neutron/port HTTP/1.1" 200 1063 0.021074 10.0.0.27 - - [2025-12-29 02:15:57] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.61 - - [2025-12-29 02:15:57] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067048 10.0.0.61 - - [2025-12-29 02:15:57] "POST /neutron/port HTTP/1.1" 200 1127 0.022734 10.0.0.61 - - [2025-12-29 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.014469 10.0.0.61 - - [2025-12-29 02:15:57] "POST /neutron/network HTTP/1.1" 200 893 0.026145 10.0.0.27 - - [2025-12-29 02:15:58] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.61 - - [2025-12-29 02:15:58] "POST /neutron/port HTTP/1.1" 200 1063 0.388043 10.0.0.61 - - [2025-12-29 02:15:58] "POST /neutron/port HTTP/1.1" 200 1117 0.121080 10.0.0.61 - - [2025-12-29 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.008857 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /project/21be1a38d57e47a8a98430e881769996 HTTP/1.1" 404 173 0.010103 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /project/0128afec57654ee5b20848ac1c7643e0 HTTP/1.1" 404 173 0.009282 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003760 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001967 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.094088 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/1443797b-f429-40ee-a296-44da70909f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.101763 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000829 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000750 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/1443797b-f429-40ee-a296-44da70909f64?fields=security_groups HTTP/1.1" 200 1395 0.042831 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?fields=security_groups HTTP/1.1" 200 1396 0.074370 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /security-group/f201cb7b-59e6-488b-8af5-ed652f2a07e8 HTTP/1.1" 200 115 0.085978 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=1443797b-f429-40ee-a296-44da70909f64&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000903 10.0.0.61 - - [2025-12-29 02:15:59] "DELETE /access-control-list/074571a6-2ab1-4b1f-b53f-7e7dd7d45106 HTTP/1.1" 200 115 0.060688 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /security-group/3352f26a-d048-4c34-9874-e8bba61e9c0d HTTP/1.1" 200 115 0.094795 10.0.0.27 - - [2025-12-29 02:15:59] "GET /projects?obj_uuids=0128afec-5765-4ee5-b208-48ac1c7643e0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/1443797b-f429-40ee-a296-44da70909f64?fields=application_policy_sets HTTP/1.1" 200 1434 0.069643 10.0.0.61 - - [2025-12-29 02:15:59] "POST /neutron/network HTTP/1.1" 200 893 0.030857 10.0.0.27 - - [2025-12-29 02:15:59] "GET /project/0128afec-5765-4ee5-b208-48ac1c7643e0?fields=application_policy_sets HTTP/1.1" 200 1435 0.120201 10.0.0.61 - - [2025-12-29 02:15:59] "DELETE /access-control-list/00115df1-6444-4018-98f0-6970b5509067 HTTP/1.1" 200 115 0.068462 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /project/1443797b-f429-40ee-a296-44da70909f64 HTTP/1.1" 200 115 0.634223 10.0.0.27 - - [2025-12-29 02:15:59] "DELETE /project/0128afec-5765-4ee5-b208-48ac1c7643e0 HTTP/1.1" 200 115 0.669061 10.0.0.61 - - [2025-12-29 02:16:00] "POST /neutron/port HTTP/1.1" 200 1117 0.021194 10.0.0.61 - - [2025-12-29 02:16:00] "POST /neutron/port HTTP/1.1" 200 1117 0.016105 10.0.0.61 - - [2025-12-29 02:16:01] "POST /neutron/network HTTP/1.1" 200 893 0.007627 10.0.0.27 - - [2025-12-29 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.27 - - [2025-12-29 02:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.61 - - [2025-12-29 02:16:02] "POST /neutron/network HTTP/1.1" 200 151 0.147417 10.0.0.61 - - [2025-12-29 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2025-12-29 02:16:02] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.61 - - [2025-12-29 02:16:02] "DELETE /route-target/c4ce481b-a26c-4ced-808f-d0a43d81dc2f HTTP/1.1" 200 115 0.054734 10.0.0.61 - - [2025-12-29 02:16:02] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.094777 10.0.0.27 - - [2025-12-29 02:16:02] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002118 10.0.0.61 - - [2025-12-29 02:16:02] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?fields=virtual_networks HTTP/1.1" 200 1035 0.066595 10.0.0.27 - - [2025-12-29 02:16:02] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000881 10.0.0.61 - - [2025-12-29 02:16:02] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.063473 10.0.0.27 - - [2025-12-29 02:16:02] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.61 - - [2025-12-29 02:16:02] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?fields=security_groups HTTP/1.1" 200 1263 0.051536 10.0.0.61 - - [2025-12-29 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.026120 10.0.0.27 - - [2025-12-29 02:16:03] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003798 10.0.0.27 - - [2025-12-29 02:16:03] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.27 - - [2025-12-29 02:16:03] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007072 10.0.0.27 - - [2025-12-29 02:16:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.004443 10.0.0.27 - - [2025-12-29 02:16:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.009552 10.0.0.27 - - [2025-12-29 02:16:04] "POST /security-groups HTTP/1.1" 200 599 0.035539 10.0.0.27 - - [2025-12-29 02:16:04] "POST /projects HTTP/1.1" 200 601 0.264049 10.0.0.61 - - [2025-12-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 404 241 0.009099 10.0.0.27 - - [2025-12-29 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.340579 10.0.0.61 - - [2025-12-29 02:16:04] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.489516 10.0.0.27 - - [2025-12-29 02:16:04] "GET /obj-perms HTTP/1.1" 200 5056 0.096201 10.0.0.61 - - [2025-12-29 02:16:05] "GET /obj-perms HTTP/1.1" 200 5056 0.073092 10.0.0.61 - - [2025-12-29 02:16:05] "GET / HTTP/1.1" 200 35931 0.002474 10.0.0.61 - - [2025-12-29 02:16:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.61 - - [2025-12-29 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.058910 10.0.0.27 - - [2025-12-29 02:16:06] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.61 - - [2025-12-29 02:16:06] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043055 10.0.0.61 - - [2025-12-29 02:16:06] "POST /neutron/network HTTP/1.1" 200 117 0.041181 10.0.0.61 - - [2025-12-29 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.025898 10.0.0.61 - - [2025-12-29 02:16:07] "POST /neutron/network HTTP/1.1" 200 909 0.008074 10.0.0.61 - - [2025-12-29 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001029 10.0.0.61 - - [2025-12-29 02:16:07] "GET /virtual-network/3cd0067e-dff6-4ca0-bf65-03a8fe43b210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004941 10.0.0.61 - - [2025-12-29 02:16:07] "GET /virtual-network/3cd0067e-dff6-4ca0-bf65-03a8fe43b210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005349 10.0.0.61 - - [2025-12-29 02:16:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.008196 10.0.0.61 - - [2025-12-29 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-12-29 02:16:07] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.61 - - [2025-12-29 02:16:07] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.062567 10.0.0.27 - - [2025-12-29 02:16:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005873 10.0.0.61 - - [2025-12-29 02:16:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.238744 10.0.0.61 - - [2025-12-29 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 267 0.001173 10.0.0.61 - - [2025-12-29 02:16:08] "GET /virtual-network/40dc9299-12f5-47ed-acf9-1a9196030964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.007282 10.0.0.61 - - [2025-12-29 02:16:08] "GET /virtual-network/40dc9299-12f5-47ed-acf9-1a9196030964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005215 10.0.0.61 - - [2025-12-29 02:16:08] "POST /neutron/network HTTP/1.1" 200 908 0.007743 10.0.0.61 - - [2025-12-29 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-12-29 02:16:08] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000811 10.0.0.61 - - [2025-12-29 02:16:08] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064116 10.0.0.27 - - [2025-12-29 02:16:08] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.61 - - [2025-12-29 02:16:08] "POST /neutron/network HTTP/1.1" 200 693 0.143967 10.0.0.61 - - [2025-12-29 02:16:08] "POST /route-targets HTTP/1.1" 200 327 0.015699 10.0.0.61 - - [2025-12-29 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 268 0.002881 10.0.0.61 - - [2025-12-29 02:16:08] "GET /virtual-network/c66b2147-b3f5-485e-b997-4105a50b9428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005136 10.0.0.61 - - [2025-12-29 02:16:08] "POST /neutron/network HTTP/1.1" 200 909 0.005531 10.0.0.61 - - [2025-12-29 02:16:08] "GET /virtual-network/c66b2147-b3f5-485e-b997-4105a50b9428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005065 10.0.0.61 - - [2025-12-29 02:16:08] "POST /id-to-fqname HTTP/1.1" 200 267 0.001185 10.0.0.61 - - [2025-12-29 02:16:42] "POST /neutron/network HTTP/1.1" 200 918 0.008081 10.0.0.27 - - [2025-12-29 02:16:43] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.61 - - [2025-12-29 02:16:43] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.084856 10.0.0.61 - - [2025-12-29 02:16:43] "POST /neutron/port HTTP/1.1" 200 117 0.006052 10.0.0.61 - - [2025-12-29 02:16:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.001149 10.0.0.61 - - [2025-12-29 02:16:43] "POST /neutron/network HTTP/1.1" 200 918 0.007117 10.0.0.61 - - [2025-12-29 02:16:44] "POST /neutron/port HTTP/1.1" 200 1066 0.023147 10.0.0.27 - - [2025-12-29 02:16:44] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001442 10.0.0.61 - - [2025-12-29 02:16:44] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.159905 10.0.0.61 - - [2025-12-29 02:16:44] "POST /neutron/port HTTP/1.1" 200 1130 0.028661 10.0.0.61 - - [2025-12-29 02:16:44] "POST /neutron/port HTTP/1.1" 200 1130 0.047233 10.0.0.61 - - [2025-12-29 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013281 10.0.0.27 - - [2025-12-29 02:16:45] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001236 10.0.0.61 - - [2025-12-29 02:16:45] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.075263 10.0.0.27 - - [2025-12-29 02:16:45] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.61 - - [2025-12-29 02:16:46] "POST /neutron/port HTTP/1.1" 200 1065 0.629722 10.0.0.61 - - [2025-12-29 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005283 10.0.0.61 - - [2025-12-29 02:16:46] "GET /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.014088 10.0.0.61 - - [2025-12-29 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.27 - - [2025-12-29 02:16:46] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001464 10.0.0.61 - - [2025-12-29 02:16:46] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.085495 10.0.0.61 - - [2025-12-29 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.61 - - [2025-12-29 02:16:46] "GET /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004670 10.0.0.61 - - [2025-12-29 02:16:46] "POST /neutron/port HTTP/1.1" 200 1119 0.255845 10.0.0.61 - - [2025-12-29 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012420 10.0.0.61 - - [2025-12-29 02:16:46] "PUT /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8 HTTP/1.1" 200 262 0.037186 10.0.0.61 - - [2025-12-29 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.018139 10.0.0.61 - - [2025-12-29 02:16:46] "PUT /access-control-list/5dc5a6ff-2baa-49bb-a745-e27e922ab185 HTTP/1.1" 200 272 0.033424 10.0.0.61 - - [2025-12-29 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003251 10.0.0.61 - - [2025-12-29 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.27 - - [2025-12-29 02:16:47] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.61 - - [2025-12-29 02:16:47] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014483 10.0.0.61 - - [2025-12-29 02:16:47] "POST /service-templates HTTP/1.1" 200 543 0.062124 10.0.0.61 - - [2025-12-29 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013175 10.0.0.61 - - [2025-12-29 02:16:47] "GET /service-template/5453bf73-bf2b-4284-bd9b-d148049d7e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.007407 10.0.0.61 - - [2025-12-29 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012815 10.0.0.61 - - [2025-12-29 02:16:47] "GET /service-template/5453bf73-bf2b-4284-bd9b-d148049d7e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005940 10.0.0.61 - - [2025-12-29 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.003725 10.0.0.61 - - [2025-12-29 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.002609 10.0.0.61 - - [2025-12-29 02:16:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001477 10.0.0.61 - - [2025-12-29 02:16:48] "POST /neutron/port HTTP/1.1" 200 2107 0.054482 10.0.0.61 - - [2025-12-29 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006890 10.0.0.61 - - [2025-12-29 02:16:48] "DELETE /service-template/5453bf73-bf2b-4284-bd9b-d148049d7e2c HTTP/1.1" 200 115 0.071967 10.0.0.61 - - [2025-12-29 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.006868 10.0.0.61 - - [2025-12-29 02:16:51] "POST /neutron/network HTTP/1.1" 400 204 0.033256 10.0.0.61 - - [2025-12-29 02:16:55] "POST /neutron/network HTTP/1.1" 200 908 0.016037 10.0.0.61 - - [2025-12-29 02:16:57] "POST /neutron/network HTTP/1.1" 400 204 0.027632 10.0.0.27 - - [2025-12-29 02:17:00] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000843 10.0.0.27 - - [2025-12-29 02:17:00] "DELETE /project/240d8598ef3e422c92fc0935c2bdb306 HTTP/1.1" 404 173 0.013434 10.0.0.27 - - [2025-12-29 02:17:00] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.072981 10.0.0.27 - - [2025-12-29 02:17:00] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.27 - - [2025-12-29 02:17:00] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?fields=security_groups HTTP/1.1" 200 1368 0.079490 10.0.0.27 - - [2025-12-29 02:17:00] "DELETE /security-group/81274b6e-427d-457b-bb11-b8f4231ac141 HTTP/1.1" 200 115 0.138632 10.0.0.27 - - [2025-12-29 02:17:00] "GET /projects?obj_uuids=21be1a38-d57e-47a8-a984-30e881769996&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001026 10.0.0.27 - - [2025-12-29 02:17:00] "GET /project/21be1a38-d57e-47a8-a984-30e881769996?fields=application_policy_sets HTTP/1.1" 200 1407 0.082954 10.0.0.27 - - [2025-12-29 02:17:00] "DELETE /project/21be1a38-d57e-47a8-a984-30e881769996 HTTP/1.1" 200 115 0.756437 10.0.0.61 - - [2025-12-29 02:17:01] "POST /neutron/network HTTP/1.1" 200 908 0.022156 10.0.0.61 - - [2025-12-29 02:17:03] "POST /neutron/network HTTP/1.1" 400 204 0.026507 10.0.0.22 - - [2025-12-29 02:17:05] "GET /obj-perms HTTP/1.1" 200 5056 0.080730 10.0.0.61 - - [2025-12-29 02:17:07] "POST /neutron/network HTTP/1.1" 200 908 0.007923 10.0.0.61 - - [2025-12-29 02:17:10] "POST /neutron/network HTTP/1.1" 400 204 0.042366 10.0.0.61 - - [2025-12-29 02:17:14] "POST /neutron/network HTTP/1.1" 200 908 0.018814 10.0.0.61 - - [2025-12-29 02:17:16] "POST /neutron/network HTTP/1.1" 400 204 0.019671 10.0.0.61 - - [2025-12-29 02:17:20] "POST /neutron/network HTTP/1.1" 200 908 0.007028 10.0.0.61 - - [2025-12-29 02:17:22] "POST /neutron/network HTTP/1.1" 400 204 0.013453 10.0.0.61 - - [2025-12-29 02:17:26] "POST /neutron/network HTTP/1.1" 200 908 0.007168 10.0.0.61 - - [2025-12-29 02:17:28] "POST /neutron/network HTTP/1.1" 400 204 0.014351 10.0.0.61 - - [2025-12-29 02:17:32] "POST /neutron/network HTTP/1.1" 200 908 0.011128 10.0.0.61 - - [2025-12-29 02:17:34] "POST /neutron/network HTTP/1.1" 400 204 0.015668 10.0.0.61 - - [2025-12-29 02:17:38] "POST /neutron/network HTTP/1.1" 200 908 0.010288 10.0.0.61 - - [2025-12-29 02:17:40] "POST /neutron/network HTTP/1.1" 400 204 0.014992 10.0.0.61 - - [2025-12-29 02:17:42] "POST /neutron/network HTTP/1.1" 200 909 0.006349 10.0.0.61 - - [2025-12-29 02:17:44] "POST /neutron/network HTTP/1.1" 400 204 0.022819 10.0.0.61 - - [2025-12-29 02:17:45] "POST /neutron/port HTTP/1.1" 200 151 0.188797 10.0.0.61 - - [2025-12-29 02:17:47] "POST /neutron/network HTTP/1.1" 400 204 0.017038 10.0.0.61 - - [2025-12-29 02:17:51] "POST /neutron/network HTTP/1.1" 200 909 0.009560 10.0.0.22 - - [2025-12-29 02:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.22 - - [2025-12-29 02:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-29 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-29 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-12-29 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-12-29 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-12-29 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.27 - - [2025-12-29 02:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.61 - - [2025-12-29 02:17:53] "POST /neutron/network HTTP/1.1" 400 204 0.018749 10.0.0.61 - - [2025-12-29 02:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-29 02:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.61 - - [2025-12-29 02:17:54] "POST /neutron/port HTTP/1.1" 200 151 0.184043 10.0.0.61 - - [2025-12-29 02:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.61 - - [2025-12-29 02:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2025-12-29 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003677 10.0.0.27 - - [2025-12-29 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004543 10.0.0.61 - - [2025-12-29 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.150619 10.0.0.61 - - [2025-12-29 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015001 10.0.0.27 - - [2025-12-29 02:17:55] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.61 - - [2025-12-29 02:17:55] "DELETE /route-target/557e8c02-a5d9-4c36-bc8f-7916b99b128c HTTP/1.1" 200 115 0.045853 10.0.0.61 - - [2025-12-29 02:17:55] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087813 10.0.0.27 - - [2025-12-29 02:17:55] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.61 - - [2025-12-29 02:17:55] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.038754 10.0.0.27 - - [2025-12-29 02:17:57] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.61 - - [2025-12-29 02:17:57] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041956 10.0.0.27 - - [2025-12-29 02:17:57] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.61 - - [2025-12-29 02:17:57] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.054926 10.0.0.27 - - [2025-12-29 02:17:59] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.61 - - [2025-12-29 02:17:59] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046034 10.0.0.27 - - [2025-12-29 02:17:59] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.61 - - [2025-12-29 02:17:59] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.055539 10.0.0.27 - - [2025-12-29 02:18:02] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.61 - - [2025-12-29 02:18:02] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048380 10.0.0.27 - - [2025-12-29 02:18:02] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001528 10.0.0.61 - - [2025-12-29 02:18:02] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.050960 10.0.0.27 - - [2025-12-29 02:18:04] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002199 10.0.0.61 - - [2025-12-29 02:18:04] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056054 10.0.0.27 - - [2025-12-29 02:18:04] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.61 - - [2025-12-29 02:18:04] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.055988 10.0.0.27 - - [2025-12-29 02:18:06] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.61 - - [2025-12-29 02:18:06] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061853 10.0.0.27 - - [2025-12-29 02:18:06] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.61 - - [2025-12-29 02:18:06] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.062893 10.0.0.27 - - [2025-12-29 02:18:08] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.61 - - [2025-12-29 02:18:08] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.031781 10.0.0.27 - - [2025-12-29 02:18:08] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.61 - - [2025-12-29 02:18:08] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.092003 10.0.0.27 - - [2025-12-29 02:18:10] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.61 - - [2025-12-29 02:18:10] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044466 10.0.0.27 - - [2025-12-29 02:18:10] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.61 - - [2025-12-29 02:18:10] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.051880 10.0.0.27 - - [2025-12-29 02:18:12] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.61 - - [2025-12-29 02:18:12] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038342 10.0.0.27 - - [2025-12-29 02:18:12] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.61 - - [2025-12-29 02:18:12] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.083250 10.0.0.27 - - [2025-12-29 02:18:14] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.61 - - [2025-12-29 02:18:15] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045452 10.0.0.27 - - [2025-12-29 02:18:15] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.61 - - [2025-12-29 02:18:15] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.044736 10.0.0.27 - - [2025-12-29 02:18:17] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.61 - - [2025-12-29 02:18:17] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033769 10.0.0.27 - - [2025-12-29 02:18:17] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001888 10.0.0.61 - - [2025-12-29 02:18:17] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.089619 10.0.0.27 - - [2025-12-29 02:18:19] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.61 - - [2025-12-29 02:18:19] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048539 10.0.0.27 - - [2025-12-29 02:18:19] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.61 - - [2025-12-29 02:18:19] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.044878 10.0.0.27 - - [2025-12-29 02:18:21] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000943 10.0.0.61 - - [2025-12-29 02:18:21] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043171 10.0.0.27 - - [2025-12-29 02:18:21] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.61 - - [2025-12-29 02:18:21] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.049317 10.0.0.27 - - [2025-12-29 02:18:23] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001564 10.0.0.61 - - [2025-12-29 02:18:23] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046063 10.0.0.27 - - [2025-12-29 02:18:23] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.61 - - [2025-12-29 02:18:23] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.053925 10.0.0.27 - - [2025-12-29 02:18:25] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.61 - - [2025-12-29 02:18:25] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044007 10.0.0.27 - - [2025-12-29 02:18:25] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.61 - - [2025-12-29 02:18:25] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.039453 10.0.0.27 - - [2025-12-29 02:18:27] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000898 10.0.0.61 - - [2025-12-29 02:18:27] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.037925 10.0.0.27 - - [2025-12-29 02:18:27] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.61 - - [2025-12-29 02:18:27] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.051316 10.0.0.27 - - [2025-12-29 02:18:29] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.61 - - [2025-12-29 02:18:30] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058335 10.0.0.27 - - [2025-12-29 02:18:30] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001741 10.0.0.61 - - [2025-12-29 02:18:30] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.054304 10.0.0.27 - - [2025-12-29 02:18:32] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.61 - - [2025-12-29 02:18:32] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039540 10.0.0.27 - - [2025-12-29 02:18:32] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.61 - - [2025-12-29 02:18:32] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.037338 10.0.0.27 - - [2025-12-29 02:18:34] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.61 - - [2025-12-29 02:18:34] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043698 10.0.0.27 - - [2025-12-29 02:18:34] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000802 10.0.0.61 - - [2025-12-29 02:18:34] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.043159 10.0.0.27 - - [2025-12-29 02:18:36] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.61 - - [2025-12-29 02:18:36] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047013 10.0.0.27 - - [2025-12-29 02:18:36] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.61 - - [2025-12-29 02:18:36] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.065371 10.0.0.27 - - [2025-12-29 02:18:38] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.61 - - [2025-12-29 02:18:38] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043840 10.0.0.27 - - [2025-12-29 02:18:38] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001116 10.0.0.61 - - [2025-12-29 02:18:38] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.047354 10.0.0.27 - - [2025-12-29 02:18:40] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.61 - - [2025-12-29 02:18:40] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045545 10.0.0.27 - - [2025-12-29 02:18:40] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.61 - - [2025-12-29 02:18:40] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.052770 10.0.0.27 - - [2025-12-29 02:18:42] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.61 - - [2025-12-29 02:18:42] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039088 10.0.0.27 - - [2025-12-29 02:18:42] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000844 10.0.0.61 - - [2025-12-29 02:18:42] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.042185 10.0.0.27 - - [2025-12-29 02:18:44] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.61 - - [2025-12-29 02:18:45] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036491 10.0.0.27 - - [2025-12-29 02:18:45] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000828 10.0.0.61 - - [2025-12-29 02:18:45] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.079693 10.0.0.27 - - [2025-12-29 02:18:47] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.61 - - [2025-12-29 02:18:47] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054979 10.0.0.27 - - [2025-12-29 02:18:47] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000816 10.0.0.61 - - [2025-12-29 02:18:47] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.038675 10.0.0.27 - - [2025-12-29 02:18:49] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.61 - - [2025-12-29 02:18:49] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043708 10.0.0.27 - - [2025-12-29 02:18:49] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.61 - - [2025-12-29 02:18:49] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.048828 10.0.0.27 - - [2025-12-29 02:18:51] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.61 - - [2025-12-29 02:18:51] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043520 10.0.0.27 - - [2025-12-29 02:18:51] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.61 - - [2025-12-29 02:18:51] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.042692 10.0.0.27 - - [2025-12-29 02:18:53] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.61 - - [2025-12-29 02:18:53] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042332 10.0.0.27 - - [2025-12-29 02:18:53] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001310 10.0.0.61 - - [2025-12-29 02:18:53] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.044525 10.0.0.27 - - [2025-12-29 02:18:55] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.61 - - [2025-12-29 02:18:55] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043037 10.0.0.27 - - [2025-12-29 02:18:55] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000866 10.0.0.61 - - [2025-12-29 02:18:55] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.043711 10.0.0.27 - - [2025-12-29 02:18:57] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.61 - - [2025-12-29 02:18:57] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035922 10.0.0.27 - - [2025-12-29 02:18:57] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001698 10.0.0.61 - - [2025-12-29 02:18:57] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.040347 10.0.0.27 - - [2025-12-29 02:18:59] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.61 - - [2025-12-29 02:19:00] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050894 10.0.0.27 - - [2025-12-29 02:19:00] "GET /projects?obj_uuids=240d8598-ef3e-422c-92fc-0935c2bdb306&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.61 - - [2025-12-29 02:19:00] "GET /project/240d8598-ef3e-422c-92fc-0935c2bdb306?fields=virtual_networks HTTP/1.1" 200 1332 0.061002 10.0.0.61 - - [2025-12-29 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.028964 10.0.0.27 - - [2025-12-29 02:19:00] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002974 10.0.0.27 - - [2025-12-29 02:19:00] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.27 - - [2025-12-29 02:19:00] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007576 10.0.0.27 - - [2025-12-29 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 191 0.001158 10.0.0.27 - - [2025-12-29 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 200 0.004625 10.0.0.27 - - [2025-12-29 02:19:00] "POST /security-groups HTTP/1.1" 200 592 0.036834 10.0.0.27 - - [2025-12-29 02:19:00] "POST /projects HTTP/1.1" 200 587 0.244641 10.0.0.61 - - [2025-12-29 02:19:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.009539 10.0.0.27 - - [2025-12-29 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.323134 10.0.0.27 - - [2025-12-29 02:19:00] "DELETE /project/acefe2184dd14c038580e412a40499ad HTTP/1.1" 404 173 0.004201 10.0.0.61 - - [2025-12-29 02:19:00] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.472232 10.0.0.61 - - [2025-12-29 02:19:02] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.61 - - [2025-12-29 02:19:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.61 - - [2025-12-29 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.058140 10.0.0.27 - - [2025-12-29 02:19:02] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.61 - - [2025-12-29 02:19:02] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041384 10.0.0.61 - - [2025-12-29 02:19:03] "POST /neutron/network HTTP/1.1" 200 117 0.041969 10.0.0.61 - - [2025-12-29 02:19:03] "POST /ref-update HTTP/1.1" 200 156 0.034649 10.0.0.61 - - [2025-12-29 02:19:03] "POST /neutron/network HTTP/1.1" 200 890 0.008836 10.0.0.61 - - [2025-12-29 02:19:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001289 10.0.0.61 - - [2025-12-29 02:19:03] "GET /virtual-network/1aada860-39c2-4ecc-a537-6568b22f9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004979 10.0.0.61 - - [2025-12-29 02:19:03] "GET /virtual-network/1aada860-39c2-4ecc-a537-6568b22f9bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005398 10.0.0.61 - - [2025-12-29 02:19:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.008678 10.0.0.61 - - [2025-12-29 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-12-29 02:19:03] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.61 - - [2025-12-29 02:19:03] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059619 10.0.0.27 - - [2025-12-29 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007902 10.0.0.61 - - [2025-12-29 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.269583 10.0.0.61 - - [2025-12-29 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 253 0.001326 10.0.0.61 - - [2025-12-29 02:19:04] "GET /virtual-network/a50f8265-ba5f-4de5-b16b-ee896dc411b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005607 10.0.0.61 - - [2025-12-29 02:19:04] "GET /virtual-network/a50f8265-ba5f-4de5-b16b-ee896dc411b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005584 10.0.0.61 - - [2025-12-29 02:19:04] "POST /neutron/network HTTP/1.1" 200 890 0.010150 10.0.0.61 - - [2025-12-29 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.27 - - [2025-12-29 02:19:04] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001419 10.0.0.61 - - [2025-12-29 02:19:04] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066398 10.0.0.27 - - [2025-12-29 02:19:04] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.61 - - [2025-12-29 02:19:04] "POST /neutron/network HTTP/1.1" 200 672 0.126004 10.0.0.61 - - [2025-12-29 02:19:04] "POST /route-targets HTTP/1.1" 200 327 0.012543 10.0.0.61 - - [2025-12-29 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 254 0.003295 10.0.0.61 - - [2025-12-29 02:19:05] "GET /virtual-network/4ad56efe-9d4f-474b-ae85-da348080d4b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.011987 10.0.0.61 - - [2025-12-29 02:19:05] "POST /neutron/network HTTP/1.1" 200 890 0.006555 10.0.0.61 - - [2025-12-29 02:19:05] "GET /virtual-network/4ad56efe-9d4f-474b-ae85-da348080d4b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005335 10.0.0.61 - - [2025-12-29 02:19:05] "POST /id-to-fqname HTTP/1.1" 200 253 0.001209 10.0.0.61 - - [2025-12-29 02:19:05] "POST /neutron/network HTTP/1.1" 200 900 0.006458 10.0.0.27 - - [2025-12-29 02:19:06] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.61 - - [2025-12-29 02:19:06] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.084239 10.0.0.61 - - [2025-12-29 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.006063 10.0.0.61 - - [2025-12-29 02:19:06] "POST /id-to-fqname HTTP/1.1" 200 254 0.001198 10.0.0.61 - - [2025-12-29 02:19:06] "POST /neutron/network HTTP/1.1" 200 900 0.006231 10.0.0.61 - - [2025-12-29 02:19:07] "POST /neutron/port HTTP/1.1" 200 1062 0.028532 10.0.0.61 - - [2025-12-29 02:19:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016786 10.0.0.61 - - [2025-12-29 02:19:07] "POST /neutron/network HTTP/1.1" 200 890 0.006377 10.0.0.27 - - [2025-12-29 02:19:07] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.61 - - [2025-12-29 02:19:07] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.183593 10.0.0.61 - - [2025-12-29 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007062 10.0.0.27 - - [2025-12-29 02:19:08] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.61 - - [2025-12-29 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.008693 10.0.0.61 - - [2025-12-29 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.61 - - [2025-12-29 02:19:08] "POST /neutron/port HTTP/1.1" 200 1060 0.397563 10.0.0.27 - - [2025-12-29 02:19:08] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.61 - - [2025-12-29 02:19:08] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007310 10.0.0.61 - - [2025-12-29 02:19:08] "POST /service-templates HTTP/1.1" 200 543 0.048222 10.0.0.61 - - [2025-12-29 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005985 10.0.0.61 - - [2025-12-29 02:19:08] "POST /neutron/port HTTP/1.1" 200 1114 0.126131 10.0.0.61 - - [2025-12-29 02:19:08] "GET /service-template/5fe07ce3-1191-42e4-894a-6ddef48c50b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005238 10.0.0.61 - - [2025-12-29 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006817 10.0.0.61 - - [2025-12-29 02:19:09] "GET /service-template/5fe07ce3-1191-42e4-894a-6ddef48c50b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003407 10.0.0.61 - - [2025-12-29 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 693 0.008937 10.0.0.61 - - [2025-12-29 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 253 0.001397 10.0.0.61 - - [2025-12-29 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 253 0.001552 10.0.0.61 - - [2025-12-29 02:19:09] "POST /id-to-fqname HTTP/1.1" 200 254 0.001206 10.0.0.61 - - [2025-12-29 02:19:09] "POST /neutron/port HTTP/1.1" 200 2098 0.025896 10.0.0.61 - - [2025-12-29 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-29 02:19:09] "DELETE /service-template/5fe07ce3-1191-42e4-894a-6ddef48c50b3 HTTP/1.1" 200 115 0.036364 10.0.0.61 - - [2025-12-29 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.004726 10.0.0.61 - - [2025-12-29 02:19:11] "POST /neutron/network HTTP/1.1" 400 204 0.012576 10.0.0.61 - - [2025-12-29 02:19:12] "POST /neutron/port HTTP/1.1" 200 151 0.213193 10.0.0.61 - - [2025-12-29 02:19:12] "POST /neutron/port HTTP/1.1" 200 151 0.249103 10.0.0.61 - - [2025-12-29 02:19:13] "DELETE /route-target/7c83614c-d406-4171-97c8-0b470f816d77 HTTP/1.1" 200 115 0.027470 10.0.0.61 - - [2025-12-29 02:19:13] "POST /neutron/network HTTP/1.1" 200 890 0.014457 10.0.0.27 - - [2025-12-29 02:19:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003594 10.0.0.61 - - [2025-12-29 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-12-29 02:19:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005079 10.0.0.61 - - [2025-12-29 02:19:13] "POST /neutron/network HTTP/1.1" 200 151 0.109654 10.0.0.27 - - [2025-12-29 02:19:13] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.61 - - [2025-12-29 02:19:14] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083783 10.0.0.27 - - [2025-12-29 02:19:14] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000857 10.0.0.61 - - [2025-12-29 02:19:14] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?fields=virtual_networks HTTP/1.1" 200 1033 0.049254 10.0.0.27 - - [2025-12-29 02:19:14] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.61 - - [2025-12-29 02:19:14] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.046218 10.0.0.27 - - [2025-12-29 02:19:14] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.61 - - [2025-12-29 02:19:14] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?fields=security_groups HTTP/1.1" 200 1260 0.043652 10.0.0.61 - - [2025-12-29 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.026530 10.0.0.27 - - [2025-12-29 02:19:15] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003131 10.0.0.27 - - [2025-12-29 02:19:15] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.27 - - [2025-12-29 02:19:15] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006757 10.0.0.27 - - [2025-12-29 02:19:15] "POST /id-to-fqname HTTP/1.1" 200 195 0.001073 10.0.0.27 - - [2025-12-29 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 204 0.005227 10.0.0.27 - - [2025-12-29 02:19:15] "POST /security-groups HTTP/1.1" 200 596 0.077526 10.0.0.27 - - [2025-12-29 02:19:15] "POST /projects HTTP/1.1" 200 595 0.286419 10.0.0.61 - - [2025-12-29 02:19:15] "POST /access-control-lists HTTP/1.1" 200 601 0.027139 10.0.0.27 - - [2025-12-29 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.354454 10.0.0.61 - - [2025-12-29 02:19:15] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.531123 10.0.0.61 - - [2025-12-29 02:19:16] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.61 - - [2025-12-29 02:19:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.61 - - [2025-12-29 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055032 10.0.0.27 - - [2025-12-29 02:19:17] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000923 10.0.0.61 - - [2025-12-29 02:19:17] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.044446 10.0.0.61 - - [2025-12-29 02:19:17] "POST /route-targets HTTP/1.1" 200 327 0.013152 10.0.0.27 - - [2025-12-29 02:19:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008816 10.0.0.61 - - [2025-12-29 02:19:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.298263 10.0.0.61 - - [2025-12-29 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 261 0.001159 10.0.0.61 - - [2025-12-29 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.024291 10.0.0.61 - - [2025-12-29 02:19:18] "GET /virtual-network/9c89ac49-b3ae-44ea-9ee2-92353dfd7cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.009971 10.0.0.61 - - [2025-12-29 02:19:18] "POST /neutron/network HTTP/1.1" 200 1074 0.008642 10.0.0.61 - - [2025-12-29 02:19:18] "GET /virtual-network/9c89ac49-b3ae-44ea-9ee2-92353dfd7cb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004853 10.0.0.61 - - [2025-12-29 02:19:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.009066 10.0.0.61 - - [2025-12-29 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-12-29 02:19:18] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000887 10.0.0.61 - - [2025-12-29 02:19:18] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.032598 10.0.0.61 - - [2025-12-29 02:19:18] "POST /ref-update HTTP/1.1" 200 156 0.018056 10.0.0.27 - - [2025-12-29 02:19:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005943 10.0.0.61 - - [2025-12-29 02:19:18] "POST /neutron/subnet HTTP/1.1" 200 828 0.211533 10.0.0.61 - - [2025-12-29 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005265 10.0.0.61 - - [2025-12-29 02:19:19] "POST /id-to-fqname HTTP/1.1" 200 261 0.001695 10.0.0.61 - - [2025-12-29 02:19:19] "GET /virtual-network/d50cecf3-d9eb-4449-94fa-8a9519ca5f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006430 10.0.0.61 - - [2025-12-29 02:19:19] "POST /neutron/network HTTP/1.1" 200 1074 0.007912 10.0.0.61 - - [2025-12-29 02:19:19] "GET /virtual-network/d50cecf3-d9eb-4449-94fa-8a9519ca5f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004647 10.0.0.61 - - [2025-12-29 02:19:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.009496 10.0.0.61 - - [2025-12-29 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-12-29 02:19:19] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000918 10.0.0.61 - - [2025-12-29 02:19:19] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050831 10.0.0.27 - - [2025-12-29 02:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007569 10.0.0.61 - - [2025-12-29 02:19:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.191771 10.0.0.61 - - [2025-12-29 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 262 0.001234 10.0.0.61 - - [2025-12-29 02:19:20] "GET /virtual-network/b355c38f-3f53-4c22-b08d-96eb0fb0be0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2749 0.006876 10.0.0.61 - - [2025-12-29 02:19:20] "POST /neutron/network HTTP/1.1" 200 1078 0.011377 10.0.0.61 - - [2025-12-29 02:19:20] "GET /virtual-network/b355c38f-3f53-4c22-b08d-96eb0fb0be0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2749 0.006931 10.0.0.61 - - [2025-12-29 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.011602 10.0.0.61 - - [2025-12-29 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 261 0.001092 10.0.0.27 - - [2025-12-29 02:19:21] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000897 10.0.0.61 - - [2025-12-29 02:19:21] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.073171 10.0.0.61 - - [2025-12-29 02:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.006146 10.0.0.61 - - [2025-12-29 02:19:21] "POST /id-to-fqname HTTP/1.1" 200 262 0.001180 10.0.0.61 - - [2025-12-29 02:19:21] "POST /neutron/network HTTP/1.1" 200 1088 0.007372 10.0.0.61 - - [2025-12-29 02:19:22] "POST /neutron/port HTTP/1.1" 200 1171 0.022933 10.0.0.27 - - [2025-12-29 02:19:22] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001020 10.0.0.61 - - [2025-12-29 02:19:22] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.108767 10.0.0.61 - - [2025-12-29 02:19:22] "POST /neutron/port HTTP/1.1" 200 1235 0.041058 10.0.0.61 - - [2025-12-29 02:19:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005403 10.0.0.61 - - [2025-12-29 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.61 - - [2025-12-29 02:19:22] "POST /neutron/security_group HTTP/1.1" 200 2063 0.012406 10.0.0.27 - - [2025-12-29 02:19:22] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002278 10.0.0.61 - - [2025-12-29 02:19:23] "POST /neutron/port HTTP/1.1" 200 1173 0.362868 10.0.0.61 - - [2025-12-29 02:19:23] "POST /neutron/port HTTP/1.1" 200 1227 0.108732 10.0.0.61 - - [2025-12-29 02:19:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.61 - - [2025-12-29 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.61 - - [2025-12-29 02:19:24] "POST /neutron/network HTTP/1.1" 400 204 0.012677 10.0.0.61 - - [2025-12-29 02:19:24] "POST /neutron/port HTTP/1.1" 200 151 0.212950 10.0.0.61 - - [2025-12-29 02:19:25] "POST /neutron/port HTTP/1.1" 200 151 0.218647 10.0.0.27 - - [2025-12-29 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.61 - - [2025-12-29 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.27 - - [2025-12-29 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.27 - - [2025-12-29 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002148 10.0.0.27 - - [2025-12-29 02:19:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002009 10.0.0.61 - - [2025-12-29 02:19:26] "POST /neutron/network HTTP/1.1" 200 151 0.140322 10.0.0.61 - - [2025-12-29 02:19:26] "DELETE /route-target/20100823-a091-492d-95d3-02202ea48a98 HTTP/1.1" 200 115 0.024078 10.0.0.61 - - [2025-12-29 02:19:26] "POST /neutron/network HTTP/1.1" 200 1074 0.009723 10.0.0.27 - - [2025-12-29 02:19:26] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001595 10.0.0.61 - - [2025-12-29 02:19:26] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.040789 10.0.0.27 - - [2025-12-29 02:19:26] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916 10.0.0.61 - - [2025-12-29 02:19:26] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?fields=virtual_networks HTTP/1.1" 200 1040 0.043450 10.0.0.27 - - [2025-12-29 02:19:26] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001141 10.0.0.61 - - [2025-12-29 02:19:26] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.043361 10.0.0.27 - - [2025-12-29 02:19:26] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001125 10.0.0.61 - - [2025-12-29 02:19:26] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?fields=security_groups HTTP/1.1" 200 1271 0.035856 10.0.0.61 - - [2025-12-29 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.034608 10.0.0.27 - - [2025-12-29 02:19:27] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002733 10.0.0.27 - - [2025-12-29 02:19:27] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001669 10.0.0.27 - - [2025-12-29 02:19:27] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007229 10.0.0.27 - - [2025-12-29 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.004148 10.0.0.27 - - [2025-12-29 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.005827 10.0.0.27 - - [2025-12-29 02:19:28] "POST /security-groups HTTP/1.1" 200 599 0.028316 10.0.0.27 - - [2025-12-29 02:19:28] "POST /projects HTTP/1.1" 200 601 0.228731 10.0.0.61 - - [2025-12-29 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 242 0.003149 10.0.0.27 - - [2025-12-29 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.299077 10.0.0.61 - - [2025-12-29 02:19:28] "POST /access-control-lists HTTP/1.1" 200 602 0.026047 10.0.0.61 - - [2025-12-29 02:19:28] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.433977 10.0.0.61 - - [2025-12-29 02:19:29] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.61 - - [2025-12-29 02:19:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.61 - - [2025-12-29 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.053031 10.0.0.27 - - [2025-12-29 02:19:30] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.61 - - [2025-12-29 02:19:30] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050853 10.0.0.27 - - [2025-12-29 02:19:30] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.61 - - [2025-12-29 02:19:30] "POST /neutron/network HTTP/1.1" 200 691 0.182731 10.0.0.61 - - [2025-12-29 02:19:30] "POST /id-to-fqname HTTP/1.1" 200 267 0.003028 10.0.0.61 - - [2025-12-29 02:19:30] "GET /virtual-network/0858785d-e22c-4a28-8619-2827057e6a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005349 10.0.0.61 - - [2025-12-29 02:19:30] "POST /neutron/network HTTP/1.1" 200 911 0.007656 10.0.0.61 - - [2025-12-29 02:19:30] "GET /virtual-network/0858785d-e22c-4a28-8619-2827057e6a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005680 10.0.0.61 - - [2025-12-29 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2025-12-29 02:19:30] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.61 - - [2025-12-29 02:19:30] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051664 10.0.0.61 - - [2025-12-29 02:19:30] "POST /neutron/network HTTP/1.1" 200 117 0.014246 10.0.0.61 - - [2025-12-29 02:19:31] "POST /route-targets HTTP/1.1" 200 327 0.012975 10.0.0.61 - - [2025-12-29 02:19:31] "POST /neutron/network HTTP/1.1" 200 910 0.011667 10.0.0.61 - - [2025-12-29 02:19:31] "POST /id-to-fqname HTTP/1.1" 200 267 0.001061 10.0.0.61 - - [2025-12-29 02:19:31] "GET /virtual-network/58f5e94b-71c4-4db4-80b5-bbf46ef655b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005013 10.0.0.61 - - [2025-12-29 02:19:31] "GET /virtual-network/58f5e94b-71c4-4db4-80b5-bbf46ef655b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005130 10.0.0.61 - - [2025-12-29 02:19:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.010287 10.0.0.61 - - [2025-12-29 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.27 - - [2025-12-29 02:19:31] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.61 - - [2025-12-29 02:19:31] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052496 10.0.0.61 - - [2025-12-29 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.032469 10.0.0.27 - - [2025-12-29 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009380 10.0.0.61 - - [2025-12-29 02:19:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.276660 10.0.0.61 - - [2025-12-29 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 268 0.001322 10.0.0.61 - - [2025-12-29 02:19:32] "GET /virtual-network/808e33f7-526b-4364-a2a5-50bb2fcf0648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005591 10.0.0.61 - - [2025-12-29 02:19:32] "GET /virtual-network/808e33f7-526b-4364-a2a5-50bb2fcf0648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006751 10.0.0.61 - - [2025-12-29 02:19:32] "POST /neutron/network HTTP/1.1" 200 912 0.006230 10.0.0.61 - - [2025-12-29 02:19:32] "POST /id-to-fqname HTTP/1.1" 200 267 0.001227 10.0.0.27 - - [2025-12-29 02:19:33] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.61 - - [2025-12-29 02:19:33] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078946 10.0.0.61 - - [2025-12-29 02:19:33] "POST /neutron/network HTTP/1.1" 200 910 0.008094 10.0.0.61 - - [2025-12-29 02:19:33] "POST /id-to-fqname HTTP/1.1" 200 268 0.001986 10.0.0.61 - - [2025-12-29 02:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.006888 10.0.0.27 - - [2025-12-29 02:19:33] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.61 - - [2025-12-29 02:19:34] "POST /neutron/port HTTP/1.1" 200 1068 0.330706 10.0.0.61 - - [2025-12-29 02:19:34] "POST /neutron/port HTTP/1.1" 200 1122 0.097205 10.0.0.27 - - [2025-12-29 02:19:34] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.61 - - [2025-12-29 02:19:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.018364 10.0.0.61 - - [2025-12-29 02:19:34] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081563 10.0.0.61 - - [2025-12-29 02:19:34] "POST /neutron/network HTTP/1.1" 200 912 0.007086 10.0.0.61 - - [2025-12-29 02:19:34] "POST /neutron/port HTTP/1.1" 200 117 0.006249 10.0.0.61 - - [2025-12-29 02:19:35] "POST /neutron/port HTTP/1.1" 200 1068 0.017686 10.0.0.61 - - [2025-12-29 02:19:35] "POST /neutron/port HTTP/1.1" 200 1132 0.018471 10.0.0.61 - - [2025-12-29 02:19:35] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.61 - - [2025-12-29 02:19:36] "POST /neutron/network HTTP/1.1" 400 204 0.014912 10.0.0.61 - - [2025-12-29 02:19:36] "POST /neutron/port HTTP/1.1" 200 151 0.200547 10.0.0.61 - - [2025-12-29 02:19:37] "POST /neutron/port HTTP/1.1" 200 151 0.233480 10.0.0.27 - - [2025-12-29 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.030568 10.0.0.27 - - [2025-12-29 02:19:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002182 10.0.0.61 - - [2025-12-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 151 0.158423 10.0.0.61 - - [2025-12-29 02:19:38] "POST /neutron/network HTTP/1.1" 200 911 0.006996 10.0.0.61 - - [2025-12-29 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.030783 10.0.0.61 - - [2025-12-29 02:19:38] "DELETE /route-target/d716ec5f-6913-4714-b9a1-5b55ffc975d2 HTTP/1.1" 200 115 0.037220 10.0.0.27 - - [2025-12-29 02:19:38] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.61 - - [2025-12-29 02:19:38] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.097993 10.0.0.27 - - [2025-12-29 02:19:38] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001480 10.0.0.61 - - [2025-12-29 02:19:38] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?fields=virtual_networks HTTP/1.1" 200 1047 0.045128 10.0.0.27 - - [2025-12-29 02:19:38] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.61 - - [2025-12-29 02:19:39] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.042660 10.0.0.27 - - [2025-12-29 02:19:39] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.61 - - [2025-12-29 02:19:39] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?fields=security_groups HTTP/1.1" 200 1281 0.044695 10.0.0.61 - - [2025-12-29 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.028389 10.0.0.27 - - [2025-12-29 02:19:40] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.27 - - [2025-12-29 02:19:40] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.27 - - [2025-12-29 02:19:40] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038071 10.0.0.27 - - [2025-12-29 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 195 0.005776 10.0.0.27 - - [2025-12-29 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 204 0.005656 10.0.0.27 - - [2025-12-29 02:19:40] "POST /security-groups HTTP/1.1" 200 596 0.084920 10.0.0.27 - - [2025-12-29 02:19:40] "POST /projects HTTP/1.1" 200 595 0.319453 10.0.0.61 - - [2025-12-29 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 238 0.010594 10.0.0.27 - - [2025-12-29 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.397002 10.0.0.61 - - [2025-12-29 02:19:40] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.584545 10.0.0.61 - - [2025-12-29 02:19:41] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.61 - - [2025-12-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000693 10.0.0.61 - - [2025-12-29 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.067557 10.0.0.27 - - [2025-12-29 02:19:42] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.61 - - [2025-12-29 02:19:42] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.056780 10.0.0.27 - - [2025-12-29 02:19:42] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001184 10.0.0.61 - - [2025-12-29 02:19:42] "POST /neutron/network HTTP/1.1" 200 682 0.153017 10.0.0.61 - - [2025-12-29 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.023936 10.0.0.61 - - [2025-12-29 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.003050 10.0.0.61 - - [2025-12-29 02:19:43] "GET /virtual-network/2f1b766c-31a7-4157-be5f-0833a7580674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006635 10.0.0.61 - - [2025-12-29 02:19:43] "POST /neutron/network HTTP/1.1" 200 900 0.006094 10.0.0.61 - - [2025-12-29 02:19:43] "GET /virtual-network/2f1b766c-31a7-4157-be5f-0833a7580674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004794 10.0.0.61 - - [2025-12-29 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2025-12-29 02:19:43] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000830 10.0.0.61 - - [2025-12-29 02:19:43] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.039706 10.0.0.61 - - [2025-12-29 02:19:43] "POST /neutron/network HTTP/1.1" 200 117 0.012783 10.0.0.61 - - [2025-12-29 02:19:43] "POST /neutron/network HTTP/1.1" 200 899 0.007444 10.0.0.61 - - [2025-12-29 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001249 10.0.0.61 - - [2025-12-29 02:19:43] "GET /virtual-network/51d59699-53ce-4b5a-9c69-6afd390e1d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004713 10.0.0.61 - - [2025-12-29 02:19:43] "GET /virtual-network/51d59699-53ce-4b5a-9c69-6afd390e1d50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004882 10.0.0.61 - - [2025-12-29 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.008147 10.0.0.61 - - [2025-12-29 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.27 - - [2025-12-29 02:19:43] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001038 10.0.0.61 - - [2025-12-29 02:19:43] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.038876 10.0.0.61 - - [2025-12-29 02:19:44] "POST /route-targets HTTP/1.1" 200 327 0.011904 10.0.0.27 - - [2025-12-29 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004764 10.0.0.61 - - [2025-12-29 02:19:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.188874 10.0.0.61 - - [2025-12-29 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 262 0.001216 10.0.0.61 - - [2025-12-29 02:19:44] "GET /virtual-network/b1ba927f-02b9-4592-b922-5db5a71628af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005237 10.0.0.61 - - [2025-12-29 02:19:44] "GET /virtual-network/b1ba927f-02b9-4592-b922-5db5a71628af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005570 10.0.0.61 - - [2025-12-29 02:19:44] "POST /neutron/network HTTP/1.1" 200 905 0.005822 10.0.0.61 - - [2025-12-29 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.001194 10.0.0.27 - - [2025-12-29 02:19:45] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000912 10.0.0.61 - - [2025-12-29 02:19:45] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.062884 10.0.0.61 - - [2025-12-29 02:19:45] "POST /neutron/network HTTP/1.1" 200 899 0.005948 10.0.0.61 - - [2025-12-29 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001237 10.0.0.61 - - [2025-12-29 02:19:45] "POST /neutron/port HTTP/1.1" 200 117 0.007725 10.0.0.27 - - [2025-12-29 02:19:45] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001015 10.0.0.61 - - [2025-12-29 02:19:46] "POST /neutron/port HTTP/1.1" 200 1063 0.279368 10.0.0.61 - - [2025-12-29 02:19:46] "POST /neutron/port HTTP/1.1" 200 1117 0.080477 10.0.0.61 - - [2025-12-29 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.007476 10.0.0.27 - - [2025-12-29 02:19:46] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000910 10.0.0.61 - - [2025-12-29 02:19:46] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077038 10.0.0.61 - - [2025-12-29 02:19:46] "POST /neutron/network HTTP/1.1" 200 905 0.005630 10.0.0.61 - - [2025-12-29 02:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.007834 10.0.0.61 - - [2025-12-29 02:19:47] "POST /neutron/port HTTP/1.1" 200 1067 0.018232 10.0.0.61 - - [2025-12-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002599 10.0.0.61 - - [2025-12-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.27 - - [2025-12-29 02:19:47] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000876 10.0.0.61 - - [2025-12-29 02:19:47] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024959 10.0.0.61 - - [2025-12-29 02:19:47] "POST /service-templates HTTP/1.1" 200 543 0.032090 10.0.0.61 - - [2025-12-29 02:19:47] "POST /neutron/port HTTP/1.1" 200 1131 0.023696 10.0.0.61 - - [2025-12-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.61 - - [2025-12-29 02:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.61 - - [2025-12-29 02:19:47] "GET /service-template/64aa7907-d5b8-44fd-a8a1-82255b2c8657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005298 10.0.0.61 - - [2025-12-29 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.61 - - [2025-12-29 02:19:47] "GET /service-template/64aa7907-d5b8-44fd-a8a1-82255b2c8657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003692 10.0.0.61 - - [2025-12-29 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 261 0.001331 10.0.0.61 - - [2025-12-29 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 261 0.001179 10.0.0.61 - - [2025-12-29 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 262 0.001243 10.0.0.61 - - [2025-12-29 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2063 0.006973 10.0.0.61 - - [2025-12-29 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.61 - - [2025-12-29 02:19:48] "DELETE /service-template/64aa7907-d5b8-44fd-a8a1-82255b2c8657 HTTP/1.1" 200 115 0.028527 10.0.0.61 - - [2025-12-29 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005311 10.0.0.61 - - [2025-12-29 02:19:50] "POST /neutron/port HTTP/1.1" 200 1131 0.016218 10.0.0.61 - - [2025-12-29 02:19:50] "POST /neutron/port HTTP/1.1" 200 1127 0.013092 10.0.0.61 - - [2025-12-29 02:19:52] "POST /neutron/network HTTP/1.1" 200 899 0.012040 10.0.0.61 - - [2025-12-29 02:19:52] "DELETE /route-target/2c569cf9-320d-42ad-9641-e0c4878cb7a5 HTTP/1.1" 200 115 0.029304 10.0.0.27 - - [2025-12-29 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004142 10.0.0.27 - - [2025-12-29 02:19:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.61 - - [2025-12-29 02:19:52] "POST /neutron/network HTTP/1.1" 200 151 0.129059 10.0.0.61 - - [2025-12-29 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-29 02:19:52] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001098 10.0.0.61 - - [2025-12-29 02:19:52] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.059365 10.0.0.27 - - [2025-12-29 02:19:52] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001368 10.0.0.61 - - [2025-12-29 02:19:53] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?fields=virtual_networks HTTP/1.1" 200 1042 0.044038 10.0.0.27 - - [2025-12-29 02:19:53] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001195 10.0.0.61 - - [2025-12-29 02:19:53] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.046616 10.0.0.27 - - [2025-12-29 02:19:53] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001950 10.0.0.61 - - [2025-12-29 02:19:53] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?fields=security_groups HTTP/1.1" 200 1273 0.050616 10.0.0.61 - - [2025-12-29 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.025443 10.0.0.27 - - [2025-12-29 02:19:54] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004960 10.0.0.27 - - [2025-12-29 02:19:54] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.27 - - [2025-12-29 02:19:54] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008219 10.0.0.27 - - [2025-12-29 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 199 0.003230 10.0.0.27 - - [2025-12-29 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.005902 10.0.0.27 - - [2025-12-29 02:19:54] "POST /security-groups HTTP/1.1" 200 600 0.028066 10.0.0.27 - - [2025-12-29 02:19:54] "POST /projects HTTP/1.1" 200 603 0.240325 10.0.0.61 - - [2025-12-29 02:19:54] "POST /access-control-lists HTTP/1.1" 200 605 0.025012 10.0.0.27 - - [2025-12-29 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.316109 10.0.0.61 - - [2025-12-29 02:19:54] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.461992 10.0.0.61 - - [2025-12-29 02:19:55] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.61 - - [2025-12-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.61 - - [2025-12-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.069674 10.0.0.27 - - [2025-12-29 02:19:56] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000867 10.0.0.61 - - [2025-12-29 02:19:56] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039529 10.0.0.61 - - [2025-12-29 02:19:56] "POST /neutron/network HTTP/1.1" 200 117 0.034628 10.0.0.61 - - [2025-12-29 02:19:56] "POST /route-targets HTTP/1.1" 200 327 0.014142 10.0.0.61 - - [2025-12-29 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003608 10.0.0.27 - - [2025-12-29 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006842 10.0.0.61 - - [2025-12-29 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.220764 10.0.0.61 - - [2025-12-29 02:19:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001256 10.0.0.61 - - [2025-12-29 02:19:57] "GET /virtual-network/51badcf6-23d5-4a96-863f-0248e65b4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005240 10.0.0.61 - - [2025-12-29 02:19:57] "GET /virtual-network/51badcf6-23d5-4a96-863f-0248e65b4430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.004854 10.0.0.61 - - [2025-12-29 02:19:57] "POST /neutron/network HTTP/1.1" 200 1086 0.012746 10.0.0.61 - - [2025-12-29 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-12-29 02:19:57] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000838 10.0.0.61 - - [2025-12-29 02:19:57] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.032215 10.0.0.61 - - [2025-12-29 02:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.014971 10.0.0.61 - - [2025-12-29 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.043327 10.0.0.61 - - [2025-12-29 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002464 10.0.0.27 - - [2025-12-29 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005086 10.0.0.61 - - [2025-12-29 02:19:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.184908 10.0.0.61 - - [2025-12-29 02:19:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001310 10.0.0.61 - - [2025-12-29 02:19:58] "GET /virtual-network/2ce083d3-f576-4028-b86d-71a8bfa406b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005471 10.0.0.61 - - [2025-12-29 02:19:58] "GET /virtual-network/2ce083d3-f576-4028-b86d-71a8bfa406b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005194 10.0.0.61 - - [2025-12-29 02:19:58] "POST /neutron/network HTTP/1.1" 200 1088 0.007803 10.0.0.61 - - [2025-12-29 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2025-12-29 02:19:58] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000961 10.0.0.61 - - [2025-12-29 02:19:58] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038544 10.0.0.61 - - [2025-12-29 02:19:58] "POST /neutron/network HTTP/1.1" 200 117 0.014024 10.0.0.27 - - [2025-12-29 02:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.015869 10.0.0.61 - - [2025-12-29 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.203890 10.0.0.61 - - [2025-12-29 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 270 0.002678 10.0.0.61 - - [2025-12-29 02:19:58] "GET /virtual-network/fc57b115-b121-4430-b60e-5bb02144d0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005297 10.0.0.61 - - [2025-12-29 02:19:58] "GET /virtual-network/fc57b115-b121-4430-b60e-5bb02144d0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005116 10.0.0.61 - - [2025-12-29 02:19:58] "POST /neutron/network HTTP/1.1" 200 1089 0.008718 10.0.0.61 - - [2025-12-29 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 269 0.001222 10.0.0.61 - - [2025-12-29 02:19:59] "POST /neutron/network HTTP/1.1" 200 1098 0.006727 10.0.0.27 - - [2025-12-29 02:19:59] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001381 10.0.0.61 - - [2025-12-29 02:19:59] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059294 10.0.0.61 - - [2025-12-29 02:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.006195 10.0.0.61 - - [2025-12-29 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.001465 10.0.0.61 - - [2025-12-29 02:20:00] "POST /neutron/network HTTP/1.1" 200 1098 0.015034 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /project/c8c5a60af6b848a3b386e5a9fbc2392c HTTP/1.1" 404 173 0.029922 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /project/ce103d79bd5f467f803cc09edba5b494 HTTP/1.1" 404 173 0.025126 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /project/29eb362d2cc24dc1ac235593aed7d926 HTTP/1.1" 404 173 0.029261 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /project/02cc41e399f14320956fd3c0c2953e29 HTTP/1.1" 404 173 0.021360 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001212 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001578 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001080 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001181 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.61 - - [2025-12-29 02:20:01] "POST /neutron/port HTTP/1.1" 200 1177 0.055478 10.0.0.61 - - [2025-12-29 02:20:01] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.134124 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.103486 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.114301 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.116209 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001580 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000808 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001019 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.190523 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?fields=security_groups HTTP/1.1" 200 1376 0.103362 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?fields=security_groups HTTP/1.1" 200 1378 0.104892 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?fields=security_groups HTTP/1.1" 200 1365 0.133347 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?fields=security_groups HTTP/1.1" 200 1386 0.126734 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /security-group/c9f41a38-b59a-4d42-a682-8c184bf4d94e HTTP/1.1" 200 115 0.088094 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=acefe218-4dd1-4c03-8580-e412a40499ad&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /security-group/b562cf30-e201-4546-bdd3-f8c75a62288d HTTP/1.1" 200 115 0.144396 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001470 10.0.0.61 - - [2025-12-29 02:20:01] "DELETE /access-control-list/7de3e5a4-5e35-4b46-99a5-75524548002c HTTP/1.1" 200 115 0.096124 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/acefe218-4dd1-4c03-8580-e412a40499ad?fields=application_policy_sets HTTP/1.1" 200 1404 0.093760 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /security-group/f1c46473-a0f3-4dbb-9801-6bbbbb535c84 HTTP/1.1" 200 115 0.227786 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=02cc41e3-99f1-4320-956f-d3c0c2953e29&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001037 10.0.0.61 - - [2025-12-29 02:20:01] "POST /neutron/port HTTP/1.1" 200 1241 0.060383 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /security-group/e1b9f966-39fc-497e-8172-0cac4e59d6d9 HTTP/1.1" 200 115 0.211143 10.0.0.27 - - [2025-12-29 02:20:01] "GET /projects?obj_uuids=ce103d79-bd5f-467f-803c-c09edba5b494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c?fields=application_policy_sets HTTP/1.1" 200 1417 0.180215 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/02cc41e3-99f1-4320-956f-d3c0c2953e29?fields=application_policy_sets HTTP/1.1" 200 1415 0.105058 10.0.0.61 - - [2025-12-29 02:20:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021629 10.0.0.27 - - [2025-12-29 02:20:01] "GET /project/ce103d79-bd5f-467f-803c-c09edba5b494?fields=application_policy_sets HTTP/1.1" 200 1425 0.125963 10.0.0.61 - - [2025-12-29 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.002576 10.0.0.61 - - [2025-12-29 02:20:01] "DELETE /access-control-list/d58cd6bc-4a26-4676-8807-01d1fd2fc57e HTTP/1.1" 200 115 0.119088 10.0.0.27 - - [2025-12-29 02:20:01] "DELETE /project/acefe218-4dd1-4c03-8580-e412a40499ad HTTP/1.1" 200 115 0.908011 10.0.0.61 - - [2025-12-29 02:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.012802 10.0.0.27 - - [2025-12-29 02:20:02] "DELETE /project/02cc41e3-99f1-4320-956f-d3c0c2953e29 HTTP/1.1" 200 115 1.032031 10.0.0.27 - - [2025-12-29 02:20:02] "DELETE /project/c8c5a60a-f6b8-48a3-b386-e5a9fbc2392c HTTP/1.1" 200 115 1.026174 10.0.0.27 - - [2025-12-29 02:20:02] "DELETE /project/ce103d79-bd5f-467f-803c-c09edba5b494 HTTP/1.1" 200 115 1.050085 10.0.0.61 - - [2025-12-29 02:20:02] "DELETE /access-control-list/fda8e186-cb46-4b12-9d3d-6e523e802433 HTTP/1.1" 200 115 0.092443 10.0.0.61 - - [2025-12-29 02:20:03] "POST /neutron/port HTTP/1.1" 200 1176 0.026107 10.0.0.61 - - [2025-12-29 02:20:03] "POST /neutron/port HTTP/1.1" 200 1240 0.020977 10.0.0.61 - - [2025-12-29 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.002605 10.0.0.61 - - [2025-12-29 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.61 - - [2025-12-29 02:20:03] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016134 10.0.0.27 - - [2025-12-29 02:20:03] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.61 - - [2025-12-29 02:20:03] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007252 10.0.0.61 - - [2025-12-29 02:20:03] "POST /neutron/network HTTP/1.1" 200 1089 0.007302 10.0.0.61 - - [2025-12-29 02:20:03] "POST /service-templates HTTP/1.1" 200 543 0.043815 10.0.0.61 - - [2025-12-29 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.61 - - [2025-12-29 02:20:03] "GET /service-template/f2a6ac69-b5aa-4afb-aa18-caf3125b45d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.005998 10.0.0.61 - - [2025-12-29 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.61 - - [2025-12-29 02:20:03] "GET /service-template/f2a6ac69-b5aa-4afb-aa18-caf3125b45d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.003687 10.0.0.61 - - [2025-12-29 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 269 0.001209 10.0.0.61 - - [2025-12-29 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 269 0.001210 10.0.0.61 - - [2025-12-29 02:20:03] "POST /id-to-fqname HTTP/1.1" 200 270 0.001243 10.0.0.61 - - [2025-12-29 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.61 - - [2025-12-29 02:20:04] "DELETE /service-template/f2a6ac69-b5aa-4afb-aa18-caf3125b45d7 HTTP/1.1" 200 115 0.048193 10.0.0.61 - - [2025-12-29 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003904 10.0.0.61 - - [2025-12-29 02:20:05] "POST /neutron/network HTTP/1.1" 200 1088 0.008795 10.0.0.61 - - [2025-12-29 02:20:06] "POST /neutron/port HTTP/1.1" 200 1230 0.017328 10.0.0.61 - - [2025-12-29 02:20:06] "POST /neutron/port HTTP/1.1" 200 1231 0.016336 10.0.0.27 - - [2025-12-29 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003359 10.0.0.27 - - [2025-12-29 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.27 - - [2025-12-29 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003563 10.0.0.27 - - [2025-12-29 02:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.61 - - [2025-12-29 02:20:07] "POST /neutron/network HTTP/1.1" 200 151 0.165951 10.0.0.61 - - [2025-12-29 02:20:07] "DELETE /route-target/6c8fa476-d64f-4093-a4a2-426d7c17f46f HTTP/1.1" 200 115 0.021167 10.0.0.61 - - [2025-12-29 02:20:08] "POST /neutron/network HTTP/1.1" 200 1086 0.011194 10.0.0.61 - - [2025-12-29 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-12-29 02:20:08] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000936 10.0.0.61 - - [2025-12-29 02:20:08] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045174 10.0.0.27 - - [2025-12-29 02:20:08] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000987 10.0.0.61 - - [2025-12-29 02:20:08] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?fields=virtual_networks HTTP/1.1" 200 1049 0.036490 10.0.0.27 - - [2025-12-29 02:20:08] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000898 10.0.0.61 - - [2025-12-29 02:20:08] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.039703 10.0.0.27 - - [2025-12-29 02:20:08] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000885 10.0.0.61 - - [2025-12-29 02:20:08] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?fields=security_groups HTTP/1.1" 200 1284 0.040509 10.0.0.27 - - [2025-12-29 02:20:09] "GET /obj-perms HTTP/1.1" 200 5056 0.341821 10.0.0.61 - - [2025-12-29 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.025002 10.0.0.27 - - [2025-12-29 02:20:09] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003014 10.0.0.27 - - [2025-12-29 02:20:09] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.27 - - [2025-12-29 02:20:09] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008918 10.0.0.27 - - [2025-12-29 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.001260 10.0.0.27 - - [2025-12-29 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.006044 10.0.0.27 - - [2025-12-29 02:20:10] "POST /security-groups HTTP/1.1" 200 603 0.030055 10.0.0.27 - - [2025-12-29 02:20:10] "POST /projects HTTP/1.1" 200 609 0.235516 10.0.0.61 - - [2025-12-29 02:20:10] "POST /access-control-lists HTTP/1.1" 200 608 0.036079 10.0.0.27 - - [2025-12-29 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.308686 10.0.0.61 - - [2025-12-29 02:20:10] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.449222 10.0.0.61 - - [2025-12-29 02:20:11] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.61 - - [2025-12-29 02:20:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.61 - - [2025-12-29 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.063882 10.0.0.27 - - [2025-12-29 02:20:12] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.61 - - [2025-12-29 02:20:12] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046752 10.0.0.27 - - [2025-12-29 02:20:12] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.61 - - [2025-12-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 619 0.149565 10.0.0.61 - - [2025-12-29 02:20:13] "POST /route-targets HTTP/1.1" 200 327 0.015009 10.0.0.61 - - [2025-12-29 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.003791 10.0.0.61 - - [2025-12-29 02:20:13] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006284 10.0.0.61 - - [2025-12-29 02:20:13] "POST /neutron/network HTTP/1.1" 200 837 0.006347 10.0.0.61 - - [2025-12-29 02:20:13] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005208 10.0.0.61 - - [2025-12-29 02:20:14] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005218 10.0.0.61 - - [2025-12-29 02:20:14] "GET /obj-perms HTTP/1.1" 200 5054 0.051972 10.0.0.22 - - [2025-12-29 02:20:14] "GET /obj-perms HTTP/1.1" 200 5054 0.053423 10.0.0.61 - - [2025-12-29 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-12-29 02:20:15] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.61 - - [2025-12-29 02:20:15] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039173 10.0.0.61 - - [2025-12-29 02:20:15] "POST /neutron/network HTTP/1.1" 200 117 0.012600 10.0.0.61 - - [2025-12-29 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.029147 10.0.0.61 - - [2025-12-29 02:20:15] "POST /neutron/network HTTP/1.1" 200 839 0.008295 10.0.0.61 - - [2025-12-29 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001054 10.0.0.61 - - [2025-12-29 02:20:15] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005072 10.0.0.61 - - [2025-12-29 02:20:15] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006994 10.0.0.61 - - [2025-12-29 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.009705 10.0.0.61 - - [2025-12-29 02:20:16] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005314 10.0.0.61 - - [2025-12-29 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.27 - - [2025-12-29 02:20:50] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.61 - - [2025-12-29 02:20:50] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.077165 10.0.0.61 - - [2025-12-29 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.007693 10.0.0.61 - - [2025-12-29 02:20:50] "POST /id-to-fqname HTTP/1.1" 200 233 0.001734 10.0.0.61 - - [2025-12-29 02:20:50] "POST /neutron/network HTTP/1.1" 200 847 0.006581 10.0.0.27 - - [2025-12-29 02:20:51] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.61 - - [2025-12-29 02:20:51] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.147155 10.0.0.61 - - [2025-12-29 02:20:51] "POST /neutron/network HTTP/1.1" 200 837 0.042971 10.0.0.61 - - [2025-12-29 02:20:52] "POST /neutron/port HTTP/1.1" 200 1083 0.044810 10.0.0.61 - - [2025-12-29 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.017652 10.0.0.61 - - [2025-12-29 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007379 10.0.0.27 - - [2025-12-29 02:20:52] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.61 - - [2025-12-29 02:20:52] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.070780 10.0.0.61 - - [2025-12-29 02:20:52] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005757 10.0.0.61 - - [2025-12-29 02:20:52] "GET /floating-ip-pools?parent_id=ab832f2c-d669-4801-9247-97db783cd276&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004475 10.0.0.61 - - [2025-12-29 02:20:52] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.013623 10.0.0.61 - - [2025-12-29 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.054577 10.0.0.61 - - [2025-12-29 02:20:52] "POST /floating-ip-pools HTTP/1.1" 200 609 0.060473 10.0.0.61 - - [2025-12-29 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.034261 10.0.0.61 - - [2025-12-29 02:20:52] "POST /neutron/network HTTP/1.1" 200 847 0.022343 10.0.0.61 - - [2025-12-29 02:20:52] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007044 10.0.0.61 - - [2025-12-29 02:20:53] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005358 10.0.0.61 - - [2025-12-29 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019337 10.0.0.61 - - [2025-12-29 02:20:53] "POST /neutron/port HTTP/1.1" 200 1125 0.241166 10.0.0.61 - - [2025-12-29 02:20:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.020414 10.0.0.61 - - [2025-12-29 02:20:58] "POST /neutron/port HTTP/1.1" 200 1137 0.057521 10.0.0.27 - - [2025-12-29 02:21:02] "DELETE /project/095f981aecd049d88c6f068af37ec2d8 HTTP/1.1" 404 173 0.006882 10.0.0.27 - - [2025-12-29 02:21:02] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000860 10.0.0.27 - - [2025-12-29 02:21:02] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.079806 10.0.0.27 - - [2025-12-29 02:21:02] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000945 10.0.0.27 - - [2025-12-29 02:21:02] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?fields=security_groups HTTP/1.1" 200 1389 0.092428 10.0.0.27 - - [2025-12-29 02:21:02] "DELETE /security-group/ed4317ab-9b1d-467d-9102-a8a97fc0f8ab HTTP/1.1" 200 115 0.151290 10.0.0.27 - - [2025-12-29 02:21:02] "GET /projects?obj_uuids=29eb362d-2cc2-4dc1-ac23-5593aed7d926&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000796 10.0.0.27 - - [2025-12-29 02:21:02] "GET /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926?fields=application_policy_sets HTTP/1.1" 200 1428 0.097536 10.0.0.27 - - [2025-12-29 02:21:02] "DELETE /project/29eb362d-2cc2-4dc1-ac23-5593aed7d926 HTTP/1.1" 200 115 0.770293 10.0.0.61 - - [2025-12-29 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010291 10.0.0.61 - - [2025-12-29 02:21:14] "POST /neutron/port HTTP/1.1" 200 1137 0.093571 10.0.0.61 - - [2025-12-29 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010500 10.0.0.61 - - [2025-12-29 02:21:29] "POST /neutron/port HTTP/1.1" 200 1137 0.014639 10.0.0.61 - - [2025-12-29 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009330 10.0.0.61 - - [2025-12-29 02:21:44] "POST /neutron/port HTTP/1.1" 200 1137 0.019074 10.0.0.61 - - [2025-12-29 02:21:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007791 10.0.0.61 - - [2025-12-29 02:21:59] "POST /neutron/port HTTP/1.1" 200 1137 0.016829 10.0.0.61 - - [2025-12-29 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006192 10.0.0.61 - - [2025-12-29 02:22:00] "GET /virtual-machine/3b49bb22-2aed-450a-923c-a15c3688009a HTTP/1.1" 401 292 0.000433 10.0.0.61 - - [2025-12-29 02:22:00] "GET /virtual-machine/3b49bb22-2aed-450a-923c-a15c3688009a HTTP/1.1" 200 1304 0.032930 10.0.0.61 - - [2025-12-29 02:22:00] "GET /virtual-machine-interface/a74db6a6-882b-4992-9b21-28d92acd7bc0 HTTP/1.1" 200 3005 0.006434 10.0.0.61 - - [2025-12-29 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.61 - - [2025-12-29 02:22:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003701 10.0.0.61 - - [2025-12-29 02:22:00] "GET /virtual-networks?parent_id=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002851 10.0.0.61 - - [2025-12-29 02:22:00] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007783 10.0.0.61 - - [2025-12-29 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.61 - - [2025-12-29 02:22:03] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005323 10.0.0.61 - - [2025-12-29 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.61 - - [2025-12-29 02:22:07] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005178 10.0.0.27 - - [2025-12-29 02:22:10] "GET /obj-perms HTTP/1.1" 200 5056 0.055439 10.0.0.61 - - [2025-12-29 02:22:10] "GET /obj-perms HTTP/1.1" 200 5056 0.056599 10.0.0.61 - - [2025-12-29 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.61 - - [2025-12-29 02:22:11] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005647 10.0.0.61 - - [2025-12-29 02:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.61 - - [2025-12-29 02:22:15] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004968 10.0.0.61 - - [2025-12-29 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.61 - - [2025-12-29 02:22:19] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005649 10.0.0.61 - - [2025-12-29 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.61 - - [2025-12-29 02:22:23] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006384 10.0.0.61 - - [2025-12-29 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.61 - - [2025-12-29 02:22:27] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006266 10.0.0.61 - - [2025-12-29 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.61 - - [2025-12-29 02:22:31] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007004 10.0.0.61 - - [2025-12-29 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.61 - - [2025-12-29 02:22:35] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005586 10.0.0.61 - - [2025-12-29 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.61 - - [2025-12-29 02:22:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003385 10.0.0.61 - - [2025-12-29 02:22:38] "GET /virtual-networks?parent_id=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002761 10.0.0.61 - - [2025-12-29 02:22:38] "GET /virtual-network/595f6bfa-86d4-42af-ba73-6ce52b8ade30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005458 10.0.0.61 - - [2025-12-29 02:22:38] "POST /neutron/port HTTP/1.1" 200 1137 0.015743 10.0.0.61 - - [2025-12-29 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006634 10.0.0.61 - - [2025-12-29 02:22:48] "POST /neutron/port HTTP/1.1" 200 1135 0.019552 10.0.0.61 - - [2025-12-29 02:22:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004603 10.0.0.61 - - [2025-12-29 02:22:48] "POST /neutron/network HTTP/1.1" 200 837 0.007140 10.0.0.61 - - [2025-12-29 02:22:49] "POST /neutron/network HTTP/1.1" 200 849 0.005929 10.0.0.61 - - [2025-12-29 02:22:49] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.61 - - [2025-12-29 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032863 10.0.0.22 - - [2025-12-29 02:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.22 - - [2025-12-29 02:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2025-12-29 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-12-29 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.22 - - [2025-12-29 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-12-29 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-12-29 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.001049 10.0.0.27 - - [2025-12-29 02:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.61 - - [2025-12-29 02:22:53] "POST /neutron/port HTTP/1.1" 200 1137 0.018396 10.0.0.61 - - [2025-12-29 02:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.61 - - [2025-12-29 02:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.61 - - [2025-12-29 02:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.61 - - [2025-12-29 02:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.61 - - [2025-12-29 02:22:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006895 10.0.0.61 - - [2025-12-29 02:23:03] "POST /neutron/floatingip HTTP/1.1" 200 529 0.012089 10.0.0.61 - - [2025-12-29 02:23:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008610 10.0.0.61 - - [2025-12-29 02:23:04] "POST /neutron/port HTTP/1.1" 200 1135 0.022362 10.0.0.61 - - [2025-12-29 02:23:04] "GET /virtual-machine/7a24ec16-33c1-4b43-a3ef-65e455aa61d1 HTTP/1.1" 200 1304 0.005669 10.0.0.61 - - [2025-12-29 02:23:04] "GET /virtual-machine-interface/0aa9f199-2afa-4b59-820b-a9522ccb6b61 HTTP/1.1" 200 3002 0.004699 10.0.0.61 - - [2025-12-29 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.61 - - [2025-12-29 02:23:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.61 - - [2025-12-29 02:23:04] "GET /virtual-networks?parent_id=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003238 10.0.0.61 - - [2025-12-29 02:23:04] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005553 10.0.0.61 - - [2025-12-29 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.61 - - [2025-12-29 02:23:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003274 10.0.0.61 - - [2025-12-29 02:23:05] "GET /virtual-networks?parent_id=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002726 10.0.0.61 - - [2025-12-29 02:23:05] "GET /virtual-network/ab832f2c-d669-4801-9247-97db783cd276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007146 10.0.0.61 - - [2025-12-29 02:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.61 - - [2025-12-29 02:23:05] "GET /routing-instance/17b5b542-b1f8-4ce2-9051-ec1fe0f67a98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.008004 10.0.0.61 - - [2025-12-29 02:23:05] "GET /route-target/1b7e2e27-4e0e-4853-b34f-f312f7673982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003975 10.0.0.22 - - [2025-12-29 02:23:11] "GET /obj-perms HTTP/1.1" 200 5056 0.051650 10.0.0.61 - - [2025-12-29 02:23:27] "POST /neutron/floatingip HTTP/1.1" 200 577 0.013595 10.0.0.61 - - [2025-12-29 02:23:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048696 10.0.0.61 - - [2025-12-29 02:23:27] "GET /floating-ip-pool/fdec2c1c-cca0-492b-8a1a-24a5d135ac31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003161 10.0.0.61 - - [2025-12-29 02:23:27] "POST /ref-update HTTP/1.1" 200 156 0.012752 10.0.0.61 - - [2025-12-29 02:23:27] "DELETE /floating-ip-pool/fdec2c1c-cca0-492b-8a1a-24a5d135ac31 HTTP/1.1" 200 115 0.031670 10.0.0.61 - - [2025-12-29 02:23:28] "POST /neutron/port HTTP/1.1" 200 1135 0.014565 10.0.0.61 - - [2025-12-29 02:23:28] "POST /neutron/port HTTP/1.1" 200 1137 0.020305 10.0.0.61 - - [2025-12-29 02:23:30] "POST /neutron/network HTTP/1.1" 200 839 0.006724 10.0.0.61 - - [2025-12-29 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.27 - - [2025-12-29 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003670 10.0.0.27 - - [2025-12-29 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003334 10.0.0.61 - - [2025-12-29 02:23:30] "POST /neutron/network HTTP/1.1" 200 151 0.128231 10.0.0.61 - - [2025-12-29 02:23:30] "DELETE /route-target/1b7e2e27-4e0e-4853-b34f-f312f7673982 HTTP/1.1" 200 115 0.035121 10.0.0.27 - - [2025-12-29 02:23:32] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.61 - - [2025-12-29 02:23:32] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049825 10.0.0.27 - - [2025-12-29 02:23:32] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.61 - - [2025-12-29 02:23:32] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?fields=virtual_networks HTTP/1.1" 200 1054 0.046512 10.0.0.27 - - [2025-12-29 02:23:32] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.61 - - [2025-12-29 02:23:32] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.039302 10.0.0.27 - - [2025-12-29 02:23:32] "GET /projects?obj_uuids=095f981a-ecd0-49d8-8c6f-068af37ec2d8&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001525 10.0.0.61 - - [2025-12-29 02:23:32] "GET /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8?fields=security_groups HTTP/1.1" 200 1292 0.053418 10.0.0.61 - - [2025-12-29 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.351207 10.0.0.27 - - [2025-12-29 02:23:33] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002749 10.0.0.27 - - [2025-12-29 02:23:33] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.27 - - [2025-12-29 02:23:33] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008302 10.0.0.27 - - [2025-12-29 02:23:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.002159 10.0.0.27 - - [2025-12-29 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.008045 10.0.0.27 - - [2025-12-29 02:23:34] "POST /security-groups HTTP/1.1" 200 591 0.038658 10.0.0.27 - - [2025-12-29 02:23:34] "POST /projects HTTP/1.1" 200 585 0.266579 10.0.0.61 - - [2025-12-29 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.012985 10.0.0.27 - - [2025-12-29 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.343145 10.0.0.61 - - [2025-12-29 02:23:34] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.486647 10.0.0.61 - - [2025-12-29 02:23:35] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.27 - - [2025-12-29 02:23:38] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000930 10.0.0.61 - - [2025-12-29 02:23:38] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035077 10.0.0.27 - - [2025-12-29 02:23:38] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.61 - - [2025-12-29 02:23:38] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?fields=virtual_networks HTTP/1.1" 200 1032 0.069666 10.0.0.27 - - [2025-12-29 02:23:38] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.61 - - [2025-12-29 02:23:38] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039606 10.0.0.27 - - [2025-12-29 02:23:38] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.61 - - [2025-12-29 02:23:38] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?fields=security_groups HTTP/1.1" 200 1258 0.037147 10.0.0.61 - - [2025-12-29 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.027136 10.0.0.27 - - [2025-12-29 02:23:39] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003201 10.0.0.27 - - [2025-12-29 02:23:39] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.27 - - [2025-12-29 02:23:39] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006708 10.0.0.27 - - [2025-12-29 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.002606 10.0.0.27 - - [2025-12-29 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.007136 10.0.0.27 - - [2025-12-29 02:23:39] "POST /security-groups HTTP/1.1" 200 586 0.079034 10.0.0.27 - - [2025-12-29 02:23:39] "POST /projects HTTP/1.1" 200 575 0.290841 10.0.0.61 - - [2025-12-29 02:23:39] "POST /access-control-lists HTTP/1.1" 200 591 0.027135 10.0.0.27 - - [2025-12-29 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.360672 10.0.0.61 - - [2025-12-29 02:23:39] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.492527 10.0.0.61 - - [2025-12-29 02:23:40] "GET / HTTP/1.1" 200 35931 0.001416 10.0.0.27 - - [2025-12-29 02:23:46] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001203 10.0.0.61 - - [2025-12-29 02:23:46] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052529 10.0.0.27 - - [2025-12-29 02:23:46] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.61 - - [2025-12-29 02:23:46] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?fields=virtual_networks HTTP/1.1" 200 1022 0.054555 10.0.0.27 - - [2025-12-29 02:23:46] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.61 - - [2025-12-29 02:23:46] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.056071 10.0.0.27 - - [2025-12-29 02:23:46] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.61 - - [2025-12-29 02:23:46] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?fields=security_groups HTTP/1.1" 200 1243 0.090694 10.0.0.61 - - [2025-12-29 02:23:46] "DELETE /access-control-list/c4c55a7d-48e8-45b0-920f-9d078a0a7bfd HTTP/1.1" 200 115 0.082232 10.0.0.61 - - [2025-12-29 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.027354 10.0.0.27 - - [2025-12-29 02:23:47] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003433 10.0.0.27 - - [2025-12-29 02:23:47] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001515 10.0.0.27 - - [2025-12-29 02:23:47] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008208 10.0.0.27 - - [2025-12-29 02:23:48] "POST /id-to-fqname HTTP/1.1" 200 189 0.001247 10.0.0.27 - - [2025-12-29 02:23:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.007277 10.0.0.27 - - [2025-12-29 02:23:48] "POST /security-groups HTTP/1.1" 200 590 0.030427 10.0.0.27 - - [2025-12-29 02:23:48] "POST /projects HTTP/1.1" 200 583 0.257514 10.0.0.61 - - [2025-12-29 02:23:48] "POST /access-control-lists HTTP/1.1" 200 595 0.032289 10.0.0.27 - - [2025-12-29 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.329169 10.0.0.61 - - [2025-12-29 02:23:48] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.483385 10.0.0.61 - - [2025-12-29 02:23:49] "GET / HTTP/1.1" 200 35931 0.001378 10.0.0.27 - - [2025-12-29 02:23:52] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000973 10.0.0.61 - - [2025-12-29 02:23:52] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.034965 10.0.0.27 - - [2025-12-29 02:23:52] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001773 10.0.0.61 - - [2025-12-29 02:23:52] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?fields=virtual_networks HTTP/1.1" 200 1028 0.057796 10.0.0.27 - - [2025-12-29 02:23:52] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000941 10.0.0.61 - - [2025-12-29 02:23:52] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041211 10.0.0.27 - - [2025-12-29 02:23:52] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000936 10.0.0.61 - - [2025-12-29 02:23:52] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?fields=security_groups HTTP/1.1" 200 1253 0.039098 10.0.0.61 - - [2025-12-29 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.025435 10.0.0.27 - - [2025-12-29 02:23:53] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.27 - - [2025-12-29 02:23:53] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.27 - - [2025-12-29 02:23:53] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006587 10.0.0.27 - - [2025-12-29 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.001275 10.0.0.27 - - [2025-12-29 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.006979 10.0.0.27 - - [2025-12-29 02:23:53] "POST /security-groups HTTP/1.1" 200 591 0.036161 10.0.0.61 - - [2025-12-29 02:23:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.003684 10.0.0.27 - - [2025-12-29 02:23:53] "POST /projects HTTP/1.1" 200 585 0.234045 10.0.0.27 - - [2025-12-29 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.303683 10.0.0.61 - - [2025-12-29 02:23:54] "POST /access-control-lists HTTP/1.1" 200 594 0.026774 10.0.0.61 - - [2025-12-29 02:23:54] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.430235 10.0.0.61 - - [2025-12-29 02:23:55] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.27 - - [2025-12-29 02:23:58] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.61 - - [2025-12-29 02:23:58] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044750 10.0.0.27 - - [2025-12-29 02:23:58] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000881 10.0.0.61 - - [2025-12-29 02:23:58] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?fields=virtual_networks HTTP/1.1" 200 1031 0.049130 10.0.0.27 - - [2025-12-29 02:23:58] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.61 - - [2025-12-29 02:23:58] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041722 10.0.0.27 - - [2025-12-29 02:23:58] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.61 - - [2025-12-29 02:23:58] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?fields=security_groups HTTP/1.1" 200 1257 0.041195 10.0.0.61 - - [2025-12-29 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.036550 10.0.0.27 - - [2025-12-29 02:23:59] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003231 10.0.0.27 - - [2025-12-29 02:23:59] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.27 - - [2025-12-29 02:23:59] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009027 10.0.0.27 - - [2025-12-29 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 194 0.001024 10.0.0.27 - - [2025-12-29 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 203 0.006799 10.0.0.27 - - [2025-12-29 02:23:59] "POST /security-groups HTTP/1.1" 200 595 0.070775 10.0.0.27 - - [2025-12-29 02:24:00] "POST /projects HTTP/1.1" 200 593 0.266075 10.0.0.61 - - [2025-12-29 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.005731 10.0.0.27 - - [2025-12-29 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.337879 10.0.0.61 - - [2025-12-29 02:24:00] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.479184 10.0.0.61 - - [2025-12-29 02:24:01] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/661b1fec5bc846d8ad803444f211a25d HTTP/1.1" 404 173 0.024080 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/b4009f7364b4485bbf77b325d89bedfe HTTP/1.1" 404 173 0.022392 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/4c4918b0c656412d93d6b47b1a5e601a HTTP/1.1" 404 173 0.026551 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/6edce20e69ec4e06861836c62d0b40c3 HTTP/1.1" 404 173 0.020079 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/095f981a-ecd0-49d8-8c6f-068af37ec2d8 HTTP/1.1" 404 177 0.019509 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /project/d4d8175572c14bcd8d6ad1d67d02af56 HTTP/1.1" 404 173 0.023277 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001284 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.072662 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001009 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.108109 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.131419 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.141074 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?fields=security_groups HTTP/1.1" 200 1358 0.118746 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?fields=security_groups HTTP/1.1" 200 1363 0.068232 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?fields=security_groups HTTP/1.1" 200 1348 0.077445 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?fields=security_groups HTTP/1.1" 200 1362 0.097919 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /security-group/027fed0a-02ec-4834-9f63-d57faee098d9 HTTP/1.1" 200 115 0.251218 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=6edce20e-69ec-4e06-8618-36c62d0b40c3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001225 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /security-group/112d47a9-bcbf-43cb-8687-12329282fc70 HTTP/1.1" 200 115 0.243258 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /security-group/0def8018-a081-4b49-805b-b49de009cbf7 HTTP/1.1" 200 115 0.268832 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=4c4918b0-c656-412d-93d6-b47b1a5e601a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=d4d81755-72c1-4bcd-8d6a-d1d67d02af56&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008483 10.0.0.27 - - [2025-12-29 02:24:03] "DELETE /security-group/50b21157-d4e7-47c1-be62-5d101dddf6d3 HTTP/1.1" 200 115 0.293804 10.0.0.27 - - [2025-12-29 02:24:03] "GET /projects?obj_uuids=b4009f73-64b4-485b-bf77-b325d89bedfe&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.61 - - [2025-12-29 02:24:03] "DELETE /access-control-list/0c5db605-b4e2-40d1-8f99-c7343866fcc3 HTTP/1.1" 200 115 0.122180 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/6edce20e-69ec-4e06-8618-36c62d0b40c3?fields=application_policy_sets HTTP/1.1" 200 1397 0.102784 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56?fields=application_policy_sets HTTP/1.1" 200 1402 0.103525 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/4c4918b0-c656-412d-93d6-b47b1a5e601a?fields=application_policy_sets HTTP/1.1" 200 1401 0.124950 10.0.0.27 - - [2025-12-29 02:24:03] "GET /project/b4009f73-64b4-485b-bf77-b325d89bedfe?fields=application_policy_sets HTTP/1.1" 200 1387 0.142395 10.0.0.61 - - [2025-12-29 02:24:03] "DELETE /access-control-list/6bd9c575-9041-45c8-a3c4-a6aa47dd7146 HTTP/1.1" 200 115 0.104196 10.0.0.27 - - [2025-12-29 02:24:04] "DELETE /project/6edce20e-69ec-4e06-8618-36c62d0b40c3 HTTP/1.1" 200 115 0.935666 10.0.0.27 - - [2025-12-29 02:24:04] "DELETE /project/4c4918b0-c656-412d-93d6-b47b1a5e601a HTTP/1.1" 200 115 0.963212 10.0.0.27 - - [2025-12-29 02:24:04] "DELETE /project/d4d81755-72c1-4bcd-8d6a-d1d67d02af56 HTTP/1.1" 200 115 0.970596 10.0.0.27 - - [2025-12-29 02:24:04] "DELETE /project/b4009f73-64b4-485b-bf77-b325d89bedfe HTTP/1.1" 200 115 0.985164 10.0.0.61 - - [2025-12-29 02:24:04] "DELETE /access-control-list/35a0b867-3ece-460c-a370-ec5553cd9cb6 HTTP/1.1" 200 115 0.063839 10.0.0.27 - - [2025-12-29 02:24:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001263 10.0.0.61 - - [2025-12-29 02:24:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.054113 10.0.0.27 - - [2025-12-29 02:24:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001110 10.0.0.61 - - [2025-12-29 02:24:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?fields=virtual_networks HTTP/1.1" 200 1039 0.060355 10.0.0.27 - - [2025-12-29 02:24:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.61 - - [2025-12-29 02:24:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.040864 10.0.0.27 - - [2025-12-29 02:24:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.61 - - [2025-12-29 02:24:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?fields=security_groups HTTP/1.1" 200 1269 0.061481 10.0.0.61 - - [2025-12-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.031114 10.0.0.27 - - [2025-12-29 02:24:05] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002836 10.0.0.27 - - [2025-12-29 02:24:05] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.27 - - [2025-12-29 02:24:05] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007703 10.0.0.27 - - [2025-12-29 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.004928 10.0.0.27 - - [2025-12-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.008319 10.0.0.27 - - [2025-12-29 02:24:05] "POST /security-groups HTTP/1.1" 200 586 0.028772 10.0.0.27 - - [2025-12-29 02:24:05] "POST /projects HTTP/1.1" 200 575 0.241429 10.0.0.61 - - [2025-12-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.020573 10.0.0.27 - - [2025-12-29 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.329824 10.0.0.61 - - [2025-12-29 02:24:06] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.473861 10.0.0.61 - - [2025-12-29 02:24:07] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.61 - - [2025-12-29 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003168 10.0.0.61 - - [2025-12-29 02:24:07] "POST /access-control-lists HTTP/1.1" 200 590 0.027885 10.0.0.61 - - [2025-12-29 02:24:07] "PUT /access-control-list/1ec061b9-cfae-418e-a768-80bb752c89b6 HTTP/1.1" 200 272 0.022170 10.0.0.61 - - [2025-12-29 02:24:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.045418 10.0.0.61 - - [2025-12-29 02:24:08] "PUT /access-control-list/fd30a907-8925-45a7-ad45-87ebc1111eb5 HTTP/1.1" 200 272 0.016962 10.0.0.61 - - [2025-12-29 02:24:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158057 10.0.0.61 - - [2025-12-29 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.004038 10.0.0.61 - - [2025-12-29 02:24:08] "POST /access-control-lists HTTP/1.1" 200 590 0.028760 10.0.0.61 - - [2025-12-29 02:24:08] "PUT /access-control-list/83cabff0-0614-4c94-8e6a-12a8b5539f1c HTTP/1.1" 200 272 0.013993 10.0.0.61 - - [2025-12-29 02:24:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010917 10.0.0.61 - - [2025-12-29 02:24:09] "PUT /access-control-list/57064f98-7787-4931-a7dd-7578bc95e953 HTTP/1.1" 200 272 0.018777 10.0.0.61 - - [2025-12-29 02:24:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.110855 10.0.0.61 - - [2025-12-29 02:24:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000357 10.0.0.61 - - [2025-12-29 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.034072 10.0.0.61 - - [2025-12-29 02:24:09] "POST /access-control-lists HTTP/1.1" 200 607 0.023550 10.0.0.61 - - [2025-12-29 02:24:10] "PUT /access-control-list/ded32b64-82f6-4ee2-b5f6-263564a98c43 HTTP/1.1" 200 272 0.014848 10.0.0.61 - - [2025-12-29 02:24:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.037341 10.0.0.61 - - [2025-12-29 02:24:10] "PUT /access-control-list/286d4311-7d07-4ffd-9501-7dc6c3406fc9 HTTP/1.1" 200 272 0.024035 10.0.0.61 - - [2025-12-29 02:24:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155051 10.0.0.61 - - [2025-12-29 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.003289 10.0.0.61 - - [2025-12-29 02:24:10] "POST /access-control-lists HTTP/1.1" 200 607 0.028659 10.0.0.61 - - [2025-12-29 02:24:10] "PUT /access-control-list/bb15ac73-18a6-4870-b10e-c023ee2fe993 HTTP/1.1" 200 272 0.013870 10.0.0.61 - - [2025-12-29 02:24:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014271 10.0.0.61 - - [2025-12-29 02:24:11] "PUT /access-control-list/a10deed4-8e5a-4099-b393-1e75b8f5c94e HTTP/1.1" 200 272 0.013690 10.0.0.61 - - [2025-12-29 02:24:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115648 10.0.0.61 - - [2025-12-29 02:24:12] "POST /neutron/router HTTP/1.1" 200 541 0.005947 10.0.0.61 - - [2025-12-29 02:24:12] "PUT /logical-router/3b97b71f-53f4-48ee-ae1b-88625288c05b HTTP/1.1" 200 262 0.037713 10.0.0.61 - - [2025-12-29 02:24:12] "POST /neutron/router HTTP/1.1" 200 541 0.003450 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003393 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003618 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.004312 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003447 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003629 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003826 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003455 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003786 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.003590 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 541 0.032091 10.0.0.27 - - [2025-12-29 02:24:13] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000862 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.071274 10.0.0.61 - - [2025-12-29 02:24:13] "POST /route-targets HTTP/1.1" 200 327 0.013569 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.007047 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.004317 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.003703 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.003540 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.003415 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.003316 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.003597 10.0.0.61 - - [2025-12-29 02:24:13] "POST /neutron/router HTTP/1.1" 200 542 0.005259 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 542 0.003722 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 542 0.004768 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 542 0.032717 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 541 0.004683 10.0.0.61 - - [2025-12-29 02:24:14] "DELETE /route-target/8e878b38-5fa8-4bf4-ab85-0a79ed7f6000 HTTP/1.1" 200 115 0.032622 10.0.0.61 - - [2025-12-29 02:24:14] "GET /logical-router/13313fe1-4459-4c09-89bb-f4dd0e446378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.055569 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.006052 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.010858 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.003844 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.003457 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.003814 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.004274 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.004891 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.005228 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.004512 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.003775 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.004894 10.0.0.61 - - [2025-12-29 02:24:14] "POST /neutron/router HTTP/1.1" 200 559 0.005838 10.0.0.61 - - [2025-12-29 02:24:15] "POST /neutron/router HTTP/1.1" 200 151 0.079514 10.0.0.61 - - [2025-12-29 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.61 - - [2025-12-29 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 521 0.003248 10.0.0.61 - - [2025-12-29 02:24:15] "DELETE /access-control-list/a10deed4-8e5a-4099-b393-1e75b8f5c94e HTTP/1.1" 200 115 0.025460 10.0.0.61 - - [2025-12-29 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 151 0.070073 10.0.0.61 - - [2025-12-29 02:24:15] "DELETE /access-control-list/83cabff0-0614-4c94-8e6a-12a8b5539f1c HTTP/1.1" 200 115 0.036869 10.0.0.61 - - [2025-12-29 02:24:15] "DELETE /access-control-list/fd30a907-8925-45a7-ad45-87ebc1111eb5 HTTP/1.1" 200 115 0.038984 10.0.0.27 - - [2025-12-29 02:24:16] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000957 10.0.0.61 - - [2025-12-29 02:24:16] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041854 10.0.0.27 - - [2025-12-29 02:24:16] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002212 10.0.0.61 - - [2025-12-29 02:24:16] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?fields=virtual_networks HTTP/1.1" 200 1021 0.057723 10.0.0.27 - - [2025-12-29 02:24:16] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000902 10.0.0.61 - - [2025-12-29 02:24:16] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.044147 10.0.0.27 - - [2025-12-29 02:24:16] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.61 - - [2025-12-29 02:24:17] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?fields=security_groups HTTP/1.1" 200 1242 0.042533 10.0.0.61 - - [2025-12-29 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.032542 10.0.0.27 - - [2025-12-29 02:24:17] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.27 - - [2025-12-29 02:24:17] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.27 - - [2025-12-29 02:24:17] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006884 10.0.0.27 - - [2025-12-29 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 186 0.001310 10.0.0.27 - - [2025-12-29 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.013358 10.0.0.27 - - [2025-12-29 02:24:18] "POST /security-groups HTTP/1.1" 200 587 0.075779 10.0.0.27 - - [2025-12-29 02:24:18] "POST /projects HTTP/1.1" 200 577 0.287910 10.0.0.61 - - [2025-12-29 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 229 0.009297 10.0.0.27 - - [2025-12-29 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.357123 10.0.0.61 - - [2025-12-29 02:24:18] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.484445 10.0.0.61 - - [2025-12-29 02:24:19] "GET / HTTP/1.1" 200 35931 0.001314 10.0.0.61 - - [2025-12-29 02:24:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000686 10.0.0.61 - - [2025-12-29 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.054590 10.0.0.27 - - [2025-12-29 02:24:21] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.61 - - [2025-12-29 02:24:21] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.036857 10.0.0.61 - - [2025-12-29 02:24:21] "POST /neutron/network HTTP/1.1" 200 117 0.037486 10.0.0.61 - - [2025-12-29 02:24:21] "POST /ref-update HTTP/1.1" 200 156 0.028679 10.0.0.61 - - [2025-12-29 02:24:22] "POST /neutron/network HTTP/1.1" 200 819 0.012490 10.0.0.61 - - [2025-12-29 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 216 0.001070 10.0.0.61 - - [2025-12-29 02:24:22] "GET /virtual-network/343e7e35-14bb-4a4b-b3e2-0cf44a8adf8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006432 10.0.0.61 - - [2025-12-29 02:24:22] "GET /virtual-network/343e7e35-14bb-4a4b-b3e2-0cf44a8adf8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005083 10.0.0.61 - - [2025-12-29 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 719 0.008082 10.0.0.61 - - [2025-12-29 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 206 0.002499 10.0.0.61 - - [2025-12-29 02:24:22] "GET /virtual-network/343e7e35-14bb-4a4b-b3e2-0cf44a8adf8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005337 10.0.0.61 - - [2025-12-29 02:24:22] "GET /virtual-machine-interface/53bbb6fc-e123-480e-8960-03eb8c9af6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007599 10.0.0.61 - - [2025-12-29 02:24:22] "GET /virtual-machine-interface/53bbb6fc-e123-480e-8960-03eb8c9af6e4?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.008206 10.0.0.61 - - [2025-12-29 02:24:22] "GET /instance-ip/de6e146e-0e21-4a0f-a8c2-481805abed97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.004863 10.0.0.61 - - [2025-12-29 02:24:23] "POST /neutron/port HTTP/1.1" 200 151 0.108564 10.0.0.61 - - [2025-12-29 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-12-29 02:24:25] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001146 10.0.0.61 - - [2025-12-29 02:24:25] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045183 10.0.0.61 - - [2025-12-29 02:24:25] "POST /neutron/network HTTP/1.1" 200 117 0.015432 10.0.0.61 - - [2025-12-29 02:24:26] "POST /route-targets HTTP/1.1" 200 327 0.022433 10.0.0.27 - - [2025-12-29 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.61 - - [2025-12-29 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.237285 10.0.0.61 - - [2025-12-29 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 217 0.001320 10.0.0.61 - - [2025-12-29 02:24:26] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005484 10.0.0.61 - - [2025-12-29 02:24:26] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.010037 10.0.0.61 - - [2025-12-29 02:24:26] "POST /neutron/network HTTP/1.1" 200 979 0.007886 10.0.0.27 - - [2025-12-29 02:24:26] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002393 10.0.0.61 - - [2025-12-29 02:24:27] "POST /neutron/port HTTP/1.1" 200 1018 0.255814 10.0.0.61 - - [2025-12-29 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001330 10.0.0.61 - - [2025-12-29 02:24:27] "POST /neutron/port HTTP/1.1" 200 1018 0.011330 10.0.0.61 - - [2025-12-29 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.007064 10.0.0.61 - - [2025-12-29 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001466 10.0.0.61 - - [2025-12-29 02:24:27] "POST /neutron/port HTTP/1.1" 200 1019 0.014276 10.0.0.61 - - [2025-12-29 02:24:28] "POST /neutron/port HTTP/1.1" 200 1019 0.011341 10.0.0.61 - - [2025-12-29 02:24:28] "POST /neutron/port HTTP/1.1" 200 117 0.008894 10.0.0.61 - - [2025-12-29 02:24:28] "POST /neutron/port HTTP/1.1" 200 1018 0.013280 10.0.0.61 - - [2025-12-29 02:24:28] "POST /neutron/port HTTP/1.1" 200 1018 0.012114 10.0.0.61 - - [2025-12-29 02:24:28] "POST /neutron/network HTTP/1.1" 200 989 0.008717 10.0.0.61 - - [2025-12-29 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.024944 10.0.0.61 - - [2025-12-29 02:24:29] "POST /neutron/port HTTP/1.1" 200 1111 0.231779 10.0.0.61 - - [2025-12-29 02:24:29] "POST /neutron/port HTTP/1.1" 200 1121 0.020189 10.0.0.61 - - [2025-12-29 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.61 - - [2025-12-29 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006329 10.0.0.61 - - [2025-12-29 02:24:33] "POST /neutron/port HTTP/1.1" 200 1120 0.017869 10.0.0.61 - - [2025-12-29 02:24:33] "GET /virtual-machine/85e6239f-56f3-42ab-8f22-ff22360c28a4 HTTP/1.1" 401 292 0.000433 10.0.0.61 - - [2025-12-29 02:24:33] "GET /virtual-machine/85e6239f-56f3-42ab-8f22-ff22360c28a4 HTTP/1.1" 200 1284 0.034055 10.0.0.61 - - [2025-12-29 02:24:33] "GET /virtual-machine-interface/5c53c165-0915-442b-b037-e591f0266dee HTTP/1.1" 200 2924 0.004948 10.0.0.61 - - [2025-12-29 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.61 - - [2025-12-29 02:24:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004862 10.0.0.61 - - [2025-12-29 02:24:33] "GET /virtual-networks?parent_id=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003742 10.0.0.61 - - [2025-12-29 02:24:34] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006496 10.0.0.61 - - [2025-12-29 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.61 - - [2025-12-29 02:24:37] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005466 10.0.0.61 - - [2025-12-29 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006769 10.0.0.61 - - [2025-12-29 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.61 - - [2025-12-29 02:24:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003864 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-networks?parent_id=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003702 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006210 10.0.0.61 - - [2025-12-29 02:24:41] "POST /neutron/port HTTP/1.1" 200 1121 0.020653 10.0.0.61 - - [2025-12-29 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007153 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-machine/631480ff-f4b3-4c32-9174-9b7eed9916aa HTTP/1.1" 200 1284 0.006238 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-machine-interface/7c402c54-880a-46e7-85ac-d4acc2dd0ea5 HTTP/1.1" 200 2923 0.005100 10.0.0.61 - - [2025-12-29 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.61 - - [2025-12-29 02:24:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003685 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-networks?parent_id=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003022 10.0.0.61 - - [2025-12-29 02:24:41] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006961 10.0.0.61 - - [2025-12-29 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.61 - - [2025-12-29 02:24:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004888 10.0.0.61 - - [2025-12-29 02:24:42] "GET /virtual-networks?parent_id=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002855 10.0.0.61 - - [2025-12-29 02:24:42] "GET /virtual-network/fb1923c9-df4e-4234-bc9f-dd9b0bc77557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007302 10.0.0.61 - - [2025-12-29 02:24:46] "POST /neutron/port HTTP/1.1" 200 1111 0.014091 10.0.0.61 - - [2025-12-29 02:24:46] "POST /neutron/port HTTP/1.1" 200 1110 0.012286 10.0.0.61 - - [2025-12-29 02:24:46] "POST /neutron/network HTTP/1.1" 200 979 0.010400 10.0.0.61 - - [2025-12-29 02:24:47] "DELETE /route-target/1d0e40ee-e3f8-4a5a-a8cb-4fa16410bc11 HTTP/1.1" 200 115 0.053524 10.0.0.27 - - [2025-12-29 02:24:48] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.033293 10.0.0.61 - - [2025-12-29 02:24:48] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.107820 10.0.0.27 - - [2025-12-29 02:24:48] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001222 10.0.0.61 - - [2025-12-29 02:24:48] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?fields=virtual_networks HTTP/1.1" 200 1024 0.070231 10.0.0.27 - - [2025-12-29 02:24:48] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001219 10.0.0.61 - - [2025-12-29 02:24:48] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.059609 10.0.0.27 - - [2025-12-29 02:24:48] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.61 - - [2025-12-29 02:24:48] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?fields=security_groups HTTP/1.1" 200 1246 0.055094 10.0.0.61 - - [2025-12-29 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.026054 10.0.0.27 - - [2025-12-29 02:24:49] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.27 - - [2025-12-29 02:24:49] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.27 - - [2025-12-29 02:24:49] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034202 10.0.0.27 - - [2025-12-29 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.005581 10.0.0.27 - - [2025-12-29 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.006880 10.0.0.27 - - [2025-12-29 02:24:49] "POST /security-groups HTTP/1.1" 200 589 0.028929 10.0.0.27 - - [2025-12-29 02:24:49] "POST /projects HTTP/1.1" 200 581 0.226767 10.0.0.27 - - [2025-12-29 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.302954 10.0.0.61 - - [2025-12-29 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.006442 10.0.0.61 - - [2025-12-29 02:24:49] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.466599 10.0.0.61 - - [2025-12-29 02:24:50] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.61 - - [2025-12-29 02:24:51] "POST /neutron/port HTTP/1.1" 400 205 0.003755 10.0.0.61 - - [2025-12-29 02:24:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000580 10.0.0.61 - - [2025-12-29 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.062702 10.0.0.27 - - [2025-12-29 02:24:53] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000807 10.0.0.61 - - [2025-12-29 02:24:53] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.037766 10.0.0.61 - - [2025-12-29 02:24:53] "POST /neutron/network HTTP/1.1" 200 117 0.033075 10.0.0.61 - - [2025-12-29 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.021213 10.0.0.61 - - [2025-12-29 02:24:53] "POST /neutron/network HTTP/1.1" 200 824 0.007532 10.0.0.61 - - [2025-12-29 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001084 10.0.0.61 - - [2025-12-29 02:24:53] "GET /virtual-network/938ff3ac-1779-4107-be4c-2277eda25093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005330 10.0.0.61 - - [2025-12-29 02:24:53] "GET /virtual-network/938ff3ac-1779-4107-be4c-2277eda25093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005261 10.0.0.61 - - [2025-12-29 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.007720 10.0.0.61 - - [2025-12-29 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-12-29 02:24:53] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.61 - - [2025-12-29 02:24:53] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.039923 10.0.0.27 - - [2025-12-29 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010150 10.0.0.61 - - [2025-12-29 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.174571 10.0.0.61 - - [2025-12-29 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001291 10.0.0.61 - - [2025-12-29 02:24:54] "GET /virtual-network/76289bbe-f457-471f-9e8a-7a9ed347cf24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004900 10.0.0.61 - - [2025-12-29 02:24:54] "GET /virtual-network/76289bbe-f457-471f-9e8a-7a9ed347cf24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006540 10.0.0.61 - - [2025-12-29 02:24:54] "POST /neutron/network HTTP/1.1" 200 823 0.006923 10.0.0.61 - - [2025-12-29 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001230 10.0.0.27 - - [2025-12-29 02:24:55] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.61 - - [2025-12-29 02:24:55] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.071921 10.0.0.61 - - [2025-12-29 02:24:55] "POST /neutron/network HTTP/1.1" 200 824 0.005693 10.0.0.61 - - [2025-12-29 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001274 10.0.0.61 - - [2025-12-29 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.005778 10.0.0.27 - - [2025-12-29 02:24:55] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001293 10.0.0.61 - - [2025-12-29 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.258362 10.0.0.61 - - [2025-12-29 02:24:56] "POST /neutron/port HTTP/1.1" 200 1112 0.128519 10.0.0.61 - - [2025-12-29 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.009994 10.0.0.27 - - [2025-12-29 02:24:56] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.61 - - [2025-12-29 02:24:56] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.083777 10.0.0.61 - - [2025-12-29 02:24:56] "POST /neutron/network HTTP/1.1" 200 823 0.006182 10.0.0.61 - - [2025-12-29 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.007866 10.0.0.61 - - [2025-12-29 02:24:56] "POST /route-targets HTTP/1.1" 200 327 0.012199 10.0.0.27 - - [2025-12-29 02:24:56] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.61 - - [2025-12-29 02:24:57] "POST /neutron/router HTTP/1.1" 200 344 0.297221 10.0.0.61 - - [2025-12-29 02:24:57] "POST /neutron/port HTTP/1.1" 200 1122 0.019564 10.0.0.61 - - [2025-12-29 02:24:57] "POST /neutron/port HTTP/1.1" 200 1057 0.018354 10.0.0.61 - - [2025-12-29 02:24:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003462 10.0.0.61 - - [2025-12-29 02:24:57] "POST /neutron/network HTTP/1.1" 200 823 0.006018 10.0.0.61 - - [2025-12-29 02:25:02] "POST /neutron/port HTTP/1.1" 200 1122 0.017480 10.0.0.61 - - [2025-12-29 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007272 10.0.0.61 - - [2025-12-29 02:25:02] "GET /virtual-machine/bd64fa71-97cb-4b3b-978d-a2ffd38d5961 HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-29 02:25:03] "GET /virtual-machine/bd64fa71-97cb-4b3b-978d-a2ffd38d5961 HTTP/1.1" 200 1291 0.036705 10.0.0.61 - - [2025-12-29 02:25:03] "GET /virtual-machine-interface/33396087-32a6-47d5-bf2d-0075a287cc27 HTTP/1.1" 200 2934 0.004926 10.0.0.61 - - [2025-12-29 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.61 - - [2025-12-29 02:25:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.61 - - [2025-12-29 02:25:03] "GET /virtual-networks?parent_id=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.006238 10.0.0.61 - - [2025-12-29 02:25:03] "GET /virtual-network/938ff3ac-1779-4107-be4c-2277eda25093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005501 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /project/0d91d0bb633c4e9caf9e4746849e22c8 HTTP/1.1" 404 173 0.014120 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /project/fddc05bb00b34398ab96943d5822f14d HTTP/1.1" 404 173 0.017498 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /project/649895fa90e54aa1bbe93b29eaa77709 HTTP/1.1" 404 173 0.017057 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001323 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000844 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000793 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.101575 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.117739 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.132798 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000952 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001284 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?fields=security_groups HTTP/1.1" 200 1351 0.063422 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?fields=security_groups HTTP/1.1" 200 1374 0.094892 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?fields=security_groups HTTP/1.1" 200 1347 0.109333 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /security-group/53af436f-a8f7-4506-80bf-cf3641a5b4ad HTTP/1.1" 200 115 0.095700 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=fddc05bb-00b3-4398-ab96-943d5822f14d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000950 10.0.0.61 - - [2025-12-29 02:25:04] "DELETE /access-control-list/89d9f1c1-2101-40e4-a859-1bd53af56652 HTTP/1.1" 200 115 0.078151 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /security-group/d4618aee-5593-4b8e-948d-75121fb5769e HTTP/1.1" 200 115 0.123666 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=661b1fec-5bc8-46d8-ad80-3444f211a25d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001419 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /security-group/f67d65f5-671c-48cc-a113-03a440009fb4 HTTP/1.1" 200 115 0.117872 10.0.0.27 - - [2025-12-29 02:25:04] "GET /projects?obj_uuids=649895fa-90e5-4aa1-bbe9-3b29eaa77709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001631 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/fddc05bb-00b3-4398-ab96-943d5822f14d?fields=application_policy_sets HTTP/1.1" 200 1390 0.093625 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/661b1fec-5bc8-46d8-ad80-3444f211a25d?fields=application_policy_sets HTTP/1.1" 200 1413 0.083762 10.0.0.27 - - [2025-12-29 02:25:04] "GET /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709?fields=application_policy_sets HTTP/1.1" 200 1386 0.114268 10.0.0.61 - - [2025-12-29 02:25:04] "DELETE /access-control-list/a0ad671e-0c9d-48c3-9d40-68497815bde0 HTTP/1.1" 200 115 0.063352 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /project/fddc05bb-00b3-4398-ab96-943d5822f14d HTTP/1.1" 200 115 0.688906 10.0.0.27 - - [2025-12-29 02:25:04] "DELETE /project/661b1fec-5bc8-46d8-ad80-3444f211a25d HTTP/1.1" 200 115 0.723745 10.0.0.27 - - [2025-12-29 02:25:05] "DELETE /project/649895fa-90e5-4aa1-bbe9-3b29eaa77709 HTTP/1.1" 200 115 0.820485 10.0.0.61 - - [2025-12-29 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.61 - - [2025-12-29 02:25:06] "GET /virtual-network/938ff3ac-1779-4107-be4c-2277eda25093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006264 10.0.0.61 - - [2025-12-29 02:25:08] "POST /neutron/port HTTP/1.1" 200 1121 0.018085 10.0.0.61 - - [2025-12-29 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.61 - - [2025-12-29 02:25:10] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004419 10.0.0.61 - - [2025-12-29 02:25:10] "GET /virtual-networks?parent_id=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003440 10.0.0.61 - - [2025-12-29 02:25:10] "GET /virtual-network/938ff3ac-1779-4107-be4c-2277eda25093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006519 10.0.0.61 - - [2025-12-29 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007791 10.0.0.61 - - [2025-12-29 02:25:10] "POST /neutron/port HTTP/1.1" 200 1121 0.016584 10.0.0.61 - - [2025-12-29 02:25:10] "GET /virtual-machine/0a644ea8-e06e-4590-9090-784a43ca10a0 HTTP/1.1" 200 1289 0.005584 10.0.0.61 - - [2025-12-29 02:25:10] "GET /virtual-machine-interface/7256b5a8-3c50-45c0-bff3-3a812a5f9ffa HTTP/1.1" 200 2934 0.005103 10.0.0.61 - - [2025-12-29 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-29 02:25:10] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003631 10.0.0.61 - - [2025-12-29 02:25:10] "GET /virtual-networks?parent_id=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003506 10.0.0.61 - - [2025-12-29 02:25:11] "GET /virtual-network/76289bbe-f457-471f-9e8a-7a9ed347cf24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007512 10.0.0.61 - - [2025-12-29 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.61 - - [2025-12-29 02:25:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003576 10.0.0.61 - - [2025-12-29 02:25:12] "GET /virtual-networks?parent_id=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002844 10.0.0.61 - - [2025-12-29 02:25:12] "GET /virtual-network/76289bbe-f457-471f-9e8a-7a9ed347cf24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005930 10.0.0.27 - - [2025-12-29 02:25:16] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.61 - - [2025-12-29 02:25:16] "POST /neutron/router HTTP/1.1" 200 344 0.283506 10.0.0.61 - - [2025-12-29 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.012975 10.0.0.61 - - [2025-12-29 02:25:23] "POST /neutron/router HTTP/1.1" 200 344 0.182736 10.0.0.61 - - [2025-12-29 02:25:29] "POST /neutron/router HTTP/1.1" 200 580 0.010015 10.0.0.61 - - [2025-12-29 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.016657 10.0.0.61 - - [2025-12-29 02:25:29] "POST /neutron/router HTTP/1.1" 200 344 0.191502 10.0.0.61 - - [2025-12-29 02:25:29] "DELETE /route-target/e8b26ed6-2eb3-4e61-9a8d-96ed834e5693 HTTP/1.1" 200 115 0.026860 10.0.0.61 - - [2025-12-29 02:25:29] "POST /neutron/network HTTP/1.1" 200 823 0.005889 10.0.0.61 - - [2025-12-29 02:25:30] "POST /neutron/port HTTP/1.1" 200 1111 0.019215 10.0.0.61 - - [2025-12-29 02:25:30] "POST /neutron/port HTTP/1.1" 200 1112 0.017782 10.0.0.27 - - [2025-12-29 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002654 10.0.0.27 - - [2025-12-29 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.61 - - [2025-12-29 02:25:32] "POST /neutron/network HTTP/1.1" 200 151 0.120814 10.0.0.61 - - [2025-12-29 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2025-12-29 02:25:33] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.61 - - [2025-12-29 02:25:33] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.055844 10.0.0.27 - - [2025-12-29 02:25:33] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.61 - - [2025-12-29 02:25:33] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?fields=virtual_networks HTTP/1.1" 200 1026 0.050087 10.0.0.27 - - [2025-12-29 02:25:33] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.61 - - [2025-12-29 02:25:33] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.049254 10.0.0.27 - - [2025-12-29 02:25:33] "GET /projects?obj_uuids=0d91d0bb-633c-4e9c-af9e-4746849e22c8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.61 - - [2025-12-29 02:25:33] "GET /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8?fields=security_groups HTTP/1.1" 200 1250 0.034977 10.0.0.61 - - [2025-12-29 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.027360 10.0.0.27 - - [2025-12-29 02:25:34] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002723 10.0.0.27 - - [2025-12-29 02:25:34] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.27 - - [2025-12-29 02:25:34] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006221 10.0.0.27 - - [2025-12-29 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 193 0.003685 10.0.0.27 - - [2025-12-29 02:25:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.005592 10.0.0.27 - - [2025-12-29 02:25:35] "POST /security-groups HTTP/1.1" 200 594 0.031103 10.0.0.27 - - [2025-12-29 02:25:35] "POST /projects HTTP/1.1" 200 591 0.244433 10.0.0.61 - - [2025-12-29 02:25:35] "POST /access-control-lists HTTP/1.1" 200 599 0.029702 10.0.0.27 - - [2025-12-29 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.318729 10.0.0.61 - - [2025-12-29 02:25:35] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.441100 10.0.0.61 - - [2025-12-29 02:25:36] "GET / HTTP/1.1" 200 35931 0.001587 10.0.0.61 - - [2025-12-29 02:25:38] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-12-29 02:25:38] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001264 10.0.0.61 - - [2025-12-29 02:25:38] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063736 10.0.0.61 - - [2025-12-29 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.61 - - [2025-12-29 02:25:38] "GET /security-group/e7b6df99-e425-4035-8c32-e29cab3653ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006814 10.0.0.61 - - [2025-12-29 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2025-12-29 02:25:38] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.61 - - [2025-12-29 02:25:38] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.043280 10.0.0.61 - - [2025-12-29 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.61 - - [2025-12-29 02:25:38] "GET /security-group/e7b6df99-e425-4035-8c32-e29cab3653ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004891 10.0.0.61 - - [2025-12-29 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.61 - - [2025-12-29 02:25:38] "PUT /security-group/e7b6df99-e425-4035-8c32-e29cab3653ab HTTP/1.1" 200 262 0.022869 10.0.0.61 - - [2025-12-29 02:25:38] "PUT /access-control-list/108368e0-1d25-4f77-a11b-88eb3ac977bc HTTP/1.1" 200 272 0.011927 10.0.0.61 - - [2025-12-29 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.004162 10.0.0.61 - - [2025-12-29 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.27 - - [2025-12-29 02:25:39] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001275 10.0.0.61 - - [2025-12-29 02:25:39] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050841 10.0.0.61 - - [2025-12-29 02:25:39] "POST /neutron/network HTTP/1.1" 200 117 0.037583 10.0.0.61 - - [2025-12-29 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.021790 10.0.0.61 - - [2025-12-29 02:25:39] "POST /neutron/network HTTP/1.1" 200 828 0.014816 10.0.0.61 - - [2025-12-29 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001311 10.0.0.61 - - [2025-12-29 02:25:39] "GET /virtual-network/8720135b-c5c1-49da-a541-96dc50fae259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007544 10.0.0.61 - - [2025-12-29 02:25:39] "GET /virtual-network/8720135b-c5c1-49da-a541-96dc50fae259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005267 10.0.0.61 - - [2025-12-29 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.007932 10.0.0.61 - - [2025-12-29 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.27 - - [2025-12-29 02:25:39] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000862 10.0.0.61 - - [2025-12-29 02:25:39] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048673 10.0.0.27 - - [2025-12-29 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004415 10.0.0.61 - - [2025-12-29 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.166704 10.0.0.61 - - [2025-12-29 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001254 10.0.0.61 - - [2025-12-29 02:25:40] "GET /virtual-network/a398c5e8-88ef-46ad-a925-8c46c1293dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005016 10.0.0.61 - - [2025-12-29 02:25:40] "GET /virtual-network/a398c5e8-88ef-46ad-a925-8c46c1293dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006531 10.0.0.61 - - [2025-12-29 02:25:40] "POST /neutron/network HTTP/1.1" 200 835 0.006158 10.0.0.61 - - [2025-12-29 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001308 10.0.0.27 - - [2025-12-29 02:25:41] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001246 10.0.0.61 - - [2025-12-29 02:25:41] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066568 10.0.0.61 - - [2025-12-29 02:25:41] "POST /neutron/network HTTP/1.1" 200 828 0.008851 10.0.0.61 - - [2025-12-29 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001269 10.0.0.61 - - [2025-12-29 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.005884 10.0.0.27 - - [2025-12-29 02:25:41] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001677 10.0.0.61 - - [2025-12-29 02:25:42] "POST /neutron/port HTTP/1.1" 200 1064 0.310661 10.0.0.61 - - [2025-12-29 02:25:42] "POST /neutron/port HTTP/1.1" 200 1118 0.111120 10.0.0.27 - - [2025-12-29 02:25:42] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.61 - - [2025-12-29 02:25:42] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071812 10.0.0.61 - - [2025-12-29 02:25:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003431 10.0.0.61 - - [2025-12-29 02:25:42] "POST /neutron/network HTTP/1.1" 200 828 0.007253 10.0.0.61 - - [2025-12-29 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.006394 10.0.0.61 - - [2025-12-29 02:25:42] "POST /route-targets HTTP/1.1" 200 327 0.016920 10.0.0.61 - - [2025-12-29 02:25:43] "POST /neutron/router HTTP/1.1" 200 656 0.039699 10.0.0.61 - - [2025-12-29 02:25:43] "GET /logical-router/bab029bb-5f00-42a3-9bbb-97faa85cf33e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.054767 10.0.0.61 - - [2025-12-29 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.002938 10.0.0.61 - - [2025-12-29 02:25:43] "POST /neutron/network HTTP/1.1" 200 845 0.022569 10.0.0.61 - - [2025-12-29 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.046364 10.0.0.61 - - [2025-12-29 02:25:43] "POST /route-tables HTTP/1.1" 200 582 0.047882 10.0.0.61 - - [2025-12-29 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008527 10.0.0.61 - - [2025-12-29 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.61 - - [2025-12-29 02:25:43] "POST /neutron/port HTTP/1.1" 200 1118 0.159909 10.0.0.61 - - [2025-12-29 02:25:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.154133 10.0.0.61 - - [2025-12-29 02:25:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.011617 10.0.0.61 - - [2025-12-29 02:25:44] "POST /instance-ips HTTP/1.1" 400 246 0.034039 10.0.0.61 - - [2025-12-29 02:25:44] "PUT /instance-ip/373fdb2e-042a-425b-9abb-74e456b2505b HTTP/1.1" 200 256 0.038242 10.0.0.61 - - [2025-12-29 02:25:44] "POST /chown HTTP/1.1" 200 109 0.033684 10.0.0.61 - - [2025-12-29 02:25:44] "POST /chown HTTP/1.1" 200 109 0.010556 10.0.0.61 - - [2025-12-29 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.016212 10.0.0.61 - - [2025-12-29 02:25:44] "PUT /routing-instance/947b061e-c109-4f76-9709-6282dc499330 HTTP/1.1" 200 266 0.029191 10.0.0.61 - - [2025-12-29 02:25:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.102730 10.0.0.61 - - [2025-12-29 02:25:44] "POST /chown HTTP/1.1" 200 109 0.011269 10.0.0.61 - - [2025-12-29 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.016682 10.0.0.61 - - [2025-12-29 02:25:45] "POST /chown HTTP/1.1" 200 109 0.022336 10.0.0.61 - - [2025-12-29 02:25:45] "PUT /virtual-machine-interface/cbe7a1db-224f-42e6-97e8-16ebdf1c4857 HTTP/1.1" 200 284 0.030133 10.0.0.61 - - [2025-12-29 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.027177 10.0.0.61 - - [2025-12-29 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.027154 10.0.0.61 - - [2025-12-29 02:25:48] "POST /neutron/port HTTP/1.1" 200 1128 0.015665 10.0.0.61 - - [2025-12-29 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007492 10.0.0.61 - - [2025-12-29 02:25:48] "GET /virtual-machine/880c5d4e-7660-4f2a-afce-be4be8806803 HTTP/1.1" 401 292 0.000441 10.0.0.61 - - [2025-12-29 02:25:49] "GET /virtual-machine/880c5d4e-7660-4f2a-afce-be4be8806803 HTTP/1.1" 200 1295 0.028579 10.0.0.61 - - [2025-12-29 02:25:49] "GET /virtual-machine-interface/7b35a25c-a5ce-4bb3-98f1-f17070a7d292 HTTP/1.1" 200 2956 0.005339 10.0.0.61 - - [2025-12-29 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.61 - - [2025-12-29 02:25:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.61 - - [2025-12-29 02:25:49] "GET /virtual-networks?parent_id=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002763 10.0.0.61 - - [2025-12-29 02:25:49] "GET /virtual-network/8720135b-c5c1-49da-a541-96dc50fae259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005857 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/port HTTP/1.1" 200 1128 0.046379 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/port HTTP/1.1" 200 1128 0.020497 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.007894 10.0.0.61 - - [2025-12-29 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/network HTTP/1.1" 200 828 0.006313 10.0.0.61 - - [2025-12-29 02:25:52] "GET /virtual-network/8720135b-c5c1-49da-a541-96dc50fae259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004928 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006378 10.0.0.61 - - [2025-12-29 02:25:52] "POST /neutron/network HTTP/1.1" 200 835 0.007699 10.0.0.61 - - [2025-12-29 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.61 - - [2025-12-29 02:25:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.61 - - [2025-12-29 02:25:54] "GET /virtual-networks?parent_id=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003453 10.0.0.61 - - [2025-12-29 02:25:54] "GET /virtual-network/8720135b-c5c1-49da-a541-96dc50fae259?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007918 10.0.0.61 - - [2025-12-29 02:25:54] "POST /neutron/port HTTP/1.1" 200 1128 0.016341 10.0.0.61 - - [2025-12-29 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008077 10.0.0.61 - - [2025-12-29 02:25:54] "GET /virtual-machine/8d31d5bf-6d65-4b5a-83c9-14b4f4b63b06 HTTP/1.1" 200 1295 0.005424 10.0.0.61 - - [2025-12-29 02:25:55] "GET /virtual-machine-interface/cbdd4e94-4733-4a86-a02f-f6116de5ccc1 HTTP/1.1" 200 2969 0.004696 10.0.0.61 - - [2025-12-29 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.61 - - [2025-12-29 02:25:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003767 10.0.0.61 - - [2025-12-29 02:25:55] "GET /virtual-networks?parent_id=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002805 10.0.0.61 - - [2025-12-29 02:25:55] "GET /virtual-network/a398c5e8-88ef-46ad-a925-8c46c1293dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005270 10.0.0.61 - - [2025-12-29 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.61 - - [2025-12-29 02:25:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004462 10.0.0.61 - - [2025-12-29 02:25:56] "GET /virtual-networks?parent_id=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004748 10.0.0.61 - - [2025-12-29 02:25:56] "GET /virtual-network/a398c5e8-88ef-46ad-a925-8c46c1293dab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005570 10.0.0.61 - - [2025-12-29 02:25:59] "DELETE /access-control-list/f8ad9010-8a2e-456c-b8f3-735e90be73c8 HTTP/1.1" 200 115 0.050015 10.0.0.61 - - [2025-12-29 02:26:00] "POST /neutron/router HTTP/1.1" 200 656 0.012504 10.0.0.61 - - [2025-12-29 02:26:00] "GET /service-instance/e715de63-dbed-4992-9412-686523f0a976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.007032 10.0.0.61 - - [2025-12-29 02:26:00] "POST /neutron/router HTTP/1.1" 200 151 0.096058 10.0.0.61 - - [2025-12-29 02:26:00] "DELETE /route-target/06f5d344-1d41-4886-9f27-4741911e6a91 HTTP/1.1" 409 239 0.011409 10.0.0.61 - - [2025-12-29 02:26:00] "GET /service-instance/e715de63-dbed-4992-9412-686523f0a976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006185 10.0.0.61 - - [2025-12-29 02:26:00] "GET /virtual-network/e897a9f6-bba4-4ebc-a88c-ecd942647ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007480 10.0.0.61 - - [2025-12-29 02:26:00] "DELETE /instance-ip/93dfabd8-0daf-4ca2-86e9-c6ce10d0e6c7 HTTP/1.1" 200 115 0.083558 10.0.0.61 - - [2025-12-29 02:26:01] "POST /neutron/port HTTP/1.1" 200 1128 0.051473 10.0.0.61 - - [2025-12-29 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.61 - - [2025-12-29 02:26:01] "POST /neutron/port HTTP/1.1" 200 1128 0.042137 10.0.0.61 - - [2025-12-29 02:26:01] "GET /virtual-machine-interface/0be3e388-14a0-4fdb-8fce-02e85a397e64?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1331 0.006163 10.0.0.61 - - [2025-12-29 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.041604 10.0.0.61 - - [2025-12-29 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.031715 10.0.0.61 - - [2025-12-29 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.031688 10.0.0.61 - - [2025-12-29 02:26:01] "DELETE /virtual-machine-interface/f76d9f7a-373f-4430-aa63-d32b99b9b983 HTTP/1.1" 200 115 0.072780 10.0.0.61 - - [2025-12-29 02:26:02] "POST /ref-update HTTP/1.1" 200 156 0.025988 10.0.0.61 - - [2025-12-29 02:26:02] "POST /neutron/network HTTP/1.1" 200 835 0.008688 10.0.0.61 - - [2025-12-29 02:26:02] "DELETE /route-target/a788f866-dd18-41c4-8986-ffc7445ece18 HTTP/1.1" 200 115 0.020300 10.0.0.27 - - [2025-12-29 02:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003069 10.0.0.27 - - [2025-12-29 02:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003297 10.0.0.61 - - [2025-12-29 02:26:03] "POST /neutron/network HTTP/1.1" 200 151 0.111049 10.0.0.27 - - [2025-12-29 02:26:04] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.61 - - [2025-12-29 02:26:04] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052531 10.0.0.27 - - [2025-12-29 02:26:04] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002625 10.0.0.61 - - [2025-12-29 02:26:04] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?fields=virtual_networks HTTP/1.1" 200 1037 0.073612 10.0.0.27 - - [2025-12-29 02:26:04] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001467 10.0.0.61 - - [2025-12-29 02:26:04] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.067116 10.0.0.27 - - [2025-12-29 02:26:04] "GET /projects?obj_uuids=f2288c2a-c493-4a8d-86ec-8d229c13b2a4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.61 - - [2025-12-29 02:26:04] "GET /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4?fields=security_groups HTTP/1.1" 200 1266 0.042310 10.0.0.27 - - [2025-12-29 02:26:05] "DELETE /project/f2288c2ac4934a8d86ec8d229c13b2a4 HTTP/1.1" 404 173 0.003027 10.0.0.27 - - [2025-12-29 02:26:05] "DELETE /project/0d91d0bb-633c-4e9c-af9e-4746849e22c8 HTTP/1.1" 404 177 0.006071 10.0.0.61 - - [2025-12-29 02:26:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.024741 10.0.0.27 - - [2025-12-29 02:26:05] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003676 10.0.0.27 - - [2025-12-29 02:26:05] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.27 - - [2025-12-29 02:26:05] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007031 10.0.0.27 - - [2025-12-29 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.002909 10.0.0.27 - - [2025-12-29 02:26:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004060 10.0.0.27 - - [2025-12-29 02:26:06] "POST /security-groups HTTP/1.1" 200 599 0.027941 10.0.0.61 - - [2025-12-29 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.002512 10.0.0.27 - - [2025-12-29 02:26:06] "POST /projects HTTP/1.1" 200 601 0.220781 10.0.0.27 - - [2025-12-29 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.295467 10.0.0.61 - - [2025-12-29 02:26:06] "POST /access-control-lists HTTP/1.1" 200 602 0.029556 10.0.0.61 - - [2025-12-29 02:26:06] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.424478 10.0.0.61 - - [2025-12-29 02:26:07] "GET / HTTP/1.1" 200 35931 0.001335 10.0.0.61 - - [2025-12-29 02:26:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.61 - - [2025-12-29 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.058193 10.0.0.27 - - [2025-12-29 02:26:09] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.61 - - [2025-12-29 02:26:09] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042421 10.0.0.27 - - [2025-12-29 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.61 - - [2025-12-29 02:26:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.200495 10.0.0.61 - - [2025-12-29 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.035954 10.0.0.61 - - [2025-12-29 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001200 10.0.0.61 - - [2025-12-29 02:26:10] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006636 10.0.0.61 - - [2025-12-29 02:26:10] "POST /neutron/network HTTP/1.1" 200 1007 0.007103 10.0.0.61 - - [2025-12-29 02:26:10] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004204 10.0.0.61 - - [2025-12-29 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.007422 10.0.0.61 - - [2025-12-29 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.27 - - [2025-12-29 02:26:10] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000808 10.0.0.61 - - [2025-12-29 02:26:10] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035679 10.0.0.61 - - [2025-12-29 02:26:10] "POST /route-targets HTTP/1.1" 200 327 0.012255 10.0.0.27 - - [2025-12-29 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004725 10.0.0.61 - - [2025-12-29 02:26:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.224930 10.0.0.61 - - [2025-12-29 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001233 10.0.0.61 - - [2025-12-29 02:26:11] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008599 10.0.0.61 - - [2025-12-29 02:26:11] "POST /neutron/network HTTP/1.1" 200 1005 0.010590 10.0.0.61 - - [2025-12-29 02:26:11] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005651 10.0.0.61 - - [2025-12-29 02:26:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.008236 10.0.0.61 - - [2025-12-29 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002675 10.0.0.61 - - [2025-12-29 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2025-12-29 02:26:11] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.61 - - [2025-12-29 02:26:11] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046542 10.0.0.61 - - [2025-12-29 02:26:11] "POST /network-policys HTTP/1.1" 200 577 0.029253 10.0.0.61 - - [2025-12-29 02:26:11] "GET /network-policy/e88a4101-e656-43bb-a34b-c743522210db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005764 10.0.0.61 - - [2025-12-29 02:26:11] "POST /access-control-lists HTTP/1.1" 200 596 0.046567 10.0.0.61 - - [2025-12-29 02:26:11] "POST /neutron/network HTTP/1.1" 200 1115 0.013679 10.0.0.61 - - [2025-12-29 02:26:11] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009619 10.0.0.61 - - [2025-12-29 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.61 - - [2025-12-29 02:26:11] "GET /network-policy/e88a4101-e656-43bb-a34b-c743522210db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004315 10.0.0.61 - - [2025-12-29 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004456 10.0.0.61 - - [2025-12-29 02:26:11] "POST /neutron/network HTTP/1.1" 200 1113 0.013377 10.0.0.61 - - [2025-12-29 02:26:11] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004937 10.0.0.61 - - [2025-12-29 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007472 10.0.0.61 - - [2025-12-29 02:26:11] "GET /network-policy/e88a4101-e656-43bb-a34b-c743522210db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004051 10.0.0.61 - - [2025-12-29 02:26:11] "POST /access-control-lists HTTP/1.1" 200 596 0.073792 10.0.0.61 - - [2025-12-29 02:26:12] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005371 10.0.0.61 - - [2025-12-29 02:26:12] "GET /obj-perms HTTP/1.1" 200 5046 0.064505 10.0.0.22 - - [2025-12-29 02:26:13] "GET /obj-perms HTTP/1.1" 200 5056 0.077299 10.0.0.27 - - [2025-12-29 02:26:14] "GET /obj-perms HTTP/1.1" 200 5046 0.375153 10.0.0.61 - - [2025-12-29 02:26:14] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005418 10.0.0.61 - - [2025-12-29 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001221 10.0.0.27 - - [2025-12-29 02:26:15] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.61 - - [2025-12-29 02:26:15] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067446 10.0.0.61 - - [2025-12-29 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.006041 10.0.0.61 - - [2025-12-29 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001187 10.0.0.61 - - [2025-12-29 02:26:16] "POST /neutron/network HTTP/1.1" 200 1123 0.006286 10.0.0.61 - - [2025-12-29 02:26:16] "POST /neutron/port HTTP/1.1" 200 1176 0.020821 10.0.0.61 - - [2025-12-29 02:26:17] "POST /neutron/port HTTP/1.1" 200 1240 0.018998 10.0.0.61 - - [2025-12-29 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018282 10.0.0.27 - - [2025-12-29 02:26:17] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.61 - - [2025-12-29 02:26:17] "POST /neutron/network HTTP/1.1" 200 1115 0.008899 10.0.0.61 - - [2025-12-29 02:26:17] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087682 10.0.0.61 - - [2025-12-29 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011239 10.0.0.61 - - [2025-12-29 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007331 10.0.0.61 - - [2025-12-29 02:26:18] "POST /neutron/port HTTP/1.1" 200 1174 0.048516 10.0.0.61 - - [2025-12-29 02:26:18] "POST /neutron/port HTTP/1.1" 200 1238 0.022131 10.0.0.61 - - [2025-12-29 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.011115 10.0.0.61 - - [2025-12-29 02:26:18] "POST /neutron/network HTTP/1.1" 200 1113 0.007973 10.0.0.61 - - [2025-12-29 02:26:22] "POST /neutron/port HTTP/1.1" 200 1240 0.015818 10.0.0.61 - - [2025-12-29 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007524 10.0.0.61 - - [2025-12-29 02:26:22] "GET /virtual-machine/a02b66d9-7109-4643-8ca9-47cdf15f1f12 HTTP/1.1" 401 292 0.000414 10.0.0.61 - - [2025-12-29 02:26:23] "GET /virtual-machine/a02b66d9-7109-4643-8ca9-47cdf15f1f12 HTTP/1.1" 200 1301 0.030686 10.0.0.61 - - [2025-12-29 02:26:23] "GET /virtual-machine-interface/23181767-04d7-4cd1-b2b2-da2bc11832d5 HTTP/1.1" 200 3175 0.004694 10.0.0.61 - - [2025-12-29 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.61 - - [2025-12-29 02:26:23] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003204 10.0.0.61 - - [2025-12-29 02:26:23] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003076 10.0.0.61 - - [2025-12-29 02:26:23] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006029 10.0.0.61 - - [2025-12-29 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.61 - - [2025-12-29 02:26:26] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004831 10.0.0.61 - - [2025-12-29 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.61 - - [2025-12-29 02:26:30] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004786 10.0.0.61 - - [2025-12-29 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.61 - - [2025-12-29 02:26:34] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006309 10.0.0.61 - - [2025-12-29 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.61 - - [2025-12-29 02:26:38] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005252 10.0.0.61 - - [2025-12-29 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.61 - - [2025-12-29 02:26:42] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006322 10.0.0.61 - - [2025-12-29 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.61 - - [2025-12-29 02:26:46] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004894 10.0.0.61 - - [2025-12-29 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.61 - - [2025-12-29 02:26:51] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006243 10.0.0.61 - - [2025-12-29 02:26:52] "POST /neutron/network HTTP/1.1" 200 1123 0.007782 10.0.0.61 - - [2025-12-29 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012126 10.0.0.61 - - [2025-12-29 02:26:53] "POST /neutron/network HTTP/1.1" 200 1113 0.018998 10.0.0.61 - - [2025-12-29 02:26:54] "POST /neutron/network HTTP/1.1" 200 1125 0.006301 10.0.0.61 - - [2025-12-29 02:26:54] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012194 10.0.0.61 - - [2025-12-29 02:26:54] "POST /neutron/network HTTP/1.1" 200 1115 0.008780 10.0.0.61 - - [2025-12-29 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.61 - - [2025-12-29 02:26:55] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005267 10.0.0.61 - - [2025-12-29 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.61 - - [2025-12-29 02:26:59] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005178 10.0.0.61 - - [2025-12-29 02:26:59] "DELETE /access-control-list/108368e0-1d25-4f77-a11b-88eb3ac977bc HTTP/1.1" 200 115 0.033133 10.0.0.61 - - [2025-12-29 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.61 - - [2025-12-29 02:27:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005154 10.0.0.61 - - [2025-12-29 02:27:01] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004426 10.0.0.61 - - [2025-12-29 02:27:01] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005954 10.0.0.27 - - [2025-12-29 02:27:05] "DELETE /project/c60e9f081e24403ca15fb879e61d707e HTTP/1.1" 404 173 0.004434 10.0.0.27 - - [2025-12-29 02:27:05] "DELETE /project/f2288c2a-c493-4a8d-86ec-8d229c13b2a4 HTTP/1.1" 404 177 0.007643 10.0.0.61 - - [2025-12-29 02:27:06] "POST /neutron/port HTTP/1.1" 200 1240 0.015674 10.0.0.61 - - [2025-12-29 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006395 10.0.0.61 - - [2025-12-29 02:27:12] "POST /neutron/port HTTP/1.1" 200 1240 0.017808 10.0.0.61 - - [2025-12-29 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007255 10.0.0.61 - - [2025-12-29 02:27:27] "POST /neutron/port HTTP/1.1" 200 1238 0.016511 10.0.0.61 - - [2025-12-29 02:27:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006837 10.0.0.61 - - [2025-12-29 02:27:27] "GET /virtual-machine/10775370-00ee-4a7f-af05-913265749010 HTTP/1.1" 200 1300 0.005558 10.0.0.61 - - [2025-12-29 02:27:27] "GET /virtual-machine-interface/2a380b21-74b3-447a-beb6-14b6ed9d908d HTTP/1.1" 200 3175 0.004870 10.0.0.61 - - [2025-12-29 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.61 - - [2025-12-29 02:27:27] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003349 10.0.0.61 - - [2025-12-29 02:27:27] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003520 10.0.0.61 - - [2025-12-29 02:27:27] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005706 10.0.0.61 - - [2025-12-29 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.61 - - [2025-12-29 02:27:28] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003974 10.0.0.61 - - [2025-12-29 02:27:28] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003145 10.0.0.61 - - [2025-12-29 02:27:28] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005176 10.0.0.61 - - [2025-12-29 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-12-29 02:27:50] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.61 - - [2025-12-29 02:27:50] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033270 10.0.0.61 - - [2025-12-29 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009234 10.0.0.61 - - [2025-12-29 02:27:50] "PUT /network-policy/e88a4101-e656-43bb-a34b-c743522210db HTTP/1.1" 200 262 0.015854 10.0.0.61 - - [2025-12-29 02:27:51] "PUT /access-control-list/93f038a2-f345-499a-b8d5-84174bed5ec7 HTTP/1.1" 200 272 0.061344 10.0.0.22 - - [2025-12-29 02:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.22 - - [2025-12-29 02:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-29 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-12-29 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-12-29 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-12-29 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.27 - - [2025-12-29 02:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-29 02:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.61 - - [2025-12-29 02:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.61 - - [2025-12-29 02:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019388 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003634 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/port HTTP/1.1" 200 1240 0.023173 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005082 10.0.0.61 - - [2025-12-29 02:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.61 - - [2025-12-29 02:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.61 - - [2025-12-29 02:27:54] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006127 10.0.0.61 - - [2025-12-29 02:27:54] "POST /neutron/network HTTP/1.1" 200 1115 0.008349 10.0.0.61 - - [2025-12-29 02:27:54] "GET /virtual-network/15c12434-8838-45cc-9e5c-9e442e228e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.012165 10.0.0.61 - - [2025-12-29 02:27:54] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008548 10.0.0.61 - - [2025-12-29 02:27:55] "POST /neutron/network HTTP/1.1" 200 1115 0.011111 10.0.0.61 - - [2025-12-29 02:27:55] "DELETE /access-control-list/c05690f7-69c5-4a1b-b728-d4af58b32fb6 HTTP/1.1" 200 115 0.060008 10.0.0.61 - - [2025-12-29 02:27:55] "GET /virtual-network/29dfcec9-bcdc-480c-96d9-122715576324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.016522 10.0.0.61 - - [2025-12-29 02:27:55] "DELETE /network-policy/e88a4101-e656-43bb-a34b-c743522210db HTTP/1.1" 200 115 0.059238 10.0.0.61 - - [2025-12-29 02:27:55] "POST /neutron/port HTTP/1.1" 200 1238 0.054503 10.0.0.61 - - [2025-12-29 02:27:55] "POST /neutron/port HTTP/1.1" 200 1228 0.019626 10.0.0.61 - - [2025-12-29 02:27:55] "POST /neutron/port HTTP/1.1" 200 1230 0.017016 10.0.0.27 - - [2025-12-29 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003467 10.0.0.27 - - [2025-12-29 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.27 - - [2025-12-29 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002039 10.0.0.27 - - [2025-12-29 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004675 10.0.0.61 - - [2025-12-29 02:27:57] "POST /neutron/network HTTP/1.1" 200 151 0.137471 10.0.0.61 - - [2025-12-29 02:27:57] "DELETE /route-target/3c1821e8-6676-47cf-a469-d7e0f44f036a HTTP/1.1" 200 115 0.036537 10.0.0.27 - - [2025-12-29 02:28:02] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.61 - - [2025-12-29 02:28:02] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040652 10.0.0.61 - - [2025-12-29 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-12-29 02:28:02] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.61 - - [2025-12-29 02:28:02] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007046 10.0.0.61 - - [2025-12-29 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2025-12-29 02:28:02] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.61 - - [2025-12-29 02:28:02] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040845 10.0.0.61 - - [2025-12-29 02:28:03] "GET /domains HTTP/1.1" 200 280 0.002684 10.0.0.27 - - [2025-12-29 02:28:03] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.61 - - [2025-12-29 02:28:03] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c HTTP/1.1" 200 2776 0.031797 10.0.0.27 - - [2025-12-29 02:28:03] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.61 - - [2025-12-29 02:28:03] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e HTTP/1.1" 200 1900 0.060643 10.0.0.61 - - [2025-12-29 02:28:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003287 10.0.0.61 - - [2025-12-29 02:28:03] "POST /network-ipams HTTP/1.1" 200 609 0.033705 10.0.0.61 - - [2025-12-29 02:28:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003268 10.0.0.61 - - [2025-12-29 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.61 - - [2025-12-29 02:28:03] "GET /network-ipam/af3bf435-f450-47fe-8381-0a18372abe3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.007096 10.0.0.61 - - [2025-12-29 02:28:03] "PUT /network-ipam/af3bf435-f450-47fe-8381-0a18372abe3a HTTP/1.1" 200 258 0.017760 10.0.0.61 - - [2025-12-29 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-12-29 02:28:03] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.61 - - [2025-12-29 02:28:03] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033138 10.0.0.61 - - [2025-12-29 02:28:03] "POST /neutron/network HTTP/1.1" 200 117 0.010928 10.0.0.61 - - [2025-12-29 02:28:03] "POST /route-targets HTTP/1.1" 200 327 0.011447 10.0.0.27 - - [2025-12-29 02:28:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010862 10.0.0.61 - - [2025-12-29 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.197813 10.0.0.61 - - [2025-12-29 02:28:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.007092 10.0.0.61 - - [2025-12-29 02:28:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001478 10.0.0.61 - - [2025-12-29 02:28:04] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006927 10.0.0.61 - - [2025-12-29 02:28:04] "POST /neutron/network HTTP/1.1" 200 1308 0.010278 10.0.0.61 - - [2025-12-29 02:28:04] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004921 10.0.0.61 - - [2025-12-29 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.009405 10.0.0.61 - - [2025-12-29 02:28:04] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006709 10.0.0.61 - - [2025-12-29 02:28:05] "GET /obj-perms HTTP/1.1" 200 5046 0.005623 10.0.0.22 - - [2025-12-29 02:28:05] "GET /obj-perms HTTP/1.1" 200 5046 0.048926 10.0.0.27 - - [2025-12-29 02:28:05] "GET /obj-perms HTTP/1.1" 200 5046 0.003688 10.0.0.61 - - [2025-12-29 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-29 02:28:05] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.61 - - [2025-12-29 02:28:05] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046619 10.0.0.27 - - [2025-12-29 02:28:05] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.61 - - [2025-12-29 02:28:05] "POST /neutron/network HTTP/1.1" 200 619 0.115401 10.0.0.61 - - [2025-12-29 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.042459 10.0.0.27 - - [2025-12-29 02:28:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005218 10.0.0.61 - - [2025-12-29 02:28:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.217489 10.0.0.61 - - [2025-12-29 02:28:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001158 10.0.0.61 - - [2025-12-29 02:28:06] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006418 10.0.0.61 - - [2025-12-29 02:28:06] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005405 10.0.0.61 - - [2025-12-29 02:28:06] "POST /neutron/network HTTP/1.1" 200 1309 0.010516 10.0.0.61 - - [2025-12-29 02:28:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.007959 10.0.0.61 - - [2025-12-29 02:28:06] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005786 10.0.0.61 - - [2025-12-29 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-12-29 02:28:07] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.61 - - [2025-12-29 02:28:07] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041994 10.0.0.27 - - [2025-12-29 02:28:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.61 - - [2025-12-29 02:28:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.188557 10.0.0.61 - - [2025-12-29 02:28:07] "POST /neutron/network HTTP/1.1" 200 1309 0.013056 10.0.0.61 - - [2025-12-29 02:28:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.000930 10.0.0.61 - - [2025-12-29 02:28:07] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004312 10.0.0.61 - - [2025-12-29 02:28:08] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005553 10.0.0.61 - - [2025-12-29 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 701 0.009272 10.0.0.61 - - [2025-12-29 02:28:08] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005092 10.0.0.61 - - [2025-12-29 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2025-12-29 02:28:08] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000811 10.0.0.61 - - [2025-12-29 02:28:08] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046295 10.0.0.61 - - [2025-12-29 02:28:08] "POST /neutron/network HTTP/1.1" 200 117 0.014761 10.0.0.61 - - [2025-12-29 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.023538 10.0.0.27 - - [2025-12-29 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002300 10.0.0.61 - - [2025-12-29 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.228232 10.0.0.61 - - [2025-12-29 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.009320 10.0.0.61 - - [2025-12-29 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001910 10.0.0.61 - - [2025-12-29 02:28:09] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006492 10.0.0.61 - - [2025-12-29 02:28:09] "POST /neutron/network HTTP/1.1" 200 1309 0.009817 10.0.0.61 - - [2025-12-29 02:28:09] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004421 10.0.0.61 - - [2025-12-29 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.008179 10.0.0.61 - - [2025-12-29 02:28:10] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005553 10.0.0.61 - - [2025-12-29 02:28:10] "GET /obj-perms HTTP/1.1" 200 5046 0.003088 10.0.0.22 - - [2025-12-29 02:28:10] "GET /obj-perms HTTP/1.1" 200 5046 0.003591 10.0.0.27 - - [2025-12-29 02:28:10] "GET /obj-perms HTTP/1.1" 200 5046 0.003380 10.0.0.61 - - [2025-12-29 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.003246 10.0.0.61 - - [2025-12-29 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.27 - - [2025-12-29 02:28:10] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.61 - - [2025-12-29 02:28:10] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043945 10.0.0.61 - - [2025-12-29 02:28:10] "POST /network-policys HTTP/1.1" 200 559 0.075925 10.0.0.61 - - [2025-12-29 02:28:10] "GET /network-policy/2781591a-6bad-4b93-b5b2-cadf7037dcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005412 10.0.0.61 - - [2025-12-29 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.002755 10.0.0.61 - - [2025-12-29 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2025-12-29 02:28:10] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.61 - - [2025-12-29 02:28:10] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041372 10.0.0.61 - - [2025-12-29 02:28:10] "POST /network-policys HTTP/1.1" 200 559 0.068036 10.0.0.61 - - [2025-12-29 02:28:11] "GET /network-policy/d97d23c9-5e66-4157-a8f1-17da96ffbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006430 10.0.0.61 - - [2025-12-29 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003317 10.0.0.61 - - [2025-12-29 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-12-29 02:28:11] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.61 - - [2025-12-29 02:28:11] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045572 10.0.0.61 - - [2025-12-29 02:28:11] "POST /network-policys HTTP/1.1" 200 559 0.088228 10.0.0.61 - - [2025-12-29 02:28:11] "GET /network-policy/d12fa828-8575-4788-8cf5-7c8c7f1c9b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007103 10.0.0.61 - - [2025-12-29 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 225 0.003192 10.0.0.61 - - [2025-12-29 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.27 - - [2025-12-29 02:28:11] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.61 - - [2025-12-29 02:28:11] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040335 10.0.0.61 - - [2025-12-29 02:28:11] "POST /network-policys HTTP/1.1" 200 559 0.068095 10.0.0.61 - - [2025-12-29 02:28:11] "GET /network-policy/94063e4e-eb71-452c-9a0a-58ae75734f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006179 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.002841 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-12-29 02:28:12] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000860 10.0.0.61 - - [2025-12-29 02:28:12] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034863 10.0.0.61 - - [2025-12-29 02:28:12] "POST /network-policys HTTP/1.1" 200 559 0.072351 10.0.0.61 - - [2025-12-29 02:28:12] "GET /network-policy/85314dc7-8498-41eb-9b76-8f729ab20fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006773 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.002743 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.27 - - [2025-12-29 02:28:12] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.61 - - [2025-12-29 02:28:12] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038399 10.0.0.61 - - [2025-12-29 02:28:12] "POST /network-policys HTTP/1.1" 200 559 0.072211 10.0.0.61 - - [2025-12-29 02:28:12] "GET /network-policy/ae8ee4b5-9aa2-4f56-be83-32b862caeba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005980 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.002763 10.0.0.61 - - [2025-12-29 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.27 - - [2025-12-29 02:28:12] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.61 - - [2025-12-29 02:28:12] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040669 10.0.0.61 - - [2025-12-29 02:28:13] "POST /network-policys HTTP/1.1" 200 559 0.067329 10.0.0.61 - - [2025-12-29 02:28:13] "GET /network-policy/d5de2e49-bc21-4f7c-b779-8e29c102de1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006364 10.0.0.61 - - [2025-12-29 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.002769 10.0.0.61 - - [2025-12-29 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.27 - - [2025-12-29 02:28:13] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.61 - - [2025-12-29 02:28:13] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043713 10.0.0.61 - - [2025-12-29 02:28:13] "POST /network-policys HTTP/1.1" 200 559 0.067712 10.0.0.61 - - [2025-12-29 02:28:13] "GET /network-policy/1b740952-6774-4cbe-a777-affc9745327d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005532 10.0.0.61 - - [2025-12-29 02:28:13] "POST /neutron/network HTTP/1.1" 200 1493 0.071113 10.0.0.61 - - [2025-12-29 02:28:13] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005294 10.0.0.61 - - [2025-12-29 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.61 - - [2025-12-29 02:28:13] "GET /network-policy/2781591a-6bad-4b93-b5b2-cadf7037dcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003974 10.0.0.61 - - [2025-12-29 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011932 10.0.0.61 - - [2025-12-29 02:28:13] "GET /network-policy/d97d23c9-5e66-4157-a8f1-17da96ffbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.003999 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.002666 10.0.0.61 - - [2025-12-29 02:28:14] "POST /neutron/network HTTP/1.1" 200 1494 0.071290 10.0.0.61 - - [2025-12-29 02:28:14] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.004953 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.61 - - [2025-12-29 02:28:14] "GET /network-policy/94063e4e-eb71-452c-9a0a-58ae75734f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006943 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.61 - - [2025-12-29 02:28:14] "GET /network-policy/d12fa828-8575-4788-8cf5-7c8c7f1c9b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003848 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 248 0.004568 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.002975 10.0.0.61 - - [2025-12-29 02:28:14] "POST /neutron/network HTTP/1.1" 200 1494 0.071532 10.0.0.61 - - [2025-12-29 02:28:14] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005526 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.61 - - [2025-12-29 02:28:14] "GET /network-policy/85314dc7-8498-41eb-9b76-8f729ab20fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004050 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.61 - - [2025-12-29 02:28:14] "GET /network-policy/ae8ee4b5-9aa2-4f56-be83-32b862caeba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004087 10.0.0.61 - - [2025-12-29 02:28:14] "POST /neutron/network HTTP/1.1" 200 1494 0.069630 10.0.0.61 - - [2025-12-29 02:28:14] "POST /access-control-lists HTTP/1.1" 200 605 0.039453 10.0.0.61 - - [2025-12-29 02:28:14] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.009053 10.0.0.61 - - [2025-12-29 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.61 - - [2025-12-29 02:28:15] "GET /network-policy/1b740952-6774-4cbe-a777-affc9745327d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.003753 10.0.0.61 - - [2025-12-29 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.61 - - [2025-12-29 02:28:15] "GET /network-policy/d5de2e49-bc21-4f7c-b779-8e29c102de1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004100 10.0.0.61 - - [2025-12-29 02:28:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001276 10.0.0.27 - - [2025-12-29 02:28:47] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.61 - - [2025-12-29 02:28:47] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059017 10.0.0.61 - - [2025-12-29 02:28:47] "POST /neutron/network HTTP/1.1" 200 1493 0.032813 10.0.0.61 - - [2025-12-29 02:28:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001690 10.0.0.61 - - [2025-12-29 02:28:48] "POST /neutron/port HTTP/1.1" 200 117 0.006073 10.0.0.27 - - [2025-12-29 02:28:48] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.61 - - [2025-12-29 02:28:48] "POST /neutron/port HTTP/1.1" 200 1169 0.424589 10.0.0.27 - - [2025-12-29 02:28:49] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.61 - - [2025-12-29 02:28:49] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.135260 10.0.0.61 - - [2025-12-29 02:28:49] "POST /neutron/port HTTP/1.1" 200 1223 0.193323 10.0.0.61 - - [2025-12-29 02:28:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004456 10.0.0.61 - - [2025-12-29 02:28:49] "POST /neutron/subnet HTTP/1.1" 200 1356 0.024733 10.0.0.61 - - [2025-12-29 02:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.002018 10.0.0.61 - - [2025-12-29 02:28:49] "POST /neutron/network HTTP/1.1" 200 1493 0.021527 10.0.0.27 - - [2025-12-29 02:28:49] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.61 - - [2025-12-29 02:28:50] "POST /neutron/port HTTP/1.1" 200 1170 0.638850 10.0.0.61 - - [2025-12-29 02:28:50] "POST /neutron/port HTTP/1.1" 200 1224 0.202377 10.0.0.61 - - [2025-12-29 02:28:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014520 10.0.0.61 - - [2025-12-29 02:28:51] "POST /neutron/port HTTP/1.1" 200 117 0.004355 10.0.0.61 - - [2025-12-29 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012628 10.0.0.61 - - [2025-12-29 02:29:04] "POST /neutron/port HTTP/1.1" 200 1233 0.057735 10.0.0.61 - - [2025-12-29 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021327 10.0.0.61 - - [2025-12-29 02:29:20] "POST /neutron/port HTTP/1.1" 200 1233 0.015337 10.0.0.61 - - [2025-12-29 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006721 10.0.0.61 - - [2025-12-29 02:29:35] "POST /neutron/port HTTP/1.1" 200 1233 0.017120 10.0.0.61 - - [2025-12-29 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007818 10.0.0.61 - - [2025-12-29 02:29:50] "POST /neutron/port HTTP/1.1" 200 1233 0.015008 10.0.0.61 - - [2025-12-29 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006797 10.0.0.61 - - [2025-12-29 02:29:57] "POST /neutron/network HTTP/1.1" 200 1504 0.006458 10.0.0.61 - - [2025-12-29 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015430 10.0.0.61 - - [2025-12-29 02:29:57] "POST /neutron/network HTTP/1.1" 200 1494 0.011553 10.0.0.61 - - [2025-12-29 02:30:01] "POST /neutron/port HTTP/1.1" 200 1233 0.020715 10.0.0.61 - - [2025-12-29 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007781 10.0.0.61 - - [2025-12-29 02:30:01] "GET /virtual-machine/4f4d9e89-21bd-4116-a1ee-fd8ffe390062 HTTP/1.1" 200 1300 0.007288 10.0.0.61 - - [2025-12-29 02:30:01] "GET /virtual-machine-interface/abfb3cf5-cf8c-48ef-a3bc-2f2293f09658 HTTP/1.1" 200 3185 0.005902 10.0.0.61 - - [2025-12-29 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.61 - - [2025-12-29 02:30:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003743 10.0.0.61 - - [2025-12-29 02:30:01] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003033 10.0.0.61 - - [2025-12-29 02:30:01] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005564 10.0.0.61 - - [2025-12-29 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.61 - - [2025-12-29 02:30:04] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005671 10.0.0.61 - - [2025-12-29 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.61 - - [2025-12-29 02:30:08] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005175 10.0.0.61 - - [2025-12-29 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.61 - - [2025-12-29 02:30:12] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006296 10.0.0.61 - - [2025-12-29 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.61 - - [2025-12-29 02:30:16] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006201 10.0.0.61 - - [2025-12-29 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.61 - - [2025-12-29 02:30:20] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005326 10.0.0.61 - - [2025-12-29 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.61 - - [2025-12-29 02:30:24] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005265 10.0.0.61 - - [2025-12-29 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.61 - - [2025-12-29 02:30:29] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004961 10.0.0.61 - - [2025-12-29 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.61 - - [2025-12-29 02:30:33] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004943 10.0.0.61 - - [2025-12-29 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.61 - - [2025-12-29 02:30:37] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.004840 10.0.0.61 - - [2025-12-29 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.61 - - [2025-12-29 02:30:41] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006806 10.0.0.61 - - [2025-12-29 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.61 - - [2025-12-29 02:30:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005547 10.0.0.61 - - [2025-12-29 02:30:43] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004354 10.0.0.61 - - [2025-12-29 02:30:43] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006563 10.0.0.61 - - [2025-12-29 02:30:44] "POST /neutron/port HTTP/1.1" 200 1234 0.042331 10.0.0.61 - - [2025-12-29 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006574 10.0.0.61 - - [2025-12-29 02:30:54] "POST /neutron/port HTTP/1.1" 200 1233 0.018366 10.0.0.61 - - [2025-12-29 02:30:56] "POST /neutron/port HTTP/1.1" 200 1233 0.048957 10.0.0.61 - - [2025-12-29 02:30:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003552 10.0.0.61 - - [2025-12-29 02:30:56] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.61 - - [2025-12-29 02:30:57] "POST /neutron/port HTTP/1.1" 200 1234 0.015505 10.0.0.61 - - [2025-12-29 02:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006471 10.0.0.61 - - [2025-12-29 02:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.61 - - [2025-12-29 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006993 10.0.0.61 - - [2025-12-29 02:31:04] "POST /neutron/port HTTP/1.1" 200 1234 0.021844 10.0.0.61 - - [2025-12-29 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007965 10.0.0.61 - - [2025-12-29 02:31:04] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 200 1300 0.006238 10.0.0.61 - - [2025-12-29 02:31:04] "GET /virtual-machine-interface/e8cb816c-552b-4889-b5d9-d379e6613a90 HTTP/1.1" 200 3185 0.006505 10.0.0.61 - - [2025-12-29 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.61 - - [2025-12-29 02:31:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003183 10.0.0.61 - - [2025-12-29 02:31:04] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003344 10.0.0.61 - - [2025-12-29 02:31:04] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007385 10.0.0.61 - - [2025-12-29 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.61 - - [2025-12-29 02:31:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003563 10.0.0.61 - - [2025-12-29 02:31:05] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003047 10.0.0.61 - - [2025-12-29 02:31:05] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006810 10.0.0.61 - - [2025-12-29 02:31:06] "POST /neutron/port HTTP/1.1" 200 1234 0.016401 10.0.0.61 - - [2025-12-29 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.61 - - [2025-12-29 02:31:06] "GET /network-policy/d12fa828-8575-4788-8cf5-7c8c7f1c9b7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004930 10.0.0.61 - - [2025-12-29 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.61 - - [2025-12-29 02:31:06] "GET /network-policy/94063e4e-eb71-452c-9a0a-58ae75734f8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004561 10.0.0.61 - - [2025-12-29 02:31:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008364 10.0.0.61 - - [2025-12-29 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.61 - - [2025-12-29 02:31:06] "GET /network-policy/2781591a-6bad-4b93-b5b2-cadf7037dcd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004343 10.0.0.61 - - [2025-12-29 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.61 - - [2025-12-29 02:31:06] "GET /network-policy/d97d23c9-5e66-4157-a8f1-17da96ffbec1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004468 10.0.0.27 - - [2025-12-29 02:31:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048975 10.0.0.61 - - [2025-12-29 02:31:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047736 10.0.0.61 - - [2025-12-29 02:31:34] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 200 1300 0.026909 10.0.0.61 - - [2025-12-29 02:31:35] "POST /neutron/port HTTP/1.1" 200 151 0.230247 10.0.0.61 - - [2025-12-29 02:31:36] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.002947 10.0.0.61 - - [2025-12-29 02:31:36] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.002558 10.0.0.61 - - [2025-12-29 02:31:36] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.002528 10.0.0.61 - - [2025-12-29 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.034704 10.0.0.61 - - [2025-12-29 02:31:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.61 - - [2025-12-29 02:31:36] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002768 10.0.0.61 - - [2025-12-29 02:31:37] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005567 10.0.0.61 - - [2025-12-29 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.61 - - [2025-12-29 02:31:37] "GET /routing-instance/289adb2b-8968-489d-b47e-42897f68284c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005285 10.0.0.61 - - [2025-12-29 02:31:37] "GET /route-target/d3c05c08-157c-4fcb-92bc-a39917565111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003998 10.0.0.61 - - [2025-12-29 02:31:37] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.003392 10.0.0.61 - - [2025-12-29 02:31:38] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.005498 10.0.0.61 - - [2025-12-29 02:31:39] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.003402 10.0.0.61 - - [2025-12-29 02:31:40] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.003246 10.0.0.61 - - [2025-12-29 02:31:41] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.003274 10.0.0.61 - - [2025-12-29 02:31:42] "GET /virtual-machine/10e3f9ce-dd7a-49f3-a9af-5fb2cd2661a9 HTTP/1.1" 404 171 0.003667 10.0.0.61 - - [2025-12-29 02:31:48] "GET /obj-perms HTTP/1.1" 200 5046 0.044856 10.0.0.27 - - [2025-12-29 02:31:48] "GET /obj-perms HTTP/1.1" 200 5046 0.047081 10.0.0.61 - - [2025-12-29 02:31:57] "GET /obj-perms HTTP/1.1" 200 5046 0.003421 10.0.0.27 - - [2025-12-29 02:31:57] "GET /obj-perms HTTP/1.1" 200 5046 0.003334 10.0.0.61 - - [2025-12-29 02:31:58] "POST /neutron/network HTTP/1.1" 200 1503 0.007052 10.0.0.61 - - [2025-12-29 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 1356 0.023563 10.0.0.61 - - [2025-12-29 02:31:58] "POST /neutron/network HTTP/1.1" 200 1493 0.012887 10.0.0.61 - - [2025-12-29 02:32:00] "GET /obj-perms HTTP/1.1" 200 5046 0.004421 10.0.0.22 - - [2025-12-29 02:32:00] "GET /obj-perms HTTP/1.1" 200 5046 0.003664 10.0.0.61 - - [2025-12-29 02:32:00] "GET /virtual-machine/4f4d9e89-21bd-4116-a1ee-fd8ffe390062 HTTP/1.1" 200 1300 0.004810 10.0.0.61 - - [2025-12-29 02:32:01] "POST /neutron/port HTTP/1.1" 200 151 0.241988 10.0.0.61 - - [2025-12-29 02:32:02] "GET /virtual-machine/4f4d9e89-21bd-4116-a1ee-fd8ffe390062 HTTP/1.1" 404 171 0.003035 10.0.0.61 - - [2025-12-29 02:32:02] "GET /virtual-machine/4f4d9e89-21bd-4116-a1ee-fd8ffe390062 HTTP/1.1" 404 171 0.002582 10.0.0.61 - - [2025-12-29 02:32:02] "GET /virtual-machine/4f4d9e89-21bd-4116-a1ee-fd8ffe390062 HTTP/1.1" 404 171 0.002171 10.0.0.61 - - [2025-12-29 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.61 - - [2025-12-29 02:32:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003292 10.0.0.61 - - [2025-12-29 02:32:03] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002670 10.0.0.61 - - [2025-12-29 02:32:03] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006130 10.0.0.61 - - [2025-12-29 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.61 - - [2025-12-29 02:32:03] "GET /routing-instance/3eb05ee6-7c3c-421d-af33-ad7e8ae90a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004438 10.0.0.61 - - [2025-12-29 02:32:03] "GET /route-target/0ea3a220-2a49-4a2f-899c-6ea88e51324d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003496 10.0.0.61 - - [2025-12-29 02:32:09] "GET /obj-perms HTTP/1.1" 200 5046 0.003546 10.0.0.22 - - [2025-12-29 02:32:09] "GET /obj-perms HTTP/1.1" 200 5046 0.004406 10.0.0.22 - - [2025-12-29 02:32:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051967 10.0.0.27 - - [2025-12-29 02:32:18] "GET /obj-perms HTTP/1.1" 200 5056 0.063018 10.0.0.61 - - [2025-12-29 02:32:18] "GET /obj-perms HTTP/1.1" 200 5046 0.003748 10.0.0.61 - - [2025-12-29 02:32:21] "GET /obj-perms HTTP/1.1" 200 5046 0.003379 10.0.0.22 - - [2025-12-29 02:32:21] "GET /obj-perms HTTP/1.1" 200 5046 0.002993 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005302 10.0.0.61 - - [2025-12-29 02:32:22] "POST /neutron/network HTTP/1.1" 200 1309 0.014894 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/078f94e4-6842-4de5-965e-ddc98403f21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005346 10.0.0.61 - - [2025-12-29 02:32:22] "DELETE /access-control-list/e7e0a05f-b866-493d-a892-eede41f60776 HTTP/1.1" 200 115 0.116345 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005127 10.0.0.61 - - [2025-12-29 02:32:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.055631 10.0.0.61 - - [2025-12-29 02:32:22] "POST /neutron/network HTTP/1.1" 200 1309 0.013802 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/f6669f94-960e-4c71-a985-16c525b3b90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004412 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006233 10.0.0.61 - - [2025-12-29 02:32:22] "POST /neutron/network HTTP/1.1" 200 1309 0.014349 10.0.0.61 - - [2025-12-29 02:32:22] "GET /virtual-network/b5dcdd4b-7418-4e0e-909d-ee9924afbabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005096 10.0.0.61 - - [2025-12-29 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.024529 10.0.0.61 - - [2025-12-29 02:32:23] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.005363 10.0.0.61 - - [2025-12-29 02:32:23] "POST /neutron/network HTTP/1.1" 200 1308 0.039756 10.0.0.61 - - [2025-12-29 02:32:23] "GET /virtual-network/2b481cca-4e52-42b6-aa79-0803946ed546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.004997 10.0.0.61 - - [2025-12-29 02:32:23] "DELETE /network-policy/1b740952-6774-4cbe-a777-affc9745327d HTTP/1.1" 200 115 0.058825 10.0.0.61 - - [2025-12-29 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.27 - - [2025-12-29 02:32:23] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025613 10.0.0.61 - - [2025-12-29 02:32:23] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059783 10.0.0.61 - - [2025-12-29 02:32:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006201 10.0.0.61 - - [2025-12-29 02:32:23] "DELETE /network-policy/d5de2e49-bc21-4f7c-b779-8e29c102de1c HTTP/1.1" 200 115 0.045226 10.0.0.61 - - [2025-12-29 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007260 10.0.0.27 - - [2025-12-29 02:32:23] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.61 - - [2025-12-29 02:32:23] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039595 10.0.0.61 - - [2025-12-29 02:32:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005079 10.0.0.61 - - [2025-12-29 02:32:23] "DELETE /network-policy/ae8ee4b5-9aa2-4f56-be83-32b862caeba1 HTTP/1.1" 200 115 0.041265 10.0.0.61 - - [2025-12-29 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2025-12-29 02:32:23] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.61 - - [2025-12-29 02:32:23] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046115 10.0.0.61 - - [2025-12-29 02:32:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.004805 10.0.0.61 - - [2025-12-29 02:32:23] "DELETE /network-policy/85314dc7-8498-41eb-9b76-8f729ab20fa8 HTTP/1.1" 200 115 0.034365 10.0.0.61 - - [2025-12-29 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.27 - - [2025-12-29 02:32:24] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.61 - - [2025-12-29 02:32:24] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034142 10.0.0.61 - - [2025-12-29 02:32:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006163 10.0.0.61 - - [2025-12-29 02:32:24] "DELETE /network-policy/94063e4e-eb71-452c-9a0a-58ae75734f8d HTTP/1.1" 200 115 0.038958 10.0.0.61 - - [2025-12-29 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-12-29 02:32:24] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.61 - - [2025-12-29 02:32:24] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042973 10.0.0.61 - - [2025-12-29 02:32:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005059 10.0.0.61 - - [2025-12-29 02:32:24] "DELETE /network-policy/d12fa828-8575-4788-8cf5-7c8c7f1c9b7d HTTP/1.1" 200 115 0.039980 10.0.0.61 - - [2025-12-29 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.27 - - [2025-12-29 02:32:24] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.61 - - [2025-12-29 02:32:24] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034307 10.0.0.61 - - [2025-12-29 02:32:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005836 10.0.0.61 - - [2025-12-29 02:32:24] "DELETE /network-policy/d97d23c9-5e66-4157-a8f1-17da96ffbec1 HTTP/1.1" 200 115 0.037225 10.0.0.61 - - [2025-12-29 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2025-12-29 02:32:24] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.61 - - [2025-12-29 02:32:24] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.032565 10.0.0.61 - - [2025-12-29 02:32:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007065 10.0.0.61 - - [2025-12-29 02:32:24] "DELETE /network-policy/2781591a-6bad-4b93-b5b2-cadf7037dcd1 HTTP/1.1" 200 115 0.039363 10.0.0.61 - - [2025-12-29 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.27 - - [2025-12-29 02:32:24] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.61 - - [2025-12-29 02:32:24] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038135 10.0.0.61 - - [2025-12-29 02:32:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-35955666&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005355 10.0.0.61 - - [2025-12-29 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.61 - - [2025-12-29 02:32:25] "POST /neutron/network HTTP/1.1" 200 1309 0.011009 10.0.0.61 - - [2025-12-29 02:32:25] "DELETE /route-target/06f5d344-1d41-4886-9f27-4741911e6a91 HTTP/1.1" 200 115 0.022769 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002181 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004622 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002317 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.27 - - [2025-12-29 02:32:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.61 - - [2025-12-29 02:32:26] "POST /neutron/network HTTP/1.1" 200 151 0.151781 10.0.0.61 - - [2025-12-29 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.61 - - [2025-12-29 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.61 - - [2025-12-29 02:32:26] "DELETE /network-ipam/af3bf435-f450-47fe-8381-0a18372abe3a HTTP/1.1" 200 115 0.031301 10.0.0.61 - - [2025-12-29 02:32:26] "POST /fqname-to-id HTTP/1.1" 404 252 0.002738 10.0.0.27 - - [2025-12-29 02:32:26] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.27 - - [2025-12-29 02:32:26] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.044113 10.0.0.27 - - [2025-12-29 02:32:26] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.27 - - [2025-12-29 02:32:26] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?fields=security_groups HTTP/1.1" 200 1387 0.034221 10.0.0.27 - - [2025-12-29 02:32:26] "DELETE /security-group/076cb44f-4e2d-4f4d-8cb7-8f378e5ae02d HTTP/1.1" 200 115 0.044324 10.0.0.27 - - [2025-12-29 02:32:26] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.27 - - [2025-12-29 02:32:26] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?fields=application_policy_sets HTTP/1.1" 200 1426 0.074278 10.0.0.61 - - [2025-12-29 02:32:26] "DELETE /access-control-list/7a962d06-fed0-427e-8734-90f2bf1e8bbd HTTP/1.1" 200 115 0.064510 10.0.0.61 - - [2025-12-29 02:32:27] "DELETE /project/c60e9f08-1e24-403c-a15f-b879e61d707e HTTP/1.1" 200 115 0.394699 10.0.0.27 - - [2025-12-29 02:32:27] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.61 - - [2025-12-29 02:32:27] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?fields=projects HTTP/1.1" 200 1439 0.010030 10.0.0.61 - - [2025-12-29 02:32:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003138 10.0.0.27 - - [2025-12-29 02:32:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.001720 10.0.0.27 - - [2025-12-29 02:32:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006890 10.0.0.27 - - [2025-12-29 02:32:32] "POST /security-groups HTTP/1.1" 200 599 0.077384 10.0.0.27 - - [2025-12-29 02:32:32] "POST /projects HTTP/1.1" 200 601 0.314310 10.0.0.61 - - [2025-12-29 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.344927 10.0.0.61 - - [2025-12-29 02:32:32] "POST /fqname-to-id HTTP/1.1" 404 241 0.013989 10.0.0.27 - - [2025-12-29 02:32:32] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.61 - - [2025-12-29 02:32:32] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043005 10.0.0.61 - - [2025-12-29 02:32:32] "POST /network-policys HTTP/1.1" 200 559 0.070508 10.0.0.61 - - [2025-12-29 02:32:32] "GET /network-policy/b1a636cb-21c3-43f9-9662-b6532fd1dc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.005939 10.0.0.61 - - [2025-12-29 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.27 - - [2025-12-29 02:32:32] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.61 - - [2025-12-29 02:32:32] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048960 10.0.0.61 - - [2025-12-29 02:32:33] "POST /neutron/network HTTP/1.1" 200 117 0.011692 10.0.0.61 - - [2025-12-29 02:32:33] "POST /ref-update HTTP/1.1" 200 156 0.025288 10.0.0.61 - - [2025-12-29 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.002857 10.0.0.27 - - [2025-12-29 02:32:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009363 10.0.0.61 - - [2025-12-29 02:32:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.192499 10.0.0.61 - - [2025-12-29 02:32:33] "POST /id-to-fqname HTTP/1.1" 200 229 0.001561 10.0.0.61 - - [2025-12-29 02:32:33] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007103 10.0.0.61 - - [2025-12-29 02:32:33] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006286 10.0.0.61 - - [2025-12-29 02:32:33] "POST /neutron/network HTTP/1.1" 200 1006 0.008009 10.0.0.61 - - [2025-12-29 02:32:33] "POST /neutron/network HTTP/1.1" 200 1006 0.008398 10.0.0.61 - - [2025-12-29 02:32:33] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006967 10.0.0.61 - - [2025-12-29 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002410 10.0.0.61 - - [2025-12-29 02:32:34] "GET /network-policy/b1a636cb-21c3-43f9-9662-b6532fd1dc13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004410 10.0.0.61 - - [2025-12-29 02:32:34] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006524 10.0.0.61 - - [2025-12-29 02:32:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001217 10.0.0.61 - - [2025-12-29 02:32:34] "POST /neutron/network HTTP/1.1" 200 1115 0.006997 10.0.0.27 - - [2025-12-29 02:32:35] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.61 - - [2025-12-29 02:32:35] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065267 10.0.0.61 - - [2025-12-29 02:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.005264 10.0.0.61 - - [2025-12-29 02:32:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001281 10.0.0.61 - - [2025-12-29 02:32:35] "POST /neutron/network HTTP/1.1" 200 1115 0.006873 10.0.0.61 - - [2025-12-29 02:32:36] "POST /neutron/port HTTP/1.1" 200 1173 0.018764 10.0.0.27 - - [2025-12-29 02:32:36] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.61 - - [2025-12-29 02:32:36] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.104365 10.0.0.61 - - [2025-12-29 02:32:36] "PUT /access-control-list/740de610-cafe-40dc-a581-bd4fa04e9173 HTTP/1.1" 200 272 0.011731 10.0.0.61 - - [2025-12-29 02:32:36] "POST /neutron/network HTTP/1.1" 200 1105 0.011821 10.0.0.61 - - [2025-12-29 02:32:36] "POST /neutron/subnet HTTP/1.1" 200 1376 0.014651 10.0.0.61 - - [2025-12-29 02:32:36] "POST /neutron/network HTTP/1.1" 200 1105 0.012121 10.0.0.61 - - [2025-12-29 02:32:36] "POST /neutron/port HTTP/1.1" 200 117 0.006786 10.0.0.61 - - [2025-12-29 02:32:37] "POST /neutron/network HTTP/1.1" 200 1115 0.006552 10.0.0.61 - - [2025-12-29 02:32:37] "POST /neutron/port HTTP/1.1" 200 1173 0.059038 10.0.0.61 - - [2025-12-29 02:32:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.61 - - [2025-12-29 02:32:38] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.61 - - [2025-12-29 02:32:42] "POST /neutron/port HTTP/1.1" 200 1237 0.017941 10.0.0.61 - - [2025-12-29 02:32:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007631 10.0.0.61 - - [2025-12-29 02:32:42] "GET /virtual-machine/b7754410-8a19-4d89-a3e4-b70ca4d728c4 HTTP/1.1" 200 1301 0.006885 10.0.0.61 - - [2025-12-29 02:32:42] "GET /virtual-machine-interface/9ae97344-1ccc-4630-a00c-0475beab97f1 HTTP/1.1" 200 3179 0.006596 10.0.0.61 - - [2025-12-29 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.61 - - [2025-12-29 02:32:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004847 10.0.0.61 - - [2025-12-29 02:32:42] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004048 10.0.0.61 - - [2025-12-29 02:32:42] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005593 10.0.0.61 - - [2025-12-29 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.61 - - [2025-12-29 02:32:45] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005644 10.0.0.61 - - [2025-12-29 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006328 10.0.0.61 - - [2025-12-29 02:32:49] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006874 10.0.0.22 - - [2025-12-29 02:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-12-29 02:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-29 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-12-29 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-12-29 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2025-12-29 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-12-29 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2025-12-29 02:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.61 - - [2025-12-29 02:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000323 10.0.0.61 - - [2025-12-29 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.61 - - [2025-12-29 02:32:53] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006016 10.0.0.61 - - [2025-12-29 02:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.61 - - [2025-12-29 02:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.61 - - [2025-12-29 02:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.61 - - [2025-12-29 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.61 - - [2025-12-29 02:32:57] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004912 10.0.0.61 - - [2025-12-29 02:32:58] "POST /neutron/port HTTP/1.1" 200 1237 0.019157 10.0.0.61 - - [2025-12-29 02:32:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003479 10.0.0.61 - - [2025-12-29 02:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.61 - - [2025-12-29 02:33:00] "POST /neutron/port HTTP/1.1" 200 1237 0.019220 10.0.0.61 - - [2025-12-29 02:33:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.61 - - [2025-12-29 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.61 - - [2025-12-29 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.61 - - [2025-12-29 02:33:01] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005553 10.0.0.27 - - [2025-12-29 02:33:05] "DELETE /project/c60e9f081e24403ca15fb879e61d707e HTTP/1.1" 404 173 0.034622 10.0.0.61 - - [2025-12-29 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.61 - - [2025-12-29 02:33:05] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005465 10.0.0.61 - - [2025-12-29 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.61 - - [2025-12-29 02:33:10] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006355 10.0.0.61 - - [2025-12-29 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.61 - - [2025-12-29 02:33:14] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004671 10.0.0.61 - - [2025-12-29 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.61 - - [2025-12-29 02:33:18] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004991 10.0.0.61 - - [2025-12-29 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.61 - - [2025-12-29 02:33:20] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004395 10.0.0.61 - - [2025-12-29 02:33:20] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003242 10.0.0.61 - - [2025-12-29 02:33:20] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005240 10.0.0.61 - - [2025-12-29 02:33:20] "POST /neutron/port HTTP/1.1" 200 1237 0.018741 10.0.0.61 - - [2025-12-29 02:33:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006485 10.0.0.61 - - [2025-12-29 02:33:30] "POST /neutron/port HTTP/1.1" 200 1237 0.017529 10.0.0.61 - - [2025-12-29 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006037 10.0.0.61 - - [2025-12-29 02:33:41] "POST /neutron/port HTTP/1.1" 200 1237 0.015371 10.0.0.61 - - [2025-12-29 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006553 10.0.0.61 - - [2025-12-29 02:33:46] "POST /neutron/port HTTP/1.1" 200 1237 0.015040 10.0.0.61 - - [2025-12-29 02:33:46] "GET /virtual-machine/2a12996a-7d0e-4be7-8f11-812c86241d36 HTTP/1.1" 200 1300 0.005591 10.0.0.61 - - [2025-12-29 02:33:46] "GET /virtual-machine-interface/02eb9e77-41a3-4e2a-a31e-b55ccff24d7a HTTP/1.1" 200 3177 0.005643 10.0.0.61 - - [2025-12-29 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.61 - - [2025-12-29 02:33:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003405 10.0.0.61 - - [2025-12-29 02:33:46] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002591 10.0.0.61 - - [2025-12-29 02:33:46] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005843 10.0.0.61 - - [2025-12-29 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.61 - - [2025-12-29 02:33:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003344 10.0.0.61 - - [2025-12-29 02:33:47] "GET /virtual-networks?parent_id=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003285 10.0.0.61 - - [2025-12-29 02:33:47] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005582 10.0.0.61 - - [2025-12-29 02:33:58] "POST /neutron/port HTTP/1.1" 200 1237 0.017081 10.0.0.61 - - [2025-12-29 02:33:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.61 - - [2025-12-29 02:33:58] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.61 - - [2025-12-29 02:34:02] "POST /neutron/port HTTP/1.1" 200 1237 0.022445 10.0.0.61 - - [2025-12-29 02:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.61 - - [2025-12-29 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.61 - - [2025-12-29 02:34:15] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006030 10.0.0.61 - - [2025-12-29 02:34:16] "POST /neutron/network HTTP/1.1" 200 1006 0.085014 10.0.0.61 - - [2025-12-29 02:34:16] "GET /virtual-network/0bef44d4-9ef0-41a7-aef5-8f61fa3e0bf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006489 10.0.0.61 - - [2025-12-29 02:34:16] "POST /neutron/network HTTP/1.1" 400 204 0.011786 10.0.0.61 - - [2025-12-29 02:34:16] "POST /neutron/port HTTP/1.1" 200 151 0.231126 10.0.0.61 - - [2025-12-29 02:34:16] "POST /neutron/port HTTP/1.1" 200 151 0.245290 10.0.0.61 - - [2025-12-29 02:34:18] "DELETE /route-target/145a2d52-d640-4a24-8851-0d6e5c9056aa HTTP/1.1" 200 115 0.018446 10.0.0.61 - - [2025-12-29 02:34:18] "DELETE /network-policy/b1a636cb-21c3-43f9-9662-b6532fd1dc13 HTTP/1.1" 200 115 0.030673 10.0.0.27 - - [2025-12-29 02:34:19] "GET /obj-perms HTTP/1.1" 200 5056 0.058078 10.0.0.61 - - [2025-12-29 02:34:20] "GET /obj-perms HTTP/1.1" 200 5056 0.067036 10.0.0.27 - - [2025-12-29 02:34:21] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.61 - - [2025-12-29 02:34:21] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070444 10.0.0.27 - - [2025-12-29 02:34:21] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.61 - - [2025-12-29 02:34:21] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?fields=virtual_networks HTTP/1.1" 200 1048 0.039853 10.0.0.27 - - [2025-12-29 02:34:21] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.61 - - [2025-12-29 02:34:21] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.033154 10.0.0.27 - - [2025-12-29 02:34:21] "GET /projects?obj_uuids=c60e9f08-1e24-403c-a15f-b879e61d707e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001410 10.0.0.61 - - [2025-12-29 02:34:21] "GET /project/c60e9f08-1e24-403c-a15f-b879e61d707e?fields=security_groups HTTP/1.1" 200 1282 0.036431 10.0.0.61 - - [2025-12-29 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.031285 10.0.0.27 - - [2025-12-29 02:34:22] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002700 10.0.0.27 - - [2025-12-29 02:34:22] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.27 - - [2025-12-29 02:34:22] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008667 10.0.0.27 - - [2025-12-29 02:34:22] "POST /id-to-fqname HTTP/1.1" 200 204 0.001817 10.0.0.27 - - [2025-12-29 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 213 0.006007 10.0.0.27 - - [2025-12-29 02:34:22] "POST /security-groups HTTP/1.1" 200 605 0.030811 10.0.0.27 - - [2025-12-29 02:34:22] "POST /projects HTTP/1.1" 200 613 0.246883 10.0.0.61 - - [2025-12-29 02:34:22] "POST /fqname-to-id HTTP/1.1" 404 247 0.013635 10.0.0.27 - - [2025-12-29 02:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.316751 10.0.0.61 - - [2025-12-29 02:34:22] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.443045 10.0.0.61 - - [2025-12-29 02:34:23] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.61 - - [2025-12-29 02:34:27] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000645 10.0.0.27 - - [2025-12-29 02:34:27] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000905 10.0.0.61 - - [2025-12-29 02:34:27] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.074979 10.0.0.61 - - [2025-12-29 02:34:27] "GET / HTTP/1.1" 200 35931 0.001827 10.0.0.61 - - [2025-12-29 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2025-12-29 02:34:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000777 10.0.0.61 - - [2025-12-29 02:34:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.005841 10.0.0.61 - - [2025-12-29 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2025-12-29 02:34:28] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001031 10.0.0.61 - - [2025-12-29 02:34:28] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.046856 10.0.0.61 - - [2025-12-29 02:34:29] "GET /domains HTTP/1.1" 401 292 0.000398 10.0.0.61 - - [2025-12-29 02:34:29] "GET /domains HTTP/1.1" 200 280 0.026325 10.0.0.27 - - [2025-12-29 02:34:29] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.61 - - [2025-12-29 02:34:29] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c HTTP/1.1" 200 2976 0.008185 10.0.0.27 - - [2025-12-29 02:34:29] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000827 10.0.0.61 - - [2025-12-29 02:34:29] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9 HTTP/1.1" 200 1935 0.087339 10.0.0.61 - - [2025-12-29 02:34:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.008717 10.0.0.61 - - [2025-12-29 02:34:29] "POST /network-ipams HTTP/1.1" 200 627 0.033395 10.0.0.61 - - [2025-12-29 02:34:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003134 10.0.0.61 - - [2025-12-29 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.61 - - [2025-12-29 02:34:29] "GET /network-ipam/af15c87d-480f-484f-ae2b-5b751d9426dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.005011 10.0.0.61 - - [2025-12-29 02:34:30] "PUT /network-ipam/af15c87d-480f-484f-ae2b-5b751d9426dd HTTP/1.1" 200 258 0.016454 10.0.0.61 - - [2025-12-29 02:34:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.61 - - [2025-12-29 02:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.031425 10.0.0.27 - - [2025-12-29 02:34:30] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000883 10.0.0.61 - - [2025-12-29 02:34:30] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.054885 10.0.0.61 - - [2025-12-29 02:34:30] "POST /neutron/network HTTP/1.1" 200 117 0.035837 10.0.0.61 - - [2025-12-29 02:34:30] "POST /ref-update HTTP/1.1" 200 156 0.028068 10.0.0.61 - - [2025-12-29 02:34:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.009612 10.0.0.27 - - [2025-12-29 02:34:31] "POST /useragent-kv HTTP/1.1" 200 115 0.014924 10.0.0.61 - - [2025-12-29 02:34:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.186326 10.0.0.61 - - [2025-12-29 02:34:31] "POST /id-to-fqname HTTP/1.1" 200 237 0.001205 10.0.0.61 - - [2025-12-29 02:34:31] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005542 10.0.0.61 - - [2025-12-29 02:34:31] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.009913 10.0.0.61 - - [2025-12-29 02:34:31] "POST /neutron/network HTTP/1.1" 200 1140 0.009447 10.0.0.61 - - [2025-12-29 02:34:32] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005736 10.0.0.22 - - [2025-12-29 02:34:32] "GET /obj-perms HTTP/1.1" 200 5021 0.048548 10.0.0.61 - - [2025-12-29 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.003597 10.0.0.61 - - [2025-12-29 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.27 - - [2025-12-29 02:34:33] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001329 10.0.0.61 - - [2025-12-29 02:34:33] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050971 10.0.0.61 - - [2025-12-29 02:34:33] "POST /network-policys HTTP/1.1" 200 565 0.028897 10.0.0.61 - - [2025-12-29 02:34:33] "GET /network-policy/44a81646-f2b9-4c17-9f5c-4ebb0561c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.011377 10.0.0.61 - - [2025-12-29 02:34:33] "POST /fqname-to-id HTTP/1.1" 404 231 0.003771 10.0.0.61 - - [2025-12-29 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2025-12-29 02:34:33] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001348 10.0.0.61 - - [2025-12-29 02:34:33] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045524 10.0.0.61 - - [2025-12-29 02:34:34] "POST /network-policys HTTP/1.1" 200 565 0.069621 10.0.0.61 - - [2025-12-29 02:34:34] "GET /network-policy/b7356102-210a-4345-bd42-787f20c2046e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005305 10.0.0.61 - - [2025-12-29 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 231 0.003654 10.0.0.61 - - [2025-12-29 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-12-29 02:34:34] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001452 10.0.0.61 - - [2025-12-29 02:34:34] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041435 10.0.0.61 - - [2025-12-29 02:34:34] "POST /network-policys HTTP/1.1" 200 565 0.039317 10.0.0.61 - - [2025-12-29 02:34:34] "GET /network-policy/196df943-b83e-48e2-b628-e08f237c84ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006573 10.0.0.61 - - [2025-12-29 02:34:34] "POST /neutron/network HTTP/1.1" 200 1140 0.008488 10.0.0.61 - - [2025-12-29 02:34:34] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.013975 10.0.0.61 - - [2025-12-29 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.61 - - [2025-12-29 02:34:34] "GET /network-policy/44a81646-f2b9-4c17-9f5c-4ebb0561c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003844 10.0.0.61 - - [2025-12-29 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.61 - - [2025-12-29 02:34:35] "GET /network-policy/b7356102-210a-4345-bd42-787f20c2046e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004454 10.0.0.61 - - [2025-12-29 02:34:35] "POST /id-to-fqname HTTP/1.1" 200 237 0.001466 10.0.0.61 - - [2025-12-29 02:34:35] "POST /neutron/network HTTP/1.1" 200 1348 0.007136 10.0.0.27 - - [2025-12-29 02:34:35] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000900 10.0.0.61 - - [2025-12-29 02:34:36] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.068900 10.0.0.61 - - [2025-12-29 02:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.005239 10.0.0.27 - - [2025-12-29 02:34:36] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000943 10.0.0.61 - - [2025-12-29 02:34:36] "PUT /access-control-list/6568fab5-5e4d-4fd7-b1e0-202e580b1e6b HTTP/1.1" 200 272 0.024930 10.0.0.61 - - [2025-12-29 02:34:36] "POST /neutron/port HTTP/1.1" 200 1179 0.327915 10.0.0.61 - - [2025-12-29 02:34:37] "POST /neutron/port HTTP/1.1" 200 1233 0.115830 10.0.0.61 - - [2025-12-29 02:34:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004071 10.0.0.61 - - [2025-12-29 02:34:37] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.61 - - [2025-12-29 02:34:41] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007061 10.0.0.61 - - [2025-12-29 02:34:41] "POST /neutron/port HTTP/1.1" 200 1243 0.018364 10.0.0.61 - - [2025-12-29 02:34:41] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-29 02:34:41] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 200 1306 0.033146 10.0.0.61 - - [2025-12-29 02:34:41] "GET /virtual-machine-interface/685e1dbd-7a41-48d3-a3b9-8ec038e6fff0 HTTP/1.1" 200 3177 0.004744 10.0.0.61 - - [2025-12-29 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.61 - - [2025-12-29 02:34:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.61 - - [2025-12-29 02:34:41] "GET /virtual-networks?parent_id=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002945 10.0.0.61 - - [2025-12-29 02:34:41] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.006114 10.0.0.61 - - [2025-12-29 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.61 - - [2025-12-29 02:34:45] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.004663 10.0.0.61 - - [2025-12-29 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.61 - - [2025-12-29 02:34:49] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005273 10.0.0.61 - - [2025-12-29 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.61 - - [2025-12-29 02:34:53] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005567 10.0.0.61 - - [2025-12-29 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.61 - - [2025-12-29 02:34:57] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005259 10.0.0.61 - - [2025-12-29 02:34:58] "POST /neutron/port HTTP/1.1" 200 1243 0.015830 10.0.0.61 - - [2025-12-29 02:34:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003301 10.0.0.61 - - [2025-12-29 02:34:58] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.61 - - [2025-12-29 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.61 - - [2025-12-29 02:35:01] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005293 10.0.0.61 - - [2025-12-29 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.61 - - [2025-12-29 02:35:05] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005192 10.0.0.27 - - [2025-12-29 02:35:05] "DELETE /project/c60e9f08-1e24-403c-a15f-b879e61d707e HTTP/1.1" 404 177 0.002659 10.0.0.27 - - [2025-12-29 02:35:05] "DELETE /project/65a18224eec9489c949bbc7a92f4b7e9 HTTP/1.1" 404 173 0.005230 10.0.0.61 - - [2025-12-29 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.61 - - [2025-12-29 02:35:09] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005644 10.0.0.61 - - [2025-12-29 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.61 - - [2025-12-29 02:35:13] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005388 10.0.0.61 - - [2025-12-29 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.61 - - [2025-12-29 02:35:17] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005227 10.0.0.61 - - [2025-12-29 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.61 - - [2025-12-29 02:35:21] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005666 10.0.0.61 - - [2025-12-29 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.61 - - [2025-12-29 02:35:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003194 10.0.0.61 - - [2025-12-29 02:35:24] "GET /virtual-networks?parent_id=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002576 10.0.0.61 - - [2025-12-29 02:35:24] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3297 0.005239 10.0.0.61 - - [2025-12-29 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006910 10.0.0.61 - - [2025-12-29 02:35:34] "POST /neutron/port HTTP/1.1" 200 1243 0.022758 10.0.0.61 - - [2025-12-29 02:35:34] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007734 10.0.0.61 - - [2025-12-29 02:35:44] "POST /neutron/port HTTP/1.1" 200 1243 0.014697 10.0.0.61 - - [2025-12-29 02:35:45] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006464 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/44a81646-f2b9-4c17-9f5c-4ebb0561c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.003630 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/b7356102-210a-4345-bd42-787f20c2046e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.003730 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/196df943-b83e-48e2-b628-e08f237c84ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003799 10.0.0.61 - - [2025-12-29 02:35:45] "PUT /access-control-list/6568fab5-5e4d-4fd7-b1e0-202e580b1e6b HTTP/1.1" 200 272 0.017159 10.0.0.61 - - [2025-12-29 02:35:45] "POST /neutron/network HTTP/1.1" 200 1430 0.011283 10.0.0.61 - - [2025-12-29 02:35:45] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3593 0.004674 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/196df943-b83e-48e2-b628-e08f237c84ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004072 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/44a81646-f2b9-4c17-9f5c-4ebb0561c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.004183 10.0.0.61 - - [2025-12-29 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.61 - - [2025-12-29 02:35:45] "GET /network-policy/b7356102-210a-4345-bd42-787f20c2046e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004787 10.0.0.61 - - [2025-12-29 02:35:50] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3593 0.005676 10.0.0.61 - - [2025-12-29 02:35:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.005094 10.0.0.61 - - [2025-12-29 02:35:50] "POST /neutron/network HTTP/1.1" 200 1140 0.009822 10.0.0.61 - - [2025-12-29 02:35:50] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.014248 10.0.0.61 - - [2025-12-29 02:35:55] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 200 1306 0.003997 10.0.0.61 - - [2025-12-29 02:35:56] "POST /neutron/port HTTP/1.1" 200 151 0.208271 10.0.0.61 - - [2025-12-29 02:35:57] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 404 171 0.002884 10.0.0.61 - - [2025-12-29 02:35:57] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 404 171 0.002411 10.0.0.61 - - [2025-12-29 02:35:57] "GET /virtual-machine/2178eb8c-e9ab-4478-b641-06861a2b86e9 HTTP/1.1" 404 171 0.001987 10.0.0.61 - - [2025-12-29 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.61 - - [2025-12-29 02:35:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003352 10.0.0.61 - - [2025-12-29 02:35:58] "GET /virtual-networks?parent_id=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002773 10.0.0.61 - - [2025-12-29 02:35:58] "GET /virtual-network/39ef9e98-0eef-4e67-a418-7314eba75700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.007306 10.0.0.61 - - [2025-12-29 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.61 - - [2025-12-29 02:35:58] "GET /routing-instance/cbed0646-271d-4e39-b2ae-343008f1149f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005104 10.0.0.61 - - [2025-12-29 02:35:58] "GET /route-target/6913b897-a10d-4da1-ad3f-26c6338bbe5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005273 10.0.0.61 - - [2025-12-29 02:36:01] "GET /obj-perms HTTP/1.1" 200 5021 0.058792 10.0.0.22 - - [2025-12-29 02:36:01] "GET /obj-perms HTTP/1.1" 200 5021 0.003509 10.0.0.61 - - [2025-12-29 02:36:10] "GET /obj-perms HTTP/1.1" 200 5021 0.003843 10.0.0.22 - - [2025-12-29 02:36:10] "GET /obj-perms HTTP/1.1" 200 5021 0.003250 10.0.0.61 - - [2025-12-29 02:36:20] "GET /obj-perms HTTP/1.1" 200 5021 0.003594 10.0.0.22 - - [2025-12-29 02:36:20] "GET /obj-perms HTTP/1.1" 200 5021 0.003812 10.0.0.61 - - [2025-12-29 02:36:23] "GET /obj-perms HTTP/1.1" 200 5021 0.004251 10.0.0.22 - - [2025-12-29 02:36:23] "GET /obj-perms HTTP/1.1" 200 5021 0.003748 10.0.0.27 - - [2025-12-29 02:36:23] "GET /obj-perms HTTP/1.1" 200 5021 0.052778 10.0.0.61 - - [2025-12-29 02:36:23] "DELETE /network-policy/196df943-b83e-48e2-b628-e08f237c84ea HTTP/1.1" 200 115 0.038833 10.0.0.61 - - [2025-12-29 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-12-29 02:36:23] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001272 10.0.0.61 - - [2025-12-29 02:36:23] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041829 10.0.0.61 - - [2025-12-29 02:36:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12959110&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005316 10.0.0.61 - - [2025-12-29 02:36:23] "DELETE /network-policy/b7356102-210a-4345-bd42-787f20c2046e HTTP/1.1" 200 115 0.045966 10.0.0.61 - - [2025-12-29 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.27 - - [2025-12-29 02:36:23] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001186 10.0.0.61 - - [2025-12-29 02:36:23] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.046770 10.0.0.61 - - [2025-12-29 02:36:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12959110&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.006230 10.0.0.61 - - [2025-12-29 02:36:23] "DELETE /network-policy/44a81646-f2b9-4c17-9f5c-4ebb0561c983 HTTP/1.1" 200 115 0.038080 10.0.0.61 - - [2025-12-29 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.27 - - [2025-12-29 02:36:24] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000978 10.0.0.61 - - [2025-12-29 02:36:24] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041521 10.0.0.61 - - [2025-12-29 02:36:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12959110&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007614 10.0.0.61 - - [2025-12-29 02:36:24] "DELETE /route-target/6913b897-a10d-4da1-ad3f-26c6338bbe5a HTTP/1.1" 200 115 0.030394 10.0.0.61 - - [2025-12-29 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.61 - - [2025-12-29 02:36:24] "DELETE /network-ipam/af15c87d-480f-484f-ae2b-5b751d9426dd HTTP/1.1" 200 115 0.031054 10.0.0.61 - - [2025-12-29 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 264 0.003026 10.0.0.27 - - [2025-12-29 02:36:24] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000968 10.0.0.27 - - [2025-12-29 02:36:24] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.044670 10.0.0.27 - - [2025-12-29 02:36:24] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000864 10.0.0.27 - - [2025-12-29 02:36:24] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?fields=security_groups HTTP/1.1" 200 1404 0.045820 10.0.0.27 - - [2025-12-29 02:36:24] "DELETE /security-group/0272d49b-2ad2-4fb7-9449-17a48f29dda2 HTTP/1.1" 200 115 0.051194 10.0.0.27 - - [2025-12-29 02:36:24] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000876 10.0.0.27 - - [2025-12-29 02:36:24] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?fields=application_policy_sets HTTP/1.1" 200 1443 0.063231 10.0.0.61 - - [2025-12-29 02:36:24] "DELETE /project/65a18224-eec9-489c-949b-bc7a92f4b7e9 HTTP/1.1" 200 115 0.397505 10.0.0.27 - - [2025-12-29 02:36:25] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001581 10.0.0.61 - - [2025-12-29 02:36:25] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?fields=projects HTTP/1.1" 200 1439 0.014891 10.0.0.27 - - [2025-12-29 02:36:27] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002791 10.0.0.27 - - [2025-12-29 02:36:27] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.27 - - [2025-12-29 02:36:27] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050632 10.0.0.27 - - [2025-12-29 02:36:27] "POST /id-to-fqname HTTP/1.1" 200 204 0.001851 10.0.0.27 - - [2025-12-29 02:36:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.005885 10.0.0.27 - - [2025-12-29 02:36:27] "POST /security-groups HTTP/1.1" 200 605 0.027131 10.0.0.61 - - [2025-12-29 02:36:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.005236 10.0.0.27 - - [2025-12-29 02:36:27] "POST /projects HTTP/1.1" 200 613 0.242976 10.0.0.27 - - [2025-12-29 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.280587 10.0.0.61 - - [2025-12-29 02:36:28] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.441238 10.0.0.61 - - [2025-12-29 02:36:28] "POST /access-control-lists HTTP/1.1" 200 608 0.041624 10.0.0.27 - - [2025-12-29 02:36:28] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000814 10.0.0.61 - - [2025-12-29 02:36:28] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?fields=virtual_networks HTTP/1.1" 200 1059 0.059449 10.0.0.27 - - [2025-12-29 02:36:28] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001251 10.0.0.61 - - [2025-12-29 02:36:28] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.041393 10.0.0.27 - - [2025-12-29 02:36:28] "GET /projects?obj_uuids=65a18224-eec9-489c-949b-bc7a92f4b7e9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000866 10.0.0.61 - - [2025-12-29 02:36:28] "GET /project/65a18224-eec9-489c-949b-bc7a92f4b7e9?fields=security_groups HTTP/1.1" 200 1299 0.031300 10.0.0.61 - - [2025-12-29 02:36:29] "POST /fqname-to-id HTTP/1.1" 404 204 0.024841 10.0.0.27 - - [2025-12-29 02:36:29] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002933 10.0.0.27 - - [2025-12-29 02:36:29] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.27 - - [2025-12-29 02:36:29] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008085 10.0.0.27 - - [2025-12-29 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 206 0.005965 10.0.0.27 - - [2025-12-29 02:36:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.011368 10.0.0.27 - - [2025-12-29 02:36:29] "POST /security-groups HTTP/1.1" 200 607 0.038360 10.0.0.27 - - [2025-12-29 02:36:29] "POST /projects HTTP/1.1" 200 617 0.261131 10.0.0.61 - - [2025-12-29 02:36:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.010042 10.0.0.27 - - [2025-12-29 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.348282 10.0.0.61 - - [2025-12-29 02:36:29] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.499067 10.0.0.61 - - [2025-12-29 02:36:30] "GET / HTTP/1.1" 200 35931 0.001386 10.0.0.61 - - [2025-12-29 02:36:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.61 - - [2025-12-29 02:36:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.058341 10.0.0.61 - - [2025-12-29 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.27 - - [2025-12-29 02:36:34] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000888 10.0.0.61 - - [2025-12-29 02:36:34] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045539 10.0.0.61 - - [2025-12-29 02:36:34] "POST /network-policys HTTP/1.1" 200 567 0.038100 10.0.0.61 - - [2025-12-29 02:36:34] "GET /network-policy/547efd32-7676-46b6-8e5f-1ffe3726a542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005674 10.0.0.61 - - [2025-12-29 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.27 - - [2025-12-29 02:36:34] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001248 10.0.0.61 - - [2025-12-29 02:36:34] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.042449 10.0.0.61 - - [2025-12-29 02:36:34] "POST /neutron/network HTTP/1.1" 200 117 0.032975 10.0.0.61 - - [2025-12-29 02:36:34] "POST /ref-update HTTP/1.1" 200 156 0.021939 10.0.0.27 - - [2025-12-29 02:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007046 10.0.0.61 - - [2025-12-29 02:36:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.187928 10.0.0.61 - - [2025-12-29 02:36:35] "POST /id-to-fqname HTTP/1.1" 200 237 0.001279 10.0.0.61 - - [2025-12-29 02:36:35] "GET /virtual-network/e3233950-382f-4d3c-94f1-9d6abae18808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004950 10.0.0.61 - - [2025-12-29 02:36:35] "GET /virtual-network/e3233950-382f-4d3c-94f1-9d6abae18808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.004986 10.0.0.61 - - [2025-12-29 02:36:35] "POST /neutron/network HTTP/1.1" 200 1017 0.008468 10.0.0.61 - - [2025-12-29 02:36:35] "POST /neutron/network HTTP/1.1" 200 1017 0.007998 10.0.0.61 - - [2025-12-29 02:36:35] "GET /virtual-network/e3233950-382f-4d3c-94f1-9d6abae18808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007530 10.0.0.61 - - [2025-12-29 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002389 10.0.0.61 - - [2025-12-29 02:36:35] "GET /network-policy/547efd32-7676-46b6-8e5f-1ffe3726a542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003700 10.0.0.61 - - [2025-12-29 02:36:35] "GET /virtual-network/e3233950-382f-4d3c-94f1-9d6abae18808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005594 10.0.0.61 - - [2025-12-29 02:36:37] "DELETE /network-policy/547efd32-7676-46b6-8e5f-1ffe3726a542 HTTP/1.1" 409 238 0.008129 10.0.0.61 - - [2025-12-29 02:36:37] "POST /neutron/network HTTP/1.1" 200 1124 0.008730 10.0.0.61 - - [2025-12-29 02:36:37] "DELETE /access-control-list/803a9ab1-4b57-4449-b757-6a51d814d5af HTTP/1.1" 200 115 0.051830 10.0.0.61 - - [2025-12-29 02:36:37] "DELETE /network-policy/547efd32-7676-46b6-8e5f-1ffe3726a542 HTTP/1.1" 200 115 0.033798 10.0.0.61 - - [2025-12-29 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-12-29 02:36:37] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001377 10.0.0.61 - - [2025-12-29 02:36:37] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.046572 10.0.0.61 - - [2025-12-29 02:36:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-80789391&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005302 10.0.0.27 - - [2025-12-29 02:36:40] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001069 10.0.0.61 - - [2025-12-29 02:36:40] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.045410 10.0.0.27 - - [2025-12-29 02:36:40] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000792 10.0.0.61 - - [2025-12-29 02:36:40] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?fields=virtual_networks HTTP/1.1" 200 1062 0.047966 10.0.0.27 - - [2025-12-29 02:36:40] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001142 10.0.0.61 - - [2025-12-29 02:36:40] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.045492 10.0.0.27 - - [2025-12-29 02:36:40] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000908 10.0.0.61 - - [2025-12-29 02:36:40] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?fields=security_groups HTTP/1.1" 200 1304 0.046422 10.0.0.61 - - [2025-12-29 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.025097 10.0.0.27 - - [2025-12-29 02:36:41] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002740 10.0.0.27 - - [2025-12-29 02:36:41] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.27 - - [2025-12-29 02:36:41] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007198 10.0.0.27 - - [2025-12-29 02:36:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001899 10.0.0.27 - - [2025-12-29 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.006018 10.0.0.27 - - [2025-12-29 02:36:42] "POST /security-groups HTTP/1.1" 200 591 0.028135 10.0.0.61 - - [2025-12-29 02:36:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002597 10.0.0.27 - - [2025-12-29 02:36:42] "POST /projects HTTP/1.1" 200 585 0.221102 10.0.0.27 - - [2025-12-29 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.289293 10.0.0.61 - - [2025-12-29 02:36:42] "POST /access-control-lists HTTP/1.1" 200 594 0.025873 10.0.0.61 - - [2025-12-29 02:36:42] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.430197 10.0.0.61 - - [2025-12-29 02:36:43] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.61 - - [2025-12-29 02:36:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000420 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.053315 10.0.0.61 - - [2025-12-29 02:36:45] "POST /network-ipams HTTP/1.1" 200 513 0.024768 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003290 10.0.0.61 - - [2025-12-29 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipam/9a1ef08e-36ba-464b-9402-325838cfbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006194 10.0.0.61 - - [2025-12-29 02:36:45] "PUT /network-ipam/9a1ef08e-36ba-464b-9402-325838cfbce0 HTTP/1.1" 200 258 0.012408 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003070 10.0.0.61 - - [2025-12-29 02:36:45] "POST /network-ipams HTTP/1.1" 200 513 0.029573 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003088 10.0.0.61 - - [2025-12-29 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipam/79a736ef-637d-4fd0-9fc5-ac48ad7824a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005331 10.0.0.61 - - [2025-12-29 02:36:45] "PUT /network-ipam/79a736ef-637d-4fd0-9fc5-ac48ad7824a9 HTTP/1.1" 200 258 0.011884 10.0.0.61 - - [2025-12-29 02:36:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.002970 10.0.0.61 - - [2025-12-29 02:36:45] "POST /network-ipams HTTP/1.1" 200 513 0.024940 10.0.0.61 - - [2025-12-29 02:36:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003109 10.0.0.61 - - [2025-12-29 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.61 - - [2025-12-29 02:36:46] "GET /network-ipam/3bac46be-1e73-428f-b622-39e441c2dbc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005767 10.0.0.61 - - [2025-12-29 02:36:46] "PUT /network-ipam/3bac46be-1e73-428f-b622-39e441c2dbc4 HTTP/1.1" 200 258 0.012061 10.0.0.61 - - [2025-12-29 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-12-29 02:36:46] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000804 10.0.0.61 - - [2025-12-29 02:36:47] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.035486 10.0.0.27 - - [2025-12-29 02:36:47] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.61 - - [2025-12-29 02:36:47] "POST /neutron/network HTTP/1.1" 200 607 0.135415 10.0.0.61 - - [2025-12-29 02:36:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.002647 10.0.0.61 - - [2025-12-29 02:36:47] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004839 10.0.0.61 - - [2025-12-29 02:36:47] "POST /neutron/network HTTP/1.1" 200 825 0.006183 10.0.0.61 - - [2025-12-29 02:36:47] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004757 10.0.0.61 - - [2025-12-29 02:36:47] "POST /neutron/network HTTP/1.1" 200 825 0.006325 10.0.0.61 - - [2025-12-29 02:36:47] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005108 10.0.0.61 - - [2025-12-29 02:36:47] "GET /network-ipam/9a1ef08e-36ba-464b-9402-325838cfbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.003151 10.0.0.61 - - [2025-12-29 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-12-29 02:36:47] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.61 - - [2025-12-29 02:36:47] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.055532 10.0.0.61 - - [2025-12-29 02:36:48] "POST /route-targets HTTP/1.1" 200 327 0.012127 10.0.0.27 - - [2025-12-29 02:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007313 10.0.0.61 - - [2025-12-29 02:36:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.240972 10.0.0.61 - - [2025-12-29 02:36:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001237 10.0.0.61 - - [2025-12-29 02:36:48] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006972 10.0.0.61 - - [2025-12-29 02:36:48] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006078 10.0.0.61 - - [2025-12-29 02:36:48] "POST /neutron/network HTTP/1.1" 200 825 0.008006 10.0.0.61 - - [2025-12-29 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.27 - - [2025-12-29 02:36:48] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.61 - - [2025-12-29 02:36:48] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041368 10.0.0.27 - - [2025-12-29 02:36:48] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.61 - - [2025-12-29 02:36:48] "POST /neutron/network HTTP/1.1" 200 607 0.183271 10.0.0.61 - - [2025-12-29 02:36:48] "DELETE /access-control-list/f1d9e37d-b7fa-4e69-8013-dfbf90b20e4f HTTP/1.1" 200 115 0.057089 10.0.0.61 - - [2025-12-29 02:36:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.003985 10.0.0.61 - - [2025-12-29 02:36:49] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005866 10.0.0.61 - - [2025-12-29 02:36:49] "POST /neutron/network HTTP/1.1" 200 825 0.009520 10.0.0.61 - - [2025-12-29 02:36:49] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005888 10.0.0.61 - - [2025-12-29 02:36:49] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006024 10.0.0.61 - - [2025-12-29 02:36:49] "GET /obj-perms HTTP/1.1" 200 5030 0.058257 10.0.0.61 - - [2025-12-29 02:36:50] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005327 10.0.0.22 - - [2025-12-29 02:36:51] "GET /obj-perms HTTP/1.1" 200 5030 0.053346 10.0.0.27 - - [2025-12-29 02:36:51] "GET /obj-perms HTTP/1.1" 200 5030 0.048347 10.0.0.61 - - [2025-12-29 02:36:51] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005038 10.0.0.61 - - [2025-12-29 02:36:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.005200 10.0.0.61 - - [2025-12-29 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-12-29 02:36:51] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.61 - - [2025-12-29 02:36:51] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052630 10.0.0.61 - - [2025-12-29 02:36:52] "POST /network-policys HTTP/1.1" 200 553 0.027947 10.0.0.61 - - [2025-12-29 02:36:52] "GET /network-policy/8f218da7-66b4-4b1d-bad2-cb58438d7be2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005259 10.0.0.61 - - [2025-12-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.002773 10.0.0.61 - - [2025-12-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005872 10.0.0.27 - - [2025-12-29 02:36:52] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000925 10.0.0.61 - - [2025-12-29 02:36:52] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048724 10.0.0.61 - - [2025-12-29 02:36:52] "POST /network-policys HTTP/1.1" 200 553 0.028183 10.0.0.61 - - [2025-12-29 02:36:52] "GET /network-policy/0f2be485-96e0-4606-83f4-3cd6dc0aeae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007094 10.0.0.61 - - [2025-12-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.002838 10.0.0.61 - - [2025-12-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-12-29 02:36:52] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.61 - - [2025-12-29 02:36:52] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.057134 10.0.0.61 - - [2025-12-29 02:36:52] "POST /network-policys HTTP/1.1" 200 553 0.047133 10.0.0.61 - - [2025-12-29 02:36:52] "GET /network-policy/54d14f81-1575-4de0-afc6-837720e7658c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005580 10.0.0.61 - - [2025-12-29 02:36:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.002584 10.0.0.61 - - [2025-12-29 02:36:52] "POST /ref-update HTTP/1.1" 200 156 0.049288 10.0.0.61 - - [2025-12-29 02:36:52] "POST /ref-update HTTP/1.1" 200 156 0.057018 10.0.0.61 - - [2025-12-29 02:36:53] "POST /neutron/network HTTP/1.1" 200 825 0.005769 10.0.0.61 - - [2025-12-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.005544 10.0.0.61 - - [2025-12-29 02:36:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006426 10.0.0.61 - - [2025-12-29 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.61 - - [2025-12-29 02:36:53] "GET /network-policy/0f2be485-96e0-4606-83f4-3cd6dc0aeae8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.003178 10.0.0.61 - - [2025-12-29 02:36:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.61 - - [2025-12-29 02:36:53] "POST /neutron/network HTTP/1.1" 200 1006 0.009519 10.0.0.27 - - [2025-12-29 02:36:54] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.61 - - [2025-12-29 02:36:54] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.074203 10.0.0.61 - - [2025-12-29 02:36:54] "POST /neutron/port HTTP/1.1" 200 117 0.007570 10.0.0.61 - - [2025-12-29 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001621 10.0.0.61 - - [2025-12-29 02:36:55] "POST /neutron/network HTTP/1.1" 200 1006 0.012042 10.0.0.61 - - [2025-12-29 02:36:55] "POST /neutron/port HTTP/1.1" 200 1061 0.079008 10.0.0.27 - - [2025-12-29 02:36:55] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.61 - - [2025-12-29 02:36:55] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.128179 10.0.0.61 - - [2025-12-29 02:36:55] "POST /neutron/port HTTP/1.1" 200 1125 0.016141 10.0.0.61 - - [2025-12-29 02:36:55] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.61 - - [2025-12-29 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009550 10.0.0.61 - - [2025-12-29 02:36:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001541 10.0.0.61 - - [2025-12-29 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008669 10.0.0.27 - - [2025-12-29 02:36:56] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.61 - - [2025-12-29 02:36:56] "PUT /access-control-list/4ca9e06a-d58c-433e-84c2-139ee8848be4 HTTP/1.1" 200 272 0.066801 10.0.0.61 - - [2025-12-29 02:36:56] "POST /neutron/port HTTP/1.1" 200 1061 0.350619 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/port HTTP/1.1" 200 1115 0.200264 10.0.0.27 - - [2025-12-29 02:36:57] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.61 - - [2025-12-29 02:36:57] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.147009 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003439 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/network HTTP/1.1" 200 917 0.006626 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.012290 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/port HTTP/1.1" 200 1125 0.016696 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008643 10.0.0.61 - - [2025-12-29 02:36:57] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 401 292 0.000714 10.0.0.61 - - [2025-12-29 02:36:57] "POST /neutron/network HTTP/1.1" 200 835 0.007937 10.0.0.61 - - [2025-12-29 02:36:58] "POST /neutron/port HTTP/1.1" 200 1061 0.020933 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.030731 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.003197 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine-interface/d5a77472-7f32-425d-9ae2-db10f28edaab HTTP/1.1" 200 2945 0.005191 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.005925 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine-interface/d5a77472-7f32-425d-9ae2-db10f28edaab HTTP/1.1" 200 2945 0.007537 10.0.0.61 - - [2025-12-29 02:36:58] "GET /instance-ip/a43b7f59-2523-4dd7-b5f1-60e75f7cdd50 HTTP/1.1" 200 1623 0.020239 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.005979 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-machine-interface/d5a77472-7f32-425d-9ae2-db10f28edaab HTTP/1.1" 200 2945 0.007934 10.0.0.61 - - [2025-12-29 02:36:58] "GET /instance-ip/a43b7f59-2523-4dd7-b5f1-60e75f7cdd50 HTTP/1.1" 200 1623 0.004386 10.0.0.61 - - [2025-12-29 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.61 - - [2025-12-29 02:36:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004583 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003153 10.0.0.61 - - [2025-12-29 02:36:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004014 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006120 10.0.0.61 - - [2025-12-29 02:36:58] "POST /neutron/network HTTP/1.1" 200 825 0.006468 10.0.0.61 - - [2025-12-29 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.61 - - [2025-12-29 02:36:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004056 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003244 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005759 10.0.0.61 - - [2025-12-29 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.61 - - [2025-12-29 02:36:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003358 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006587 10.0.0.61 - - [2025-12-29 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.61 - - [2025-12-29 02:36:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004523 10.0.0.61 - - [2025-12-29 02:36:58] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004111 10.0.0.61 - - [2025-12-29 02:36:59] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008258 10.0.0.61 - - [2025-12-29 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.61 - - [2025-12-29 02:36:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003238 10.0.0.61 - - [2025-12-29 02:36:59] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002463 10.0.0.61 - - [2025-12-29 02:36:59] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005846 10.0.0.61 - - [2025-12-29 02:37:01] "POST /neutron/network HTTP/1.1" 200 1006 0.007163 10.0.0.61 - - [2025-12-29 02:37:01] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.61 - - [2025-12-29 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.61 - - [2025-12-29 02:37:02] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004823 10.0.0.61 - - [2025-12-29 02:37:03] "POST /neutron/port HTTP/1.1" 200 1125 0.018924 10.0.0.61 - - [2025-12-29 02:37:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.008042 10.0.0.27 - - [2025-12-29 02:37:05] "DELETE /project/01f6987e87374ee1a8a8bd90d497e4e1 HTTP/1.1" 404 173 0.006610 10.0.0.27 - - [2025-12-29 02:37:05] "DELETE /project/078d0f79ed3046a89f60d67e35b35616 HTTP/1.1" 404 173 0.008069 10.0.0.27 - - [2025-12-29 02:37:05] "DELETE /project/65a18224-eec9-489c-949b-bc7a92f4b7e9 HTTP/1.1" 404 177 0.009685 10.0.0.27 - - [2025-12-29 02:37:05] "DELETE /project/65a18224eec9489c949bbc7a92f4b7e9 HTTP/1.1" 404 173 0.006519 10.0.0.27 - - [2025-12-29 02:37:05] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000786 10.0.0.27 - - [2025-12-29 02:37:05] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.040848 10.0.0.27 - - [2025-12-29 02:37:05] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000878 10.0.0.27 - - [2025-12-29 02:37:05] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?fields=security_groups HTTP/1.1" 200 1409 0.045245 10.0.0.27 - - [2025-12-29 02:37:06] "DELETE /security-group/6162fdcc-dced-4fcc-85f1-38e0bda65947 HTTP/1.1" 200 115 0.045551 10.0.0.27 - - [2025-12-29 02:37:06] "GET /projects?obj_uuids=078d0f79-ed30-46a8-9f60-d67e35b35616&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000861 10.0.0.27 - - [2025-12-29 02:37:06] "GET /project/078d0f79-ed30-46a8-9f60-d67e35b35616?fields=application_policy_sets HTTP/1.1" 200 1448 0.043742 10.0.0.61 - - [2025-12-29 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.61 - - [2025-12-29 02:37:06] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.013460 10.0.0.27 - - [2025-12-29 02:37:06] "DELETE /project/078d0f79-ed30-46a8-9f60-d67e35b35616 HTTP/1.1" 200 115 0.406337 10.0.0.61 - - [2025-12-29 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.61 - - [2025-12-29 02:37:10] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005341 10.0.0.61 - - [2025-12-29 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.61 - - [2025-12-29 02:37:14] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004689 10.0.0.61 - - [2025-12-29 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.61 - - [2025-12-29 02:37:18] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005558 10.0.0.61 - - [2025-12-29 02:37:22] "GET /obj-perms HTTP/1.1" 200 5056 0.051317 10.0.0.61 - - [2025-12-29 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.61 - - [2025-12-29 02:37:22] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005633 10.0.0.61 - - [2025-12-29 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.61 - - [2025-12-29 02:37:26] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005017 10.0.0.61 - - [2025-12-29 02:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008052 10.0.0.61 - - [2025-12-29 02:37:30] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005331 10.0.0.61 - - [2025-12-29 02:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.61 - - [2025-12-29 02:37:34] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005733 10.0.0.61 - - [2025-12-29 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.61 - - [2025-12-29 02:37:39] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005372 10.0.0.61 - - [2025-12-29 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.61 - - [2025-12-29 02:37:43] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004909 10.0.0.61 - - [2025-12-29 02:37:43] "POST /neutron/port HTTP/1.1" 200 1125 0.045952 10.0.0.61 - - [2025-12-29 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.61 - - [2025-12-29 02:37:47] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004802 10.0.0.61 - - [2025-12-29 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.61 - - [2025-12-29 02:37:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003588 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002822 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006898 10.0.0.61 - - [2025-12-29 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.61 - - [2025-12-29 02:37:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003762 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002894 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007196 10.0.0.61 - - [2025-12-29 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.61 - - [2025-12-29 02:37:49] "GET /routing-instance/e0930092-2ade-449e-8084-0247a439bcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004531 10.0.0.61 - - [2025-12-29 02:37:49] "GET /route-target/925a161f-f768-4c06-9d21-1c499aad8d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004050 10.0.0.61 - - [2025-12-29 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.61 - - [2025-12-29 02:37:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003221 10.0.0.61 - - [2025-12-29 02:37:49] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005292 10.0.0.61 - - [2025-12-29 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.61 - - [2025-12-29 02:37:49] "GET /routing-instance/e0930092-2ade-449e-8084-0247a439bcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.003932 10.0.0.61 - - [2025-12-29 02:37:49] "GET /route-target/925a161f-f768-4c06-9d21-1c499aad8d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003701 10.0.0.61 - - [2025-12-29 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.61 - - [2025-12-29 02:37:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004444 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004782 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005331 10.0.0.61 - - [2025-12-29 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.61 - - [2025-12-29 02:37:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003060 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005694 10.0.0.61 - - [2025-12-29 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-29 02:37:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004444 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003231 10.0.0.61 - - [2025-12-29 02:37:50] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005576 10.0.0.27 - - [2025-12-29 02:37:50] "GET /obj-perms HTTP/1.1" 200 5030 0.006039 10.0.0.61 - - [2025-12-29 02:37:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004365 10.0.0.61 - - [2025-12-29 02:37:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004293 10.0.0.22 - - [2025-12-29 02:37:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003817 10.0.0.27 - - [2025-12-29 02:37:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004102 10.0.0.61 - - [2025-12-29 02:37:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006640 10.0.0.61 - - [2025-12-29 02:37:50] "POST /neutron/port HTTP/1.1" 200 1125 0.018427 10.0.0.61 - - [2025-12-29 02:37:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006154 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.004704 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.003387 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine-interface/58e08760-80e3-484b-a0bc-6bc59f05618c HTTP/1.1" 200 2944 0.004994 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.003539 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine-interface/58e08760-80e3-484b-a0bc-6bc59f05618c HTTP/1.1" 200 2944 0.005114 10.0.0.61 - - [2025-12-29 02:37:51] "GET /instance-ip/5c1c9504-7c0a-418e-9572-cb78689d487d HTTP/1.1" 200 1622 0.005214 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.003021 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-machine-interface/58e08760-80e3-484b-a0bc-6bc59f05618c HTTP/1.1" 200 2944 0.012046 10.0.0.61 - - [2025-12-29 02:37:51] "GET /instance-ip/5c1c9504-7c0a-418e-9572-cb78689d487d HTTP/1.1" 200 1622 0.004331 10.0.0.61 - - [2025-12-29 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.61 - - [2025-12-29 02:37:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003475 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002699 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006499 10.0.0.61 - - [2025-12-29 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.61 - - [2025-12-29 02:37:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002844 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005100 10.0.0.61 - - [2025-12-29 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.61 - - [2025-12-29 02:37:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005826 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004102 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007623 10.0.0.61 - - [2025-12-29 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2025-12-29 02:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.61 - - [2025-12-29 02:37:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003761 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003928 10.0.0.22 - - [2025-12-29 02:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005349 10.0.0.61 - - [2025-12-29 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.61 - - [2025-12-29 02:37:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003605 10.0.0.61 - - [2025-12-29 02:37:51] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006494 10.0.0.27 - - [2025-12-29 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-12-29 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2025-12-29 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-12-29 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.61 - - [2025-12-29 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.61 - - [2025-12-29 02:37:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003785 10.0.0.61 - - [2025-12-29 02:37:52] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003087 10.0.0.61 - - [2025-12-29 02:37:52] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006742 10.0.0.27 - - [2025-12-29 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-29 02:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005591 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004646 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009403 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.61 - - [2025-12-29 02:37:53] "GET /routing-instance/4f129dc2-799b-4fac-8750-4d206d600fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005275 10.0.0.61 - - [2025-12-29 02:37:53] "GET /route-target/686b22c6-4bfd-41b4-a430-1c95bf43752b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003828 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004289 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003225 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006050 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.61 - - [2025-12-29 02:37:53] "GET /routing-instance/4f129dc2-799b-4fac-8750-4d206d600fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004003 10.0.0.61 - - [2025-12-29 02:37:53] "GET /route-target/686b22c6-4bfd-41b4-a430-1c95bf43752b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003887 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003765 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002645 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008532 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005106 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003484 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009260 10.0.0.61 - - [2025-12-29 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.61 - - [2025-12-29 02:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004531 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003718 10.0.0.61 - - [2025-12-29 02:37:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007061 10.0.0.61 - - [2025-12-29 02:37:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004166 10.0.0.27 - - [2025-12-29 02:37:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003313 10.0.0.61 - - [2025-12-29 02:37:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003181 10.0.0.27 - - [2025-12-29 02:37:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003448 10.0.0.61 - - [2025-12-29 02:37:54] "POST /neutron/port HTTP/1.1" 200 1125 0.016693 10.0.0.61 - - [2025-12-29 02:37:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008297 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.005601 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.003387 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine-interface/a37ed7b4-4962-416e-b3b4-cf3406fbbe16 HTTP/1.1" 200 2945 0.004571 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.003428 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine-interface/a37ed7b4-4962-416e-b3b4-cf3406fbbe16 HTTP/1.1" 200 2945 0.004681 10.0.0.61 - - [2025-12-29 02:37:54] "GET /instance-ip/8bd9167c-4409-41f4-a2b8-5fbf51562fb6 HTTP/1.1" 200 1623 0.006422 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.007057 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-machine-interface/a37ed7b4-4962-416e-b3b4-cf3406fbbe16 HTTP/1.1" 200 2945 0.004982 10.0.0.61 - - [2025-12-29 02:37:54] "GET /instance-ip/8bd9167c-4409-41f4-a2b8-5fbf51562fb6 HTTP/1.1" 200 1623 0.004044 10.0.0.61 - - [2025-12-29 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003585 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002967 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005352 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.61 - - [2025-12-29 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000323 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004663 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003339 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006380 10.0.0.61 - - [2025-12-29 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005072 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004296 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.012092 10.0.0.61 - - [2025-12-29 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.61 - - [2025-12-29 02:37:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004818 10.0.0.61 - - [2025-12-29 02:37:54] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003731 10.0.0.61 - - [2025-12-29 02:37:55] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006988 10.0.0.61 - - [2025-12-29 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.61 - - [2025-12-29 02:37:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005430 10.0.0.61 - - [2025-12-29 02:37:55] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003607 10.0.0.61 - - [2025-12-29 02:37:55] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006396 10.0.0.61 - - [2025-12-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.61 - - [2025-12-29 02:37:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004009 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003318 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007772 10.0.0.61 - - [2025-12-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.61 - - [2025-12-29 02:37:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003533 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006509 10.0.0.61 - - [2025-12-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.61 - - [2025-12-29 02:37:56] "GET /routing-instance/f47fc017-1780-4ea8-a8bd-3bd63794273f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.008085 10.0.0.61 - - [2025-12-29 02:37:56] "GET /route-target/1678b08f-aeef-480c-9be8-dc848fc83511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005254 10.0.0.61 - - [2025-12-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.61 - - [2025-12-29 02:37:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002985 10.0.0.61 - - [2025-12-29 02:37:56] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010391 10.0.0.61 - - [2025-12-29 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.61 - - [2025-12-29 02:37:56] "GET /routing-instance/f47fc017-1780-4ea8-a8bd-3bd63794273f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004627 10.0.0.61 - - [2025-12-29 02:37:56] "GET /route-target/1678b08f-aeef-480c-9be8-dc848fc83511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004762 10.0.0.61 - - [2025-12-29 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.61 - - [2025-12-29 02:37:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003447 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007300 10.0.0.61 - - [2025-12-29 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.61 - - [2025-12-29 02:37:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003846 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003254 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006687 10.0.0.61 - - [2025-12-29 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004110 10.0.0.61 - - [2025-12-29 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.005167 10.0.0.27 - - [2025-12-29 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003749 10.0.0.22 - - [2025-12-29 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003873 10.0.0.61 - - [2025-12-29 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004010 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.004592 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-machine-interface/d5a77472-7f32-425d-9ae2-db10f28edaab HTTP/1.1" 200 2945 0.004941 10.0.0.61 - - [2025-12-29 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.61 - - [2025-12-29 02:37:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003520 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003096 10.0.0.61 - - [2025-12-29 02:37:57] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005554 10.0.0.61 - - [2025-12-29 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.61 - - [2025-12-29 02:37:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004332 10.0.0.61 - - [2025-12-29 02:37:58] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003241 10.0.0.61 - - [2025-12-29 02:37:58] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005600 10.0.0.61 - - [2025-12-29 02:37:58] "POST /neutron/port HTTP/1.1" 200 1125 0.015860 10.0.0.61 - - [2025-12-29 02:38:03] "POST /neutron/port HTTP/1.1" 200 1125 0.019796 10.0.0.61 - - [2025-12-29 02:38:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.010815 10.0.0.61 - - [2025-12-29 02:38:03] "POST /neutron/port HTTP/1.1" 200 1125 0.020983 10.0.0.61 - - [2025-12-29 02:38:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006908 10.0.0.61 - - [2025-12-29 02:38:04] "POST /neutron/network HTTP/1.1" 200 927 0.033635 10.0.0.61 - - [2025-12-29 02:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.61 - - [2025-12-29 02:38:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006270 10.0.0.61 - - [2025-12-29 02:38:14] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.004941 10.0.0.61 - - [2025-12-29 02:38:14] "GET /virtual-machine-interface/58e08760-80e3-484b-a0bc-6bc59f05618c HTTP/1.1" 200 2944 0.005200 10.0.0.61 - - [2025-12-29 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.61 - - [2025-12-29 02:38:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.61 - - [2025-12-29 02:38:14] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003487 10.0.0.61 - - [2025-12-29 02:38:14] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007069 10.0.0.61 - - [2025-12-29 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.61 - - [2025-12-29 02:38:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003913 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003393 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007736 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.004616 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-machine-interface/a37ed7b4-4962-416e-b3b4-cf3406fbbe16 HTTP/1.1" 200 2945 0.005883 10.0.0.61 - - [2025-12-29 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.61 - - [2025-12-29 02:38:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003811 10.0.0.61 - - [2025-12-29 02:38:15] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010410 10.0.0.61 - - [2025-12-29 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.61 - - [2025-12-29 02:38:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003207 10.0.0.61 - - [2025-12-29 02:38:17] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003103 10.0.0.61 - - [2025-12-29 02:38:17] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005658 10.0.0.22 - - [2025-12-29 02:38:22] "GET /obj-perms HTTP/1.1" 200 5056 0.063140 10.0.0.61 - - [2025-12-29 02:38:42] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 200 1291 0.004279 10.0.0.61 - - [2025-12-29 02:38:43] "POST /neutron/port HTTP/1.1" 200 1125 0.015749 10.0.0.61 - - [2025-12-29 02:38:44] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 404 171 0.003117 10.0.0.61 - - [2025-12-29 02:38:44] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 404 171 0.002678 10.0.0.61 - - [2025-12-29 02:38:44] "GET /virtual-machine/79345271-82ff-4453-8865-6c2173d1b076 HTTP/1.1" 404 171 0.002689 10.0.0.61 - - [2025-12-29 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.61 - - [2025-12-29 02:38:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003254 10.0.0.61 - - [2025-12-29 02:38:45] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002689 10.0.0.61 - - [2025-12-29 02:38:45] "GET /virtual-network/a4c5411d-b3f9-4874-9141-d4fd76ea75a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005450 10.0.0.61 - - [2025-12-29 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.61 - - [2025-12-29 02:38:45] "GET /routing-instance/f47fc017-1780-4ea8-a8bd-3bd63794273f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004570 10.0.0.61 - - [2025-12-29 02:38:45] "GET /route-target/1678b08f-aeef-480c-9be8-dc848fc83511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003625 10.0.0.61 - - [2025-12-29 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.005384 10.0.0.22 - - [2025-12-29 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003548 10.0.0.27 - - [2025-12-29 02:38:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003813 10.0.0.61 - - [2025-12-29 02:38:51] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 200 1293 0.004071 10.0.0.61 - - [2025-12-29 02:38:52] "POST /neutron/port HTTP/1.1" 200 1125 0.016296 10.0.0.61 - - [2025-12-29 02:38:53] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 404 171 0.003300 10.0.0.61 - - [2025-12-29 02:38:53] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 404 171 0.002251 10.0.0.61 - - [2025-12-29 02:38:53] "GET /virtual-machine/9a537c63-4f27-4d54-8e86-a9c65f15a264 HTTP/1.1" 404 171 0.002323 10.0.0.61 - - [2025-12-29 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.61 - - [2025-12-29 02:38:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003433 10.0.0.61 - - [2025-12-29 02:38:53] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002698 10.0.0.61 - - [2025-12-29 02:38:53] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006013 10.0.0.61 - - [2025-12-29 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.61 - - [2025-12-29 02:38:53] "GET /routing-instance/4f129dc2-799b-4fac-8750-4d206d600fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.006494 10.0.0.61 - - [2025-12-29 02:38:53] "GET /route-target/686b22c6-4bfd-41b4-a430-1c95bf43752b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003842 10.0.0.61 - - [2025-12-29 02:38:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003307 10.0.0.27 - - [2025-12-29 02:39:00] "GET /obj-perms HTTP/1.1" 200 5030 0.004214 10.0.0.61 - - [2025-12-29 02:39:00] "GET /obj-perms HTTP/1.1" 200 5030 0.005217 10.0.0.61 - - [2025-12-29 02:39:00] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 200 1291 0.004755 10.0.0.61 - - [2025-12-29 02:39:00] "POST /neutron/port HTTP/1.1" 200 1125 0.022591 10.0.0.61 - - [2025-12-29 02:39:02] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 404 171 0.003098 10.0.0.61 - - [2025-12-29 02:39:02] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 404 171 0.002501 10.0.0.61 - - [2025-12-29 02:39:02] "GET /virtual-machine/763891dc-6b38-444a-89d3-ba0b22b65dee HTTP/1.1" 404 171 0.002735 10.0.0.61 - - [2025-12-29 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.61 - - [2025-12-29 02:39:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003472 10.0.0.61 - - [2025-12-29 02:39:02] "GET /virtual-networks?parent_id=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003360 10.0.0.61 - - [2025-12-29 02:39:02] "GET /virtual-network/20b3efb7-ec88-4be5-8558-93b2e4a1cbdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005262 10.0.0.61 - - [2025-12-29 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.61 - - [2025-12-29 02:39:02] "GET /routing-instance/e0930092-2ade-449e-8084-0247a439bcdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004361 10.0.0.61 - - [2025-12-29 02:39:02] "GET /route-target/925a161f-f768-4c06-9d21-1c499aad8d25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003550 10.0.0.22 - - [2025-12-29 02:39:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003659 10.0.0.61 - - [2025-12-29 02:39:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004317 10.0.0.22 - - [2025-12-29 02:39:12] "GET /obj-perms HTTP/1.1" 200 5030 0.003255 10.0.0.61 - - [2025-12-29 02:39:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004322 10.0.0.22 - - [2025-12-29 02:39:21] "GET /obj-perms HTTP/1.1" 200 5030 0.003884 10.0.0.61 - - [2025-12-29 02:39:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004178 10.0.0.61 - - [2025-12-29 02:39:21] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.005243 10.0.0.61 - - [2025-12-29 02:39:21] "POST /neutron/network HTTP/1.1" 200 917 0.005747 10.0.0.61 - - [2025-12-29 02:39:21] "DELETE /access-control-list/4ca9e06a-d58c-433e-84c2-139ee8848be4 HTTP/1.1" 200 115 0.076949 10.0.0.61 - - [2025-12-29 02:39:21] "GET /virtual-network/9aca612a-34df-4b71-8310-5b99c955ce55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010198 10.0.0.61 - - [2025-12-29 02:39:21] "POST /ref-update HTTP/1.1" 200 156 0.049793 10.0.0.61 - - [2025-12-29 02:39:21] "POST /ref-update HTTP/1.1" 200 156 0.061008 10.0.0.61 - - [2025-12-29 02:39:22] "DELETE /access-control-list/0f527438-35ed-4c30-8dea-b9cebe931a78 HTTP/1.1" 200 115 0.060816 10.0.0.61 - - [2025-12-29 02:39:22] "DELETE /network-policy/54d14f81-1575-4de0-afc6-837720e7658c HTTP/1.1" 200 115 0.059032 10.0.0.61 - - [2025-12-29 02:39:22] "DELETE /network-policy/0f2be485-96e0-4606-83f4-3cd6dc0aeae8 HTTP/1.1" 200 115 0.045004 10.0.0.61 - - [2025-12-29 02:39:22] "DELETE /network-policy/8f218da7-66b4-4b1d-bad2-cb58438d7be2 HTTP/1.1" 200 115 0.037252 10.0.0.61 - - [2025-12-29 02:39:22] "POST /neutron/network HTTP/1.1" 200 825 0.006402 10.0.0.61 - - [2025-12-29 02:39:22] "DELETE /route-target/1678b08f-aeef-480c-9be8-dc848fc83511 HTTP/1.1" 200 115 0.019448 10.0.0.27 - - [2025-12-29 02:39:22] "POST /useragent-kv HTTP/1.1" 200 115 0.050811 10.0.0.27 - - [2025-12-29 02:39:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.61 - - [2025-12-29 02:39:22] "POST /neutron/network HTTP/1.1" 200 151 0.155950 10.0.0.61 - - [2025-12-29 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.61 - - [2025-12-29 02:39:23] "DELETE /network-ipam/3bac46be-1e73-428f-b622-39e441c2dbc4 HTTP/1.1" 200 115 0.037927 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003890 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.61 - - [2025-12-29 02:39:23] "DELETE /network-ipam/79a736ef-637d-4fd0-9fc5-ac48ad7824a9 HTTP/1.1" 200 115 0.034520 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.002411 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.61 - - [2025-12-29 02:39:23] "DELETE /network-ipam/9a1ef08e-36ba-464b-9402-325838cfbce0 HTTP/1.1" 200 115 0.034453 10.0.0.61 - - [2025-12-29 02:39:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.002919 10.0.0.27 - - [2025-12-29 02:39:24] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001795 10.0.0.61 - - [2025-12-29 02:39:25] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.088511 10.0.0.27 - - [2025-12-29 02:39:25] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.61 - - [2025-12-29 02:39:25] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?fields=virtual_networks HTTP/1.1" 200 1030 0.041726 10.0.0.27 - - [2025-12-29 02:39:25] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.61 - - [2025-12-29 02:39:25] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.066882 10.0.0.27 - - [2025-12-29 02:39:25] "GET /projects?obj_uuids=01f6987e-8737-4ee1-a8a8-bd90d497e4e1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.61 - - [2025-12-29 02:39:25] "GET /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1?fields=security_groups HTTP/1.1" 200 1256 0.033426 10.0.0.61 - - [2025-12-29 02:39:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.027465 10.0.0.27 - - [2025-12-29 02:39:26] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003224 10.0.0.27 - - [2025-12-29 02:39:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.27 - - [2025-12-29 02:39:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030799 10.0.0.27 - - [2025-12-29 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 196 0.004211 10.0.0.27 - - [2025-12-29 02:39:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.004039 10.0.0.27 - - [2025-12-29 02:39:26] "POST /security-groups HTTP/1.1" 200 597 0.034704 10.0.0.27 - - [2025-12-29 02:39:26] "POST /projects HTTP/1.1" 200 597 0.254282 10.0.0.61 - - [2025-12-29 02:39:26] "POST /access-control-lists HTTP/1.1" 200 602 0.026301 10.0.0.27 - - [2025-12-29 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.329517 10.0.0.61 - - [2025-12-29 02:39:26] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.497546 10.0.0.61 - - [2025-12-29 02:39:27] "GET / HTTP/1.1" 200 35931 0.002782 10.0.0.61 - - [2025-12-29 02:39:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.058038 10.0.0.61 - - [2025-12-29 02:39:31] "POST /network-ipams HTTP/1.1" 200 519 0.037741 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003284 10.0.0.61 - - [2025-12-29 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipam/b8fb779c-3b14-41d2-ab0e-51752f7fba1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.012627 10.0.0.61 - - [2025-12-29 02:39:31] "PUT /network-ipam/b8fb779c-3b14-41d2-ab0e-51752f7fba1e HTTP/1.1" 200 258 0.021777 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003337 10.0.0.61 - - [2025-12-29 02:39:31] "POST /network-ipams HTTP/1.1" 200 519 0.032178 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003378 10.0.0.61 - - [2025-12-29 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipam/4389851a-7b37-4d44-bc3c-86e0d08fc59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.013912 10.0.0.61 - - [2025-12-29 02:39:31] "PUT /network-ipam/4389851a-7b37-4d44-bc3c-86e0d08fc59f HTTP/1.1" 200 258 0.012146 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003157 10.0.0.61 - - [2025-12-29 02:39:31] "POST /network-ipams HTTP/1.1" 200 519 0.029722 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003074 10.0.0.61 - - [2025-12-29 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.61 - - [2025-12-29 02:39:31] "GET /network-ipam/c1053529-3593-4f05-8f23-354aef3dbe77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005715 10.0.0.61 - - [2025-12-29 02:39:32] "PUT /network-ipam/c1053529-3593-4f05-8f23-354aef3dbe77 HTTP/1.1" 200 258 0.015843 10.0.0.61 - - [2025-12-29 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2025-12-29 02:39:32] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000961 10.0.0.61 - - [2025-12-29 02:39:32] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064878 10.0.0.61 - - [2025-12-29 02:39:33] "POST /neutron/network HTTP/1.1" 200 117 0.042000 10.0.0.61 - - [2025-12-29 02:39:33] "POST /route-targets HTTP/1.1" 200 327 0.013283 10.0.0.27 - - [2025-12-29 02:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009285 10.0.0.61 - - [2025-12-29 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.200552 10.0.0.61 - - [2025-12-29 02:39:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.080781 10.0.0.61 - - [2025-12-29 02:39:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.002337 10.0.0.61 - - [2025-12-29 02:39:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008846 10.0.0.61 - - [2025-12-29 02:39:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006716 10.0.0.61 - - [2025-12-29 02:39:33] "POST /neutron/network HTTP/1.1" 200 1013 0.010621 10.0.0.61 - - [2025-12-29 02:39:33] "POST /neutron/network HTTP/1.1" 200 1013 0.009455 10.0.0.61 - - [2025-12-29 02:39:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005116 10.0.0.61 - - [2025-12-29 02:39:33] "GET /network-ipam/b8fb779c-3b14-41d2-ab0e-51752f7fba1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004747 10.0.0.61 - - [2025-12-29 02:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2025-12-29 02:39:34] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001211 10.0.0.61 - - [2025-12-29 02:39:34] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049459 10.0.0.61 - - [2025-12-29 02:39:34] "POST /ref-update HTTP/1.1" 200 156 0.022655 10.0.0.27 - - [2025-12-29 02:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.61 - - [2025-12-29 02:39:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.219098 10.0.0.61 - - [2025-12-29 02:39:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001268 10.0.0.61 - - [2025-12-29 02:39:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007442 10.0.0.61 - - [2025-12-29 02:39:34] "POST /neutron/network HTTP/1.1" 200 1012 0.008145 10.0.0.61 - - [2025-12-29 02:39:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005459 10.0.0.61 - - [2025-12-29 02:39:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.007369 10.0.0.61 - - [2025-12-29 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.27 - - [2025-12-29 02:39:34] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001147 10.0.0.61 - - [2025-12-29 02:39:34] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037401 10.0.0.27 - - [2025-12-29 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004980 10.0.0.61 - - [2025-12-29 02:39:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.177873 10.0.0.61 - - [2025-12-29 02:39:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001587 10.0.0.61 - - [2025-12-29 02:39:35] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008029 10.0.0.61 - - [2025-12-29 02:39:35] "POST /neutron/network HTTP/1.1" 200 1015 0.010702 10.0.0.61 - - [2025-12-29 02:39:35] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008257 10.0.0.61 - - [2025-12-29 02:39:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.010578 10.0.0.61 - - [2025-12-29 02:39:35] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005358 10.0.0.61 - - [2025-12-29 02:39:36] "GET /obj-perms HTTP/1.1" 200 5042 0.061409 10.0.0.22 - - [2025-12-29 02:39:36] "GET /obj-perms HTTP/1.1" 200 5042 0.057760 10.0.0.27 - - [2025-12-29 02:39:37] "GET /obj-perms HTTP/1.1" 200 5042 0.047559 10.0.0.61 - - [2025-12-29 02:39:37] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005002 10.0.0.61 - - [2025-12-29 02:39:37] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005119 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.003276 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-12-29 02:39:38] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001023 10.0.0.61 - - [2025-12-29 02:39:38] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048823 10.0.0.61 - - [2025-12-29 02:39:38] "POST /network-policys HTTP/1.1" 200 559 0.037520 10.0.0.61 - - [2025-12-29 02:39:38] "GET /network-policy/60400638-d34a-4a20-82a8-13265363b698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007091 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.002476 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.27 - - [2025-12-29 02:39:38] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.61 - - [2025-12-29 02:39:38] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055095 10.0.0.61 - - [2025-12-29 02:39:38] "POST /network-policys HTTP/1.1" 200 559 0.028593 10.0.0.61 - - [2025-12-29 02:39:38] "GET /network-policy/c99a2d49-7acc-4873-8a9c-1595895096b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005606 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 404 224 0.002110 10.0.0.61 - - [2025-12-29 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-29 02:39:39] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.61 - - [2025-12-29 02:39:39] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041694 10.0.0.61 - - [2025-12-29 02:39:39] "POST /network-policys HTTP/1.1" 200 559 0.028994 10.0.0.61 - - [2025-12-29 02:39:39] "GET /network-policy/4d63cb25-4dfc-4f5b-a9e0-72dfdacee64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005250 10.0.0.61 - - [2025-12-29 02:39:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.008426 10.0.0.61 - - [2025-12-29 02:39:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003094 10.0.0.61 - - [2025-12-29 02:39:39] "POST /neutron/network HTTP/1.1" 200 1197 0.020229 10.0.0.61 - - [2025-12-29 02:39:39] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005990 10.0.0.61 - - [2025-12-29 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.61 - - [2025-12-29 02:39:39] "GET /network-policy/60400638-d34a-4a20-82a8-13265363b698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006660 10.0.0.61 - - [2025-12-29 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.61 - - [2025-12-29 02:39:39] "GET /network-policy/c99a2d49-7acc-4873-8a9c-1595895096b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004108 10.0.0.61 - - [2025-12-29 02:39:39] "POST /access-control-lists HTTP/1.1" 200 597 0.039380 10.0.0.61 - - [2025-12-29 02:39:39] "POST /neutron/network HTTP/1.1" 200 1110 0.021440 10.0.0.61 - - [2025-12-29 02:39:39] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.004722 10.0.0.61 - - [2025-12-29 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007876 10.0.0.61 - - [2025-12-29 02:39:39] "GET /network-policy/4d63cb25-4dfc-4f5b-a9e0-72dfdacee64b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003934 10.0.0.61 - - [2025-12-29 02:39:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001000 10.0.0.27 - - [2025-12-29 02:39:40] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.61 - - [2025-12-29 02:39:40] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.052417 10.0.0.61 - - [2025-12-29 02:39:41] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.61 - - [2025-12-29 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001253 10.0.0.61 - - [2025-12-29 02:39:41] "POST /neutron/network HTTP/1.1" 200 1120 0.006658 10.0.0.61 - - [2025-12-29 02:39:41] "POST /neutron/port HTTP/1.1" 200 1172 0.019560 10.0.0.27 - - [2025-12-29 02:39:42] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000815 10.0.0.61 - - [2025-12-29 02:39:42] "POST /neutron/port HTTP/1.1" 200 1236 0.018619 10.0.0.61 - - [2025-12-29 02:39:42] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.088755 10.0.0.61 - - [2025-12-29 02:39:42] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012237 10.0.0.61 - - [2025-12-29 02:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.61 - - [2025-12-29 02:39:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008087 10.0.0.61 - - [2025-12-29 02:39:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.002112 10.0.0.61 - - [2025-12-29 02:39:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006952 10.0.0.27 - - [2025-12-29 02:39:42] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.61 - - [2025-12-29 02:39:43] "PUT /access-control-list/a4e0a474-4663-43a5-9366-8f0995822537 HTTP/1.1" 200 272 0.023387 10.0.0.61 - - [2025-12-29 02:39:43] "POST /neutron/port HTTP/1.1" 200 1171 0.352211 10.0.0.61 - - [2025-12-29 02:39:43] "POST /neutron/port HTTP/1.1" 200 1225 0.119150 10.0.0.61 - - [2025-12-29 02:39:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.61 - - [2025-12-29 02:39:43] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.27 - - [2025-12-29 02:39:43] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.61 - - [2025-12-29 02:39:43] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.066247 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/port HTTP/1.1" 200 2317 0.020461 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/port HTTP/1.1" 200 1236 0.015323 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006421 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/network HTTP/1.1" 200 1025 0.006140 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007218 10.0.0.61 - - [2025-12-29 02:39:44] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 401 292 0.000361 10.0.0.61 - - [2025-12-29 02:39:44] "POST /neutron/port HTTP/1.1" 200 1228 0.100651 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.042550 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.003863 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine-interface/109d0bd3-2b7a-4a1c-af22-8e31521d88a0 HTTP/1.1" 200 3168 0.004554 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.002984 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine-interface/109d0bd3-2b7a-4a1c-af22-8e31521d88a0 HTTP/1.1" 200 3168 0.004293 10.0.0.61 - - [2025-12-29 02:39:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002648 10.0.0.61 - - [2025-12-29 02:39:45] "GET /instance-ip/94caf613-822f-4f6b-95f9-cb42d1f04f64 HTTP/1.1" 200 1653 0.004699 10.0.0.61 - - [2025-12-29 02:39:45] "GET /instance-ip/b1792793-82d0-4878-8d18-763bef52f5b1 HTTP/1.1" 200 1634 0.005579 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.003035 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-machine-interface/109d0bd3-2b7a-4a1c-af22-8e31521d88a0 HTTP/1.1" 200 3168 0.004278 10.0.0.61 - - [2025-12-29 02:39:45] "GET /instance-ip/94caf613-822f-4f6b-95f9-cb42d1f04f64 HTTP/1.1" 200 1653 0.003049 10.0.0.61 - - [2025-12-29 02:39:45] "GET /instance-ip/b1792793-82d0-4878-8d18-763bef52f5b1 HTTP/1.1" 200 1634 0.002819 10.0.0.61 - - [2025-12-29 02:39:45] "POST /neutron/port HTTP/1.1" 200 117 0.000973 10.0.0.61 - - [2025-12-29 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006173 10.0.0.61 - - [2025-12-29 02:39:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003247 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003784 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005424 10.0.0.61 - - [2025-12-29 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.61 - - [2025-12-29 02:39:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003363 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005122 10.0.0.61 - - [2025-12-29 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.61 - - [2025-12-29 02:39:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004375 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004689 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006808 10.0.0.61 - - [2025-12-29 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.61 - - [2025-12-29 02:39:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004027 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002759 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006816 10.0.0.61 - - [2025-12-29 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.61 - - [2025-12-29 02:39:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003199 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003096 10.0.0.61 - - [2025-12-29 02:39:45] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005782 10.0.0.61 - - [2025-12-29 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.61 - - [2025-12-29 02:39:48] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005838 10.0.0.61 - - [2025-12-29 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.61 - - [2025-12-29 02:39:52] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004775 10.0.0.61 - - [2025-12-29 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.61 - - [2025-12-29 02:39:57] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005287 10.0.0.61 - - [2025-12-29 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.61 - - [2025-12-29 02:40:01] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005486 10.0.0.61 - - [2025-12-29 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-29 02:40:05] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006301 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/port HTTP/1.1" 200 1236 0.015814 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003582 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/port HTTP/1.1" 200 1235 0.019935 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004782 10.0.0.61 - - [2025-12-29 02:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.27 - - [2025-12-29 02:40:06] "DELETE /project/ef4caad8385a4754a0138ab7074f9a78 HTTP/1.1" 404 173 0.002988 10.0.0.27 - - [2025-12-29 02:40:06] "DELETE /project/01f6987e-8737-4ee1-a8a8-bd90d497e4e1 HTTP/1.1" 404 177 0.004778 10.0.0.61 - - [2025-12-29 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-29 02:40:09] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004820 10.0.0.61 - - [2025-12-29 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.61 - - [2025-12-29 02:40:13] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006819 10.0.0.61 - - [2025-12-29 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.61 - - [2025-12-29 02:40:17] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005843 10.0.0.61 - - [2025-12-29 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.61 - - [2025-12-29 02:40:21] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.004729 10.0.0.27 - - [2025-12-29 02:40:24] "GET /obj-perms HTTP/1.1" 200 5056 0.046220 10.0.0.61 - - [2025-12-29 02:40:24] "GET /obj-perms HTTP/1.1" 200 5056 0.056921 10.0.0.61 - - [2025-12-29 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.61 - - [2025-12-29 02:40:25] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005628 10.0.0.61 - - [2025-12-29 02:40:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006096 10.0.0.61 - - [2025-12-29 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.61 - - [2025-12-29 02:40:29] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.008514 10.0.0.61 - - [2025-12-29 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.61 - - [2025-12-29 02:40:31] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003532 10.0.0.61 - - [2025-12-29 02:40:31] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003625 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005226 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.61 - - [2025-12-29 02:40:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004288 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002761 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006852 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.61 - - [2025-12-29 02:40:32] "GET /routing-instance/dafafab6-409f-4c70-9104-fc6f071f2ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004657 10.0.0.61 - - [2025-12-29 02:40:32] "GET /route-target/85866051-5928-4b3a-9879-f6a54d7ea822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006099 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.61 - - [2025-12-29 02:40:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003214 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002902 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005726 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.61 - - [2025-12-29 02:40:32] "GET /routing-instance/dafafab6-409f-4c70-9104-fc6f071f2ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004133 10.0.0.61 - - [2025-12-29 02:40:32] "GET /route-target/85866051-5928-4b3a-9879-f6a54d7ea822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003369 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.61 - - [2025-12-29 02:40:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004260 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003418 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005387 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.61 - - [2025-12-29 02:40:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003810 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003218 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005579 10.0.0.61 - - [2025-12-29 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.61 - - [2025-12-29 02:40:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003659 10.0.0.61 - - [2025-12-29 02:40:32] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002914 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.008889 10.0.0.61 - - [2025-12-29 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.61 - - [2025-12-29 02:40:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005852 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004598 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.011332 10.0.0.61 - - [2025-12-29 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.61 - - [2025-12-29 02:40:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004628 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003719 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005904 10.0.0.61 - - [2025-12-29 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.61 - - [2025-12-29 02:40:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003695 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003278 10.0.0.61 - - [2025-12-29 02:40:33] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.010216 10.0.0.61 - - [2025-12-29 02:40:33] "GET /obj-perms HTTP/1.1" 200 5042 0.005256 10.0.0.27 - - [2025-12-29 02:40:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004152 10.0.0.61 - - [2025-12-29 02:40:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004201 10.0.0.22 - - [2025-12-29 02:40:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004333 10.0.0.61 - - [2025-12-29 02:40:33] "POST /neutron/port HTTP/1.1" 200 1235 0.018520 10.0.0.61 - - [2025-12-29 02:40:33] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006783 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.004867 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.003441 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine-interface/a287815a-f7bf-460d-83d9-feba8c20e688 HTTP/1.1" 200 3168 0.004839 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.003547 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine-interface/a287815a-f7bf-460d-83d9-feba8c20e688 HTTP/1.1" 200 3168 0.004851 10.0.0.61 - - [2025-12-29 02:40:34] "GET /instance-ip/cd869c9f-1c04-413f-8d6c-187c811c2ede HTTP/1.1" 200 1633 0.006061 10.0.0.61 - - [2025-12-29 02:40:34] "GET /instance-ip/dba6a2fa-d975-4062-9670-4cc95a2b6cbe HTTP/1.1" 200 1653 0.006224 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.003042 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-machine-interface/a287815a-f7bf-460d-83d9-feba8c20e688 HTTP/1.1" 200 3168 0.004526 10.0.0.61 - - [2025-12-29 02:40:34] "GET /instance-ip/cd869c9f-1c04-413f-8d6c-187c811c2ede HTTP/1.1" 200 1633 0.003232 10.0.0.61 - - [2025-12-29 02:40:34] "GET /instance-ip/dba6a2fa-d975-4062-9670-4cc95a2b6cbe HTTP/1.1" 200 1653 0.003409 10.0.0.61 - - [2025-12-29 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.61 - - [2025-12-29 02:40:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002629 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005324 10.0.0.61 - - [2025-12-29 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.61 - - [2025-12-29 02:40:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002723 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005677 10.0.0.61 - - [2025-12-29 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.61 - - [2025-12-29 02:40:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004061 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004055 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006351 10.0.0.61 - - [2025-12-29 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.61 - - [2025-12-29 02:40:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005122 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003546 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006599 10.0.0.61 - - [2025-12-29 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.61 - - [2025-12-29 02:40:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002973 10.0.0.61 - - [2025-12-29 02:40:34] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005255 10.0.0.61 - - [2025-12-29 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.61 - - [2025-12-29 02:40:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003469 10.0.0.61 - - [2025-12-29 02:40:35] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002594 10.0.0.61 - - [2025-12-29 02:40:35] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005308 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003940 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003744 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006920 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.61 - - [2025-12-29 02:40:36] "GET /routing-instance/44ad4ca8-997e-436e-852e-0a2a2ff55979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004961 10.0.0.61 - - [2025-12-29 02:40:36] "GET /route-target/0ab69125-8f32-4b59-bdd0-56029e32945e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003839 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003902 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003041 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006475 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.61 - - [2025-12-29 02:40:36] "GET /routing-instance/44ad4ca8-997e-436e-852e-0a2a2ff55979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005003 10.0.0.61 - - [2025-12-29 02:40:36] "GET /route-target/0ab69125-8f32-4b59-bdd0-56029e32945e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004747 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003467 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005904 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003999 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003152 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005531 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004960 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003403 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006582 10.0.0.61 - - [2025-12-29 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.61 - - [2025-12-29 02:40:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004837 10.0.0.61 - - [2025-12-29 02:40:36] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003949 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007216 10.0.0.61 - - [2025-12-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.61 - - [2025-12-29 02:40:37] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003066 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005749 10.0.0.61 - - [2025-12-29 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.61 - - [2025-12-29 02:40:37] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003832 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002924 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.008701 10.0.0.61 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004225 10.0.0.27 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003373 10.0.0.61 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003609 10.0.0.61 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004294 10.0.0.27 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004004 10.0.0.22 - - [2025-12-29 02:40:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003936 10.0.0.61 - - [2025-12-29 02:40:37] "POST /neutron/port HTTP/1.1" 200 1238 0.017369 10.0.0.61 - - [2025-12-29 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007070 10.0.0.61 - - [2025-12-29 02:40:37] "POST /neutron/port HTTP/1.1" 200 1238 0.025832 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.005422 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.003130 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine-interface/0e9bf66f-b6c3-4f6e-9e95-ad16ef0f1abb HTTP/1.1" 200 3168 0.004709 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.003066 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine-interface/0e9bf66f-b6c3-4f6e-9e95-ad16ef0f1abb HTTP/1.1" 200 3168 0.005287 10.0.0.61 - - [2025-12-29 02:40:37] "GET /instance-ip/09a4a1fa-4867-494a-b77d-7dc6b8c7988c HTTP/1.1" 200 1633 0.004846 10.0.0.61 - - [2025-12-29 02:40:37] "GET /instance-ip/4ac34d13-7a59-4d82-ad80-32c57243bf62 HTTP/1.1" 200 1653 0.005117 10.0.0.61 - - [2025-12-29 02:40:37] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.003036 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-machine-interface/0e9bf66f-b6c3-4f6e-9e95-ad16ef0f1abb HTTP/1.1" 200 3168 0.005413 10.0.0.61 - - [2025-12-29 02:40:38] "GET /instance-ip/09a4a1fa-4867-494a-b77d-7dc6b8c7988c HTTP/1.1" 200 1633 0.003933 10.0.0.61 - - [2025-12-29 02:40:38] "GET /instance-ip/4ac34d13-7a59-4d82-ad80-32c57243bf62 HTTP/1.1" 200 1653 0.004159 10.0.0.61 - - [2025-12-29 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.61 - - [2025-12-29 02:40:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002783 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005825 10.0.0.61 - - [2025-12-29 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.61 - - [2025-12-29 02:40:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003095 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005352 10.0.0.61 - - [2025-12-29 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.61 - - [2025-12-29 02:40:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005057 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003472 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006887 10.0.0.61 - - [2025-12-29 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.61 - - [2025-12-29 02:40:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004668 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003586 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006253 10.0.0.61 - - [2025-12-29 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.61 - - [2025-12-29 02:40:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003047 10.0.0.61 - - [2025-12-29 02:40:38] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006844 10.0.0.61 - - [2025-12-29 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.61 - - [2025-12-29 02:40:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003422 10.0.0.61 - - [2025-12-29 02:40:39] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002651 10.0.0.61 - - [2025-12-29 02:40:39] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005599 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003381 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004698 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005690 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.61 - - [2025-12-29 02:40:40] "GET /routing-instance/99798747-9e23-44d4-bc48-cf03c56a77c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005184 10.0.0.61 - - [2025-12-29 02:40:40] "GET /route-target/aef013f3-1b3a-40df-834e-4421c341e229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004558 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003252 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003299 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005230 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.61 - - [2025-12-29 02:40:40] "GET /routing-instance/99798747-9e23-44d4-bc48-cf03c56a77c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004106 10.0.0.61 - - [2025-12-29 02:40:40] "GET /route-target/aef013f3-1b3a-40df-834e-4421c341e229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004573 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007856 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002851 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005400 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003770 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003091 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005755 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003882 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002892 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005561 10.0.0.61 - - [2025-12-29 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.61 - - [2025-12-29 02:40:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002975 10.0.0.61 - - [2025-12-29 02:40:40] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005884 10.0.0.61 - - [2025-12-29 02:40:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003538 10.0.0.27 - - [2025-12-29 02:40:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003421 10.0.0.61 - - [2025-12-29 02:40:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003994 10.0.0.61 - - [2025-12-29 02:40:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003480 10.0.0.22 - - [2025-12-29 02:40:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003421 10.0.0.61 - - [2025-12-29 02:40:41] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.003770 10.0.0.61 - - [2025-12-29 02:40:41] "GET /virtual-machine-interface/109d0bd3-2b7a-4a1c-af22-8e31521d88a0 HTTP/1.1" 200 3168 0.004797 10.0.0.61 - - [2025-12-29 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.61 - - [2025-12-29 02:40:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003268 10.0.0.61 - - [2025-12-29 02:40:41] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002776 10.0.0.61 - - [2025-12-29 02:40:41] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005795 10.0.0.61 - - [2025-12-29 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.61 - - [2025-12-29 02:40:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003431 10.0.0.61 - - [2025-12-29 02:40:42] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004187 10.0.0.61 - - [2025-12-29 02:40:42] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005376 10.0.0.61 - - [2025-12-29 02:40:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006782 10.0.0.61 - - [2025-12-29 02:40:47] "POST /neutron/port HTTP/1.1" 200 1236 0.017383 10.0.0.61 - - [2025-12-29 02:40:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006279 10.0.0.61 - - [2025-12-29 02:40:58] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.003886 10.0.0.61 - - [2025-12-29 02:40:58] "GET /virtual-machine-interface/a287815a-f7bf-460d-83d9-feba8c20e688 HTTP/1.1" 200 3168 0.004909 10.0.0.61 - - [2025-12-29 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.61 - - [2025-12-29 02:40:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003656 10.0.0.61 - - [2025-12-29 02:40:58] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002302 10.0.0.61 - - [2025-12-29 02:40:58] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005824 10.0.0.61 - - [2025-12-29 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.61 - - [2025-12-29 02:40:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004955 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004713 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005383 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.003817 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-machine-interface/0e9bf66f-b6c3-4f6e-9e95-ad16ef0f1abb HTTP/1.1" 200 3168 0.006619 10.0.0.61 - - [2025-12-29 02:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-29 02:40:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003294 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002682 10.0.0.61 - - [2025-12-29 02:40:59] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005428 10.0.0.61 - - [2025-12-29 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.61 - - [2025-12-29 02:41:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.61 - - [2025-12-29 02:41:00] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003778 10.0.0.61 - - [2025-12-29 02:41:00] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007462 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/port HTTP/1.1" 200 1238 0.015307 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003377 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001383 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/port HTTP/1.1" 200 1235 0.014614 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003202 10.0.0.61 - - [2025-12-29 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.27 - - [2025-12-29 02:41:25] "GET /obj-perms HTTP/1.1" 200 5056 0.056543 10.0.0.61 - - [2025-12-29 02:41:28] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 200 1298 0.004211 10.0.0.61 - - [2025-12-29 02:41:29] "POST /neutron/port HTTP/1.1" 200 1238 0.017035 10.0.0.61 - - [2025-12-29 02:41:30] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 404 171 0.002887 10.0.0.61 - - [2025-12-29 02:41:30] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 404 171 0.002443 10.0.0.61 - - [2025-12-29 02:41:30] "GET /virtual-machine/49bbe809-6b83-4557-8e92-fd7cfd66af1c HTTP/1.1" 404 171 0.003572 10.0.0.61 - - [2025-12-29 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.61 - - [2025-12-29 02:41:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003615 10.0.0.61 - - [2025-12-29 02:41:30] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009440 10.0.0.61 - - [2025-12-29 02:41:30] "GET /virtual-network/ce2f7bb0-efca-41b4-82b7-e49eaa6fdea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005574 10.0.0.61 - - [2025-12-29 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002436 10.0.0.61 - - [2025-12-29 02:41:30] "GET /routing-instance/99798747-9e23-44d4-bc48-cf03c56a77c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.003874 10.0.0.61 - - [2025-12-29 02:41:30] "GET /route-target/aef013f3-1b3a-40df-834e-4421c341e229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008995 10.0.0.22 - - [2025-12-29 02:41:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003500 10.0.0.61 - - [2025-12-29 02:41:37] "GET /obj-perms HTTP/1.1" 200 5042 0.004868 10.0.0.22 - - [2025-12-29 02:41:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004102 10.0.0.61 - - [2025-12-29 02:41:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003374 10.0.0.22 - - [2025-12-29 02:41:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003750 10.0.0.61 - - [2025-12-29 02:41:52] "GET /obj-perms HTTP/1.1" 200 5042 0.003331 10.0.0.61 - - [2025-12-29 02:41:52] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 200 1298 0.005077 10.0.0.61 - - [2025-12-29 02:41:53] "POST /neutron/port HTTP/1.1" 200 1235 0.019126 10.0.0.61 - - [2025-12-29 02:41:54] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 404 171 0.003040 10.0.0.61 - - [2025-12-29 02:41:54] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 404 171 0.002835 10.0.0.61 - - [2025-12-29 02:41:54] "GET /virtual-machine/1138a424-9853-4e6a-be4f-972fe4543101 HTTP/1.1" 404 171 0.002398 10.0.0.61 - - [2025-12-29 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.61 - - [2025-12-29 02:41:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004513 10.0.0.61 - - [2025-12-29 02:41:54] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003306 10.0.0.61 - - [2025-12-29 02:41:54] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005500 10.0.0.61 - - [2025-12-29 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.61 - - [2025-12-29 02:41:54] "GET /routing-instance/44ad4ca8-997e-436e-852e-0a2a2ff55979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.003928 10.0.0.61 - - [2025-12-29 02:41:54] "GET /route-target/0ab69125-8f32-4b59-bdd0-56029e32945e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003173 10.0.0.61 - - [2025-12-29 02:41:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004018 10.0.0.27 - - [2025-12-29 02:41:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003851 10.0.0.61 - - [2025-12-29 02:41:58] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 200 1298 0.004950 10.0.0.61 - - [2025-12-29 02:41:58] "POST /neutron/port HTTP/1.1" 200 1236 0.014594 10.0.0.61 - - [2025-12-29 02:42:00] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 404 171 0.002962 10.0.0.61 - - [2025-12-29 02:42:00] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 404 171 0.003145 10.0.0.61 - - [2025-12-29 02:42:00] "GET /virtual-machine/89ed6344-8383-4295-a7c8-cb363fdd33a8 HTTP/1.1" 404 171 0.002702 10.0.0.61 - - [2025-12-29 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.61 - - [2025-12-29 02:42:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003512 10.0.0.61 - - [2025-12-29 02:42:00] "GET /virtual-networks?parent_id=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003261 10.0.0.61 - - [2025-12-29 02:42:00] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.006948 10.0.0.61 - - [2025-12-29 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.61 - - [2025-12-29 02:42:00] "GET /routing-instance/dafafab6-409f-4c70-9104-fc6f071f2ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006465 10.0.0.61 - - [2025-12-29 02:42:00] "GET /route-target/85866051-5928-4b3a-9879-f6a54d7ea822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006452 10.0.0.61 - - [2025-12-29 02:42:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004521 10.0.0.22 - - [2025-12-29 02:42:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004814 10.0.0.61 - - [2025-12-29 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004668 10.0.0.22 - - [2025-12-29 02:42:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003518 10.0.0.61 - - [2025-12-29 02:42:19] "GET /obj-perms HTTP/1.1" 200 5042 0.003460 10.0.0.22 - - [2025-12-29 02:42:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004258 10.0.0.61 - - [2025-12-29 02:42:22] "GET /obj-perms HTTP/1.1" 200 5042 0.003946 10.0.0.61 - - [2025-12-29 02:42:22] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005055 10.0.0.61 - - [2025-12-29 02:42:22] "POST /neutron/network HTTP/1.1" 200 1110 0.007822 10.0.0.61 - - [2025-12-29 02:42:22] "DELETE /access-control-list/a4e0a474-4663-43a5-9366-8f0995822537 HTTP/1.1" 200 115 0.046363 10.0.0.61 - - [2025-12-29 02:42:22] "GET /virtual-network/a64b16f9-31fd-41a5-8905-4325a74397e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006757 10.0.0.61 - - [2025-12-29 02:42:22] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3244 0.005267 10.0.0.61 - - [2025-12-29 02:42:22] "POST /neutron/network HTTP/1.1" 200 1197 0.008224 10.0.0.61 - - [2025-12-29 02:42:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003202 10.0.0.61 - - [2025-12-29 02:42:22] "POST /ref-update HTTP/1.1" 200 156 0.022073 10.0.0.61 - - [2025-12-29 02:42:22] "GET /virtual-network/eadebcd8-9c7c-4692-ad8d-468d35aed2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.016125 10.0.0.61 - - [2025-12-29 02:42:23] "DELETE /network-policy/4d63cb25-4dfc-4f5b-a9e0-72dfdacee64b HTTP/1.1" 200 115 0.071869 10.0.0.61 - - [2025-12-29 02:42:23] "DELETE /network-policy/c99a2d49-7acc-4873-8a9c-1595895096b4 HTTP/1.1" 200 115 0.037136 10.0.0.61 - - [2025-12-29 02:42:23] "DELETE /network-policy/60400638-d34a-4a20-82a8-13265363b698 HTTP/1.1" 200 115 0.034860 10.0.0.61 - - [2025-12-29 02:42:23] "POST /neutron/network HTTP/1.1" 200 1015 0.010307 10.0.0.61 - - [2025-12-29 02:42:23] "DELETE /route-target/aef013f3-1b3a-40df-834e-4421c341e229 HTTP/1.1" 200 115 0.027392 10.0.0.27 - - [2025-12-29 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005502 10.0.0.27 - - [2025-12-29 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.27 - - [2025-12-29 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002189 10.0.0.27 - - [2025-12-29 02:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002159 10.0.0.61 - - [2025-12-29 02:42:23] "POST /neutron/network HTTP/1.1" 200 151 0.137665 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013753 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.61 - - [2025-12-29 02:42:24] "DELETE /network-ipam/c1053529-3593-4f05-8f23-354aef3dbe77 HTTP/1.1" 200 115 0.033440 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.002938 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.61 - - [2025-12-29 02:42:24] "DELETE /network-ipam/4389851a-7b37-4d44-bc3c-86e0d08fc59f HTTP/1.1" 200 115 0.029077 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.002731 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.61 - - [2025-12-29 02:42:24] "DELETE /network-ipam/b8fb779c-3b14-41d2-ab0e-51752f7fba1e HTTP/1.1" 200 115 0.038257 10.0.0.61 - - [2025-12-29 02:42:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.003007 10.0.0.22 - - [2025-12-29 02:42:26] "GET /obj-perms HTTP/1.1" 200 5056 0.051890 10.0.0.27 - - [2025-12-29 02:42:27] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000847 10.0.0.61 - - [2025-12-29 02:42:27] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038267 10.0.0.27 - - [2025-12-29 02:42:27] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001144 10.0.0.61 - - [2025-12-29 02:42:27] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?fields=virtual_networks HTTP/1.1" 200 1044 0.044558 10.0.0.27 - - [2025-12-29 02:42:27] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002331 10.0.0.61 - - [2025-12-29 02:42:27] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.044148 10.0.0.27 - - [2025-12-29 02:42:27] "GET /projects?obj_uuids=ef4caad8-385a-4754-a013-8ab7074f9a78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.61 - - [2025-12-29 02:42:27] "GET /project/ef4caad8-385a-4754-a013-8ab7074f9a78?fields=security_groups HTTP/1.1" 200 1276 0.041589 10.0.0.61 - - [2025-12-29 02:42:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.025647 10.0.0.27 - - [2025-12-29 02:42:28] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002934 10.0.0.27 - - [2025-12-29 02:42:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001244 10.0.0.27 - - [2025-12-29 02:42:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006905 10.0.0.27 - - [2025-12-29 02:42:28] "POST /id-to-fqname HTTP/1.1" 200 192 0.003140 10.0.0.27 - - [2025-12-29 02:42:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.002548 10.0.0.27 - - [2025-12-29 02:42:28] "POST /security-groups HTTP/1.1" 200 593 0.027934 10.0.0.27 - - [2025-12-29 02:42:28] "POST /projects HTTP/1.1" 200 589 0.223945 10.0.0.61 - - [2025-12-29 02:42:28] "POST /access-control-lists HTTP/1.1" 200 598 0.027794 10.0.0.27 - - [2025-12-29 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.300004 10.0.0.61 - - [2025-12-29 02:42:28] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.430250 10.0.0.61 - - [2025-12-29 02:42:29] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.61 - - [2025-12-29 02:42:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.61 - - [2025-12-29 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.054821 10.0.0.27 - - [2025-12-29 02:42:31] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.61 - - [2025-12-29 02:42:31] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040132 10.0.0.61 - - [2025-12-29 02:42:32] "POST /neutron/network HTTP/1.1" 200 117 0.037480 10.0.0.61 - - [2025-12-29 02:42:32] "POST /neutron/network HTTP/1.1" 200 826 0.011863 10.0.0.61 - - [2025-12-29 02:42:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001147 10.0.0.61 - - [2025-12-29 02:42:32] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005084 10.0.0.61 - - [2025-12-29 02:42:32] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004950 10.0.0.61 - - [2025-12-29 02:42:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.008692 10.0.0.61 - - [2025-12-29 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.27 - - [2025-12-29 02:42:32] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.61 - - [2025-12-29 02:42:32] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041537 10.0.0.61 - - [2025-12-29 02:42:32] "POST /route-targets HTTP/1.1" 200 327 0.033359 10.0.0.61 - - [2025-12-29 02:42:33] "POST /ref-update HTTP/1.1" 200 156 0.037128 10.0.0.27 - - [2025-12-29 02:42:33] "POST /useragent-kv HTTP/1.1" 200 115 0.022970 10.0.0.61 - - [2025-12-29 02:42:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.238077 10.0.0.61 - - [2025-12-29 02:42:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001404 10.0.0.61 - - [2025-12-29 02:42:33] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006325 10.0.0.61 - - [2025-12-29 02:42:33] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005750 10.0.0.61 - - [2025-12-29 02:42:33] "POST /neutron/network HTTP/1.1" 200 825 0.007102 10.0.0.61 - - [2025-12-29 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.003641 10.0.0.61 - - [2025-12-29 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.27 - - [2025-12-29 02:42:33] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001229 10.0.0.61 - - [2025-12-29 02:42:33] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044410 10.0.0.61 - - [2025-12-29 02:42:33] "POST /network-policys HTTP/1.1" 200 571 0.028503 10.0.0.61 - - [2025-12-29 02:42:33] "GET /network-policy/24dde331-b4fe-48f6-85e7-b83f01111fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005155 10.0.0.61 - - [2025-12-29 02:42:33] "POST /neutron/network HTTP/1.1" 200 928 0.081735 10.0.0.61 - - [2025-12-29 02:42:33] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006243 10.0.0.61 - - [2025-12-29 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006835 10.0.0.61 - - [2025-12-29 02:42:33] "GET /network-policy/24dde331-b4fe-48f6-85e7-b83f01111fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004726 10.0.0.61 - - [2025-12-29 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.003626 10.0.0.61 - - [2025-12-29 02:42:33] "POST /neutron/network HTTP/1.1" 200 927 0.072639 10.0.0.61 - - [2025-12-29 02:42:33] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008929 10.0.0.61 - - [2025-12-29 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.61 - - [2025-12-29 02:42:33] "GET /network-policy/24dde331-b4fe-48f6-85e7-b83f01111fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005275 10.0.0.61 - - [2025-12-29 02:42:34] "PUT /access-control-list/73779f38-89c4-430f-b2c6-8f8ce8eaed4c HTTP/1.1" 200 272 0.071545 10.0.0.61 - - [2025-12-29 02:42:34] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005294 10.0.0.27 - - [2025-12-29 02:42:35] "GET /obj-perms HTTP/1.1" 200 5034 0.075254 10.0.0.61 - - [2025-12-29 02:42:36] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005145 10.0.0.61 - - [2025-12-29 02:42:36] "GET /obj-perms HTTP/1.1" 200 5034 0.053054 10.0.0.61 - - [2025-12-29 02:42:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.27 - - [2025-12-29 02:42:37] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.61 - - [2025-12-29 02:42:37] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.064013 10.0.0.61 - - [2025-12-29 02:42:37] "POST /neutron/network HTTP/1.1" 200 928 0.031264 10.0.0.61 - - [2025-12-29 02:42:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001174 10.0.0.61 - - [2025-12-29 02:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.005608 10.0.0.27 - - [2025-12-29 02:42:38] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001007 10.0.0.61 - - [2025-12-29 02:42:38] "POST /neutron/port HTTP/1.1" 200 1062 0.273722 10.0.0.61 - - [2025-12-29 02:42:38] "POST /neutron/port HTTP/1.1" 200 1116 0.122846 10.0.0.27 - - [2025-12-29 02:42:38] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001024 10.0.0.61 - - [2025-12-29 02:42:38] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.085642 10.0.0.61 - - [2025-12-29 02:42:38] "POST /neutron/network HTTP/1.1" 200 927 0.006176 10.0.0.61 - - [2025-12-29 02:42:38] "POST /neutron/network HTTP/1.1" 200 928 0.006702 10.0.0.61 - - [2025-12-29 02:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.005957 10.0.0.61 - - [2025-12-29 02:42:39] "POST /neutron/network HTTP/1.1" 200 937 0.005894 10.0.0.61 - - [2025-12-29 02:42:39] "POST /neutron/port HTTP/1.1" 200 1061 0.015652 10.0.0.61 - - [2025-12-29 02:42:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003482 10.0.0.61 - - [2025-12-29 02:42:39] "POST /neutron/network HTTP/1.1" 200 927 0.006149 10.0.0.61 - - [2025-12-29 02:42:44] "POST /neutron/port HTTP/1.1" 200 1126 0.014621 10.0.0.61 - - [2025-12-29 02:42:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007295 10.0.0.61 - - [2025-12-29 02:42:44] "GET /virtual-machine/4ba2905c-f15a-4e74-8915-f0a34dcb7d47 HTTP/1.1" 401 292 0.000303 10.0.0.61 - - [2025-12-29 02:42:44] "GET /virtual-machine/4ba2905c-f15a-4e74-8915-f0a34dcb7d47 HTTP/1.1" 200 1293 0.030547 10.0.0.61 - - [2025-12-29 02:42:44] "GET /virtual-machine-interface/22dcf28c-7b58-4e09-9380-e25c27d7c99c HTTP/1.1" 200 2951 0.004990 10.0.0.61 - - [2025-12-29 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.61 - - [2025-12-29 02:42:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003643 10.0.0.61 - - [2025-12-29 02:42:44] "GET /virtual-networks?parent_id=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002809 10.0.0.61 - - [2025-12-29 02:42:44] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005630 10.0.0.61 - - [2025-12-29 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.61 - - [2025-12-29 02:42:47] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004980 10.0.0.61 - - [2025-12-29 02:42:49] "DELETE /access-control-list/1ec717a4-98a1-495f-afed-7ad0bab41957 HTTP/1.1" 200 115 0.032972 10.0.0.22 - - [2025-12-29 02:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-12-29 02:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.61 - - [2025-12-29 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.61 - - [2025-12-29 02:42:51] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004727 10.0.0.27 - - [2025-12-29 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.27 - - [2025-12-29 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-12-29 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-12-29 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-12-29 02:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-12-29 02:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.61 - - [2025-12-29 02:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.61 - - [2025-12-29 02:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.61 - - [2025-12-29 02:42:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.61 - - [2025-12-29 02:42:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.61 - - [2025-12-29 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.61 - - [2025-12-29 02:42:56] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004838 10.0.0.61 - - [2025-12-29 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.61 - - [2025-12-29 02:43:00] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005339 10.0.0.61 - - [2025-12-29 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009067 10.0.0.61 - - [2025-12-29 02:43:04] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005527 10.0.0.27 - - [2025-12-29 02:43:06] "DELETE /project/04ebb04570084773951f7f1c125627a2 HTTP/1.1" 404 173 0.004339 10.0.0.27 - - [2025-12-29 02:43:06] "DELETE /project/ef4caad8-385a-4754-a013-8ab7074f9a78 HTTP/1.1" 404 177 0.003850 10.0.0.61 - - [2025-12-29 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.61 - - [2025-12-29 02:43:08] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004963 10.0.0.61 - - [2025-12-29 02:43:10] "POST /neutron/network HTTP/1.1" 200 937 0.036036 10.0.0.61 - - [2025-12-29 02:43:10] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.61 - - [2025-12-29 02:43:12] "POST /neutron/port HTTP/1.1" 200 1126 0.019054 10.0.0.61 - - [2025-12-29 02:43:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.008554 10.0.0.61 - - [2025-12-29 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.61 - - [2025-12-29 02:43:12] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005096 10.0.0.61 - - [2025-12-29 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.61 - - [2025-12-29 02:43:16] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004825 10.0.0.61 - - [2025-12-29 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.61 - - [2025-12-29 02:43:20] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004823 10.0.0.61 - - [2025-12-29 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.61 - - [2025-12-29 02:43:22] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004028 10.0.0.61 - - [2025-12-29 02:43:22] "GET /virtual-networks?parent_id=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002693 10.0.0.61 - - [2025-12-29 02:43:22] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005582 10.0.0.61 - - [2025-12-29 02:43:22] "POST /neutron/port HTTP/1.1" 200 1126 0.017809 10.0.0.61 - - [2025-12-29 02:43:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.034916 10.0.0.61 - - [2025-12-29 02:43:33] "POST /neutron/port HTTP/1.1" 200 1126 0.024486 10.0.0.61 - - [2025-12-29 02:43:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007372 10.0.0.61 - - [2025-12-29 02:43:43] "POST /neutron/port HTTP/1.1" 200 1125 0.019942 10.0.0.61 - - [2025-12-29 02:43:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006378 10.0.0.61 - - [2025-12-29 02:43:43] "GET /virtual-machine/33c6456e-5a50-4458-a786-b326bb369e0e HTTP/1.1" 200 1294 0.005532 10.0.0.61 - - [2025-12-29 02:43:43] "GET /virtual-machine-interface/a9dd07e6-cd65-4d73-92d1-4e2b1e81963e HTTP/1.1" 200 2952 0.004543 10.0.0.61 - - [2025-12-29 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.61 - - [2025-12-29 02:43:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003290 10.0.0.61 - - [2025-12-29 02:43:43] "GET /virtual-networks?parent_id=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003850 10.0.0.61 - - [2025-12-29 02:43:43] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004993 10.0.0.61 - - [2025-12-29 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.61 - - [2025-12-29 02:43:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003244 10.0.0.61 - - [2025-12-29 02:43:45] "GET /virtual-networks?parent_id=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002363 10.0.0.61 - - [2025-12-29 02:43:45] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005772 10.0.0.61 - - [2025-12-29 02:44:10] "POST /neutron/port HTTP/1.1" 200 1125 0.015443 10.0.0.61 - - [2025-12-29 02:44:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003364 10.0.0.61 - - [2025-12-29 02:44:10] "POST /neutron/network HTTP/1.1" 200 927 0.006702 10.0.0.61 - - [2025-12-29 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2025-12-29 02:44:10] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000813 10.0.0.61 - - [2025-12-29 02:44:10] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.038952 10.0.0.61 - - [2025-12-29 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.61 - - [2025-12-29 02:44:10] "PUT /network-policy/24dde331-b4fe-48f6-85e7-b83f01111fae HTTP/1.1" 200 262 0.013602 10.0.0.61 - - [2025-12-29 02:44:11] "PUT /access-control-list/73779f38-89c4-430f-b2c6-8f8ce8eaed4c HTTP/1.1" 200 272 0.018869 10.0.0.61 - - [2025-12-29 02:44:12] "POST /neutron/network HTTP/1.1" 200 938 0.006572 10.0.0.61 - - [2025-12-29 02:44:12] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.61 - - [2025-12-29 02:44:14] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005333 10.0.0.61 - - [2025-12-29 02:44:15] "POST /neutron/network HTTP/1.1" 200 825 0.079016 10.0.0.61 - - [2025-12-29 02:44:15] "GET /virtual-network/60e640b7-745d-436f-9e22-6789a405ba31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006509 10.0.0.61 - - [2025-12-29 02:44:15] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009729 10.0.0.61 - - [2025-12-29 02:44:15] "POST /neutron/network HTTP/1.1" 200 826 0.067824 10.0.0.61 - - [2025-12-29 02:44:15] "DELETE /access-control-list/73779f38-89c4-430f-b2c6-8f8ce8eaed4c HTTP/1.1" 200 115 0.066700 10.0.0.61 - - [2025-12-29 02:44:15] "GET /virtual-network/4616b020-1b34-4a70-8dd8-59c063c2e48f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005316 10.0.0.61 - - [2025-12-29 02:44:15] "DELETE /network-policy/24dde331-b4fe-48f6-85e7-b83f01111fae HTTP/1.1" 200 115 0.033970 10.0.0.61 - - [2025-12-29 02:44:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016644 10.0.0.61 - - [2025-12-29 02:44:15] "POST /neutron/port HTTP/1.1" 200 151 0.181214 10.0.0.61 - - [2025-12-29 02:44:15] "POST /neutron/port HTTP/1.1" 200 151 0.202120 10.0.0.61 - - [2025-12-29 02:44:17] "POST /neutron/network HTTP/1.1" 200 826 0.006257 10.0.0.61 - - [2025-12-29 02:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2025-12-29 02:44:19] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.61 - - [2025-12-29 02:44:19] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041854 10.0.0.27 - - [2025-12-29 02:44:19] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.61 - - [2025-12-29 02:44:19] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?fields=virtual_networks HTTP/1.1" 200 1034 0.053892 10.0.0.27 - - [2025-12-29 02:44:19] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001359 10.0.0.61 - - [2025-12-29 02:44:19] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044099 10.0.0.27 - - [2025-12-29 02:44:19] "GET /projects?obj_uuids=04ebb045-7008-4773-951f-7f1c125627a2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001264 10.0.0.61 - - [2025-12-29 02:44:19] "GET /project/04ebb045-7008-4773-951f-7f1c125627a2?fields=security_groups HTTP/1.1" 200 1262 0.040918 10.0.0.61 - - [2025-12-29 02:44:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.035405 10.0.0.27 - - [2025-12-29 02:44:20] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002835 10.0.0.27 - - [2025-12-29 02:44:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.27 - - [2025-12-29 02:44:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006460 10.0.0.27 - - [2025-12-29 02:44:20] "POST /id-to-fqname HTTP/1.1" 200 202 0.004427 10.0.0.27 - - [2025-12-29 02:44:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.002792 10.0.0.27 - - [2025-12-29 02:44:20] "POST /security-groups HTTP/1.1" 200 603 0.082285 10.0.0.27 - - [2025-12-29 02:44:20] "POST /projects HTTP/1.1" 200 609 0.297277 10.0.0.61 - - [2025-12-29 02:44:20] "POST /access-control-lists HTTP/1.1" 200 608 0.025887 10.0.0.27 - - [2025-12-29 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.370700 10.0.0.61 - - [2025-12-29 02:44:20] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.496051 10.0.0.61 - - [2025-12-29 02:44:22] "GET / HTTP/1.1" 200 35931 0.001405 10.0.0.61 - - [2025-12-29 02:44:25] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-12-29 02:44:25] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025885 10.0.0.61 - - [2025-12-29 02:44:25] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.101819 10.0.0.61 - - [2025-12-29 02:44:26] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.61 - - [2025-12-29 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-12-29 02:44:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.61 - - [2025-12-29 02:44:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007020 10.0.0.61 - - [2025-12-29 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-12-29 02:44:26] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000849 10.0.0.61 - - [2025-12-29 02:44:26] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039531 10.0.0.22 - - [2025-12-29 02:44:27] "GET /obj-perms HTTP/1.1" 200 5056 0.081674 10.0.0.27 - - [2025-12-29 02:44:28] "GET /obj-perms HTTP/1.1" 200 5056 0.359030 10.0.0.61 - - [2025-12-29 02:44:28] "GET /domains HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-29 02:44:28] "GET /domains HTTP/1.1" 200 280 0.030202 10.0.0.27 - - [2025-12-29 02:44:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.61 - - [2025-12-29 02:44:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c HTTP/1.1" 200 2968 0.009946 10.0.0.27 - - [2025-12-29 02:44:28] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000876 10.0.0.61 - - [2025-12-29 02:44:28] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0 HTTP/1.1" 200 1922 0.092561 10.0.0.61 - - [2025-12-29 02:44:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002630 10.0.0.61 - - [2025-12-29 02:44:28] "POST /network-ipams HTTP/1.1" 200 621 0.024850 10.0.0.61 - - [2025-12-29 02:44:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003259 10.0.0.61 - - [2025-12-29 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.61 - - [2025-12-29 02:44:29] "GET /network-ipam/d87b198d-b05a-4a4c-b61f-2026bfce9bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.005645 10.0.0.61 - - [2025-12-29 02:44:29] "PUT /network-ipam/d87b198d-b05a-4a4c-b61f-2026bfce9bfa HTTP/1.1" 200 258 0.012898 10.0.0.61 - - [2025-12-29 02:44:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-29 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.027281 10.0.0.27 - - [2025-12-29 02:44:29] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.61 - - [2025-12-29 02:44:29] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037660 10.0.0.27 - - [2025-12-29 02:44:29] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.61 - - [2025-12-29 02:44:30] "POST /neutron/network HTTP/1.1" 200 623 0.176066 10.0.0.61 - - [2025-12-29 02:44:30] "POST /route-targets HTTP/1.1" 200 327 0.063930 10.0.0.27 - - [2025-12-29 02:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007007 10.0.0.61 - - [2025-12-29 02:44:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.216402 10.0.0.61 - - [2025-12-29 02:44:30] "POST /id-to-fqname HTTP/1.1" 200 235 0.001554 10.0.0.61 - - [2025-12-29 02:44:30] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005620 10.0.0.61 - - [2025-12-29 02:44:30] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006679 10.0.0.61 - - [2025-12-29 02:44:30] "POST /neutron/network HTTP/1.1" 200 1337 0.014809 10.0.0.61 - - [2025-12-29 02:44:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.010957 10.0.0.61 - - [2025-12-29 02:44:31] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005080 10.0.0.61 - - [2025-12-29 02:44:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.006451 10.0.0.61 - - [2025-12-29 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-12-29 02:44:32] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.61 - - [2025-12-29 02:44:33] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053729 10.0.0.61 - - [2025-12-29 02:44:33] "POST /network-policys HTTP/1.1" 200 563 0.029728 10.0.0.61 - - [2025-12-29 02:44:33] "GET /network-policy/a5c5b284-c52b-4567-9c19-707ec231d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006230 10.0.0.61 - - [2025-12-29 02:44:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004366 10.0.0.61 - - [2025-12-29 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-12-29 02:44:33] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.61 - - [2025-12-29 02:44:33] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049258 10.0.0.61 - - [2025-12-29 02:44:33] "POST /network-policys HTTP/1.1" 200 563 0.028016 10.0.0.61 - - [2025-12-29 02:44:33] "GET /network-policy/94c68cd8-c0b6-42d6-9b4a-ad11631d4290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005888 10.0.0.61 - - [2025-12-29 02:44:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004246 10.0.0.61 - - [2025-12-29 02:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-12-29 02:44:33] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.008320 10.0.0.61 - - [2025-12-29 02:44:33] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.062074 10.0.0.61 - - [2025-12-29 02:44:33] "POST /network-policys HTTP/1.1" 200 563 0.031077 10.0.0.61 - - [2025-12-29 02:44:33] "GET /network-policy/b8ae78b1-f95d-4304-9ffd-af98c6a746a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006222 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.004853 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-12-29 02:44:34] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.61 - - [2025-12-29 02:44:34] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.051538 10.0.0.61 - - [2025-12-29 02:44:34] "POST /network-policys HTTP/1.1" 200 563 0.027530 10.0.0.61 - - [2025-12-29 02:44:34] "GET /network-policy/1e80a745-6aba-451f-8b89-2ed846d0d019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008572 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003115 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.27 - - [2025-12-29 02:44:34] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.61 - - [2025-12-29 02:44:34] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.036124 10.0.0.61 - - [2025-12-29 02:44:34] "POST /network-policys HTTP/1.1" 200 563 0.042114 10.0.0.61 - - [2025-12-29 02:44:34] "GET /network-policy/f94d0d50-e478-4249-8bb7-4facc073e5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005982 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.002979 10.0.0.61 - - [2025-12-29 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.27 - - [2025-12-29 02:44:34] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.61 - - [2025-12-29 02:44:34] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046272 10.0.0.61 - - [2025-12-29 02:44:34] "POST /network-policys HTTP/1.1" 200 563 0.026682 10.0.0.61 - - [2025-12-29 02:44:35] "GET /network-policy/da2b11ee-3162-4a26-938c-d56aaeb1d29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005950 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003293 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-12-29 02:44:35] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.61 - - [2025-12-29 02:44:35] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.048413 10.0.0.61 - - [2025-12-29 02:44:35] "POST /network-policys HTTP/1.1" 200 563 0.030035 10.0.0.61 - - [2025-12-29 02:44:35] "GET /network-policy/28dba9b5-e9f9-4375-adc1-a5887530dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005801 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003099 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-12-29 02:44:35] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.61 - - [2025-12-29 02:44:35] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044288 10.0.0.61 - - [2025-12-29 02:44:35] "POST /network-policys HTTP/1.1" 200 563 0.028531 10.0.0.61 - - [2025-12-29 02:44:35] "GET /network-policy/1c35df2c-aa0f-4589-a4cd-6400a52a1d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006169 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003605 10.0.0.61 - - [2025-12-29 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2025-12-29 02:44:35] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.61 - - [2025-12-29 02:44:36] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.047782 10.0.0.61 - - [2025-12-29 02:44:36] "POST /network-policys HTTP/1.1" 200 563 0.036232 10.0.0.61 - - [2025-12-29 02:44:36] "GET /network-policy/3942d50e-1d72-4eab-a797-f533b4db7319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008790 10.0.0.61 - - [2025-12-29 02:44:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.003546 10.0.0.61 - - [2025-12-29 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.27 - - [2025-12-29 02:44:36] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.61 - - [2025-12-29 02:44:36] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037481 10.0.0.61 - - [2025-12-29 02:44:36] "POST /network-policys HTTP/1.1" 200 563 0.040246 10.0.0.61 - - [2025-12-29 02:44:36] "GET /network-policy/9241b565-4a4c-442a-89ae-746dbb30bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005743 10.0.0.61 - - [2025-12-29 02:44:36] "POST /neutron/network HTTP/1.1" 200 2250 0.016789 10.0.0.61 - - [2025-12-29 02:44:36] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005678 10.0.0.61 - - [2025-12-29 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.61 - - [2025-12-29 02:44:37] "POST /access-control-lists HTTP/1.1" 200 609 0.042280 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/1c35df2c-aa0f-4589-a4cd-6400a52a1d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010860 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/1e80a745-6aba-451f-8b89-2ed846d0d019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003775 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007580 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/28dba9b5-e9f9-4375-adc1-a5887530dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003736 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/3942d50e-1d72-4eab-a797-f533b4db7319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005332 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/9241b565-4a4c-442a-89ae-746dbb30bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003737 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/94c68cd8-c0b6-42d6-9b4a-ad11631d4290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006393 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008014 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/a5c5b284-c52b-4567-9c19-707ec231d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003988 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/b8ae78b1-f95d-4304-9ffd-af98c6a746a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003808 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/da2b11ee-3162-4a26-938c-d56aaeb1d29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004071 10.0.0.61 - - [2025-12-29 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.61 - - [2025-12-29 02:44:37] "GET /network-policy/f94d0d50-e478-4249-8bb7-4facc073e5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004607 10.0.0.61 - - [2025-12-29 02:44:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001364 10.0.0.27 - - [2025-12-29 02:44:38] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.61 - - [2025-12-29 02:44:38] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.060778 10.0.0.61 - - [2025-12-29 02:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.61 - - [2025-12-29 02:44:39] "POST /neutron/network HTTP/1.1" 200 2260 0.006914 10.0.0.61 - - [2025-12-29 02:44:39] "POST /neutron/port HTTP/1.1" 200 1174 0.019691 10.0.0.61 - - [2025-12-29 02:44:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.61 - - [2025-12-29 02:44:39] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.61 - - [2025-12-29 02:44:43] "POST /neutron/port HTTP/1.1" 200 1238 0.019847 10.0.0.61 - - [2025-12-29 02:44:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006535 10.0.0.61 - - [2025-12-29 02:44:44] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 401 292 0.000385 10.0.0.61 - - [2025-12-29 02:44:44] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 200 1304 0.030762 10.0.0.61 - - [2025-12-29 02:44:44] "GET /virtual-machine-interface/c2ffa574-8605-4689-a68e-ecd8a42c6c74 HTTP/1.1" 200 3170 0.005322 10.0.0.61 - - [2025-12-29 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.61 - - [2025-12-29 02:44:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.61 - - [2025-12-29 02:44:44] "GET /virtual-networks?parent_id=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005014 10.0.0.61 - - [2025-12-29 02:44:44] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.014933 10.0.0.61 - - [2025-12-29 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.61 - - [2025-12-29 02:44:47] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006791 10.0.0.61 - - [2025-12-29 02:44:50] "DELETE /access-control-list/1fc1dec9-0f36-490f-8d8a-108ff737f342 HTTP/1.1" 200 115 0.040874 10.0.0.61 - - [2025-12-29 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.61 - - [2025-12-29 02:44:51] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.010520 10.0.0.61 - - [2025-12-29 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.61 - - [2025-12-29 02:44:55] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006892 10.0.0.61 - - [2025-12-29 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.61 - - [2025-12-29 02:44:59] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005614 10.0.0.61 - - [2025-12-29 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.61 - - [2025-12-29 02:45:04] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007006 10.0.0.27 - - [2025-12-29 02:45:06] "DELETE /project/4741448b91fe43c0832afae0d22005a0 HTTP/1.1" 404 173 0.031741 10.0.0.27 - - [2025-12-29 02:45:06] "DELETE /project/04ebb045-7008-4773-951f-7f1c125627a2 HTTP/1.1" 404 177 0.047210 10.0.0.61 - - [2025-12-29 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.61 - - [2025-12-29 02:45:08] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005790 10.0.0.61 - - [2025-12-29 02:45:12] "POST /neutron/port HTTP/1.1" 200 1238 0.015591 10.0.0.61 - - [2025-12-29 02:45:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003392 10.0.0.61 - - [2025-12-29 02:45:12] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.61 - - [2025-12-29 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.61 - - [2025-12-29 02:45:12] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005064 10.0.0.61 - - [2025-12-29 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.61 - - [2025-12-29 02:45:16] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.005491 10.0.0.61 - - [2025-12-29 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.61 - - [2025-12-29 02:45:20] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.006850 10.0.0.61 - - [2025-12-29 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.61 - - [2025-12-29 02:45:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003488 10.0.0.61 - - [2025-12-29 02:45:24] "GET /virtual-networks?parent_id=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003155 10.0.0.61 - - [2025-12-29 02:45:24] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6142 0.007580 10.0.0.61 - - [2025-12-29 02:45:24] "POST /neutron/port HTTP/1.1" 200 1238 0.019547 10.0.0.61 - - [2025-12-29 02:45:28] "GET /obj-perms HTTP/1.1" 200 5056 0.052693 10.0.0.61 - - [2025-12-29 02:45:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006448 10.0.0.61 - - [2025-12-29 02:45:37] "POST /neutron/port HTTP/1.1" 200 1238 0.016593 10.0.0.61 - - [2025-12-29 02:45:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006830 10.0.0.61 - - [2025-12-29 02:45:50] "POST /neutron/port HTTP/1.1" 200 1238 0.015333 10.0.0.61 - - [2025-12-29 02:45:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006812 10.0.0.61 - - [2025-12-29 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.61 - - [2025-12-29 02:45:50] "GET /network-policy/a5c5b284-c52b-4567-9c19-707ec231d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003303 10.0.0.61 - - [2025-12-29 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/94c68cd8-c0b6-42d6-9b4a-ad11631d4290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005065 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/b8ae78b1-f95d-4304-9ffd-af98c6a746a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004003 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/1e80a745-6aba-451f-8b89-2ed846d0d019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005458 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/f94d0d50-e478-4249-8bb7-4facc073e5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003964 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/da2b11ee-3162-4a26-938c-d56aaeb1d29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004104 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/28dba9b5-e9f9-4375-adc1-a5887530dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005157 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/1c35df2c-aa0f-4589-a4cd-6400a52a1d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004134 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/3942d50e-1d72-4eab-a797-f533b4db7319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004584 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/9241b565-4a4c-442a-89ae-746dbb30bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004161 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.059188 10.0.0.61 - - [2025-12-29 02:45:51] "POST /neutron/network HTTP/1.1" 200 1440 0.029317 10.0.0.61 - - [2025-12-29 02:45:51] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006033 10.0.0.61 - - [2025-12-29 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.61 - - [2025-12-29 02:45:51] "GET /network-policy/a5c5b284-c52b-4567-9c19-707ec231d818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004145 10.0.0.61 - - [2025-12-29 02:45:56] "POST /neutron/network HTTP/1.1" 200 1440 0.013602 10.0.0.61 - - [2025-12-29 02:45:57] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.009621 10.0.0.61 - - [2025-12-29 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.61 - - [2025-12-29 02:45:57] "GET /network-policy/94c68cd8-c0b6-42d6-9b4a-ad11631d4290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004600 10.0.0.61 - - [2025-12-29 02:46:02] "PUT /access-control-list/49304bac-858c-44a2-aedb-3a2e847c135c HTTP/1.1" 200 272 0.020682 10.0.0.61 - - [2025-12-29 02:46:02] "POST /neutron/network HTTP/1.1" 200 1440 0.031717 10.0.0.61 - - [2025-12-29 02:46:02] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005865 10.0.0.61 - - [2025-12-29 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.61 - - [2025-12-29 02:46:02] "GET /network-policy/b8ae78b1-f95d-4304-9ffd-af98c6a746a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004257 10.0.0.61 - - [2025-12-29 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003683 10.0.0.61 - - [2025-12-29 02:46:07] "POST /neutron/network HTTP/1.1" 200 1440 0.012584 10.0.0.61 - - [2025-12-29 02:46:07] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.009397 10.0.0.61 - - [2025-12-29 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007922 10.0.0.61 - - [2025-12-29 02:46:07] "GET /network-policy/1e80a745-6aba-451f-8b89-2ed846d0d019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004286 10.0.0.61 - - [2025-12-29 02:46:12] "POST /neutron/network HTTP/1.1" 200 1440 0.015188 10.0.0.61 - - [2025-12-29 02:46:12] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006002 10.0.0.61 - - [2025-12-29 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.61 - - [2025-12-29 02:46:12] "GET /network-policy/f94d0d50-e478-4249-8bb7-4facc073e5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004945 10.0.0.61 - - [2025-12-29 02:46:14] "POST /neutron/network HTTP/1.1" 200 1450 0.006684 10.0.0.61 - - [2025-12-29 02:46:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014694 10.0.0.61 - - [2025-12-29 02:46:14] "POST /neutron/network HTTP/1.1" 200 1440 0.017674 10.0.0.61 - - [2025-12-29 02:46:17] "PUT /access-control-list/49304bac-858c-44a2-aedb-3a2e847c135c HTTP/1.1" 200 272 0.023411 10.0.0.61 - - [2025-12-29 02:46:18] "POST /neutron/network HTTP/1.1" 200 1440 0.011845 10.0.0.61 - - [2025-12-29 02:46:18] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004792 10.0.0.61 - - [2025-12-29 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.61 - - [2025-12-29 02:46:18] "GET /network-policy/da2b11ee-3162-4a26-938c-d56aaeb1d29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004054 10.0.0.61 - - [2025-12-29 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003427 10.0.0.61 - - [2025-12-29 02:46:23] "POST /neutron/network HTTP/1.1" 200 1440 0.012978 10.0.0.61 - - [2025-12-29 02:46:23] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.006346 10.0.0.61 - - [2025-12-29 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.61 - - [2025-12-29 02:46:23] "GET /network-policy/28dba9b5-e9f9-4375-adc1-a5887530dffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006759 10.0.0.61 - - [2025-12-29 02:46:28] "POST /neutron/network HTTP/1.1" 200 1440 0.021666 10.0.0.61 - - [2025-12-29 02:46:28] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004962 10.0.0.61 - - [2025-12-29 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.61 - - [2025-12-29 02:46:28] "GET /network-policy/1c35df2c-aa0f-4589-a4cd-6400a52a1d2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003883 10.0.0.61 - - [2025-12-29 02:46:33] "PUT /access-control-list/49304bac-858c-44a2-aedb-3a2e847c135c HTTP/1.1" 200 272 0.017859 10.0.0.61 - - [2025-12-29 02:46:33] "POST /neutron/network HTTP/1.1" 200 1440 0.015811 10.0.0.61 - - [2025-12-29 02:46:33] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004692 10.0.0.61 - - [2025-12-29 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002413 10.0.0.61 - - [2025-12-29 02:46:33] "GET /network-policy/3942d50e-1d72-4eab-a797-f533b4db7319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004583 10.0.0.61 - - [2025-12-29 02:46:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.002796 10.0.0.61 - - [2025-12-29 02:46:39] "POST /neutron/network HTTP/1.1" 200 1440 0.014672 10.0.0.61 - - [2025-12-29 02:46:39] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005878 10.0.0.61 - - [2025-12-29 02:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.61 - - [2025-12-29 02:46:39] "GET /network-policy/9241b565-4a4c-442a-89ae-746dbb30bafa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004302 10.0.0.61 - - [2025-12-29 02:46:44] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 200 1304 0.004302 10.0.0.61 - - [2025-12-29 02:46:44] "POST /neutron/port HTTP/1.1" 200 151 0.212520 10.0.0.61 - - [2025-12-29 02:46:46] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 404 171 0.003125 10.0.0.61 - - [2025-12-29 02:46:46] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 404 171 0.002397 10.0.0.61 - - [2025-12-29 02:46:46] "GET /virtual-machine/61317a49-1354-4cad-af23-55ca1232df12 HTTP/1.1" 404 171 0.003140 10.0.0.61 - - [2025-12-29 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-29 02:46:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002925 10.0.0.61 - - [2025-12-29 02:46:46] "GET /virtual-networks?parent_id=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002215 10.0.0.61 - - [2025-12-29 02:46:46] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.005304 10.0.0.61 - - [2025-12-29 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.61 - - [2025-12-29 02:46:46] "GET /routing-instance/cdc0a56e-7479-470d-a21e-841c81be17d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004098 10.0.0.61 - - [2025-12-29 02:46:46] "GET /route-target/f1eadac0-666f-433a-91c2-6198ef10dec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003870 10.0.0.22 - - [2025-12-29 02:46:46] "GET /obj-perms HTTP/1.1" 200 5019 0.062784 10.0.0.61 - - [2025-12-29 02:46:49] "GET /obj-perms HTTP/1.1" 200 5019 0.084921 10.0.0.61 - - [2025-12-29 02:46:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003477 10.0.0.22 - - [2025-12-29 02:46:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003603 10.0.0.27 - - [2025-12-29 02:46:53] "GET /obj-perms HTTP/1.1" 200 5019 0.056241 10.0.0.61 - - [2025-12-29 02:46:53] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3496 0.004900 10.0.0.61 - - [2025-12-29 02:46:53] "POST /neutron/network HTTP/1.1" 200 1337 0.020372 10.0.0.61 - - [2025-12-29 02:46:53] "GET /virtual-network/9deff812-62ce-4b96-afc2-72614ad69592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006388 10.0.0.61 - - [2025-12-29 02:46:53] "DELETE /network-policy/9241b565-4a4c-442a-89ae-746dbb30bafa HTTP/1.1" 200 115 0.031549 10.0.0.61 - - [2025-12-29 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.27 - - [2025-12-29 02:46:53] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.61 - - [2025-12-29 02:46:53] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.034896 10.0.0.61 - - [2025-12-29 02:46:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005273 10.0.0.61 - - [2025-12-29 02:46:53] "DELETE /network-policy/3942d50e-1d72-4eab-a797-f533b4db7319 HTTP/1.1" 200 115 0.040536 10.0.0.61 - - [2025-12-29 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.27 - - [2025-12-29 02:46:53] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001586 10.0.0.61 - - [2025-12-29 02:46:53] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.045010 10.0.0.61 - - [2025-12-29 02:46:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.007328 10.0.0.61 - - [2025-12-29 02:46:53] "DELETE /network-policy/1c35df2c-aa0f-4589-a4cd-6400a52a1d2b HTTP/1.1" 200 115 0.038833 10.0.0.61 - - [2025-12-29 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2025-12-29 02:46:53] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.61 - - [2025-12-29 02:46:54] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049587 10.0.0.61 - - [2025-12-29 02:46:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.007329 10.0.0.61 - - [2025-12-29 02:46:54] "DELETE /network-policy/28dba9b5-e9f9-4375-adc1-a5887530dffb HTTP/1.1" 200 115 0.038579 10.0.0.61 - - [2025-12-29 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-12-29 02:46:54] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001307 10.0.0.61 - - [2025-12-29 02:46:54] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038740 10.0.0.61 - - [2025-12-29 02:46:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005690 10.0.0.61 - - [2025-12-29 02:46:54] "DELETE /network-policy/da2b11ee-3162-4a26-938c-d56aaeb1d29a HTTP/1.1" 200 115 0.040462 10.0.0.61 - - [2025-12-29 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-12-29 02:46:54] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001736 10.0.0.61 - - [2025-12-29 02:46:54] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.043997 10.0.0.61 - - [2025-12-29 02:46:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005765 10.0.0.61 - - [2025-12-29 02:46:54] "DELETE /network-policy/f94d0d50-e478-4249-8bb7-4facc073e5c1 HTTP/1.1" 200 115 0.036934 10.0.0.61 - - [2025-12-29 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2025-12-29 02:46:54] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.61 - - [2025-12-29 02:46:54] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.064406 10.0.0.61 - - [2025-12-29 02:46:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005028 10.0.0.61 - - [2025-12-29 02:46:54] "DELETE /network-policy/1e80a745-6aba-451f-8b89-2ed846d0d019 HTTP/1.1" 200 115 0.041337 10.0.0.61 - - [2025-12-29 02:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-12-29 02:46:54] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001643 10.0.0.61 - - [2025-12-29 02:46:54] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.041670 10.0.0.61 - - [2025-12-29 02:46:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005080 10.0.0.61 - - [2025-12-29 02:46:55] "DELETE /network-policy/b8ae78b1-f95d-4304-9ffd-af98c6a746a5 HTTP/1.1" 200 115 0.042478 10.0.0.61 - - [2025-12-29 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2025-12-29 02:46:55] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.61 - - [2025-12-29 02:46:55] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.036776 10.0.0.61 - - [2025-12-29 02:46:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.004392 10.0.0.61 - - [2025-12-29 02:46:55] "DELETE /network-policy/94c68cd8-c0b6-42d6-9b4a-ad11631d4290 HTTP/1.1" 200 115 0.053285 10.0.0.61 - - [2025-12-29 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2025-12-29 02:46:55] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.61 - - [2025-12-29 02:46:55] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053644 10.0.0.61 - - [2025-12-29 02:46:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005089 10.0.0.61 - - [2025-12-29 02:46:55] "DELETE /network-policy/a5c5b284-c52b-4567-9c19-707ec231d818 HTTP/1.1" 200 115 0.039872 10.0.0.61 - - [2025-12-29 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.27 - - [2025-12-29 02:46:55] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.61 - - [2025-12-29 02:46:55] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037814 10.0.0.61 - - [2025-12-29 02:46:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-19828764&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004851 10.0.0.61 - - [2025-12-29 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.61 - - [2025-12-29 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.61 - - [2025-12-29 02:46:56] "DELETE /network-ipam/d87b198d-b05a-4a4c-b61f-2026bfce9bfa HTTP/1.1" 200 115 0.029195 10.0.0.61 - - [2025-12-29 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 260 0.003215 10.0.0.27 - - [2025-12-29 02:46:56] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000974 10.0.0.27 - - [2025-12-29 02:46:56] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.046732 10.0.0.27 - - [2025-12-29 02:46:56] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.27 - - [2025-12-29 02:46:56] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?fields=security_groups HTTP/1.1" 200 1397 0.057884 10.0.0.27 - - [2025-12-29 02:46:56] "DELETE /security-group/47abf28a-5aac-4cb6-936d-afef42a0cd5e HTTP/1.1" 200 115 0.055376 10.0.0.27 - - [2025-12-29 02:46:56] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.27 - - [2025-12-29 02:46:56] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?fields=application_policy_sets HTTP/1.1" 200 1436 0.053136 10.0.0.61 - - [2025-12-29 02:46:56] "DELETE /access-control-list/04a526ea-c2ac-43be-b2a5-ed297d832983 HTTP/1.1" 200 115 0.042875 10.0.0.61 - - [2025-12-29 02:46:56] "DELETE /project/4741448b-91fe-43c0-832a-fae0d22005a0 HTTP/1.1" 200 115 0.405311 10.0.0.27 - - [2025-12-29 02:46:56] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000852 10.0.0.61 - - [2025-12-29 02:46:56] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?fields=projects HTTP/1.1" 200 1439 0.009872 10.0.0.27 - - [2025-12-29 02:46:59] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005577 10.0.0.27 - - [2025-12-29 02:46:59] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.27 - - [2025-12-29 02:46:59] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048890 10.0.0.27 - - [2025-12-29 02:46:59] "POST /id-to-fqname HTTP/1.1" 200 202 0.001266 10.0.0.27 - - [2025-12-29 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003850 10.0.0.27 - - [2025-12-29 02:46:59] "POST /security-groups HTTP/1.1" 200 603 0.073236 10.0.0.27 - - [2025-12-29 02:46:59] "POST /projects HTTP/1.1" 200 609 0.268411 10.0.0.61 - - [2025-12-29 02:46:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.002788 10.0.0.27 - - [2025-12-29 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.338868 10.0.0.61 - - [2025-12-29 02:46:59] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.519785 10.0.0.27 - - [2025-12-29 02:46:59] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000844 10.0.0.61 - - [2025-12-29 02:46:59] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?fields=virtual_networks HTTP/1.1" 200 1054 0.041794 10.0.0.27 - - [2025-12-29 02:46:59] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.61 - - [2025-12-29 02:46:59] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.042637 10.0.0.27 - - [2025-12-29 02:46:59] "GET /projects?obj_uuids=4741448b-91fe-43c0-832a-fae0d22005a0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001666 10.0.0.61 - - [2025-12-29 02:46:59] "GET /project/4741448b-91fe-43c0-832a-fae0d22005a0?fields=security_groups HTTP/1.1" 200 1292 0.054653 10.0.0.61 - - [2025-12-29 02:47:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.032178 10.0.0.27 - - [2025-12-29 02:47:00] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003287 10.0.0.27 - - [2025-12-29 02:47:00] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001810 10.0.0.27 - - [2025-12-29 02:47:00] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014760 10.0.0.27 - - [2025-12-29 02:47:01] "POST /id-to-fqname HTTP/1.1" 200 196 0.001633 10.0.0.27 - - [2025-12-29 02:47:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.005789 10.0.0.61 - - [2025-12-29 02:47:01] "DELETE /access-control-list/98103499-2faf-4608-9ad9-baa0187bc3d9 HTTP/1.1" 200 115 0.089645 10.0.0.27 - - [2025-12-29 02:47:01] "POST /security-groups HTTP/1.1" 200 597 0.120172 10.0.0.27 - - [2025-12-29 02:47:01] "POST /projects HTTP/1.1" 200 597 0.350113 10.0.0.27 - - [2025-12-29 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.404114 10.0.0.61 - - [2025-12-29 02:47:01] "POST /fqname-to-id HTTP/1.1" 404 239 0.010218 10.0.0.61 - - [2025-12-29 02:47:01] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.568836 10.0.0.61 - - [2025-12-29 02:47:02] "GET / HTTP/1.1" 200 35931 0.001231 10.0.0.61 - - [2025-12-29 02:47:04] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2025-12-29 02:47:05] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.61 - - [2025-12-29 02:47:05] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.108173 10.0.0.61 - - [2025-12-29 02:47:05] "GET / HTTP/1.1" 200 35931 0.003126 10.0.0.61 - - [2025-12-29 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2025-12-29 02:47:06] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.61 - - [2025-12-29 02:47:06] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007741 10.0.0.61 - - [2025-12-29 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-12-29 02:47:06] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001371 10.0.0.61 - - [2025-12-29 02:47:06] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039840 10.0.0.27 - - [2025-12-29 02:47:07] "DELETE /project/4741448b91fe43c0832afae0d22005a0 HTTP/1.1" 404 173 0.003246 10.0.0.27 - - [2025-12-29 02:47:07] "DELETE /project/5402d4b888de465190a625dbe1d9c69a HTTP/1.1" 404 173 0.005982 10.0.0.27 - - [2025-12-29 02:47:07] "DELETE /project/4741448b-91fe-43c0-832a-fae0d22005a0 HTTP/1.1" 404 177 0.006606 10.0.0.61 - - [2025-12-29 02:47:07] "GET /domains HTTP/1.1" 401 292 0.000503 10.0.0.61 - - [2025-12-29 02:47:07] "GET /domains HTTP/1.1" 200 280 0.027758 10.0.0.27 - - [2025-12-29 02:47:07] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.61 - - [2025-12-29 02:47:07] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c HTTP/1.1" 200 2774 0.008654 10.0.0.27 - - [2025-12-29 02:47:07] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000892 10.0.0.61 - - [2025-12-29 02:47:07] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a HTTP/1.1" 200 1887 0.102987 10.0.0.61 - - [2025-12-29 02:47:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002657 10.0.0.61 - - [2025-12-29 02:47:07] "POST /network-ipams HTTP/1.1" 200 603 0.031106 10.0.0.61 - - [2025-12-29 02:47:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003223 10.0.0.61 - - [2025-12-29 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-29 02:47:07] "GET /network-ipam/78e97645-ba20-4128-9893-4c232f31e4ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005846 10.0.0.61 - - [2025-12-29 02:47:07] "PUT /network-ipam/78e97645-ba20-4128-9893-4c232f31e4ef HTTP/1.1" 200 258 0.012550 10.0.0.61 - - [2025-12-29 02:47:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-29 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023919 10.0.0.27 - - [2025-12-29 02:47:08] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000829 10.0.0.61 - - [2025-12-29 02:47:08] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044722 10.0.0.61 - - [2025-12-29 02:47:08] "POST /neutron/network HTTP/1.1" 200 117 0.033297 10.0.0.61 - - [2025-12-29 02:47:08] "POST /ref-update HTTP/1.1" 200 156 0.020933 10.0.0.27 - - [2025-12-29 02:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008480 10.0.0.61 - - [2025-12-29 02:47:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.207640 10.0.0.61 - - [2025-12-29 02:47:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001657 10.0.0.61 - - [2025-12-29 02:47:09] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004660 10.0.0.61 - - [2025-12-29 02:47:09] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006536 10.0.0.61 - - [2025-12-29 02:47:09] "POST /neutron/network HTTP/1.1" 200 1074 0.007789 10.0.0.61 - - [2025-12-29 02:47:09] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004791 10.0.0.61 - - [2025-12-29 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-12-29 02:47:11] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000849 10.0.0.61 - - [2025-12-29 02:47:11] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045818 10.0.0.61 - - [2025-12-29 02:47:11] "POST /neutron/network HTTP/1.1" 200 117 0.012540 10.0.0.27 - - [2025-12-29 02:47:12] "POST /useragent-kv HTTP/1.1" 200 115 0.010772 10.0.0.61 - - [2025-12-29 02:47:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.191833 10.0.0.61 - - [2025-12-29 02:47:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001510 10.0.0.61 - - [2025-12-29 02:47:12] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006715 10.0.0.61 - - [2025-12-29 02:47:12] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005567 10.0.0.61 - - [2025-12-29 02:47:12] "POST /neutron/network HTTP/1.1" 200 1074 0.007551 10.0.0.61 - - [2025-12-29 02:47:12] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004977 10.0.0.61 - - [2025-12-29 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.003046 10.0.0.61 - - [2025-12-29 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-12-29 02:47:12] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.61 - - [2025-12-29 02:47:12] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038470 10.0.0.61 - - [2025-12-29 02:47:12] "POST /network-policys HTTP/1.1" 200 527 0.069317 10.0.0.61 - - [2025-12-29 02:47:13] "GET /network-policy/6bd2c0f4-5d04-435f-9966-722e79004406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005448 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.002942 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-12-29 02:47:13] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000890 10.0.0.61 - - [2025-12-29 02:47:13] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050162 10.0.0.61 - - [2025-12-29 02:47:13] "POST /network-policys HTTP/1.1" 200 527 0.026174 10.0.0.61 - - [2025-12-29 02:47:13] "GET /network-policy/0e4857b8-aa58-426c-8859-236da609fdeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005602 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.002715 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.27 - - [2025-12-29 02:47:13] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000949 10.0.0.61 - - [2025-12-29 02:47:13] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041445 10.0.0.61 - - [2025-12-29 02:47:13] "POST /network-policys HTTP/1.1" 200 527 0.029211 10.0.0.61 - - [2025-12-29 02:47:13] "GET /network-policy/9eedd09d-d51c-4c10-9451-65afefe935d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005495 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003154 10.0.0.61 - - [2025-12-29 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009216 10.0.0.27 - - [2025-12-29 02:47:14] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000857 10.0.0.61 - - [2025-12-29 02:47:14] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.062225 10.0.0.61 - - [2025-12-29 02:47:14] "POST /network-policys HTTP/1.1" 200 527 0.025929 10.0.0.61 - - [2025-12-29 02:47:14] "GET /network-policy/bc6942c7-deb0-44e3-b643-1ecabdd94858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005884 10.0.0.61 - - [2025-12-29 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.002744 10.0.0.61 - - [2025-12-29 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.27 - - [2025-12-29 02:47:14] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000871 10.0.0.61 - - [2025-12-29 02:47:14] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053105 10.0.0.61 - - [2025-12-29 02:47:14] "POST /network-policys HTTP/1.1" 200 531 0.025278 10.0.0.61 - - [2025-12-29 02:47:14] "GET /network-policy/4ec78be5-7c72-4684-b89d-86d7a48e6a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005506 10.0.0.61 - - [2025-12-29 02:47:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.002764 10.0.0.61 - - [2025-12-29 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.27 - - [2025-12-29 02:47:14] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001407 10.0.0.61 - - [2025-12-29 02:47:14] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046264 10.0.0.61 - - [2025-12-29 02:47:14] "POST /network-policys HTTP/1.1" 200 529 0.069371 10.0.0.61 - - [2025-12-29 02:47:14] "GET /network-policy/d58ddffa-58ea-4ade-ba65-2f1b84841504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005410 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003584 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-12-29 02:47:15] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000918 10.0.0.61 - - [2025-12-29 02:47:15] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049212 10.0.0.61 - - [2025-12-29 02:47:15] "POST /network-policys HTTP/1.1" 200 529 0.073440 10.0.0.61 - - [2025-12-29 02:47:15] "GET /network-policy/8f1f71a9-6382-4836-ba32-4ccbebf409fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005518 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003742 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-12-29 02:47:15] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000887 10.0.0.61 - - [2025-12-29 02:47:15] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.033527 10.0.0.61 - - [2025-12-29 02:47:15] "POST /network-policys HTTP/1.1" 200 529 0.077231 10.0.0.61 - - [2025-12-29 02:47:15] "GET /network-policy/78f89092-4871-41e1-b42f-a82a2c73275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005676 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.002929 10.0.0.61 - - [2025-12-29 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-12-29 02:47:15] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000895 10.0.0.61 - - [2025-12-29 02:47:15] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038900 10.0.0.61 - - [2025-12-29 02:47:16] "POST /network-policys HTTP/1.1" 200 529 0.086057 10.0.0.61 - - [2025-12-29 02:47:16] "GET /network-policy/9b4f4e62-16bd-4352-b8e9-2feeb635abbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005794 10.0.0.61 - - [2025-12-29 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.002787 10.0.0.61 - - [2025-12-29 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.27 - - [2025-12-29 02:47:16] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000876 10.0.0.61 - - [2025-12-29 02:47:16] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044481 10.0.0.61 - - [2025-12-29 02:47:16] "POST /network-policys HTTP/1.1" 200 533 0.025208 10.0.0.61 - - [2025-12-29 02:47:16] "GET /network-policy/4b568999-920b-4bb7-93a0-876650228e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005648 10.0.0.61 - - [2025-12-29 02:47:16] "POST /neutron/network HTTP/1.1" 200 1074 0.015479 10.0.0.61 - - [2025-12-29 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 246 0.002419 10.0.0.61 - - [2025-12-29 02:47:16] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009027 10.0.0.61 - - [2025-12-29 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.61 - - [2025-12-29 02:47:16] "GET /network-policy/6bd2c0f4-5d04-435f-9966-722e79004406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003923 10.0.0.61 - - [2025-12-29 02:47:17] "POST /neutron/network HTTP/1.1" 200 1074 0.007820 10.0.0.61 - - [2025-12-29 02:47:17] "POST /access-control-lists HTTP/1.1" 200 603 0.033836 10.0.0.61 - - [2025-12-29 02:47:17] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.018636 10.0.0.61 - - [2025-12-29 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006755 10.0.0.61 - - [2025-12-29 02:47:17] "GET /network-policy/4ec78be5-7c72-4684-b89d-86d7a48e6a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003687 10.0.0.61 - - [2025-12-29 02:47:17] "POST /id-to-fqname HTTP/1.1" 200 229 0.001601 10.0.0.61 - - [2025-12-29 02:47:17] "POST /neutron/network HTTP/1.1" 200 1167 0.006190 10.0.0.27 - - [2025-12-29 02:47:18] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.61 - - [2025-12-29 02:47:18] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065555 10.0.0.61 - - [2025-12-29 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.005545 10.0.0.61 - - [2025-12-29 02:47:18] "POST /id-to-fqname HTTP/1.1" 200 229 0.001102 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/network HTTP/1.1" 200 1167 0.006431 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/port HTTP/1.1" 200 1061 0.014861 10.0.0.27 - - [2025-12-29 02:47:19] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.61 - - [2025-12-29 02:47:19] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.092397 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/network HTTP/1.1" 200 1159 0.007588 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007060 10.0.0.61 - - [2025-12-29 02:47:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006703 10.0.0.61 - - [2025-12-29 02:47:20] "PUT /access-control-list/a3c60a19-2103-42b2-832f-9208e612b28e HTTP/1.1" 200 272 0.034480 10.0.0.61 - - [2025-12-29 02:47:20] "POST /neutron/port HTTP/1.1" 200 1061 0.020204 10.0.0.61 - - [2025-12-29 02:47:20] "POST /neutron/port HTTP/1.1" 200 1125 0.020700 10.0.0.61 - - [2025-12-29 02:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.61 - - [2025-12-29 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007520 10.0.0.61 - - [2025-12-29 02:47:25] "POST /neutron/port HTTP/1.1" 200 1125 0.021001 10.0.0.61 - - [2025-12-29 02:47:25] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 401 292 0.000386 10.0.0.61 - - [2025-12-29 02:47:25] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 200 1298 0.029535 10.0.0.61 - - [2025-12-29 02:47:25] "GET /virtual-machine-interface/41445ce5-be9c-4c02-ba95-fe7fb65513d6 HTTP/1.1" 200 2951 0.004771 10.0.0.61 - - [2025-12-29 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.61 - - [2025-12-29 02:47:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003434 10.0.0.61 - - [2025-12-29 02:47:25] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002848 10.0.0.61 - - [2025-12-29 02:47:25] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005043 10.0.0.61 - - [2025-12-29 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.61 - - [2025-12-29 02:47:28] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005101 10.0.0.22 - - [2025-12-29 02:47:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064957 10.0.0.27 - - [2025-12-29 02:47:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048947 10.0.0.61 - - [2025-12-29 02:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.61 - - [2025-12-29 02:47:32] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006155 10.0.0.61 - - [2025-12-29 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.61 - - [2025-12-29 02:47:36] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005214 10.0.0.61 - - [2025-12-29 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.61 - - [2025-12-29 02:47:41] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005961 10.0.0.61 - - [2025-12-29 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.61 - - [2025-12-29 02:47:45] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007159 10.0.0.61 - - [2025-12-29 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.61 - - [2025-12-29 02:47:49] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004966 10.0.0.22 - - [2025-12-29 02:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2025-12-29 02:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.27 - - [2025-12-29 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-12-29 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.22 - - [2025-12-29 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-12-29 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-12-29 02:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-29 02:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.61 - - [2025-12-29 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.61 - - [2025-12-29 02:47:53] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006081 10.0.0.61 - - [2025-12-29 02:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.61 - - [2025-12-29 02:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.61 - - [2025-12-29 02:47:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.61 - - [2025-12-29 02:47:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.61 - - [2025-12-29 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.61 - - [2025-12-29 02:47:57] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005360 10.0.0.61 - - [2025-12-29 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.61 - - [2025-12-29 02:48:01] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005427 10.0.0.61 - - [2025-12-29 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.61 - - [2025-12-29 02:48:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003547 10.0.0.61 - - [2025-12-29 02:48:03] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002745 10.0.0.61 - - [2025-12-29 02:48:03] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005246 10.0.0.61 - - [2025-12-29 02:48:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006561 10.0.0.61 - - [2025-12-29 02:48:08] "POST /neutron/port HTTP/1.1" 200 1125 0.015510 10.0.0.61 - - [2025-12-29 02:48:12] "POST /neutron/port HTTP/1.1" 200 1125 0.039606 10.0.0.61 - - [2025-12-29 02:48:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.010501 10.0.0.61 - - [2025-12-29 02:48:14] "POST /neutron/port HTTP/1.1" 200 1125 0.018069 10.0.0.61 - - [2025-12-29 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011000 10.0.0.61 - - [2025-12-29 02:48:18] "POST /neutron/network HTTP/1.1" 200 1167 0.034710 10.0.0.61 - - [2025-12-29 02:48:18] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.61 - - [2025-12-29 02:48:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006203 10.0.0.61 - - [2025-12-29 02:48:24] "POST /neutron/port HTTP/1.1" 200 1125 0.015182 10.0.0.61 - - [2025-12-29 02:48:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006272 10.0.0.61 - - [2025-12-29 02:48:24] "GET /virtual-machine/5af26c24-4997-4ea5-a399-f0eecefa6337 HTTP/1.1" 200 1298 0.005054 10.0.0.61 - - [2025-12-29 02:48:24] "GET /virtual-machine-interface/dd2c0d4d-54dd-4323-8f1c-29b0efffdbf1 HTTP/1.1" 200 2952 0.005267 10.0.0.61 - - [2025-12-29 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.61 - - [2025-12-29 02:48:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003726 10.0.0.61 - - [2025-12-29 02:48:24] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002689 10.0.0.61 - - [2025-12-29 02:48:24] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005737 10.0.0.61 - - [2025-12-29 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.61 - - [2025-12-29 02:48:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.61 - - [2025-12-29 02:48:25] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002725 10.0.0.61 - - [2025-12-29 02:48:25] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005516 10.0.0.61 - - [2025-12-29 02:48:26] "POST /neutron/port HTTP/1.1" 200 1125 0.014748 10.0.0.61 - - [2025-12-29 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.61 - - [2025-12-29 02:48:26] "GET /network-policy/4ec78be5-7c72-4684-b89d-86d7a48e6a18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003295 10.0.0.61 - - [2025-12-29 02:48:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006391 10.0.0.61 - - [2025-12-29 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.61 - - [2025-12-29 02:48:26] "GET /network-policy/6bd2c0f4-5d04-435f-9966-722e79004406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.003679 10.0.0.61 - - [2025-12-29 02:48:26] "POST /neutron/network HTTP/1.1" 200 1157 0.010486 10.0.0.61 - - [2025-12-29 02:48:26] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004906 10.0.0.61 - - [2025-12-29 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.61 - - [2025-12-29 02:48:26] "GET /network-policy/0e4857b8-aa58-426c-8859-236da609fdeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003940 10.0.0.61 - - [2025-12-29 02:48:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048834 10.0.0.61 - - [2025-12-29 02:48:56] "POST /neutron/network HTTP/1.1" 200 1160 0.018251 10.0.0.61 - - [2025-12-29 02:48:56] "POST /ref-update HTTP/1.1" 200 156 0.046437 10.0.0.61 - - [2025-12-29 02:48:56] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.018861 10.0.0.61 - - [2025-12-29 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008784 10.0.0.61 - - [2025-12-29 02:48:56] "GET /network-policy/4b568999-920b-4bb7-93a0-876650228e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.003869 10.0.0.61 - - [2025-12-29 02:49:05] "POST /neutron/network HTTP/1.1" 200 1157 0.009095 10.0.0.61 - - [2025-12-29 02:49:05] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004771 10.0.0.61 - - [2025-12-29 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.61 - - [2025-12-29 02:49:05] "GET /network-policy/9eedd09d-d51c-4c10-9451-65afefe935d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004991 10.0.0.61 - - [2025-12-29 02:49:13] "POST /neutron/network HTTP/1.1" 200 1169 0.006830 10.0.0.61 - - [2025-12-29 02:49:13] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.61 - - [2025-12-29 02:49:14] "POST /neutron/network HTTP/1.1" 200 1157 0.069567 10.0.0.61 - - [2025-12-29 02:49:14] "PUT /access-control-list/f0d487d7-3e46-4345-9536-02b76159f5ae HTTP/1.1" 200 272 0.030117 10.0.0.61 - - [2025-12-29 02:49:14] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006761 10.0.0.61 - - [2025-12-29 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.61 - - [2025-12-29 02:49:14] "GET /network-policy/bc6942c7-deb0-44e3-b643-1ecabdd94858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004321 10.0.0.61 - - [2025-12-29 02:49:19] "POST /neutron/port HTTP/1.1" 200 1125 0.018545 10.0.0.61 - - [2025-12-29 02:49:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.011463 10.0.0.61 - - [2025-12-29 02:49:22] "POST /neutron/network HTTP/1.1" 200 1157 0.008371 10.0.0.61 - - [2025-12-29 02:49:22] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007174 10.0.0.61 - - [2025-12-29 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.61 - - [2025-12-29 02:49:22] "GET /network-policy/d58ddffa-58ea-4ade-ba65-2f1b84841504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003883 10.0.0.61 - - [2025-12-29 02:49:31] "POST /neutron/network HTTP/1.1" 200 1158 0.008132 10.0.0.61 - - [2025-12-29 02:49:31] "PUT /access-control-list/f0d487d7-3e46-4345-9536-02b76159f5ae HTTP/1.1" 200 272 0.058638 10.0.0.61 - - [2025-12-29 02:49:31] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009977 10.0.0.61 - - [2025-12-29 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.61 - - [2025-12-29 02:49:31] "GET /network-policy/8f1f71a9-6382-4836-ba32-4ccbebf409fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007369 10.0.0.61 - - [2025-12-29 02:49:39] "POST /neutron/network HTTP/1.1" 200 1158 0.008172 10.0.0.61 - - [2025-12-29 02:49:39] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006922 10.0.0.61 - - [2025-12-29 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.61 - - [2025-12-29 02:49:39] "GET /network-policy/78f89092-4871-41e1-b42f-a82a2c73275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004384 10.0.0.61 - - [2025-12-29 02:49:47] "POST /neutron/network HTTP/1.1" 200 1158 0.008802 10.0.0.61 - - [2025-12-29 02:49:48] "PUT /access-control-list/f0d487d7-3e46-4345-9536-02b76159f5ae HTTP/1.1" 200 272 0.016506 10.0.0.61 - - [2025-12-29 02:49:48] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006718 10.0.0.61 - - [2025-12-29 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.61 - - [2025-12-29 02:49:48] "GET /network-policy/9b4f4e62-16bd-4352-b8e9-2feeb635abbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003881 10.0.0.61 - - [2025-12-29 02:49:55] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005411 10.0.0.61 - - [2025-12-29 02:49:55] "POST /neutron/network HTTP/1.1" 200 1158 0.009411 10.0.0.61 - - [2025-12-29 02:49:55] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.012122 10.0.0.61 - - [2025-12-29 02:49:55] "GET /virtual-machine/5af26c24-4997-4ea5-a399-f0eecefa6337 HTTP/1.1" 200 1298 0.004803 10.0.0.61 - - [2025-12-29 02:49:56] "POST /neutron/port HTTP/1.1" 200 1125 0.015121 10.0.0.61 - - [2025-12-29 02:49:57] "GET /virtual-machine/5af26c24-4997-4ea5-a399-f0eecefa6337 HTTP/1.1" 404 171 0.003011 10.0.0.61 - - [2025-12-29 02:49:57] "GET /virtual-machine/5af26c24-4997-4ea5-a399-f0eecefa6337 HTTP/1.1" 404 171 0.002381 10.0.0.61 - - [2025-12-29 02:49:57] "GET /virtual-machine/5af26c24-4997-4ea5-a399-f0eecefa6337 HTTP/1.1" 404 171 0.002677 10.0.0.61 - - [2025-12-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.61 - - [2025-12-29 02:49:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003187 10.0.0.61 - - [2025-12-29 02:49:58] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002760 10.0.0.61 - - [2025-12-29 02:49:58] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005903 10.0.0.61 - - [2025-12-29 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.61 - - [2025-12-29 02:49:58] "GET /routing-instance/45042b7d-6dd0-4d85-a80b-cdb5fa216014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004122 10.0.0.61 - - [2025-12-29 02:49:58] "GET /route-target/dd5807c7-a5b8-472a-ae99-e5f964b987d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004357 10.0.0.61 - - [2025-12-29 02:49:58] "GET /obj-perms HTTP/1.1" 200 5013 0.049953 10.0.0.27 - - [2025-12-29 02:49:58] "GET /obj-perms HTTP/1.1" 200 5013 0.053159 10.0.0.61 - - [2025-12-29 02:49:58] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 200 1298 0.004045 10.0.0.61 - - [2025-12-29 02:49:59] "POST /neutron/port HTTP/1.1" 200 1125 0.015700 10.0.0.61 - - [2025-12-29 02:50:00] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 404 171 0.003010 10.0.0.61 - - [2025-12-29 02:50:00] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 404 171 0.002826 10.0.0.61 - - [2025-12-29 02:50:00] "GET /virtual-machine/e628c3ac-bbfd-493c-8222-bfa9980cb4f2 HTTP/1.1" 404 171 0.002572 10.0.0.61 - - [2025-12-29 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.61 - - [2025-12-29 02:50:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004681 10.0.0.61 - - [2025-12-29 02:50:00] "GET /virtual-networks?parent_id=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004910 10.0.0.61 - - [2025-12-29 02:50:01] "GET /virtual-network/eb872f4b-611f-4df2-81d8-6a58afb462ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006207 10.0.0.61 - - [2025-12-29 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.61 - - [2025-12-29 02:50:01] "GET /routing-instance/98e36588-c992-43ff-8c61-ee9cb2f21e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004651 10.0.0.61 - - [2025-12-29 02:50:01] "GET /route-target/99d49dcf-acf8-45b2-a01d-b933540d9e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003923 10.0.0.22 - - [2025-12-29 02:50:01] "GET /obj-perms HTTP/1.1" 200 5013 0.054093 10.0.0.61 - - [2025-12-29 02:50:04] "GET /obj-perms HTTP/1.1" 200 5013 0.003410 10.0.0.22 - - [2025-12-29 02:50:10] "GET /obj-perms HTTP/1.1" 200 5013 0.004996 10.0.0.61 - - [2025-12-29 02:50:13] "GET /obj-perms HTTP/1.1" 200 5013 0.003908 10.0.0.22 - - [2025-12-29 02:50:19] "GET /obj-perms HTTP/1.1" 200 5013 0.003609 10.0.0.61 - - [2025-12-29 02:50:22] "GET /obj-perms HTTP/1.1" 200 5013 0.003483 10.0.0.61 - - [2025-12-29 02:50:22] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.004965 10.0.0.61 - - [2025-12-29 02:50:22] "POST /neutron/network HTTP/1.1" 200 1159 0.009017 10.0.0.61 - - [2025-12-29 02:50:23] "DELETE /access-control-list/a3c60a19-2103-42b2-832f-9208e612b28e HTTP/1.1" 200 115 0.053209 10.0.0.61 - - [2025-12-29 02:50:23] "GET /virtual-network/ca9104d4-050f-485c-b186-70a6c8c0ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007886 10.0.0.61 - - [2025-12-29 02:50:23] "DELETE /network-policy/4b568999-920b-4bb7-93a0-876650228e04 HTTP/1.1" 200 115 0.028350 10.0.0.61 - - [2025-12-29 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.27 - - [2025-12-29 02:50:23] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.035395 10.0.0.61 - - [2025-12-29 02:50:23] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068515 10.0.0.61 - - [2025-12-29 02:50:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006320 10.0.0.61 - - [2025-12-29 02:50:23] "DELETE /network-policy/9b4f4e62-16bd-4352-b8e9-2feeb635abbe HTTP/1.1" 200 115 0.027500 10.0.0.61 - - [2025-12-29 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.27 - - [2025-12-29 02:50:23] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.61 - - [2025-12-29 02:50:23] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044253 10.0.0.61 - - [2025-12-29 02:50:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006114 10.0.0.61 - - [2025-12-29 02:50:23] "DELETE /network-policy/78f89092-4871-41e1-b42f-a82a2c73275f HTTP/1.1" 200 115 0.025860 10.0.0.61 - - [2025-12-29 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-12-29 02:50:23] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001448 10.0.0.61 - - [2025-12-29 02:50:23] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048020 10.0.0.61 - - [2025-12-29 02:50:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.007559 10.0.0.61 - - [2025-12-29 02:50:23] "DELETE /network-policy/8f1f71a9-6382-4836-ba32-4ccbebf409fd HTTP/1.1" 200 115 0.038828 10.0.0.61 - - [2025-12-29 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-12-29 02:50:23] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000885 10.0.0.61 - - [2025-12-29 02:50:23] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044331 10.0.0.61 - - [2025-12-29 02:50:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005581 10.0.0.61 - - [2025-12-29 02:50:24] "DELETE /network-policy/d58ddffa-58ea-4ade-ba65-2f1b84841504 HTTP/1.1" 200 115 0.028827 10.0.0.61 - - [2025-12-29 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002478 10.0.0.27 - - [2025-12-29 02:50:24] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.61 - - [2025-12-29 02:50:24] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038233 10.0.0.61 - - [2025-12-29 02:50:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006254 10.0.0.61 - - [2025-12-29 02:50:24] "DELETE /network-policy/4ec78be5-7c72-4684-b89d-86d7a48e6a18 HTTP/1.1" 200 115 0.037040 10.0.0.61 - - [2025-12-29 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.27 - - [2025-12-29 02:50:24] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000914 10.0.0.61 - - [2025-12-29 02:50:24] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042854 10.0.0.61 - - [2025-12-29 02:50:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.004685 10.0.0.61 - - [2025-12-29 02:50:24] "DELETE /network-policy/bc6942c7-deb0-44e3-b643-1ecabdd94858 HTTP/1.1" 200 115 0.034167 10.0.0.61 - - [2025-12-29 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.27 - - [2025-12-29 02:50:24] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.61 - - [2025-12-29 02:50:24] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049829 10.0.0.61 - - [2025-12-29 02:50:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005029 10.0.0.61 - - [2025-12-29 02:50:24] "DELETE /network-policy/9eedd09d-d51c-4c10-9451-65afefe935d9 HTTP/1.1" 200 115 0.034743 10.0.0.61 - - [2025-12-29 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.27 - - [2025-12-29 02:50:24] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.61 - - [2025-12-29 02:50:24] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.031342 10.0.0.61 - - [2025-12-29 02:50:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.004669 10.0.0.61 - - [2025-12-29 02:50:24] "DELETE /network-policy/0e4857b8-aa58-426c-8859-236da609fdeb HTTP/1.1" 200 115 0.034481 10.0.0.61 - - [2025-12-29 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2025-12-29 02:50:24] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001248 10.0.0.61 - - [2025-12-29 02:50:25] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046376 10.0.0.61 - - [2025-12-29 02:50:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006507 10.0.0.61 - - [2025-12-29 02:50:25] "DELETE /network-policy/6bd2c0f4-5d04-435f-9966-722e79004406 HTTP/1.1" 200 115 0.036374 10.0.0.61 - - [2025-12-29 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005726 10.0.0.27 - - [2025-12-29 02:50:25] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.61 - - [2025-12-29 02:50:25] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037216 10.0.0.61 - - [2025-12-29 02:50:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-62901274&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005254 10.0.0.61 - - [2025-12-29 02:50:25] "POST /neutron/network HTTP/1.1" 200 1074 0.008508 10.0.0.61 - - [2025-12-29 02:50:25] "DELETE /route-target/dd5807c7-a5b8-472a-ae99-e5f964b987d7 HTTP/1.1" 200 115 0.025860 10.0.0.27 - - [2025-12-29 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004825 10.0.0.27 - - [2025-12-29 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001983 10.0.0.27 - - [2025-12-29 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002345 10.0.0.27 - - [2025-12-29 02:50:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.61 - - [2025-12-29 02:50:25] "POST /neutron/network HTTP/1.1" 200 151 0.125357 10.0.0.61 - - [2025-12-29 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-29 02:50:26] "DELETE /network-ipam/78e97645-ba20-4128-9893-4c232f31e4ef HTTP/1.1" 200 115 0.029434 10.0.0.61 - - [2025-12-29 02:50:26] "POST /fqname-to-id HTTP/1.1" 404 248 0.007992 10.0.0.27 - - [2025-12-29 02:50:26] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000806 10.0.0.27 - - [2025-12-29 02:50:26] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.039982 10.0.0.27 - - [2025-12-29 02:50:26] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000902 10.0.0.27 - - [2025-12-29 02:50:26] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?fields=security_groups HTTP/1.1" 200 1380 0.034390 10.0.0.27 - - [2025-12-29 02:50:26] "DELETE /security-group/97f08205-c06e-425d-a573-9f19e3683b1d HTTP/1.1" 200 115 0.051891 10.0.0.27 - - [2025-12-29 02:50:26] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001222 10.0.0.61 - - [2025-12-29 02:50:26] "DELETE /access-control-list/5dbd9d7f-f584-4b70-8ab9-7e0df69a953c HTTP/1.1" 200 115 0.043585 10.0.0.27 - - [2025-12-29 02:50:26] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?fields=application_policy_sets HTTP/1.1" 200 1419 0.055760 10.0.0.61 - - [2025-12-29 02:50:26] "DELETE /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a HTTP/1.1" 200 115 0.372563 10.0.0.27 - - [2025-12-29 02:50:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.61 - - [2025-12-29 02:50:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?fields=projects HTTP/1.1" 200 1439 0.010227 10.0.0.27 - - [2025-12-29 02:50:27] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003638 10.0.0.27 - - [2025-12-29 02:50:27] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.27 - - [2025-12-29 02:50:27] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038098 10.0.0.27 - - [2025-12-29 02:50:28] "POST /id-to-fqname HTTP/1.1" 200 196 0.003669 10.0.0.27 - - [2025-12-29 02:50:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.004951 10.0.0.27 - - [2025-12-29 02:50:28] "POST /security-groups HTTP/1.1" 200 597 0.069039 10.0.0.27 - - [2025-12-29 02:50:28] "POST /projects HTTP/1.1" 200 597 0.303922 10.0.0.61 - - [2025-12-29 02:50:28] "POST /access-control-lists HTTP/1.1" 200 602 0.024334 10.0.0.27 - - [2025-12-29 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.376908 10.0.0.61 - - [2025-12-29 02:50:28] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.526436 10.0.0.27 - - [2025-12-29 02:50:28] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004412 10.0.0.61 - - [2025-12-29 02:50:28] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?fields=virtual_networks HTTP/1.1" 200 1043 0.047493 10.0.0.27 - - [2025-12-29 02:50:28] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.61 - - [2025-12-29 02:50:28] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044339 10.0.0.27 - - [2025-12-29 02:50:28] "GET /projects?obj_uuids=5402d4b8-88de-4651-90a6-25dbe1d9c69a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001426 10.0.0.61 - - [2025-12-29 02:50:28] "GET /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a?fields=security_groups HTTP/1.1" 200 1275 0.044400 10.0.0.61 - - [2025-12-29 02:50:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.029235 10.0.0.27 - - [2025-12-29 02:50:29] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.27 - - [2025-12-29 02:50:29] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.27 - - [2025-12-29 02:50:29] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007087 10.0.0.27 - - [2025-12-29 02:50:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.004993 10.0.0.27 - - [2025-12-29 02:50:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.014548 10.0.0.27 - - [2025-12-29 02:50:29] "POST /security-groups HTTP/1.1" 200 603 0.077989 10.0.0.61 - - [2025-12-29 02:50:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.017436 10.0.0.27 - - [2025-12-29 02:50:29] "POST /projects HTTP/1.1" 200 609 0.330081 10.0.0.27 - - [2025-12-29 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.401309 10.0.0.61 - - [2025-12-29 02:50:30] "POST /access-control-lists HTTP/1.1" 200 606 0.030547 10.0.0.61 - - [2025-12-29 02:50:30] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.536135 10.0.0.61 - - [2025-12-29 02:50:31] "GET / HTTP/1.1" 200 35931 0.002764 10.0.0.22 - - [2025-12-29 02:50:32] "GET /obj-perms HTTP/1.1" 200 5056 0.058577 10.0.0.61 - - [2025-12-29 02:50:33] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-29 02:50:33] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.61 - - [2025-12-29 02:50:33] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.080511 10.0.0.61 - - [2025-12-29 02:50:34] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.61 - - [2025-12-29 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2025-12-29 02:50:34] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.61 - - [2025-12-29 02:50:34] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007235 10.0.0.61 - - [2025-12-29 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2025-12-29 02:50:34] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.61 - - [2025-12-29 02:50:34] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046134 10.0.0.61 - - [2025-12-29 02:50:35] "GET /domains HTTP/1.1" 401 292 0.000494 10.0.0.61 - - [2025-12-29 02:50:36] "GET /domains HTTP/1.1" 200 280 0.029874 10.0.0.27 - - [2025-12-29 02:50:36] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.61 - - [2025-12-29 02:50:36] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c HTTP/1.1" 200 2972 0.009463 10.0.0.27 - - [2025-12-29 02:50:36] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000754 10.0.0.61 - - [2025-12-29 02:50:36] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc HTTP/1.1" 200 1924 0.087765 10.0.0.61 - - [2025-12-29 02:50:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002810 10.0.0.61 - - [2025-12-29 02:50:36] "POST /network-ipams HTTP/1.1" 200 621 0.025474 10.0.0.61 - - [2025-12-29 02:50:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.002970 10.0.0.61 - - [2025-12-29 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.61 - - [2025-12-29 02:50:36] "GET /network-ipam/150c2b43-9db9-48cc-89dc-5b1d996afe07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.006201 10.0.0.61 - - [2025-12-29 02:50:36] "PUT /network-ipam/150c2b43-9db9-48cc-89dc-5b1d996afe07 HTTP/1.1" 200 258 0.013167 10.0.0.61 - - [2025-12-29 02:50:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.61 - - [2025-12-29 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.029859 10.0.0.27 - - [2025-12-29 02:50:36] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000798 10.0.0.61 - - [2025-12-29 02:50:36] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033767 10.0.0.27 - - [2025-12-29 02:50:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008761 10.0.0.61 - - [2025-12-29 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.227756 10.0.0.61 - - [2025-12-29 02:50:37] "POST /neutron/network HTTP/1.1" 200 1337 0.012262 10.0.0.61 - - [2025-12-29 02:50:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.000962 10.0.0.61 - - [2025-12-29 02:50:37] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.004379 10.0.0.61 - - [2025-12-29 02:50:37] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005075 10.0.0.61 - - [2025-12-29 02:50:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.007808 10.0.0.61 - - [2025-12-29 02:50:38] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005093 10.0.0.61 - - [2025-12-29 02:50:39] "GET /obj-perms HTTP/1.1" 200 5019 0.099694 10.0.0.27 - - [2025-12-29 02:50:39] "GET /obj-perms HTTP/1.1" 200 5019 0.050561 10.0.0.61 - - [2025-12-29 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2025-12-29 02:50:40] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.61 - - [2025-12-29 02:50:40] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.033940 10.0.0.61 - - [2025-12-29 02:50:40] "POST /neutron/network HTTP/1.1" 200 117 0.016368 10.0.0.61 - - [2025-12-29 02:50:40] "POST /route-targets HTTP/1.1" 200 327 0.011614 10.0.0.27 - - [2025-12-29 02:50:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007454 10.0.0.61 - - [2025-12-29 02:50:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.182944 10.0.0.61 - - [2025-12-29 02:50:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.002444 10.0.0.61 - - [2025-12-29 02:50:40] "POST /id-to-fqname HTTP/1.1" 200 235 0.001169 10.0.0.61 - - [2025-12-29 02:50:40] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006371 10.0.0.61 - - [2025-12-29 02:50:40] "POST /neutron/network HTTP/1.1" 200 1337 0.009369 10.0.0.61 - - [2025-12-29 02:50:40] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.004752 10.0.0.61 - - [2025-12-29 02:50:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.007959 10.0.0.61 - - [2025-12-29 02:50:41] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006540 10.0.0.61 - - [2025-12-29 02:50:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.004066 10.0.0.61 - - [2025-12-29 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2025-12-29 02:50:41] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.61 - - [2025-12-29 02:50:41] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038940 10.0.0.61 - - [2025-12-29 02:50:41] "POST /network-policys HTTP/1.1" 200 533 0.028758 10.0.0.61 - - [2025-12-29 02:50:41] "GET /network-policy/5afb5689-8750-4710-aa49-83264960be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005473 10.0.0.61 - - [2025-12-29 02:50:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003704 10.0.0.61 - - [2025-12-29 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.27 - - [2025-12-29 02:50:42] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.61 - - [2025-12-29 02:50:42] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063709 10.0.0.61 - - [2025-12-29 02:50:42] "POST /network-policys HTTP/1.1" 200 533 0.031342 10.0.0.61 - - [2025-12-29 02:50:42] "GET /network-policy/170bc7d5-2ede-4e6b-87e1-b815ba8fc21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005887 10.0.0.61 - - [2025-12-29 02:50:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002820 10.0.0.61 - - [2025-12-29 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-12-29 02:50:42] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.61 - - [2025-12-29 02:50:42] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046074 10.0.0.61 - - [2025-12-29 02:50:42] "POST /network-policys HTTP/1.1" 200 533 0.030130 10.0.0.61 - - [2025-12-29 02:50:42] "GET /network-policy/b2f0fca8-2ef2-4a9d-b163-3b1801351a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006497 10.0.0.61 - - [2025-12-29 02:50:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003285 10.0.0.61 - - [2025-12-29 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.27 - - [2025-12-29 02:50:42] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.61 - - [2025-12-29 02:50:42] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043305 10.0.0.61 - - [2025-12-29 02:50:42] "POST /network-policys HTTP/1.1" 200 533 0.029140 10.0.0.61 - - [2025-12-29 02:50:42] "GET /network-policy/f8fc0a01-af66-4a02-823f-f3d32af6c922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005675 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 404 213 0.003025 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-12-29 02:50:43] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.61 - - [2025-12-29 02:50:43] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052820 10.0.0.61 - - [2025-12-29 02:50:43] "POST /network-policys HTTP/1.1" 200 537 0.024433 10.0.0.61 - - [2025-12-29 02:50:43] "GET /network-policy/3805b9cc-2340-4942-94ac-c223cff91b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005293 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.002975 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.27 - - [2025-12-29 02:50:43] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.61 - - [2025-12-29 02:50:43] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040669 10.0.0.61 - - [2025-12-29 02:50:43] "POST /network-policys HTTP/1.1" 200 535 0.027289 10.0.0.61 - - [2025-12-29 02:50:43] "GET /network-policy/e9237b60-6e2d-4234-864b-f556b95ce96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006203 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.004050 10.0.0.61 - - [2025-12-29 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-12-29 02:50:43] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.61 - - [2025-12-29 02:50:43] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040487 10.0.0.61 - - [2025-12-29 02:50:43] "POST /network-policys HTTP/1.1" 200 535 0.028041 10.0.0.61 - - [2025-12-29 02:50:43] "GET /network-policy/7d0bd196-a757-432c-a462-9c1329722c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006475 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.003152 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2025-12-29 02:50:44] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.61 - - [2025-12-29 02:50:44] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031826 10.0.0.61 - - [2025-12-29 02:50:44] "POST /network-policys HTTP/1.1" 200 535 0.029840 10.0.0.61 - - [2025-12-29 02:50:44] "GET /network-policy/2d889974-2d7f-4379-9346-eca95fd7d868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005589 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.002898 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-12-29 02:50:44] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.61 - - [2025-12-29 02:50:44] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043326 10.0.0.61 - - [2025-12-29 02:50:44] "POST /network-policys HTTP/1.1" 200 535 0.028876 10.0.0.61 - - [2025-12-29 02:50:44] "GET /network-policy/fc3a0a82-1de1-4554-80ef-a99415150980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005634 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.003089 10.0.0.61 - - [2025-12-29 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-12-29 02:50:44] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.61 - - [2025-12-29 02:50:44] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037079 10.0.0.61 - - [2025-12-29 02:50:44] "POST /network-policys HTTP/1.1" 200 539 0.025173 10.0.0.61 - - [2025-12-29 02:50:45] "GET /network-policy/10916a09-6989-4489-8100-4604da353d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005812 10.0.0.61 - - [2025-12-29 02:50:45] "POST /neutron/network HTTP/1.1" 200 1425 0.086386 10.0.0.61 - - [2025-12-29 02:50:45] "POST /access-control-lists HTTP/1.1" 200 609 0.044812 10.0.0.61 - - [2025-12-29 02:50:45] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006639 10.0.0.61 - - [2025-12-29 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.61 - - [2025-12-29 02:50:45] "GET /network-policy/5afb5689-8750-4710-aa49-83264960be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003819 10.0.0.61 - - [2025-12-29 02:50:45] "POST /neutron/network HTTP/1.1" 200 1427 0.083870 10.0.0.61 - - [2025-12-29 02:50:45] "POST /ref-update HTTP/1.1" 200 156 0.030725 10.0.0.61 - - [2025-12-29 02:50:45] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006796 10.0.0.61 - - [2025-12-29 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 10.0.0.61 - - [2025-12-29 02:50:45] "GET /network-policy/3805b9cc-2340-4942-94ac-c223cff91b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003600 10.0.0.61 - - [2025-12-29 02:50:45] "POST /id-to-fqname HTTP/1.1" 200 235 0.001125 10.0.0.27 - - [2025-12-29 02:50:46] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.61 - - [2025-12-29 02:50:46] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068410 10.0.0.61 - - [2025-12-29 02:50:46] "POST /neutron/network HTTP/1.1" 200 1425 0.037816 10.0.0.61 - - [2025-12-29 02:50:47] "POST /id-to-fqname HTTP/1.1" 200 235 0.001404 10.0.0.61 - - [2025-12-29 02:50:47] "POST /neutron/port HTTP/1.1" 200 117 0.005861 10.0.0.27 - - [2025-12-29 02:50:47] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.61 - - [2025-12-29 02:50:47] "POST /neutron/port HTTP/1.1" 200 1174 0.316077 10.0.0.61 - - [2025-12-29 02:50:48] "POST /neutron/port HTTP/1.1" 200 1228 0.118803 10.0.0.27 - - [2025-12-29 02:50:48] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.61 - - [2025-12-29 02:50:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.61 - - [2025-12-29 02:50:48] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.092819 10.0.0.61 - - [2025-12-29 02:50:48] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.61 - - [2025-12-29 02:50:48] "POST /neutron/port HTTP/1.1" 200 1238 0.018624 10.0.0.61 - - [2025-12-29 02:50:48] "POST /neutron/port HTTP/1.1" 200 1238 0.015528 10.0.0.27 - - [2025-12-29 02:50:48] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000944 10.0.0.61 - - [2025-12-29 02:50:49] "POST /neutron/port HTTP/1.1" 200 1174 0.299621 10.0.0.61 - - [2025-12-29 02:50:49] "POST /neutron/port HTTP/1.1" 200 1228 0.104451 10.0.0.61 - - [2025-12-29 02:50:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003271 10.0.0.61 - - [2025-12-29 02:50:49] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.61 - - [2025-12-29 02:50:51] "DELETE /access-control-list/b9974f89-6cdc-407f-af3d-a30448981144 HTTP/1.1" 200 115 0.036637 10.0.0.61 - - [2025-12-29 02:50:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007293 10.0.0.61 - - [2025-12-29 02:50:53] "POST /neutron/port HTTP/1.1" 200 1238 0.019270 10.0.0.61 - - [2025-12-29 02:50:53] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 401 292 0.000583 10.0.0.61 - - [2025-12-29 02:50:54] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 200 1305 0.034001 10.0.0.61 - - [2025-12-29 02:50:54] "GET /virtual-machine-interface/b2342e33-f034-471c-87af-afe8d97ce128 HTTP/1.1" 200 3169 0.005038 10.0.0.61 - - [2025-12-29 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.61 - - [2025-12-29 02:50:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003077 10.0.0.61 - - [2025-12-29 02:50:54] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002642 10.0.0.61 - - [2025-12-29 02:50:54] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005123 10.0.0.61 - - [2025-12-29 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.61 - - [2025-12-29 02:50:57] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005275 10.0.0.61 - - [2025-12-29 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.61 - - [2025-12-29 02:51:01] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005133 10.0.0.61 - - [2025-12-29 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.61 - - [2025-12-29 02:51:05] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004927 10.0.0.27 - - [2025-12-29 02:51:07] "DELETE /project/e8c07241cb3b412a8def80c621879dfc HTTP/1.1" 404 173 0.002988 10.0.0.27 - - [2025-12-29 02:51:07] "DELETE /project/5402d4b8-88de-4651-90a6-25dbe1d9c69a HTTP/1.1" 404 177 0.005407 10.0.0.27 - - [2025-12-29 02:51:07] "DELETE /project/5402d4b888de465190a625dbe1d9c69a HTTP/1.1" 404 173 0.007046 10.0.0.61 - - [2025-12-29 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.61 - - [2025-12-29 02:51:09] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005405 10.0.0.61 - - [2025-12-29 02:51:13] "POST /neutron/port HTTP/1.1" 200 1238 0.018534 10.0.0.61 - - [2025-12-29 02:51:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.61 - - [2025-12-29 02:51:13] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.61 - - [2025-12-29 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.61 - - [2025-12-29 02:51:13] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005077 10.0.0.61 - - [2025-12-29 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.61 - - [2025-12-29 02:51:17] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004752 10.0.0.61 - - [2025-12-29 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.61 - - [2025-12-29 02:51:21] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004828 10.0.0.61 - - [2025-12-29 02:51:22] "POST /neutron/port HTTP/1.1" 200 1238 0.019621 10.0.0.61 - - [2025-12-29 02:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013559 10.0.0.61 - - [2025-12-29 02:51:22] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.61 - - [2025-12-29 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.61 - - [2025-12-29 02:51:26] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006727 10.0.0.61 - - [2025-12-29 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.61 - - [2025-12-29 02:51:30] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005280 10.0.0.22 - - [2025-12-29 02:51:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052559 10.0.0.61 - - [2025-12-29 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.61 - - [2025-12-29 02:51:34] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004545 10.0.0.61 - - [2025-12-29 02:51:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033572 10.0.0.61 - - [2025-12-29 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.61 - - [2025-12-29 02:51:38] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005593 10.0.0.61 - - [2025-12-29 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-29 02:51:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004135 10.0.0.61 - - [2025-12-29 02:51:42] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003418 10.0.0.61 - - [2025-12-29 02:51:42] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005753 10.0.0.61 - - [2025-12-29 02:51:47] "POST /neutron/port HTTP/1.1" 200 1238 0.015476 10.0.0.61 - - [2025-12-29 02:51:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006247 10.0.0.61 - - [2025-12-29 02:51:58] "POST /neutron/port HTTP/1.1" 200 1238 0.019623 10.0.0.61 - - [2025-12-29 02:52:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006640 10.0.0.61 - - [2025-12-29 02:52:08] "POST /neutron/port HTTP/1.1" 200 1238 0.016028 10.0.0.61 - - [2025-12-29 02:52:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006735 10.0.0.61 - - [2025-12-29 02:52:08] "GET /virtual-machine/61d66b27-3476-4281-9b1f-58e3b4f83d95 HTTP/1.1" 200 1304 0.007252 10.0.0.61 - - [2025-12-29 02:52:08] "GET /virtual-machine-interface/d5efe027-7705-4299-9d52-9d3061312c5d HTTP/1.1" 200 3170 0.006177 10.0.0.61 - - [2025-12-29 02:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.61 - - [2025-12-29 02:52:08] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003898 10.0.0.61 - - [2025-12-29 02:52:08] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003445 10.0.0.61 - - [2025-12-29 02:52:08] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006234 10.0.0.61 - - [2025-12-29 02:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.61 - - [2025-12-29 02:52:09] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004607 10.0.0.61 - - [2025-12-29 02:52:09] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002963 10.0.0.61 - - [2025-12-29 02:52:09] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006992 10.0.0.61 - - [2025-12-29 02:52:10] "POST /neutron/port HTTP/1.1" 200 1238 0.019268 10.0.0.61 - - [2025-12-29 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.61 - - [2025-12-29 02:52:10] "GET /network-policy/3805b9cc-2340-4942-94ac-c223cff91b6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004402 10.0.0.61 - - [2025-12-29 02:52:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011211 10.0.0.61 - - [2025-12-29 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.61 - - [2025-12-29 02:52:10] "GET /network-policy/5afb5689-8750-4710-aa49-83264960be22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004842 10.0.0.61 - - [2025-12-29 02:52:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.065621 10.0.0.61 - - [2025-12-29 02:52:11] "POST /neutron/network HTTP/1.1" 200 1425 0.020681 10.0.0.61 - - [2025-12-29 02:52:11] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008955 10.0.0.61 - - [2025-12-29 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.61 - - [2025-12-29 02:52:11] "GET /network-policy/170bc7d5-2ede-4e6b-87e1-b815ba8fc21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.003733 10.0.0.61 - - [2025-12-29 02:52:13] "POST /neutron/network HTTP/1.1" 200 1437 0.006478 10.0.0.61 - - [2025-12-29 02:52:13] "POST /neutron/subnet HTTP/1.1" 200 1361 0.013045 10.0.0.61 - - [2025-12-29 02:52:13] "POST /neutron/network HTTP/1.1" 200 1427 0.010797 10.0.0.61 - - [2025-12-29 02:52:24] "POST /neutron/network HTTP/1.1" 200 1435 0.006665 10.0.0.61 - - [2025-12-29 02:52:24] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014769 10.0.0.61 - - [2025-12-29 02:52:24] "POST /neutron/network HTTP/1.1" 200 1425 0.011838 10.0.0.61 - - [2025-12-29 02:52:34] "GET /obj-perms HTTP/1.1" 200 5056 0.046548 10.0.0.61 - - [2025-12-29 02:52:35] "PUT /access-control-list/b8ae74c9-5367-4c10-88d9-7336c3037514 HTTP/1.1" 200 272 0.018354 10.0.0.61 - - [2025-12-29 02:52:35] "POST /neutron/network HTTP/1.1" 200 1428 0.015610 10.0.0.61 - - [2025-12-29 02:52:35] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.004846 10.0.0.61 - - [2025-12-29 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.61 - - [2025-12-29 02:52:35] "GET /network-policy/10916a09-6989-4489-8100-4604da353d77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003580 10.0.0.61 - - [2025-12-29 02:52:48] "POST /ref-update HTTP/1.1" 200 156 0.013900 10.0.0.61 - - [2025-12-29 02:52:48] "POST /neutron/network HTTP/1.1" 200 1425 0.026946 10.0.0.61 - - [2025-12-29 02:52:48] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.012560 10.0.0.61 - - [2025-12-29 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.61 - - [2025-12-29 02:52:48] "GET /network-policy/b2f0fca8-2ef2-4a9d-b163-3b1801351a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004586 10.0.0.22 - - [2025-12-29 02:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-12-29 02:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2025-12-29 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-12-29 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.22 - - [2025-12-29 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-12-29 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-12-29 02:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-12-29 02:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.61 - - [2025-12-29 02:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.61 - - [2025-12-29 02:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.61 - - [2025-12-29 02:52:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000894 10.0.0.61 - - [2025-12-29 02:52:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.61 - - [2025-12-29 02:53:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004231 10.0.0.61 - - [2025-12-29 02:53:01] "POST /neutron/network HTTP/1.1" 200 1425 0.014850 10.0.0.61 - - [2025-12-29 02:53:01] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005167 10.0.0.61 - - [2025-12-29 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.61 - - [2025-12-29 02:53:01] "GET /network-policy/f8fc0a01-af66-4a02-823f-f3d32af6c922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007100 10.0.0.61 - - [2025-12-29 02:53:11] "POST /ref-update HTTP/1.1" 200 156 0.039772 10.0.0.61 - - [2025-12-29 02:53:11] "POST /neutron/network HTTP/1.1" 200 1426 0.028810 10.0.0.61 - - [2025-12-29 02:53:11] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.011121 10.0.0.61 - - [2025-12-29 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.61 - - [2025-12-29 02:53:11] "GET /network-policy/e9237b60-6e2d-4234-864b-f556b95ce96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007742 10.0.0.61 - - [2025-12-29 02:53:14] "POST /neutron/network HTTP/1.1" 200 1437 0.035591 10.0.0.61 - - [2025-12-29 02:53:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015552 10.0.0.61 - - [2025-12-29 02:53:14] "POST /neutron/network HTTP/1.1" 200 1427 0.010242 10.0.0.61 - - [2025-12-29 02:53:24] "POST /neutron/network HTTP/1.1" 200 1426 0.021197 10.0.0.61 - - [2025-12-29 02:53:24] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006466 10.0.0.61 - - [2025-12-29 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.61 - - [2025-12-29 02:53:24] "GET /network-policy/7d0bd196-a757-432c-a462-9c1329722c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005178 10.0.0.61 - - [2025-12-29 02:53:25] "POST /neutron/network HTTP/1.1" 200 1436 0.033807 10.0.0.61 - - [2025-12-29 02:53:25] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016406 10.0.0.61 - - [2025-12-29 02:53:25] "POST /neutron/network HTTP/1.1" 200 1426 0.011048 10.0.0.61 - - [2025-12-29 02:53:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003253 10.0.0.61 - - [2025-12-29 02:53:34] "POST /neutron/network HTTP/1.1" 200 1426 0.010895 10.0.0.61 - - [2025-12-29 02:53:34] "PUT /access-control-list/b8ae74c9-5367-4c10-88d9-7336c3037514 HTTP/1.1" 200 272 0.068224 10.0.0.61 - - [2025-12-29 02:53:34] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.013295 10.0.0.61 - - [2025-12-29 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.61 - - [2025-12-29 02:53:35] "GET /network-policy/2d889974-2d7f-4379-9346-eca95fd7d868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.003740 10.0.0.27 - - [2025-12-29 02:53:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056137 10.0.0.61 - - [2025-12-29 02:53:47] "POST /neutron/network HTTP/1.1" 200 1426 0.015843 10.0.0.61 - - [2025-12-29 02:53:47] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007540 10.0.0.61 - - [2025-12-29 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005341 10.0.0.61 - - [2025-12-29 02:53:47] "GET /network-policy/fc3a0a82-1de1-4554-80ef-a99415150980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004187 10.0.0.61 - - [2025-12-29 02:53:57] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005310 10.0.0.61 - - [2025-12-29 02:53:57] "POST /neutron/network HTTP/1.1" 200 1337 0.028113 10.0.0.61 - - [2025-12-29 02:53:57] "POST /ref-update HTTP/1.1" 200 156 0.043350 10.0.0.61 - - [2025-12-29 02:53:57] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.020754 10.0.0.61 - - [2025-12-29 02:53:57] "GET /virtual-machine/61d66b27-3476-4281-9b1f-58e3b4f83d95 HTTP/1.1" 200 1304 0.005082 10.0.0.61 - - [2025-12-29 02:53:58] "POST /neutron/port HTTP/1.1" 200 151 0.209918 10.0.0.61 - - [2025-12-29 02:53:59] "GET /virtual-machine/61d66b27-3476-4281-9b1f-58e3b4f83d95 HTTP/1.1" 404 171 0.003578 10.0.0.61 - - [2025-12-29 02:53:59] "GET /virtual-machine/61d66b27-3476-4281-9b1f-58e3b4f83d95 HTTP/1.1" 404 171 0.003111 10.0.0.61 - - [2025-12-29 02:53:59] "GET /virtual-machine/61d66b27-3476-4281-9b1f-58e3b4f83d95 HTTP/1.1" 404 171 0.002886 10.0.0.61 - - [2025-12-29 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.61 - - [2025-12-29 02:54:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004120 10.0.0.61 - - [2025-12-29 02:54:00] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003088 10.0.0.61 - - [2025-12-29 02:54:00] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006569 10.0.0.61 - - [2025-12-29 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.61 - - [2025-12-29 02:54:00] "GET /routing-instance/e3bab1ea-237f-43d6-a9cc-27ab91e71a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004192 10.0.0.61 - - [2025-12-29 02:54:00] "GET /route-target/26efd053-4b91-4f83-85e5-7fecca4a357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003904 10.0.0.61 - - [2025-12-29 02:54:06] "GET /obj-perms HTTP/1.1" 200 5019 0.005095 10.0.0.27 - - [2025-12-29 02:54:06] "GET /obj-perms HTTP/1.1" 200 5019 0.003989 10.0.0.61 - - [2025-12-29 02:54:15] "GET /obj-perms HTTP/1.1" 200 5019 0.004462 10.0.0.27 - - [2025-12-29 02:54:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003486 10.0.0.61 - - [2025-12-29 02:54:24] "GET /obj-perms HTTP/1.1" 200 5019 0.004665 10.0.0.27 - - [2025-12-29 02:54:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004770 10.0.0.61 - - [2025-12-29 02:54:26] "POST /neutron/network HTTP/1.1" 200 1347 0.006373 10.0.0.61 - - [2025-12-29 02:54:26] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014313 10.0.0.61 - - [2025-12-29 02:54:26] "POST /neutron/network HTTP/1.1" 200 1337 0.009697 10.0.0.61 - - [2025-12-29 02:54:28] "GET /obj-perms HTTP/1.1" 200 5019 0.006900 10.0.0.61 - - [2025-12-29 02:54:28] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 200 1305 0.004084 10.0.0.61 - - [2025-12-29 02:54:28] "POST /neutron/port HTTP/1.1" 200 151 0.201773 10.0.0.61 - - [2025-12-29 02:54:30] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 404 171 0.004610 10.0.0.61 - - [2025-12-29 02:54:30] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 404 171 0.005668 10.0.0.61 - - [2025-12-29 02:54:30] "GET /virtual-machine/f5189b36-399a-4215-8d6d-aac8060f1f34 HTTP/1.1" 404 171 0.003017 10.0.0.61 - - [2025-12-29 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.61 - - [2025-12-29 02:54:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003409 10.0.0.61 - - [2025-12-29 02:54:30] "GET /virtual-networks?parent_id=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003050 10.0.0.61 - - [2025-12-29 02:54:30] "GET /virtual-network/8fc7f285-4926-4865-9f9d-93b1478b5553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005659 10.0.0.61 - - [2025-12-29 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.61 - - [2025-12-29 02:54:30] "GET /routing-instance/fcc7b50a-903e-4e61-9a50-a3e09ea7f6a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.010212 10.0.0.61 - - [2025-12-29 02:54:30] "GET /route-target/1c569402-b040-47b0-8b2c-7bc51869e0a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004419 10.0.0.22 - - [2025-12-29 02:54:30] "GET /obj-perms HTTP/1.1" 200 5019 0.054667 10.0.0.61 - - [2025-12-29 02:54:35] "GET /obj-perms HTTP/1.1" 200 5056 0.054479 10.0.0.22 - - [2025-12-29 02:54:36] "GET /obj-perms HTTP/1.1" 200 5019 0.003483 10.0.0.61 - - [2025-12-29 02:54:43] "GET /obj-perms HTTP/1.1" 200 5019 0.004012 10.0.0.22 - - [2025-12-29 02:54:46] "GET /obj-perms HTTP/1.1" 200 5019 0.003887 10.0.0.61 - - [2025-12-29 02:54:52] "GET /obj-perms HTTP/1.1" 200 5019 0.003809 10.0.0.22 - - [2025-12-29 02:54:52] "GET /obj-perms HTTP/1.1" 200 5019 0.003371 10.0.0.27 - - [2025-12-29 02:54:52] "GET /obj-perms HTTP/1.1" 200 5019 0.004272 10.0.0.61 - - [2025-12-29 02:54:52] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005782 10.0.0.61 - - [2025-12-29 02:54:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003784 10.0.0.61 - - [2025-12-29 02:54:52] "POST /neutron/network HTTP/1.1" 200 1337 0.013930 10.0.0.61 - - [2025-12-29 02:54:52] "GET /virtual-network/b945447d-5886-4032-8a66-32b6d043ff61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007700 10.0.0.61 - - [2025-12-29 02:54:52] "DELETE /network-policy/10916a09-6989-4489-8100-4604da353d77 HTTP/1.1" 200 115 0.031863 10.0.0.61 - - [2025-12-29 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2025-12-29 02:54:52] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000909 10.0.0.61 - - [2025-12-29 02:54:52] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037083 10.0.0.61 - - [2025-12-29 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005003 10.0.0.61 - - [2025-12-29 02:54:53] "DELETE /network-policy/fc3a0a82-1de1-4554-80ef-a99415150980 HTTP/1.1" 200 115 0.041993 10.0.0.61 - - [2025-12-29 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-12-29 02:54:53] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000861 10.0.0.61 - - [2025-12-29 02:54:53] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035292 10.0.0.61 - - [2025-12-29 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005548 10.0.0.61 - - [2025-12-29 02:54:53] "DELETE /network-policy/2d889974-2d7f-4379-9346-eca95fd7d868 HTTP/1.1" 200 115 0.041703 10.0.0.61 - - [2025-12-29 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006292 10.0.0.27 - - [2025-12-29 02:54:53] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.61 - - [2025-12-29 02:54:53] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038911 10.0.0.61 - - [2025-12-29 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006561 10.0.0.61 - - [2025-12-29 02:54:53] "DELETE /network-policy/7d0bd196-a757-432c-a462-9c1329722c0c HTTP/1.1" 200 115 0.037774 10.0.0.61 - - [2025-12-29 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2025-12-29 02:54:53] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000858 10.0.0.61 - - [2025-12-29 02:54:53] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040201 10.0.0.61 - - [2025-12-29 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005168 10.0.0.61 - - [2025-12-29 02:54:53] "DELETE /network-policy/e9237b60-6e2d-4234-864b-f556b95ce96e HTTP/1.1" 200 115 0.040147 10.0.0.61 - - [2025-12-29 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-12-29 02:54:53] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.61 - - [2025-12-29 02:54:53] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065593 10.0.0.61 - - [2025-12-29 02:54:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005915 10.0.0.61 - - [2025-12-29 02:54:53] "DELETE /network-policy/3805b9cc-2340-4942-94ac-c223cff91b6c HTTP/1.1" 200 115 0.028408 10.0.0.61 - - [2025-12-29 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.27 - - [2025-12-29 02:54:53] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.61 - - [2025-12-29 02:54:53] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043496 10.0.0.61 - - [2025-12-29 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.004897 10.0.0.61 - - [2025-12-29 02:54:54] "DELETE /network-policy/f8fc0a01-af66-4a02-823f-f3d32af6c922 HTTP/1.1" 200 115 0.036687 10.0.0.61 - - [2025-12-29 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-12-29 02:54:54] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.61 - - [2025-12-29 02:54:54] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.109689 10.0.0.61 - - [2025-12-29 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005476 10.0.0.61 - - [2025-12-29 02:54:54] "DELETE /network-policy/b2f0fca8-2ef2-4a9d-b163-3b1801351a4c HTTP/1.1" 200 115 0.041355 10.0.0.61 - - [2025-12-29 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2025-12-29 02:54:54] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.61 - - [2025-12-29 02:54:54] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039570 10.0.0.61 - - [2025-12-29 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005407 10.0.0.61 - - [2025-12-29 02:54:54] "DELETE /network-policy/170bc7d5-2ede-4e6b-87e1-b815ba8fc21c HTTP/1.1" 200 115 0.033736 10.0.0.61 - - [2025-12-29 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.27 - - [2025-12-29 02:54:54] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.61 - - [2025-12-29 02:54:54] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042064 10.0.0.61 - - [2025-12-29 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005403 10.0.0.61 - - [2025-12-29 02:54:54] "DELETE /network-policy/5afb5689-8750-4710-aa49-83264960be22 HTTP/1.1" 200 115 0.031858 10.0.0.61 - - [2025-12-29 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2025-12-29 02:54:54] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.61 - - [2025-12-29 02:54:54] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034048 10.0.0.61 - - [2025-12-29 02:54:54] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-09669829&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005339 10.0.0.61 - - [2025-12-29 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.036515 10.0.0.61 - - [2025-12-29 02:54:55] "POST /neutron/network HTTP/1.1" 200 1337 0.010270 10.0.0.61 - - [2025-12-29 02:54:55] "DELETE /route-target/1c569402-b040-47b0-8b2c-7bc51869e0a6 HTTP/1.1" 200 115 0.020393 10.0.0.61 - - [2025-12-29 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-29 02:54:55] "DELETE /network-ipam/150c2b43-9db9-48cc-89dc-5b1d996afe07 HTTP/1.1" 200 115 0.032221 10.0.0.61 - - [2025-12-29 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 260 0.007005 10.0.0.27 - - [2025-12-29 02:54:55] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.27 - - [2025-12-29 02:54:56] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.039280 10.0.0.27 - - [2025-12-29 02:54:56] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000821 10.0.0.27 - - [2025-12-29 02:54:56] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?fields=security_groups HTTP/1.1" 200 1399 0.047794 10.0.0.27 - - [2025-12-29 02:54:56] "DELETE /security-group/ac062155-e620-4751-b006-a56b162162a6 HTTP/1.1" 200 115 0.051596 10.0.0.27 - - [2025-12-29 02:54:56] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001381 10.0.0.27 - - [2025-12-29 02:54:56] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?fields=application_policy_sets HTTP/1.1" 200 1438 0.054067 10.0.0.61 - - [2025-12-29 02:54:56] "DELETE /project/e8c07241-cb3b-412a-8def-80c621879dfc HTTP/1.1" 200 115 0.384042 10.0.0.27 - - [2025-12-29 02:54:56] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.61 - - [2025-12-29 02:54:56] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?fields=projects HTTP/1.1" 200 1439 0.011624 10.0.0.27 - - [2025-12-29 02:54:57] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003072 10.0.0.27 - - [2025-12-29 02:54:57] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.27 - - [2025-12-29 02:54:57] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050484 10.0.0.27 - - [2025-12-29 02:54:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.004817 10.0.0.27 - - [2025-12-29 02:54:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.005527 10.0.0.27 - - [2025-12-29 02:54:58] "POST /security-groups HTTP/1.1" 200 603 0.027696 10.0.0.61 - - [2025-12-29 02:54:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.002715 10.0.0.27 - - [2025-12-29 02:54:58] "POST /projects HTTP/1.1" 200 609 0.238612 10.0.0.27 - - [2025-12-29 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.315005 10.0.0.61 - - [2025-12-29 02:54:58] "POST /access-control-lists HTTP/1.1" 200 606 0.025424 10.0.0.61 - - [2025-12-29 02:54:58] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.492812 10.0.0.27 - - [2025-12-29 02:54:58] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.61 - - [2025-12-29 02:54:58] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?fields=virtual_networks HTTP/1.1" 200 1056 0.045948 10.0.0.27 - - [2025-12-29 02:54:58] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.61 - - [2025-12-29 02:54:58] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.042948 10.0.0.27 - - [2025-12-29 02:54:58] "GET /projects?obj_uuids=e8c07241-cb3b-412a-8def-80c621879dfc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002163 10.0.0.61 - - [2025-12-29 02:54:58] "GET /project/e8c07241-cb3b-412a-8def-80c621879dfc?fields=security_groups HTTP/1.1" 200 1294 0.069481 10.0.0.61 - - [2025-12-29 02:54:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.026963 10.0.0.27 - - [2025-12-29 02:54:59] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.27 - - [2025-12-29 02:54:59] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.27 - - [2025-12-29 02:54:59] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006791 10.0.0.27 - - [2025-12-29 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 184 0.005344 10.0.0.27 - - [2025-12-29 02:54:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003961 10.0.0.27 - - [2025-12-29 02:54:59] "POST /security-groups HTTP/1.1" 200 585 0.071438 10.0.0.27 - - [2025-12-29 02:54:59] "POST /projects HTTP/1.1" 200 573 0.259385 10.0.0.61 - - [2025-12-29 02:54:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.010084 10.0.0.27 - - [2025-12-29 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.332590 10.0.0.61 - - [2025-12-29 02:54:59] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.462584 10.0.0.61 - - [2025-12-29 02:55:00] "GET / HTTP/1.1" 200 35931 0.002115 10.0.0.61 - - [2025-12-29 02:55:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.61 - - [2025-12-29 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.095642 10.0.0.27 - - [2025-12-29 02:55:01] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000869 10.0.0.61 - - [2025-12-29 02:55:02] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.037208 10.0.0.27 - - [2025-12-29 02:55:02] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000965 10.0.0.61 - - [2025-12-29 02:55:02] "POST /neutron/network HTTP/1.1" 200 599 0.197117 10.0.0.61 - - [2025-12-29 02:55:02] "DELETE /access-control-list/f5581a9e-e908-4a36-a06e-1570887b7fbb HTTP/1.1" 200 115 0.058051 10.0.0.61 - - [2025-12-29 02:55:02] "POST /neutron/network HTTP/1.1" 200 992 0.010112 10.0.0.61 - - [2025-12-29 02:55:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.001157 10.0.0.61 - - [2025-12-29 02:55:02] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004858 10.0.0.61 - - [2025-12-29 02:55:03] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005351 10.0.0.61 - - [2025-12-29 02:55:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.008255 10.0.0.61 - - [2025-12-29 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-12-29 02:55:03] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001162 10.0.0.61 - - [2025-12-29 02:55:03] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.054158 10.0.0.27 - - [2025-12-29 02:55:03] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000866 10.0.0.61 - - [2025-12-29 02:55:03] "POST /neutron/network HTTP/1.1" 200 599 0.152635 10.0.0.61 - - [2025-12-29 02:55:03] "POST /route-targets HTTP/1.1" 200 327 0.016720 10.0.0.61 - - [2025-12-29 02:55:03] "POST /neutron/network HTTP/1.1" 200 993 0.011253 10.0.0.61 - - [2025-12-29 02:55:03] "POST /id-to-fqname HTTP/1.1" 200 214 0.001508 10.0.0.61 - - [2025-12-29 02:55:03] "GET /virtual-network/1b976e5a-18ee-4574-b8e4-6d9edd9a849d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005215 10.0.0.61 - - [2025-12-29 02:55:03] "GET /virtual-network/1b976e5a-18ee-4574-b8e4-6d9edd9a849d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005277 10.0.0.61 - - [2025-12-29 02:55:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.011845 10.0.0.61 - - [2025-12-29 02:55:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001472 10.0.0.27 - - [2025-12-29 02:55:05] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001049 10.0.0.61 - - [2025-12-29 02:55:05] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.076399 10.0.0.61 - - [2025-12-29 02:55:05] "POST /neutron/network HTTP/1.1" 200 992 0.008851 10.0.0.61 - - [2025-12-29 02:55:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001241 10.0.0.61 - - [2025-12-29 02:55:05] "POST /neutron/port HTTP/1.1" 200 117 0.005544 10.0.0.27 - - [2025-12-29 02:55:05] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000948 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/port HTTP/1.1" 200 1161 0.324065 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/port HTTP/1.1" 200 1215 0.093987 10.0.0.27 - - [2025-12-29 02:55:06] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000938 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.61 - - [2025-12-29 02:55:06] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.086213 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.001444 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/port HTTP/1.1" 200 1225 0.017978 10.0.0.61 - - [2025-12-29 02:55:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001590 10.0.0.61 - - [2025-12-29 02:55:06] "POST /neutron/port HTTP/1.1" 200 1225 0.021568 10.0.0.61 - - [2025-12-29 02:55:07] "POST /neutron/network HTTP/1.1" 200 1002 0.008152 10.0.0.61 - - [2025-12-29 02:55:07] "POST /neutron/port HTTP/1.1" 200 1161 0.027259 10.0.0.27 - - [2025-12-29 02:55:07] "DELETE /project/e8c07241cb3b412a8def80c621879dfc HTTP/1.1" 404 173 0.002255 10.0.0.27 - - [2025-12-29 02:55:07] "DELETE /project/e8c07241-cb3b-412a-8def-80c621879dfc HTTP/1.1" 404 177 0.005481 10.0.0.27 - - [2025-12-29 02:55:07] "DELETE /project/69ec548c2f6b4f89abbff7128ad33e9d HTTP/1.1" 404 173 0.004431 10.0.0.61 - - [2025-12-29 02:55:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003568 10.0.0.61 - - [2025-12-29 02:55:07] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.27 - - [2025-12-29 02:55:07] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001012 10.0.0.61 - - [2025-12-29 02:55:07] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.077894 10.0.0.61 - - [2025-12-29 02:55:07] "POST /neutron/network HTTP/1.1" 200 993 0.008184 10.0.0.61 - - [2025-12-29 02:55:08] "POST /neutron/port HTTP/1.1" 200 117 0.005676 10.0.0.61 - - [2025-12-29 02:55:08] "POST /neutron/port HTTP/1.1" 200 1225 0.018612 10.0.0.61 - - [2025-12-29 02:55:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008309 10.0.0.61 - - [2025-12-29 02:55:08] "GET /virtual-machine/37781cfb-ad89-4a64-be24-5b120a057b3b HTTP/1.1" 401 292 0.000373 10.0.0.61 - - [2025-12-29 02:55:09] "POST /neutron/port HTTP/1.1" 200 1162 0.019869 10.0.0.61 - - [2025-12-29 02:55:09] "GET /virtual-machine/37781cfb-ad89-4a64-be24-5b120a057b3b HTTP/1.1" 200 1286 0.079051 10.0.0.61 - - [2025-12-29 02:55:09] "GET /virtual-machine-interface/0aae0dc3-e8e8-418a-a035-eb315be2f0f1 HTTP/1.1" 200 3104 0.006866 10.0.0.61 - - [2025-12-29 02:55:09] "POST /neutron/port HTTP/1.1" 200 1226 0.024818 10.0.0.61 - - [2025-12-29 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.61 - - [2025-12-29 02:55:09] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002890 10.0.0.61 - - [2025-12-29 02:55:09] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004121 10.0.0.61 - - [2025-12-29 02:55:09] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004416 10.0.0.61 - - [2025-12-29 02:55:09] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014652 10.0.0.61 - - [2025-12-29 02:55:09] "POST /neutron/network HTTP/1.1" 200 993 0.008361 10.0.0.61 - - [2025-12-29 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.61 - - [2025-12-29 02:55:12] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004746 10.0.0.61 - - [2025-12-29 02:55:16] "POST /neutron/network HTTP/1.1" 200 1002 0.007185 10.0.0.61 - - [2025-12-29 02:55:16] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013896 10.0.0.61 - - [2025-12-29 02:55:16] "POST /neutron/network HTTP/1.1" 200 992 0.007863 10.0.0.61 - - [2025-12-29 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.61 - - [2025-12-29 02:55:16] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004910 10.0.0.61 - - [2025-12-29 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.61 - - [2025-12-29 02:55:20] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004878 10.0.0.61 - - [2025-12-29 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.61 - - [2025-12-29 02:55:24] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004848 10.0.0.61 - - [2025-12-29 02:55:26] "POST /neutron/network HTTP/1.1" 200 1002 0.006135 10.0.0.61 - - [2025-12-29 02:55:26] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013287 10.0.0.61 - - [2025-12-29 02:55:26] "POST /neutron/network HTTP/1.1" 200 992 0.011477 10.0.0.61 - - [2025-12-29 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.61 - - [2025-12-29 02:55:28] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004938 10.0.0.61 - - [2025-12-29 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.61 - - [2025-12-29 02:55:32] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.011911 10.0.0.61 - - [2025-12-29 02:55:36] "GET /obj-perms HTTP/1.1" 200 5056 0.054743 10.0.0.61 - - [2025-12-29 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.61 - - [2025-12-29 02:55:37] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.004910 10.0.0.61 - - [2025-12-29 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.61 - - [2025-12-29 02:55:41] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005523 10.0.0.61 - - [2025-12-29 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.61 - - [2025-12-29 02:55:45] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005261 10.0.0.61 - - [2025-12-29 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.61 - - [2025-12-29 02:55:49] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005010 10.0.0.61 - - [2025-12-29 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.61 - - [2025-12-29 02:55:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003613 10.0.0.61 - - [2025-12-29 02:55:51] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002685 10.0.0.61 - - [2025-12-29 02:55:51] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006274 10.0.0.61 - - [2025-12-29 02:55:56] "POST /neutron/port HTTP/1.1" 200 1225 0.018144 10.0.0.61 - - [2025-12-29 02:56:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007049 10.0.0.61 - - [2025-12-29 02:56:04] "POST /neutron/port HTTP/1.1" 200 1226 0.015523 10.0.0.61 - - [2025-12-29 02:56:05] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006543 10.0.0.61 - - [2025-12-29 02:56:12] "POST /neutron/port HTTP/1.1" 200 1225 0.016121 10.0.0.61 - - [2025-12-29 02:56:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006608 10.0.0.61 - - [2025-12-29 02:56:17] "POST /neutron/port HTTP/1.1" 200 1225 0.016000 10.0.0.61 - - [2025-12-29 02:56:17] "GET /virtual-machine/134a1f93-2fa6-4142-b257-f05b6ab0d457 HTTP/1.1" 200 1286 0.005055 10.0.0.61 - - [2025-12-29 02:56:17] "GET /virtual-machine-interface/2bf7a626-7803-42bf-9cbb-e5cbcbdf5186 HTTP/1.1" 200 3105 0.005496 10.0.0.61 - - [2025-12-29 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.61 - - [2025-12-29 02:56:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003028 10.0.0.61 - - [2025-12-29 02:56:17] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002766 10.0.0.61 - - [2025-12-29 02:56:17] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005240 10.0.0.61 - - [2025-12-29 02:56:18] "POST /neutron/port HTTP/1.1" 200 1226 0.015902 10.0.0.61 - - [2025-12-29 02:56:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003451 10.0.0.61 - - [2025-12-29 02:56:18] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.61 - - [2025-12-29 02:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.61 - - [2025-12-29 02:56:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004912 10.0.0.61 - - [2025-12-29 02:56:18] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003073 10.0.0.61 - - [2025-12-29 02:56:18] "GET /virtual-network/681d71d4-cc33-4e8d-99a6-1524b1f56109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007047 10.0.0.61 - - [2025-12-29 02:56:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008133 10.0.0.61 - - [2025-12-29 02:56:19] "POST /neutron/port HTTP/1.1" 200 1226 0.016326 10.0.0.61 - - [2025-12-29 02:56:19] "GET /virtual-machine/14591095-1cf2-4d3b-859f-54daf00d853d HTTP/1.1" 200 1285 0.005507 10.0.0.61 - - [2025-12-29 02:56:19] "GET /virtual-machine-interface/f040fc16-5df1-447b-b333-0203848f8e6f HTTP/1.1" 200 3106 0.005156 10.0.0.61 - - [2025-12-29 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.61 - - [2025-12-29 02:56:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003188 10.0.0.61 - - [2025-12-29 02:56:19] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003089 10.0.0.61 - - [2025-12-29 02:56:19] "GET /virtual-network/1b976e5a-18ee-4574-b8e4-6d9edd9a849d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.007250 10.0.0.61 - - [2025-12-29 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.61 - - [2025-12-29 02:56:20] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003308 10.0.0.61 - - [2025-12-29 02:56:20] "GET /virtual-networks?parent_id=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003214 10.0.0.61 - - [2025-12-29 02:56:20] "GET /virtual-network/1b976e5a-18ee-4574-b8e4-6d9edd9a849d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005305 10.0.0.61 - - [2025-12-29 02:56:21] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004303 10.0.0.61 - - [2025-12-29 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.61 - - [2025-12-29 02:56:21] "GET /global-qos-config/29b5d4e1-7217-4efe-8398-8b6b3afd194b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.004813 10.0.0.61 - - [2025-12-29 02:56:22] "POST /fqname-to-id HTTP/1.1" 404 222 0.003416 10.0.0.61 - - [2025-12-29 02:56:22] "POST /forwarding-classs HTTP/1.1" 200 576 0.025132 10.0.0.61 - - [2025-12-29 02:56:22] "POST /id-to-fqname HTTP/1.1" 200 232 0.003450 10.0.0.61 - - [2025-12-29 02:56:22] "GET /forwarding-class/df78cfa0-8d93-4840-9e78-a8556e5fed8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004160 10.0.0.27 - - [2025-12-29 02:56:22] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.026895 10.0.0.61 - - [2025-12-29 02:56:22] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.068027 10.0.0.61 - - [2025-12-29 02:56:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.003170 10.0.0.61 - - [2025-12-29 02:56:22] "POST /qos-configs HTTP/1.1" 200 543 0.032977 10.0.0.61 - - [2025-12-29 02:56:22] "POST /id-to-fqname HTTP/1.1" 200 217 0.003259 10.0.0.61 - - [2025-12-29 02:56:22] "GET /qos-config/2bb82974-bde3-4c6b-b27e-4d2da0c73eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004482 10.0.0.61 - - [2025-12-29 02:56:22] "GET /virtual-machine-interface/0aae0dc3-e8e8-418a-a035-eb315be2f0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006412 10.0.0.61 - - [2025-12-29 02:56:22] "POST /ref-update HTTP/1.1" 200 156 0.015530 10.0.0.61 - - [2025-12-29 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006711 10.0.0.61 - - [2025-12-29 02:56:22] "POST /neutron/port HTTP/1.1" 200 1225 0.022338 10.0.0.61 - - [2025-12-29 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006488 10.0.0.61 - - [2025-12-29 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001180 10.0.0.61 - - [2025-12-29 02:56:23] "GET /virtual-machine/37781cfb-ad89-4a64-be24-5b120a057b3b HTTP/1.1" 200 1286 0.003605 10.0.0.61 - - [2025-12-29 02:56:23] "GET /virtual-machine-interface/0aae0dc3-e8e8-418a-a035-eb315be2f0f1 HTTP/1.1" 200 3351 0.005177 10.0.0.61 - - [2025-12-29 02:56:23] "GET /instance-ip/138815ae-c314-4932-becc-bec89c4d26c9 HTTP/1.1" 200 1608 0.005161 10.0.0.61 - - [2025-12-29 02:56:23] "GET /instance-ip/c0e2a052-86fc-4fab-8f11-63a04a384f0a HTTP/1.1" 200 1629 0.005930 10.0.0.61 - - [2025-12-29 02:56:23] "POST /neutron/port HTTP/1.1" 200 1225 0.017733 10.0.0.61 - - [2025-12-29 02:56:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006348 10.0.0.61 - - [2025-12-29 02:56:23] "POST /neutron/port HTTP/1.1" 200 1225 0.016075 10.0.0.61 - - [2025-12-29 02:56:23] "POST /neutron/network HTTP/1.1" 200 992 0.008095 10.0.0.61 - - [2025-12-29 02:56:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001078 10.0.0.61 - - [2025-12-29 02:56:23] "GET /virtual-machine/134a1f93-2fa6-4142-b257-f05b6ab0d457 HTTP/1.1" 200 1286 0.003365 10.0.0.61 - - [2025-12-29 02:56:23] "GET /virtual-machine-interface/2bf7a626-7803-42bf-9cbb-e5cbcbdf5186 HTTP/1.1" 200 3105 0.004889 10.0.0.61 - - [2025-12-29 02:56:23] "GET /instance-ip/6f230a8a-19ea-4b89-bbf3-df14576fe979 HTTP/1.1" 200 1608 0.005308 10.0.0.61 - - [2025-12-29 02:56:23] "GET /instance-ip/980283d0-7d01-42a4-bfc2-0ac0b5d3e12f HTTP/1.1" 200 1629 0.015530 10.0.0.61 - - [2025-12-29 02:56:28] "POST /neutron/network HTTP/1.1" 200 1002 0.007574 10.0.0.61 - - [2025-12-29 02:56:28] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012184 10.0.0.61 - - [2025-12-29 02:56:28] "POST /neutron/network HTTP/1.1" 200 992 0.008855 10.0.0.61 - - [2025-12-29 02:56:59] "GET /virtual-machine-interface/0aae0dc3-e8e8-418a-a035-eb315be2f0f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005575 10.0.0.61 - - [2025-12-29 02:56:59] "POST /ref-update HTTP/1.1" 200 156 0.013718 10.0.0.61 - - [2025-12-29 02:56:59] "DELETE /qos-config/2bb82974-bde3-4c6b-b27e-4d2da0c73eb6 HTTP/1.1" 200 115 0.033430 10.0.0.61 - - [2025-12-29 02:56:59] "POST /id-to-fqname HTTP/1.1" 200 232 0.001161 10.0.0.61 - - [2025-12-29 02:56:59] "DELETE /forwarding-class/df78cfa0-8d93-4840-9e78-a8556e5fed8b HTTP/1.1" 200 115 0.033500 10.0.0.61 - - [2025-12-29 02:57:01] "POST /neutron/port HTTP/1.1" 200 1226 0.017509 10.0.0.61 - - [2025-12-29 02:57:01] "POST /neutron/port HTTP/1.1" 200 1225 0.042243 10.0.0.61 - - [2025-12-29 02:57:01] "POST /neutron/port HTTP/1.1" 200 151 0.281900 10.0.0.61 - - [2025-12-29 02:57:03] "POST /neutron/network HTTP/1.1" 200 993 0.011107 10.0.0.61 - - [2025-12-29 02:57:03] "DELETE /route-target/2cf75a0a-e217-41d9-8945-2788c63df384 HTTP/1.1" 200 115 0.026194 10.0.0.27 - - [2025-12-29 02:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.27 - - [2025-12-29 02:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.27 - - [2025-12-29 02:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010789 10.0.0.27 - - [2025-12-29 02:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004233 10.0.0.61 - - [2025-12-29 02:57:03] "POST /neutron/network HTTP/1.1" 200 151 0.165483 10.0.0.27 - - [2025-12-29 02:57:03] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001424 10.0.0.61 - - [2025-12-29 02:57:03] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.094595 10.0.0.27 - - [2025-12-29 02:57:03] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001529 10.0.0.61 - - [2025-12-29 02:57:03] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?fields=virtual_networks HTTP/1.1" 200 1019 0.048652 10.0.0.27 - - [2025-12-29 02:57:03] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001720 10.0.0.61 - - [2025-12-29 02:57:03] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.058464 10.0.0.27 - - [2025-12-29 02:57:04] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000882 10.0.0.61 - - [2025-12-29 02:57:04] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?fields=security_groups HTTP/1.1" 200 1239 0.051813 10.0.0.61 - - [2025-12-29 02:57:04] "POST /fqname-to-id HTTP/1.1" 404 181 0.032926 10.0.0.27 - - [2025-12-29 02:57:05] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003704 10.0.0.27 - - [2025-12-29 02:57:05] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000897 10.0.0.27 - - [2025-12-29 02:57:05] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043589 10.0.0.27 - - [2025-12-29 02:57:05] "POST /id-to-fqname HTTP/1.1" 200 183 0.001078 10.0.0.27 - - [2025-12-29 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 192 0.004310 10.0.0.27 - - [2025-12-29 02:57:05] "POST /security-groups HTTP/1.1" 200 584 0.084825 10.0.0.61 - - [2025-12-29 02:57:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.003237 10.0.0.27 - - [2025-12-29 02:57:05] "POST /projects HTTP/1.1" 200 571 0.293110 10.0.0.27 - - [2025-12-29 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.331666 10.0.0.61 - - [2025-12-29 02:57:05] "POST /access-control-lists HTTP/1.1" 200 587 0.031929 10.0.0.61 - - [2025-12-29 02:57:05] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.534698 10.0.0.61 - - [2025-12-29 02:57:06] "GET / HTTP/1.1" 200 35931 0.001743 10.0.0.27 - - [2025-12-29 02:57:07] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001009 10.0.0.27 - - [2025-12-29 02:57:07] "DELETE /project/4e10b9a7ece34139abfcc0c0049f4a02 HTTP/1.1" 404 173 0.010156 10.0.0.27 - - [2025-12-29 02:57:07] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.060019 10.0.0.27 - - [2025-12-29 02:57:07] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000878 10.0.0.27 - - [2025-12-29 02:57:07] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?fields=security_groups HTTP/1.1" 200 1344 0.057686 10.0.0.27 - - [2025-12-29 02:57:08] "DELETE /security-group/7ae54ab6-41d5-4869-9633-3b02df60d6bb HTTP/1.1" 200 115 0.071003 10.0.0.27 - - [2025-12-29 02:57:08] "GET /projects?obj_uuids=69ec548c-2f6b-4f89-abbf-f7128ad33e9d&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001508 10.0.0.27 - - [2025-12-29 02:57:08] "GET /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d?fields=application_policy_sets HTTP/1.1" 200 1383 0.061763 10.0.0.27 - - [2025-12-29 02:57:08] "DELETE /project/69ec548c-2f6b-4f89-abbf-f7128ad33e9d HTTP/1.1" 200 115 0.449891 10.0.0.61 - - [2025-12-29 02:57:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-29 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.035427 10.0.0.27 - - [2025-12-29 02:57:08] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000896 10.0.0.61 - - [2025-12-29 02:57:08] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.029516 10.0.0.61 - - [2025-12-29 02:57:09] "POST /route-targets HTTP/1.1" 200 327 0.012674 10.0.0.27 - - [2025-12-29 02:57:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.61 - - [2025-12-29 02:57:09] "POST /neutron/subnet HTTP/1.1" 200 730 0.251451 10.0.0.61 - - [2025-12-29 02:57:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001913 10.0.0.61 - - [2025-12-29 02:57:09] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005481 10.0.0.61 - - [2025-12-29 02:57:09] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005147 10.0.0.61 - - [2025-12-29 02:57:09] "POST /neutron/network HTTP/1.1" 200 832 0.005999 10.0.0.61 - - [2025-12-29 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.61 - - [2025-12-29 02:57:09] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005554 10.0.0.61 - - [2025-12-29 02:57:09] "PUT /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3 HTTP/1.1" 200 264 0.052591 10.0.0.61 - - [2025-12-29 02:57:09] "POST /ref-update HTTP/1.1" 200 156 0.033123 10.0.0.61 - - [2025-12-29 02:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-12-29 02:57:09] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000897 10.0.0.61 - - [2025-12-29 02:57:09] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.031299 10.0.0.27 - - [2025-12-29 02:57:09] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.61 - - [2025-12-29 02:57:09] "POST /neutron/network HTTP/1.1" 200 612 0.123740 10.0.0.61 - - [2025-12-29 02:57:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.002894 10.0.0.61 - - [2025-12-29 02:57:10] "GET /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004915 10.0.0.61 - - [2025-12-29 02:57:10] "POST /neutron/network HTTP/1.1" 200 830 0.005773 10.0.0.61 - - [2025-12-29 02:57:10] "GET /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004498 10.0.0.61 - - [2025-12-29 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.61 - - [2025-12-29 02:57:10] "GET /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005122 10.0.0.61 - - [2025-12-29 02:57:10] "PUT /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1 HTTP/1.1" 200 264 0.053998 10.0.0.61 - - [2025-12-29 02:57:10] "POST /ref-update HTTP/1.1" 200 156 0.029836 10.0.0.61 - - [2025-12-29 02:57:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001357 10.0.0.61 - - [2025-12-29 02:57:10] "POST /neutron/network HTTP/1.1" 200 842 0.007399 10.0.0.27 - - [2025-12-29 02:57:11] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001089 10.0.0.61 - - [2025-12-29 02:57:11] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.067455 10.0.0.61 - - [2025-12-29 02:57:11] "POST /neutron/port HTTP/1.1" 200 117 0.009680 10.0.0.61 - - [2025-12-29 02:57:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001293 10.0.0.61 - - [2025-12-29 02:57:12] "POST /neutron/network HTTP/1.1" 200 842 0.008949 10.0.0.61 - - [2025-12-29 02:57:12] "POST /neutron/port HTTP/1.1" 200 1054 0.016591 10.0.0.61 - - [2025-12-29 02:57:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006641 10.0.0.27 - - [2025-12-29 02:57:12] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.61 - - [2025-12-29 02:57:12] "POST /neutron/network HTTP/1.1" 200 832 0.008448 10.0.0.61 - - [2025-12-29 02:57:12] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.072879 10.0.0.61 - - [2025-12-29 02:57:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006691 10.0.0.61 - - [2025-12-29 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007558 10.0.0.61 - - [2025-12-29 02:57:13] "POST /neutron/port HTTP/1.1" 200 1052 0.019076 10.0.0.61 - - [2025-12-29 02:57:13] "POST /neutron/port HTTP/1.1" 200 1116 0.018795 10.0.0.61 - - [2025-12-29 02:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.61 - - [2025-12-29 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007397 10.0.0.61 - - [2025-12-29 02:57:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006152 10.0.0.61 - - [2025-12-29 02:57:18] "POST /neutron/network HTTP/1.1" 200 840 0.005227 10.0.0.61 - - [2025-12-29 02:57:18] "GET /virtual-machine/b0258ff7-8940-429c-9d8b-1c71e25f12d3 HTTP/1.1" 401 292 0.000386 10.0.0.61 - - [2025-12-29 02:57:18] "POST /neutron/subnet HTTP/1.1" 200 693 0.010401 10.0.0.61 - - [2025-12-29 02:57:18] "GET /virtual-machine/b0258ff7-8940-429c-9d8b-1c71e25f12d3 HTTP/1.1" 200 1286 0.034785 10.0.0.61 - - [2025-12-29 02:57:18] "GET /virtual-machine-interface/859a6c51-f8aa-45b6-9cf0-a44f21ade6ce HTTP/1.1" 200 2927 0.006918 10.0.0.61 - - [2025-12-29 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.61 - - [2025-12-29 02:57:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003521 10.0.0.61 - - [2025-12-29 02:57:18] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002894 10.0.0.61 - - [2025-12-29 02:57:18] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006193 10.0.0.61 - - [2025-12-29 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.61 - - [2025-12-29 02:57:21] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005842 10.0.0.61 - - [2025-12-29 02:57:22] "POST /neutron/port HTTP/1.1" 200 1116 0.042597 10.0.0.61 - - [2025-12-29 02:57:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006090 10.0.0.61 - - [2025-12-29 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.61 - - [2025-12-29 02:57:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003173 10.0.0.61 - - [2025-12-29 02:57:24] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002734 10.0.0.61 - - [2025-12-29 02:57:24] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005629 10.0.0.61 - - [2025-12-29 02:57:29] "POST /neutron/port HTTP/1.1" 200 1118 0.014409 10.0.0.61 - - [2025-12-29 02:57:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.61 - - [2025-12-29 02:57:29] "POST /neutron/network HTTP/1.1" 200 832 0.012072 10.0.0.61 - - [2025-12-29 02:57:29] "POST /neutron/port HTTP/1.1" 200 1116 0.015920 10.0.0.61 - - [2025-12-29 02:57:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006279 10.0.0.61 - - [2025-12-29 02:57:29] "GET /virtual-machine/bbb0d653-ddeb-43e3-914d-2387135faeba HTTP/1.1" 200 1286 0.006315 10.0.0.61 - - [2025-12-29 02:57:29] "GET /virtual-machine-interface/815d1951-79de-4053-81d2-bed4a0229208 HTTP/1.1" 200 2926 0.005147 10.0.0.61 - - [2025-12-29 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.61 - - [2025-12-29 02:57:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003379 10.0.0.61 - - [2025-12-29 02:57:29] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002496 10.0.0.61 - - [2025-12-29 02:57:29] "GET /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007097 10.0.0.61 - - [2025-12-29 02:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-29 02:57:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003878 10.0.0.61 - - [2025-12-29 02:57:30] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002723 10.0.0.61 - - [2025-12-29 02:57:30] "GET /virtual-network/77528f50-f5d6-4c31-9144-d4d9cea03cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005411 10.0.0.61 - - [2025-12-29 02:57:31] "POST /routing-policys HTTP/1.1" 200 534 0.025491 10.0.0.61 - - [2025-12-29 02:57:31] "GET /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.014227 10.0.0.61 - - [2025-12-29 02:57:31] "PUT /virtual-network/bea8927b-2ba8-45cc-973c-04575c0fa0c3 HTTP/1.1" 200 264 0.059866 10.0.0.61 - - [2025-12-29 02:57:35] "POST /ref-update HTTP/1.1" 200 156 0.054373 10.0.0.61 - - [2025-12-29 02:57:35] "DELETE /routing-policy/bd210db1-d15a-43b8-8530-78b381668e08 HTTP/1.1" 200 115 0.045399 10.0.0.61 - - [2025-12-29 02:57:35] "POST /neutron/port HTTP/1.1" 200 1116 0.015318 10.0.0.61 - - [2025-12-29 02:57:36] "POST /neutron/port HTTP/1.1" 200 1118 0.013627 10.0.0.61 - - [2025-12-29 02:57:37] "POST /neutron/network HTTP/1.1" 200 830 0.007455 10.0.0.61 - - [2025-12-29 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.61 - - [2025-12-29 02:57:37] "DELETE /route-target/e4127a62-c194-4b23-99a5-130da7cf8156 HTTP/1.1" 409 239 0.012245 10.0.0.27 - - [2025-12-29 02:57:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005555 10.0.0.27 - - [2025-12-29 02:57:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002457 10.0.0.61 - - [2025-12-29 02:57:37] "POST /neutron/network HTTP/1.1" 200 151 0.133248 10.0.0.61 - - [2025-12-29 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.61 - - [2025-12-29 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.27 - - [2025-12-29 02:57:40] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.61 - - [2025-12-29 02:57:40] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.040166 10.0.0.61 - - [2025-12-29 02:57:40] "POST /ref-update HTTP/1.1" 200 156 0.021515 10.0.0.27 - - [2025-12-29 02:57:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006889 10.0.0.61 - - [2025-12-29 02:57:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.188513 10.0.0.61 - - [2025-12-29 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001272 10.0.0.61 - - [2025-12-29 02:57:40] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004825 10.0.0.61 - - [2025-12-29 02:57:40] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005558 10.0.0.61 - - [2025-12-29 02:57:41] "POST /neutron/network HTTP/1.1" 200 831 0.006191 10.0.0.61 - - [2025-12-29 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.61 - - [2025-12-29 02:57:41] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006825 10.0.0.61 - - [2025-12-29 02:57:41] "PUT /virtual-network/590dac9f-9097-409e-910f-d537a6326022 HTTP/1.1" 200 264 0.045599 10.0.0.61 - - [2025-12-29 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.012394 10.0.0.27 - - [2025-12-29 02:57:41] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001359 10.0.0.61 - - [2025-12-29 02:57:41] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.038025 10.0.0.27 - - [2025-12-29 02:57:41] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000982 10.0.0.61 - - [2025-12-29 02:57:41] "POST /neutron/network HTTP/1.1" 200 612 0.103037 10.0.0.61 - - [2025-12-29 02:57:41] "POST /route-targets HTTP/1.1" 200 327 0.012522 10.0.0.61 - - [2025-12-29 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.003599 10.0.0.61 - - [2025-12-29 02:57:41] "GET /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007039 10.0.0.61 - - [2025-12-29 02:57:41] "POST /neutron/network HTTP/1.1" 200 832 0.007901 10.0.0.61 - - [2025-12-29 02:57:41] "GET /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006532 10.0.0.61 - - [2025-12-29 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.61 - - [2025-12-29 02:57:41] "GET /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006306 10.0.0.61 - - [2025-12-29 02:57:41] "PUT /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d HTTP/1.1" 200 264 0.065785 10.0.0.61 - - [2025-12-29 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.61 - - [2025-12-29 02:57:42] "POST /neutron/network HTTP/1.1" 200 841 0.006114 10.0.0.27 - - [2025-12-29 02:57:42] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001165 10.0.0.61 - - [2025-12-29 02:57:42] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.052911 10.0.0.61 - - [2025-12-29 02:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.61 - - [2025-12-29 02:57:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001048 10.0.0.61 - - [2025-12-29 02:57:43] "POST /neutron/network HTTP/1.1" 200 841 0.006988 10.0.0.61 - - [2025-12-29 02:57:43] "POST /neutron/port HTTP/1.1" 200 1053 0.017444 10.0.0.61 - - [2025-12-29 02:57:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.27 - - [2025-12-29 02:57:43] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000916 10.0.0.61 - - [2025-12-29 02:57:44] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.064695 10.0.0.61 - - [2025-12-29 02:57:44] "POST /neutron/network HTTP/1.1" 200 831 0.005962 10.0.0.61 - - [2025-12-29 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007327 10.0.0.61 - - [2025-12-29 02:57:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006290 10.0.0.61 - - [2025-12-29 02:57:44] "POST /neutron/port HTTP/1.1" 200 1054 0.014251 10.0.0.61 - - [2025-12-29 02:57:45] "POST /neutron/port HTTP/1.1" 200 1118 0.016181 10.0.0.61 - - [2025-12-29 02:57:45] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.61 - - [2025-12-29 02:57:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006310 10.0.0.61 - - [2025-12-29 02:57:49] "POST /neutron/port HTTP/1.1" 200 1117 0.016961 10.0.0.61 - - [2025-12-29 02:57:49] "GET /virtual-machine/d3989f31-41a2-424e-a662-4d72b0adb717 HTTP/1.1" 200 1286 0.005618 10.0.0.61 - - [2025-12-29 02:57:49] "GET /virtual-machine-interface/78a1727e-78e5-45a6-a852-dd2326944b4d HTTP/1.1" 200 2927 0.004881 10.0.0.61 - - [2025-12-29 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.61 - - [2025-12-29 02:57:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003374 10.0.0.61 - - [2025-12-29 02:57:49] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003418 10.0.0.61 - - [2025-12-29 02:57:49] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006290 10.0.0.22 - - [2025-12-29 02:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.22 - - [2025-12-29 02:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.27 - - [2025-12-29 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.27 - - [2025-12-29 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2025-12-29 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-12-29 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.61 - - [2025-12-29 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.61 - - [2025-12-29 02:57:52] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007078 10.0.0.27 - - [2025-12-29 02:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-12-29 02:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.61 - - [2025-12-29 02:57:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007823 10.0.0.61 - - [2025-12-29 02:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 10.0.0.61 - - [2025-12-29 02:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.61 - - [2025-12-29 02:57:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.61 - - [2025-12-29 02:57:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.61 - - [2025-12-29 02:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.61 - - [2025-12-29 02:57:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004911 10.0.0.61 - - [2025-12-29 02:57:54] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003165 10.0.0.61 - - [2025-12-29 02:57:54] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008320 10.0.0.61 - - [2025-12-29 02:57:55] "POST /neutron/port HTTP/1.1" 200 1117 0.015665 10.0.0.61 - - [2025-12-29 02:58:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007272 10.0.0.61 - - [2025-12-29 02:58:00] "POST /neutron/port HTTP/1.1" 200 1118 0.014639 10.0.0.61 - - [2025-12-29 02:58:00] "GET /virtual-machine/b8d07cba-c8d8-4588-9331-3a7ac55ff5b5 HTTP/1.1" 200 1286 0.005779 10.0.0.61 - - [2025-12-29 02:58:00] "GET /virtual-machine-interface/7d72f505-251e-474a-9b77-49dfcf70d042 HTTP/1.1" 200 2927 0.004822 10.0.0.61 - - [2025-12-29 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.61 - - [2025-12-29 02:58:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003160 10.0.0.61 - - [2025-12-29 02:58:00] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004022 10.0.0.61 - - [2025-12-29 02:58:00] "GET /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007155 10.0.0.61 - - [2025-12-29 02:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.61 - - [2025-12-29 02:58:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004673 10.0.0.61 - - [2025-12-29 02:58:01] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003674 10.0.0.61 - - [2025-12-29 02:58:01] "GET /virtual-network/0f862ff8-26e9-4090-98ea-1b277f22132d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007114 10.0.0.61 - - [2025-12-29 02:58:01] "POST /routing-policys HTTP/1.1" 200 534 0.024325 10.0.0.61 - - [2025-12-29 02:58:01] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006119 10.0.0.61 - - [2025-12-29 02:58:01] "POST /ref-update HTTP/1.1" 200 156 0.021388 10.0.0.61 - - [2025-12-29 02:58:01] "PUT /virtual-network/590dac9f-9097-409e-910f-d537a6326022 HTTP/1.1" 200 264 0.055765 10.0.0.61 - - [2025-12-29 02:58:05] "POST /routing-policys HTTP/1.1" 200 534 0.024161 10.0.0.61 - - [2025-12-29 02:58:05] "GET /virtual-network/590dac9f-9097-409e-910f-d537a6326022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007783 10.0.0.61 - - [2025-12-29 02:58:05] "PUT /virtual-network/590dac9f-9097-409e-910f-d537a6326022 HTTP/1.1" 200 264 0.063514 10.0.0.61 - - [2025-12-29 02:58:07] "POST /ref-update HTTP/1.1" 200 156 0.045239 10.0.0.61 - - [2025-12-29 02:58:07] "POST /ref-update HTTP/1.1" 200 156 0.033108 10.0.0.61 - - [2025-12-29 02:58:07] "DELETE /routing-policy/4f77933d-37da-4e56-9aa0-40a7c394f2c9 HTTP/1.1" 200 115 0.037143 10.0.0.61 - - [2025-12-29 02:58:07] "POST /ref-update HTTP/1.1" 200 156 0.041267 10.0.0.61 - - [2025-12-29 02:58:07] "DELETE /routing-policy/7f432038-63bd-4299-8cec-74766ce46d91 HTTP/1.1" 200 115 0.031222 10.0.0.61 - - [2025-12-29 02:58:07] "POST /neutron/network HTTP/1.1" 400 204 0.012679 10.0.0.61 - - [2025-12-29 02:58:07] "POST /neutron/port HTTP/1.1" 200 151 0.165178 10.0.0.61 - - [2025-12-29 02:58:08] "POST /neutron/port HTTP/1.1" 200 151 0.187080 10.0.0.61 - - [2025-12-29 02:58:09] "POST /neutron/network HTTP/1.1" 200 831 0.008979 10.0.0.61 - - [2025-12-29 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006110 10.0.0.61 - - [2025-12-29 02:58:09] "DELETE /route-target/d4a41d0d-3012-4c79-b370-00648d364478 HTTP/1.1" 200 115 0.022468 10.0.0.61 - - [2025-12-29 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2025-12-29 02:58:12] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000813 10.0.0.61 - - [2025-12-29 02:58:12] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.039408 10.0.0.27 - - [2025-12-29 02:58:12] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000885 10.0.0.61 - - [2025-12-29 02:58:12] "POST /neutron/network HTTP/1.1" 200 612 0.099192 10.0.0.61 - - [2025-12-29 02:58:12] "POST /route-targets HTTP/1.1" 200 327 0.010917 10.0.0.61 - - [2025-12-29 02:58:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.003701 10.0.0.61 - - [2025-12-29 02:58:12] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004628 10.0.0.61 - - [2025-12-29 02:58:12] "POST /neutron/network HTTP/1.1" 200 828 0.005754 10.0.0.61 - - [2025-12-29 02:58:12] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004329 10.0.0.61 - - [2025-12-29 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.61 - - [2025-12-29 02:58:12] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005349 10.0.0.61 - - [2025-12-29 02:58:12] "PUT /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75 HTTP/1.1" 200 264 0.055577 10.0.0.61 - - [2025-12-29 02:58:12] "POST /ref-update HTTP/1.1" 200 156 0.028721 10.0.0.61 - - [2025-12-29 02:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-12-29 02:58:12] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000871 10.0.0.61 - - [2025-12-29 02:58:12] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.031492 10.0.0.61 - - [2025-12-29 02:58:13] "POST /neutron/network HTTP/1.1" 200 117 0.015103 10.0.0.61 - - [2025-12-29 02:58:13] "POST /neutron/network HTTP/1.1" 200 830 0.007990 10.0.0.61 - - [2025-12-29 02:58:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.000976 10.0.0.61 - - [2025-12-29 02:58:13] "GET /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004618 10.0.0.61 - - [2025-12-29 02:58:13] "GET /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005974 10.0.0.61 - - [2025-12-29 02:58:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.007313 10.0.0.61 - - [2025-12-29 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.61 - - [2025-12-29 02:58:13] "GET /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005658 10.0.0.61 - - [2025-12-29 02:58:13] "PUT /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc HTTP/1.1" 200 264 0.052256 10.0.0.61 - - [2025-12-29 02:58:13] "POST /ref-update HTTP/1.1" 200 156 0.029031 10.0.0.61 - - [2025-12-29 02:58:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001247 10.0.0.27 - - [2025-12-29 02:58:14] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001187 10.0.0.61 - - [2025-12-29 02:58:14] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.060990 10.0.0.61 - - [2025-12-29 02:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.005340 10.0.0.61 - - [2025-12-29 02:58:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001245 10.0.0.61 - - [2025-12-29 02:58:14] "POST /neutron/network HTTP/1.1" 200 840 0.006898 10.0.0.61 - - [2025-12-29 02:58:15] "POST /neutron/port HTTP/1.1" 200 1050 0.017849 10.0.0.61 - - [2025-12-29 02:58:15] "POST /neutron/port HTTP/1.1" 200 1114 0.020484 10.0.0.61 - - [2025-12-29 02:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.000922 10.0.0.27 - - [2025-12-29 02:58:15] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000809 10.0.0.61 - - [2025-12-29 02:58:15] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.075496 10.0.0.61 - - [2025-12-29 02:58:15] "POST /neutron/port HTTP/1.1" 200 1114 0.028166 10.0.0.61 - - [2025-12-29 02:58:16] "POST /neutron/port HTTP/1.1" 200 1114 0.017643 10.0.0.27 - - [2025-12-29 02:58:16] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001353 10.0.0.61 - - [2025-12-29 02:58:16] "POST /neutron/port HTTP/1.1" 200 1052 0.257654 10.0.0.61 - - [2025-12-29 02:58:16] "POST /neutron/port HTTP/1.1" 200 1106 0.114073 10.0.0.61 - - [2025-12-29 02:58:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.007735 10.0.0.61 - - [2025-12-29 02:58:19] "POST /neutron/port HTTP/1.1" 200 1116 0.015800 10.0.0.61 - - [2025-12-29 02:58:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.61 - - [2025-12-29 02:58:19] "POST /neutron/network HTTP/1.1" 200 830 0.006243 10.0.0.61 - - [2025-12-29 02:58:21] "POST /neutron/port HTTP/1.1" 200 1114 0.015256 10.0.0.61 - - [2025-12-29 02:58:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007771 10.0.0.61 - - [2025-12-29 02:58:21] "GET /virtual-machine/6977d297-c0e1-4815-aea6-2f6415d4b887 HTTP/1.1" 200 1285 0.005703 10.0.0.61 - - [2025-12-29 02:58:21] "GET /virtual-machine-interface/c879bc3a-e57c-40a7-a1dc-352e3fb5ddf0 HTTP/1.1" 200 2928 0.005373 10.0.0.61 - - [2025-12-29 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.61 - - [2025-12-29 02:58:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003132 10.0.0.61 - - [2025-12-29 02:58:21] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002553 10.0.0.61 - - [2025-12-29 02:58:21] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005392 10.0.0.61 - - [2025-12-29 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-29 02:58:24] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005157 10.0.0.61 - - [2025-12-29 02:58:25] "POST /neutron/port HTTP/1.1" 200 1114 0.018497 10.0.0.61 - - [2025-12-29 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.61 - - [2025-12-29 02:58:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003156 10.0.0.61 - - [2025-12-29 02:58:26] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004249 10.0.0.61 - - [2025-12-29 02:58:26] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005607 10.0.0.61 - - [2025-12-29 02:58:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006682 10.0.0.61 - - [2025-12-29 02:58:27] "POST /neutron/port HTTP/1.1" 200 1116 0.014753 10.0.0.61 - - [2025-12-29 02:58:27] "GET /virtual-machine/6e314267-8899-4634-899c-4aabbed095e7 HTTP/1.1" 200 1284 0.005406 10.0.0.61 - - [2025-12-29 02:58:27] "GET /virtual-machine-interface/a1e1c848-6da2-4730-9c8a-eb5ec7c489d5 HTTP/1.1" 200 2928 0.004792 10.0.0.61 - - [2025-12-29 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.61 - - [2025-12-29 02:58:27] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.61 - - [2025-12-29 02:58:27] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002758 10.0.0.61 - - [2025-12-29 02:58:27] "GET /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005644 10.0.0.61 - - [2025-12-29 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.61 - - [2025-12-29 02:58:28] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.61 - - [2025-12-29 02:58:28] "GET /virtual-networks?parent_id=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003169 10.0.0.61 - - [2025-12-29 02:58:28] "GET /virtual-network/c5497614-587a-4598-ac81-e6891eecd1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006876 10.0.0.61 - - [2025-12-29 02:58:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006849 10.0.0.61 - - [2025-12-29 02:58:31] "POST /neutron/network HTTP/1.1" 200 838 0.038666 10.0.0.61 - - [2025-12-29 02:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.61 - - [2025-12-29 02:58:33] "POST /interface-route-tables HTTP/1.1" 200 574 0.025697 10.0.0.61 - - [2025-12-29 02:58:33] "GET /interface-route-table/c2fd23d0-06f9-49cb-af72-9f93ce6eb6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.008677 10.0.0.61 - - [2025-12-29 02:58:33] "GET /virtual-machine-interface/c879bc3a-e57c-40a7-a1dc-352e3fb5ddf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005465 10.0.0.61 - - [2025-12-29 02:58:33] "POST /ref-update HTTP/1.1" 200 156 0.013176 10.0.0.61 - - [2025-12-29 02:58:33] "POST /routing-policys HTTP/1.1" 200 534 0.024935 10.0.0.61 - - [2025-12-29 02:58:33] "GET /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005727 10.0.0.61 - - [2025-12-29 02:58:33] "PUT /virtual-network/8477144f-51e2-4f3d-8025-eba3b905dc75 HTTP/1.1" 200 264 0.064611 10.0.0.61 - - [2025-12-29 02:58:38] "POST /ref-update HTTP/1.1" 200 156 0.045265 10.0.0.61 - - [2025-12-29 02:58:38] "DELETE /routing-policy/0b3d1d83-5a75-4533-aeb0-1da8efa926b0 HTTP/1.1" 200 115 0.043579 10.0.0.61 - - [2025-12-29 02:58:38] "POST /neutron/network HTTP/1.1" 400 204 0.013743 10.0.0.27 - - [2025-12-29 02:58:38] "GET /obj-perms HTTP/1.1" 200 5056 0.052243 10.0.0.61 - - [2025-12-29 02:58:38] "POST /neutron/port HTTP/1.1" 200 151 0.156363 10.0.0.61 - - [2025-12-29 02:58:39] "POST /neutron/port HTTP/1.1" 200 151 0.173716 10.0.0.61 - - [2025-12-29 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.61 - - [2025-12-29 02:58:40] "POST /neutron/network HTTP/1.1" 200 828 0.010303 10.0.0.61 - - [2025-12-29 02:58:40] "DELETE /route-target/18cd3845-56ca-4099-a454-d9e6864a63bc HTTP/1.1" 409 239 0.006496 10.0.0.61 - - [2025-12-29 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.27 - - [2025-12-29 02:58:42] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.61 - - [2025-12-29 02:58:42] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.032558 10.0.0.27 - - [2025-12-29 02:58:42] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001529 10.0.0.61 - - [2025-12-29 02:58:42] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=virtual_networks HTTP/1.1" 200 1017 0.088505 10.0.0.27 - - [2025-12-29 02:58:42] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000905 10.0.0.61 - - [2025-12-29 02:58:42] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.042830 10.0.0.27 - - [2025-12-29 02:58:42] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001301 10.0.0.61 - - [2025-12-29 02:58:42] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=security_groups HTTP/1.1" 200 1236 0.043016 10.0.0.61 - - [2025-12-29 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.026115 10.0.0.27 - - [2025-12-29 02:58:43] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.27 - - [2025-12-29 02:58:43] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001633 10.0.0.27 - - [2025-12-29 02:58:43] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008820 10.0.0.27 - - [2025-12-29 02:58:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.002258 10.0.0.27 - - [2025-12-29 02:58:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.003247 10.0.0.27 - - [2025-12-29 02:58:43] "POST /security-groups HTTP/1.1" 200 595 0.069208 10.0.0.27 - - [2025-12-29 02:58:43] "POST /projects HTTP/1.1" 200 593 0.259283 10.0.0.61 - - [2025-12-29 02:58:43] "POST /access-control-lists HTTP/1.1" 200 600 0.022946 10.0.0.27 - - [2025-12-29 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.334386 10.0.0.61 - - [2025-12-29 02:58:43] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.465245 10.0.0.61 - - [2025-12-29 02:58:44] "GET / HTTP/1.1" 200 35931 0.001434 10.0.0.61 - - [2025-12-29 02:58:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.61 - - [2025-12-29 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.061860 10.0.0.27 - - [2025-12-29 02:58:46] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000832 10.0.0.61 - - [2025-12-29 02:58:46] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039315 10.0.0.27 - - [2025-12-29 02:58:47] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.61 - - [2025-12-29 02:58:47] "POST /neutron/network HTTP/1.1" 200 613 0.131081 10.0.0.61 - - [2025-12-29 02:58:47] "POST /route-targets HTTP/1.1" 200 327 0.012962 10.0.0.61 - - [2025-12-29 02:58:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.002787 10.0.0.61 - - [2025-12-29 02:58:47] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005921 10.0.0.61 - - [2025-12-29 02:58:47] "POST /neutron/network HTTP/1.1" 200 830 0.005253 10.0.0.61 - - [2025-12-29 02:58:47] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004220 10.0.0.61 - - [2025-12-29 02:58:48] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004999 10.0.0.61 - - [2025-12-29 02:58:48] "GET /obj-perms HTTP/1.1" 200 5038 0.055385 10.0.0.22 - - [2025-12-29 02:58:48] "GET /obj-perms HTTP/1.1" 200 5038 0.049309 10.0.0.61 - - [2025-12-29 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.61 - - [2025-12-29 02:58:49] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004984 10.0.0.61 - - [2025-12-29 02:58:49] "PUT /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c HTTP/1.1" 200 264 0.044464 10.0.0.61 - - [2025-12-29 02:58:49] "POST /ref-update HTTP/1.1" 200 156 0.024432 10.0.0.61 - - [2025-12-29 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.001258 10.0.0.61 - - [2025-12-29 02:58:54] "POST /neutron/network HTTP/1.1" 200 840 0.006465 10.0.0.27 - - [2025-12-29 02:58:55] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000896 10.0.0.61 - - [2025-12-29 02:58:55] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.067648 10.0.0.61 - - [2025-12-29 02:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.005778 10.0.0.27 - - [2025-12-29 02:58:56] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001232 10.0.0.61 - - [2025-12-29 02:58:56] "POST /neutron/port HTTP/1.1" 200 1062 0.260630 10.0.0.61 - - [2025-12-29 02:58:56] "POST /neutron/port HTTP/1.1" 200 1116 0.083157 10.0.0.61 - - [2025-12-29 02:58:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.008191 10.0.0.61 - - [2025-12-29 02:59:00] "POST /neutron/port HTTP/1.1" 200 1126 0.016825 10.0.0.61 - - [2025-12-29 02:59:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011791 10.0.0.61 - - [2025-12-29 02:59:00] "GET /virtual-machine/f8fdf27a-4a8a-488f-a6a7-0b2391f3df41 HTTP/1.1" 401 292 0.000434 10.0.0.61 - - [2025-12-29 02:59:01] "GET /virtual-machine/f8fdf27a-4a8a-488f-a6a7-0b2391f3df41 HTTP/1.1" 200 1297 0.035529 10.0.0.61 - - [2025-12-29 02:59:01] "GET /virtual-machine-interface/9fcd7d69-7a47-49be-bc4a-0f4ce9e1d030 HTTP/1.1" 200 2968 0.006445 10.0.0.61 - - [2025-12-29 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.61 - - [2025-12-29 02:59:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003257 10.0.0.61 - - [2025-12-29 02:59:01] "GET /virtual-networks?parent_id=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002696 10.0.0.61 - - [2025-12-29 02:59:01] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006041 10.0.0.61 - - [2025-12-29 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.61 - - [2025-12-29 02:59:04] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004996 10.0.0.27 - - [2025-12-29 02:59:08] "DELETE /project/fd22a4ac9c05401a906371f1946f3882 HTTP/1.1" 404 173 0.006002 10.0.0.27 - - [2025-12-29 02:59:08] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000784 10.0.0.27 - - [2025-12-29 02:59:08] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.041382 10.0.0.27 - - [2025-12-29 02:59:08] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.27 - - [2025-12-29 02:59:08] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=security_groups HTTP/1.1" 200 1087 0.039308 10.0.0.27 - - [2025-12-29 02:59:08] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000886 10.0.0.61 - - [2025-12-29 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.61 - - [2025-12-29 02:59:08] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005309 10.0.0.27 - - [2025-12-29 02:59:08] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=application_policy_sets HTTP/1.1" 200 1380 0.041260 10.0.0.27 - - [2025-12-29 02:59:08] "DELETE /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02 HTTP/1.1" 409 278 0.218564 10.0.0.61 - - [2025-12-29 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.61 - - [2025-12-29 02:59:12] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004676 10.0.0.61 - - [2025-12-29 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.61 - - [2025-12-29 02:59:16] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005349 10.0.0.61 - - [2025-12-29 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.61 - - [2025-12-29 02:59:20] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006465 10.0.0.61 - - [2025-12-29 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.61 - - [2025-12-29 02:59:24] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.009895 10.0.0.61 - - [2025-12-29 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.61 - - [2025-12-29 02:59:28] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004882 10.0.0.61 - - [2025-12-29 02:59:32] "POST /neutron/port HTTP/1.1" 200 1126 0.017044 10.0.0.61 - - [2025-12-29 02:59:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003548 10.0.0.61 - - [2025-12-29 02:59:32] "POST /neutron/network HTTP/1.1" 200 830 0.009047 10.0.0.61 - - [2025-12-29 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.61 - - [2025-12-29 02:59:33] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005373 10.0.0.61 - - [2025-12-29 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.61 - - [2025-12-29 02:59:37] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.004690 10.0.0.61 - - [2025-12-29 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-29 02:59:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003403 10.0.0.61 - - [2025-12-29 02:59:39] "GET /virtual-networks?parent_id=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002857 10.0.0.61 - - [2025-12-29 02:59:39] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005514 10.0.0.61 - - [2025-12-29 02:59:44] "POST /neutron/port HTTP/1.1" 200 1126 0.016048 10.0.0.61 - - [2025-12-29 02:59:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006766 10.0.0.61 - - [2025-12-29 02:59:54] "POST /neutron/port HTTP/1.1" 200 1126 0.016925 10.0.0.61 - - [2025-12-29 03:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.61 - - [2025-12-29 03:00:00] "GET /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005160 10.0.0.61 - - [2025-12-29 03:00:00] "PUT /virtual-network/94a3963e-65b0-465b-9b83-872db6b3a67c HTTP/1.1" 200 264 0.063629 10.0.0.61 - - [2025-12-29 03:00:00] "POST /ref-update HTTP/1.1" 200 156 0.075232 10.0.0.61 - - [2025-12-29 03:00:05] "POST /neutron/network HTTP/1.1" 400 204 0.015519 10.0.0.61 - - [2025-12-29 03:00:06] "POST /neutron/port HTTP/1.1" 200 151 0.158628 10.0.0.61 - - [2025-12-29 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.61 - - [2025-12-29 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2025-12-29 03:00:10] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000864 10.0.0.61 - - [2025-12-29 03:00:10] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046844 10.0.0.61 - - [2025-12-29 03:00:10] "POST /neutron/network HTTP/1.1" 200 117 0.010334 10.0.0.61 - - [2025-12-29 03:00:10] "POST /ref-update HTTP/1.1" 200 156 0.020660 10.0.0.61 - - [2025-12-29 03:00:10] "POST /neutron/network HTTP/1.1" 200 833 0.009633 10.0.0.61 - - [2025-12-29 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 226 0.001317 10.0.0.61 - - [2025-12-29 03:00:10] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006020 10.0.0.61 - - [2025-12-29 03:00:10] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006667 10.0.0.61 - - [2025-12-29 03:00:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.010278 10.0.0.61 - - [2025-12-29 03:00:11] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005220 10.0.0.27 - - [2025-12-29 03:00:11] "GET /obj-perms HTTP/1.1" 200 5038 0.066310 10.0.0.61 - - [2025-12-29 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.61 - - [2025-12-29 03:00:11] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005219 10.0.0.61 - - [2025-12-29 03:00:11] "PUT /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc HTTP/1.1" 200 264 0.052703 10.0.0.61 - - [2025-12-29 03:00:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001219 10.0.0.27 - - [2025-12-29 03:00:17] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.61 - - [2025-12-29 03:00:17] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.062643 10.0.0.61 - - [2025-12-29 03:00:17] "POST /neutron/port HTTP/1.1" 200 117 0.006025 10.0.0.61 - - [2025-12-29 03:00:18] "POST /neutron/network HTTP/1.1" 200 843 0.006139 10.0.0.61 - - [2025-12-29 03:00:18] "POST /neutron/port HTTP/1.1" 200 1065 0.014543 10.0.0.61 - - [2025-12-29 03:00:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004798 10.0.0.61 - - [2025-12-29 03:00:18] "POST /neutron/network HTTP/1.1" 200 833 0.008909 10.0.0.61 - - [2025-12-29 03:00:22] "POST /neutron/network HTTP/1.1" 200 843 0.006628 10.0.0.61 - - [2025-12-29 03:00:22] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.61 - - [2025-12-29 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006642 10.0.0.61 - - [2025-12-29 03:00:23] "POST /neutron/port HTTP/1.1" 200 1129 0.019378 10.0.0.61 - - [2025-12-29 03:00:23] "GET /virtual-machine/284ff13a-2ce7-4791-b527-79b1202619d3 HTTP/1.1" 200 1296 0.005605 10.0.0.61 - - [2025-12-29 03:00:23] "GET /virtual-machine-interface/512a3568-89a1-40a0-930d-c7f7b5ca4ca1 HTTP/1.1" 200 2967 0.004667 10.0.0.61 - - [2025-12-29 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.61 - - [2025-12-29 03:00:23] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003828 10.0.0.61 - - [2025-12-29 03:00:23] "GET /virtual-networks?parent_id=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002450 10.0.0.61 - - [2025-12-29 03:00:23] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005118 10.0.0.61 - - [2025-12-29 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-29 03:00:26] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004884 10.0.0.61 - - [2025-12-29 03:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.61 - - [2025-12-29 03:00:30] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004851 10.0.0.61 - - [2025-12-29 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.61 - - [2025-12-29 03:00:34] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006505 10.0.0.61 - - [2025-12-29 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.61 - - [2025-12-29 03:00:38] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005287 10.0.0.22 - - [2025-12-29 03:00:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052469 10.0.0.61 - - [2025-12-29 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.61 - - [2025-12-29 03:00:42] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004730 10.0.0.61 - - [2025-12-29 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.61 - - [2025-12-29 03:00:46] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004919 10.0.0.61 - - [2025-12-29 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.61 - - [2025-12-29 03:00:51] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005758 10.0.0.61 - - [2025-12-29 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.61 - - [2025-12-29 03:00:55] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005054 10.0.0.61 - - [2025-12-29 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.61 - - [2025-12-29 03:00:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004199 10.0.0.61 - - [2025-12-29 03:00:57] "GET /virtual-networks?parent_id=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002991 10.0.0.61 - - [2025-12-29 03:00:57] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005183 10.0.0.61 - - [2025-12-29 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017374 10.0.0.61 - - [2025-12-29 03:01:05] "POST /neutron/port HTTP/1.1" 200 1129 0.019165 10.0.0.61 - - [2025-12-29 03:01:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006926 10.0.0.61 - - [2025-12-29 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.61 - - [2025-12-29 03:01:18] "GET /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004969 10.0.0.61 - - [2025-12-29 03:01:18] "PUT /virtual-network/3e5494c4-4721-4db9-907e-747b173a46bc HTTP/1.1" 200 264 0.044444 10.0.0.61 - - [2025-12-29 03:01:18] "POST /ref-update HTTP/1.1" 200 156 0.024068 10.0.0.61 - - [2025-12-29 03:01:23] "POST /neutron/network HTTP/1.1" 200 833 0.007968 10.0.0.61 - - [2025-12-29 03:01:23] "POST /neutron/port HTTP/1.1" 200 1119 0.015805 10.0.0.61 - - [2025-12-29 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-12-29 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.053248 10.0.0.27 - - [2025-12-29 03:01:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.61 - - [2025-12-29 03:01:25] "POST /neutron/network HTTP/1.1" 200 151 0.165219 10.0.0.27 - - [2025-12-29 03:01:27] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000889 10.0.0.61 - - [2025-12-29 03:01:27] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066774 10.0.0.27 - - [2025-12-29 03:01:27] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000811 10.0.0.61 - - [2025-12-29 03:01:27] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?fields=virtual_networks HTTP/1.1" 200 1040 0.050108 10.0.0.27 - - [2025-12-29 03:01:27] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000933 10.0.0.61 - - [2025-12-29 03:01:27] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.038357 10.0.0.27 - - [2025-12-29 03:01:27] "GET /projects?obj_uuids=fd22a4ac-9c05-401a-9063-71f1946f3882&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000945 10.0.0.61 - - [2025-12-29 03:01:27] "GET /project/fd22a4ac-9c05-401a-9063-71f1946f3882?fields=security_groups HTTP/1.1" 200 1270 0.039320 10.0.0.61 - - [2025-12-29 03:01:28] "POST /fqname-to-id HTTP/1.1" 404 213 0.030714 10.0.0.27 - - [2025-12-29 03:01:28] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002972 10.0.0.27 - - [2025-12-29 03:01:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000824 10.0.0.27 - - [2025-12-29 03:01:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006368 10.0.0.27 - - [2025-12-29 03:01:28] "POST /id-to-fqname HTTP/1.1" 200 216 0.002134 10.0.0.27 - - [2025-12-29 03:01:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.003787 10.0.0.27 - - [2025-12-29 03:01:28] "POST /security-groups HTTP/1.1" 200 616 0.073211 10.0.0.27 - - [2025-12-29 03:01:28] "POST /projects HTTP/1.1" 200 635 0.267761 10.0.0.61 - - [2025-12-29 03:01:28] "POST /access-control-lists HTTP/1.1" 200 621 0.024196 10.0.0.27 - - [2025-12-29 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.339343 10.0.0.61 - - [2025-12-29 03:01:28] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.468903 10.0.0.61 - - [2025-12-29 03:01:29] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.61 - - [2025-12-29 03:01:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.61 - - [2025-12-29 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.064343 10.0.0.61 - - [2025-12-29 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 281 0.004244 10.0.0.61 - - [2025-12-29 03:01:31] "POST /access-control-lists HTTP/1.1" 200 641 0.027186 10.0.0.61 - - [2025-12-29 03:01:32] "PUT /access-control-list/72e8fd11-8905-49e5-b1b5-d0eeed5975ed HTTP/1.1" 200 272 0.013370 10.0.0.61 - - [2025-12-29 03:01:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.039862 10.0.0.61 - - [2025-12-29 03:01:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156441 10.0.0.61 - - [2025-12-29 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.61 - - [2025-12-29 03:01:32] "GET /security-group/64858978-c9bc-460b-92ab-9a4a6ced7bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005743 10.0.0.61 - - [2025-12-29 03:01:32] "PUT /access-control-list/72e8fd11-8905-49e5-b1b5-d0eeed5975ed HTTP/1.1" 200 272 0.033271 10.0.0.61 - - [2025-12-29 03:01:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.053295 10.0.0.61 - - [2025-12-29 03:01:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.002704 10.0.0.61 - - [2025-12-29 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 249 0.004264 10.0.0.61 - - [2025-12-29 03:01:34] "POST /fqname-to-id HTTP/1.1" 404 281 0.005520 10.0.0.61 - - [2025-12-29 03:01:34] "POST /access-control-lists HTTP/1.1" 200 641 0.028439 10.0.0.61 - - [2025-12-29 03:01:34] "PUT /access-control-list/19d17f87-71c5-4048-bfed-03e3c600455a HTTP/1.1" 200 272 0.030780 10.0.0.61 - - [2025-12-29 03:01:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011993 10.0.0.61 - - [2025-12-29 03:01:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107613 10.0.0.61 - - [2025-12-29 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.61 - - [2025-12-29 03:01:35] "GET /security-group/676e34a1-2b27-453e-9bf4-553bfc58524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.002950 10.0.0.61 - - [2025-12-29 03:01:35] "PUT /access-control-list/19d17f87-71c5-4048-bfed-03e3c600455a HTTP/1.1" 200 272 0.015654 10.0.0.61 - - [2025-12-29 03:01:35] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010882 10.0.0.61 - - [2025-12-29 03:01:35] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.138155 10.0.0.61 - - [2025-12-29 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-12-29 03:01:35] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001211 10.0.0.61 - - [2025-12-29 03:01:35] "PUT /access-control-list/ba756f15-fa7a-45b4-96e7-398153effc30 HTTP/1.1" 200 272 0.017375 10.0.0.61 - - [2025-12-29 03:01:35] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.035446 10.0.0.27 - - [2025-12-29 03:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006892 10.0.0.61 - - [2025-12-29 03:01:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.176416 10.0.0.61 - - [2025-12-29 03:01:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.076029 10.0.0.61 - - [2025-12-29 03:01:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.001253 10.0.0.61 - - [2025-12-29 03:01:36] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.008257 10.0.0.61 - - [2025-12-29 03:01:36] "POST /neutron/network HTTP/1.1" 200 1111 0.008736 10.0.0.61 - - [2025-12-29 03:01:36] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.004370 10.0.0.61 - - [2025-12-29 03:01:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.009442 10.0.0.61 - - [2025-12-29 03:01:36] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.004904 10.0.0.61 - - [2025-12-29 03:01:37] "GET /obj-perms HTTP/1.1" 200 5080 0.049068 10.0.0.61 - - [2025-12-29 03:01:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001228 10.0.0.27 - - [2025-12-29 03:01:39] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000858 10.0.0.61 - - [2025-12-29 03:01:39] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062342 10.0.0.61 - - [2025-12-29 03:01:39] "POST /neutron/network HTTP/1.1" 200 1111 0.032269 10.0.0.61 - - [2025-12-29 03:01:39] "POST /id-to-fqname HTTP/1.1" 200 290 0.001261 10.0.0.61 - - [2025-12-29 03:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.006100 10.0.0.61 - - [2025-12-29 03:01:39] "POST /neutron/network HTTP/1.1" 200 1121 0.006494 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/port HTTP/1.1" 200 1190 0.022370 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/port HTTP/1.1" 200 1254 0.016062 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012793 10.0.0.27 - - [2025-12-29 03:01:40] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000952 10.0.0.61 - - [2025-12-29 03:01:40] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.082122 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/network HTTP/1.1" 200 1111 0.008195 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007142 10.0.0.61 - - [2025-12-29 03:01:40] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006371 10.0.0.27 - - [2025-12-29 03:01:41] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000986 10.0.0.61 - - [2025-12-29 03:01:41] "POST /neutron/port HTTP/1.1" 200 1190 0.298527 10.0.0.61 - - [2025-12-29 03:01:41] "POST /neutron/port HTTP/1.1" 200 1244 0.100286 10.0.0.61 - - [2025-12-29 03:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003637 10.0.0.61 - - [2025-12-29 03:01:41] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.61 - - [2025-12-29 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007259 10.0.0.61 - - [2025-12-29 03:01:46] "POST /neutron/port HTTP/1.1" 200 1254 0.014598 10.0.0.61 - - [2025-12-29 03:01:46] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006310 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 401 292 0.000362 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.030256 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.002989 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.005021 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.003840 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.004605 10.0.0.61 - - [2025-12-29 03:01:46] "GET /instance-ip/8922b5b9-bc5b-4e21-845b-420d3e462eae HTTP/1.1" 200 1713 0.007114 10.0.0.61 - - [2025-12-29 03:01:46] "GET /instance-ip/935b1b58-5d14-4f2b-bd7f-0ab51d15dfcb HTTP/1.1" 200 1735 0.005612 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.004287 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.004423 10.0.0.61 - - [2025-12-29 03:01:46] "GET /instance-ip/8922b5b9-bc5b-4e21-845b-420d3e462eae HTTP/1.1" 200 1713 0.003718 10.0.0.61 - - [2025-12-29 03:01:46] "GET /instance-ip/935b1b58-5d14-4f2b-bd7f-0ab51d15dfcb HTTP/1.1" 200 1735 0.003522 10.0.0.61 - - [2025-12-29 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.61 - - [2025-12-29 03:01:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002667 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005735 10.0.0.61 - - [2025-12-29 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.61 - - [2025-12-29 03:01:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004147 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004988 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006310 10.0.0.61 - - [2025-12-29 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.61 - - [2025-12-29 03:01:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003909 10.0.0.61 - - [2025-12-29 03:01:46] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003222 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005599 10.0.0.61 - - [2025-12-29 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.61 - - [2025-12-29 03:01:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003784 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002671 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005657 10.0.0.61 - - [2025-12-29 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.61 - - [2025-12-29 03:01:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003531 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.011566 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005726 10.0.0.61 - - [2025-12-29 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.61 - - [2025-12-29 03:01:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005346 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002839 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005290 10.0.0.61 - - [2025-12-29 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.61 - - [2025-12-29 03:01:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003797 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002555 10.0.0.61 - - [2025-12-29 03:01:47] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005300 10.0.0.61 - - [2025-12-29 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.61 - - [2025-12-29 03:01:50] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006104 10.0.0.61 - - [2025-12-29 03:01:52] "DELETE /access-control-list/ffb90f0d-1c5b-444e-bf7d-72fbbaaf0bac HTTP/1.1" 200 115 0.040439 10.0.0.61 - - [2025-12-29 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.61 - - [2025-12-29 03:01:54] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005060 10.0.0.61 - - [2025-12-29 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.61 - - [2025-12-29 03:01:58] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005031 10.0.0.61 - - [2025-12-29 03:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.61 - - [2025-12-29 03:02:02] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005077 10.0.0.61 - - [2025-12-29 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.61 - - [2025-12-29 03:02:06] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005395 10.0.0.27 - - [2025-12-29 03:02:08] "DELETE /project/fd22a4ac-9c05-401a-9063-71f1946f3882 HTTP/1.1" 404 177 0.036971 10.0.0.27 - - [2025-12-29 03:02:08] "DELETE /project/8561b474b6644f5d9362c529da136e21 HTTP/1.1" 404 173 0.058244 10.0.0.61 - - [2025-12-29 03:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.61 - - [2025-12-29 03:02:11] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005519 10.0.0.61 - - [2025-12-29 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.61 - - [2025-12-29 03:02:15] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005040 10.0.0.61 - - [2025-12-29 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.61 - - [2025-12-29 03:02:19] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005242 10.0.0.61 - - [2025-12-29 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.61 - - [2025-12-29 03:02:23] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005365 10.0.0.61 - - [2025-12-29 03:02:24] "POST /neutron/network HTTP/1.1" 200 1121 0.007945 10.0.0.61 - - [2025-12-29 03:02:24] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013326 10.0.0.61 - - [2025-12-29 03:02:24] "POST /neutron/network HTTP/1.1" 200 1111 0.010057 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.61 - - [2025-12-29 03:02:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004035 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002880 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005579 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.61 - - [2025-12-29 03:02:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002946 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005829 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.61 - - [2025-12-29 03:02:25] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004238 10.0.0.61 - - [2025-12-29 03:02:25] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008949 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.61 - - [2025-12-29 03:02:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003142 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003207 10.0.0.61 - - [2025-12-29 03:02:25] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005505 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.61 - - [2025-12-29 03:02:25] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004289 10.0.0.61 - - [2025-12-29 03:02:25] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003507 10.0.0.61 - - [2025-12-29 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.61 - - [2025-12-29 03:02:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002593 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005502 10.0.0.61 - - [2025-12-29 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.61 - - [2025-12-29 03:02:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003841 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003236 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006083 10.0.0.61 - - [2025-12-29 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.61 - - [2025-12-29 03:02:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003749 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003430 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005581 10.0.0.27 - - [2025-12-29 03:02:26] "GET /obj-perms HTTP/1.1" 200 5080 0.055702 10.0.0.61 - - [2025-12-29 03:02:26] "GET /obj-perms HTTP/1.1" 200 5080 0.003555 10.0.0.61 - - [2025-12-29 03:02:26] "GET /obj-perms HTTP/1.1" 200 5080 0.003292 10.0.0.22 - - [2025-12-29 03:02:26] "GET /obj-perms HTTP/1.1" 200 5080 0.049167 10.0.0.27 - - [2025-12-29 03:02:26] "GET /obj-perms HTTP/1.1" 200 5080 0.003753 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.005766 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.004864 10.0.0.61 - - [2025-12-29 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.61 - - [2025-12-29 03:02:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003377 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002924 10.0.0.61 - - [2025-12-29 03:02:26] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005294 10.0.0.61 - - [2025-12-29 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.61 - - [2025-12-29 03:02:28] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006112 10.0.0.61 - - [2025-12-29 03:02:28] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005127 10.0.0.61 - - [2025-12-29 03:02:28] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.007778 10.0.0.61 - - [2025-12-29 03:02:29] "POST /neutron/port HTTP/1.1" 200 1254 0.039697 10.0.0.61 - - [2025-12-29 03:02:33] "POST /neutron/port HTTP/1.1" 200 1254 0.018729 10.0.0.61 - - [2025-12-29 03:02:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004113 10.0.0.61 - - [2025-12-29 03:02:33] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.61 - - [2025-12-29 03:02:33] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006901 10.0.0.61 - - [2025-12-29 03:02:38] "POST /neutron/port HTTP/1.1" 200 1254 0.016676 10.0.0.61 - - [2025-12-29 03:02:43] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007667 10.0.0.61 - - [2025-12-29 03:02:49] "POST /neutron/port HTTP/1.1" 200 1254 0.015707 10.0.0.61 - - [2025-12-29 03:02:49] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006375 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.005490 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.003675 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine-interface/6aa5985d-94b0-4de3-9deb-57ba9007c1f5 HTTP/1.1" 200 3417 0.004616 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.003653 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine-interface/6aa5985d-94b0-4de3-9deb-57ba9007c1f5 HTTP/1.1" 200 3417 0.005097 10.0.0.61 - - [2025-12-29 03:02:49] "GET /instance-ip/029ba114-3c1c-46ec-ba71-e2f17a9ae2eb HTTP/1.1" 200 1733 0.005192 10.0.0.61 - - [2025-12-29 03:02:49] "GET /instance-ip/df815c90-5811-4b19-b295-1677aedfaf88 HTTP/1.1" 200 1715 0.005033 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.003285 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-machine-interface/6aa5985d-94b0-4de3-9deb-57ba9007c1f5 HTTP/1.1" 200 3417 0.004387 10.0.0.61 - - [2025-12-29 03:02:49] "GET /instance-ip/029ba114-3c1c-46ec-ba71-e2f17a9ae2eb HTTP/1.1" 200 1733 0.004432 10.0.0.61 - - [2025-12-29 03:02:49] "GET /instance-ip/df815c90-5811-4b19-b295-1677aedfaf88 HTTP/1.1" 200 1715 0.004230 10.0.0.61 - - [2025-12-29 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.61 - - [2025-12-29 03:02:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003302 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003106 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005344 10.0.0.61 - - [2025-12-29 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.61 - - [2025-12-29 03:02:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004884 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003426 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.010615 10.0.0.61 - - [2025-12-29 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.61 - - [2025-12-29 03:02:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003283 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.007327 10.0.0.61 - - [2025-12-29 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.61 - - [2025-12-29 03:02:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004958 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003029 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005731 10.0.0.61 - - [2025-12-29 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.61 - - [2025-12-29 03:02:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004059 10.0.0.61 - - [2025-12-29 03:02:49] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002888 10.0.0.61 - - [2025-12-29 03:02:50] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005451 10.0.0.61 - - [2025-12-29 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.61 - - [2025-12-29 03:02:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004717 10.0.0.61 - - [2025-12-29 03:02:50] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007999 10.0.0.61 - - [2025-12-29 03:02:50] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.007244 10.0.0.61 - - [2025-12-29 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.61 - - [2025-12-29 03:02:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005152 10.0.0.61 - - [2025-12-29 03:02:50] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004975 10.0.0.61 - - [2025-12-29 03:02:50] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005344 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.61 - - [2025-12-29 03:02:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004169 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003935 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006746 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.61 - - [2025-12-29 03:02:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004803 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004245 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006064 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.22 - - [2025-12-29 03:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.61 - - [2025-12-29 03:02:51] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004109 10.0.0.61 - - [2025-12-29 03:02:51] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003758 10.0.0.22 - - [2025-12-29 03:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000258 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.61 - - [2025-12-29 03:02:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003249 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006303 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.61 - - [2025-12-29 03:02:51] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004365 10.0.0.61 - - [2025-12-29 03:02:51] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003511 10.0.0.61 - - [2025-12-29 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.61 - - [2025-12-29 03:02:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005528 10.0.0.61 - - [2025-12-29 03:02:51] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003046 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005749 10.0.0.61 - - [2025-12-29 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.61 - - [2025-12-29 03:02:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004748 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002805 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005936 10.0.0.61 - - [2025-12-29 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.61 - - [2025-12-29 03:02:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003836 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003278 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.011429 10.0.0.61 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.005121 10.0.0.27 - - [2025-12-29 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.006828 10.0.0.61 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003651 10.0.0.27 - - [2025-12-29 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.22 - - [2025-12-29 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.22 - - [2025-12-29 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003564 10.0.0.61 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.004351 10.0.0.22 - - [2025-12-29 03:02:52] "GET /obj-perms HTTP/1.1" 200 5080 0.003611 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.003544 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-machine-interface/6aa5985d-94b0-4de3-9deb-57ba9007c1f5 HTTP/1.1" 200 3417 0.005574 10.0.0.61 - - [2025-12-29 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.61 - - [2025-12-29 03:02:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003384 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002916 10.0.0.61 - - [2025-12-29 03:02:52] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.008564 10.0.0.27 - - [2025-12-29 03:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.27 - - [2025-12-29 03:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000707 10.0.0.61 - - [2025-12-29 03:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-29 03:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-29 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.61 - - [2025-12-29 03:02:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003509 10.0.0.61 - - [2025-12-29 03:02:53] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002538 10.0.0.61 - - [2025-12-29 03:02:53] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.007350 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.004255 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.005033 10.0.0.61 - - [2025-12-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.61 - - [2025-12-29 03:02:54] "GET /security-group/676e34a1-2b27-453e-9bf4-553bfc58524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003488 10.0.0.61 - - [2025-12-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.61 - - [2025-12-29 03:02:54] "GET /security-group/676e34a1-2b27-453e-9bf4-553bfc58524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004252 10.0.0.61 - - [2025-12-29 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004343 10.0.0.61 - - [2025-12-29 03:02:54] "POST /neutron/port HTTP/1.1" 200 1244 0.020950 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.008706 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3362 0.007864 10.0.0.61 - - [2025-12-29 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006618 10.0.0.61 - - [2025-12-29 03:02:54] "POST /neutron/port HTTP/1.1" 200 1206 0.015278 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.004058 10.0.0.61 - - [2025-12-29 03:02:54] "GET /virtual-machine-interface/c1db28df-9800-4e35-97cd-25ae880d6f1a HTTP/1.1" 200 3418 0.007795 10.0.0.61 - - [2025-12-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.61 - - [2025-12-29 03:02:54] "GET /security-group/676e34a1-2b27-453e-9bf4-553bfc58524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004738 10.0.0.61 - - [2025-12-29 03:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.61 - - [2025-12-29 03:02:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.61 - - [2025-12-29 03:02:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.61 - - [2025-12-29 03:02:54] "GET /security-group/676e34a1-2b27-453e-9bf4-553bfc58524f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005277 10.0.0.61 - - [2025-12-29 03:02:54] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004791 10.0.0.61 - - [2025-12-29 03:03:25] "POST /neutron/port HTTP/1.1" 200 1254 0.041415 10.0.0.61 - - [2025-12-29 03:03:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004040 10.0.0.61 - - [2025-12-29 03:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.61 - - [2025-12-29 03:03:33] "POST /neutron/port HTTP/1.1" 200 1254 0.044771 10.0.0.61 - - [2025-12-29 03:03:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008769 10.0.0.61 - - [2025-12-29 03:03:33] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.61 - - [2025-12-29 03:03:55] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.009687 10.0.0.61 - - [2025-12-29 03:03:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.135190 10.0.0.61 - - [2025-12-29 03:03:56] "PUT /access-control-list/ba756f15-fa7a-45b4-96e7-398153effc30 HTTP/1.1" 200 272 0.012022 10.0.0.61 - - [2025-12-29 03:03:58] "POST /neutron/security_group HTTP/1.1" 200 1453 0.009059 10.0.0.61 - - [2025-12-29 03:03:59] "POST /neutron/port HTTP/1.1" 200 1244 0.016218 10.0.0.61 - - [2025-12-29 03:03:59] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 200 1317 0.003817 10.0.0.61 - - [2025-12-29 03:03:59] "POST /neutron/port HTTP/1.1" 200 1206 0.017133 10.0.0.61 - - [2025-12-29 03:04:01] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 404 171 0.003605 10.0.0.61 - - [2025-12-29 03:04:01] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 404 171 0.003242 10.0.0.61 - - [2025-12-29 03:04:01] "GET /virtual-machine/5cddd638-0bec-47f7-b215-76709c4eaeb1 HTTP/1.1" 404 171 0.003549 10.0.0.61 - - [2025-12-29 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.61 - - [2025-12-29 03:04:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.61 - - [2025-12-29 03:04:01] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003353 10.0.0.61 - - [2025-12-29 03:04:01] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.005289 10.0.0.61 - - [2025-12-29 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.61 - - [2025-12-29 03:04:01] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004529 10.0.0.61 - - [2025-12-29 03:04:01] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003710 10.0.0.61 - - [2025-12-29 03:04:04] "GET /obj-perms HTTP/1.1" 200 5080 0.003616 10.0.0.27 - - [2025-12-29 03:04:04] "GET /obj-perms HTTP/1.1" 200 5080 0.003599 10.0.0.61 - - [2025-12-29 03:04:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003767 10.0.0.27 - - [2025-12-29 03:04:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003476 10.0.0.61 - - [2025-12-29 03:04:23] "GET /obj-perms HTTP/1.1" 200 5080 0.003662 10.0.0.27 - - [2025-12-29 03:04:23] "GET /obj-perms HTTP/1.1" 200 5080 0.003437 10.0.0.61 - - [2025-12-29 03:04:29] "GET /obj-perms HTTP/1.1" 200 5080 0.004336 10.0.0.27 - - [2025-12-29 03:04:29] "GET /obj-perms HTTP/1.1" 200 5080 0.003482 10.0.0.61 - - [2025-12-29 03:04:29] "POST /neutron/port HTTP/1.1" 200 1254 0.014682 10.0.0.61 - - [2025-12-29 03:04:29] "POST /neutron/port HTTP/1.1" 200 1206 0.074808 10.0.0.61 - - [2025-12-29 03:04:29] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 200 1318 0.003833 10.0.0.61 - - [2025-12-29 03:04:30] "POST /neutron/port HTTP/1.1" 200 151 0.238119 10.0.0.61 - - [2025-12-29 03:04:31] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 404 171 0.006804 10.0.0.61 - - [2025-12-29 03:04:31] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 404 171 0.003361 10.0.0.61 - - [2025-12-29 03:04:31] "GET /virtual-machine/cbac37e2-c796-470d-922c-42b3fdacef71 HTTP/1.1" 404 171 0.002550 10.0.0.61 - - [2025-12-29 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008385 10.0.0.61 - - [2025-12-29 03:04:32] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003826 10.0.0.61 - - [2025-12-29 03:04:32] "GET /virtual-networks?parent_id=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002594 10.0.0.61 - - [2025-12-29 03:04:32] "GET /virtual-network/1d55bc67-9373-41cf-810f-fd4b37276180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.006695 10.0.0.61 - - [2025-12-29 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.61 - - [2025-12-29 03:04:32] "GET /routing-instance/a7e79b20-0d69-4c86-9268-bb54fc0dfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004342 10.0.0.61 - - [2025-12-29 03:04:32] "GET /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003837 10.0.0.22 - - [2025-12-29 03:04:32] "GET /obj-perms HTTP/1.1" 200 5080 0.003273 10.0.0.61 - - [2025-12-29 03:04:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004562 10.0.0.22 - - [2025-12-29 03:04:41] "GET /obj-perms HTTP/1.1" 200 5080 0.003937 10.0.0.61 - - [2025-12-29 03:04:43] "GET /obj-perms HTTP/1.1" 200 5056 0.054220 10.0.0.61 - - [2025-12-29 03:04:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004554 10.0.0.22 - - [2025-12-29 03:04:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004771 10.0.0.61 - - [2025-12-29 03:04:53] "GET /obj-perms HTTP/1.1" 200 5080 0.004249 10.0.0.61 - - [2025-12-29 03:04:54] "DELETE /route-target/78390bcf-9985-4c59-b0ec-95ff879cb17c HTTP/1.1" 200 115 0.026697 10.0.0.61 - - [2025-12-29 03:04:54] "POST /neutron/security_group HTTP/1.1" 200 1479 0.004762 10.0.0.61 - - [2025-12-29 03:04:54] "POST /fqname-to-id HTTP/1.1" 404 249 0.003082 10.0.0.27 - - [2025-12-29 03:04:55] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000979 10.0.0.61 - - [2025-12-29 03:04:55] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.039758 10.0.0.27 - - [2025-12-29 03:04:55] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000808 10.0.0.61 - - [2025-12-29 03:04:56] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?fields=virtual_networks HTTP/1.1" 200 1081 0.083267 10.0.0.27 - - [2025-12-29 03:04:56] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000881 10.0.0.61 - - [2025-12-29 03:04:56] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.042339 10.0.0.27 - - [2025-12-29 03:04:56] "GET /projects?obj_uuids=8561b474-b664-4f5d-9362-c529da136e21&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000885 10.0.0.61 - - [2025-12-29 03:04:56] "GET /project/8561b474-b664-4f5d-9362-c529da136e21?fields=security_groups HTTP/1.1" 200 1332 0.041077 10.0.0.61 - - [2025-12-29 03:04:57] "POST /fqname-to-id HTTP/1.1" 404 218 0.026660 10.0.0.27 - - [2025-12-29 03:04:57] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002972 10.0.0.27 - - [2025-12-29 03:04:57] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000928 10.0.0.27 - - [2025-12-29 03:04:57] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006664 10.0.0.27 - - [2025-12-29 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001043 10.0.0.27 - - [2025-12-29 03:04:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.002542 10.0.0.27 - - [2025-12-29 03:04:57] "POST /security-groups HTTP/1.1" 200 621 0.029947 10.0.0.61 - - [2025-12-29 03:04:57] "POST /fqname-to-id HTTP/1.1" 404 264 0.002695 10.0.0.27 - - [2025-12-29 03:04:57] "POST /projects HTTP/1.1" 200 645 0.219836 10.0.0.27 - - [2025-12-29 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.288884 10.0.0.61 - - [2025-12-29 03:04:57] "POST /access-control-lists HTTP/1.1" 200 624 0.026822 10.0.0.61 - - [2025-12-29 03:04:57] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.422851 10.0.0.61 - - [2025-12-29 03:04:58] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.61 - - [2025-12-29 03:05:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586 10.0.0.61 - - [2025-12-29 03:05:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.064179 10.0.0.61 - - [2025-12-29 03:05:00] "POST /security-groups HTTP/1.1" 200 595 0.031542 10.0.0.61 - - [2025-12-29 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.61 - - [2025-12-29 03:05:00] "GET /security-group/1933498f-85de-4335-a651-61d183f1c1fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006555 10.0.0.61 - - [2025-12-29 03:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.61 - - [2025-12-29 03:05:00] "GET /security-group/1933498f-85de-4335-a651-61d183f1c1fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005523 10.0.0.61 - - [2025-12-29 03:05:00] "POST /fqname-to-id HTTP/1.1" 404 285 0.050927 10.0.0.61 - - [2025-12-29 03:05:01] "DELETE /security-group/1933498f-85de-4335-a651-61d183f1c1fb HTTP/1.1" 200 115 0.069336 10.0.0.61 - - [2025-12-29 03:05:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.003910 10.0.0.61 - - [2025-12-29 03:05:01] "DELETE /access-control-list/b3e8c60e-c40a-43cf-b20c-4eb8932c7881 HTTP/1.1" 200 115 0.041118 10.0.0.61 - - [2025-12-29 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 254 0.003618 10.0.0.61 - - [2025-12-29 03:05:02] "POST /security-groups HTTP/1.1" 200 595 0.034382 10.0.0.61 - - [2025-12-29 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.61 - - [2025-12-29 03:05:02] "POST /fqname-to-id HTTP/1.1" 404 285 0.007848 10.0.0.61 - - [2025-12-29 03:05:02] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006638 10.0.0.61 - - [2025-12-29 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.61 - - [2025-12-29 03:05:02] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004120 10.0.0.61 - - [2025-12-29 03:05:02] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003900 10.0.0.61 - - [2025-12-29 03:05:02] "PUT /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5 HTTP/1.1" 200 262 0.018305 10.0.0.61 - - [2025-12-29 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.61 - - [2025-12-29 03:05:02] "PUT /access-control-list/00e8e1b6-0740-43f9-b8c9-af811c1fb179 HTTP/1.1" 200 272 0.025136 10.0.0.27 - - [2025-12-29 03:05:02] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000930 10.0.0.61 - - [2025-12-29 03:05:02] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.041615 10.0.0.27 - - [2025-12-29 03:05:02] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001004 10.0.0.61 - - [2025-12-29 03:05:03] "POST /neutron/network HTTP/1.1" 200 735 0.145478 10.0.0.61 - - [2025-12-29 03:05:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.003104 10.0.0.61 - - [2025-12-29 03:05:03] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005042 10.0.0.61 - - [2025-12-29 03:05:03] "POST /neutron/network HTTP/1.1" 200 955 0.006230 10.0.0.61 - - [2025-12-29 03:05:03] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006730 10.0.0.61 - - [2025-12-29 03:05:03] "DELETE /access-control-list/878c37b7-2b91-4471-9663-59bceacc55cc HTTP/1.1" 200 115 0.033018 10.0.0.61 - - [2025-12-29 03:05:03] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008965 10.0.0.22 - - [2025-12-29 03:05:05] "GET /obj-perms HTTP/1.1" 200 5090 0.073808 10.0.0.27 - - [2025-12-29 03:05:05] "GET /obj-perms HTTP/1.1" 200 5090 0.060437 10.0.0.61 - - [2025-12-29 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 300 0.001247 10.0.0.61 - - [2025-12-29 03:05:05] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006671 10.0.0.27 - - [2025-12-29 03:05:06] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001027 10.0.0.61 - - [2025-12-29 03:05:06] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.081201 10.0.0.61 - - [2025-12-29 03:05:06] "POST /neutron/port HTTP/1.1" 200 117 0.005523 10.0.0.61 - - [2025-12-29 03:05:06] "POST /id-to-fqname HTTP/1.1" 200 300 0.001281 10.0.0.61 - - [2025-12-29 03:05:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006371 10.0.0.27 - - [2025-12-29 03:05:07] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000933 10.0.0.61 - - [2025-12-29 03:05:07] "POST /neutron/security_group HTTP/1.1" 200 3300 0.050440 10.0.0.61 - - [2025-12-29 03:05:07] "POST /neutron/port HTTP/1.1" 200 1091 0.014256 10.0.0.27 - - [2025-12-29 03:05:08] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000875 10.0.0.61 - - [2025-12-29 03:05:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.61 - - [2025-12-29 03:05:08] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.076655 10.0.0.61 - - [2025-12-29 03:05:08] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.61 - - [2025-12-29 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006869 10.0.0.61 - - [2025-12-29 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008631 10.0.0.27 - - [2025-12-29 03:05:08] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001203 10.0.0.27 - - [2025-12-29 03:05:08] "DELETE /project/05871deb933c434f816fd7ece9e9059c HTTP/1.1" 404 173 0.002127 10.0.0.27 - - [2025-12-29 03:05:08] "DELETE /project/8561b474-b664-4f5d-9362-c529da136e21 HTTP/1.1" 404 177 0.004668 10.0.0.61 - - [2025-12-29 03:05:08] "POST /neutron/port HTTP/1.1" 200 1091 0.232959 10.0.0.61 - - [2025-12-29 03:05:09] "POST /neutron/port HTTP/1.1" 200 1146 0.126716 10.0.0.61 - - [2025-12-29 03:05:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.008163 10.0.0.61 - - [2025-12-29 03:05:13] "POST /neutron/port HTTP/1.1" 200 1156 0.022635 10.0.0.61 - - [2025-12-29 03:05:13] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007517 10.0.0.61 - - [2025-12-29 03:05:13] "POST /neutron/port HTTP/1.1" 200 1156 0.017070 10.0.0.61 - - [2025-12-29 03:05:13] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.038663 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.004664 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.005431 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.004821 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.005620 10.0.0.61 - - [2025-12-29 03:05:14] "GET /instance-ip/9cfa4337-f2f2-449e-bce5-8728616c101b HTTP/1.1" 200 1732 0.006330 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.004689 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.006448 10.0.0.61 - - [2025-12-29 03:05:14] "GET /instance-ip/9cfa4337-f2f2-449e-bce5-8728616c101b HTTP/1.1" 200 1732 0.005459 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003928 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004094 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008067 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004724 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003328 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006061 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003193 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005352 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004054 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003307 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005239 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004557 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003339 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006730 10.0.0.61 - - [2025-12-29 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.61 - - [2025-12-29 03:05:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005178 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004337 10.0.0.61 - - [2025-12-29 03:05:14] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006387 10.0.0.61 - - [2025-12-29 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.61 - - [2025-12-29 03:05:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.61 - - [2025-12-29 03:05:15] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002991 10.0.0.61 - - [2025-12-29 03:05:15] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005233 10.0.0.61 - - [2025-12-29 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.61 - - [2025-12-29 03:05:18] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005293 10.0.0.61 - - [2025-12-29 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.61 - - [2025-12-29 03:05:22] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005394 10.0.0.61 - - [2025-12-29 03:05:26] "POST /neutron/port HTTP/1.1" 200 1156 0.015688 10.0.0.61 - - [2025-12-29 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.61 - - [2025-12-29 03:05:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.012432 10.0.0.61 - - [2025-12-29 03:05:26] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006031 10.0.0.61 - - [2025-12-29 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.61 - - [2025-12-29 03:05:30] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.004871 10.0.0.61 - - [2025-12-29 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.61 - - [2025-12-29 03:05:34] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.004887 10.0.0.61 - - [2025-12-29 03:05:36] "POST /neutron/port HTTP/1.1" 200 1156 0.016873 10.0.0.61 - - [2025-12-29 03:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005396 10.0.0.61 - - [2025-12-29 03:05:36] "POST /neutron/network HTTP/1.1" 200 955 0.006491 10.0.0.61 - - [2025-12-29 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.61 - - [2025-12-29 03:05:38] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005027 10.0.0.61 - - [2025-12-29 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.61 - - [2025-12-29 03:05:42] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005437 10.0.0.61 - - [2025-12-29 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.61 - - [2025-12-29 03:05:46] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005383 10.0.0.61 - - [2025-12-29 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.61 - - [2025-12-29 03:05:50] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005089 10.0.0.61 - - [2025-12-29 03:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.61 - - [2025-12-29 03:05:55] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.004412 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.61 - - [2025-12-29 03:05:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002965 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005468 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.61 - - [2025-12-29 03:05:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003474 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002680 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.004995 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.61 - - [2025-12-29 03:05:57] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005825 10.0.0.61 - - [2025-12-29 03:05:57] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003593 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.61 - - [2025-12-29 03:05:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003125 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006868 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.61 - - [2025-12-29 03:05:57] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004262 10.0.0.61 - - [2025-12-29 03:05:57] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003498 10.0.0.61 - - [2025-12-29 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.61 - - [2025-12-29 03:05:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003917 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003011 10.0.0.61 - - [2025-12-29 03:05:57] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006671 10.0.0.61 - - [2025-12-29 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.61 - - [2025-12-29 03:05:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003728 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002845 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005312 10.0.0.61 - - [2025-12-29 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.61 - - [2025-12-29 03:05:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004367 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003045 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005678 10.0.0.61 - - [2025-12-29 03:05:58] "GET /obj-perms HTTP/1.1" 200 5090 0.049958 10.0.0.27 - - [2025-12-29 03:05:58] "GET /obj-perms HTTP/1.1" 200 5090 0.003457 10.0.0.61 - - [2025-12-29 03:05:58] "GET /obj-perms HTTP/1.1" 200 5090 0.003240 10.0.0.22 - - [2025-12-29 03:05:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004099 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.004359 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.004654 10.0.0.61 - - [2025-12-29 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.61 - - [2025-12-29 03:05:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003257 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002472 10.0.0.61 - - [2025-12-29 03:05:58] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006223 10.0.0.61 - - [2025-12-29 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.61 - - [2025-12-29 03:06:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003414 10.0.0.61 - - [2025-12-29 03:06:00] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002521 10.0.0.61 - - [2025-12-29 03:06:00] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006222 10.0.0.61 - - [2025-12-29 03:06:00] "POST /neutron/port HTTP/1.1" 200 1156 0.015439 10.0.0.61 - - [2025-12-29 03:06:03] "POST /neutron/security_group HTTP/1.1" 200 1294 0.005982 10.0.0.61 - - [2025-12-29 03:06:10] "POST /neutron/port HTTP/1.1" 200 1156 0.015779 10.0.0.61 - - [2025-12-29 03:06:15] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006758 10.0.0.61 - - [2025-12-29 03:06:15] "POST /neutron/port HTTP/1.1" 200 1156 0.016737 10.0.0.61 - - [2025-12-29 03:06:16] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006765 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.004778 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.004280 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine-interface/ac36c2bc-b7ff-4958-8c97-d1fdfb37571c HTTP/1.1" 200 3264 0.004935 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.003130 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine-interface/ac36c2bc-b7ff-4958-8c97-d1fdfb37571c HTTP/1.1" 200 3264 0.005453 10.0.0.61 - - [2025-12-29 03:06:16] "GET /instance-ip/2ba8f755-0c4b-4d57-bfc3-e1c2fb54a286 HTTP/1.1" 200 1731 0.006487 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.004663 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-machine-interface/ac36c2bc-b7ff-4958-8c97-d1fdfb37571c HTTP/1.1" 200 3264 0.005183 10.0.0.61 - - [2025-12-29 03:06:16] "GET /instance-ip/2ba8f755-0c4b-4d57-bfc3-e1c2fb54a286 HTTP/1.1" 200 1731 0.004043 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003340 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002463 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006592 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004009 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003118 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005289 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003499 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005401 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003990 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003164 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007273 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003668 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002883 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005369 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002899 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006701 10.0.0.61 - - [2025-12-29 03:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.61 - - [2025-12-29 03:06:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004007 10.0.0.61 - - [2025-12-29 03:06:16] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002623 10.0.0.61 - - [2025-12-29 03:06:17] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005456 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.61 - - [2025-12-29 03:06:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003417 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003077 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005523 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.61 - - [2025-12-29 03:06:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003482 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002877 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005313 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.61 - - [2025-12-29 03:06:18] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004395 10.0.0.61 - - [2025-12-29 03:06:18] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003812 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.61 - - [2025-12-29 03:06:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003333 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002780 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005867 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-29 03:06:18] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004084 10.0.0.61 - - [2025-12-29 03:06:18] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003512 10.0.0.61 - - [2025-12-29 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.61 - - [2025-12-29 03:06:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.61 - - [2025-12-29 03:06:18] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003757 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005677 10.0.0.61 - - [2025-12-29 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-29 03:06:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005515 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002987 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005128 10.0.0.61 - - [2025-12-29 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.61 - - [2025-12-29 03:06:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004249 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003344 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006407 10.0.0.27 - - [2025-12-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5090 0.005239 10.0.0.61 - - [2025-12-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003480 10.0.0.61 - - [2025-12-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003564 10.0.0.27 - - [2025-12-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003933 10.0.0.61 - - [2025-12-29 03:06:19] "GET /obj-perms HTTP/1.1" 200 5090 0.003586 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.004160 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-machine-interface/ac36c2bc-b7ff-4958-8c97-d1fdfb37571c HTTP/1.1" 200 3264 0.005168 10.0.0.61 - - [2025-12-29 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.61 - - [2025-12-29 03:06:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003726 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003216 10.0.0.61 - - [2025-12-29 03:06:19] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005645 10.0.0.61 - - [2025-12-29 03:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.61 - - [2025-12-29 03:06:20] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003285 10.0.0.61 - - [2025-12-29 03:06:20] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002575 10.0.0.61 - - [2025-12-29 03:06:20] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008809 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.003876 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.005593 10.0.0.61 - - [2025-12-29 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.61 - - [2025-12-29 03:06:21] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003841 10.0.0.61 - - [2025-12-29 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.61 - - [2025-12-29 03:06:21] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004264 10.0.0.61 - - [2025-12-29 03:06:21] "POST /neutron/port HTTP/1.1" 200 1156 0.015713 10.0.0.61 - - [2025-12-29 03:06:21] "POST /neutron/port HTTP/1.1" 200 1107 0.066326 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.004211 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3203 0.005728 10.0.0.61 - - [2025-12-29 03:06:21] "POST /neutron/port HTTP/1.1" 200 1107 0.012726 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.003615 10.0.0.61 - - [2025-12-29 03:06:21] "GET /virtual-machine-interface/b0680c11-19c7-4ab4-a2c6-e50acd73edd0 HTTP/1.1" 200 3264 0.006540 10.0.0.61 - - [2025-12-29 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.61 - - [2025-12-29 03:06:21] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003187 10.0.0.61 - - [2025-12-29 03:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.61 - - [2025-12-29 03:06:21] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003966 10.0.0.61 - - [2025-12-29 03:06:21] "POST /neutron/security_group HTTP/1.1" 200 1320 0.003865 10.0.0.61 - - [2025-12-29 03:06:21] "DELETE /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5 HTTP/1.1" 409 336 0.008784 10.0.0.61 - - [2025-12-29 03:06:28] "POST /neutron/network HTTP/1.1" 200 965 0.008361 10.0.0.61 - - [2025-12-29 03:06:28] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.61 - - [2025-12-29 03:06:37] "POST /neutron/port HTTP/1.1" 200 1156 0.017440 10.0.0.61 - - [2025-12-29 03:06:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.007969 10.0.0.22 - - [2025-12-29 03:06:45] "GET /obj-perms HTTP/1.1" 200 5056 0.050059 10.0.0.61 - - [2025-12-29 03:07:23] "GET /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005183 10.0.0.61 - - [2025-12-29 03:07:23] "PUT /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5 HTTP/1.1" 200 262 0.015512 10.0.0.61 - - [2025-12-29 03:07:23] "PUT /access-control-list/00e8e1b6-0740-43f9-b8c9-af811c1fb179 HTTP/1.1" 200 272 0.021956 10.0.0.61 - - [2025-12-29 03:07:26] "POST /neutron/security_group HTTP/1.1" 200 1290 0.009231 10.0.0.61 - - [2025-12-29 03:07:26] "POST /neutron/port HTTP/1.1" 200 1146 0.015380 10.0.0.61 - - [2025-12-29 03:07:26] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 200 1323 0.003789 10.0.0.61 - - [2025-12-29 03:07:27] "POST /neutron/port HTTP/1.1" 200 1107 0.012881 10.0.0.61 - - [2025-12-29 03:07:28] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 404 171 0.002610 10.0.0.61 - - [2025-12-29 03:07:28] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 404 171 0.002842 10.0.0.61 - - [2025-12-29 03:07:28] "GET /virtual-machine/97b2e7a9-1260-4e4b-9db2-a4d42ee26aec HTTP/1.1" 404 171 0.002204 10.0.0.61 - - [2025-12-29 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.61 - - [2025-12-29 03:07:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003519 10.0.0.61 - - [2025-12-29 03:07:29] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002915 10.0.0.61 - - [2025-12-29 03:07:29] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005215 10.0.0.61 - - [2025-12-29 03:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.61 - - [2025-12-29 03:07:29] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.003892 10.0.0.61 - - [2025-12-29 03:07:29] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003262 10.0.0.27 - - [2025-12-29 03:07:29] "GET /obj-perms HTTP/1.1" 200 5090 0.003873 10.0.0.61 - - [2025-12-29 03:07:29] "GET /obj-perms HTTP/1.1" 200 5090 0.003775 10.0.0.61 - - [2025-12-29 03:07:29] "POST /neutron/port HTTP/1.1" 200 1156 0.017342 10.0.0.61 - - [2025-12-29 03:07:29] "POST /neutron/port HTTP/1.1" 200 1107 0.058851 10.0.0.61 - - [2025-12-29 03:07:29] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 200 1322 0.005473 10.0.0.61 - - [2025-12-29 03:07:30] "POST /neutron/port HTTP/1.1" 200 151 0.188416 10.0.0.61 - - [2025-12-29 03:07:31] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 404 171 0.003202 10.0.0.61 - - [2025-12-29 03:07:31] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 404 171 0.008739 10.0.0.61 - - [2025-12-29 03:07:31] "GET /virtual-machine/5abb3aa6-1cf3-4025-9185-d1878d58d94f HTTP/1.1" 404 171 0.006927 10.0.0.61 - - [2025-12-29 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.61 - - [2025-12-29 03:07:31] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003524 10.0.0.61 - - [2025-12-29 03:07:31] "GET /virtual-networks?parent_id=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002485 10.0.0.61 - - [2025-12-29 03:07:32] "GET /virtual-network/bbdcb159-a8ed-4ee0-a7d2-ae8e7f3e7ff5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.010818 10.0.0.61 - - [2025-12-29 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.61 - - [2025-12-29 03:07:32] "GET /routing-instance/de81d774-d475-44d1-8f1b-b87fe1695400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004200 10.0.0.61 - - [2025-12-29 03:07:32] "GET /route-target/05cad4b6-52d8-45d3-8543-705eb8d1b8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.005322 10.0.0.61 - - [2025-12-29 03:07:35] "GET /obj-perms HTTP/1.1" 200 5090 0.003978 10.0.0.22 - - [2025-12-29 03:07:35] "GET /obj-perms HTTP/1.1" 200 5090 0.003723 10.0.0.61 - - [2025-12-29 03:07:44] "GET /obj-perms HTTP/1.1" 200 5090 0.004044 10.0.0.22 - - [2025-12-29 03:07:44] "GET /obj-perms HTTP/1.1" 200 5090 0.003329 10.0.0.61 - - [2025-12-29 03:07:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003406 10.0.0.22 - - [2025-12-29 03:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2025-12-29 03:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000656 10.0.0.27 - - [2025-12-29 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-29 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-12-29 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.22 - - [2025-12-29 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-12-29 03:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-12-29 03:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-12-29 03:07:53] "GET /obj-perms HTTP/1.1" 200 5090 0.003471 10.0.0.61 - - [2025-12-29 03:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000314 10.0.0.61 - - [2025-12-29 03:07:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004657 10.0.0.27 - - [2025-12-29 03:07:53] "GET /obj-perms HTTP/1.1" 200 5090 0.003678 10.0.0.61 - - [2025-12-29 03:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.61 - - [2025-12-29 03:07:54] "DELETE /security-group/f630f978-4a43-41cc-a7a7-cffba735dfc5 HTTP/1.1" 200 115 0.047015 10.0.0.61 - - [2025-12-29 03:07:54] "POST /fqname-to-id HTTP/1.1" 404 254 0.004808 10.0.0.61 - - [2025-12-29 03:07:54] "DELETE /access-control-list/89916309-1162-48e6-902a-062ce5a82a33 HTTP/1.1" 200 115 0.040753 10.0.0.61 - - [2025-12-29 03:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.61 - - [2025-12-29 03:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-12-29 03:07:55] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.027205 10.0.0.61 - - [2025-12-29 03:07:55] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.105530 10.0.0.27 - - [2025-12-29 03:07:55] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000862 10.0.0.61 - - [2025-12-29 03:07:55] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?fields=virtual_networks HTTP/1.1" 200 1089 0.047047 10.0.0.27 - - [2025-12-29 03:07:56] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000906 10.0.0.61 - - [2025-12-29 03:07:56] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?fields=virtual_machine_interfaces HTTP/1.1" 200 1089 0.039417 10.0.0.27 - - [2025-12-29 03:07:56] "GET /projects?obj_uuids=05871deb-933c-434f-816f-d7ece9e9059c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000882 10.0.0.61 - - [2025-12-29 03:07:56] "GET /project/05871deb-933c-434f-816f-d7ece9e9059c?fields=security_groups HTTP/1.1" 200 1345 0.039095 10.0.0.61 - - [2025-12-29 03:07:57] "POST /fqname-to-id HTTP/1.1" 404 209 0.028911 10.0.0.27 - - [2025-12-29 03:07:57] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004058 10.0.0.27 - - [2025-12-29 03:07:57] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001762 10.0.0.27 - - [2025-12-29 03:07:57] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040366 10.0.0.27 - - [2025-12-29 03:07:57] "POST /id-to-fqname HTTP/1.1" 200 212 0.001445 10.0.0.27 - - [2025-12-29 03:07:57] "POST /fqname-to-id HTTP/1.1" 404 222 0.006443 10.0.0.27 - - [2025-12-29 03:07:57] "POST /security-groups HTTP/1.1" 200 612 0.073764 10.0.0.27 - - [2025-12-29 03:07:57] "POST /projects HTTP/1.1" 200 627 0.277185 10.0.0.61 - - [2025-12-29 03:07:57] "POST /access-control-lists HTTP/1.1" 200 617 0.024536 10.0.0.27 - - [2025-12-29 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.355251 10.0.0.61 - - [2025-12-29 03:07:57] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.536536 10.0.0.61 - - [2025-12-29 03:07:58] "GET / HTTP/1.1" 200 35931 0.001497 10.0.0.61 - - [2025-12-29 03:08:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.61 - - [2025-12-29 03:08:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.063941 10.0.0.27 - - [2025-12-29 03:08:01] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001225 10.0.0.61 - - [2025-12-29 03:08:01] "POST /fqname-to-id HTTP/1.1" 404 277 0.006917 10.0.0.61 - - [2025-12-29 03:08:01] "POST /access-control-lists HTTP/1.1" 200 637 0.027669 10.0.0.61 - - [2025-12-29 03:08:01] "POST /neutron/security_group HTTP/1.1" 200 1423 0.416511 10.0.0.61 - - [2025-12-29 03:08:01] "PUT /access-control-list/193035c4-9e6a-4716-bccb-d9e1d02f598f HTTP/1.1" 200 272 0.011124 10.0.0.61 - - [2025-12-29 03:08:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103742 10.0.0.61 - - [2025-12-29 03:08:02] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.182579 10.0.0.61 - - [2025-12-29 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.61 - - [2025-12-29 03:08:02] "GET /security-group/9a24ee57-4857-4128-a094-070e38bbb6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004650 10.0.0.61 - - [2025-12-29 03:08:02] "PUT /access-control-list/193035c4-9e6a-4716-bccb-d9e1d02f598f HTTP/1.1" 200 272 0.017622 10.0.0.61 - - [2025-12-29 03:08:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003874 10.0.0.61 - - [2025-12-29 03:08:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.002992 10.0.0.27 - - [2025-12-29 03:08:03] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000839 10.0.0.61 - - [2025-12-29 03:08:03] "POST /fqname-to-id HTTP/1.1" 404 277 0.004386 10.0.0.61 - - [2025-12-29 03:08:03] "POST /access-control-lists HTTP/1.1" 200 637 0.044927 10.0.0.61 - - [2025-12-29 03:08:03] "POST /neutron/security_group HTTP/1.1" 200 1423 0.420270 10.0.0.61 - - [2025-12-29 03:08:03] "PUT /access-control-list/95e6f060-6ddd-42e2-b2f1-b669cc63feb6 HTTP/1.1" 200 272 0.016092 10.0.0.61 - - [2025-12-29 03:08:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133448 10.0.0.61 - - [2025-12-29 03:08:04] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.163425 10.0.0.61 - - [2025-12-29 03:08:04] "PUT /access-control-list/95e6f060-6ddd-42e2-b2f1-b669cc63feb6 HTTP/1.1" 200 272 0.017740 10.0.0.61 - - [2025-12-29 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.61 - - [2025-12-29 03:08:04] "GET /security-group/8ba4fe81-a22e-465f-bbe0-9c92be392944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008432 10.0.0.61 - - [2025-12-29 03:08:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177043 10.0.0.61 - - [2025-12-29 03:08:04] "PUT /access-control-list/95e6f060-6ddd-42e2-b2f1-b669cc63feb6 HTTP/1.1" 200 272 0.013135 10.0.0.61 - - [2025-12-29 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-12-29 03:08:05] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000824 10.0.0.61 - - [2025-12-29 03:08:05] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.033571 10.0.0.61 - - [2025-12-29 03:08:05] "POST /neutron/network HTTP/1.1" 200 117 0.016227 10.0.0.61 - - [2025-12-29 03:08:05] "POST /route-targets HTTP/1.1" 200 327 0.011829 10.0.0.61 - - [2025-12-29 03:08:05] "POST /neutron/network HTTP/1.1" 200 926 0.008939 10.0.0.61 - - [2025-12-29 03:08:05] "POST /id-to-fqname HTTP/1.1" 200 282 0.001072 10.0.0.61 - - [2025-12-29 03:08:05] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.004729 10.0.0.61 - - [2025-12-29 03:08:05] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005358 10.0.0.61 - - [2025-12-29 03:08:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.008443 10.0.0.61 - - [2025-12-29 03:08:06] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005682 10.0.0.61 - - [2025-12-29 03:08:07] "POST /id-to-fqname HTTP/1.1" 200 282 0.001236 10.0.0.27 - - [2025-12-29 03:08:08] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000869 10.0.0.61 - - [2025-12-29 03:08:08] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.063097 10.0.0.61 - - [2025-12-29 03:08:08] "POST /neutron/network HTTP/1.1" 200 926 0.032449 10.0.0.61 - - [2025-12-29 03:08:08] "POST /id-to-fqname HTTP/1.1" 200 282 0.001280 10.0.0.61 - - [2025-12-29 03:08:08] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.27 - - [2025-12-29 03:08:09] "DELETE /project/3fc91cb1aefd47a0a0b351de992c8739 HTTP/1.1" 404 173 0.002280 10.0.0.27 - - [2025-12-29 03:08:09] "DELETE /project/05871deb-933c-434f-816f-d7ece9e9059c HTTP/1.1" 404 177 0.004501 10.0.0.61 - - [2025-12-29 03:08:09] "POST /neutron/network HTTP/1.1" 200 936 0.007082 10.0.0.61 - - [2025-12-29 03:08:09] "POST /neutron/port HTTP/1.1" 200 1080 0.014859 10.0.0.27 - - [2025-12-29 03:08:09] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000781 10.0.0.61 - - [2025-12-29 03:08:09] "POST /neutron/port HTTP/1.1" 200 1144 0.018379 10.0.0.61 - - [2025-12-29 03:08:09] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.148487 10.0.0.61 - - [2025-12-29 03:08:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.008885 10.0.0.61 - - [2025-12-29 03:08:09] "POST /neutron/port HTTP/1.1" 200 1144 0.016976 10.0.0.61 - - [2025-12-29 03:08:10] "POST /neutron/port HTTP/1.1" 200 1144 0.016171 10.0.0.27 - - [2025-12-29 03:08:10] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001466 10.0.0.61 - - [2025-12-29 03:08:10] "POST /neutron/security_group HTTP/1.1" 200 3412 0.057503 10.0.0.61 - - [2025-12-29 03:08:10] "POST /neutron/port HTTP/1.1" 200 1080 0.015724 10.0.0.61 - - [2025-12-29 03:08:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004117 10.0.0.61 - - [2025-12-29 03:08:11] "POST /neutron/network HTTP/1.1" 200 926 0.006126 10.0.0.61 - - [2025-12-29 03:08:15] "POST /neutron/port HTTP/1.1" 200 1144 0.016537 10.0.0.61 - - [2025-12-29 03:08:15] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006714 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 401 292 0.000383 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.036842 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.002937 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.004499 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.003420 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.004980 10.0.0.61 - - [2025-12-29 03:08:15] "GET /instance-ip/ffeb7bbc-616c-4260-a789-f392a4f92f28 HTTP/1.1" 200 1703 0.006577 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.002943 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.005440 10.0.0.61 - - [2025-12-29 03:08:15] "GET /instance-ip/ffeb7bbc-616c-4260-a789-f392a4f92f28 HTTP/1.1" 200 1703 0.003677 10.0.0.61 - - [2025-12-29 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.61 - - [2025-12-29 03:08:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003439 10.0.0.61 - - [2025-12-29 03:08:15] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002567 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007105 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005673 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003913 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005764 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002994 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005475 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004380 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004134 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008649 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004044 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002538 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007429 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002839 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005600 10.0.0.61 - - [2025-12-29 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.61 - - [2025-12-29 03:08:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002740 10.0.0.61 - - [2025-12-29 03:08:16] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005168 10.0.0.61 - - [2025-12-29 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.61 - - [2025-12-29 03:08:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005053 10.0.0.61 - - [2025-12-29 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.61 - - [2025-12-29 03:08:23] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.004955 10.0.0.61 - - [2025-12-29 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.61 - - [2025-12-29 03:08:28] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006874 10.0.0.61 - - [2025-12-29 03:08:31] "POST /neutron/port HTTP/1.1" 200 1144 0.049837 10.0.0.61 - - [2025-12-29 03:08:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003452 10.0.0.61 - - [2025-12-29 03:08:31] "POST /neutron/network HTTP/1.1" 200 926 0.008150 10.0.0.61 - - [2025-12-29 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.61 - - [2025-12-29 03:08:32] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.017779 10.0.0.61 - - [2025-12-29 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.61 - - [2025-12-29 03:08:36] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005210 10.0.0.61 - - [2025-12-29 03:08:40] "POST /neutron/network HTTP/1.1" 200 936 0.048473 10.0.0.61 - - [2025-12-29 03:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.61 - - [2025-12-29 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.61 - - [2025-12-29 03:08:40] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005913 10.0.0.61 - - [2025-12-29 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.61 - - [2025-12-29 03:08:44] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.004648 10.0.0.22 - - [2025-12-29 03:08:46] "GET /obj-perms HTTP/1.1" 200 5056 0.054003 10.0.0.61 - - [2025-12-29 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.61 - - [2025-12-29 03:08:48] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.004880 10.0.0.61 - - [2025-12-29 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.61 - - [2025-12-29 03:08:52] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005129 10.0.0.61 - - [2025-12-29 03:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.61 - - [2025-12-29 03:08:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004021 10.0.0.61 - - [2025-12-29 03:08:54] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002889 10.0.0.61 - - [2025-12-29 03:08:54] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006431 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.61 - - [2025-12-29 03:08:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003460 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002658 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005484 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.61 - - [2025-12-29 03:08:55] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006898 10.0.0.61 - - [2025-12-29 03:08:55] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004147 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.61 - - [2025-12-29 03:08:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004241 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003558 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006431 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.61 - - [2025-12-29 03:08:55] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004240 10.0.0.61 - - [2025-12-29 03:08:55] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004783 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.61 - - [2025-12-29 03:08:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003044 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006162 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011746 10.0.0.61 - - [2025-12-29 03:08:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003727 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003124 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005299 10.0.0.61 - - [2025-12-29 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.61 - - [2025-12-29 03:08:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003874 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002690 10.0.0.61 - - [2025-12-29 03:08:55] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006908 10.0.0.27 - - [2025-12-29 03:08:55] "GET /obj-perms HTTP/1.1" 200 5072 0.069868 10.0.0.61 - - [2025-12-29 03:08:56] "GET /obj-perms HTTP/1.1" 200 5072 0.061375 10.0.0.61 - - [2025-12-29 03:08:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004095 10.0.0.22 - - [2025-12-29 03:08:56] "GET /obj-perms HTTP/1.1" 200 5072 0.050275 10.0.0.27 - - [2025-12-29 03:08:56] "GET /obj-perms HTTP/1.1" 200 5072 0.003960 10.0.0.61 - - [2025-12-29 03:08:56] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.003824 10.0.0.61 - - [2025-12-29 03:08:56] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.004830 10.0.0.61 - - [2025-12-29 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.61 - - [2025-12-29 03:08:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.61 - - [2025-12-29 03:08:56] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002852 10.0.0.61 - - [2025-12-29 03:08:56] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005245 10.0.0.61 - - [2025-12-29 03:08:57] "POST /neutron/security_group HTTP/1.1" 200 1415 0.031328 10.0.0.61 - - [2025-12-29 03:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.61 - - [2025-12-29 03:08:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003261 10.0.0.61 - - [2025-12-29 03:08:57] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.007896 10.0.0.61 - - [2025-12-29 03:08:57] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005440 10.0.0.61 - - [2025-12-29 03:09:03] "POST /neutron/port HTTP/1.1" 200 1144 0.028551 10.0.0.61 - - [2025-12-29 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006290 10.0.0.61 - - [2025-12-29 03:09:13] "POST /neutron/port HTTP/1.1" 200 1144 0.019224 10.0.0.61 - - [2025-12-29 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007746 10.0.0.61 - - [2025-12-29 03:09:18] "POST /neutron/port HTTP/1.1" 200 1144 0.018024 10.0.0.61 - - [2025-12-29 03:09:18] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006782 10.0.0.61 - - [2025-12-29 03:09:18] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.007687 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.004279 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine-interface/1630ab42-74c5-4427-b5ad-07e6489df86a HTTP/1.1" 200 3191 0.008434 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.004277 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine-interface/1630ab42-74c5-4427-b5ad-07e6489df86a HTTP/1.1" 200 3191 0.005698 10.0.0.61 - - [2025-12-29 03:09:19] "GET /instance-ip/2ec13f51-fdc6-44d8-acfc-18a2f18fe94d HTTP/1.1" 200 1702 0.006579 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.004193 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-machine-interface/1630ab42-74c5-4427-b5ad-07e6489df86a HTTP/1.1" 200 3191 0.005571 10.0.0.61 - - [2025-12-29 03:09:19] "GET /instance-ip/2ec13f51-fdc6-44d8-acfc-18a2f18fe94d HTTP/1.1" 200 1702 0.005768 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004477 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004025 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005422 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004069 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002775 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005252 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002652 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006186 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003141 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005635 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003896 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002865 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005534 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002945 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005726 10.0.0.61 - - [2025-12-29 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.61 - - [2025-12-29 03:09:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003936 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003024 10.0.0.61 - - [2025-12-29 03:09:19] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005875 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.61 - - [2025-12-29 03:09:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002907 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006112 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.61 - - [2025-12-29 03:09:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003560 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002610 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006075 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.61 - - [2025-12-29 03:09:21] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004009 10.0.0.61 - - [2025-12-29 03:09:21] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003765 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.61 - - [2025-12-29 03:09:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003092 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.012841 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.61 - - [2025-12-29 03:09:21] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004171 10.0.0.61 - - [2025-12-29 03:09:21] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003059 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.61 - - [2025-12-29 03:09:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004928 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003317 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005864 10.0.0.61 - - [2025-12-29 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.61 - - [2025-12-29 03:09:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003702 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002825 10.0.0.61 - - [2025-12-29 03:09:21] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005777 10.0.0.61 - - [2025-12-29 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.61 - - [2025-12-29 03:09:22] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006269 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004529 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007656 10.0.0.61 - - [2025-12-29 03:09:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003467 10.0.0.61 - - [2025-12-29 03:09:22] "GET /obj-perms HTTP/1.1" 200 5072 0.004957 10.0.0.27 - - [2025-12-29 03:09:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003443 10.0.0.61 - - [2025-12-29 03:09:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003399 10.0.0.27 - - [2025-12-29 03:09:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003686 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.003393 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-machine-interface/1630ab42-74c5-4427-b5ad-07e6489df86a HTTP/1.1" 200 3191 0.004660 10.0.0.61 - - [2025-12-29 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.61 - - [2025-12-29 03:09:22] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003351 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002836 10.0.0.61 - - [2025-12-29 03:09:22] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005543 10.0.0.61 - - [2025-12-29 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.61 - - [2025-12-29 03:09:23] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003352 10.0.0.61 - - [2025-12-29 03:09:23] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002947 10.0.0.61 - - [2025-12-29 03:09:23] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006029 10.0.0.61 - - [2025-12-29 03:09:23] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.004156 10.0.0.61 - - [2025-12-29 03:09:23] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.005622 10.0.0.61 - - [2025-12-29 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.61 - - [2025-12-29 03:09:23] "GET /security-group/8ba4fe81-a22e-465f-bbe0-9c92be392944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003750 10.0.0.61 - - [2025-12-29 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.61 - - [2025-12-29 03:09:23] "GET /security-group/8ba4fe81-a22e-465f-bbe0-9c92be392944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004142 10.0.0.61 - - [2025-12-29 03:09:24] "POST /neutron/port HTTP/1.1" 200 1144 0.018653 10.0.0.61 - - [2025-12-29 03:09:24] "POST /neutron/port HTTP/1.1" 200 1096 0.064723 10.0.0.61 - - [2025-12-29 03:09:24] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.003564 10.0.0.61 - - [2025-12-29 03:09:24] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3139 0.004543 10.0.0.61 - - [2025-12-29 03:09:24] "POST /neutron/port HTTP/1.1" 200 1096 0.015086 10.0.0.61 - - [2025-12-29 03:09:24] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.003419 10.0.0.61 - - [2025-12-29 03:09:24] "GET /virtual-machine-interface/1cf899fb-325c-4be9-b070-ea0dbb62b7e6 HTTP/1.1" 200 3191 0.006943 10.0.0.61 - - [2025-12-29 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.61 - - [2025-12-29 03:09:24] "GET /security-group/8ba4fe81-a22e-465f-bbe0-9c92be392944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003167 10.0.0.61 - - [2025-12-29 03:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.61 - - [2025-12-29 03:09:24] "GET /security-group/8ba4fe81-a22e-465f-bbe0-9c92be392944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003956 10.0.0.61 - - [2025-12-29 03:09:24] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004073 10.0.0.61 - - [2025-12-29 03:09:31] "POST /neutron/port HTTP/1.1" 200 1144 0.016509 10.0.0.61 - - [2025-12-29 03:09:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003472 10.0.0.61 - - [2025-12-29 03:09:31] "POST /neutron/network HTTP/1.1" 200 926 0.006318 10.0.0.61 - - [2025-12-29 03:09:42] "POST /neutron/network HTTP/1.1" 200 936 0.006258 10.0.0.61 - - [2025-12-29 03:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.61 - - [2025-12-29 03:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.009048 10.0.0.61 - - [2025-12-29 03:10:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160394 10.0.0.61 - - [2025-12-29 03:10:25] "PUT /access-control-list/cc3bdfde-e1e3-433d-89a8-89ed4e2997c5 HTTP/1.1" 200 272 0.043457 10.0.0.61 - - [2025-12-29 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006949 10.0.0.61 - - [2025-12-29 03:10:28] "POST /neutron/port HTTP/1.1" 200 1134 0.025796 10.0.0.61 - - [2025-12-29 03:10:28] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 200 1313 0.005185 10.0.0.61 - - [2025-12-29 03:10:29] "POST /neutron/port HTTP/1.1" 200 1096 0.015765 10.0.0.61 - - [2025-12-29 03:10:30] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 404 171 0.002909 10.0.0.61 - - [2025-12-29 03:10:30] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 404 171 0.002823 10.0.0.61 - - [2025-12-29 03:10:30] "GET /virtual-machine/82cda656-e456-4690-a8a4-7c944f7c9c16 HTTP/1.1" 404 171 0.002643 10.0.0.61 - - [2025-12-29 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.61 - - [2025-12-29 03:10:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.61 - - [2025-12-29 03:10:30] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003142 10.0.0.61 - - [2025-12-29 03:10:31] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005202 10.0.0.61 - - [2025-12-29 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.61 - - [2025-12-29 03:10:31] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004214 10.0.0.61 - - [2025-12-29 03:10:31] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003785 10.0.0.61 - - [2025-12-29 03:10:34] "GET /obj-perms HTTP/1.1" 200 5072 0.003410 10.0.0.27 - - [2025-12-29 03:10:37] "GET /obj-perms HTTP/1.1" 200 5072 0.003876 10.0.0.61 - - [2025-12-29 03:10:42] "POST /neutron/port HTTP/1.1" 200 1144 0.016920 10.0.0.61 - - [2025-12-29 03:10:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.008714 10.0.0.61 - - [2025-12-29 03:10:43] "GET /obj-perms HTTP/1.1" 200 5072 0.003701 10.0.0.27 - - [2025-12-29 03:10:46] "GET /obj-perms HTTP/1.1" 200 5072 0.003391 10.0.0.61 - - [2025-12-29 03:10:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004130 10.0.0.27 - - [2025-12-29 03:10:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003612 10.0.0.61 - - [2025-12-29 03:10:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003694 10.0.0.22 - - [2025-12-29 03:10:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003348 10.0.0.27 - - [2025-12-29 03:10:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003847 10.0.0.61 - - [2025-12-29 03:10:58] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009048 10.0.0.61 - - [2025-12-29 03:10:59] "POST /neutron/port HTTP/1.1" 200 1134 0.020163 10.0.0.61 - - [2025-12-29 03:10:59] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 200 1314 0.003605 10.0.0.61 - - [2025-12-29 03:10:59] "POST /neutron/port HTTP/1.1" 200 1096 0.014033 10.0.0.61 - - [2025-12-29 03:11:01] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 404 171 0.003089 10.0.0.61 - - [2025-12-29 03:11:01] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 404 171 0.013642 10.0.0.61 - - [2025-12-29 03:11:01] "GET /virtual-machine/9eaf4b01-7056-42ec-aee9-8926f66c8606 HTTP/1.1" 404 171 0.003552 10.0.0.61 - - [2025-12-29 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.61 - - [2025-12-29 03:11:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004167 10.0.0.61 - - [2025-12-29 03:11:01] "GET /virtual-networks?parent_id=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003151 10.0.0.61 - - [2025-12-29 03:11:01] "GET /virtual-network/f38fdf5d-6dc8-4a64-a053-44fcf2b3c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005380 10.0.0.61 - - [2025-12-29 03:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.61 - - [2025-12-29 03:11:01] "GET /routing-instance/06963ff4-7b6d-4767-bebd-21e42606490c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.006186 10.0.0.61 - - [2025-12-29 03:11:01] "GET /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003473 10.0.0.61 - - [2025-12-29 03:11:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004317 10.0.0.22 - - [2025-12-29 03:11:07] "GET /obj-perms HTTP/1.1" 200 5072 0.003590 10.0.0.61 - - [2025-12-29 03:11:10] "GET /obj-perms HTTP/1.1" 200 5072 0.004175 10.0.0.22 - - [2025-12-29 03:11:17] "GET /obj-perms HTTP/1.1" 200 5072 0.003844 10.0.0.61 - - [2025-12-29 03:11:20] "GET /obj-perms HTTP/1.1" 200 5072 0.005312 10.0.0.61 - - [2025-12-29 03:11:23] "GET /obj-perms HTTP/1.1" 200 5072 0.003803 10.0.0.22 - - [2025-12-29 03:11:23] "GET /obj-perms HTTP/1.1" 200 5072 0.003821 10.0.0.27 - - [2025-12-29 03:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.27 - - [2025-12-29 03:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004750 10.0.0.61 - - [2025-12-29 03:11:23] "POST /neutron/network HTTP/1.1" 200 151 0.127074 10.0.0.61 - - [2025-12-29 03:11:23] "DELETE /route-target/09bc3a9c-e2ee-4cc5-92c2-ad41355679d1 HTTP/1.1" 200 115 0.028699 10.0.0.61 - - [2025-12-29 03:11:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003963 10.0.0.27 - - [2025-12-29 03:11:25] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000886 10.0.0.61 - - [2025-12-29 03:11:25] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.038442 10.0.0.27 - - [2025-12-29 03:11:25] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000902 10.0.0.61 - - [2025-12-29 03:11:25] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?fields=virtual_networks HTTP/1.1" 200 1073 0.039266 10.0.0.27 - - [2025-12-29 03:11:25] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000920 10.0.0.61 - - [2025-12-29 03:11:25] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.034610 10.0.0.27 - - [2025-12-29 03:11:25] "GET /projects?obj_uuids=3fc91cb1-aefd-47a0-a0b3-51de992c8739&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001078 10.0.0.61 - - [2025-12-29 03:11:25] "GET /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739?fields=security_groups HTTP/1.1" 200 1320 0.039397 10.0.0.61 - - [2025-12-29 03:11:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.346574 10.0.0.27 - - [2025-12-29 03:11:26] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002857 10.0.0.27 - - [2025-12-29 03:11:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.27 - - [2025-12-29 03:11:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006067 10.0.0.27 - - [2025-12-29 03:11:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.003508 10.0.0.27 - - [2025-12-29 03:11:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.004799 10.0.0.27 - - [2025-12-29 03:11:26] "POST /security-groups HTTP/1.1" 200 589 0.025933 10.0.0.61 - - [2025-12-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 404 232 0.002923 10.0.0.27 - - [2025-12-29 03:11:27] "POST /projects HTTP/1.1" 200 581 0.225912 10.0.0.27 - - [2025-12-29 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.298536 10.0.0.61 - - [2025-12-29 03:11:27] "POST /access-control-lists HTTP/1.1" 200 592 0.043675 10.0.0.61 - - [2025-12-29 03:11:27] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.446311 10.0.0.61 - - [2025-12-29 03:11:28] "GET / HTTP/1.1" 200 35931 0.001313 10.0.0.61 - - [2025-12-29 03:11:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-29 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.066423 10.0.0.27 - - [2025-12-29 03:11:30] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.61 - - [2025-12-29 03:11:30] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047172 10.0.0.61 - - [2025-12-29 03:11:30] "POST /neutron/network HTTP/1.1" 200 117 0.035825 10.0.0.61 - - [2025-12-29 03:11:31] "POST /neutron/network HTTP/1.1" 200 833 0.008927 10.0.0.61 - - [2025-12-29 03:11:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001029 10.0.0.61 - - [2025-12-29 03:11:31] "GET /virtual-network/4b7adb05-19cd-434f-b3cd-b8d637f93fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005882 10.0.0.61 - - [2025-12-29 03:11:31] "GET /virtual-network/4b7adb05-19cd-434f-b3cd-b8d637f93fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006650 10.0.0.61 - - [2025-12-29 03:11:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.011297 10.0.0.61 - - [2025-12-29 03:11:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001101 10.0.0.27 - - [2025-12-29 03:11:32] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000922 10.0.0.61 - - [2025-12-29 03:11:32] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070328 10.0.0.61 - - [2025-12-29 03:11:32] "POST /neutron/port HTTP/1.1" 200 117 0.005996 10.0.0.61 - - [2025-12-29 03:11:32] "POST /neutron/network HTTP/1.1" 200 843 0.006365 10.0.0.61 - - [2025-12-29 03:11:33] "POST /neutron/port HTTP/1.1" 200 1057 0.015442 10.0.0.61 - - [2025-12-29 03:11:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.61 - - [2025-12-29 03:11:33] "POST /neutron/network HTTP/1.1" 200 833 0.006087 10.0.0.61 - - [2025-12-29 03:11:37] "POST /neutron/port HTTP/1.1" 200 1121 0.018163 10.0.0.61 - - [2025-12-29 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-12-29 03:11:37] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.61 - - [2025-12-29 03:11:37] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043608 10.0.0.27 - - [2025-12-29 03:11:37] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.61 - - [2025-12-29 03:11:37] "POST /neutron/network HTTP/1.1" 200 613 0.125226 10.0.0.61 - - [2025-12-29 03:11:37] "POST /route-targets HTTP/1.1" 200 327 0.017506 10.0.0.61 - - [2025-12-29 03:11:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.002623 10.0.0.61 - - [2025-12-29 03:11:38] "GET /virtual-network/a9cd404f-4d73-4fd9-a9ce-bba8bc4daead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004909 10.0.0.61 - - [2025-12-29 03:11:38] "POST /neutron/network HTTP/1.1" 200 832 0.007135 10.0.0.61 - - [2025-12-29 03:11:38] "GET /virtual-network/a9cd404f-4d73-4fd9-a9ce-bba8bc4daead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005291 10.0.0.61 - - [2025-12-29 03:11:38] "GET /virtual-network/a9cd404f-4d73-4fd9-a9ce-bba8bc4daead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006515 10.0.0.61 - - [2025-12-29 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005796 10.0.0.27 - - [2025-12-29 03:11:40] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.61 - - [2025-12-29 03:11:40] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.035753 10.0.0.61 - - [2025-12-29 03:11:40] "POST /neutron/network HTTP/1.1" 200 117 0.014317 10.0.0.61 - - [2025-12-29 03:11:40] "POST /ref-update HTTP/1.1" 200 156 0.019170 10.0.0.61 - - [2025-12-29 03:11:40] "POST /neutron/network HTTP/1.1" 200 831 0.007788 10.0.0.61 - - [2025-12-29 03:11:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.000979 10.0.0.61 - - [2025-12-29 03:11:40] "GET /virtual-network/00e8a8a1-3824-47a6-ba2b-97379cecf9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004365 10.0.0.61 - - [2025-12-29 03:11:40] "GET /virtual-network/00e8a8a1-3824-47a6-ba2b-97379cecf9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005126 10.0.0.61 - - [2025-12-29 03:11:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.007903 10.0.0.61 - - [2025-12-29 03:11:40] "GET /virtual-network/00e8a8a1-3824-47a6-ba2b-97379cecf9dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005373 10.0.0.27 - - [2025-12-29 03:11:41] "GET /obj-perms HTTP/1.1" 200 5026 0.050260 10.0.0.61 - - [2025-12-29 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-12-29 03:11:41] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.61 - - [2025-12-29 03:11:41] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033190 10.0.0.27 - - [2025-12-29 03:11:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007194 10.0.0.61 - - [2025-12-29 03:11:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.200299 10.0.0.61 - - [2025-12-29 03:11:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001175 10.0.0.61 - - [2025-12-29 03:11:41] "GET /virtual-network/86f2b764-8052-4b8e-b8b3-2bea92da5c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004860 10.0.0.61 - - [2025-12-29 03:11:41] "GET /virtual-network/86f2b764-8052-4b8e-b8b3-2bea92da5c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005308 10.0.0.61 - - [2025-12-29 03:11:41] "POST /neutron/network HTTP/1.1" 200 833 0.006731 10.0.0.61 - - [2025-12-29 03:11:41] "GET /virtual-network/86f2b764-8052-4b8e-b8b3-2bea92da5c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005140 10.0.0.61 - - [2025-12-29 03:11:42] "GET /obj-perms HTTP/1.1" 200 5026 0.059083 10.0.0.22 - - [2025-12-29 03:11:42] "GET /obj-perms HTTP/1.1" 200 5026 0.058661 10.0.0.61 - - [2025-12-29 03:11:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.61 - - [2025-12-29 03:11:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006722 10.0.0.61 - - [2025-12-29 03:11:43] "POST /neutron/port HTTP/1.1" 200 1121 0.016223 10.0.0.61 - - [2025-12-29 03:11:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.010323 10.0.0.27 - - [2025-12-29 03:11:43] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.61 - - [2025-12-29 03:11:43] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060215 10.0.0.61 - - [2025-12-29 03:11:43] "POST /neutron/network HTTP/1.1" 200 831 0.006508 10.0.0.61 - - [2025-12-29 03:11:43] "POST /neutron/port HTTP/1.1" 200 117 0.005938 10.0.0.61 - - [2025-12-29 03:11:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489 10.0.0.61 - - [2025-12-29 03:11:43] "POST /neutron/network HTTP/1.1" 200 843 0.006591 10.0.0.61 - - [2025-12-29 03:11:44] "POST /neutron/port HTTP/1.1" 200 1057 0.020102 10.0.0.61 - - [2025-12-29 03:11:44] "POST /neutron/port HTTP/1.1" 200 1121 0.015873 10.0.0.61 - - [2025-12-29 03:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.27 - - [2025-12-29 03:11:44] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.61 - - [2025-12-29 03:11:44] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063794 10.0.0.61 - - [2025-12-29 03:11:44] "POST /neutron/port HTTP/1.1" 200 2090 0.023587 10.0.0.61 - - [2025-12-29 03:11:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003847 10.0.0.61 - - [2025-12-29 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-12-29 03:11:45] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.61 - - [2025-12-29 03:11:45] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007751 10.0.0.61 - - [2025-12-29 03:11:45] "POST /service-templates HTTP/1.1" 200 543 0.027137 10.0.0.61 - - [2025-12-29 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.61 - - [2025-12-29 03:11:45] "GET /service-template/c9073713-bd62-4c39-91ea-1e2b9e008cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005617 10.0.0.61 - - [2025-12-29 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.61 - - [2025-12-29 03:11:45] "GET /service-template/c9073713-bd62-4c39-91ea-1e2b9e008cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004062 10.0.0.61 - - [2025-12-29 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001236 10.0.0.61 - - [2025-12-29 03:11:45] "POST /neutron/network HTTP/1.1" 200 843 0.006313 10.0.0.61 - - [2025-12-29 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001056 10.0.0.61 - - [2025-12-29 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001586 10.0.0.61 - - [2025-12-29 03:11:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007116 10.0.0.61 - - [2025-12-29 03:11:45] "POST /neutron/port HTTP/1.1" 200 1111 0.121415 10.0.0.61 - - [2025-12-29 03:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.61 - - [2025-12-29 03:11:45] "DELETE /service-template/c9073713-bd62-4c39-91ea-1e2b9e008cf6 HTTP/1.1" 200 115 0.038193 10.0.0.61 - - [2025-12-29 03:11:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.006011 10.0.0.61 - - [2025-12-29 03:11:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.008524 10.0.0.61 - - [2025-12-29 03:11:46] "POST /neutron/network HTTP/1.1" 200 833 0.006274 10.0.0.61 - - [2025-12-29 03:11:46] "POST /neutron/port HTTP/1.1" 200 1111 0.011949 10.0.0.61 - - [2025-12-29 03:11:47] "POST /neutron/port HTTP/1.1" 200 1111 0.012626 10.0.0.61 - - [2025-12-29 03:11:48] "POST /neutron/network HTTP/1.1" 200 2875 0.012138 10.0.0.27 - - [2025-12-29 03:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002428 10.0.0.27 - - [2025-12-29 03:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002053 10.0.0.61 - - [2025-12-29 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.61 - - [2025-12-29 03:11:48] "POST /neutron/network HTTP/1.1" 200 151 0.111846 10.0.0.27 - - [2025-12-29 03:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002596 10.0.0.27 - - [2025-12-29 03:11:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002571 10.0.0.61 - - [2025-12-29 03:11:48] "POST /neutron/network HTTP/1.1" 200 151 0.117204 10.0.0.61 - - [2025-12-29 03:11:48] "DELETE /route-target/3c1d333c-92c9-4680-9d7a-dfa80cc990a9 HTTP/1.1" 200 115 0.025223 10.0.0.61 - - [2025-12-29 03:11:49] "POST /neutron/network HTTP/1.1" 200 833 0.006351 10.0.0.61 - - [2025-12-29 03:11:49] "POST /neutron/port HTTP/1.1" 200 1111 0.012815 10.0.0.61 - - [2025-12-29 03:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005505 10.0.0.27 - - [2025-12-29 03:11:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.27 - - [2025-12-29 03:11:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002118 10.0.0.61 - - [2025-12-29 03:11:51] "POST /neutron/network HTTP/1.1" 200 151 0.132613 10.0.0.61 - - [2025-12-29 03:11:53] "DELETE /access-control-list/f9f59f8a-dc34-43cc-b775-a83364225de7 HTTP/1.1" 200 115 0.032249 10.0.0.61 - - [2025-12-29 03:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-12-29 03:11:54] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.61 - - [2025-12-29 03:11:54] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037927 10.0.0.27 - - [2025-12-29 03:11:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007786 10.0.0.61 - - [2025-12-29 03:11:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.194993 10.0.0.61 - - [2025-12-29 03:11:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001249 10.0.0.61 - - [2025-12-29 03:11:54] "GET /virtual-network/0d6aa83e-82b2-4c37-b0a1-b8cbbf88c17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005495 10.0.0.61 - - [2025-12-29 03:11:54] "GET /virtual-network/0d6aa83e-82b2-4c37-b0a1-b8cbbf88c17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005025 10.0.0.61 - - [2025-12-29 03:11:54] "POST /neutron/network HTTP/1.1" 200 831 0.006618 10.0.0.61 - - [2025-12-29 03:11:54] "GET /virtual-network/0d6aa83e-82b2-4c37-b0a1-b8cbbf88c17e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004926 10.0.0.27 - - [2025-12-29 03:11:55] "GET /obj-perms HTTP/1.1" 200 5026 0.004187 10.0.0.61 - - [2025-12-29 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.27 - - [2025-12-29 03:11:55] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.61 - - [2025-12-29 03:11:55] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045175 10.0.0.27 - - [2025-12-29 03:11:55] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.61 - - [2025-12-29 03:11:55] "POST /neutron/network HTTP/1.1" 200 613 0.110396 10.0.0.61 - - [2025-12-29 03:11:55] "POST /route-targets HTTP/1.1" 200 327 0.019852 10.0.0.61 - - [2025-12-29 03:11:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.002988 10.0.0.61 - - [2025-12-29 03:11:55] "GET /virtual-network/17bb6247-e6a0-4919-8902-2722beb11237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004899 10.0.0.61 - - [2025-12-29 03:11:55] "POST /neutron/network HTTP/1.1" 200 832 0.005276 10.0.0.61 - - [2025-12-29 03:11:55] "GET /virtual-network/17bb6247-e6a0-4919-8902-2722beb11237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004604 10.0.0.61 - - [2025-12-29 03:11:55] "GET /virtual-network/17bb6247-e6a0-4919-8902-2722beb11237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005941 10.0.0.22 - - [2025-12-29 03:11:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003359 10.0.0.61 - - [2025-12-29 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2025-12-29 03:11:56] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.61 - - [2025-12-29 03:11:56] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031807 10.0.0.61 - - [2025-12-29 03:11:56] "POST /neutron/network HTTP/1.1" 200 117 0.016482 10.0.0.61 - - [2025-12-29 03:11:56] "POST /ref-update HTTP/1.1" 200 156 0.024995 10.0.0.61 - - [2025-12-29 03:11:56] "POST /neutron/network HTTP/1.1" 200 835 0.016586 10.0.0.61 - - [2025-12-29 03:11:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001251 10.0.0.61 - - [2025-12-29 03:11:56] "GET /virtual-network/767cfd89-0c52-4a21-ada4-3e68f483c235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004949 10.0.0.61 - - [2025-12-29 03:11:56] "GET /virtual-network/767cfd89-0c52-4a21-ada4-3e68f483c235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006222 10.0.0.61 - - [2025-12-29 03:11:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.009272 10.0.0.61 - - [2025-12-29 03:11:56] "GET /virtual-network/767cfd89-0c52-4a21-ada4-3e68f483c235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004903 10.0.0.61 - - [2025-12-29 03:11:57] "GET /obj-perms HTTP/1.1" 200 5026 0.003277 10.0.0.61 - - [2025-12-29 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2025-12-29 03:11:57] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000817 10.0.0.61 - - [2025-12-29 03:11:57] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038660 10.0.0.27 - - [2025-12-29 03:11:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009016 10.0.0.61 - - [2025-12-29 03:11:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.211268 10.0.0.61 - - [2025-12-29 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001273 10.0.0.61 - - [2025-12-29 03:11:57] "GET /virtual-network/98462cc2-90d6-4633-aa67-202a0af4212c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005106 10.0.0.61 - - [2025-12-29 03:11:57] "GET /virtual-network/98462cc2-90d6-4633-aa67-202a0af4212c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006355 10.0.0.61 - - [2025-12-29 03:11:57] "POST /neutron/network HTTP/1.1" 200 843 0.006401 10.0.0.61 - - [2025-12-29 03:11:58] "GET /virtual-network/98462cc2-90d6-4633-aa67-202a0af4212c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006102 10.0.0.27 - - [2025-12-29 03:11:58] "GET /obj-perms HTTP/1.1" 200 5026 0.003541 10.0.0.61 - - [2025-12-29 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-12-29 03:11:58] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000885 10.0.0.61 - - [2025-12-29 03:11:58] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040216 10.0.0.27 - - [2025-12-29 03:11:58] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.61 - - [2025-12-29 03:11:58] "POST /neutron/network HTTP/1.1" 200 627 0.120606 10.0.0.61 - - [2025-12-29 03:11:58] "POST /route-targets HTTP/1.1" 200 327 0.017084 10.0.0.61 - - [2025-12-29 03:11:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.004154 10.0.0.61 - - [2025-12-29 03:11:58] "GET /virtual-network/f448092f-decd-4479-bbf7-55ad6d818d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005284 10.0.0.61 - - [2025-12-29 03:11:58] "POST /neutron/network HTTP/1.1" 200 844 0.005781 10.0.0.61 - - [2025-12-29 03:11:58] "GET /virtual-network/f448092f-decd-4479-bbf7-55ad6d818d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005146 10.0.0.61 - - [2025-12-29 03:11:59] "GET /virtual-network/f448092f-decd-4479-bbf7-55ad6d818d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005656 10.0.0.22 - - [2025-12-29 03:11:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003619 10.0.0.61 - - [2025-12-29 03:11:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001420 10.0.0.61 - - [2025-12-29 03:11:59] "POST /neutron/network HTTP/1.1" 200 842 0.006439 10.0.0.27 - - [2025-12-29 03:12:00] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.61 - - [2025-12-29 03:12:00] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.073480 10.0.0.61 - - [2025-12-29 03:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.006417 10.0.0.61 - - [2025-12-29 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001167 10.0.0.61 - - [2025-12-29 03:12:00] "POST /neutron/network HTTP/1.1" 200 842 0.011296 10.0.0.61 - - [2025-12-29 03:12:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018300 10.0.0.27 - - [2025-12-29 03:12:01] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.61 - - [2025-12-29 03:12:01] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.091917 10.0.0.61 - - [2025-12-29 03:12:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009849 10.0.0.61 - - [2025-12-29 03:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001917 10.0.0.61 - - [2025-12-29 03:12:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009089 10.0.0.61 - - [2025-12-29 03:12:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003359 10.0.0.61 - - [2025-12-29 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.015548 10.0.0.27 - - [2025-12-29 03:12:01] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001676 10.0.0.61 - - [2025-12-29 03:12:01] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009976 10.0.0.61 - - [2025-12-29 03:12:01] "POST /service-templates HTTP/1.1" 200 543 0.036939 10.0.0.61 - - [2025-12-29 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.61 - - [2025-12-29 03:12:02] "GET /service-template/b8f30868-4b80-4f2c-8206-e649c5cfafa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.008856 10.0.0.61 - - [2025-12-29 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.61 - - [2025-12-29 03:12:02] "GET /service-template/b8f30868-4b80-4f2c-8206-e649c5cfafa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004424 10.0.0.61 - - [2025-12-29 03:12:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001073 10.0.0.27 - - [2025-12-29 03:12:02] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.61 - - [2025-12-29 03:12:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.000968 10.0.0.61 - - [2025-12-29 03:12:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001127 10.0.0.61 - - [2025-12-29 03:12:02] "POST /neutron/port HTTP/1.1" 200 1059 0.326550 10.0.0.61 - - [2025-12-29 03:12:02] "POST /neutron/port HTTP/1.1" 200 1059 0.013818 10.0.0.61 - - [2025-12-29 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.61 - - [2025-12-29 03:12:02] "DELETE /service-template/b8f30868-4b80-4f2c-8206-e649c5cfafa6 HTTP/1.1" 200 115 0.032785 10.0.0.61 - - [2025-12-29 03:12:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003166 10.0.0.61 - - [2025-12-29 03:12:02] "POST /neutron/port HTTP/1.1" 200 1123 0.018302 10.0.0.61 - - [2025-12-29 03:12:02] "POST /neutron/network HTTP/1.1" 200 844 0.007706 10.0.0.61 - - [2025-12-29 03:12:02] "POST /neutron/network HTTP/1.1" 200 835 0.009758 10.0.0.61 - - [2025-12-29 03:12:03] "DELETE /route-target/62811952-3c5a-4e61-9b94-1ecd1be2d198 HTTP/1.1" 200 115 0.026615 10.0.0.61 - - [2025-12-29 03:12:03] "POST /neutron/port HTTP/1.1" 200 151 0.209168 10.0.0.61 - - [2025-12-29 03:12:03] "POST /neutron/network HTTP/1.1" 200 835 0.007444 10.0.0.61 - - [2025-12-29 03:12:04] "POST /neutron/port HTTP/1.1" 200 1113 0.015352 10.0.0.61 - - [2025-12-29 03:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.005976 10.0.0.61 - - [2025-12-29 03:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.009042 10.0.0.61 - - [2025-12-29 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.61 - - [2025-12-29 03:12:06] "POST /neutron/network HTTP/1.1" 200 832 0.006022 10.0.0.61 - - [2025-12-29 03:12:06] "DELETE /route-target/993c8559-ab3d-46f2-a0e6-2b15221eeefb HTTP/1.1" 200 115 0.022918 10.0.0.27 - - [2025-12-29 03:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004047 10.0.0.27 - - [2025-12-29 03:12:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.61 - - [2025-12-29 03:12:06] "POST /neutron/network HTTP/1.1" 200 151 0.117282 10.0.0.27 - - [2025-12-29 03:12:08] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.61 - - [2025-12-29 03:12:08] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052691 10.0.0.27 - - [2025-12-29 03:12:08] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.61 - - [2025-12-29 03:12:08] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?fields=virtual_networks HTTP/1.1" 200 1028 0.043049 10.0.0.27 - - [2025-12-29 03:12:08] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.61 - - [2025-12-29 03:12:08] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.036401 10.0.0.27 - - [2025-12-29 03:12:08] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.61 - - [2025-12-29 03:12:08] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?fields=security_groups HTTP/1.1" 200 1252 0.038612 10.0.0.61 - - [2025-12-29 03:12:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.033835 10.0.0.27 - - [2025-12-29 03:12:09] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002615 10.0.0.27 - - [2025-12-29 03:12:09] "DELETE /project/3fc91cb1-aefd-47a0-a0b3-51de992c8739 HTTP/1.1" 404 177 0.003739 10.0.0.27 - - [2025-12-29 03:12:09] "DELETE /project/fd6655af8f024b048d95a4067b0d73a4 HTTP/1.1" 404 173 0.005116 10.0.0.27 - - [2025-12-29 03:12:09] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000758 10.0.0.27 - - [2025-12-29 03:12:09] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000709 10.0.0.27 - - [2025-12-29 03:12:09] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.036192 10.0.0.27 - - [2025-12-29 03:12:09] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.27 - - [2025-12-29 03:12:09] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046733 10.0.0.27 - - [2025-12-29 03:12:09] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?fields=security_groups HTTP/1.1" 200 1357 0.036949 10.0.0.27 - - [2025-12-29 03:12:09] "DELETE /security-group/cc1103b2-136f-4795-82da-4fcdb658e0a3 HTTP/1.1" 200 115 0.067638 10.0.0.27 - - [2025-12-29 03:12:09] "GET /projects?obj_uuids=fd6655af-8f02-4b04-8d95-a4067b0d73a4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.27 - - [2025-12-29 03:12:09] "GET /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4?fields=application_policy_sets HTTP/1.1" 200 1396 0.044073 10.0.0.61 - - [2025-12-29 03:12:09] "DELETE /access-control-list/4f9a9a99-4823-4c7c-b48e-bfc844da70f6 HTTP/1.1" 200 115 0.066784 10.0.0.27 - - [2025-12-29 03:12:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.004478 10.0.0.27 - - [2025-12-29 03:12:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.005999 10.0.0.27 - - [2025-12-29 03:12:09] "POST /security-groups HTTP/1.1" 200 589 0.048898 10.0.0.27 - - [2025-12-29 03:12:09] "DELETE /project/fd6655af-8f02-4b04-8d95-a4067b0d73a4 HTTP/1.1" 200 115 0.429148 10.0.0.27 - - [2025-12-29 03:12:09] "POST /projects HTTP/1.1" 200 581 0.307785 10.0.0.27 - - [2025-12-29 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.339190 10.0.0.61 - - [2025-12-29 03:12:09] "POST /access-control-lists HTTP/1.1" 200 594 0.036491 10.0.0.61 - - [2025-12-29 03:12:09] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.572671 10.0.0.61 - - [2025-12-29 03:12:11] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.61 - - [2025-12-29 03:12:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-29 03:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.061525 10.0.0.27 - - [2025-12-29 03:12:13] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.61 - - [2025-12-29 03:12:13] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041222 10.0.0.61 - - [2025-12-29 03:12:13] "POST /route-targets HTTP/1.1" 200 327 0.013623 10.0.0.27 - - [2025-12-29 03:12:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005863 10.0.0.61 - - [2025-12-29 03:12:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.275375 10.0.0.61 - - [2025-12-29 03:12:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.61 - - [2025-12-29 03:12:13] "GET /virtual-network/257f1502-8c18-49e7-8a80-44d69a59bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005215 10.0.0.61 - - [2025-12-29 03:12:13] "GET /virtual-network/257f1502-8c18-49e7-8a80-44d69a59bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005162 10.0.0.61 - - [2025-12-29 03:12:13] "POST /neutron/network HTTP/1.1" 200 833 0.005991 10.0.0.61 - - [2025-12-29 03:12:14] "GET /virtual-network/257f1502-8c18-49e7-8a80-44d69a59bd07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004833 10.0.0.61 - - [2025-12-29 03:12:14] "GET /obj-perms HTTP/1.1" 200 5026 0.053446 10.0.0.61 - - [2025-12-29 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2025-12-29 03:12:15] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.61 - - [2025-12-29 03:12:15] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036343 10.0.0.27 - - [2025-12-29 03:12:15] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.61 - - [2025-12-29 03:12:16] "POST /neutron/network HTTP/1.1" 200 617 0.174369 10.0.0.61 - - [2025-12-29 03:12:16] "POST /ref-update HTTP/1.1" 200 156 0.018960 10.0.0.61 - - [2025-12-29 03:12:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.002925 10.0.0.61 - - [2025-12-29 03:12:16] "GET /virtual-network/01fd8064-e5b2-47ed-81a1-4a10068298c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005027 10.0.0.61 - - [2025-12-29 03:12:16] "POST /neutron/network HTTP/1.1" 200 835 0.005977 10.0.0.61 - - [2025-12-29 03:12:16] "GET /virtual-network/01fd8064-e5b2-47ed-81a1-4a10068298c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004386 10.0.0.61 - - [2025-12-29 03:12:16] "GET /virtual-network/01fd8064-e5b2-47ed-81a1-4a10068298c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004672 10.0.0.27 - - [2025-12-29 03:12:16] "GET /obj-perms HTTP/1.1" 200 5026 0.048444 10.0.0.61 - - [2025-12-29 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.27 - - [2025-12-29 03:12:16] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.61 - - [2025-12-29 03:12:16] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.036259 10.0.0.61 - - [2025-12-29 03:12:17] "POST /neutron/network HTTP/1.1" 200 117 0.013850 10.0.0.61 - - [2025-12-29 03:12:17] "POST /neutron/network HTTP/1.1" 200 838 0.007549 10.0.0.61 - - [2025-12-29 03:12:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.000963 10.0.0.61 - - [2025-12-29 03:12:17] "GET /virtual-network/275f9056-b2a8-4de0-be44-d52a0619149f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004565 10.0.0.61 - - [2025-12-29 03:12:17] "GET /virtual-network/275f9056-b2a8-4de0-be44-d52a0619149f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004819 10.0.0.61 - - [2025-12-29 03:12:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.007515 10.0.0.61 - - [2025-12-29 03:12:17] "GET /virtual-network/275f9056-b2a8-4de0-be44-d52a0619149f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005507 10.0.0.22 - - [2025-12-29 03:12:18] "GET /obj-perms HTTP/1.1" 200 5026 0.047674 10.0.0.61 - - [2025-12-29 03:12:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001226 10.0.0.27 - - [2025-12-29 03:12:18] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.61 - - [2025-12-29 03:12:19] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.090054 10.0.0.61 - - [2025-12-29 03:12:19] "POST /neutron/port HTTP/1.1" 200 117 0.006950 10.0.0.61 - - [2025-12-29 03:12:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001226 10.0.0.61 - - [2025-12-29 03:12:19] "POST /neutron/network HTTP/1.1" 200 848 0.008493 10.0.0.61 - - [2025-12-29 03:12:19] "POST /neutron/port HTTP/1.1" 200 1057 0.019759 10.0.0.61 - - [2025-12-29 03:12:20] "POST /neutron/port HTTP/1.1" 200 1121 0.016729 10.0.0.61 - - [2025-12-29 03:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.27 - - [2025-12-29 03:12:20] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.61 - - [2025-12-29 03:12:20] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.072847 10.0.0.61 - - [2025-12-29 03:12:20] "POST /neutron/port HTTP/1.1" 200 1121 0.017713 10.0.0.61 - - [2025-12-29 03:12:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003081 10.0.0.61 - - [2025-12-29 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.27 - - [2025-12-29 03:12:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.61 - - [2025-12-29 03:12:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007690 10.0.0.61 - - [2025-12-29 03:12:20] "POST /service-templates HTTP/1.1" 200 543 0.032937 10.0.0.61 - - [2025-12-29 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.61 - - [2025-12-29 03:12:20] "GET /service-template/ed431304-929b-4cd0-b914-791223afe80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005510 10.0.0.61 - - [2025-12-29 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.61 - - [2025-12-29 03:12:20] "GET /service-template/ed431304-929b-4cd0-b914-791223afe80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003697 10.0.0.61 - - [2025-12-29 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001234 10.0.0.61 - - [2025-12-29 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001396 10.0.0.61 - - [2025-12-29 03:12:20] "POST /neutron/network HTTP/1.1" 200 848 0.007426 10.0.0.61 - - [2025-12-29 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 226 0.001386 10.0.0.61 - - [2025-12-29 03:12:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010334 10.0.0.61 - - [2025-12-29 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.61 - - [2025-12-29 03:12:21] "DELETE /service-template/ed431304-929b-4cd0-b914-791223afe80b HTTP/1.1" 200 115 0.037882 10.0.0.61 - - [2025-12-29 03:12:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.003701 10.0.0.61 - - [2025-12-29 03:12:21] "POST /neutron/port HTTP/1.1" 200 1112 0.104924 10.0.0.61 - - [2025-12-29 03:12:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008249 10.0.0.61 - - [2025-12-29 03:12:21] "POST /neutron/network HTTP/1.1" 200 838 0.006377 10.0.0.61 - - [2025-12-29 03:12:22] "POST /neutron/port HTTP/1.1" 200 1111 0.013190 10.0.0.61 - - [2025-12-29 03:12:22] "POST /neutron/port HTTP/1.1" 200 1112 0.012900 10.0.0.61 - - [2025-12-29 03:12:23] "POST /neutron/network HTTP/1.1" 200 2195 0.009186 10.0.0.61 - - [2025-12-29 03:12:23] "POST /neutron/network HTTP/1.1" 200 838 0.005845 10.0.0.61 - - [2025-12-29 03:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-12-29 03:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002355 10.0.0.27 - - [2025-12-29 03:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003974 10.0.0.61 - - [2025-12-29 03:12:24] "POST /neutron/network HTTP/1.1" 200 151 0.119035 10.0.0.61 - - [2025-12-29 03:12:24] "DELETE /route-target/cb5c26ca-79a7-4c05-a398-a8717078b694 HTTP/1.1" 200 115 0.039946 10.0.0.61 - - [2025-12-29 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.27 - - [2025-12-29 03:12:27] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000840 10.0.0.61 - - [2025-12-29 03:12:27] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047959 10.0.0.61 - - [2025-12-29 03:12:27] "POST /neutron/network HTTP/1.1" 200 117 0.011559 10.0.0.61 - - [2025-12-29 03:12:27] "POST /route-targets HTTP/1.1" 200 327 0.010740 10.0.0.61 - - [2025-12-29 03:12:27] "POST /neutron/network HTTP/1.1" 200 832 0.007679 10.0.0.61 - - [2025-12-29 03:12:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001024 10.0.0.61 - - [2025-12-29 03:12:27] "GET /virtual-network/b800c3be-7f47-4014-a78a-c17df001a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004885 10.0.0.61 - - [2025-12-29 03:12:27] "GET /virtual-network/b800c3be-7f47-4014-a78a-c17df001a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006882 10.0.0.61 - - [2025-12-29 03:12:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.010609 10.0.0.61 - - [2025-12-29 03:12:27] "GET /virtual-network/b800c3be-7f47-4014-a78a-c17df001a16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005291 10.0.0.61 - - [2025-12-29 03:12:28] "GET /obj-perms HTTP/1.1" 200 5026 0.003963 10.0.0.61 - - [2025-12-29 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.27 - - [2025-12-29 03:12:28] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.61 - - [2025-12-29 03:12:28] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.035331 10.0.0.61 - - [2025-12-29 03:12:28] "POST /ref-update HTTP/1.1" 200 156 0.032936 10.0.0.27 - - [2025-12-29 03:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006754 10.0.0.61 - - [2025-12-29 03:12:28] "POST /neutron/subnet HTTP/1.1" 200 730 0.182973 10.0.0.61 - - [2025-12-29 03:12:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001206 10.0.0.61 - - [2025-12-29 03:12:28] "GET /virtual-network/7e3fb25a-1d12-4fe9-a47e-161cf459db0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006368 10.0.0.61 - - [2025-12-29 03:12:28] "GET /virtual-network/7e3fb25a-1d12-4fe9-a47e-161cf459db0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005166 10.0.0.61 - - [2025-12-29 03:12:28] "POST /neutron/network HTTP/1.1" 200 833 0.008720 10.0.0.61 - - [2025-12-29 03:12:29] "GET /virtual-network/7e3fb25a-1d12-4fe9-a47e-161cf459db0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005114 10.0.0.27 - - [2025-12-29 03:12:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003888 10.0.0.61 - - [2025-12-29 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2025-12-29 03:12:29] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.61 - - [2025-12-29 03:12:29] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.059002 10.0.0.27 - - [2025-12-29 03:12:29] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.61 - - [2025-12-29 03:12:29] "POST /neutron/network HTTP/1.1" 200 615 0.147629 10.0.0.61 - - [2025-12-29 03:12:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.003334 10.0.0.61 - - [2025-12-29 03:12:30] "GET /virtual-network/5f7d2b69-177d-423e-9559-c76d4c885f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005234 10.0.0.61 - - [2025-12-29 03:12:30] "POST /neutron/network HTTP/1.1" 200 833 0.010440 10.0.0.61 - - [2025-12-29 03:12:30] "GET /virtual-network/5f7d2b69-177d-423e-9559-c76d4c885f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004772 10.0.0.61 - - [2025-12-29 03:12:30] "GET /virtual-network/5f7d2b69-177d-423e-9559-c76d4c885f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010631 10.0.0.22 - - [2025-12-29 03:12:30] "GET /obj-perms HTTP/1.1" 200 5026 0.004079 10.0.0.61 - - [2025-12-29 03:12:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001503 10.0.0.61 - - [2025-12-29 03:12:30] "POST /neutron/network HTTP/1.1" 200 843 0.006033 10.0.0.27 - - [2025-12-29 03:12:31] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.61 - - [2025-12-29 03:12:31] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.074763 10.0.0.61 - - [2025-12-29 03:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.006625 10.0.0.61 - - [2025-12-29 03:12:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001163 10.0.0.61 - - [2025-12-29 03:12:32] "POST /neutron/network HTTP/1.1" 200 843 0.006705 10.0.0.61 - - [2025-12-29 03:12:32] "POST /neutron/port HTTP/1.1" 200 1059 0.016342 10.0.0.27 - - [2025-12-29 03:12:32] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.61 - - [2025-12-29 03:12:32] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.096163 10.0.0.61 - - [2025-12-29 03:12:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003180 10.0.0.61 - - [2025-12-29 03:12:32] "POST /neutron/port HTTP/1.1" 200 117 0.001429 10.0.0.61 - - [2025-12-29 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009498 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.009115 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2025-12-29 03:12:33] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583 10.0.0.61 - - [2025-12-29 03:12:33] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008908 10.0.0.61 - - [2025-12-29 03:12:33] "POST /service-templates HTTP/1.1" 200 543 0.027016 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.61 - - [2025-12-29 03:12:33] "GET /service-template/34417f43-4a93-485a-94ac-b46ae44c4c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007391 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.61 - - [2025-12-29 03:12:33] "GET /service-template/34417f43-4a93-485a-94ac-b46ae44c4c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003932 10.0.0.61 - - [2025-12-29 03:12:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001073 10.0.0.61 - - [2025-12-29 03:12:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001335 10.0.0.61 - - [2025-12-29 03:12:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001596 10.0.0.61 - - [2025-12-29 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007396 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.61 - - [2025-12-29 03:12:33] "DELETE /service-template/34417f43-4a93-485a-94ac-b46ae44c4c06 HTTP/1.1" 200 115 0.027122 10.0.0.61 - - [2025-12-29 03:12:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003059 10.0.0.61 - - [2025-12-29 03:12:34] "POST /neutron/network HTTP/1.1" 200 833 0.016276 10.0.0.61 - - [2025-12-29 03:12:34] "POST /neutron/port HTTP/1.1" 200 1057 0.017960 10.0.0.61 - - [2025-12-29 03:12:34] "POST /neutron/port HTTP/1.1" 200 1121 0.015781 10.0.0.61 - - [2025-12-29 03:12:34] "POST /neutron/subnet HTTP/1.1" 200 693 0.008757 10.0.0.61 - - [2025-12-29 03:12:34] "POST /neutron/network HTTP/1.1" 200 833 0.008583 10.0.0.61 - - [2025-12-29 03:12:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004329 10.0.0.61 - - [2025-12-29 03:12:36] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.61 - - [2025-12-29 03:12:36] "POST /neutron/port HTTP/1.1" 200 1121 0.015629 10.0.0.61 - - [2025-12-29 03:12:38] "POST /neutron/network HTTP/1.1" 200 833 0.006257 10.0.0.61 - - [2025-12-29 03:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-12-29 03:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008828 10.0.0.27 - - [2025-12-29 03:12:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003254 10.0.0.61 - - [2025-12-29 03:12:38] "POST /neutron/network HTTP/1.1" 200 151 0.137089 10.0.0.61 - - [2025-12-29 03:12:38] "DELETE /route-target/0c66ce87-c106-4a74-851c-c0bb8e5a59ab HTTP/1.1" 200 115 0.033981 10.0.0.27 - - [2025-12-29 03:12:40] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.61 - - [2025-12-29 03:12:40] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039839 10.0.0.27 - - [2025-12-29 03:12:40] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.61 - - [2025-12-29 03:12:40] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?fields=virtual_networks HTTP/1.1" 200 1027 0.040953 10.0.0.27 - - [2025-12-29 03:12:40] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.61 - - [2025-12-29 03:12:40] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.036189 10.0.0.27 - - [2025-12-29 03:12:40] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.61 - - [2025-12-29 03:12:40] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?fields=security_groups HTTP/1.1" 200 1251 0.042798 10.0.0.61 - - [2025-12-29 03:12:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.030040 10.0.0.27 - - [2025-12-29 03:12:41] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002779 10.0.0.27 - - [2025-12-29 03:12:41] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.27 - - [2025-12-29 03:12:41] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006388 10.0.0.27 - - [2025-12-29 03:12:42] "POST /id-to-fqname HTTP/1.1" 200 186 0.003486 10.0.0.27 - - [2025-12-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.004737 10.0.0.27 - - [2025-12-29 03:12:42] "POST /security-groups HTTP/1.1" 200 587 0.072988 10.0.0.61 - - [2025-12-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 404 230 0.003851 10.0.0.27 - - [2025-12-29 03:12:42] "POST /projects HTTP/1.1" 200 577 0.274721 10.0.0.27 - - [2025-12-29 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.343527 10.0.0.61 - - [2025-12-29 03:12:42] "POST /access-control-lists HTTP/1.1" 200 590 0.026499 10.0.0.61 - - [2025-12-29 03:12:42] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.472996 10.0.0.61 - - [2025-12-29 03:12:43] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.61 - - [2025-12-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.61 - - [2025-12-29 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.062998 10.0.0.27 - - [2025-12-29 03:12:45] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000882 10.0.0.61 - - [2025-12-29 03:12:45] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034343 10.0.0.61 - - [2025-12-29 03:12:45] "POST /neutron/network HTTP/1.1" 200 117 0.038021 10.0.0.61 - - [2025-12-29 03:12:46] "POST /neutron/network HTTP/1.1" 200 832 0.008301 10.0.0.61 - - [2025-12-29 03:12:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.000970 10.0.0.61 - - [2025-12-29 03:12:46] "GET /virtual-network/882ac023-66be-4407-a2de-78ca1c71da13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005257 10.0.0.61 - - [2025-12-29 03:12:46] "GET /virtual-network/882ac023-66be-4407-a2de-78ca1c71da13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005094 10.0.0.61 - - [2025-12-29 03:12:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.017787 10.0.0.61 - - [2025-12-29 03:12:46] "GET /virtual-network/882ac023-66be-4407-a2de-78ca1c71da13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005253 10.0.0.61 - - [2025-12-29 03:12:47] "GET /obj-perms HTTP/1.1" 200 5022 0.050688 10.0.0.61 - - [2025-12-29 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-12-29 03:12:47] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000885 10.0.0.61 - - [2025-12-29 03:12:47] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038438 10.0.0.61 - - [2025-12-29 03:12:48] "POST /route-targets HTTP/1.1" 200 327 0.013839 10.0.0.27 - - [2025-12-29 03:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004464 10.0.0.61 - - [2025-12-29 03:12:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.190951 10.0.0.61 - - [2025-12-29 03:12:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001216 10.0.0.61 - - [2025-12-29 03:12:48] "GET /virtual-network/aa873f52-9e89-4b93-85d8-3bb1c32b17a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004920 10.0.0.61 - - [2025-12-29 03:12:48] "GET /virtual-network/aa873f52-9e89-4b93-85d8-3bb1c32b17a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006098 10.0.0.61 - - [2025-12-29 03:12:48] "POST /neutron/network HTTP/1.1" 200 829 0.006877 10.0.0.61 - - [2025-12-29 03:12:48] "GET /virtual-network/aa873f52-9e89-4b93-85d8-3bb1c32b17a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005086 10.0.0.27 - - [2025-12-29 03:12:49] "GET /obj-perms HTTP/1.1" 200 5022 0.055736 10.0.0.61 - - [2025-12-29 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2025-12-29 03:12:49] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000912 10.0.0.61 - - [2025-12-29 03:12:49] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.035308 10.0.0.27 - - [2025-12-29 03:12:49] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001059 10.0.0.61 - - [2025-12-29 03:12:49] "POST /neutron/network HTTP/1.1" 200 613 0.136315 10.0.0.61 - - [2025-12-29 03:12:49] "POST /ref-update HTTP/1.1" 200 156 0.027518 10.0.0.61 - - [2025-12-29 03:12:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.002918 10.0.0.61 - - [2025-12-29 03:12:49] "GET /virtual-network/df5d2313-cf88-499a-b318-190a41f4ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005286 10.0.0.61 - - [2025-12-29 03:12:49] "POST /neutron/network HTTP/1.1" 200 832 0.007090 10.0.0.61 - - [2025-12-29 03:12:49] "GET /virtual-network/df5d2313-cf88-499a-b318-190a41f4ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.015068 10.0.0.61 - - [2025-12-29 03:12:49] "GET /virtual-network/df5d2313-cf88-499a-b318-190a41f4ef8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005633 10.0.0.22 - - [2025-12-29 03:12:50] "GET /obj-perms HTTP/1.1" 200 5056 0.045566 10.0.0.61 - - [2025-12-29 03:12:50] "GET /obj-perms HTTP/1.1" 200 5022 0.003319 10.0.0.61 - - [2025-12-29 03:12:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001243 10.0.0.61 - - [2025-12-29 03:12:50] "POST /neutron/network HTTP/1.1" 200 839 0.005975 10.0.0.27 - - [2025-12-29 03:12:51] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000891 10.0.0.61 - - [2025-12-29 03:12:51] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055970 10.0.0.61 - - [2025-12-29 03:12:51] "POST /neutron/port HTTP/1.1" 200 117 0.006407 10.0.0.61 - - [2025-12-29 03:12:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001153 10.0.0.22 - - [2025-12-29 03:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-12-29 03:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.61 - - [2025-12-29 03:12:51] "POST /neutron/network HTTP/1.1" 200 839 0.009291 10.0.0.61 - - [2025-12-29 03:12:52] "POST /neutron/port HTTP/1.1" 200 1055 0.015664 10.0.0.27 - - [2025-12-29 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-29 03:12:52] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.61 - - [2025-12-29 03:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004073 10.0.0.27 - - [2025-12-29 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.61 - - [2025-12-29 03:12:52] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.148061 10.0.0.22 - - [2025-12-29 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.61 - - [2025-12-29 03:12:52] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.22 - - [2025-12-29 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.61 - - [2025-12-29 03:12:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006979 10.0.0.61 - - [2025-12-29 03:12:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003073 10.0.0.61 - - [2025-12-29 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.27 - - [2025-12-29 03:12:52] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000828 10.0.0.61 - - [2025-12-29 03:12:52] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006779 10.0.0.61 - - [2025-12-29 03:12:52] "POST /service-templates HTTP/1.1" 200 543 0.032947 10.0.0.61 - - [2025-12-29 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.61 - - [2025-12-29 03:12:52] "GET /service-template/ffa742b1-b906-48e5-ace8-ebbad4da73ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006905 10.0.0.61 - - [2025-12-29 03:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.61 - - [2025-12-29 03:12:53] "GET /service-template/ffa742b1-b906-48e5-ace8-ebbad4da73ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005403 10.0.0.61 - - [2025-12-29 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001169 10.0.0.27 - - [2025-12-29 03:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000315 10.0.0.27 - - [2025-12-29 03:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.61 - - [2025-12-29 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.002775 10.0.0.27 - - [2025-12-29 03:12:53] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.61 - - [2025-12-29 03:12:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001884 10.0.0.61 - - [2025-12-29 03:12:53] "POST /neutron/port HTTP/1.1" 200 1056 0.307373 10.0.0.61 - - [2025-12-29 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.61 - - [2025-12-29 03:12:53] "POST /neutron/port HTTP/1.1" 200 1056 0.019127 10.0.0.61 - - [2025-12-29 03:12:53] "DELETE /service-template/ffa742b1-b906-48e5-ace8-ebbad4da73ea HTTP/1.1" 200 115 0.043249 10.0.0.61 - - [2025-12-29 03:12:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.006610 10.0.0.61 - - [2025-12-29 03:12:53] "POST /neutron/port HTTP/1.1" 200 1120 0.017150 10.0.0.61 - - [2025-12-29 03:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.61 - - [2025-12-29 03:12:53] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.61 - - [2025-12-29 03:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.61 - - [2025-12-29 03:12:53] "POST /neutron/network HTTP/1.1" 400 204 0.016892 10.0.0.61 - - [2025-12-29 03:12:54] "POST /neutron/port HTTP/1.1" 200 151 0.146261 10.0.0.61 - - [2025-12-29 03:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.61 - - [2025-12-29 03:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000838 10.0.0.61 - - [2025-12-29 03:12:55] "POST /neutron/port HTTP/1.1" 200 151 0.154681 10.0.0.61 - - [2025-12-29 03:12:55] "POST /neutron/network HTTP/1.1" 200 117 0.010028 10.0.0.27 - - [2025-12-29 03:12:56] "POST /useragent-kv HTTP/1.1" 200 115 0.079637 10.0.0.27 - - [2025-12-29 03:12:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.61 - - [2025-12-29 03:12:56] "POST /neutron/network HTTP/1.1" 200 151 0.208431 10.0.0.61 - - [2025-12-29 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.61 - - [2025-12-29 03:12:56] "POST /neutron/network HTTP/1.1" 200 832 0.006864 10.0.0.61 - - [2025-12-29 03:12:56] "DELETE /route-target/90e786f1-c018-484a-aa9c-fbcde4502427 HTTP/1.1" 200 115 0.039661 10.0.0.61 - - [2025-12-29 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2025-12-29 03:12:59] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.61 - - [2025-12-29 03:12:59] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040443 10.0.0.27 - - [2025-12-29 03:12:59] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000939 10.0.0.61 - - [2025-12-29 03:12:59] "POST /neutron/network HTTP/1.1" 200 611 0.122401 10.0.0.61 - - [2025-12-29 03:13:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.003912 10.0.0.61 - - [2025-12-29 03:13:00] "GET /virtual-network/16ae7c7e-def5-44b6-b17c-66b10c10e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005572 10.0.0.61 - - [2025-12-29 03:13:00] "POST /neutron/network HTTP/1.1" 200 832 0.005237 10.0.0.61 - - [2025-12-29 03:13:00] "GET /virtual-network/16ae7c7e-def5-44b6-b17c-66b10c10e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004731 10.0.0.61 - - [2025-12-29 03:13:00] "GET /virtual-network/16ae7c7e-def5-44b6-b17c-66b10c10e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005366 10.0.0.61 - - [2025-12-29 03:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2025-12-29 03:13:00] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.61 - - [2025-12-29 03:13:00] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038546 10.0.0.61 - - [2025-12-29 03:13:00] "POST /neutron/network HTTP/1.1" 200 117 0.013739 10.0.0.61 - - [2025-12-29 03:13:00] "POST /route-targets HTTP/1.1" 200 327 0.013886 10.0.0.61 - - [2025-12-29 03:13:01] "POST /neutron/network HTTP/1.1" 200 830 0.010053 10.0.0.61 - - [2025-12-29 03:13:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.002046 10.0.0.61 - - [2025-12-29 03:13:01] "GET /virtual-network/71eade6b-ec78-474f-aada-4ad4d2a5a7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010341 10.0.0.61 - - [2025-12-29 03:13:01] "GET /virtual-network/71eade6b-ec78-474f-aada-4ad4d2a5a7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006047 10.0.0.61 - - [2025-12-29 03:13:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.009268 10.0.0.61 - - [2025-12-29 03:13:01] "GET /virtual-network/71eade6b-ec78-474f-aada-4ad4d2a5a7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005483 10.0.0.22 - - [2025-12-29 03:13:01] "GET /obj-perms HTTP/1.1" 200 5022 0.058453 10.0.0.27 - - [2025-12-29 03:13:01] "GET /obj-perms HTTP/1.1" 200 5022 0.005082 10.0.0.61 - - [2025-12-29 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.27 - - [2025-12-29 03:13:01] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.61 - - [2025-12-29 03:13:01] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047811 10.0.0.61 - - [2025-12-29 03:13:02] "POST /ref-update HTTP/1.1" 200 156 0.028452 10.0.0.27 - - [2025-12-29 03:13:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007134 10.0.0.61 - - [2025-12-29 03:13:02] "POST /neutron/subnet HTTP/1.1" 200 730 0.220626 10.0.0.61 - - [2025-12-29 03:13:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001223 10.0.0.61 - - [2025-12-29 03:13:02] "GET /virtual-network/41b46b2f-ea77-4717-8647-c350f4aeef6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004866 10.0.0.61 - - [2025-12-29 03:13:02] "GET /virtual-network/41b46b2f-ea77-4717-8647-c350f4aeef6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008369 10.0.0.61 - - [2025-12-29 03:13:02] "POST /neutron/network HTTP/1.1" 200 833 0.006072 10.0.0.61 - - [2025-12-29 03:13:02] "GET /virtual-network/41b46b2f-ea77-4717-8647-c350f4aeef6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006064 10.0.0.61 - - [2025-12-29 03:13:02] "GET /obj-perms HTTP/1.1" 200 5022 0.003511 10.0.0.61 - - [2025-12-29 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-12-29 03:13:03] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216 10.0.0.61 - - [2025-12-29 03:13:03] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.053447 10.0.0.27 - - [2025-12-29 03:13:03] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.61 - - [2025-12-29 03:13:03] "POST /neutron/network HTTP/1.1" 200 623 0.107198 10.0.0.61 - - [2025-12-29 03:13:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.003029 10.0.0.61 - - [2025-12-29 03:13:03] "GET /virtual-network/c975220e-763a-4d5c-b525-25304e48dbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005337 10.0.0.61 - - [2025-12-29 03:13:03] "POST /neutron/network HTTP/1.1" 200 843 0.006264 10.0.0.61 - - [2025-12-29 03:13:03] "GET /virtual-network/c975220e-763a-4d5c-b525-25304e48dbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004867 10.0.0.61 - - [2025-12-29 03:13:03] "GET /virtual-network/c975220e-763a-4d5c-b525-25304e48dbb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005336 10.0.0.61 - - [2025-12-29 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-12-29 03:13:04] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001074 10.0.0.61 - - [2025-12-29 03:13:04] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042931 10.0.0.61 - - [2025-12-29 03:13:04] "POST /neutron/network HTTP/1.1" 200 117 0.020113 10.0.0.61 - - [2025-12-29 03:13:04] "POST /route-targets HTTP/1.1" 200 327 0.013057 10.0.0.61 - - [2025-12-29 03:13:04] "POST /neutron/network HTTP/1.1" 200 842 0.007864 10.0.0.61 - - [2025-12-29 03:13:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.002390 10.0.0.61 - - [2025-12-29 03:13:04] "GET /virtual-network/8e2294b3-e1ae-4cbd-b720-67f93fec4b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005440 10.0.0.61 - - [2025-12-29 03:13:04] "GET /virtual-network/8e2294b3-e1ae-4cbd-b720-67f93fec4b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008557 10.0.0.61 - - [2025-12-29 03:13:04] "POST /neutron/subnet HTTP/1.1" 200 714 0.010367 10.0.0.61 - - [2025-12-29 03:13:05] "GET /virtual-network/8e2294b3-e1ae-4cbd-b720-67f93fec4b86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008056 10.0.0.22 - - [2025-12-29 03:13:05] "GET /obj-perms HTTP/1.1" 200 5022 0.004660 10.0.0.27 - - [2025-12-29 03:13:05] "GET /obj-perms HTTP/1.1" 200 5022 0.003364 10.0.0.61 - - [2025-12-29 03:13:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001189 10.0.0.27 - - [2025-12-29 03:13:06] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001197 10.0.0.61 - - [2025-12-29 03:13:06] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.068943 10.0.0.61 - - [2025-12-29 03:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.007192 10.0.0.61 - - [2025-12-29 03:13:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001274 10.0.0.61 - - [2025-12-29 03:13:06] "POST /neutron/network HTTP/1.1" 200 843 0.006145 10.0.0.61 - - [2025-12-29 03:13:07] "POST /neutron/port HTTP/1.1" 200 1056 0.032316 10.0.0.61 - - [2025-12-29 03:13:07] "POST /neutron/port HTTP/1.1" 200 1120 0.020636 10.0.0.61 - - [2025-12-29 03:13:07] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.27 - - [2025-12-29 03:13:07] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000890 10.0.0.61 - - [2025-12-29 03:13:07] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.089360 10.0.0.61 - - [2025-12-29 03:13:07] "POST /neutron/port HTTP/1.1" 200 1120 0.020569 10.0.0.61 - - [2025-12-29 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003551 10.0.0.61 - - [2025-12-29 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-12-29 03:13:07] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.61 - - [2025-12-29 03:13:07] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007160 10.0.0.61 - - [2025-12-29 03:13:07] "POST /service-templates HTTP/1.1" 200 543 0.030126 10.0.0.61 - - [2025-12-29 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.61 - - [2025-12-29 03:13:08] "GET /service-template/655cc070-37bd-4caf-b6bc-a2cc2bc3f3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006938 10.0.0.61 - - [2025-12-29 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.61 - - [2025-12-29 03:13:08] "GET /service-template/655cc070-37bd-4caf-b6bc-a2cc2bc3f3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004047 10.0.0.61 - - [2025-12-29 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.000983 10.0.0.61 - - [2025-12-29 03:13:08] "POST /neutron/network HTTP/1.1" 200 843 0.006132 10.0.0.61 - - [2025-12-29 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001388 10.0.0.61 - - [2025-12-29 03:13:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001187 10.0.0.61 - - [2025-12-29 03:13:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006783 10.0.0.61 - - [2025-12-29 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.61 - - [2025-12-29 03:13:08] "DELETE /service-template/655cc070-37bd-4caf-b6bc-a2cc2bc3f3c9 HTTP/1.1" 200 115 0.032507 10.0.0.61 - - [2025-12-29 03:13:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003107 10.0.0.61 - - [2025-12-29 03:13:08] "POST /neutron/port HTTP/1.1" 200 1111 0.131583 10.0.0.61 - - [2025-12-29 03:13:08] "POST /neutron/network HTTP/1.1" 200 842 0.008895 10.0.0.61 - - [2025-12-29 03:13:08] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.61 - - [2025-12-29 03:13:09] "DELETE /route-target/f7518e37-d026-4974-8064-766f730c2786 HTTP/1.1" 200 115 0.023147 10.0.0.27 - - [2025-12-29 03:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.27 - - [2025-12-29 03:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.61 - - [2025-12-29 03:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.125289 10.0.0.61 - - [2025-12-29 03:13:09] "POST /neutron/port HTTP/1.1" 200 151 0.169748 10.0.0.27 - - [2025-12-29 03:13:09] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.27 - - [2025-12-29 03:13:09] "DELETE /project/a45049e02a294a9cb28aed5ba3aa444c HTTP/1.1" 404 173 0.056771 10.0.0.27 - - [2025-12-29 03:13:09] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.052652 10.0.0.27 - - [2025-12-29 03:13:09] "DELETE /project/1396d8d1779241a9a17aa351fd30de88 HTTP/1.1" 404 173 0.095787 10.0.0.27 - - [2025-12-29 03:13:09] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.27 - - [2025-12-29 03:13:09] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?fields=security_groups HTTP/1.1" 200 1356 0.049249 10.0.0.27 - - [2025-12-29 03:13:10] "DELETE /security-group/17f844c9-625b-4632-adfd-78ff801069bf HTTP/1.1" 200 115 0.044402 10.0.0.27 - - [2025-12-29 03:13:10] "GET /projects?obj_uuids=1396d8d1-7792-41a9-a17a-a351fd30de88&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.61 - - [2025-12-29 03:13:10] "DELETE /access-control-list/4acfe6a4-f9fc-45e7-96f7-bc6307373b28 HTTP/1.1" 200 115 0.039609 10.0.0.27 - - [2025-12-29 03:13:10] "GET /project/1396d8d1-7792-41a9-a17a-a351fd30de88?fields=application_policy_sets HTTP/1.1" 200 1395 0.052402 10.0.0.27 - - [2025-12-29 03:13:10] "DELETE /project/1396d8d1-7792-41a9-a17a-a351fd30de88 HTTP/1.1" 200 115 0.427013 10.0.0.61 - - [2025-12-29 03:13:10] "POST /neutron/port HTTP/1.1" 200 1121 0.017295 10.0.0.61 - - [2025-12-29 03:13:10] "POST /neutron/port HTTP/1.1" 200 117 0.005573 10.0.0.61 - - [2025-12-29 03:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.006803 10.0.0.61 - - [2025-12-29 03:13:11] "DELETE /route-target/26267d17-dd33-4d9f-965a-1dfed2699cea HTTP/1.1" 200 115 0.036046 10.0.0.61 - - [2025-12-29 03:13:12] "POST /neutron/network HTTP/1.1" 200 830 0.008636 10.0.0.27 - - [2025-12-29 03:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005063 10.0.0.61 - - [2025-12-29 03:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.27 - - [2025-12-29 03:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006989 10.0.0.61 - - [2025-12-29 03:13:12] "POST /neutron/network HTTP/1.1" 200 151 0.125539 10.0.0.27 - - [2025-12-29 03:13:14] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000888 10.0.0.61 - - [2025-12-29 03:13:14] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.065360 10.0.0.27 - - [2025-12-29 03:13:14] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000855 10.0.0.61 - - [2025-12-29 03:13:14] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?fields=virtual_networks HTTP/1.1" 200 1024 0.036577 10.0.0.27 - - [2025-12-29 03:13:14] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001252 10.0.0.61 - - [2025-12-29 03:13:14] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.042758 10.0.0.27 - - [2025-12-29 03:13:14] "GET /projects?obj_uuids=a45049e0-2a29-4a9c-b28a-ed5ba3aa444c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000874 10.0.0.61 - - [2025-12-29 03:13:14] "GET /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c?fields=security_groups HTTP/1.1" 200 1246 0.032347 10.0.0.61 - - [2025-12-29 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 190 0.028410 10.0.0.27 - - [2025-12-29 03:13:15] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003216 10.0.0.27 - - [2025-12-29 03:13:15] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.27 - - [2025-12-29 03:13:15] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006905 10.0.0.27 - - [2025-12-29 03:13:15] "POST /id-to-fqname HTTP/1.1" 200 192 0.003677 10.0.0.27 - - [2025-12-29 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.005852 10.0.0.27 - - [2025-12-29 03:13:15] "POST /security-groups HTTP/1.1" 200 593 0.073331 10.0.0.27 - - [2025-12-29 03:13:15] "POST /projects HTTP/1.1" 200 589 0.285325 10.0.0.61 - - [2025-12-29 03:13:15] "POST /access-control-lists HTTP/1.1" 200 598 0.026717 10.0.0.27 - - [2025-12-29 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.357075 10.0.0.61 - - [2025-12-29 03:13:15] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.486782 10.0.0.61 - - [2025-12-29 03:13:16] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.61 - - [2025-12-29 03:13:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.61 - - [2025-12-29 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.051565 10.0.0.27 - - [2025-12-29 03:13:18] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000837 10.0.0.61 - - [2025-12-29 03:13:18] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033263 10.0.0.61 - - [2025-12-29 03:13:19] "POST /route-targets HTTP/1.1" 200 327 0.013906 10.0.0.27 - - [2025-12-29 03:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007920 10.0.0.61 - - [2025-12-29 03:13:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.254884 10.0.0.61 - - [2025-12-29 03:13:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001222 10.0.0.61 - - [2025-12-29 03:13:19] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006510 10.0.0.61 - - [2025-12-29 03:13:19] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004998 10.0.0.61 - - [2025-12-29 03:13:19] "POST /neutron/network HTTP/1.1" 200 829 0.005811 10.0.0.61 - - [2025-12-29 03:13:20] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005864 10.0.0.61 - - [2025-12-29 03:13:20] "GET /obj-perms HTTP/1.1" 200 5034 0.051947 10.0.0.61 - - [2025-12-29 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005966 10.0.0.27 - - [2025-12-29 03:13:21] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001254 10.0.0.61 - - [2025-12-29 03:13:21] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049387 10.0.0.27 - - [2025-12-29 03:13:21] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001107 10.0.0.61 - - [2025-12-29 03:13:21] "POST /neutron/network HTTP/1.1" 200 613 0.121029 10.0.0.61 - - [2025-12-29 03:13:21] "POST /ref-update HTTP/1.1" 200 156 0.028700 10.0.0.61 - - [2025-12-29 03:13:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.003381 10.0.0.61 - - [2025-12-29 03:13:21] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004899 10.0.0.61 - - [2025-12-29 03:13:22] "POST /neutron/network HTTP/1.1" 200 832 0.006081 10.0.0.61 - - [2025-12-29 03:13:22] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004444 10.0.0.61 - - [2025-12-29 03:13:22] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005684 10.0.0.61 - - [2025-12-29 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.27 - - [2025-12-29 03:13:22] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001004 10.0.0.61 - - [2025-12-29 03:13:22] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043904 10.0.0.61 - - [2025-12-29 03:13:22] "POST /neutron/network HTTP/1.1" 200 117 0.016043 10.0.0.61 - - [2025-12-29 03:13:23] "POST /neutron/network HTTP/1.1" 200 836 0.010018 10.0.0.61 - - [2025-12-29 03:13:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001015 10.0.0.61 - - [2025-12-29 03:13:23] "GET /virtual-network/96ac92d6-6641-4e12-931d-d9e59ac5ddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004300 10.0.0.61 - - [2025-12-29 03:13:23] "GET /virtual-network/96ac92d6-6641-4e12-931d-d9e59ac5ddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005160 10.0.0.61 - - [2025-12-29 03:13:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008609 10.0.0.61 - - [2025-12-29 03:13:23] "GET /virtual-network/96ac92d6-6641-4e12-931d-d9e59ac5ddcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005281 10.0.0.22 - - [2025-12-29 03:13:23] "GET /obj-perms HTTP/1.1" 200 5034 0.051093 10.0.0.27 - - [2025-12-29 03:13:23] "GET /obj-perms HTTP/1.1" 200 5034 0.064924 10.0.0.61 - - [2025-12-29 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2025-12-29 03:13:23] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.61 - - [2025-12-29 03:13:23] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041587 10.0.0.61 - - [2025-12-29 03:13:24] "POST /route-targets HTTP/1.1" 200 327 0.019012 10.0.0.27 - - [2025-12-29 03:13:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.61 - - [2025-12-29 03:13:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.207266 10.0.0.61 - - [2025-12-29 03:13:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001162 10.0.0.61 - - [2025-12-29 03:13:24] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005426 10.0.0.61 - - [2025-12-29 03:13:24] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005337 10.0.0.61 - - [2025-12-29 03:13:24] "POST /neutron/network HTTP/1.1" 200 848 0.006565 10.0.0.61 - - [2025-12-29 03:13:24] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005569 10.0.0.61 - - [2025-12-29 03:13:24] "GET /obj-perms HTTP/1.1" 200 5034 0.003475 10.0.0.61 - - [2025-12-29 03:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-12-29 03:13:24] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000819 10.0.0.61 - - [2025-12-29 03:13:24] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039318 10.0.0.27 - - [2025-12-29 03:13:25] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000893 10.0.0.61 - - [2025-12-29 03:13:25] "POST /neutron/network HTTP/1.1" 200 631 0.108130 10.0.0.61 - - [2025-12-29 03:13:25] "POST /ref-update HTTP/1.1" 200 156 0.017840 10.0.0.61 - - [2025-12-29 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 234 0.003034 10.0.0.61 - - [2025-12-29 03:13:25] "GET /virtual-network/85faefc2-b054-4caf-8646-b8a614874714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005108 10.0.0.61 - - [2025-12-29 03:13:25] "POST /neutron/network HTTP/1.1" 200 849 0.006828 10.0.0.61 - - [2025-12-29 03:13:25] "GET /virtual-network/85faefc2-b054-4caf-8646-b8a614874714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004817 10.0.0.61 - - [2025-12-29 03:13:25] "GET /virtual-network/85faefc2-b054-4caf-8646-b8a614874714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007372 10.0.0.61 - - [2025-12-29 03:13:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001238 10.0.0.61 - - [2025-12-29 03:13:26] "POST /neutron/network HTTP/1.1" 200 839 0.006425 10.0.0.27 - - [2025-12-29 03:13:26] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.61 - - [2025-12-29 03:13:26] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.072198 10.0.0.61 - - [2025-12-29 03:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.007197 10.0.0.61 - - [2025-12-29 03:13:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001215 10.0.0.61 - - [2025-12-29 03:13:27] "POST /neutron/network HTTP/1.1" 200 839 0.007133 10.0.0.61 - - [2025-12-29 03:13:27] "POST /neutron/port HTTP/1.1" 200 1061 0.015333 10.0.0.27 - - [2025-12-29 03:13:27] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.61 - - [2025-12-29 03:13:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003001 10.0.0.61 - - [2025-12-29 03:13:27] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064463 10.0.0.61 - - [2025-12-29 03:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.61 - - [2025-12-29 03:13:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006659 10.0.0.61 - - [2025-12-29 03:13:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002844 10.0.0.61 - - [2025-12-29 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002211 10.0.0.27 - - [2025-12-29 03:13:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003073 10.0.0.61 - - [2025-12-29 03:13:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010670 10.0.0.61 - - [2025-12-29 03:13:28] "POST /service-templates HTTP/1.1" 200 543 0.025371 10.0.0.61 - - [2025-12-29 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.61 - - [2025-12-29 03:13:28] "GET /service-template/693b1b5b-50f9-4210-9315-01aa5b3d56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005977 10.0.0.61 - - [2025-12-29 03:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.61 - - [2025-12-29 03:13:28] "GET /service-template/693b1b5b-50f9-4210-9315-01aa5b3d56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.003681 10.0.0.61 - - [2025-12-29 03:13:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001453 10.0.0.27 - - [2025-12-29 03:13:28] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000996 10.0.0.61 - - [2025-12-29 03:13:28] "POST /neutron/port HTTP/1.1" 200 1062 0.299519 10.0.0.61 - - [2025-12-29 03:13:28] "POST /neutron/port HTTP/1.1" 200 1062 0.018883 10.0.0.61 - - [2025-12-29 03:13:28] "POST /neutron/network HTTP/1.1" 200 858 0.005528 10.0.0.61 - - [2025-12-29 03:13:29] "POST /neutron/subnet HTTP/1.1" 200 698 0.007288 10.0.0.27 - - [2025-12-29 03:13:29] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.61 - - [2025-12-29 03:13:29] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074059 10.0.0.61 - - [2025-12-29 03:13:29] "POST /neutron/network HTTP/1.1" 200 848 0.040263 10.0.0.61 - - [2025-12-29 03:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.005142 10.0.0.61 - - [2025-12-29 03:13:30] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-29 03:13:30] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 404 171 0.040744 10.0.0.61 - - [2025-12-29 03:13:31] "POST /neutron/port HTTP/1.1" 200 1062 0.018076 10.0.0.61 - - [2025-12-29 03:13:31] "POST /neutron/port HTTP/1.1" 200 1126 0.018830 10.0.0.61 - - [2025-12-29 03:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.61 - - [2025-12-29 03:13:32] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 200 1294 0.007736 10.0.0.61 - - [2025-12-29 03:13:32] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 2985 0.011488 10.0.0.61 - - [2025-12-29 03:13:32] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005444 10.0.0.61 - - [2025-12-29 03:13:32] "PUT /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 284 0.011366 10.0.0.61 - - [2025-12-29 03:13:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007342 10.0.0.61 - - [2025-12-29 03:13:33] "POST /neutron/network HTTP/1.1" 200 842 0.035746 10.0.0.61 - - [2025-12-29 03:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.61 - - [2025-12-29 03:13:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008906 10.0.0.61 - - [2025-12-29 03:13:37] "POST /neutron/port HTTP/1.1" 200 1126 0.019043 10.0.0.61 - - [2025-12-29 03:13:38] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 200 1294 0.004419 10.0.0.61 - - [2025-12-29 03:13:38] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 3035 0.005884 10.0.0.61 - - [2025-12-29 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.61 - - [2025-12-29 03:13:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004533 10.0.0.61 - - [2025-12-29 03:13:38] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003820 10.0.0.61 - - [2025-12-29 03:13:38] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006314 10.0.0.61 - - [2025-12-29 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.61 - - [2025-12-29 03:13:41] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004636 10.0.0.61 - - [2025-12-29 03:13:44] "POST /neutron/port HTTP/1.1" 200 1125 0.043943 10.0.0.61 - - [2025-12-29 03:13:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.007734 10.0.0.61 - - [2025-12-29 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.61 - - [2025-12-29 03:13:45] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007279 10.0.0.61 - - [2025-12-29 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.61 - - [2025-12-29 03:13:49] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004882 10.0.0.27 - - [2025-12-29 03:13:50] "GET /obj-perms HTTP/1.1" 200 5056 0.051315 10.0.0.61 - - [2025-12-29 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.61 - - [2025-12-29 03:13:53] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005322 10.0.0.61 - - [2025-12-29 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.61 - - [2025-12-29 03:13:57] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004948 10.0.0.61 - - [2025-12-29 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.61 - - [2025-12-29 03:14:01] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005263 10.0.0.61 - - [2025-12-29 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.61 - - [2025-12-29 03:14:05] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004862 10.0.0.61 - - [2025-12-29 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.61 - - [2025-12-29 03:14:09] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005433 10.0.0.27 - - [2025-12-29 03:14:10] "DELETE /project/a45049e0-2a29-4a9c-b28a-ed5ba3aa444c HTTP/1.1" 404 177 0.002543 10.0.0.27 - - [2025-12-29 03:14:10] "DELETE /project/7049c078451c43838b8c290c1c407401 HTTP/1.1" 404 173 0.005141 10.0.0.61 - - [2025-12-29 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.61 - - [2025-12-29 03:14:14] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004955 10.0.0.61 - - [2025-12-29 03:14:16] "POST /neutron/port HTTP/1.1" 200 1126 0.051597 10.0.0.61 - - [2025-12-29 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.61 - - [2025-12-29 03:14:18] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005355 10.0.0.61 - - [2025-12-29 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.61 - - [2025-12-29 03:14:22] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005513 10.0.0.61 - - [2025-12-29 03:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.61 - - [2025-12-29 03:14:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.61 - - [2025-12-29 03:14:24] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002868 10.0.0.61 - - [2025-12-29 03:14:24] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005262 10.0.0.61 - - [2025-12-29 03:14:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007261 10.0.0.61 - - [2025-12-29 03:14:30] "POST /neutron/port HTTP/1.1" 200 1125 0.014132 10.0.0.61 - - [2025-12-29 03:14:33] "POST /neutron/port HTTP/1.1" 200 1126 0.014233 10.0.0.61 - - [2025-12-29 03:14:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.015370 10.0.0.61 - - [2025-12-29 03:14:34] "POST /neutron/port HTTP/1.1" 200 1126 0.024499 10.0.0.61 - - [2025-12-29 03:14:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012082 10.0.0.61 - - [2025-12-29 03:14:44] "POST /neutron/port HTTP/1.1" 200 1126 0.015396 10.0.0.61 - - [2025-12-29 03:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003434 10.0.0.61 - - [2025-12-29 03:14:44] "POST /neutron/network HTTP/1.1" 200 848 0.006489 10.0.0.61 - - [2025-12-29 03:14:50] "POST /neutron/port HTTP/1.1" 200 1126 0.018809 10.0.0.22 - - [2025-12-29 03:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.046748 10.0.0.61 - - [2025-12-29 03:14:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003588 10.0.0.61 - - [2025-12-29 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2025-12-29 03:14:55] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000918 10.0.0.61 - - [2025-12-29 03:14:55] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032894 10.0.0.61 - - [2025-12-29 03:14:55] "POST /service-instances HTTP/1.1" 200 547 0.029098 10.0.0.61 - - [2025-12-29 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.61 - - [2025-12-29 03:14:55] "GET /service-instance/c5f50475-b3c4-4813-9998-e768d69bbb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.010663 10.0.0.61 - - [2025-12-29 03:14:55] "POST /port-tuples HTTP/1.1" 200 590 0.043719 10.0.0.61 - - [2025-12-29 03:14:55] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.009161 10.0.0.61 - - [2025-12-29 03:14:55] "PUT /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 284 0.013520 10.0.0.61 - - [2025-12-29 03:14:55] "POST /ref-update HTTP/1.1" 200 156 0.014999 10.0.0.61 - - [2025-12-29 03:14:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007469 10.0.0.61 - - [2025-12-29 03:14:56] "POST /ref-update HTTP/1.1" 200 156 0.057842 10.0.0.61 - - [2025-12-29 03:14:56] "POST /instance-ips HTTP/1.1" 200 373 0.038758 10.0.0.61 - - [2025-12-29 03:14:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002601 10.0.0.61 - - [2025-12-29 03:14:56] "POST /neutron/port HTTP/1.1" 200 1125 0.018815 10.0.0.61 - - [2025-12-29 03:14:56] "GET /virtual-machine/27eebd84-9409-4fc2-91e1-1932ffc95419 HTTP/1.1" 200 1294 0.004818 10.0.0.61 - - [2025-12-29 03:14:56] "GET /virtual-machine-interface/a364a511-f135-4574-96e2-1b8c8e42bb5b HTTP/1.1" 200 2958 0.004771 10.0.0.61 - - [2025-12-29 03:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.61 - - [2025-12-29 03:14:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003233 10.0.0.61 - - [2025-12-29 03:14:56] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002931 10.0.0.61 - - [2025-12-29 03:14:56] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007251 10.0.0.61 - - [2025-12-29 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.61 - - [2025-12-29 03:14:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004846 10.0.0.61 - - [2025-12-29 03:14:57] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003026 10.0.0.61 - - [2025-12-29 03:14:57] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005571 10.0.0.61 - - [2025-12-29 03:14:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006822 10.0.0.61 - - [2025-12-29 03:14:57] "POST /neutron/port HTTP/1.1" 200 1126 0.021899 10.0.0.61 - - [2025-12-29 03:14:57] "GET /virtual-machine/2fd9b52a-9c28-4e0e-bf42-26587dd380e8 HTTP/1.1" 200 1294 0.005517 10.0.0.61 - - [2025-12-29 03:14:57] "GET /virtual-machine-interface/2b0f3e4d-7d49-4ce4-943b-85a9163ce1e4 HTTP/1.1" 200 2960 0.004446 10.0.0.61 - - [2025-12-29 03:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.61 - - [2025-12-29 03:14:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003044 10.0.0.61 - - [2025-12-29 03:14:58] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003677 10.0.0.61 - - [2025-12-29 03:14:58] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005671 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.61 - - [2025-12-29 03:14:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003258 10.0.0.61 - - [2025-12-29 03:14:59] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003362 10.0.0.61 - - [2025-12-29 03:14:59] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006123 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.002919 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.27 - - [2025-12-29 03:14:59] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000884 10.0.0.61 - - [2025-12-29 03:14:59] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038207 10.0.0.61 - - [2025-12-29 03:14:59] "POST /network-policys HTTP/1.1" 200 551 0.026348 10.0.0.61 - - [2025-12-29 03:14:59] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005707 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.61 - - [2025-12-29 03:14:59] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005610 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.61 - - [2025-12-29 03:14:59] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004339 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 404 240 0.003304 10.0.0.61 - - [2025-12-29 03:14:59] "POST /ref-update HTTP/1.1" 200 156 0.058792 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.61 - - [2025-12-29 03:14:59] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003445 10.0.0.61 - - [2025-12-29 03:14:59] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011222 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.61 - - [2025-12-29 03:14:59] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004367 10.0.0.61 - - [2025-12-29 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.61 - - [2025-12-29 03:15:00] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006404 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.61 - - [2025-12-29 03:15:00] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003968 10.0.0.61 - - [2025-12-29 03:15:00] "PUT /access-control-list/f0ead857-d436-482b-bc62-c7e20b90dba8 HTTP/1.1" 200 272 0.018486 10.0.0.61 - - [2025-12-29 03:15:00] "POST /ref-update HTTP/1.1" 200 156 0.061422 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.61 - - [2025-12-29 03:15:00] "POST /ref-update HTTP/1.1" 200 156 0.028812 10.0.0.61 - - [2025-12-29 03:15:00] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006304 10.0.0.61 - - [2025-12-29 03:15:00] "POST /neutron/network HTTP/1.1" 200 924 0.018528 10.0.0.61 - - [2025-12-29 03:15:00] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005664 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.61 - - [2025-12-29 03:15:00] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006265 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.61 - - [2025-12-29 03:15:00] "GET /service-template/693b1b5b-50f9-4210-9315-01aa5b3d56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004328 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-12-29 03:15:00] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.61 - - [2025-12-29 03:15:00] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051373 10.0.0.61 - - [2025-12-29 03:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.61 - - [2025-12-29 03:15:00] "GET /service-instance/c5f50475-b3c4-4813-9998-e768d69bbb64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.008876 10.0.0.61 - - [2025-12-29 03:15:01] "POST /neutron/port HTTP/1.1" 200 1384 0.029164 10.0.0.61 - - [2025-12-29 03:15:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007489 10.0.0.61 - - [2025-12-29 03:15:01] "POST /neutron/network HTTP/1.1" 200 822 0.018991 10.0.0.61 - - [2025-12-29 03:15:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001580 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 200 1294 0.004001 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 3891 0.005522 10.0.0.61 - - [2025-12-29 03:15:01] "GET /instance-ip/237700a4-5097-48cc-a868-a9aa0465caa0 HTTP/1.1" 200 1964 0.004118 10.0.0.61 - - [2025-12-29 03:15:01] "GET /instance-ip/c1dd6c54-ff01-4c09-9844-62af945e07b6 HTTP/1.1" 200 1963 0.003918 10.0.0.61 - - [2025-12-29 03:15:01] "GET /instance-ip/e67a165f-a563-4ef4-82b2-b880942b604d HTTP/1.1" 200 1635 0.006187 10.0.0.61 - - [2025-12-29 03:15:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007760 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-machine/49f36750-3632-48f0-b819-a9b7e23b0929 HTTP/1.1" 200 1294 0.004412 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-machine-interface/cdbaffaa-42a4-4ea9-9d0e-1a77a0d7d0ff HTTP/1.1" 200 3891 0.005808 10.0.0.61 - - [2025-12-29 03:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.61 - - [2025-12-29 03:15:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004325 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002906 10.0.0.61 - - [2025-12-29 03:15:01] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005695 10.0.0.61 - - [2025-12-29 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.61 - - [2025-12-29 03:15:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007579 10.0.0.61 - - [2025-12-29 03:15:02] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003982 10.0.0.61 - - [2025-12-29 03:15:02] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005156 10.0.0.61 - - [2025-12-29 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.61 - - [2025-12-29 03:15:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.61 - - [2025-12-29 03:15:02] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002838 10.0.0.61 - - [2025-12-29 03:15:02] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005401 10.0.0.61 - - [2025-12-29 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.61 - - [2025-12-29 03:15:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004329 10.0.0.61 - - [2025-12-29 03:15:03] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003792 10.0.0.61 - - [2025-12-29 03:15:03] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007325 10.0.0.61 - - [2025-12-29 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.61 - - [2025-12-29 03:15:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003716 10.0.0.61 - - [2025-12-29 03:15:03] "GET /virtual-networks?parent_id=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002913 10.0.0.61 - - [2025-12-29 03:15:03] "GET /virtual-network/4a797636-4180-43b9-a9ed-1eae480fb373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005379 10.0.0.61 - - [2025-12-29 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.61 - - [2025-12-29 03:15:03] "GET /routing-instance/eb9dcb03-2481-43b6-86bb-b67e6b5e79a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004559 10.0.0.61 - - [2025-12-29 03:15:03] "GET /routing-instance/eb9dcb03-2481-43b6-86bb-b67e6b5e79a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.005257 10.0.0.61 - - [2025-12-29 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.61 - - [2025-12-29 03:15:03] "GET /routing-instance/89cd8160-23b8-4ab6-bd12-cc9c08f6d947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004790 10.0.0.61 - - [2025-12-29 03:15:03] "GET /routing-instance/89cd8160-23b8-4ab6-bd12-cc9c08f6d947?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005414 10.0.0.61 - - [2025-12-29 03:15:33] "POST /neutron/port HTTP/1.1" 200 1126 0.026218 10.0.0.61 - - [2025-12-29 03:15:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004999 10.0.0.61 - - [2025-12-29 03:15:33] "POST /neutron/network HTTP/1.1" 200 924 0.006242 10.0.0.61 - - [2025-12-29 03:15:46] "POST /neutron/network HTTP/1.1" 200 931 0.006064 10.0.0.61 - - [2025-12-29 03:15:46] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.61 - - [2025-12-29 03:15:51] "GET /obj-perms HTTP/1.1" 200 5056 0.063672 10.0.0.61 - - [2025-12-29 03:15:51] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004571 10.0.0.61 - - [2025-12-29 03:15:52] "PUT /network-policy/556a72e0-a737-40d0-96e2-999943d04b33 HTTP/1.1" 200 262 0.014931 10.0.0.61 - - [2025-12-29 03:15:52] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.005614 10.0.0.61 - - [2025-12-29 03:15:52] "PUT /access-control-list/3f672668-c2f2-4b50-97f4-bf5a26de941b HTTP/1.1" 200 272 0.048091 10.0.0.61 - - [2025-12-29 03:15:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012444 10.0.0.61 - - [2025-12-29 03:16:20] "POST /ref-update HTTP/1.1" 200 156 0.044515 10.0.0.61 - - [2025-12-29 03:16:20] "POST /neutron/network HTTP/1.1" 200 832 0.012851 10.0.0.61 - - [2025-12-29 03:16:20] "GET /virtual-network/8479d9a2-a9b2-4adb-86ac-a9c93463397d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005703 10.0.0.61 - - [2025-12-29 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.61 - - [2025-12-29 03:16:20] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.003844 10.0.0.61 - - [2025-12-29 03:16:20] "POST /ref-update HTTP/1.1" 200 156 0.048153 10.0.0.61 - - [2025-12-29 03:16:20] "GET /virtual-network/2d01e6e7-ece5-4d9a-924b-517d56ce0fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006740 10.0.0.61 - - [2025-12-29 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.61 - - [2025-12-29 03:16:20] "GET /network-policy/556a72e0-a737-40d0-96e2-999943d04b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.003658 10.0.0.61 - - [2025-12-29 03:16:20] "DELETE /network-policy/556a72e0-a737-40d0-96e2-999943d04b33 HTTP/1.1" 200 115 0.039770 10.0.0.61 - - [2025-12-29 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.61 - - [2025-12-29 03:16:20] "DELETE /service-instance/c5f50475-b3c4-4813-9998-e768d69bbb64 HTTP/1.1" 200 115 0.042741 10.0.0.61 - - [2025-12-29 03:16:21] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002584 10.0.0.61 - - [2025-12-29 03:16:21] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002107 10.0.0.61 - - [2025-12-29 03:16:21] "POST /ref-update HTTP/1.1" 200 156 0.145026 10.0.0.61 - - [2025-12-29 03:16:21] "POST /ref-update HTTP/1.1" 200 156 0.057506 10.0.0.61 - - [2025-12-29 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009972 10.0.0.61 - - [2025-12-29 03:16:21] "POST /ref-update HTTP/1.1" 200 156 0.023631 10.0.0.61 - - [2025-12-29 03:16:21] "DELETE /service-template/693b1b5b-50f9-4210-9315-01aa5b3d56fb HTTP/1.1" 200 115 0.032415 10.0.0.61 - - [2025-12-29 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.007783 10.0.0.27 - - [2025-12-29 03:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002682 10.0.0.61 - - [2025-12-29 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-12-29 03:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.61 - - [2025-12-29 03:16:21] "POST /neutron/network HTTP/1.1" 200 151 0.111824 10.0.0.61 - - [2025-12-29 03:16:22] "POST /neutron/port HTTP/1.1" 200 151 0.160666 10.0.0.27 - - [2025-12-29 03:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.27 - - [2025-12-29 03:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008475 10.0.0.61 - - [2025-12-29 03:16:22] "POST /neutron/network HTTP/1.1" 200 151 0.144610 10.0.0.61 - - [2025-12-29 03:16:22] "DELETE /route-target/449a9d1e-c433-4515-aeb5-f6471f71a703 HTTP/1.1" 200 115 0.030609 10.0.0.61 - - [2025-12-29 03:16:22] "POST /neutron/port HTTP/1.1" 200 1125 0.030180 10.0.0.27 - - [2025-12-29 03:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005659 10.0.0.27 - - [2025-12-29 03:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004598 10.0.0.61 - - [2025-12-29 03:16:22] "POST /neutron/network HTTP/1.1" 200 151 0.141361 10.0.0.27 - - [2025-12-29 03:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005629 10.0.0.61 - - [2025-12-29 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008134 10.0.0.27 - - [2025-12-29 03:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 10.0.0.61 - - [2025-12-29 03:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.137822 10.0.0.61 - - [2025-12-29 03:16:23] "DELETE /route-target/f1a65099-20b6-4eca-b1e5-6a78f0fc18a8 HTTP/1.1" 200 115 0.024719 10.0.0.27 - - [2025-12-29 03:16:25] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.61 - - [2025-12-29 03:16:25] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053234 10.0.0.27 - - [2025-12-29 03:16:25] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.61 - - [2025-12-29 03:16:25] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?fields=virtual_networks HTTP/1.1" 200 1035 0.039507 10.0.0.27 - - [2025-12-29 03:16:25] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000900 10.0.0.61 - - [2025-12-29 03:16:25] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041181 10.0.0.27 - - [2025-12-29 03:16:25] "GET /projects?obj_uuids=7049c078-451c-4383-8b8c-290c1c407401&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000896 10.0.0.61 - - [2025-12-29 03:16:25] "GET /project/7049c078-451c-4383-8b8c-290c1c407401?fields=security_groups HTTP/1.1" 200 1263 0.044920 10.0.0.61 - - [2025-12-29 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.025796 10.0.0.27 - - [2025-12-29 03:16:26] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003553 10.0.0.27 - - [2025-12-29 03:16:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.27 - - [2025-12-29 03:16:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006806 10.0.0.27 - - [2025-12-29 03:16:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.002551 10.0.0.27 - - [2025-12-29 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.010399 10.0.0.27 - - [2025-12-29 03:16:26] "POST /security-groups HTTP/1.1" 200 592 0.073143 10.0.0.27 - - [2025-12-29 03:16:26] "POST /projects HTTP/1.1" 200 587 0.267810 10.0.0.61 - - [2025-12-29 03:16:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003819 10.0.0.27 - - [2025-12-29 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.337780 10.0.0.61 - - [2025-12-29 03:16:26] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.476691 10.0.0.61 - - [2025-12-29 03:16:27] "GET / HTTP/1.1" 200 35931 0.007616 10.0.0.61 - - [2025-12-29 03:16:29] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-12-29 03:16:30] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.61 - - [2025-12-29 03:16:30] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082743 10.0.0.61 - - [2025-12-29 03:16:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.004848 10.0.0.61 - - [2025-12-29 03:16:30] "POST /virtual-DNSs HTTP/1.1" 200 507 0.026538 10.0.0.61 - - [2025-12-29 03:16:30] "GET /virtual-DNS/409b885b-a2fb-4ef0-a315-8b6c7c9c7fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005611 10.0.0.61 - - [2025-12-29 03:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.61 - - [2025-12-29 03:16:30] "GET /virtual-DNS/409b885b-a2fb-4ef0-a315-8b6c7c9c7fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004165 10.0.0.61 - - [2025-12-29 03:16:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003689 10.0.0.61 - - [2025-12-29 03:16:31] "POST /network-ipams HTTP/1.1" 200 514 0.033959 10.0.0.61 - - [2025-12-29 03:16:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003109 10.0.0.61 - - [2025-12-29 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.61 - - [2025-12-29 03:16:31] "GET /network-ipam/663e9758-962d-45c3-b597-5c41979a349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.005831 10.0.0.61 - - [2025-12-29 03:16:31] "PUT /network-ipam/663e9758-962d-45c3-b597-5c41979a349a HTTP/1.1" 200 258 0.013029 10.0.0.61 - - [2025-12-29 03:16:31] "POST /ref-update HTTP/1.1" 200 156 0.017374 10.0.0.61 - - [2025-12-29 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005707 10.0.0.27 - - [2025-12-29 03:16:31] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.61 - - [2025-12-29 03:16:31] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062845 10.0.0.61 - - [2025-12-29 03:16:31] "POST /neutron/network HTTP/1.1" 200 117 0.060653 10.0.0.61 - - [2025-12-29 03:16:31] "POST /ref-update HTTP/1.1" 200 156 0.029209 10.0.0.61 - - [2025-12-29 03:16:32] "POST /neutron/network HTTP/1.1" 200 833 0.009484 10.0.0.61 - - [2025-12-29 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001021 10.0.0.61 - - [2025-12-29 03:16:32] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004503 10.0.0.61 - - [2025-12-29 03:16:32] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005698 10.0.0.61 - - [2025-12-29 03:16:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.013238 10.0.0.61 - - [2025-12-29 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001453 10.0.0.61 - - [2025-12-29 03:16:32] "POST /neutron/network HTTP/1.1" 200 843 0.008367 10.0.0.27 - - [2025-12-29 03:16:33] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.61 - - [2025-12-29 03:16:33] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.107517 10.0.0.61 - - [2025-12-29 03:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.007668 10.0.0.27 - - [2025-12-29 03:16:33] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.61 - - [2025-12-29 03:16:34] "POST /neutron/port HTTP/1.1" 200 1058 0.297062 10.0.0.61 - - [2025-12-29 03:16:34] "POST /neutron/port HTTP/1.1" 200 1112 0.093144 10.0.0.61 - - [2025-12-29 03:16:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.009077 10.0.0.61 - - [2025-12-29 03:16:38] "POST /neutron/port HTTP/1.1" 200 1122 0.015497 10.0.0.61 - - [2025-12-29 03:16:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007092 10.0.0.61 - - [2025-12-29 03:16:38] "GET /virtual-machine/fe3cf955-eedc-4670-bc1c-36d0ba766828 HTTP/1.1" 401 292 0.000414 10.0.0.61 - - [2025-12-29 03:16:39] "GET /virtual-machine/fe3cf955-eedc-4670-bc1c-36d0ba766828 HTTP/1.1" 200 1294 0.040807 10.0.0.61 - - [2025-12-29 03:16:39] "GET /virtual-machine-interface/9f28f959-6072-43b0-b58b-998ee18407ea HTTP/1.1" 200 2965 0.007907 10.0.0.61 - - [2025-12-29 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.61 - - [2025-12-29 03:16:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003526 10.0.0.61 - - [2025-12-29 03:16:39] "GET /virtual-networks?parent_id=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002470 10.0.0.61 - - [2025-12-29 03:16:39] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005093 10.0.0.61 - - [2025-12-29 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.61 - - [2025-12-29 03:16:42] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005648 10.0.0.61 - - [2025-12-29 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.61 - - [2025-12-29 03:16:46] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006001 10.0.0.61 - - [2025-12-29 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.61 - - [2025-12-29 03:16:50] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005132 10.0.0.61 - - [2025-12-29 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.61 - - [2025-12-29 03:16:54] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004674 10.0.0.61 - - [2025-12-29 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.61 - - [2025-12-29 03:16:58] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004807 10.0.0.61 - - [2025-12-29 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.61 - - [2025-12-29 03:17:02] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004955 10.0.0.61 - - [2025-12-29 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.61 - - [2025-12-29 03:17:06] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005718 10.0.0.27 - - [2025-12-29 03:17:10] "DELETE /project/840e7d5e82794a98a4ff5d39957e81c4 HTTP/1.1" 404 173 0.002490 10.0.0.27 - - [2025-12-29 03:17:10] "DELETE /project/7049c078-451c-4383-8b8c-290c1c407401 HTTP/1.1" 404 177 0.004577 10.0.0.61 - - [2025-12-29 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.61 - - [2025-12-29 03:17:11] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004476 10.0.0.61 - - [2025-12-29 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-29 03:17:15] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005383 10.0.0.61 - - [2025-12-29 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.61 - - [2025-12-29 03:17:19] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004609 10.0.0.61 - - [2025-12-29 03:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.61 - - [2025-12-29 03:17:23] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004679 10.0.0.61 - - [2025-12-29 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.61 - - [2025-12-29 03:17:27] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004932 10.0.0.61 - - [2025-12-29 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.61 - - [2025-12-29 03:17:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003001 10.0.0.61 - - [2025-12-29 03:17:29] "GET /virtual-networks?parent_id=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002382 10.0.0.61 - - [2025-12-29 03:17:29] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006069 10.0.0.61 - - [2025-12-29 03:17:29] "POST /neutron/port HTTP/1.1" 200 1122 0.016515 10.0.0.61 - - [2025-12-29 03:17:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006962 10.0.0.61 - - [2025-12-29 03:17:45] "POST /neutron/port HTTP/1.1" 200 1122 0.016193 10.0.0.61 - - [2025-12-29 03:17:49] "POST /neutron/port HTTP/1.1" 200 1122 0.017377 10.0.0.61 - - [2025-12-29 03:17:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.008945 10.0.0.61 - - [2025-12-29 03:17:50] "POST /neutron/port HTTP/1.1" 200 1122 0.015659 10.0.0.22 - - [2025-12-29 03:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-12-29 03:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-12-29 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-29 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-12-29 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.22 - - [2025-12-29 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-29 03:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-12-29 03:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.61 - - [2025-12-29 03:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.61 - - [2025-12-29 03:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-12-29 03:17:53] "GET /obj-perms HTTP/1.1" 200 5056 0.107209 10.0.0.61 - - [2025-12-29 03:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.61 - - [2025-12-29 03:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.61 - - [2025-12-29 03:17:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007421 10.0.0.61 - - [2025-12-29 03:18:05] "POST /neutron/port HTTP/1.1" 200 1122 0.015686 10.0.0.61 - - [2025-12-29 03:18:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007011 10.0.0.61 - - [2025-12-29 03:18:21] "POST /neutron/port HTTP/1.1" 200 1122 0.014405 10.0.0.61 - - [2025-12-29 03:18:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006294 10.0.0.61 - - [2025-12-29 03:18:51] "POST /neutron/port HTTP/1.1" 200 1122 0.053998 10.0.0.61 - - [2025-12-29 03:18:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004979 10.0.0.61 - - [2025-12-29 03:18:51] "POST /neutron/network HTTP/1.1" 200 833 0.006161 10.0.0.22 - - [2025-12-29 03:18:54] "GET /obj-perms HTTP/1.1" 200 5056 0.055836 10.0.0.61 - - [2025-12-29 03:19:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001270 10.0.0.61 - - [2025-12-29 03:19:01] "POST /neutron/port HTTP/1.1" 200 1122 0.017460 10.0.0.27 - - [2025-12-29 03:19:02] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025807 10.0.0.61 - - [2025-12-29 03:19:02] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.101121 10.0.0.61 - - [2025-12-29 03:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.032571 10.0.0.61 - - [2025-12-29 03:19:03] "POST /neutron/port HTTP/1.1" 200 117 0.009655 10.0.0.27 - - [2025-12-29 03:19:03] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.61 - - [2025-12-29 03:19:03] "POST /neutron/port HTTP/1.1" 200 1058 0.242007 10.0.0.61 - - [2025-12-29 03:19:04] "POST /neutron/port HTTP/1.1" 200 1112 0.110234 10.0.0.61 - - [2025-12-29 03:19:04] "POST /neutron/subnet HTTP/1.1" 200 685 0.007668 10.0.0.61 - - [2025-12-29 03:19:08] "POST /neutron/port HTTP/1.1" 200 1122 0.018281 10.0.0.61 - - [2025-12-29 03:19:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007504 10.0.0.61 - - [2025-12-29 03:19:08] "GET /virtual-machine/2fb31442-e9e7-4a64-9ef4-2bade796b39e HTTP/1.1" 200 1293 0.005146 10.0.0.61 - - [2025-12-29 03:19:08] "GET /virtual-machine-interface/e3f2148b-8a24-4e7f-ac71-636112031da7 HTTP/1.1" 200 2965 0.005359 10.0.0.61 - - [2025-12-29 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.61 - - [2025-12-29 03:19:08] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003218 10.0.0.61 - - [2025-12-29 03:19:08] "GET /virtual-networks?parent_id=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002591 10.0.0.61 - - [2025-12-29 03:19:08] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005646 10.0.0.61 - - [2025-12-29 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.61 - - [2025-12-29 03:19:11] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005053 10.0.0.61 - - [2025-12-29 03:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.61 - - [2025-12-29 03:19:15] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008835 10.0.0.61 - - [2025-12-29 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.61 - - [2025-12-29 03:19:19] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005047 10.0.0.61 - - [2025-12-29 03:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.61 - - [2025-12-29 03:19:23] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006260 10.0.0.61 - - [2025-12-29 03:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.61 - - [2025-12-29 03:19:27] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004959 10.0.0.61 - - [2025-12-29 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.61 - - [2025-12-29 03:19:32] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006137 10.0.0.61 - - [2025-12-29 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.61 - - [2025-12-29 03:19:36] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005677 10.0.0.61 - - [2025-12-29 03:19:39] "POST /neutron/port HTTP/1.1" 200 1122 0.016608 10.0.0.61 - - [2025-12-29 03:19:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.61 - - [2025-12-29 03:19:39] "POST /neutron/network HTTP/1.1" 200 833 0.005723 10.0.0.61 - - [2025-12-29 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.61 - - [2025-12-29 03:19:40] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005058 10.0.0.61 - - [2025-12-29 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.61 - - [2025-12-29 03:19:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.61 - - [2025-12-29 03:19:42] "GET /virtual-networks?parent_id=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002767 10.0.0.61 - - [2025-12-29 03:19:42] "GET /virtual-network/7c5de363-d222-4276-a069-c1208383c94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005897 10.0.0.61 - - [2025-12-29 03:19:47] "POST /neutron/port HTTP/1.1" 200 1122 0.016055 10.0.0.61 - - [2025-12-29 03:19:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033663 10.0.0.61 - - [2025-12-29 03:19:52] "POST /neutron/network HTTP/1.1" 200 843 0.006243 10.0.0.61 - - [2025-12-29 03:19:52] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.61 - - [2025-12-29 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007221 10.0.0.61 - - [2025-12-29 03:19:55] "GET /obj-perms HTTP/1.1" 200 5056 0.081647 10.0.0.61 - - [2025-12-29 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.61 - - [2025-12-29 03:20:30] "DELETE /virtual-DNS/409b885b-a2fb-4ef0-a315-8b6c7c9c7fb8 HTTP/1.1" 409 235 0.010245 10.0.0.61 - - [2025-12-29 03:20:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.003376 10.0.0.61 - - [2025-12-29 03:20:30] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.034359 10.0.0.61 - - [2025-12-29 03:20:30] "GET /virtual-DNS-record/bed291bc-ed16-4973-9f38-937e590481e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004845 10.0.0.61 - - [2025-12-29 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.61 - - [2025-12-29 03:20:30] "GET /virtual-DNS-record/bed291bc-ed16-4973-9f38-937e590481e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005836 10.0.0.61 - - [2025-12-29 03:20:37] "DELETE /virtual-DNS-record/bed291bc-ed16-4973-9f38-937e590481e6 HTTP/1.1" 200 115 0.027784 10.0.0.61 - - [2025-12-29 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.004519 10.0.0.61 - - [2025-12-29 03:20:38] "POST /neutron/network HTTP/1.1" 200 833 0.009023 10.0.0.61 - - [2025-12-29 03:20:38] "POST /neutron/port HTTP/1.1" 200 1112 0.012736 10.0.0.61 - - [2025-12-29 03:20:38] "POST /neutron/port HTTP/1.1" 200 1112 0.019748 10.0.0.27 - - [2025-12-29 03:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003823 10.0.0.27 - - [2025-12-29 03:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002144 10.0.0.61 - - [2025-12-29 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008822 10.0.0.61 - - [2025-12-29 03:20:40] "POST /neutron/network HTTP/1.1" 200 151 0.120394 10.0.0.61 - - [2025-12-29 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.61 - - [2025-12-29 03:20:40] "DELETE /network-ipam/663e9758-962d-45c3-b597-5c41979a349a HTTP/1.1" 200 115 0.050916 10.0.0.61 - - [2025-12-29 03:20:40] "DELETE /virtual-DNS/409b885b-a2fb-4ef0-a315-8b6c7c9c7fb8 HTTP/1.1" 200 115 0.036677 10.0.0.61 - - [2025-12-29 03:20:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.003104 10.0.0.27 - - [2025-12-29 03:20:41] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.61 - - [2025-12-29 03:20:41] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076143 10.0.0.27 - - [2025-12-29 03:20:41] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000909 10.0.0.61 - - [2025-12-29 03:20:41] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?fields=virtual_networks HTTP/1.1" 200 1033 0.039730 10.0.0.27 - - [2025-12-29 03:20:42] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000859 10.0.0.61 - - [2025-12-29 03:20:42] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036922 10.0.0.27 - - [2025-12-29 03:20:42] "GET /projects?obj_uuids=840e7d5e-8279-4a98-a4ff-5d39957e81c4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.61 - - [2025-12-29 03:20:42] "GET /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4?fields=security_groups HTTP/1.1" 200 1260 0.041109 10.0.0.61 - - [2025-12-29 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.030055 10.0.0.27 - - [2025-12-29 03:20:43] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003097 10.0.0.27 - - [2025-12-29 03:20:43] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.27 - - [2025-12-29 03:20:43] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035891 10.0.0.27 - - [2025-12-29 03:20:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001188 10.0.0.27 - - [2025-12-29 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.006202 10.0.0.27 - - [2025-12-29 03:20:43] "POST /security-groups HTTP/1.1" 200 592 0.035378 10.0.0.27 - - [2025-12-29 03:20:43] "POST /projects HTTP/1.1" 200 587 0.257531 10.0.0.61 - - [2025-12-29 03:20:43] "POST /access-control-lists HTTP/1.1" 200 597 0.029467 10.0.0.27 - - [2025-12-29 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.334080 10.0.0.61 - - [2025-12-29 03:20:43] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.505436 10.0.0.61 - - [2025-12-29 03:20:44] "GET / HTTP/1.1" 200 35931 0.002413 10.0.0.61 - - [2025-12-29 03:20:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.61 - - [2025-12-29 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.058793 10.0.0.27 - - [2025-12-29 03:20:46] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.61 - - [2025-12-29 03:20:46] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040807 10.0.0.61 - - [2025-12-29 03:20:47] "POST /route-targets HTTP/1.1" 200 327 0.013268 10.0.0.27 - - [2025-12-29 03:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.61 - - [2025-12-29 03:20:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.306412 10.0.0.61 - - [2025-12-29 03:20:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001189 10.0.0.61 - - [2025-12-29 03:20:47] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005196 10.0.0.61 - - [2025-12-29 03:20:47] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005024 10.0.0.61 - - [2025-12-29 03:20:47] "POST /neutron/network HTTP/1.1" 200 828 0.007415 10.0.0.61 - - [2025-12-29 03:20:48] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005222 10.0.0.61 - - [2025-12-29 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-12-29 03:20:49] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250 10.0.0.61 - - [2025-12-29 03:20:49] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038354 10.0.0.27 - - [2025-12-29 03:20:49] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001408 10.0.0.61 - - [2025-12-29 03:20:49] "POST /neutron/network HTTP/1.1" 200 608 0.133083 10.0.0.61 - - [2025-12-29 03:20:49] "POST /ref-update HTTP/1.1" 200 156 0.025675 10.0.0.61 - - [2025-12-29 03:20:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.002804 10.0.0.61 - - [2025-12-29 03:20:50] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005103 10.0.0.61 - - [2025-12-29 03:20:50] "POST /neutron/network HTTP/1.1" 200 826 0.005863 10.0.0.61 - - [2025-12-29 03:20:50] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004748 10.0.0.61 - - [2025-12-29 03:20:50] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005906 10.0.0.27 - - [2025-12-29 03:20:50] "GET /obj-perms HTTP/1.1" 200 5032 0.057044 10.0.0.61 - - [2025-12-29 03:20:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001205 10.0.0.22 - - [2025-12-29 03:20:55] "GET /obj-perms HTTP/1.1" 200 5056 0.053405 10.0.0.61 - - [2025-12-29 03:21:05] "POST /neutron/network HTTP/1.1" 200 836 0.006239 10.0.0.27 - - [2025-12-29 03:21:06] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001476 10.0.0.61 - - [2025-12-29 03:21:06] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094877 10.0.0.61 - - [2025-12-29 03:21:06] "POST /neutron/port HTTP/1.1" 200 117 0.006250 10.0.0.61 - - [2025-12-29 03:21:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001123 10.0.0.61 - - [2025-12-29 03:21:07] "POST /neutron/network HTTP/1.1" 200 836 0.012878 10.0.0.61 - - [2025-12-29 03:21:07] "POST /neutron/port HTTP/1.1" 200 1060 0.029453 10.0.0.61 - - [2025-12-29 03:21:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003675 10.0.0.27 - - [2025-12-29 03:21:08] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000855 10.0.0.61 - - [2025-12-29 03:21:08] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087731 10.0.0.61 - - [2025-12-29 03:21:08] "POST /neutron/network HTTP/1.1" 200 828 0.012285 10.0.0.61 - - [2025-12-29 03:21:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007284 10.0.0.61 - - [2025-12-29 03:21:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014986 10.0.0.61 - - [2025-12-29 03:21:09] "POST /neutron/port HTTP/1.1" 200 1062 0.054455 10.0.0.61 - - [2025-12-29 03:21:09] "POST /neutron/port HTTP/1.1" 200 1126 0.059891 10.0.0.61 - - [2025-12-29 03:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.003725 10.0.0.27 - - [2025-12-29 03:21:10] "DELETE /project/840e7d5e-8279-4a98-a4ff-5d39957e81c4 HTTP/1.1" 404 177 0.004142 10.0.0.27 - - [2025-12-29 03:21:10] "DELETE /project/eeebf04e6cd34a10a6d1b2c6054fbc47 HTTP/1.1" 404 173 0.013058 10.0.0.61 - - [2025-12-29 03:21:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009462 10.0.0.61 - - [2025-12-29 03:21:23] "POST /neutron/port HTTP/1.1" 200 1124 0.050452 10.0.0.61 - - [2025-12-29 03:21:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008794 10.0.0.61 - - [2025-12-29 03:21:39] "POST /neutron/port HTTP/1.1" 200 1124 0.018104 10.0.0.61 - - [2025-12-29 03:21:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007334 10.0.0.61 - - [2025-12-29 03:21:49] "POST /neutron/port HTTP/1.1" 200 1124 0.015754 10.0.0.61 - - [2025-12-29 03:21:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006624 10.0.0.61 - - [2025-12-29 03:21:49] "GET /virtual-machine/b364bb73-6d96-4b18-8b2d-cd81569af355 HTTP/1.1" 401 292 0.000378 10.0.0.61 - - [2025-12-29 03:21:49] "GET /virtual-machine/b364bb73-6d96-4b18-8b2d-cd81569af355 HTTP/1.1" 200 1294 0.031790 10.0.0.61 - - [2025-12-29 03:21:49] "GET /virtual-machine-interface/354aa82b-d280-41e3-b9b7-98c3ce73aff1 HTTP/1.1" 200 2949 0.006815 10.0.0.61 - - [2025-12-29 03:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.61 - - [2025-12-29 03:21:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.61 - - [2025-12-29 03:21:49] "GET /virtual-networks?parent_id=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003197 10.0.0.61 - - [2025-12-29 03:21:49] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010306 10.0.0.61 - - [2025-12-29 03:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.61 - - [2025-12-29 03:21:53] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006021 10.0.0.61 - - [2025-12-29 03:21:53] "POST /neutron/network HTTP/1.1" 200 836 0.005697 10.0.0.61 - - [2025-12-29 03:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.61 - - [2025-12-29 03:21:56] "GET /obj-perms HTTP/1.1" 200 5056 0.046805 10.0.0.61 - - [2025-12-29 03:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-29 03:21:57] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004731 10.0.0.61 - - [2025-12-29 03:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.61 - - [2025-12-29 03:22:01] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005630 10.0.0.61 - - [2025-12-29 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.61 - - [2025-12-29 03:22:05] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004939 10.0.0.61 - - [2025-12-29 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.61 - - [2025-12-29 03:22:09] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005312 10.0.0.61 - - [2025-12-29 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.61 - - [2025-12-29 03:22:13] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005045 10.0.0.61 - - [2025-12-29 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.61 - - [2025-12-29 03:22:17] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004985 10.0.0.61 - - [2025-12-29 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.61 - - [2025-12-29 03:22:21] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006643 10.0.0.61 - - [2025-12-29 03:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.61 - - [2025-12-29 03:22:25] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004795 10.0.0.61 - - [2025-12-29 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.61 - - [2025-12-29 03:22:29] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005141 10.0.0.61 - - [2025-12-29 03:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.61 - - [2025-12-29 03:22:34] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004881 10.0.0.61 - - [2025-12-29 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.61 - - [2025-12-29 03:22:38] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007187 10.0.0.61 - - [2025-12-29 03:22:40] "POST /neutron/port HTTP/1.1" 200 1126 0.019297 10.0.0.61 - - [2025-12-29 03:22:40] "POST /neutron/subnet HTTP/1.1" 200 703 0.008008 10.0.0.61 - - [2025-12-29 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.61 - - [2025-12-29 03:22:42] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004814 10.0.0.61 - - [2025-12-29 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.61 - - [2025-12-29 03:22:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004531 10.0.0.61 - - [2025-12-29 03:22:46] "GET /virtual-networks?parent_id=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003931 10.0.0.61 - - [2025-12-29 03:22:46] "GET /virtual-network/98a2119c-7ad5-4e93-9a1c-1314baf6332f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006118 10.0.0.61 - - [2025-12-29 03:22:46] "POST /neutron/port HTTP/1.1" 200 1124 0.018919 10.0.0.22 - - [2025-12-29 03:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-12-29 03:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.61 - - [2025-12-29 03:22:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009060 10.0.0.27 - - [2025-12-29 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-12-29 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.22 - - [2025-12-29 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.22 - - [2025-12-29 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2025-12-29 03:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-12-29 03:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.61 - - [2025-12-29 03:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.61 - - [2025-12-29 03:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.61 - - [2025-12-29 03:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.61 - - [2025-12-29 03:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.61 - - [2025-12-29 03:22:55] "POST /neutron/port HTTP/1.1" 200 1124 0.018838 10.0.0.61 - - [2025-12-29 03:22:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.61 - - [2025-12-29 03:22:55] "POST /neutron/network HTTP/1.1" 200 826 0.006265 10.0.0.61 - - [2025-12-29 03:23:01] "POST /neutron/port HTTP/1.1" 200 1124 0.016211 10.0.0.61 - - [2025-12-29 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006822 10.0.0.61 - - [2025-12-29 03:23:12] "POST /neutron/port HTTP/1.1" 200 1124 0.017354 10.0.0.61 - - [2025-12-29 03:23:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012563 10.0.0.61 - - [2025-12-29 03:23:27] "POST /neutron/port HTTP/1.1" 200 1124 0.015586 10.0.0.61 - - [2025-12-29 03:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006380 10.0.0.61 - - [2025-12-29 03:23:42] "POST /neutron/port HTTP/1.1" 200 1126 0.016286 10.0.0.61 - - [2025-12-29 03:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.61 - - [2025-12-29 03:23:42] "POST /neutron/network HTTP/1.1" 200 828 0.007049 10.0.0.61 - - [2025-12-29 03:23:48] "POST /neutron/port HTTP/1.1" 200 1124 0.016495 10.0.0.61 - - [2025-12-29 03:23:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006825 10.0.0.61 - - [2025-12-29 03:23:53] "POST /neutron/port HTTP/1.1" 200 1126 0.020333 10.0.0.61 - - [2025-12-29 03:23:53] "GET /virtual-machine/629020d1-fb80-48c6-adc5-a58c8a35ae97 HTTP/1.1" 200 1293 0.005728 10.0.0.61 - - [2025-12-29 03:23:53] "GET /virtual-machine-interface/7d3d31f7-31c6-41f2-b96b-2be0a26eeec1 HTTP/1.1" 200 2949 0.005036 10.0.0.61 - - [2025-12-29 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.61 - - [2025-12-29 03:23:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003130 10.0.0.61 - - [2025-12-29 03:23:53] "GET /virtual-networks?parent_id=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002714 10.0.0.61 - - [2025-12-29 03:23:53] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005682 10.0.0.61 - - [2025-12-29 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.61 - - [2025-12-29 03:23:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003739 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-networks?parent_id=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004481 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006989 10.0.0.61 - - [2025-12-29 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2025-12-29 03:23:55] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.61 - - [2025-12-29 03:23:55] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042135 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005329 10.0.0.61 - - [2025-12-29 03:23:55] "GET /floating-ip-pools?parent_id=b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002747 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006681 10.0.0.61 - - [2025-12-29 03:23:55] "POST /floating-ip-pools HTTP/1.1" 200 598 0.033553 10.0.0.61 - - [2025-12-29 03:23:55] "POST /ref-update HTTP/1.1" 200 156 0.013026 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005298 10.0.0.61 - - [2025-12-29 03:23:55] "GET /virtual-network/b2c1acc4-7566-4b1e-b3bf-7e405e0ebc63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005417 10.0.0.61 - - [2025-12-29 03:23:56] "POST /neutron/port HTTP/1.1" 200 1124 0.020618 10.0.0.61 - - [2025-12-29 03:23:56] "POST /neutron/port HTTP/1.1" 200 1124 0.069942 10.0.0.61 - - [2025-12-29 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.61 - - [2025-12-29 03:23:56] "GET /routing-instance/e9e8e9f4-e1e0-435b-b5bf-0ee7ec1dd8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005543 10.0.0.61 - - [2025-12-29 03:23:56] "GET /route-target/6d265db1-2f3c-471b-929c-a4aeff8b9b3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004056 10.0.0.61 - - [2025-12-29 03:23:56] "POST /neutron/network HTTP/1.1" 200 836 0.009976 10.0.0.61 - - [2025-12-29 03:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.27 - - [2025-12-29 03:23:58] "GET /obj-perms HTTP/1.1" 200 5056 0.051726 10.0.0.61 - - [2025-12-29 03:24:27] "POST /neutron/floatingip HTTP/1.1" 200 531 0.022144 10.0.0.61 - - [2025-12-29 03:24:27] "GET /floating-ip-pool/956baa8a-ae51-4287-a144-90594db7e684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004929 10.0.0.61 - - [2025-12-29 03:24:28] "POST /ref-update HTTP/1.1" 200 156 0.010941 10.0.0.61 - - [2025-12-29 03:24:28] "DELETE /floating-ip-pool/956baa8a-ae51-4287-a144-90594db7e684 HTTP/1.1" 200 115 0.028825 10.0.0.61 - - [2025-12-29 03:24:28] "POST /neutron/network HTTP/1.1" 200 826 0.006426 10.0.0.61 - - [2025-12-29 03:24:28] "POST /neutron/port HTTP/1.1" 200 1126 0.014560 10.0.0.61 - - [2025-12-29 03:24:28] "POST /neutron/port HTTP/1.1" 200 151 0.190878 10.0.0.61 - - [2025-12-29 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.033261 10.0.0.27 - - [2025-12-29 03:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.051522 10.0.0.27 - - [2025-12-29 03:24:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002473 10.0.0.61 - - [2025-12-29 03:24:30] "POST /neutron/network HTTP/1.1" 200 151 0.188511 10.0.0.61 - - [2025-12-29 03:24:30] "DELETE /route-target/6d265db1-2f3c-471b-929c-a4aeff8b9b3b HTTP/1.1" 200 115 0.034504 10.0.0.27 - - [2025-12-29 03:24:32] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000870 10.0.0.61 - - [2025-12-29 03:24:32] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041521 10.0.0.27 - - [2025-12-29 03:24:32] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.61 - - [2025-12-29 03:24:32] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?fields=virtual_networks HTTP/1.1" 200 1034 0.039529 10.0.0.27 - - [2025-12-29 03:24:32] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.61 - - [2025-12-29 03:24:32] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057188 10.0.0.27 - - [2025-12-29 03:24:32] "GET /projects?obj_uuids=eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.61 - - [2025-12-29 03:24:32] "GET /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47?fields=security_groups HTTP/1.1" 200 1261 0.049683 10.0.0.61 - - [2025-12-29 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.034759 10.0.0.27 - - [2025-12-29 03:24:33] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002725 10.0.0.27 - - [2025-12-29 03:24:33] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.27 - - [2025-12-29 03:24:33] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007078 10.0.0.27 - - [2025-12-29 03:24:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.003165 10.0.0.27 - - [2025-12-29 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.005384 10.0.0.27 - - [2025-12-29 03:24:33] "POST /security-groups HTTP/1.1" 200 591 0.032677 10.0.0.27 - - [2025-12-29 03:24:33] "POST /projects HTTP/1.1" 200 585 0.263819 10.0.0.61 - - [2025-12-29 03:24:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.005170 10.0.0.27 - - [2025-12-29 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.340289 10.0.0.61 - - [2025-12-29 03:24:34] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.481398 10.0.0.61 - - [2025-12-29 03:24:35] "GET / HTTP/1.1" 200 35931 0.001352 10.0.0.61 - - [2025-12-29 03:24:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.61 - - [2025-12-29 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.053526 10.0.0.27 - - [2025-12-29 03:24:37] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.61 - - [2025-12-29 03:24:37] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040007 10.0.0.61 - - [2025-12-29 03:24:37] "POST /neutron/network HTTP/1.1" 200 117 0.035260 10.0.0.61 - - [2025-12-29 03:24:37] "POST /ref-update HTTP/1.1" 200 156 0.021339 10.0.0.61 - - [2025-12-29 03:24:37] "POST /neutron/network HTTP/1.1" 200 839 0.007516 10.0.0.61 - - [2025-12-29 03:24:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001158 10.0.0.61 - - [2025-12-29 03:24:37] "GET /virtual-network/b4f32fa7-2fc4-4532-971d-a0928d0101f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004705 10.0.0.61 - - [2025-12-29 03:24:37] "GET /virtual-network/b4f32fa7-2fc4-4532-971d-a0928d0101f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004652 10.0.0.61 - - [2025-12-29 03:24:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.008271 10.0.0.61 - - [2025-12-29 03:24:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001096 10.0.0.27 - - [2025-12-29 03:24:38] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000944 10.0.0.61 - - [2025-12-29 03:24:38] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066042 10.0.0.61 - - [2025-12-29 03:24:38] "POST /neutron/network HTTP/1.1" 200 839 0.034603 10.0.0.61 - - [2025-12-29 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.61 - - [2025-12-29 03:24:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005103 10.0.0.61 - - [2025-12-29 03:24:39] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.011178 10.0.0.61 - - [2025-12-29 03:24:39] "POST /neutron/port HTTP/1.1" 200 117 0.005220 10.0.0.61 - - [2025-12-29 03:24:39] "POST /neutron/port HTTP/1.1" 200 1055 0.014246 10.0.0.61 - - [2025-12-29 03:24:40] "POST /neutron/port HTTP/1.1" 200 1119 0.016992 10.0.0.61 - - [2025-12-29 03:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.61 - - [2025-12-29 03:24:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009650 10.0.0.61 - - [2025-12-29 03:24:44] "POST /neutron/port HTTP/1.1" 200 1119 0.015052 10.0.0.61 - - [2025-12-29 03:24:44] "GET /virtual-machine/bba32b84-08ac-450c-a611-4d5b03d2a344 HTTP/1.1" 401 292 0.000387 10.0.0.61 - - [2025-12-29 03:24:44] "GET /virtual-machine/bba32b84-08ac-450c-a611-4d5b03d2a344 HTTP/1.1" 200 1293 0.027856 10.0.0.61 - - [2025-12-29 03:24:44] "GET /virtual-machine-interface/02bde4a7-bad5-44b7-8bf3-5633c50bdcc7 HTTP/1.1" 200 2970 0.005067 10.0.0.61 - - [2025-12-29 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.61 - - [2025-12-29 03:24:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003455 10.0.0.61 - - [2025-12-29 03:24:44] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002960 10.0.0.61 - - [2025-12-29 03:24:44] "GET /virtual-network/b4f32fa7-2fc4-4532-971d-a0928d0101f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005450 10.0.0.61 - - [2025-12-29 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.61 - - [2025-12-29 03:24:48] "GET /virtual-network/b4f32fa7-2fc4-4532-971d-a0928d0101f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005251 10.0.0.61 - - [2025-12-29 03:24:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006849 10.0.0.61 - - [2025-12-29 03:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.61 - - [2025-12-29 03:24:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003605 10.0.0.61 - - [2025-12-29 03:24:52] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003262 10.0.0.61 - - [2025-12-29 03:24:52] "GET /virtual-network/b4f32fa7-2fc4-4532-971d-a0928d0101f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005902 10.0.0.61 - - [2025-12-29 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.61 - - [2025-12-29 03:24:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.002954 10.0.0.61 - - [2025-12-29 03:24:54] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.009516 10.0.0.61 - - [2025-12-29 03:24:54] "POST /neutron/port HTTP/1.1" 200 1119 0.019798 10.0.0.61 - - [2025-12-29 03:24:56] "POST /neutron/network HTTP/1.1" 200 839 0.024886 10.0.0.61 - - [2025-12-29 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006364 10.0.0.22 - - [2025-12-29 03:24:59] "GET /obj-perms HTTP/1.1" 200 5056 0.047935 10.0.0.61 - - [2025-12-29 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-12-29 03:24:59] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000866 10.0.0.61 - - [2025-12-29 03:24:59] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034128 10.0.0.27 - - [2025-12-29 03:24:59] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.61 - - [2025-12-29 03:24:59] "POST /neutron/network HTTP/1.1" 200 605 0.119007 10.0.0.61 - - [2025-12-29 03:25:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.002987 10.0.0.61 - - [2025-12-29 03:25:00] "GET /virtual-network/cfba48ab-891d-45e7-aeee-56fe5da5ae25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005114 10.0.0.61 - - [2025-12-29 03:25:00] "POST /neutron/network HTTP/1.1" 200 823 0.007527 10.0.0.61 - - [2025-12-29 03:25:00] "GET /virtual-network/cfba48ab-891d-45e7-aeee-56fe5da5ae25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005278 10.0.0.61 - - [2025-12-29 03:25:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001210 10.0.0.61 - - [2025-12-29 03:25:00] "POST /ref-update HTTP/1.1" 200 156 0.014960 10.0.0.61 - - [2025-12-29 03:25:00] "POST /neutron/network HTTP/1.1" 200 833 0.011266 10.0.0.27 - - [2025-12-29 03:25:01] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.61 - - [2025-12-29 03:25:01] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.087782 10.0.0.61 - - [2025-12-29 03:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.008296 10.0.0.27 - - [2025-12-29 03:25:01] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.61 - - [2025-12-29 03:25:02] "POST /neutron/port HTTP/1.1" 200 1059 0.337838 10.0.0.61 - - [2025-12-29 03:25:02] "POST /neutron/port HTTP/1.1" 200 1113 0.123904 10.0.0.61 - - [2025-12-29 03:25:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.010199 10.0.0.61 - - [2025-12-29 03:25:06] "POST /neutron/port HTTP/1.1" 200 1123 0.015913 10.0.0.61 - - [2025-12-29 03:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006643 10.0.0.61 - - [2025-12-29 03:25:06] "GET /virtual-machine/cf061b92-af4a-4a89-9278-90c41ff080d5 HTTP/1.1" 200 1293 0.005717 10.0.0.61 - - [2025-12-29 03:25:06] "GET /virtual-machine-interface/21ef65b1-c0b9-4a54-8032-5025d3ed2843 HTTP/1.1" 200 2940 0.004495 10.0.0.61 - - [2025-12-29 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.61 - - [2025-12-29 03:25:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003980 10.0.0.61 - - [2025-12-29 03:25:06] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002717 10.0.0.61 - - [2025-12-29 03:25:06] "GET /virtual-network/cfba48ab-891d-45e7-aeee-56fe5da5ae25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005761 10.0.0.61 - - [2025-12-29 03:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-29 03:25:09] "GET /virtual-network/cfba48ab-891d-45e7-aeee-56fe5da5ae25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006151 10.0.0.27 - - [2025-12-29 03:25:10] "DELETE /project/e349ba0e22a8448e8f8c8f1869cac4a7 HTTP/1.1" 404 173 0.002804 10.0.0.27 - - [2025-12-29 03:25:10] "DELETE /project/eeebf04e-6cd3-4a10-a6d1-b2c6054fbc47 HTTP/1.1" 404 177 0.005092 10.0.0.61 - - [2025-12-29 03:25:11] "POST /neutron/port HTTP/1.1" 200 1123 0.052907 10.0.0.61 - - [2025-12-29 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.61 - - [2025-12-29 03:25:11] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003157 10.0.0.61 - - [2025-12-29 03:25:11] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002854 10.0.0.61 - - [2025-12-29 03:25:11] "GET /virtual-network/cfba48ab-891d-45e7-aeee-56fe5da5ae25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006084 10.0.0.61 - - [2025-12-29 03:25:13] "POST /neutron/network HTTP/1.1" 400 204 0.012612 10.0.0.61 - - [2025-12-29 03:25:14] "POST /neutron/port HTTP/1.1" 200 151 0.167742 10.0.0.61 - - [2025-12-29 03:25:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003032 10.0.0.61 - - [2025-12-29 03:25:18] "POST /network-ipams HTTP/1.1" 200 541 0.024197 10.0.0.61 - - [2025-12-29 03:25:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003076 10.0.0.61 - - [2025-12-29 03:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.61 - - [2025-12-29 03:25:18] "GET /network-ipam/a8bf854e-f259-4b3b-b5ff-70a87e050042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005685 10.0.0.61 - - [2025-12-29 03:25:18] "PUT /network-ipam/a8bf854e-f259-4b3b-b5ff-70a87e050042 HTTP/1.1" 200 258 0.013070 10.0.0.61 - - [2025-12-29 03:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-12-29 03:25:18] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.61 - - [2025-12-29 03:25:18] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.034163 10.0.0.61 - - [2025-12-29 03:25:19] "POST /neutron/network HTTP/1.1" 200 117 0.011276 10.0.0.61 - - [2025-12-29 03:25:19] "POST /route-targets HTTP/1.1" 200 327 0.014234 10.0.0.27 - - [2025-12-29 03:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007262 10.0.0.61 - - [2025-12-29 03:25:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.223178 10.0.0.61 - - [2025-12-29 03:25:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.61 - - [2025-12-29 03:25:19] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004778 10.0.0.61 - - [2025-12-29 03:25:19] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005328 10.0.0.61 - - [2025-12-29 03:25:19] "POST /neutron/network HTTP/1.1" 200 994 0.010287 10.0.0.61 - - [2025-12-29 03:25:19] "POST /neutron/network HTTP/1.1" 200 994 0.008354 10.0.0.27 - - [2025-12-29 03:25:19] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.61 - - [2025-12-29 03:25:20] "POST /neutron/port HTTP/1.1" 200 1017 0.257895 10.0.0.61 - - [2025-12-29 03:25:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001201 10.0.0.61 - - [2025-12-29 03:25:20] "POST /neutron/port HTTP/1.1" 200 1017 0.013107 10.0.0.61 - - [2025-12-29 03:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.61 - - [2025-12-29 03:25:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.61 - - [2025-12-29 03:25:20] "POST /neutron/port HTTP/1.1" 200 117 0.005625 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/network HTTP/1.1" 200 994 0.007896 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.007009 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/network HTTP/1.1" 200 1004 0.006339 10.0.0.61 - - [2025-12-29 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001113 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/port HTTP/1.1" 200 1109 0.124041 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/network HTTP/1.1" 200 1004 0.006139 10.0.0.61 - - [2025-12-29 03:25:21] "POST /neutron/port HTTP/1.1" 200 1109 0.136570 10.0.0.61 - - [2025-12-29 03:25:22] "POST /neutron/subnet HTTP/1.1" 200 673 0.010190 10.0.0.27 - - [2025-12-29 03:25:22] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.61 - - [2025-12-29 03:25:22] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075907 10.0.0.61 - - [2025-12-29 03:25:22] "POST /neutron/network HTTP/1.1" 200 994 0.009244 10.0.0.61 - - [2025-12-29 03:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.61 - - [2025-12-29 03:25:23] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005625 10.0.0.61 - - [2025-12-29 03:25:23] "POST /neutron/port HTTP/1.1" 200 1055 0.014854 10.0.0.61 - - [2025-12-29 03:25:23] "POST /neutron/port HTTP/1.1" 200 1119 0.023923 10.0.0.61 - - [2025-12-29 03:25:23] "GET /obj-perms HTTP/1.1" 200 5030 0.064011 10.0.0.61 - - [2025-12-29 03:25:23] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.61 - - [2025-12-29 03:25:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008808 10.0.0.61 - - [2025-12-29 03:25:24] "POST /neutron/port HTTP/1.1" 200 1119 0.016976 10.0.0.61 - - [2025-12-29 03:25:24] "GET /virtual-machine/e4b4bba9-fd73-40cc-9e4c-8da702c88223 HTTP/1.1" 200 1289 0.005687 10.0.0.61 - - [2025-12-29 03:25:24] "GET /virtual-machine-interface/8e1408cf-4e94-430d-8a08-09f32afed31a HTTP/1.1" 200 2941 0.005881 10.0.0.61 - - [2025-12-29 03:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.61 - - [2025-12-29 03:25:24] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003346 10.0.0.61 - - [2025-12-29 03:25:24] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003281 10.0.0.61 - - [2025-12-29 03:25:24] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006644 10.0.0.61 - - [2025-12-29 03:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.61 - - [2025-12-29 03:25:27] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007378 10.0.0.61 - - [2025-12-29 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006296 10.0.0.61 - - [2025-12-29 03:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.61 - - [2025-12-29 03:25:32] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005280 10.0.0.61 - - [2025-12-29 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.61 - - [2025-12-29 03:25:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003743 10.0.0.61 - - [2025-12-29 03:25:34] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004121 10.0.0.61 - - [2025-12-29 03:25:34] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005335 10.0.0.61 - - [2025-12-29 03:25:34] "POST /neutron/port HTTP/1.1" 200 1119 0.019771 10.0.0.61 - - [2025-12-29 03:25:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005966 10.0.0.61 - - [2025-12-29 03:25:39] "POST /neutron/port HTTP/1.1" 200 1119 0.015403 10.0.0.61 - - [2025-12-29 03:25:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007398 10.0.0.61 - - [2025-12-29 03:25:39] "GET /virtual-machine/0a883c55-1161-4c1d-aef0-d2d77bd57e33 HTTP/1.1" 200 1287 0.005787 10.0.0.61 - - [2025-12-29 03:25:39] "GET /virtual-machine-interface/0f8acbcd-c89a-4344-9c68-0699aef1dafd HTTP/1.1" 200 2941 0.004913 10.0.0.61 - - [2025-12-29 03:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.61 - - [2025-12-29 03:25:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003386 10.0.0.61 - - [2025-12-29 03:25:39] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002800 10.0.0.61 - - [2025-12-29 03:25:39] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005147 10.0.0.61 - - [2025-12-29 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.61 - - [2025-12-29 03:25:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003618 10.0.0.61 - - [2025-12-29 03:25:40] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003040 10.0.0.61 - - [2025-12-29 03:25:40] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005489 10.0.0.61 - - [2025-12-29 03:25:41] "POST /neutron/port HTTP/1.1" 200 1119 0.017390 10.0.0.61 - - [2025-12-29 03:25:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008133 10.0.0.61 - - [2025-12-29 03:25:41] "GET /virtual-machine/c9a30c71-d813-4ecb-9142-1b06f31c3d7f HTTP/1.1" 200 1293 0.008874 10.0.0.61 - - [2025-12-29 03:25:41] "GET /virtual-machine-interface/a4e137a1-b394-4545-817a-66f381e78de6 HTTP/1.1" 200 2941 0.006485 10.0.0.61 - - [2025-12-29 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.61 - - [2025-12-29 03:25:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003807 10.0.0.61 - - [2025-12-29 03:25:41] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003796 10.0.0.61 - - [2025-12-29 03:25:41] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007151 10.0.0.61 - - [2025-12-29 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.61 - - [2025-12-29 03:25:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.61 - - [2025-12-29 03:25:42] "GET /virtual-networks?parent_id=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003175 10.0.0.61 - - [2025-12-29 03:25:42] "GET /virtual-network/f2dc7ada-936a-4438-b53f-3ff5b5616d2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006222 10.0.0.61 - - [2025-12-29 03:25:45] "POST /neutron/network HTTP/1.1" 200 1004 0.006315 10.0.0.61 - - [2025-12-29 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.61 - - [2025-12-29 03:25:59] "POST /neutron/port HTTP/1.1" 200 1109 0.013521 10.0.0.61 - - [2025-12-29 03:25:59] "POST /neutron/port HTTP/1.1" 200 1109 0.011749 10.0.0.61 - - [2025-12-29 03:25:59] "POST /neutron/port HTTP/1.1" 200 1109 0.013685 10.0.0.61 - - [2025-12-29 03:25:59] "POST /neutron/network HTTP/1.1" 400 204 0.015210 10.0.0.61 - - [2025-12-29 03:26:00] "POST /neutron/network HTTP/1.1" 200 968 0.012084 10.0.0.27 - - [2025-12-29 03:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.27 - - [2025-12-29 03:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004295 10.0.0.27 - - [2025-12-29 03:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.27 - - [2025-12-29 03:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.61 - - [2025-12-29 03:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.152263 10.0.0.61 - - [2025-12-29 03:26:01] "DELETE /route-target/0d7f83c0-2d89-4df7-a328-aff6cbbe66f3 HTTP/1.1" 200 115 0.029659 10.0.0.61 - - [2025-12-29 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.61 - - [2025-12-29 03:26:02] "DELETE /network-ipam/a8bf854e-f259-4b3b-b5ff-70a87e050042 HTTP/1.1" 200 115 0.039515 10.0.0.61 - - [2025-12-29 03:26:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003154 10.0.0.27 - - [2025-12-29 03:26:03] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.61 - - [2025-12-29 03:26:03] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.090793 10.0.0.27 - - [2025-12-29 03:26:03] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.61 - - [2025-12-29 03:26:03] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?fields=virtual_networks HTTP/1.1" 200 1032 0.051239 10.0.0.27 - - [2025-12-29 03:26:03] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.61 - - [2025-12-29 03:26:03] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.066578 10.0.0.27 - - [2025-12-29 03:26:03] "GET /projects?obj_uuids=e349ba0e-22a8-448e-8f8c-8f1869cac4a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003224 10.0.0.61 - - [2025-12-29 03:26:03] "GET /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7?fields=security_groups HTTP/1.1" 200 1258 0.061807 10.0.0.61 - - [2025-12-29 03:26:04] "POST /neutron/port HTTP/1.1" 200 117 0.006121 10.0.0.61 - - [2025-12-29 03:26:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.046379 10.0.0.27 - - [2025-12-29 03:26:04] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002990 10.0.0.27 - - [2025-12-29 03:26:04] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.27 - - [2025-12-29 03:26:04] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034031 10.0.0.27 - - [2025-12-29 03:26:05] "POST /id-to-fqname HTTP/1.1" 200 198 0.004968 10.0.0.27 - - [2025-12-29 03:26:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005351 10.0.0.27 - - [2025-12-29 03:26:05] "POST /security-groups HTTP/1.1" 200 599 0.031637 10.0.0.27 - - [2025-12-29 03:26:05] "POST /projects HTTP/1.1" 200 601 0.237154 10.0.0.27 - - [2025-12-29 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.322912 10.0.0.61 - - [2025-12-29 03:26:05] "POST /fqname-to-id HTTP/1.1" 404 241 0.015609 10.0.0.61 - - [2025-12-29 03:26:05] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.517678 10.0.0.61 - - [2025-12-29 03:26:06] "DELETE /access-control-list/11fc3ee8-ba4e-4009-9ef4-5faab06a1ecb HTTP/1.1" 200 115 0.052412 10.0.0.61 - - [2025-12-29 03:26:06] "GET / HTTP/1.1" 200 35931 0.002829 10.0.0.61 - - [2025-12-29 03:26:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.61 - - [2025-12-29 03:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.063542 10.0.0.27 - - [2025-12-29 03:26:08] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.61 - - [2025-12-29 03:26:08] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044545 10.0.0.27 - - [2025-12-29 03:26:09] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.61 - - [2025-12-29 03:26:09] "POST /neutron/network HTTP/1.1" 200 613 0.168448 10.0.0.61 - - [2025-12-29 03:26:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.045857 10.0.0.61 - - [2025-12-29 03:26:09] "POST /neutron/network HTTP/1.1" 200 1008 0.011433 10.0.0.61 - - [2025-12-29 03:26:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001052 10.0.0.61 - - [2025-12-29 03:26:09] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005932 10.0.0.61 - - [2025-12-29 03:26:09] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004947 10.0.0.61 - - [2025-12-29 03:26:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.008138 10.0.0.61 - - [2025-12-29 03:26:10] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006871 10.0.0.27 - - [2025-12-29 03:26:11] "DELETE /project/e349ba0e-22a8-448e-8f8c-8f1869cac4a7 HTTP/1.1" 404 177 0.002531 10.0.0.27 - - [2025-12-29 03:26:11] "DELETE /project/c9148469ea7b4cb5aa9b78c754523060 HTTP/1.1" 404 173 0.004804 10.0.0.27 - - [2025-12-29 03:26:11] "GET /obj-perms HTTP/1.1" 200 5046 0.049898 10.0.0.61 - - [2025-12-29 03:26:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001225 10.0.0.27 - - [2025-12-29 03:26:12] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.61 - - [2025-12-29 03:26:12] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062072 10.0.0.61 - - [2025-12-29 03:26:12] "POST /neutron/network HTTP/1.1" 200 1008 0.007298 10.0.0.61 - - [2025-12-29 03:26:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001198 10.0.0.61 - - [2025-12-29 03:26:12] "POST /neutron/port HTTP/1.1" 200 117 0.008159 10.0.0.27 - - [2025-12-29 03:26:13] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.61 - - [2025-12-29 03:26:13] "POST /neutron/port HTTP/1.1" 200 1177 0.338053 10.0.0.27 - - [2025-12-29 03:26:13] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002607 10.0.0.61 - - [2025-12-29 03:26:13] "POST /neutron/port HTTP/1.1" 200 1231 0.137217 10.0.0.61 - - [2025-12-29 03:26:13] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.111698 10.0.0.61 - - [2025-12-29 03:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.61 - - [2025-12-29 03:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.61 - - [2025-12-29 03:26:14] "POST /neutron/port HTTP/1.1" 200 1241 0.021642 10.0.0.61 - - [2025-12-29 03:26:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001203 10.0.0.61 - - [2025-12-29 03:26:14] "POST /neutron/port HTTP/1.1" 200 1241 0.025604 10.0.0.61 - - [2025-12-29 03:26:14] "POST /neutron/network HTTP/1.1" 200 1018 0.006117 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/port HTTP/1.1" 200 1177 0.020158 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003720 10.0.0.27 - - [2025-12-29 03:26:15] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.61 - - [2025-12-29 03:26:15] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062443 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/network HTTP/1.1" 200 1008 0.009292 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.006915 10.0.0.61 - - [2025-12-29 03:26:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001216 10.0.0.61 - - [2025-12-29 03:26:15] "POST /neutron/network HTTP/1.1" 200 1018 0.007474 10.0.0.61 - - [2025-12-29 03:26:16] "POST /neutron/port HTTP/1.1" 200 1177 0.021801 10.0.0.61 - - [2025-12-29 03:26:16] "POST /neutron/port HTTP/1.1" 200 1241 0.017356 10.0.0.61 - - [2025-12-29 03:26:16] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013000 10.0.0.27 - - [2025-12-29 03:26:16] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.61 - - [2025-12-29 03:26:16] "POST /neutron/network HTTP/1.1" 200 1008 0.013279 10.0.0.61 - - [2025-12-29 03:26:16] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.083498 10.0.0.61 - - [2025-12-29 03:26:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007465 10.0.0.61 - - [2025-12-29 03:26:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007207 10.0.0.61 - - [2025-12-29 03:26:17] "POST /neutron/port HTTP/1.1" 200 1241 0.016212 10.0.0.61 - - [2025-12-29 03:26:17] "GET /virtual-machine/12094bd8-1b48-41d6-b1d8-00fc43134bf6 HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-12-29 03:26:17] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.61 - - [2025-12-29 03:26:17] "POST /neutron/port HTTP/1.1" 200 1177 0.319366 10.0.0.61 - - [2025-12-29 03:26:17] "GET /virtual-machine/12094bd8-1b48-41d6-b1d8-00fc43134bf6 HTTP/1.1" 200 1300 0.034589 10.0.0.61 - - [2025-12-29 03:26:17] "GET /virtual-machine-interface/0e3a16cc-1c35-4ddb-bdfa-7eac8f311d8c HTTP/1.1" 200 3175 0.005918 10.0.0.61 - - [2025-12-29 03:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.61 - - [2025-12-29 03:26:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005554 10.0.0.61 - - [2025-12-29 03:26:17] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005887 10.0.0.61 - - [2025-12-29 03:26:17] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005322 10.0.0.61 - - [2025-12-29 03:26:17] "POST /neutron/port HTTP/1.1" 200 1231 0.123151 10.0.0.61 - - [2025-12-29 03:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009151 10.0.0.61 - - [2025-12-29 03:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001994 10.0.0.61 - - [2025-12-29 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.61 - - [2025-12-29 03:26:21] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004906 10.0.0.61 - - [2025-12-29 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.61 - - [2025-12-29 03:26:25] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005903 10.0.0.61 - - [2025-12-29 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.61 - - [2025-12-29 03:26:29] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005054 10.0.0.61 - - [2025-12-29 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.61 - - [2025-12-29 03:26:33] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.004949 10.0.0.61 - - [2025-12-29 03:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.61 - - [2025-12-29 03:26:37] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005732 10.0.0.61 - - [2025-12-29 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.61 - - [2025-12-29 03:26:41] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005280 10.0.0.61 - - [2025-12-29 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.61 - - [2025-12-29 03:26:45] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007300 10.0.0.61 - - [2025-12-29 03:26:47] "POST /neutron/port HTTP/1.1" 200 1241 0.018461 10.0.0.61 - - [2025-12-29 03:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004553 10.0.0.61 - - [2025-12-29 03:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.61 - - [2025-12-29 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.61 - - [2025-12-29 03:26:49] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005134 10.0.0.61 - - [2025-12-29 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008072 10.0.0.61 - - [2025-12-29 03:26:53] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005915 10.0.0.61 - - [2025-12-29 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.61 - - [2025-12-29 03:26:57] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007131 10.0.0.22 - - [2025-12-29 03:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.050538 10.0.0.61 - - [2025-12-29 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005743 10.0.0.61 - - [2025-12-29 03:27:01] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005412 10.0.0.61 - - [2025-12-29 03:27:02] "POST /neutron/port HTTP/1.1" 200 1241 0.016248 10.0.0.61 - - [2025-12-29 03:27:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003389 10.0.0.61 - - [2025-12-29 03:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.61 - - [2025-12-29 03:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.61 - - [2025-12-29 03:27:06] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005287 10.0.0.61 - - [2025-12-29 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.61 - - [2025-12-29 03:27:10] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005602 10.0.0.61 - - [2025-12-29 03:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.61 - - [2025-12-29 03:27:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.61 - - [2025-12-29 03:27:12] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004144 10.0.0.61 - - [2025-12-29 03:27:12] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006297 10.0.0.61 - - [2025-12-29 03:27:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006709 10.0.0.61 - - [2025-12-29 03:27:22] "POST /neutron/port HTTP/1.1" 200 1241 0.016648 10.0.0.61 - - [2025-12-29 03:27:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008056 10.0.0.61 - - [2025-12-29 03:27:27] "POST /neutron/port HTTP/1.1" 200 1241 0.023488 10.0.0.61 - - [2025-12-29 03:27:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009181 10.0.0.61 - - [2025-12-29 03:27:33] "POST /neutron/port HTTP/1.1" 200 1241 0.016313 10.0.0.61 - - [2025-12-29 03:27:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007118 10.0.0.61 - - [2025-12-29 03:27:33] "GET /virtual-machine/aa46629e-4cc8-49a1-b846-0152d9c097ce HTTP/1.1" 200 1301 0.005660 10.0.0.61 - - [2025-12-29 03:27:33] "GET /virtual-machine-interface/39f376cc-a3cb-492d-ac66-37c44cdc3696 HTTP/1.1" 200 3175 0.005184 10.0.0.61 - - [2025-12-29 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.61 - - [2025-12-29 03:27:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003427 10.0.0.61 - - [2025-12-29 03:27:33] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002915 10.0.0.61 - - [2025-12-29 03:27:33] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005667 10.0.0.61 - - [2025-12-29 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.61 - - [2025-12-29 03:27:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003692 10.0.0.61 - - [2025-12-29 03:27:34] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003220 10.0.0.61 - - [2025-12-29 03:27:34] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005472 10.0.0.61 - - [2025-12-29 03:27:40] "POST /neutron/port HTTP/1.1" 200 1241 0.022026 10.0.0.61 - - [2025-12-29 03:27:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007795 10.0.0.61 - - [2025-12-29 03:27:40] "GET /virtual-machine/1efc61ba-1542-4638-b5b2-bf9b72f9ae6d HTTP/1.1" 200 1300 0.007336 10.0.0.61 - - [2025-12-29 03:27:40] "GET /virtual-machine-interface/1ac352e0-f399-4f45-bf11-8d9f877b3c07 HTTP/1.1" 200 3175 0.005395 10.0.0.61 - - [2025-12-29 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.61 - - [2025-12-29 03:27:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004860 10.0.0.61 - - [2025-12-29 03:27:40] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003479 10.0.0.61 - - [2025-12-29 03:27:40] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006607 10.0.0.61 - - [2025-12-29 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.61 - - [2025-12-29 03:27:41] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003775 10.0.0.61 - - [2025-12-29 03:27:41] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002659 10.0.0.61 - - [2025-12-29 03:27:41] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005644 10.0.0.61 - - [2025-12-29 03:27:41] "POST /neutron/port HTTP/1.1" 200 1241 0.017419 10.0.0.61 - - [2025-12-29 03:27:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006664 10.0.0.61 - - [2025-12-29 03:27:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005018 10.0.0.61 - - [2025-12-29 03:27:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005568 10.0.0.61 - - [2025-12-29 03:27:49] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.22 - - [2025-12-29 03:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.22 - - [2025-12-29 03:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.61 - - [2025-12-29 03:27:51] "POST /neutron/port HTTP/1.1" 200 1241 0.015797 10.0.0.27 - - [2025-12-29 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-12-29 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2025-12-29 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-12-29 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2025-12-29 03:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2025-12-29 03:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-29 03:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.61 - - [2025-12-29 03:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.61 - - [2025-12-29 03:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.61 - - [2025-12-29 03:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-29 03:27:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006613 10.0.0.61 - - [2025-12-29 03:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.059172 10.0.0.61 - - [2025-12-29 03:28:04] "POST /neutron/network HTTP/1.1" 200 1018 0.006478 10.0.0.61 - - [2025-12-29 03:28:04] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013406 10.0.0.61 - - [2025-12-29 03:28:04] "POST /neutron/network HTTP/1.1" 200 1008 0.010441 10.0.0.27 - - [2025-12-29 03:28:41] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.61 - - [2025-12-29 03:28:41] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041229 10.0.0.61 - - [2025-12-29 03:28:41] "POST /fqname-to-id HTTP/1.1" 404 226 0.007102 10.0.0.61 - - [2025-12-29 03:28:41] "POST /interface-route-tables HTTP/1.1" 200 575 0.024037 10.0.0.61 - - [2025-12-29 03:28:41] "GET /interface-route-table/81d65e0d-61e0-4613-abea-59555d8fbc86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005308 10.0.0.61 - - [2025-12-29 03:28:41] "GET /virtual-machine-interface/0e3a16cc-1c35-4ddb-bdfa-7eac8f311d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005599 10.0.0.61 - - [2025-12-29 03:28:41] "POST /ref-update HTTP/1.1" 200 156 0.014625 10.0.0.61 - - [2025-12-29 03:28:50] "POST /neutron/network HTTP/1.1" 200 1018 0.006011 10.0.0.61 - - [2025-12-29 03:28:50] "POST /neutron/subnet HTTP/1.1" 200 1394 0.011801 10.0.0.61 - - [2025-12-29 03:28:50] "POST /neutron/network HTTP/1.1" 200 1008 0.009175 10.0.0.61 - - [2025-12-29 03:29:06] "POST /neutron/network HTTP/1.1" 200 1018 0.030263 10.0.0.61 - - [2025-12-29 03:29:06] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016747 10.0.0.61 - - [2025-12-29 03:29:06] "POST /neutron/network HTTP/1.1" 200 1008 0.011056 10.0.0.27 - - [2025-12-29 03:29:21] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.61 - - [2025-12-29 03:29:21] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040328 10.0.0.61 - - [2025-12-29 03:29:21] "POST /fqname-to-id HTTP/1.1" 404 226 0.002530 10.0.0.61 - - [2025-12-29 03:29:21] "POST /interface-route-tables HTTP/1.1" 200 575 0.023881 10.0.0.61 - - [2025-12-29 03:29:21] "GET /interface-route-table/0abe0b1d-22d5-4649-bba7-f5dfd6919e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005608 10.0.0.61 - - [2025-12-29 03:29:21] "GET /virtual-machine-interface/39f376cc-a3cb-492d-ac66-37c44cdc3696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006633 10.0.0.61 - - [2025-12-29 03:29:21] "POST /ref-update HTTP/1.1" 200 156 0.013778 10.0.0.61 - - [2025-12-29 03:29:23] "GET /virtual-machine-interface/1ac352e0-f399-4f45-bf11-8d9f877b3c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008293 10.0.0.61 - - [2025-12-29 03:29:23] "PUT /virtual-machine-interface/1ac352e0-f399-4f45-bf11-8d9f877b3c07 HTTP/1.1" 200 284 0.015701 10.0.0.61 - - [2025-12-29 03:29:23] "GET /virtual-machine-interface/0e3a16cc-1c35-4ddb-bdfa-7eac8f311d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007457 10.0.0.61 - - [2025-12-29 03:29:23] "PUT /virtual-machine-interface/0e3a16cc-1c35-4ddb-bdfa-7eac8f311d8c HTTP/1.1" 200 284 0.012619 10.0.0.61 - - [2025-12-29 03:29:23] "GET /virtual-machine-interface/39f376cc-a3cb-492d-ac66-37c44cdc3696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.007102 10.0.0.61 - - [2025-12-29 03:29:23] "PUT /virtual-machine-interface/39f376cc-a3cb-492d-ac66-37c44cdc3696 HTTP/1.1" 200 284 0.011382 10.0.0.61 - - [2025-12-29 03:29:52] "POST /neutron/network HTTP/1.1" 200 1018 0.006885 10.0.0.61 - - [2025-12-29 03:29:52] "POST /neutron/subnet HTTP/1.1" 200 1394 0.011161 10.0.0.61 - - [2025-12-29 03:29:52] "POST /neutron/network HTTP/1.1" 200 1008 0.008514 10.0.0.27 - - [2025-12-29 03:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.052782 10.0.0.61 - - [2025-12-29 03:30:08] "POST /neutron/network HTTP/1.1" 200 1018 0.006669 10.0.0.61 - - [2025-12-29 03:30:08] "POST /neutron/subnet HTTP/1.1" 200 1394 0.012737 10.0.0.61 - - [2025-12-29 03:30:08] "POST /neutron/network HTTP/1.1" 200 1008 0.008056 10.0.0.61 - - [2025-12-29 03:30:17] "POST /neutron/port HTTP/1.1" 200 1241 0.017799 10.0.0.61 - - [2025-12-29 03:30:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008091 10.0.0.61 - - [2025-12-29 03:30:18] "GET /virtual-machine/69bbeb3d-29af-4937-a18b-4025eabd96de HTTP/1.1" 200 1300 0.005147 10.0.0.61 - - [2025-12-29 03:30:18] "GET /virtual-machine-interface/c67fc289-d1e0-48bf-9b67-10d94f4c490d HTTP/1.1" 200 3176 0.004497 10.0.0.61 - - [2025-12-29 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.61 - - [2025-12-29 03:30:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003301 10.0.0.61 - - [2025-12-29 03:30:18] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002639 10.0.0.61 - - [2025-12-29 03:30:18] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005277 10.0.0.61 - - [2025-12-29 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.61 - - [2025-12-29 03:30:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003623 10.0.0.61 - - [2025-12-29 03:30:19] "GET /virtual-networks?parent_id=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002728 10.0.0.61 - - [2025-12-29 03:30:19] "GET /virtual-network/d82256ba-2afe-44d2-9879-239e94fa09a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005640 10.0.0.61 - - [2025-12-29 03:30:19] "GET /virtual-machine-interface/c67fc289-d1e0-48bf-9b67-10d94f4c490d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006237 10.0.0.61 - - [2025-12-29 03:30:19] "PUT /virtual-machine-interface/c67fc289-d1e0-48bf-9b67-10d94f4c490d HTTP/1.1" 200 284 0.013906 10.0.0.61 - - [2025-12-29 03:30:53] "POST /neutron/network HTTP/1.1" 200 1018 0.036991 10.0.0.61 - - [2025-12-29 03:30:53] "POST /neutron/subnet HTTP/1.1" 200 1394 0.011414 10.0.0.61 - - [2025-12-29 03:30:53] "POST /neutron/network HTTP/1.1" 200 1008 0.011968 10.0.0.22 - - [2025-12-29 03:31:03] "GET /obj-perms HTTP/1.1" 200 5056 0.049666 10.0.0.27 - - [2025-12-29 03:31:06] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028686 10.0.0.61 - - [2025-12-29 03:31:06] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063274 10.0.0.61 - - [2025-12-29 03:31:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.004054 10.0.0.61 - - [2025-12-29 03:31:07] "POST /interface-route-tables HTTP/1.1" 200 575 0.024411 10.0.0.61 - - [2025-12-29 03:31:07] "GET /interface-route-table/7015265a-3799-4a44-b538-ad88c5bed95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005218 10.0.0.61 - - [2025-12-29 03:31:07] "GET /virtual-machine-interface/c67fc289-d1e0-48bf-9b67-10d94f4c490d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006191 10.0.0.61 - - [2025-12-29 03:31:07] "POST /ref-update HTTP/1.1" 200 156 0.013987 10.0.0.61 - - [2025-12-29 03:31:09] "GET /virtual-machine-interface/0e3a16cc-1c35-4ddb-bdfa-7eac8f311d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.029964 10.0.0.61 - - [2025-12-29 03:31:09] "POST /ref-update HTTP/1.1" 200 156 0.013483 10.0.0.61 - - [2025-12-29 03:31:09] "DELETE /interface-route-table/81d65e0d-61e0-4613-abea-59555d8fbc86 HTTP/1.1" 200 115 0.040171 10.0.0.61 - - [2025-12-29 03:31:09] "POST /neutron/network HTTP/1.1" 200 1018 0.008180 10.0.0.61 - - [2025-12-29 03:31:09] "POST /neutron/subnet HTTP/1.1" 200 1394 0.011635 10.0.0.61 - - [2025-12-29 03:31:09] "POST /neutron/network HTTP/1.1" 200 1008 0.007667 10.0.0.61 - - [2025-12-29 03:31:09] "POST /neutron/port HTTP/1.1" 200 151 0.224523 10.0.0.61 - - [2025-12-29 03:31:19] "GET /virtual-machine-interface/c67fc289-d1e0-48bf-9b67-10d94f4c490d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007660 10.0.0.61 - - [2025-12-29 03:31:19] "POST /ref-update HTTP/1.1" 200 156 0.018499 10.0.0.61 - - [2025-12-29 03:31:19] "DELETE /interface-route-table/7015265a-3799-4a44-b538-ad88c5bed95c HTTP/1.1" 200 115 0.027013 10.0.0.61 - - [2025-12-29 03:31:19] "GET /virtual-machine-interface/39f376cc-a3cb-492d-ac66-37c44cdc3696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008833 10.0.0.61 - - [2025-12-29 03:31:19] "POST /ref-update HTTP/1.1" 200 156 0.018292 10.0.0.61 - - [2025-12-29 03:31:19] "DELETE /interface-route-table/0abe0b1d-22d5-4649-bba7-f5dfd6919e0a HTTP/1.1" 200 115 0.031350 10.0.0.61 - - [2025-12-29 03:31:20] "POST /neutron/port HTTP/1.1" 200 1241 0.022305 10.0.0.61 - - [2025-12-29 03:31:20] "POST /neutron/port HTTP/1.1" 200 1241 0.023064 10.0.0.61 - - [2025-12-29 03:31:20] "POST /neutron/port HTTP/1.1" 200 1241 0.024449 10.0.0.61 - - [2025-12-29 03:31:21] "POST /neutron/network HTTP/1.1" 200 1008 0.008988 10.0.0.61 - - [2025-12-29 03:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.035383 10.0.0.27 - - [2025-12-29 03:31:23] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.61 - - [2025-12-29 03:31:23] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066008 10.0.0.27 - - [2025-12-29 03:31:23] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.61 - - [2025-12-29 03:31:23] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?fields=virtual_networks HTTP/1.1" 200 1048 0.087363 10.0.0.27 - - [2025-12-29 03:31:23] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001255 10.0.0.61 - - [2025-12-29 03:31:23] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.040739 10.0.0.27 - - [2025-12-29 03:31:23] "GET /projects?obj_uuids=c9148469-ea7b-4cb5-aa9b-78c754523060&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.61 - - [2025-12-29 03:31:23] "GET /project/c9148469-ea7b-4cb5-aa9b-78c754523060?fields=security_groups HTTP/1.1" 200 1282 0.045491 10.0.0.61 - - [2025-12-29 03:31:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.028903 10.0.0.27 - - [2025-12-29 03:31:24] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.27 - - [2025-12-29 03:31:24] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.27 - - [2025-12-29 03:31:24] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039995 10.0.0.27 - - [2025-12-29 03:31:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001478 10.0.0.27 - - [2025-12-29 03:31:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003749 10.0.0.27 - - [2025-12-29 03:31:25] "POST /security-groups HTTP/1.1" 200 586 0.084658 10.0.0.27 - - [2025-12-29 03:31:25] "POST /projects HTTP/1.1" 200 575 0.276573 10.0.0.27 - - [2025-12-29 03:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.351568 10.0.0.61 - - [2025-12-29 03:31:25] "POST /access-control-lists HTTP/1.1" 200 591 0.027129 10.0.0.61 - - [2025-12-29 03:31:25] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.517142 10.0.0.61 - - [2025-12-29 03:31:26] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.27 - - [2025-12-29 03:31:29] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.61 - - [2025-12-29 03:31:29] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041039 10.0.0.27 - - [2025-12-29 03:31:29] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.61 - - [2025-12-29 03:31:29] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?fields=virtual_networks HTTP/1.1" 200 1021 0.042730 10.0.0.27 - - [2025-12-29 03:31:29] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.61 - - [2025-12-29 03:31:29] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042087 10.0.0.27 - - [2025-12-29 03:31:29] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.61 - - [2025-12-29 03:31:29] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?fields=security_groups HTTP/1.1" 200 1242 0.045843 10.0.0.61 - - [2025-12-29 03:31:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.026199 10.0.0.27 - - [2025-12-29 03:31:30] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002962 10.0.0.27 - - [2025-12-29 03:31:30] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.27 - - [2025-12-29 03:31:30] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006431 10.0.0.27 - - [2025-12-29 03:31:30] "POST /id-to-fqname HTTP/1.1" 200 195 0.003198 10.0.0.27 - - [2025-12-29 03:31:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.005993 10.0.0.27 - - [2025-12-29 03:31:30] "POST /security-groups HTTP/1.1" 200 596 0.071948 10.0.0.61 - - [2025-12-29 03:31:31] "POST /fqname-to-id HTTP/1.1" 404 239 0.003945 10.0.0.27 - - [2025-12-29 03:31:31] "POST /projects HTTP/1.1" 200 595 0.297495 10.0.0.27 - - [2025-12-29 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.368566 10.0.0.61 - - [2025-12-29 03:31:31] "POST /access-control-lists HTTP/1.1" 200 599 0.058444 10.0.0.61 - - [2025-12-29 03:31:31] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.557310 10.0.0.61 - - [2025-12-29 03:31:32] "GET / HTTP/1.1" 200 35931 0.001423 10.0.0.27 - - [2025-12-29 03:31:35] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001094 10.0.0.61 - - [2025-12-29 03:31:35] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038914 10.0.0.27 - - [2025-12-29 03:31:35] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000949 10.0.0.61 - - [2025-12-29 03:31:35] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?fields=virtual_networks HTTP/1.1" 200 1040 0.041901 10.0.0.27 - - [2025-12-29 03:31:35] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000921 10.0.0.61 - - [2025-12-29 03:31:35] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.036405 10.0.0.27 - - [2025-12-29 03:31:35] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001047 10.0.0.61 - - [2025-12-29 03:31:35] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?fields=security_groups HTTP/1.1" 200 1271 0.050560 10.0.0.61 - - [2025-12-29 03:31:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.032790 10.0.0.27 - - [2025-12-29 03:31:36] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002864 10.0.0.27 - - [2025-12-29 03:31:36] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.27 - - [2025-12-29 03:31:36] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006528 10.0.0.27 - - [2025-12-29 03:31:36] "POST /id-to-fqname HTTP/1.1" 200 201 0.004223 10.0.0.27 - - [2025-12-29 03:31:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.003322 10.0.0.27 - - [2025-12-29 03:31:36] "POST /security-groups HTTP/1.1" 200 602 0.069058 10.0.0.27 - - [2025-12-29 03:31:36] "POST /projects HTTP/1.1" 200 607 0.279483 10.0.0.61 - - [2025-12-29 03:31:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.009817 10.0.0.27 - - [2025-12-29 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.355083 10.0.0.61 - - [2025-12-29 03:31:37] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.482190 10.0.0.61 - - [2025-12-29 03:31:38] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.27 - - [2025-12-29 03:31:41] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000888 10.0.0.61 - - [2025-12-29 03:31:41] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.035468 10.0.0.27 - - [2025-12-29 03:31:41] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000821 10.0.0.61 - - [2025-12-29 03:31:41] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?fields=virtual_networks HTTP/1.1" 200 1054 0.045107 10.0.0.27 - - [2025-12-29 03:31:41] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001131 10.0.0.61 - - [2025-12-29 03:31:41] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.037287 10.0.0.27 - - [2025-12-29 03:31:41] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000893 10.0.0.61 - - [2025-12-29 03:31:41] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?fields=security_groups HTTP/1.1" 200 1291 0.035244 10.0.0.61 - - [2025-12-29 03:31:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.027768 10.0.0.27 - - [2025-12-29 03:31:42] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.27 - - [2025-12-29 03:31:42] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.27 - - [2025-12-29 03:31:42] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006515 10.0.0.27 - - [2025-12-29 03:31:42] "POST /id-to-fqname HTTP/1.1" 200 187 0.001165 10.0.0.27 - - [2025-12-29 03:31:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.004974 10.0.0.27 - - [2025-12-29 03:31:42] "POST /security-groups HTTP/1.1" 200 588 0.026995 10.0.0.27 - - [2025-12-29 03:31:42] "POST /projects HTTP/1.1" 200 579 0.218180 10.0.0.61 - - [2025-12-29 03:31:42] "POST /access-control-lists HTTP/1.1" 200 593 0.024195 10.0.0.27 - - [2025-12-29 03:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.296240 10.0.0.61 - - [2025-12-29 03:31:42] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.434419 10.0.0.61 - - [2025-12-29 03:31:43] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.27 - - [2025-12-29 03:31:46] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001001 10.0.0.61 - - [2025-12-29 03:31:46] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.036541 10.0.0.27 - - [2025-12-29 03:31:46] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000876 10.0.0.61 - - [2025-12-29 03:31:46] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?fields=virtual_networks HTTP/1.1" 200 1025 0.097057 10.0.0.27 - - [2025-12-29 03:31:46] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000799 10.0.0.61 - - [2025-12-29 03:31:46] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.035028 10.0.0.27 - - [2025-12-29 03:31:47] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000877 10.0.0.61 - - [2025-12-29 03:31:47] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?fields=security_groups HTTP/1.1" 200 1248 0.038327 10.0.0.61 - - [2025-12-29 03:31:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.026623 10.0.0.27 - - [2025-12-29 03:31:47] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002659 10.0.0.27 - - [2025-12-29 03:31:48] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.27 - - [2025-12-29 03:31:48] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006715 10.0.0.27 - - [2025-12-29 03:31:48] "POST /id-to-fqname HTTP/1.1" 200 184 0.006276 10.0.0.27 - - [2025-12-29 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005318 10.0.0.27 - - [2025-12-29 03:31:48] "POST /security-groups HTTP/1.1" 200 585 0.072979 10.0.0.61 - - [2025-12-29 03:31:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003135 10.0.0.27 - - [2025-12-29 03:31:48] "POST /projects HTTP/1.1" 200 573 0.264883 10.0.0.27 - - [2025-12-29 03:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.333274 10.0.0.61 - - [2025-12-29 03:31:48] "POST /access-control-lists HTTP/1.1" 200 588 0.024220 10.0.0.61 - - [2025-12-29 03:31:48] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.479188 10.0.0.61 - - [2025-12-29 03:31:49] "GET / HTTP/1.1" 200 35931 0.001441 10.0.0.27 - - [2025-12-29 03:31:52] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000900 10.0.0.61 - - [2025-12-29 03:31:52] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040164 10.0.0.27 - - [2025-12-29 03:31:52] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000958 10.0.0.61 - - [2025-12-29 03:31:52] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?fields=virtual_networks HTTP/1.1" 200 1020 0.038425 10.0.0.27 - - [2025-12-29 03:31:52] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000934 10.0.0.61 - - [2025-12-29 03:31:52] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.035300 10.0.0.27 - - [2025-12-29 03:31:52] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000964 10.0.0.61 - - [2025-12-29 03:31:52] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?fields=security_groups HTTP/1.1" 200 1240 0.038325 10.0.0.61 - - [2025-12-29 03:31:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.031197 10.0.0.27 - - [2025-12-29 03:31:53] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002656 10.0.0.27 - - [2025-12-29 03:31:53] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.27 - - [2025-12-29 03:31:53] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007003 10.0.0.27 - - [2025-12-29 03:31:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.001362 10.0.0.27 - - [2025-12-29 03:31:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.006840 10.0.0.27 - - [2025-12-29 03:31:54] "POST /security-groups HTTP/1.1" 200 589 0.031853 10.0.0.27 - - [2025-12-29 03:31:54] "POST /projects HTTP/1.1" 200 581 0.220829 10.0.0.61 - - [2025-12-29 03:31:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.010895 10.0.0.27 - - [2025-12-29 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.298487 10.0.0.61 - - [2025-12-29 03:31:54] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.428724 10.0.0.61 - - [2025-12-29 03:31:55] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.61 - - [2025-12-29 03:31:57] "DELETE /access-control-list/e0a813f5-dfdc-4c14-8f6d-db6f43955077 HTTP/1.1" 200 115 0.030680 10.0.0.27 - - [2025-12-29 03:31:58] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.61 - - [2025-12-29 03:31:58] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042196 10.0.0.27 - - [2025-12-29 03:31:58] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.61 - - [2025-12-29 03:31:58] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?fields=virtual_networks HTTP/1.1" 200 1028 0.040516 10.0.0.27 - - [2025-12-29 03:31:58] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000865 10.0.0.61 - - [2025-12-29 03:31:58] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.035461 10.0.0.27 - - [2025-12-29 03:31:58] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000830 10.0.0.61 - - [2025-12-29 03:31:58] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?fields=security_groups HTTP/1.1" 200 1252 0.032302 10.0.0.61 - - [2025-12-29 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.026452 10.0.0.27 - - [2025-12-29 03:31:59] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003877 10.0.0.27 - - [2025-12-29 03:31:59] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.27 - - [2025-12-29 03:31:59] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006733 10.0.0.27 - - [2025-12-29 03:31:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.002088 10.0.0.27 - - [2025-12-29 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.006203 10.0.0.27 - - [2025-12-29 03:31:59] "POST /security-groups HTTP/1.1" 200 589 0.085618 10.0.0.27 - - [2025-12-29 03:31:59] "POST /projects HTTP/1.1" 200 581 0.290751 10.0.0.61 - - [2025-12-29 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.013930 10.0.0.27 - - [2025-12-29 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.363348 10.0.0.61 - - [2025-12-29 03:32:00] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.513921 10.0.0.61 - - [2025-12-29 03:32:01] "GET / HTTP/1.1" 200 35931 0.003708 10.0.0.61 - - [2025-12-29 03:32:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.61 - - [2025-12-29 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.071615 10.0.0.27 - - [2025-12-29 03:32:03] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.61 - - [2025-12-29 03:32:03] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047580 10.0.0.27 - - [2025-12-29 03:32:03] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.006076 10.0.0.61 - - [2025-12-29 03:32:03] "POST /neutron/network HTTP/1.1" 200 603 0.182591 10.0.0.61 - - [2025-12-29 03:32:03] "POST /ref-update HTTP/1.1" 200 156 0.028788 10.0.0.61 - - [2025-12-29 03:32:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.003220 10.0.0.61 - - [2025-12-29 03:32:04] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006793 10.0.0.61 - - [2025-12-29 03:32:04] "POST /neutron/network HTTP/1.1" 200 821 0.006080 10.0.0.61 - - [2025-12-29 03:32:04] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004994 10.0.0.61 - - [2025-12-29 03:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.61 - - [2025-12-29 03:32:04] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005338 10.0.0.61 - - [2025-12-29 03:32:04] "PUT /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b HTTP/1.1" 200 264 0.045517 10.0.0.61 - - [2025-12-29 03:32:04] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007255 10.0.0.61 - - [2025-12-29 03:32:05] "GET /obj-perms HTTP/1.1" 200 5056 0.375401 10.0.0.61 - - [2025-12-29 03:32:06] "POST /neutron/network HTTP/1.1" 200 821 0.007332 10.0.0.61 - - [2025-12-29 03:32:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001345 10.0.0.27 - - [2025-12-29 03:32:07] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.61 - - [2025-12-29 03:32:07] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.070676 10.0.0.61 - - [2025-12-29 03:32:07] "POST /neutron/network HTTP/1.1" 200 821 0.032509 10.0.0.61 - - [2025-12-29 03:32:07] "POST /neutron/port HTTP/1.1" 200 117 0.006149 10.0.0.61 - - [2025-12-29 03:32:08] "POST /neutron/port HTTP/1.1" 200 1057 0.016062 10.0.0.61 - - [2025-12-29 03:32:08] "POST /neutron/port HTTP/1.1" 200 1121 0.016604 10.0.0.61 - - [2025-12-29 03:32:08] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/c9148469-ea7b-4cb5-aa9b-78c754523060 HTTP/1.1" 404 177 0.014137 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/05137854d12946cd8bd0d67ae3274c63 HTTP/1.1" 404 173 0.019476 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/e1a7999fef584943b18ef5c659af43f3 HTTP/1.1" 404 173 0.018688 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/4a0cd7ad27c34decb468f6685ac0d1f0 HTTP/1.1" 404 173 0.012296 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/9fcfb83a671e40fd98a9e953e816d230 HTTP/1.1" 404 173 0.014319 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/37b7d4f1629a43fc96a698e4d90223c1 HTTP/1.1" 404 173 0.013533 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000776 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000888 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000824 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/b3c2a92275e148ef8ae47cfcc6491b35 HTTP/1.1" 404 173 0.076804 10.0.0.27 - - [2025-12-29 03:32:11] "DELETE /project/545fea6f5a9e477eb7e50377315d9aef HTTP/1.1" 404 173 0.078110 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000793 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000910 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.170094 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.178946 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.201581 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.216524 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.124172 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001677 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.144234 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001013 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000756 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.27 - - [2025-12-29 03:32:11] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000857 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?fields=security_groups HTTP/1.1" 200 1396 0.106514 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?fields=security_groups HTTP/1.1" 200 1357 0.107944 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?fields=security_groups HTTP/1.1" 200 1353 0.120615 10.0.0.27 - - [2025-12-29 03:32:11] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?fields=security_groups HTTP/1.1" 200 1347 0.113427 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?fields=security_groups HTTP/1.1" 200 1376 0.153708 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?fields=security_groups HTTP/1.1" 200 1345 0.159158 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/7798e9ce-a98b-42ea-a468-4beda658a169 HTTP/1.1" 200 115 0.151730 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=9fcfb83a-671e-40fd-98a9-e953e816d230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001056 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/18776137-a607-4062-a9df-90c99b1f2cf4 HTTP/1.1" 200 115 0.163041 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=b3c2a922-75e1-48ef-8ae4-7cfcc6491b35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.61 - - [2025-12-29 03:32:12] "DELETE /access-control-list/dea09723-d71e-4da4-9f94-b86fd6e9c147 HTTP/1.1" 200 115 0.093916 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/728d0e27-0cdc-47b9-a605-e700b13bd5dc HTTP/1.1" 200 115 0.147663 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/9fcfb83a-671e-40fd-98a9-e953e816d230?fields=application_policy_sets HTTP/1.1" 200 1435 0.091387 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/b80eae43-19fc-448f-a434-d716edd581de HTTP/1.1" 200 115 0.177575 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=545fea6f-5a9e-477e-b7e5-0377315d9aef&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001193 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/f8db56c0-ec8d-4425-b6b8-adabbcf4bc7a HTTP/1.1" 200 115 0.175130 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=05137854-d129-46cd-8bd0-d67ae3274c63&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001221 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /security-group/e9176489-e803-498d-9706-f2bc8c4a2539 HTTP/1.1" 200 115 0.167979 10.0.0.27 - - [2025-12-29 03:32:12] "GET /projects?obj_uuids=e1a7999f-ef58-4943-b18e-f5c659af43f3&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001283 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35?fields=application_policy_sets HTTP/1.1" 200 1396 0.134879 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0?fields=application_policy_sets HTTP/1.1" 200 1386 0.137661 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/545fea6f-5a9e-477e-b7e5-0377315d9aef?fields=application_policy_sets HTTP/1.1" 200 1392 0.148517 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/05137854-d129-46cd-8bd0-d67ae3274c63?fields=application_policy_sets HTTP/1.1" 200 1415 0.147573 10.0.0.27 - - [2025-12-29 03:32:12] "GET /project/e1a7999f-ef58-4943-b18e-f5c659af43f3?fields=application_policy_sets HTTP/1.1" 200 1384 0.153455 10.0.0.61 - - [2025-12-29 03:32:12] "DELETE /access-control-list/14fb95f6-0726-4a76-aaac-58c107d05875 HTTP/1.1" 200 115 0.094990 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/9fcfb83a-671e-40fd-98a9-e953e816d230 HTTP/1.1" 200 115 0.985884 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/b3c2a922-75e1-48ef-8ae4-7cfcc6491b35 HTTP/1.1" 200 115 1.029778 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/4a0cd7ad-27c3-4dec-b468-f6685ac0d1f0 HTTP/1.1" 200 115 1.025178 10.0.0.61 - - [2025-12-29 03:32:12] "DELETE /access-control-list/bf6faff0-2238-4013-8f08-8f34a273e536 HTTP/1.1" 200 115 0.063174 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/545fea6f-5a9e-477e-b7e5-0377315d9aef HTTP/1.1" 200 115 1.081011 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/05137854-d129-46cd-8bd0-d67ae3274c63 HTTP/1.1" 200 115 1.093740 10.0.0.27 - - [2025-12-29 03:32:12] "DELETE /project/e1a7999f-ef58-4943-b18e-f5c659af43f3 HTTP/1.1" 200 115 0.994178 10.0.0.61 - - [2025-12-29 03:32:12] "DELETE /access-control-list/85859c92-8537-485f-8bab-8386ade2a5a4 HTTP/1.1" 200 115 0.033478 10.0.0.61 - - [2025-12-29 03:32:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007513 10.0.0.61 - - [2025-12-29 03:32:13] "POST /neutron/port HTTP/1.1" 200 1121 0.021450 10.0.0.61 - - [2025-12-29 03:32:13] "GET /virtual-machine/291f5181-158e-4ec5-a144-b232a304e56a HTTP/1.1" 401 292 0.000382 10.0.0.61 - - [2025-12-29 03:32:13] "GET /virtual-machine/291f5181-158e-4ec5-a144-b232a304e56a HTTP/1.1" 200 1290 0.034989 10.0.0.61 - - [2025-12-29 03:32:13] "GET /virtual-machine-interface/4591d16e-5061-4b09-830c-47c7317f34c0 HTTP/1.1" 200 2930 0.010474 10.0.0.61 - - [2025-12-29 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.61 - - [2025-12-29 03:32:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003474 10.0.0.61 - - [2025-12-29 03:32:13] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003290 10.0.0.61 - - [2025-12-29 03:32:13] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005020 10.0.0.61 - - [2025-12-29 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.61 - - [2025-12-29 03:32:16] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005924 10.0.0.61 - - [2025-12-29 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.61 - - [2025-12-29 03:32:20] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004846 10.0.0.61 - - [2025-12-29 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.61 - - [2025-12-29 03:32:24] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005052 10.0.0.61 - - [2025-12-29 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.61 - - [2025-12-29 03:32:29] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005363 10.0.0.61 - - [2025-12-29 03:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.61 - - [2025-12-29 03:32:33] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005790 10.0.0.61 - - [2025-12-29 03:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.61 - - [2025-12-29 03:32:37] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006307 10.0.0.61 - - [2025-12-29 03:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.61 - - [2025-12-29 03:32:41] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004969 10.0.0.61 - - [2025-12-29 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.61 - - [2025-12-29 03:32:45] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005122 10.0.0.61 - - [2025-12-29 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.61 - - [2025-12-29 03:32:49] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005438 10.0.0.22 - - [2025-12-29 03:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-12-29 03:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000637 10.0.0.27 - - [2025-12-29 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-12-29 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-12-29 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000825 10.0.0.22 - - [2025-12-29 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.27 - - [2025-12-29 03:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2025-12-29 03:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.61 - - [2025-12-29 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.61 - - [2025-12-29 03:32:53] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004732 10.0.0.61 - - [2025-12-29 03:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.61 - - [2025-12-29 03:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.61 - - [2025-12-29 03:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.61 - - [2025-12-29 03:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.61 - - [2025-12-29 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.61 - - [2025-12-29 03:32:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003522 10.0.0.61 - - [2025-12-29 03:32:55] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003059 10.0.0.61 - - [2025-12-29 03:32:55] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005301 10.0.0.61 - - [2025-12-29 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007619 10.0.0.61 - - [2025-12-29 03:33:06] "POST /neutron/port HTTP/1.1" 200 1121 0.336135 10.0.0.61 - - [2025-12-29 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007030 10.0.0.27 - - [2025-12-29 03:33:06] "GET /obj-perms HTTP/1.1" 200 5056 0.081882 10.0.0.61 - - [2025-12-29 03:33:09] "POST /neutron/network HTTP/1.1" 200 831 0.006222 10.0.0.61 - - [2025-12-29 03:33:09] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.61 - - [2025-12-29 03:33:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007748 10.0.0.61 - - [2025-12-29 03:33:16] "POST /neutron/port HTTP/1.1" 200 1121 0.015440 10.0.0.61 - - [2025-12-29 03:33:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006547 10.0.0.61 - - [2025-12-29 03:33:16] "POST /neutron/network HTTP/1.1" 200 795 0.014793 10.0.0.61 - - [2025-12-29 03:33:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001484 10.0.0.61 - - [2025-12-29 03:33:17] "GET /virtual-machine/291f5181-158e-4ec5-a144-b232a304e56a HTTP/1.1" 200 1290 0.004246 10.0.0.61 - - [2025-12-29 03:33:17] "GET /virtual-machine-interface/4591d16e-5061-4b09-830c-47c7317f34c0 HTTP/1.1" 200 2930 0.005291 10.0.0.61 - - [2025-12-29 03:33:17] "GET /instance-ip/c4e9ae00-0607-4e35-8b3d-5ea9b6615b6c HTTP/1.1" 200 1616 0.005645 10.0.0.61 - - [2025-12-29 03:33:17] "POST /fqname-to-id HTTP/1.1" 404 208 0.003308 10.0.0.61 - - [2025-12-29 03:33:17] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005917 10.0.0.27 - - [2025-12-29 03:33:17] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.61 - - [2025-12-29 03:33:17] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054055 10.0.0.61 - - [2025-12-29 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.61 - - [2025-12-29 03:33:17] "GET /security-group/69c09689-6963-4685-af88-e0164af4b1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.004572 10.0.0.61 - - [2025-12-29 03:33:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.077666 10.0.0.61 - - [2025-12-29 03:33:17] "POST /instance-ips HTTP/1.1" 200 357 0.030368 10.0.0.61 - - [2025-12-29 03:33:17] "GET /instance-ip/233eb6c7-6b99-4611-a95f-4df887ecb38b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006248 10.0.0.61 - - [2025-12-29 03:33:17] "GET /virtual-machine-interface/818c2d89-6ff6-48be-9932-d5ee15d2c35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006036 10.0.0.61 - - [2025-12-29 03:33:17] "GET /virtual-machine-interface/818c2d89-6ff6-48be-9932-d5ee15d2c35a?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008400 10.0.0.61 - - [2025-12-29 03:33:17] "GET /instance-ip/233eb6c7-6b99-4611-a95f-4df887ecb38b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.004194 10.0.0.61 - - [2025-12-29 03:33:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001182 10.0.0.61 - - [2025-12-29 03:33:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007025 10.0.0.61 - - [2025-12-29 03:33:17] "POST /neutron/network HTTP/1.1" 200 821 0.007278 10.0.0.61 - - [2025-12-29 03:33:18] "POST /neutron/port HTTP/1.1" 200 1121 0.024095 10.0.0.61 - - [2025-12-29 03:33:18] "POST /neutron/port HTTP/1.1" 200 117 0.007140 10.0.0.61 - - [2025-12-29 03:33:18] "POST /neutron/port HTTP/1.1" 200 964 0.010505 10.0.0.61 - - [2025-12-29 03:33:18] "POST /neutron/port HTTP/1.1" 200 1066 0.015879 10.0.0.61 - - [2025-12-29 03:33:19] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.61 - - [2025-12-29 03:33:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007070 10.0.0.61 - - [2025-12-29 03:33:23] "POST /neutron/port HTTP/1.1" 200 1066 0.015278 10.0.0.61 - - [2025-12-29 03:33:23] "GET /virtual-machine/e59b3479-04f1-43f9-a879-f796f263c8e1 HTTP/1.1" 200 1269 0.005243 10.0.0.61 - - [2025-12-29 03:33:23] "GET /virtual-machine-interface/818c2d89-6ff6-48be-9932-d5ee15d2c35a HTTP/1.1" 200 2981 0.004846 10.0.0.61 - - [2025-12-29 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.61 - - [2025-12-29 03:33:23] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.61 - - [2025-12-29 03:33:23] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002499 10.0.0.61 - - [2025-12-29 03:33:23] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005040 10.0.0.61 - - [2025-12-29 03:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.61 - - [2025-12-29 03:33:26] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005283 10.0.0.61 - - [2025-12-29 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.61 - - [2025-12-29 03:33:30] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006021 10.0.0.61 - - [2025-12-29 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.61 - - [2025-12-29 03:33:34] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006362 10.0.0.61 - - [2025-12-29 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-29 03:33:39] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005075 10.0.0.61 - - [2025-12-29 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.61 - - [2025-12-29 03:33:43] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005173 10.0.0.61 - - [2025-12-29 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.61 - - [2025-12-29 03:33:47] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006277 10.0.0.61 - - [2025-12-29 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.61 - - [2025-12-29 03:33:51] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005462 10.0.0.61 - - [2025-12-29 03:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.61 - - [2025-12-29 03:33:55] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007033 10.0.0.61 - - [2025-12-29 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.61 - - [2025-12-29 03:33:59] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005003 10.0.0.61 - - [2025-12-29 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.61 - - [2025-12-29 03:34:03] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006513 10.0.0.22 - - [2025-12-29 03:34:07] "GET /obj-perms HTTP/1.1" 200 5056 0.077444 10.0.0.61 - - [2025-12-29 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.61 - - [2025-12-29 03:34:07] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005026 10.0.0.61 - - [2025-12-29 03:34:09] "POST /neutron/port HTTP/1.1" 200 1121 0.038868 10.0.0.61 - - [2025-12-29 03:34:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.008939 10.0.0.61 - - [2025-12-29 03:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.61 - - [2025-12-29 03:34:09] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003220 10.0.0.61 - - [2025-12-29 03:34:09] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002399 10.0.0.61 - - [2025-12-29 03:34:09] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005423 10.0.0.61 - - [2025-12-29 03:34:09] "POST /neutron/port HTTP/1.1" 200 1066 0.020543 10.0.0.61 - - [2025-12-29 03:34:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006706 10.0.0.61 - - [2025-12-29 03:34:21] "POST /neutron/port HTTP/1.1" 200 1066 0.017657 10.0.0.61 - - [2025-12-29 03:34:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006717 10.0.0.61 - - [2025-12-29 03:34:35] "POST /id-to-fqname HTTP/1.1" 200 218 0.001442 10.0.0.61 - - [2025-12-29 03:34:35] "POST /neutron/port HTTP/1.1" 200 2035 0.018432 10.0.0.27 - - [2025-12-29 03:34:36] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.61 - - [2025-12-29 03:34:36] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068214 10.0.0.61 - - [2025-12-29 03:34:36] "POST /neutron/network HTTP/1.1" 200 821 0.006384 10.0.0.61 - - [2025-12-29 03:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.007165 10.0.0.27 - - [2025-12-29 03:34:37] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.61 - - [2025-12-29 03:34:37] "POST /neutron/port HTTP/1.1" 200 1057 0.281969 10.0.0.61 - - [2025-12-29 03:34:37] "POST /neutron/port HTTP/1.1" 200 1111 0.102420 10.0.0.61 - - [2025-12-29 03:34:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.009033 10.0.0.61 - - [2025-12-29 03:34:42] "POST /neutron/port HTTP/1.1" 200 1121 0.019754 10.0.0.61 - - [2025-12-29 03:34:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008401 10.0.0.61 - - [2025-12-29 03:34:42] "GET /virtual-machine/45fdfaed-d373-431c-b0c2-9b40f8d27237 HTTP/1.1" 200 1290 0.010388 10.0.0.61 - - [2025-12-29 03:34:42] "GET /virtual-machine-interface/e66bc2ca-a512-4dd6-8a4b-52a92bda5ec6 HTTP/1.1" 200 2931 0.006088 10.0.0.61 - - [2025-12-29 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.61 - - [2025-12-29 03:34:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003876 10.0.0.61 - - [2025-12-29 03:34:42] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002898 10.0.0.61 - - [2025-12-29 03:34:42] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005527 10.0.0.61 - - [2025-12-29 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.61 - - [2025-12-29 03:34:45] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005112 10.0.0.61 - - [2025-12-29 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.61 - - [2025-12-29 03:34:49] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006099 10.0.0.61 - - [2025-12-29 03:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.61 - - [2025-12-29 03:34:53] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004884 10.0.0.61 - - [2025-12-29 03:34:55] "POST /neutron/port HTTP/1.1" 200 1121 0.019785 10.0.0.61 - - [2025-12-29 03:34:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010046 10.0.0.61 - - [2025-12-29 03:34:55] "POST /neutron/network HTTP/1.1" 200 821 0.006824 10.0.0.61 - - [2025-12-29 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.61 - - [2025-12-29 03:34:57] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005121 10.0.0.61 - - [2025-12-29 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.61 - - [2025-12-29 03:35:01] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006004 10.0.0.61 - - [2025-12-29 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.61 - - [2025-12-29 03:35:05] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005384 10.0.0.61 - - [2025-12-29 03:35:07] "GET /obj-perms HTTP/1.1" 200 5056 0.057885 10.0.0.61 - - [2025-12-29 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.61 - - [2025-12-29 03:35:10] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004915 10.0.0.61 - - [2025-12-29 03:35:10] "POST /neutron/network HTTP/1.1" 200 831 0.006699 10.0.0.61 - - [2025-12-29 03:35:10] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.61 - - [2025-12-29 03:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.61 - - [2025-12-29 03:35:14] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004973 10.0.0.61 - - [2025-12-29 03:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.61 - - [2025-12-29 03:35:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003330 10.0.0.61 - - [2025-12-29 03:35:16] "GET /virtual-networks?parent_id=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002693 10.0.0.61 - - [2025-12-29 03:35:16] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005646 10.0.0.61 - - [2025-12-29 03:35:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007066 10.0.0.61 - - [2025-12-29 03:35:25] "POST /neutron/port HTTP/1.1" 200 1121 0.018118 10.0.0.61 - - [2025-12-29 03:35:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006912 10.0.0.61 - - [2025-12-29 03:35:37] "POST /neutron/port HTTP/1.1" 200 1121 0.017690 10.0.0.61 - - [2025-12-29 03:35:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007393 10.0.0.61 - - [2025-12-29 03:35:37] "POST /neutron/port HTTP/1.1" 200 1121 0.018777 10.0.0.61 - - [2025-12-29 03:35:37] "POST /neutron/network HTTP/1.1" 200 821 0.006893 10.0.0.61 - - [2025-12-29 03:35:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001193 10.0.0.61 - - [2025-12-29 03:35:37] "GET /virtual-machine/45fdfaed-d373-431c-b0c2-9b40f8d27237 HTTP/1.1" 200 1290 0.003373 10.0.0.61 - - [2025-12-29 03:35:37] "GET /virtual-machine-interface/e66bc2ca-a512-4dd6-8a4b-52a92bda5ec6 HTTP/1.1" 200 2931 0.005734 10.0.0.61 - - [2025-12-29 03:35:37] "GET /instance-ip/5233da09-a422-4b07-b2eb-412188a78578 HTTP/1.1" 200 1615 0.005662 10.0.0.61 - - [2025-12-29 03:35:37] "GET /virtual-machine-interface/e66bc2ca-a512-4dd6-8a4b-52a92bda5ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005347 10.0.0.61 - - [2025-12-29 03:35:37] "PUT /virtual-machine-interface/e66bc2ca-a512-4dd6-8a4b-52a92bda5ec6 HTTP/1.1" 200 284 0.014256 10.0.0.61 - - [2025-12-29 03:35:56] "POST /neutron/network HTTP/1.1" 200 831 0.031158 10.0.0.61 - - [2025-12-29 03:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.61 - - [2025-12-29 03:36:12] "POST /neutron/port HTTP/1.1" 200 1121 0.015288 10.0.0.61 - - [2025-12-29 03:36:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.007780 10.0.0.61 - - [2025-12-29 03:36:57] "POST /neutron/port HTTP/1.1" 200 1121 0.016484 10.0.0.61 - - [2025-12-29 03:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.61 - - [2025-12-29 03:36:57] "POST /neutron/network HTTP/1.1" 200 821 0.010611 10.0.0.61 - - [2025-12-29 03:37:10] "DELETE /instance-ip/233eb6c7-6b99-4611-a95f-4df887ecb38b HTTP/1.1" 200 115 0.083459 10.0.0.61 - - [2025-12-29 03:37:10] "DELETE /virtual-machine-interface/818c2d89-6ff6-48be-9932-d5ee15d2c35a HTTP/1.1" 200 115 0.107426 10.0.0.61 - - [2025-12-29 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.61 - - [2025-12-29 03:37:10] "GET /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005284 10.0.0.61 - - [2025-12-29 03:37:10] "PUT /virtual-network/85e635df-8321-4581-9e58-e1d54c56565b HTTP/1.1" 200 264 0.066058 10.0.0.61 - - [2025-12-29 03:37:10] "POST /neutron/port HTTP/1.1" 200 1111 0.045460 10.0.0.61 - - [2025-12-29 03:37:11] "POST /ref-update HTTP/1.1" 200 156 0.068002 10.0.0.61 - - [2025-12-29 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.006140 10.0.0.61 - - [2025-12-29 03:37:11] "POST /neutron/port HTTP/1.1" 200 1111 0.013682 10.0.0.61 - - [2025-12-29 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006078 10.0.0.27 - - [2025-12-29 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.043017 10.0.0.27 - - [2025-12-29 03:37:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.61 - - [2025-12-29 03:37:13] "POST /neutron/network HTTP/1.1" 200 151 0.157207 10.0.0.27 - - [2025-12-29 03:37:14] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.61 - - [2025-12-29 03:37:14] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.075538 10.0.0.27 - - [2025-12-29 03:37:14] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000861 10.0.0.61 - - [2025-12-29 03:37:14] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?fields=virtual_networks HTTP/1.1" 200 1027 0.037545 10.0.0.27 - - [2025-12-29 03:37:14] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.61 - - [2025-12-29 03:37:14] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.040399 10.0.0.27 - - [2025-12-29 03:37:14] "GET /projects?obj_uuids=37b7d4f1-629a-43fc-96a6-98e4d90223c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.61 - - [2025-12-29 03:37:14] "GET /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1?fields=security_groups HTTP/1.1" 200 1251 0.040555 10.0.0.61 - - [2025-12-29 03:37:15] "POST /fqname-to-id HTTP/1.1" 404 185 0.026766 10.0.0.27 - - [2025-12-29 03:37:15] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002973 10.0.0.27 - - [2025-12-29 03:37:15] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.27 - - [2025-12-29 03:37:15] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033723 10.0.0.27 - - [2025-12-29 03:37:15] "POST /id-to-fqname HTTP/1.1" 200 187 0.002868 10.0.0.27 - - [2025-12-29 03:37:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.007452 10.0.0.27 - - [2025-12-29 03:37:16] "POST /security-groups HTTP/1.1" 200 588 0.069032 10.0.0.27 - - [2025-12-29 03:37:16] "POST /projects HTTP/1.1" 200 579 0.264273 10.0.0.61 - - [2025-12-29 03:37:16] "POST /access-control-lists HTTP/1.1" 200 593 0.023212 10.0.0.27 - - [2025-12-29 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.339458 10.0.0.61 - - [2025-12-29 03:37:16] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.492635 10.0.0.61 - - [2025-12-29 03:37:17] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.61 - - [2025-12-29 03:37:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.61 - - [2025-12-29 03:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.064981 10.0.0.27 - - [2025-12-29 03:37:19] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000927 10.0.0.61 - - [2025-12-29 03:37:19] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.043368 10.0.0.61 - - [2025-12-29 03:37:19] "POST /route-targets HTTP/1.1" 200 327 0.013980 10.0.0.27 - - [2025-12-29 03:37:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.61 - - [2025-12-29 03:37:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.248873 10.0.0.61 - - [2025-12-29 03:37:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001494 10.0.0.61 - - [2025-12-29 03:37:20] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005834 10.0.0.61 - - [2025-12-29 03:37:20] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006103 10.0.0.61 - - [2025-12-29 03:37:20] "POST /neutron/network HTTP/1.1" 200 828 0.006161 10.0.0.61 - - [2025-12-29 03:37:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.002848 10.0.0.61 - - [2025-12-29 03:37:20] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007191 10.0.0.61 - - [2025-12-29 03:37:20] "GET /virtual-machine-interface/2e1ead2d-a061-498b-9383-2ae13f8811ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009543 10.0.0.61 - - [2025-12-29 03:37:20] "GET /virtual-machine-interface/2e1ead2d-a061-498b-9383-2ae13f8811ec?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.008883 10.0.0.61 - - [2025-12-29 03:37:20] "GET /instance-ip/e1dab6c7-15fb-43b0-abfd-8a63902b48d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.004621 10.0.0.61 - - [2025-12-29 03:37:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001202 10.0.0.61 - - [2025-12-29 03:37:20] "POST /neutron/network HTTP/1.1" 200 838 0.005735 10.0.0.27 - - [2025-12-29 03:37:21] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000951 10.0.0.61 - - [2025-12-29 03:37:21] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.066043 10.0.0.61 - - [2025-12-29 03:37:21] "POST /neutron/port HTTP/1.1" 200 117 0.007659 10.0.0.61 - - [2025-12-29 03:37:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001200 10.0.0.61 - - [2025-12-29 03:37:22] "POST /neutron/port HTTP/1.1" 200 982 0.062291 10.0.0.61 - - [2025-12-29 03:37:22] "POST /neutron/port HTTP/1.1" 200 982 0.011067 10.0.0.61 - - [2025-12-29 03:37:22] "POST /neutron/network HTTP/1.1" 200 838 0.005594 10.0.0.27 - - [2025-12-29 03:37:22] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001184 10.0.0.61 - - [2025-12-29 03:37:22] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.038620 10.0.0.61 - - [2025-12-29 03:37:22] "POST /fqname-to-id HTTP/1.1" 404 208 0.002430 10.0.0.61 - - [2025-12-29 03:37:22] "POST /interface-route-tables HTTP/1.1" 200 556 0.036150 10.0.0.61 - - [2025-12-29 03:37:22] "GET /interface-route-table/1c2d54be-098a-4a7c-b87e-3f49a5903655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.005415 10.0.0.61 - - [2025-12-29 03:37:22] "POST /neutron/port HTTP/1.1" 200 1056 0.016362 10.0.0.61 - - [2025-12-29 03:37:22] "POST /neutron/network HTTP/1.1" 200 838 0.005694 10.0.0.61 - - [2025-12-29 03:37:23] "POST /neutron/port HTTP/1.1" 200 1120 0.016204 10.0.0.61 - - [2025-12-29 03:37:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.007090 10.0.0.61 - - [2025-12-29 03:37:23] "POST /neutron/port HTTP/1.1" 200 1084 0.016369 10.0.0.61 - - [2025-12-29 03:37:23] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.61 - - [2025-12-29 03:37:23] "GET /virtual-machine-interface/2e1ead2d-a061-498b-9383-2ae13f8811ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006280 10.0.0.61 - - [2025-12-29 03:37:23] "POST /ref-update HTTP/1.1" 200 156 0.012526 10.0.0.61 - - [2025-12-29 03:37:23] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007268 10.0.0.61 - - [2025-12-29 03:37:28] "POST /neutron/port HTTP/1.1" 200 1120 0.015656 10.0.0.61 - - [2025-12-29 03:37:28] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006271 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 401 292 0.000422 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 200 1288 0.032839 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 200 1288 0.003549 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine-interface/e7d70762-469c-4db9-aef8-f32a3119ce49 HTTP/1.1" 200 2939 0.004887 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 200 1288 0.003323 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine-interface/e7d70762-469c-4db9-aef8-f32a3119ce49 HTTP/1.1" 200 2939 0.005173 10.0.0.61 - - [2025-12-29 03:37:29] "GET /instance-ip/40533148-3d6c-47fb-9638-ba35135804db HTTP/1.1" 200 1617 0.005060 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 200 1288 0.003112 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-machine-interface/e7d70762-469c-4db9-aef8-f32a3119ce49 HTTP/1.1" 200 2939 0.006157 10.0.0.61 - - [2025-12-29 03:37:29] "GET /instance-ip/40533148-3d6c-47fb-9638-ba35135804db HTTP/1.1" 200 1617 0.004593 10.0.0.61 - - [2025-12-29 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.61 - - [2025-12-29 03:37:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004918 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003074 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005641 10.0.0.61 - - [2025-12-29 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.61 - - [2025-12-29 03:37:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002573 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006350 10.0.0.61 - - [2025-12-29 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.61 - - [2025-12-29 03:37:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003207 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002846 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007095 10.0.0.61 - - [2025-12-29 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.61 - - [2025-12-29 03:37:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003094 10.0.0.61 - - [2025-12-29 03:37:29] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006850 10.0.0.61 - - [2025-12-29 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.61 - - [2025-12-29 03:37:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004790 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003444 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006061 10.0.0.61 - - [2025-12-29 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.61 - - [2025-12-29 03:37:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005152 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003998 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005860 10.0.0.61 - - [2025-12-29 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.61 - - [2025-12-29 03:37:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009323 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002886 10.0.0.61 - - [2025-12-29 03:37:30] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011866 10.0.0.61 - - [2025-12-29 03:37:31] "POST /neutron/port HTTP/1.1" 200 1084 0.027766 10.0.0.61 - - [2025-12-29 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006887 10.0.0.61 - - [2025-12-29 03:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007359 10.0.0.61 - - [2025-12-29 03:37:33] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005043 10.0.0.61 - - [2025-12-29 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.61 - - [2025-12-29 03:37:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004692 10.0.0.61 - - [2025-12-29 03:37:35] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002677 10.0.0.61 - - [2025-12-29 03:37:35] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005059 10.0.0.61 - - [2025-12-29 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.61 - - [2025-12-29 03:37:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004099 10.0.0.61 - - [2025-12-29 03:37:35] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003785 10.0.0.61 - - [2025-12-29 03:37:35] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006449 10.0.0.61 - - [2025-12-29 03:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.61 - - [2025-12-29 03:37:35] "GET /routing-instance/2ad5673c-5684-4e3f-ac7d-10a03a64a84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005936 10.0.0.61 - - [2025-12-29 03:37:36] "GET /route-target/2dfbe5df-1f2a-4bcb-b264-1e6a57dafe08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006405 10.0.0.61 - - [2025-12-29 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.61 - - [2025-12-29 03:37:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002747 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005699 10.0.0.61 - - [2025-12-29 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.61 - - [2025-12-29 03:37:36] "GET /routing-instance/2ad5673c-5684-4e3f-ac7d-10a03a64a84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004059 10.0.0.61 - - [2025-12-29 03:37:36] "GET /route-target/2dfbe5df-1f2a-4bcb-b264-1e6a57dafe08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004210 10.0.0.61 - - [2025-12-29 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.61 - - [2025-12-29 03:37:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004733 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004867 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007606 10.0.0.61 - - [2025-12-29 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.61 - - [2025-12-29 03:37:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006191 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003806 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006717 10.0.0.61 - - [2025-12-29 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.61 - - [2025-12-29 03:37:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004734 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003488 10.0.0.61 - - [2025-12-29 03:37:36] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006706 10.0.0.27 - - [2025-12-29 03:37:37] "GET /obj-perms HTTP/1.1" 200 5024 0.058501 10.0.0.27 - - [2025-12-29 03:37:43] "GET /obj-perms HTTP/1.1" 200 5024 0.003688 10.0.0.27 - - [2025-12-29 03:37:49] "GET /obj-perms HTTP/1.1" 200 5024 0.004556 10.0.0.22 - - [2025-12-29 03:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2025-12-29 03:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.61 - - [2025-12-29 03:37:51] "GET /obj-perms HTTP/1.1" 200 5024 0.047626 10.0.0.27 - - [2025-12-29 03:37:51] "GET /obj-perms HTTP/1.1" 200 5024 0.003852 10.0.0.61 - - [2025-12-29 03:37:51] "GET /obj-perms HTTP/1.1" 200 5024 0.003317 10.0.0.22 - - [2025-12-29 03:37:52] "GET /obj-perms HTTP/1.1" 200 5024 0.066348 10.0.0.27 - - [2025-12-29 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-12-29 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2025-12-29 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-12-29 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.61 - - [2025-12-29 03:37:52] "POST /neutron/port HTTP/1.1" 200 1084 0.015841 10.0.0.61 - - [2025-12-29 03:37:53] "POST /neutron/security_group HTTP/1.1" 200 2055 0.012631 10.0.0.61 - - [2025-12-29 03:37:53] "GET /virtual-machine/47808c31-650b-49f1-b1f9-ec6df752d49a HTTP/1.1" 200 1267 0.006042 10.0.0.27 - - [2025-12-29 03:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.61 - - [2025-12-29 03:37:53] "GET /virtual-machine-interface/2e1ead2d-a061-498b-9383-2ae13f8811ec HTTP/1.1" 200 3150 0.006797 10.0.0.27 - - [2025-12-29 03:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-29 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.61 - - [2025-12-29 03:37:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003209 10.0.0.61 - - [2025-12-29 03:37:53] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002536 10.0.0.61 - - [2025-12-29 03:37:53] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006255 10.0.0.61 - - [2025-12-29 03:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.61 - - [2025-12-29 03:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.61 - - [2025-12-29 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.61 - - [2025-12-29 03:37:54] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004508 10.0.0.61 - - [2025-12-29 03:37:54] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002896 10.0.0.61 - - [2025-12-29 03:37:54] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005484 10.0.0.61 - - [2025-12-29 03:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-29 03:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.61 - - [2025-12-29 03:37:55] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005394 10.0.0.61 - - [2025-12-29 03:37:55] "GET /obj-perms HTTP/1.1" 200 5024 0.003756 10.0.0.22 - - [2025-12-29 03:37:55] "GET /obj-perms HTTP/1.1" 200 5024 0.003208 10.0.0.61 - - [2025-12-29 03:37:55] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 200 1288 0.004412 10.0.0.61 - - [2025-12-29 03:37:56] "POST /neutron/port HTTP/1.1" 200 151 0.158152 10.0.0.61 - - [2025-12-29 03:37:57] "POST /neutron/network HTTP/1.1" 200 838 0.006381 10.0.0.61 - - [2025-12-29 03:37:57] "POST /neutron/port HTTP/1.1" 200 117 0.001746 10.0.0.61 - - [2025-12-29 03:37:57] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 404 171 0.002677 10.0.0.61 - - [2025-12-29 03:37:57] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 404 171 0.003993 10.0.0.61 - - [2025-12-29 03:37:57] "GET /virtual-machine/5e8d0df0-5b97-45f2-81e4-9912abfe3269 HTTP/1.1" 404 171 0.003775 10.0.0.61 - - [2025-12-29 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076 10.0.0.61 - - [2025-12-29 03:37:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003600 10.0.0.61 - - [2025-12-29 03:37:57] "GET /virtual-networks?parent_id=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002975 10.0.0.61 - - [2025-12-29 03:37:57] "GET /virtual-network/258caff4-65e5-4ae5-9f65-a01dc22212ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006013 10.0.0.61 - - [2025-12-29 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.61 - - [2025-12-29 03:37:57] "GET /routing-instance/2ad5673c-5684-4e3f-ac7d-10a03a64a84d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.003750 10.0.0.61 - - [2025-12-29 03:37:57] "GET /route-target/2dfbe5df-1f2a-4bcb-b264-1e6a57dafe08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004277 10.0.0.61 - - [2025-12-29 03:37:58] "DELETE /access-control-list/41dfaf14-de5e-4d37-9fab-46104fdc9cc1 HTTP/1.1" 200 115 0.042130 10.0.0.61 - - [2025-12-29 03:38:04] "GET /obj-perms HTTP/1.1" 200 5024 0.003430 10.0.0.22 - - [2025-12-29 03:38:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004275 10.0.0.27 - - [2025-12-29 03:38:09] "GET /obj-perms HTTP/1.1" 200 5056 0.060843 10.0.0.61 - - [2025-12-29 03:38:10] "GET /obj-perms HTTP/1.1" 200 5024 0.003958 10.0.0.27 - - [2025-12-29 03:38:12] "DELETE /project/714d87eee25b41c790a192e09719b0b2 HTTP/1.1" 404 173 0.003787 10.0.0.27 - - [2025-12-29 03:38:12] "DELETE /project/37b7d4f1-629a-43fc-96a6-98e4d90223c1 HTTP/1.1" 404 177 0.003590 10.0.0.22 - - [2025-12-29 03:38:13] "GET /obj-perms HTTP/1.1" 200 5024 0.003272 10.0.0.61 - - [2025-12-29 03:38:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004107 10.0.0.22 - - [2025-12-29 03:38:22] "GET /obj-perms HTTP/1.1" 200 5024 0.004649 10.0.0.61 - - [2025-12-29 03:38:22] "GET /obj-perms HTTP/1.1" 200 5024 0.003366 10.0.0.61 - - [2025-12-29 03:38:22] "GET /interface-route-table/1c2d54be-098a-4a7c-b87e-3f49a5903655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004366 10.0.0.61 - - [2025-12-29 03:38:22] "GET /virtual-machine-interface/2e1ead2d-a061-498b-9383-2ae13f8811ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.005065 10.0.0.61 - - [2025-12-29 03:38:22] "POST /ref-update HTTP/1.1" 200 156 0.015255 10.0.0.61 - - [2025-12-29 03:38:22] "DELETE /interface-route-table/1c2d54be-098a-4a7c-b87e-3f49a5903655 HTTP/1.1" 200 115 0.027766 10.0.0.61 - - [2025-12-29 03:38:23] "POST /neutron/port HTTP/1.1" 200 151 0.182851 10.0.0.27 - - [2025-12-29 03:38:24] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001457 10.0.0.61 - - [2025-12-29 03:38:24] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.040200 10.0.0.27 - - [2025-12-29 03:38:24] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001267 10.0.0.61 - - [2025-12-29 03:38:24] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?fields=virtual_networks HTTP/1.1" 200 1025 0.033562 10.0.0.27 - - [2025-12-29 03:38:25] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000918 10.0.0.61 - - [2025-12-29 03:38:25] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.038104 10.0.0.27 - - [2025-12-29 03:38:25] "GET /projects?obj_uuids=714d87ee-e25b-41c7-90a1-92e09719b0b2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000901 10.0.0.61 - - [2025-12-29 03:38:25] "GET /project/714d87ee-e25b-41c7-90a1-92e09719b0b2?fields=security_groups HTTP/1.1" 200 1248 0.037571 10.0.0.61 - - [2025-12-29 03:38:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.026728 10.0.0.27 - - [2025-12-29 03:38:26] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.27 - - [2025-12-29 03:38:26] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.27 - - [2025-12-29 03:38:26] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006274 10.0.0.27 - - [2025-12-29 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 194 0.003113 10.0.0.27 - - [2025-12-29 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.007407 10.0.0.27 - - [2025-12-29 03:38:26] "POST /security-groups HTTP/1.1" 200 595 0.028317 10.0.0.61 - - [2025-12-29 03:38:26] "POST /fqname-to-id HTTP/1.1" 404 238 0.002895 10.0.0.27 - - [2025-12-29 03:38:26] "POST /projects HTTP/1.1" 200 593 0.215677 10.0.0.27 - - [2025-12-29 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.287745 10.0.0.61 - - [2025-12-29 03:38:26] "POST /access-control-lists HTTP/1.1" 200 598 0.037588 10.0.0.61 - - [2025-12-29 03:38:26] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.425185 10.0.0.61 - - [2025-12-29 03:38:27] "GET / HTTP/1.1" 200 35931 0.001498 10.0.0.61 - - [2025-12-29 03:38:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.61 - - [2025-12-29 03:38:28] "POST /neutron/port HTTP/1.1" 200 117 0.005826 10.0.0.61 - - [2025-12-29 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.058623 10.0.0.27 - - [2025-12-29 03:38:28] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001261 10.0.0.61 - - [2025-12-29 03:38:28] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.032552 10.0.0.27 - - [2025-12-29 03:38:28] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001000 10.0.0.61 - - [2025-12-29 03:38:28] "POST /neutron/network HTTP/1.1" 200 609 0.136200 10.0.0.61 - - [2025-12-29 03:38:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.002808 10.0.0.61 - - [2025-12-29 03:38:29] "GET /virtual-network/02da7a9e-6be6-47dc-ac86-83a9ac76bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005116 10.0.0.61 - - [2025-12-29 03:38:29] "POST /neutron/network HTTP/1.1" 200 829 0.005346 10.0.0.61 - - [2025-12-29 03:38:29] "GET /virtual-network/02da7a9e-6be6-47dc-ac86-83a9ac76bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004833 10.0.0.61 - - [2025-12-29 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-12-29 03:38:29] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001326 10.0.0.61 - - [2025-12-29 03:38:29] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.034339 10.0.0.61 - - [2025-12-29 03:38:29] "POST /neutron/network HTTP/1.1" 200 117 0.016455 10.0.0.61 - - [2025-12-29 03:38:29] "POST /route-targets HTTP/1.1" 200 327 0.012776 10.0.0.61 - - [2025-12-29 03:38:29] "POST /neutron/network HTTP/1.1" 200 826 0.008408 10.0.0.61 - - [2025-12-29 03:38:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001016 10.0.0.61 - - [2025-12-29 03:38:29] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004982 10.0.0.61 - - [2025-12-29 03:38:29] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004970 10.0.0.61 - - [2025-12-29 03:38:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.008693 10.0.0.61 - - [2025-12-29 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.27 - - [2025-12-29 03:38:29] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000845 10.0.0.61 - - [2025-12-29 03:38:29] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036874 10.0.0.61 - - [2025-12-29 03:38:29] "POST /ref-update HTTP/1.1" 200 156 0.022409 10.0.0.27 - - [2025-12-29 03:38:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009189 10.0.0.61 - - [2025-12-29 03:38:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.191123 10.0.0.61 - - [2025-12-29 03:38:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-network/27a99b11-941e-4437-bf30-4f829bf0995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004970 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-network/27a99b11-941e-4437-bf30-4f829bf0995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005096 10.0.0.61 - - [2025-12-29 03:38:30] "POST /neutron/network HTTP/1.1" 200 827 0.007002 10.0.0.61 - - [2025-12-29 03:38:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.002905 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005484 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-machine-interface/6aa01b41-75df-4b67-9f13-8564c0b51bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006860 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-machine-interface/6aa01b41-75df-4b67-9f13-8564c0b51bfa?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010797 10.0.0.61 - - [2025-12-29 03:38:30] "GET /instance-ip/6ebaf105-1bad-427b-9ac6-72364e2e8b5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005624 10.0.0.61 - - [2025-12-29 03:38:30] "POST /fqname-to-id HTTP/1.1" 404 214 0.003404 10.0.0.61 - - [2025-12-29 03:38:30] "GET /virtual-network/02da7a9e-6be6-47dc-ac86-83a9ac76bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005853 10.0.0.27 - - [2025-12-29 03:38:30] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001200 10.0.0.61 - - [2025-12-29 03:38:30] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053064 10.0.0.61 - - [2025-12-29 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.61 - - [2025-12-29 03:38:30] "GET /security-group/430b87b0-e857-4460-bad0-d2be8d5674a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004826 10.0.0.61 - - [2025-12-29 03:38:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113246 10.0.0.61 - - [2025-12-29 03:38:31] "POST /instance-ips HTTP/1.1" 200 357 0.044879 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-machine-interface/87a3a1b7-8f45-4819-948d-d859f20de82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005473 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-machine-interface/87a3a1b7-8f45-4819-948d-d859f20de82f?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009940 10.0.0.61 - - [2025-12-29 03:38:31] "GET /instance-ip/a6d43a8a-51e8-4adc-84cf-66889e941b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004912 10.0.0.61 - - [2025-12-29 03:38:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.005421 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006397 10.0.0.27 - - [2025-12-29 03:38:31] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.61 - - [2025-12-29 03:38:31] "POST /neutron/port HTTP/1.1" 200 988 0.272105 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-machine-interface/8225e040-3211-4165-9201-3789e5f1a687?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005661 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-machine-interface/8225e040-3211-4165-9201-3789e5f1a687?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.013698 10.0.0.61 - - [2025-12-29 03:38:31] "GET /instance-ip/8026368e-c9ba-44cf-b46f-6b2509a0c78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.007191 10.0.0.61 - - [2025-12-29 03:38:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.002812 10.0.0.61 - - [2025-12-29 03:38:31] "GET /virtual-network/02da7a9e-6be6-47dc-ac86-83a9ac76bcd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005455 10.0.0.27 - - [2025-12-29 03:38:31] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000838 10.0.0.61 - - [2025-12-29 03:38:31] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053149 10.0.0.61 - - [2025-12-29 03:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.61 - - [2025-12-29 03:38:31] "GET /security-group/430b87b0-e857-4460-bad0-d2be8d5674a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003918 10.0.0.61 - - [2025-12-29 03:38:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.121487 10.0.0.61 - - [2025-12-29 03:38:32] "POST /instance-ips HTTP/1.1" 200 357 0.052144 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-machine-interface/e01cc055-6091-46b8-8729-53ae0b6a9284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005811 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-machine-interface/e01cc055-6091-46b8-8729-53ae0b6a9284?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010728 10.0.0.61 - - [2025-12-29 03:38:32] "GET /instance-ip/4ca45869-be4e-4059-846f-eb5b5653a554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004366 10.0.0.61 - - [2025-12-29 03:38:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.006115 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005005 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-machine-interface/1336ff93-30d4-4ed6-acb7-9cae9da74382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007282 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-machine-interface/1336ff93-30d4-4ed6-acb7-9cae9da74382?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007880 10.0.0.61 - - [2025-12-29 03:38:32] "GET /instance-ip/a74f0e49-6eee-4d31-be7a-1a1a96bd6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004029 10.0.0.61 - - [2025-12-29 03:38:32] "POST /fqname-to-id HTTP/1.1" 404 214 0.002635 10.0.0.61 - - [2025-12-29 03:38:32] "GET /virtual-network/27a99b11-941e-4437-bf30-4f829bf0995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006691 10.0.0.27 - - [2025-12-29 03:38:32] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.61 - - [2025-12-29 03:38:32] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053092 10.0.0.61 - - [2025-12-29 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.61 - - [2025-12-29 03:38:32] "GET /security-group/430b87b0-e857-4460-bad0-d2be8d5674a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004143 10.0.0.61 - - [2025-12-29 03:38:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.096938 10.0.0.61 - - [2025-12-29 03:38:33] "POST /instance-ips HTTP/1.1" 200 357 0.044620 10.0.0.61 - - [2025-12-29 03:38:33] "GET /virtual-machine-interface/1597c55a-0f13-4488-8f4c-b449f16fdc02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005372 10.0.0.61 - - [2025-12-29 03:38:33] "GET /virtual-machine-interface/1597c55a-0f13-4488-8f4c-b449f16fdc02?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009921 10.0.0.61 - - [2025-12-29 03:38:33] "GET /instance-ip/94201042-a8a4-4f54-8aca-b5e907e82b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004816 10.0.0.61 - - [2025-12-29 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001233 10.0.0.61 - - [2025-12-29 03:38:34] "POST /neutron/port HTTP/1.1" 200 988 0.012401 10.0.0.61 - - [2025-12-29 03:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.006191 10.0.0.61 - - [2025-12-29 03:38:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001284 10.0.0.61 - - [2025-12-29 03:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.006317 10.0.0.61 - - [2025-12-29 03:38:35] "POST /neutron/network HTTP/1.1" 200 836 0.007572 10.0.0.61 - - [2025-12-29 03:38:35] "POST /neutron/port HTTP/1.1" 200 1080 0.118988 10.0.0.61 - - [2025-12-29 03:38:35] "POST /neutron/subnet HTTP/1.1" 200 689 0.009365 10.0.0.27 - - [2025-12-29 03:38:35] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.61 - - [2025-12-29 03:38:35] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073058 10.0.0.61 - - [2025-12-29 03:38:36] "POST /neutron/network HTTP/1.1" 200 827 0.006854 10.0.0.61 - - [2025-12-29 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.005818 10.0.0.61 - - [2025-12-29 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001368 10.0.0.61 - - [2025-12-29 03:38:36] "POST /neutron/port HTTP/1.1" 200 988 0.012296 10.0.0.27 - - [2025-12-29 03:38:36] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001322 10.0.0.61 - - [2025-12-29 03:38:36] "POST /neutron/port HTTP/1.1" 200 1063 0.272086 10.0.0.61 - - [2025-12-29 03:38:36] "POST /neutron/port HTTP/1.1" 200 1063 0.015994 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/port HTTP/1.1" 200 1117 0.109349 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/port HTTP/1.1" 200 1127 0.016565 10.0.0.27 - - [2025-12-29 03:38:37] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000820 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/router HTTP/1.1" 200 598 0.092016 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/network HTTP/1.1" 200 827 0.008050 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/router HTTP/1.1" 200 598 0.009777 10.0.0.61 - - [2025-12-29 03:38:37] "POST /ref-update HTTP/1.1" 200 156 0.026399 10.0.0.61 - - [2025-12-29 03:38:37] "POST /neutron/network HTTP/1.1" 200 836 0.005318 10.0.0.61 - - [2025-12-29 03:38:38] "POST /neutron/port HTTP/1.1" 200 1080 0.133389 10.0.0.61 - - [2025-12-29 03:38:38] "POST /neutron/subnet HTTP/1.1" 200 689 0.008261 10.0.0.61 - - [2025-12-29 03:38:38] "POST /neutron/port HTTP/1.1" 200 1090 0.015052 10.0.0.61 - - [2025-12-29 03:38:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008154 10.0.0.61 - - [2025-12-29 03:38:38] "GET /virtual-machine/ae2f71f3-6ee8-4643-bcd7-ec3f5be8b4c3 HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-29 03:38:38] "GET /virtual-machine/ae2f71f3-6ee8-4643-bcd7-ec3f5be8b4c3 HTTP/1.1" 200 1275 0.041090 10.0.0.61 - - [2025-12-29 03:38:38] "GET /virtual-machine-interface/6aa01b41-75df-4b67-9f13-8564c0b51bfa HTTP/1.1" 200 3187 0.005283 10.0.0.61 - - [2025-12-29 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.61 - - [2025-12-29 03:38:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003455 10.0.0.61 - - [2025-12-29 03:38:39] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002502 10.0.0.61 - - [2025-12-29 03:38:39] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005318 10.0.0.61 - - [2025-12-29 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.61 - - [2025-12-29 03:38:42] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004591 10.0.0.61 - - [2025-12-29 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-29 03:38:46] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004817 10.0.0.61 - - [2025-12-29 03:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.61 - - [2025-12-29 03:38:50] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005368 10.0.0.61 - - [2025-12-29 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.61 - - [2025-12-29 03:38:54] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004860 10.0.0.61 - - [2025-12-29 03:38:58] "POST /neutron/port HTTP/1.1" 200 1127 0.016138 10.0.0.61 - - [2025-12-29 03:38:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006615 10.0.0.61 - - [2025-12-29 03:38:58] "POST /neutron/network HTTP/1.1" 200 827 0.005847 10.0.0.61 - - [2025-12-29 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.61 - - [2025-12-29 03:38:58] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005308 10.0.0.61 - - [2025-12-29 03:38:58] "DELETE /access-control-list/706f6de5-bdf9-4eff-8a73-595a61171b04 HTTP/1.1" 200 115 0.037430 10.0.0.61 - - [2025-12-29 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.61 - - [2025-12-29 03:39:02] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005770 10.0.0.61 - - [2025-12-29 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.61 - - [2025-12-29 03:39:06] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008028 10.0.0.61 - - [2025-12-29 03:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.61 - - [2025-12-29 03:39:10] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006522 10.0.0.27 - - [2025-12-29 03:39:13] "DELETE /project/8c07127aea8044cca355c350d12bac8c HTTP/1.1" 404 173 0.004188 10.0.0.27 - - [2025-12-29 03:39:13] "DELETE /project/714d87ee-e25b-41c7-90a1-92e09719b0b2 HTTP/1.1" 404 177 0.003370 10.0.0.61 - - [2025-12-29 03:39:13] "POST /neutron/network HTTP/1.1" 200 836 0.035192 10.0.0.61 - - [2025-12-29 03:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.61 - - [2025-12-29 03:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.61 - - [2025-12-29 03:39:14] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006585 10.0.0.61 - - [2025-12-29 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.61 - - [2025-12-29 03:39:19] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005201 10.0.0.61 - - [2025-12-29 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.61 - - [2025-12-29 03:39:23] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005607 10.0.0.61 - - [2025-12-29 03:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-29 03:39:27] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005016 10.0.0.61 - - [2025-12-29 03:39:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.031539 10.0.0.61 - - [2025-12-29 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.61 - - [2025-12-29 03:39:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003640 10.0.0.61 - - [2025-12-29 03:39:29] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002748 10.0.0.61 - - [2025-12-29 03:39:29] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005542 10.0.0.61 - - [2025-12-29 03:39:34] "POST /neutron/port HTTP/1.1" 200 1090 0.019053 10.0.0.61 - - [2025-12-29 03:39:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009621 10.0.0.61 - - [2025-12-29 03:39:43] "POST /neutron/port HTTP/1.1" 200 1090 0.016304 10.0.0.61 - - [2025-12-29 03:39:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007457 10.0.0.61 - - [2025-12-29 03:39:55] "POST /neutron/port HTTP/1.1" 200 1127 0.021708 10.0.0.61 - - [2025-12-29 03:39:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007622 10.0.0.61 - - [2025-12-29 03:39:55] "GET /virtual-machine/a1904ce4-9ce7-423d-ac94-f87ca3c55b09 HTTP/1.1" 200 1297 0.005609 10.0.0.61 - - [2025-12-29 03:39:55] "GET /virtual-machine-interface/5b6e3c3a-1af7-4d18-8ae4-7285f06ccfa5 HTTP/1.1" 200 2961 0.005366 10.0.0.61 - - [2025-12-29 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.61 - - [2025-12-29 03:39:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.61 - - [2025-12-29 03:39:55] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002790 10.0.0.61 - - [2025-12-29 03:39:55] "GET /virtual-network/27a99b11-941e-4437-bf30-4f829bf0995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005431 10.0.0.61 - - [2025-12-29 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.61 - - [2025-12-29 03:39:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003662 10.0.0.61 - - [2025-12-29 03:39:56] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002634 10.0.0.61 - - [2025-12-29 03:39:56] "GET /virtual-network/27a99b11-941e-4437-bf30-4f829bf0995e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006031 10.0.0.61 - - [2025-12-29 03:39:56] "POST /neutron/port HTTP/1.1" 200 1090 0.016531 10.0.0.61 - - [2025-12-29 03:39:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007259 10.0.0.61 - - [2025-12-29 03:39:57] "GET /virtual-machine/5e1d7d2c-4aae-4400-bf58-6d7c8eac6908 HTTP/1.1" 200 1274 0.005648 10.0.0.61 - - [2025-12-29 03:39:57] "GET /virtual-machine-interface/1336ff93-30d4-4ed6-acb7-9cae9da74382 HTTP/1.1" 200 3187 0.005138 10.0.0.61 - - [2025-12-29 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.61 - - [2025-12-29 03:39:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003396 10.0.0.61 - - [2025-12-29 03:39:57] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002710 10.0.0.61 - - [2025-12-29 03:39:57] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005381 10.0.0.61 - - [2025-12-29 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.61 - - [2025-12-29 03:39:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003519 10.0.0.61 - - [2025-12-29 03:39:58] "GET /virtual-networks?parent_id=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002831 10.0.0.61 - - [2025-12-29 03:39:58] "GET /virtual-network/d053c742-53ea-464d-85bb-4b4382665f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005574 10.0.0.61 - - [2025-12-29 03:39:58] "POST /neutron/port HTTP/1.1" 200 1127 0.015975 10.0.0.61 - - [2025-12-29 03:39:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004459 10.0.0.61 - - [2025-12-29 03:39:58] "POST /neutron/network HTTP/1.1" 200 827 0.006530 10.0.0.22 - - [2025-12-29 03:40:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055538 10.0.0.61 - - [2025-12-29 03:40:13] "POST /neutron/network HTTP/1.1" 200 836 0.006076 10.0.0.61 - - [2025-12-29 03:40:13] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.61 - - [2025-12-29 03:40:59] "POST /neutron/port HTTP/1.1" 200 1127 0.050876 10.0.0.61 - - [2025-12-29 03:40:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.009044 10.0.0.27 - - [2025-12-29 03:41:12] "GET /obj-perms HTTP/1.1" 200 5056 0.059231 10.0.0.61 - - [2025-12-29 03:41:14] "POST /neutron/port HTTP/1.1" 200 1090 0.017107 10.0.0.61 - - [2025-12-29 03:41:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003555 10.0.0.61 - - [2025-12-29 03:41:14] "POST /neutron/network HTTP/1.1" 200 826 0.007299 10.0.0.61 - - [2025-12-29 03:41:30] "POST /neutron/router HTTP/1.1" 200 598 0.006417 10.0.0.61 - - [2025-12-29 03:41:30] "POST /neutron/router HTTP/1.1" 200 151 0.076212 10.0.0.61 - - [2025-12-29 03:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006436 10.0.0.61 - - [2025-12-29 03:41:31] "POST /neutron/port HTTP/1.1" 200 151 0.188488 10.0.0.61 - - [2025-12-29 03:41:31] "DELETE /instance-ip/94201042-a8a4-4f54-8aca-b5e907e82b37 HTTP/1.1" 200 115 0.049048 10.0.0.61 - - [2025-12-29 03:41:32] "DELETE /virtual-machine-interface/1597c55a-0f13-4488-8f4c-b449f16fdc02 HTTP/1.1" 200 115 0.074478 10.0.0.61 - - [2025-12-29 03:41:32] "DELETE /instance-ip/4ca45869-be4e-4059-846f-eb5b5653a554 HTTP/1.1" 200 115 0.052651 10.0.0.61 - - [2025-12-29 03:41:32] "DELETE /virtual-machine-interface/e01cc055-6091-46b8-8729-53ae0b6a9284 HTTP/1.1" 200 115 0.053198 10.0.0.61 - - [2025-12-29 03:41:32] "POST /neutron/port HTTP/1.1" 200 988 0.028955 10.0.0.61 - - [2025-12-29 03:41:32] "DELETE /instance-ip/a6d43a8a-51e8-4adc-84cf-66889e941b39 HTTP/1.1" 200 115 0.065687 10.0.0.61 - - [2025-12-29 03:41:32] "DELETE /virtual-machine-interface/87a3a1b7-8f45-4819-948d-d859f20de82f HTTP/1.1" 200 115 0.058191 10.0.0.61 - - [2025-12-29 03:41:32] "POST /neutron/port HTTP/1.1" 200 151 0.184944 10.0.0.61 - - [2025-12-29 03:41:33] "POST /neutron/network HTTP/1.1" 200 826 0.013834 10.0.0.61 - - [2025-12-29 03:41:33] "DELETE /route-target/cb9eabd5-1977-4ba4-a659-1e82b1b0f23b HTTP/1.1" 200 115 0.039787 10.0.0.27 - - [2025-12-29 03:41:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.61 - - [2025-12-29 03:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.27 - - [2025-12-29 03:41:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006110 10.0.0.61 - - [2025-12-29 03:41:33] "POST /neutron/network HTTP/1.1" 200 151 0.106158 10.0.0.27 - - [2025-12-29 03:41:33] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.61 - - [2025-12-29 03:41:33] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.087320 10.0.0.27 - - [2025-12-29 03:41:33] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000888 10.0.0.61 - - [2025-12-29 03:41:33] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?fields=virtual_networks HTTP/1.1" 200 1040 0.053513 10.0.0.27 - - [2025-12-29 03:41:33] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002207 10.0.0.61 - - [2025-12-29 03:41:33] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.053365 10.0.0.27 - - [2025-12-29 03:41:33] "GET /projects?obj_uuids=8c07127a-ea80-44cc-a355-c350d12bac8c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001386 10.0.0.61 - - [2025-12-29 03:41:33] "GET /project/8c07127a-ea80-44cc-a355-c350d12bac8c?fields=security_groups HTTP/1.1" 200 1270 0.053988 10.0.0.61 - - [2025-12-29 03:41:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.027964 10.0.0.27 - - [2025-12-29 03:41:34] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004476 10.0.0.27 - - [2025-12-29 03:41:34] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.27 - - [2025-12-29 03:41:34] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007846 10.0.0.27 - - [2025-12-29 03:41:34] "POST /id-to-fqname HTTP/1.1" 200 189 0.002002 10.0.0.27 - - [2025-12-29 03:41:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.007093 10.0.0.27 - - [2025-12-29 03:41:35] "POST /security-groups HTTP/1.1" 200 590 0.084671 10.0.0.27 - - [2025-12-29 03:41:35] "POST /projects HTTP/1.1" 200 583 0.296006 10.0.0.27 - - [2025-12-29 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.335244 10.0.0.61 - - [2025-12-29 03:41:35] "POST /access-control-lists HTTP/1.1" 200 595 0.030749 10.0.0.61 - - [2025-12-29 03:41:35] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.474543 10.0.0.61 - - [2025-12-29 03:41:36] "POST /neutron/port HTTP/1.1" 200 117 0.005483 10.0.0.61 - - [2025-12-29 03:41:36] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.61 - - [2025-12-29 03:41:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.61 - - [2025-12-29 03:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.062091 10.0.0.27 - - [2025-12-29 03:41:38] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000850 10.0.0.61 - - [2025-12-29 03:41:38] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045807 10.0.0.27 - - [2025-12-29 03:41:38] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001140 10.0.0.61 - - [2025-12-29 03:41:38] "POST /neutron/network HTTP/1.1" 200 604 0.122960 10.0.0.61 - - [2025-12-29 03:41:38] "POST /route-targets HTTP/1.1" 200 327 0.015616 10.0.0.61 - - [2025-12-29 03:41:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.003223 10.0.0.61 - - [2025-12-29 03:41:39] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005166 10.0.0.61 - - [2025-12-29 03:41:39] "POST /neutron/network HTTP/1.1" 200 823 0.005804 10.0.0.61 - - [2025-12-29 03:41:39] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004654 10.0.0.61 - - [2025-12-29 03:41:39] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005516 10.0.0.61 - - [2025-12-29 03:41:40] "GET /obj-perms HTTP/1.1" 200 5028 0.060721 10.0.0.61 - - [2025-12-29 03:41:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001280 10.0.0.61 - - [2025-12-29 03:41:41] "POST /neutron/network HTTP/1.1" 200 833 0.007990 10.0.0.27 - - [2025-12-29 03:41:41] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001103 10.0.0.61 - - [2025-12-29 03:41:41] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082150 10.0.0.61 - - [2025-12-29 03:41:42] "POST /neutron/port HTTP/1.1" 200 117 0.005981 10.0.0.61 - - [2025-12-29 03:41:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001219 10.0.0.61 - - [2025-12-29 03:41:42] "POST /neutron/network HTTP/1.1" 200 833 0.006085 10.0.0.61 - - [2025-12-29 03:41:42] "POST /neutron/port HTTP/1.1" 200 1059 0.016658 10.0.0.61 - - [2025-12-29 03:41:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.27 - - [2025-12-29 03:41:43] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000873 10.0.0.61 - - [2025-12-29 03:41:43] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.066954 10.0.0.61 - - [2025-12-29 03:41:43] "POST /neutron/network HTTP/1.1" 200 823 0.005845 10.0.0.61 - - [2025-12-29 03:41:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008404 10.0.0.61 - - [2025-12-29 03:41:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008590 10.0.0.61 - - [2025-12-29 03:41:44] "POST /neutron/port HTTP/1.1" 200 1059 0.027475 10.0.0.61 - - [2025-12-29 03:41:44] "POST /neutron/port HTTP/1.1" 200 1123 0.016606 10.0.0.61 - - [2025-12-29 03:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.61 - - [2025-12-29 03:41:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006560 10.0.0.61 - - [2025-12-29 03:41:48] "POST /neutron/port HTTP/1.1" 200 1123 0.016884 10.0.0.61 - - [2025-12-29 03:41:48] "GET /virtual-machine/b3d470c9-8b08-423d-96ac-2ece72de720f HTTP/1.1" 401 292 0.000396 10.0.0.61 - - [2025-12-29 03:41:49] "GET /virtual-machine/b3d470c9-8b08-423d-96ac-2ece72de720f HTTP/1.1" 200 1292 0.030389 10.0.0.61 - - [2025-12-29 03:41:49] "GET /virtual-machine-interface/382ef8f0-30b4-4d66-8110-b2e8665586f9 HTTP/1.1" 200 2935 0.005004 10.0.0.61 - - [2025-12-29 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.61 - - [2025-12-29 03:41:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003443 10.0.0.61 - - [2025-12-29 03:41:49] "GET /virtual-networks?parent_id=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002599 10.0.0.61 - - [2025-12-29 03:41:49] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005495 10.0.0.61 - - [2025-12-29 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.61 - - [2025-12-29 03:41:52] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005203 10.0.0.61 - - [2025-12-29 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.61 - - [2025-12-29 03:41:56] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005092 10.0.0.61 - - [2025-12-29 03:41:59] "DELETE /access-control-list/da37d01e-3b32-4f05-b2c1-b6b949964c11 HTTP/1.1" 200 115 0.046845 10.0.0.61 - - [2025-12-29 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.61 - - [2025-12-29 03:42:00] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004958 10.0.0.61 - - [2025-12-29 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.61 - - [2025-12-29 03:42:04] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005579 10.0.0.61 - - [2025-12-29 03:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.61 - - [2025-12-29 03:42:08] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005143 10.0.0.61 - - [2025-12-29 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.61 - - [2025-12-29 03:42:12] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005311 10.0.0.27 - - [2025-12-29 03:42:13] "DELETE /project/8c07127a-ea80-44cc-a355-c350d12bac8c HTTP/1.1" 404 177 0.003841 10.0.0.27 - - [2025-12-29 03:42:13] "DELETE /project/7d5afe74ef2247e4abf054623314f8c7 HTTP/1.1" 404 173 0.003549 10.0.0.61 - - [2025-12-29 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.61 - - [2025-12-29 03:42:16] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004639 10.0.0.61 - - [2025-12-29 03:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.61 - - [2025-12-29 03:42:20] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005055 10.0.0.61 - - [2025-12-29 03:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.61 - - [2025-12-29 03:42:25] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005665 10.0.0.61 - - [2025-12-29 03:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.61 - - [2025-12-29 03:42:29] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004853 10.0.0.61 - - [2025-12-29 03:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.61 - - [2025-12-29 03:42:33] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004544 10.0.0.61 - - [2025-12-29 03:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.61 - - [2025-12-29 03:42:37] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005135 10.0.0.61 - - [2025-12-29 03:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.61 - - [2025-12-29 03:42:41] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004616 10.0.0.61 - - [2025-12-29 03:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.61 - - [2025-12-29 03:42:45] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004896 10.0.0.61 - - [2025-12-29 03:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.61 - - [2025-12-29 03:42:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.61 - - [2025-12-29 03:42:49] "GET /virtual-networks?parent_id=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002541 10.0.0.61 - - [2025-12-29 03:42:49] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005440 10.0.0.61 - - [2025-12-29 03:42:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006768 10.0.0.22 - - [2025-12-29 03:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2025-12-29 03:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.27 - - [2025-12-29 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-12-29 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-12-29 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-12-29 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2025-12-29 03:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-29 03:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.61 - - [2025-12-29 03:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.61 - - [2025-12-29 03:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.61 - - [2025-12-29 03:42:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000924 10.0.0.61 - - [2025-12-29 03:42:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.61 - - [2025-12-29 03:42:58] "POST /neutron/port HTTP/1.1" 200 1123 0.016561 10.0.0.61 - - [2025-12-29 03:43:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008453 10.0.0.61 - - [2025-12-29 03:43:05] "POST /neutron/port HTTP/1.1" 200 1123 0.016425 10.0.0.61 - - [2025-12-29 03:43:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007376 10.0.0.22 - - [2025-12-29 03:43:13] "GET /obj-perms HTTP/1.1" 200 5056 0.050889 10.0.0.61 - - [2025-12-29 03:43:15] "POST /neutron/port HTTP/1.1" 200 1123 0.016488 10.0.0.61 - - [2025-12-29 03:43:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006891 10.0.0.61 - - [2025-12-29 03:43:15] "GET /virtual-machine/244b4e39-27e9-4449-8789-7c3b48184411 HTTP/1.1" 200 1290 0.005602 10.0.0.61 - - [2025-12-29 03:43:15] "GET /virtual-machine-interface/2d56ee3a-a610-4358-bfe0-77003f8a8700 HTTP/1.1" 200 2936 0.006624 10.0.0.61 - - [2025-12-29 03:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.61 - - [2025-12-29 03:43:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003619 10.0.0.61 - - [2025-12-29 03:43:15] "GET /virtual-networks?parent_id=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003178 10.0.0.61 - - [2025-12-29 03:43:15] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007321 10.0.0.61 - - [2025-12-29 03:43:16] "POST /neutron/network HTTP/1.1" 200 833 0.007457 10.0.0.61 - - [2025-12-29 03:43:16] "POST /neutron/port HTTP/1.1" 200 117 0.001601 10.0.0.61 - - [2025-12-29 03:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.61 - - [2025-12-29 03:43:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003516 10.0.0.61 - - [2025-12-29 03:43:17] "GET /virtual-networks?parent_id=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002947 10.0.0.61 - - [2025-12-29 03:43:17] "GET /virtual-network/aec67276-5812-4fb4-b54d-40d569606063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006819 10.0.0.27 - - [2025-12-29 03:44:14] "GET /obj-perms HTTP/1.1" 200 5056 0.050520 10.0.0.61 - - [2025-12-29 03:44:18] "POST /neutron/port HTTP/1.1" 200 1123 0.042471 10.0.0.61 - - [2025-12-29 03:44:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.008202 10.0.0.61 - - [2025-12-29 03:44:47] "POST /neutron/network HTTP/1.1" 200 823 0.008133 10.0.0.61 - - [2025-12-29 03:44:47] "POST /neutron/port HTTP/1.1" 200 1113 0.012960 10.0.0.61 - - [2025-12-29 03:44:48] "POST /neutron/port HTTP/1.1" 200 1113 0.011834 10.0.0.27 - - [2025-12-29 03:44:49] "POST /useragent-kv HTTP/1.1" 200 115 0.065260 10.0.0.27 - - [2025-12-29 03:44:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.61 - - [2025-12-29 03:44:49] "POST /neutron/network HTTP/1.1" 200 151 0.198539 10.0.0.27 - - [2025-12-29 03:44:51] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000967 10.0.0.61 - - [2025-12-29 03:44:51] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.068006 10.0.0.27 - - [2025-12-29 03:44:51] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001543 10.0.0.61 - - [2025-12-29 03:44:51] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?fields=virtual_networks HTTP/1.1" 200 1029 0.041421 10.0.0.27 - - [2025-12-29 03:44:51] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001438 10.0.0.61 - - [2025-12-29 03:44:51] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.042649 10.0.0.27 - - [2025-12-29 03:44:51] "GET /projects?obj_uuids=7d5afe74-ef22-47e4-abf0-54623314f8c7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000871 10.0.0.61 - - [2025-12-29 03:44:51] "GET /project/7d5afe74-ef22-47e4-abf0-54623314f8c7?fields=security_groups HTTP/1.1" 200 1254 0.053270 10.0.0.61 - - [2025-12-29 03:44:52] "POST /fqname-to-id HTTP/1.1" 404 187 0.026877 10.0.0.27 - - [2025-12-29 03:44:52] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003067 10.0.0.27 - - [2025-12-29 03:44:52] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.27 - - [2025-12-29 03:44:52] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036028 10.0.0.27 - - [2025-12-29 03:44:52] "POST /id-to-fqname HTTP/1.1" 200 189 0.002350 10.0.0.27 - - [2025-12-29 03:44:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.005039 10.0.0.27 - - [2025-12-29 03:44:52] "POST /security-groups HTTP/1.1" 200 590 0.072292 10.0.0.27 - - [2025-12-29 03:44:52] "POST /projects HTTP/1.1" 200 583 0.305504 10.0.0.61 - - [2025-12-29 03:44:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.031682 10.0.0.27 - - [2025-12-29 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.397530 10.0.0.61 - - [2025-12-29 03:44:52] "POST /access-control-lists HTTP/1.1" 200 593 0.027326 10.0.0.61 - - [2025-12-29 03:44:52] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.560155 10.0.0.61 - - [2025-12-29 03:44:53] "GET / HTTP/1.1" 200 35931 0.002573 10.0.0.61 - - [2025-12-29 03:44:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.61 - - [2025-12-29 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.051527 10.0.0.27 - - [2025-12-29 03:44:56] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000846 10.0.0.61 - - [2025-12-29 03:44:56] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.035749 10.0.0.27 - - [2025-12-29 03:44:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005787 10.0.0.61 - - [2025-12-29 03:44:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.273105 10.0.0.61 - - [2025-12-29 03:44:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001189 10.0.0.61 - - [2025-12-29 03:44:56] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004883 10.0.0.61 - - [2025-12-29 03:44:56] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005009 10.0.0.61 - - [2025-12-29 03:44:56] "POST /neutron/network HTTP/1.1" 200 823 0.005936 10.0.0.61 - - [2025-12-29 03:44:57] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004872 10.0.0.61 - - [2025-12-29 03:44:57] "GET /obj-perms HTTP/1.1" 200 5028 0.064622 10.0.0.61 - - [2025-12-29 03:44:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001437 10.0.0.27 - - [2025-12-29 03:44:59] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000988 10.0.0.61 - - [2025-12-29 03:44:59] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058903 10.0.0.61 - - [2025-12-29 03:44:59] "POST /neutron/network HTTP/1.1" 200 823 0.029347 10.0.0.61 - - [2025-12-29 03:44:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001410 10.0.0.61 - - [2025-12-29 03:44:59] "POST /neutron/port HTTP/1.1" 200 117 0.005075 10.0.0.61 - - [2025-12-29 03:44:59] "DELETE /access-control-list/a83796b3-845b-4912-9f7d-67506e00de09 HTTP/1.1" 200 115 0.034091 10.0.0.27 - - [2025-12-29 03:45:00] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000983 10.0.0.61 - - [2025-12-29 03:45:00] "POST /neutron/port HTTP/1.1" 200 1059 0.325825 10.0.0.27 - - [2025-12-29 03:45:00] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001566 10.0.0.61 - - [2025-12-29 03:45:01] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.124499 10.0.0.61 - - [2025-12-29 03:45:01] "POST /neutron/port HTTP/1.1" 200 1113 0.147405 10.0.0.61 - - [2025-12-29 03:45:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.61 - - [2025-12-29 03:45:01] "POST /neutron/network HTTP/1.1" 200 823 0.007926 10.0.0.61 - - [2025-12-29 03:45:01] "POST /neutron/port HTTP/1.1" 200 117 0.006030 10.0.0.61 - - [2025-12-29 03:45:01] "POST /neutron/network HTTP/1.1" 200 833 0.007290 10.0.0.61 - - [2025-12-29 03:45:02] "POST /neutron/port HTTP/1.1" 200 1059 0.020716 10.0.0.61 - - [2025-12-29 03:45:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004904 10.0.0.61 - - [2025-12-29 03:45:02] "POST /neutron/network HTTP/1.1" 200 823 0.006756 10.0.0.61 - - [2025-12-29 03:45:06] "POST /neutron/port HTTP/1.1" 200 1123 0.015290 10.0.0.61 - - [2025-12-29 03:45:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007353 10.0.0.61 - - [2025-12-29 03:45:06] "GET /virtual-machine/9e790a86-c055-4552-8416-2788f386c3a4 HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-29 03:45:07] "GET /virtual-machine/9e790a86-c055-4552-8416-2788f386c3a4 HTTP/1.1" 200 1291 0.030062 10.0.0.61 - - [2025-12-29 03:45:07] "GET /virtual-machine-interface/d0996381-83f3-4c75-975f-c43a57cc2022 HTTP/1.1" 200 2937 0.006487 10.0.0.61 - - [2025-12-29 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.61 - - [2025-12-29 03:45:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003316 10.0.0.61 - - [2025-12-29 03:45:07] "GET /virtual-networks?parent_id=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002621 10.0.0.61 - - [2025-12-29 03:45:07] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007748 10.0.0.61 - - [2025-12-29 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.61 - - [2025-12-29 03:45:10] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005290 10.0.0.27 - - [2025-12-29 03:45:13] "DELETE /project/7d5afe74-ef22-47e4-abf0-54623314f8c7 HTTP/1.1" 404 177 0.002757 10.0.0.27 - - [2025-12-29 03:45:13] "DELETE /project/3e20516217164ef18c3a4f7f072af471 HTTP/1.1" 404 173 0.005143 10.0.0.61 - - [2025-12-29 03:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.61 - - [2025-12-29 03:45:14] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006101 10.0.0.61 - - [2025-12-29 03:45:18] "POST /neutron/network HTTP/1.1" 200 833 0.007267 10.0.0.61 - - [2025-12-29 03:45:18] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.61 - - [2025-12-29 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.61 - - [2025-12-29 03:45:18] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004494 10.0.0.61 - - [2025-12-29 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.61 - - [2025-12-29 03:45:22] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005799 10.0.0.61 - - [2025-12-29 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.61 - - [2025-12-29 03:45:26] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004822 10.0.0.61 - - [2025-12-29 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.61 - - [2025-12-29 03:45:30] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004823 10.0.0.61 - - [2025-12-29 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.61 - - [2025-12-29 03:45:34] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005888 10.0.0.61 - - [2025-12-29 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.61 - - [2025-12-29 03:45:39] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005222 10.0.0.61 - - [2025-12-29 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.61 - - [2025-12-29 03:45:43] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004991 10.0.0.61 - - [2025-12-29 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.61 - - [2025-12-29 03:45:47] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005256 10.0.0.61 - - [2025-12-29 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.61 - - [2025-12-29 03:45:51] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005201 10.0.0.61 - - [2025-12-29 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.61 - - [2025-12-29 03:45:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004226 10.0.0.61 - - [2025-12-29 03:45:53] "GET /virtual-networks?parent_id=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003623 10.0.0.61 - - [2025-12-29 03:45:53] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005953 10.0.0.61 - - [2025-12-29 03:45:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007231 10.0.0.61 - - [2025-12-29 03:46:03] "POST /neutron/port HTTP/1.1" 200 1123 0.017471 10.0.0.61 - - [2025-12-29 03:46:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033008 10.0.0.61 - - [2025-12-29 03:46:09] "POST /neutron/port HTTP/1.1" 200 1123 0.020496 10.0.0.61 - - [2025-12-29 03:46:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006372 10.0.0.22 - - [2025-12-29 03:46:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049054 10.0.0.61 - - [2025-12-29 03:46:18] "POST /neutron/network HTTP/1.1" 200 833 0.008294 10.0.0.61 - - [2025-12-29 03:46:18] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.61 - - [2025-12-29 03:46:19] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007221 10.0.0.61 - - [2025-12-29 03:46:19] "POST /neutron/port HTTP/1.1" 200 1123 0.018778 10.0.0.61 - - [2025-12-29 03:46:19] "GET /virtual-machine/4e6e7ab4-944b-4c89-94a6-bdb947f98eb0 HTTP/1.1" 200 1291 0.007977 10.0.0.61 - - [2025-12-29 03:46:19] "GET /virtual-machine-interface/fb60d8b0-644b-4221-8aa1-c3ca82509591 HTTP/1.1" 200 2936 0.006200 10.0.0.61 - - [2025-12-29 03:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.61 - - [2025-12-29 03:46:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004920 10.0.0.61 - - [2025-12-29 03:46:19] "GET /virtual-networks?parent_id=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003349 10.0.0.61 - - [2025-12-29 03:46:19] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005416 10.0.0.61 - - [2025-12-29 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.61 - - [2025-12-29 03:46:20] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003446 10.0.0.61 - - [2025-12-29 03:46:20] "GET /virtual-networks?parent_id=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002345 10.0.0.61 - - [2025-12-29 03:46:20] "GET /virtual-network/8a817d35-7e4c-411a-b41d-08ad60e215b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005460 10.0.0.61 - - [2025-12-29 03:46:51] "POST /neutron/network HTTP/1.1" 400 204 0.018185 10.0.0.61 - - [2025-12-29 03:46:51] "POST /neutron/port HTTP/1.1" 200 1113 0.012927 10.0.0.61 - - [2025-12-29 03:46:51] "POST /neutron/port HTTP/1.1" 200 151 0.223505 10.0.0.61 - - [2025-12-29 03:46:53] "DELETE /route-target/232e8958-3978-4129-8c57-189cac3bec0c HTTP/1.1" 200 115 0.024020 10.0.0.27 - - [2025-12-29 03:46:54] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000972 10.0.0.61 - - [2025-12-29 03:46:54] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046159 10.0.0.27 - - [2025-12-29 03:46:54] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000934 10.0.0.61 - - [2025-12-29 03:46:54] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?fields=virtual_networks HTTP/1.1" 200 1029 0.045491 10.0.0.27 - - [2025-12-29 03:46:54] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000882 10.0.0.61 - - [2025-12-29 03:46:54] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.044601 10.0.0.27 - - [2025-12-29 03:46:54] "GET /projects?obj_uuids=3e205162-1716-4ef1-8c3a-4f7f072af471&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001790 10.0.0.61 - - [2025-12-29 03:46:55] "GET /project/3e205162-1716-4ef1-8c3a-4f7f072af471?fields=security_groups HTTP/1.1" 200 1254 0.039566 10.0.0.61 - - [2025-12-29 03:47:09] "GET / HTTP/1.1" 200 35931 0.002124 10.0.0.61 - - [2025-12-29 03:47:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.61 - - [2025-12-29 03:47:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.051742 10.0.0.27 - - [2025-12-29 03:47:10] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002836 10.0.0.27 - - [2025-12-29 03:47:10] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.27 - - [2025-12-29 03:47:10] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007831 10.0.0.27 - - [2025-12-29 03:47:10] "POST /id-to-fqname HTTP/1.1" 200 203 0.007303 10.0.0.27 - - [2025-12-29 03:47:10] "POST /fqname-to-id HTTP/1.1" 404 212 0.005482 10.0.0.27 - - [2025-12-29 03:47:10] "POST /security-groups HTTP/1.1" 200 604 0.073117 10.0.0.61 - - [2025-12-29 03:47:10] "POST /fqname-to-id HTTP/1.1" 404 247 0.002851 10.0.0.27 - - [2025-12-29 03:47:10] "POST /projects HTTP/1.1" 200 611 0.277357 10.0.0.61 - - [2025-12-29 03:47:11] "POST /access-control-lists HTTP/1.1" 200 607 0.026599 10.0.0.27 - - [2025-12-29 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.355525 10.0.0.61 - - [2025-12-29 03:47:11] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.490199 10.0.0.61 - - [2025-12-29 03:47:12] "GET / HTTP/1.1" 200 35931 0.002944 10.0.0.61 - - [2025-12-29 03:47:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.61 - - [2025-12-29 03:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.059420 10.0.0.27 - - [2025-12-29 03:47:12] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000942 10.0.0.61 - - [2025-12-29 03:47:13] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039395 10.0.0.61 - - [2025-12-29 03:47:13] "POST /neutron/network HTTP/1.1" 200 117 0.061196 10.0.0.61 - - [2025-12-29 03:47:13] "POST /neutron/network HTTP/1.1" 200 839 0.011977 10.0.0.61 - - [2025-12-29 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 234 0.001106 10.0.0.61 - - [2025-12-29 03:47:13] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005234 10.0.0.61 - - [2025-12-29 03:47:13] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004947 10.0.0.61 - - [2025-12-29 03:47:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.008664 10.0.0.27 - - [2025-12-29 03:47:13] "DELETE /project/3e205162-1716-4ef1-8c3a-4f7f072af471 HTTP/1.1" 404 177 0.003617 10.0.0.27 - - [2025-12-29 03:47:13] "DELETE /project/0ea101c2883b4177941f143b5141ede9 HTTP/1.1" 404 173 0.003177 10.0.0.61 - - [2025-12-29 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 234 0.001162 10.0.0.27 - - [2025-12-29 03:47:14] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000896 10.0.0.61 - - [2025-12-29 03:47:14] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.074947 10.0.0.61 - - [2025-12-29 03:47:14] "POST /neutron/port HTTP/1.1" 200 117 0.005807 10.0.0.61 - - [2025-12-29 03:47:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001756 10.0.0.61 - - [2025-12-29 03:47:15] "POST /neutron/network HTTP/1.1" 200 849 0.006317 10.0.0.61 - - [2025-12-29 03:47:15] "POST /neutron/port HTTP/1.1" 200 1073 0.015642 10.0.0.61 - - [2025-12-29 03:47:15] "POST /neutron/port HTTP/1.1" 200 1137 0.016595 10.0.0.61 - - [2025-12-29 03:47:15] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.27 - - [2025-12-29 03:47:15] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000861 10.0.0.61 - - [2025-12-29 03:47:15] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.083300 10.0.0.61 - - [2025-12-29 03:47:16] "POST /neutron/port HTTP/1.1" 200 1137 0.016125 10.0.0.61 - - [2025-12-29 03:47:16] "POST /neutron/network HTTP/1.1" 200 849 0.006687 10.0.0.27 - - [2025-12-29 03:47:17] "GET /obj-perms HTTP/1.1" 200 5056 0.522319 10.0.0.61 - - [2025-12-29 03:47:17] "POST /neutron/port HTTP/1.1" 200 1073 0.027262 10.0.0.61 - - [2025-12-29 03:47:17] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.012837 10.0.0.61 - - [2025-12-29 03:47:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003530 10.0.0.61 - - [2025-12-29 03:47:17] "POST /neutron/network HTTP/1.1" 200 839 0.006729 10.0.0.61 - - [2025-12-29 03:47:18] "GET /obj-perms HTTP/1.1" 200 5056 0.065201 10.0.0.61 - - [2025-12-29 03:47:18] "POST /neutron/network HTTP/1.1" 200 849 0.006200 10.0.0.61 - - [2025-12-29 03:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.61 - - [2025-12-29 03:47:18] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008329 10.0.0.61 - - [2025-12-29 03:47:19] "POST /neutron/port HTTP/1.1" 200 1137 0.016205 10.0.0.61 - - [2025-12-29 03:47:19] "GET /virtual-machine/8e2a1c34-8245-4355-991c-6889694f57e9 HTTP/1.1" 401 292 0.000471 10.0.0.61 - - [2025-12-29 03:47:19] "GET /virtual-machine/8e2a1c34-8245-4355-991c-6889694f57e9 HTTP/1.1" 200 1306 0.038890 10.0.0.61 - - [2025-12-29 03:47:19] "GET /virtual-machine-interface/25632915-ad7a-4a15-b898-243afe6ad758 HTTP/1.1" 200 3009 0.005706 10.0.0.61 - - [2025-12-29 03:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.61 - - [2025-12-29 03:47:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004038 10.0.0.61 - - [2025-12-29 03:47:19] "GET /virtual-networks?parent_id=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002653 10.0.0.61 - - [2025-12-29 03:47:19] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005368 10.0.0.61 - - [2025-12-29 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.61 - - [2025-12-29 03:47:22] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005016 10.0.0.61 - - [2025-12-29 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.61 - - [2025-12-29 03:47:26] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004694 10.0.0.61 - - [2025-12-29 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.61 - - [2025-12-29 03:47:30] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006570 10.0.0.61 - - [2025-12-29 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.61 - - [2025-12-29 03:47:34] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007888 10.0.0.61 - - [2025-12-29 03:47:37] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006550 10.0.0.61 - - [2025-12-29 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.61 - - [2025-12-29 03:47:38] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003117 10.0.0.61 - - [2025-12-29 03:47:38] "GET /virtual-networks?parent_id=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002573 10.0.0.61 - - [2025-12-29 03:47:38] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005640 10.0.0.61 - - [2025-12-29 03:47:40] "POST /neutron/port HTTP/1.1" 200 1137 0.017565 10.0.0.61 - - [2025-12-29 03:47:44] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006787 10.0.0.61 - - [2025-12-29 03:47:44] "POST /neutron/port HTTP/1.1" 200 1137 0.015561 10.0.0.61 - - [2025-12-29 03:47:44] "GET /virtual-machine/487ca88e-2982-4f3b-8e07-5683947d8431 HTTP/1.1" 200 1305 0.005605 10.0.0.61 - - [2025-12-29 03:47:44] "GET /virtual-machine-interface/20dd772a-f92d-4cc8-8687-6d111362cf9b HTTP/1.1" 200 3008 0.004710 10.0.0.61 - - [2025-12-29 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.61 - - [2025-12-29 03:47:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003397 10.0.0.61 - - [2025-12-29 03:47:44] "GET /virtual-networks?parent_id=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003382 10.0.0.61 - - [2025-12-29 03:47:44] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005782 10.0.0.61 - - [2025-12-29 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.61 - - [2025-12-29 03:47:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003689 10.0.0.61 - - [2025-12-29 03:47:45] "GET /virtual-networks?parent_id=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002691 10.0.0.61 - - [2025-12-29 03:47:45] "GET /virtual-network/30a37eda-2a7f-40ef-8035-3df26b56f27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005636 10.0.0.61 - - [2025-12-29 03:47:45] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006579 10.0.0.61 - - [2025-12-29 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.61 - - [2025-12-29 03:47:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003246 10.0.0.61 - - [2025-12-29 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.61 - - [2025-12-29 03:47:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003876 10.0.0.61 - - [2025-12-29 03:47:51] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.009975 10.0.0.22 - - [2025-12-29 03:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-12-29 03:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-12-29 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-29 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-12-29 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-12-29 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-12-29 03:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.27 - - [2025-12-29 03:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.61 - - [2025-12-29 03:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.61 - - [2025-12-29 03:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.61 - - [2025-12-29 03:47:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.61 - - [2025-12-29 03:47:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000996 10.0.0.61 - - [2025-12-29 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.61 - - [2025-12-29 03:48:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.003633 10.0.0.61 - - [2025-12-29 03:48:02] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.013794 10.0.0.61 - - [2025-12-29 03:48:20] "POST /neutron/network HTTP/1.1" 200 849 0.006169 10.0.0.61 - - [2025-12-29 03:48:20] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.61 - - [2025-12-29 03:48:52] "POST /neutron/network HTTP/1.1" 400 204 0.013028 10.0.0.61 - - [2025-12-29 03:48:53] "POST /neutron/port HTTP/1.1" 200 151 0.179800 10.0.0.61 - - [2025-12-29 03:48:53] "POST /neutron/port HTTP/1.1" 200 151 0.197882 10.0.0.61 - - [2025-12-29 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2025-12-29 03:48:54] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001927 10.0.0.61 - - [2025-12-29 03:48:54] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038708 10.0.0.27 - - [2025-12-29 03:48:54] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000963 10.0.0.61 - - [2025-12-29 03:48:55] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?fields=virtual_networks HTTP/1.1" 200 1057 0.038631 10.0.0.27 - - [2025-12-29 03:48:55] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000907 10.0.0.61 - - [2025-12-29 03:48:55] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.039500 10.0.0.27 - - [2025-12-29 03:48:55] "GET /projects?obj_uuids=0ea101c2-883b-4177-941f-143b5141ede9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000919 10.0.0.61 - - [2025-12-29 03:48:55] "GET /project/0ea101c2-883b-4177-941f-143b5141ede9?fields=security_groups HTTP/1.1" 200 1296 0.034238 10.0.0.61 - - [2025-12-29 03:48:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.027487 10.0.0.27 - - [2025-12-29 03:48:56] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002999 10.0.0.27 - - [2025-12-29 03:48:56] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.27 - - [2025-12-29 03:48:56] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006520 10.0.0.27 - - [2025-12-29 03:48:56] "POST /id-to-fqname HTTP/1.1" 200 209 0.003684 10.0.0.27 - - [2025-12-29 03:48:56] "POST /fqname-to-id HTTP/1.1" 404 217 0.003463 10.0.0.27 - - [2025-12-29 03:48:56] "POST /security-groups HTTP/1.1" 200 609 0.072596 10.0.0.27 - - [2025-12-29 03:48:56] "POST /projects HTTP/1.1" 200 621 0.281507 10.0.0.61 - - [2025-12-29 03:48:56] "POST /access-control-lists HTTP/1.1" 200 614 0.026864 10.0.0.27 - - [2025-12-29 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.355038 10.0.0.61 - - [2025-12-29 03:48:56] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.485782 10.0.0.61 - - [2025-12-29 03:48:57] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.61 - - [2025-12-29 03:48:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.61 - - [2025-12-29 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.056254 10.0.0.27 - - [2025-12-29 03:48:58] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000947 10.0.0.61 - - [2025-12-29 03:48:58] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.036614 10.0.0.61 - - [2025-12-29 03:48:58] "POST /neutron/network HTTP/1.1" 200 117 0.041061 10.0.0.61 - - [2025-12-29 03:48:58] "POST /route-targets HTTP/1.1" 200 327 0.017915 10.0.0.61 - - [2025-12-29 03:48:59] "POST /neutron/network HTTP/1.1" 200 844 0.010514 10.0.0.61 - - [2025-12-29 03:48:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001195 10.0.0.61 - - [2025-12-29 03:48:59] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005105 10.0.0.61 - - [2025-12-29 03:48:59] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005683 10.0.0.61 - - [2025-12-29 03:48:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.008391 10.0.0.61 - - [2025-12-29 03:48:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001293 10.0.0.27 - - [2025-12-29 03:49:00] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001075 10.0.0.61 - - [2025-12-29 03:49:00] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.066934 10.0.0.61 - - [2025-12-29 03:49:00] "POST /neutron/port HTTP/1.1" 200 117 0.007792 10.0.0.61 - - [2025-12-29 03:49:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.001177 10.0.0.61 - - [2025-12-29 03:49:00] "POST /neutron/network HTTP/1.1" 200 854 0.007020 10.0.0.61 - - [2025-12-29 03:49:01] "POST /neutron/port HTTP/1.1" 200 1078 0.017172 10.0.0.61 - - [2025-12-29 03:49:01] "POST /neutron/port HTTP/1.1" 200 1142 0.041465 10.0.0.61 - - [2025-12-29 03:49:01] "DELETE /access-control-list/ed2f3e7a-abc7-4dc1-a74d-9eb667b6da74 HTTP/1.1" 200 115 0.034222 10.0.0.61 - - [2025-12-29 03:49:01] "POST /neutron/port HTTP/1.1" 200 117 0.001745 10.0.0.27 - - [2025-12-29 03:49:01] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001086 10.0.0.61 - - [2025-12-29 03:49:01] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.083548 10.0.0.61 - - [2025-12-29 03:49:01] "POST /neutron/port HTTP/1.1" 200 1142 0.019131 10.0.0.61 - - [2025-12-29 03:49:02] "POST /neutron/network HTTP/1.1" 200 854 0.009022 10.0.0.61 - - [2025-12-29 03:49:02] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007555 10.0.0.61 - - [2025-12-29 03:49:02] "POST /neutron/port HTTP/1.1" 200 1078 0.019623 10.0.0.61 - - [2025-12-29 03:49:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.61 - - [2025-12-29 03:49:03] "POST /neutron/network HTTP/1.1" 200 844 0.006664 10.0.0.22 - - [2025-12-29 03:49:03] "GET /obj-perms HTTP/1.1" 200 5066 0.060131 10.0.0.27 - - [2025-12-29 03:49:03] "GET /obj-perms HTTP/1.1" 200 5066 0.056076 10.0.0.61 - - [2025-12-29 03:49:04] "POST /neutron/port HTTP/1.1" 200 1142 0.016356 10.0.0.61 - - [2025-12-29 03:49:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007814 10.0.0.61 - - [2025-12-29 03:49:04] "GET /virtual-machine/831f993d-a844-4c3d-926f-49e2d7bb6f39 HTTP/1.1" 401 292 0.000524 10.0.0.61 - - [2025-12-29 03:49:04] "GET /virtual-machine/831f993d-a844-4c3d-926f-49e2d7bb6f39 HTTP/1.1" 200 1310 0.035568 10.0.0.61 - - [2025-12-29 03:49:04] "GET /virtual-machine-interface/dcd89813-4c5c-44b2-8979-2d05f9c63e0d HTTP/1.1" 200 3034 0.013539 10.0.0.61 - - [2025-12-29 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.61 - - [2025-12-29 03:49:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.61 - - [2025-12-29 03:49:04] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003956 10.0.0.61 - - [2025-12-29 03:49:04] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005833 10.0.0.61 - - [2025-12-29 03:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.61 - - [2025-12-29 03:49:07] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005128 10.0.0.61 - - [2025-12-29 03:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.61 - - [2025-12-29 03:49:11] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006557 10.0.0.27 - - [2025-12-29 03:49:13] "DELETE /project/0ea101c2-883b-4177-941f-143b5141ede9 HTTP/1.1" 404 177 0.002730 10.0.0.27 - - [2025-12-29 03:49:13] "DELETE /project/e24a152307a4442ea90ac73ccb4b03b3 HTTP/1.1" 404 173 0.004880 10.0.0.61 - - [2025-12-29 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.61 - - [2025-12-29 03:49:16] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004870 10.0.0.61 - - [2025-12-29 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.61 - - [2025-12-29 03:49:20] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005287 10.0.0.61 - - [2025-12-29 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.61 - - [2025-12-29 03:49:24] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005115 10.0.0.61 - - [2025-12-29 03:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.61 - - [2025-12-29 03:49:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003332 10.0.0.61 - - [2025-12-29 03:49:26] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003296 10.0.0.61 - - [2025-12-29 03:49:26] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006130 10.0.0.61 - - [2025-12-29 03:49:26] "POST /neutron/port HTTP/1.1" 200 1142 0.016361 10.0.0.61 - - [2025-12-29 03:49:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.005898 10.0.0.61 - - [2025-12-29 03:49:36] "POST /neutron/port HTTP/1.1" 200 1142 0.016241 10.0.0.61 - - [2025-12-29 03:49:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007277 10.0.0.61 - - [2025-12-29 03:49:42] "POST /neutron/port HTTP/1.1" 200 1142 0.017266 10.0.0.61 - - [2025-12-29 03:49:42] "GET /virtual-machine/d65de485-b0d6-4a96-849c-fd28d246e864 HTTP/1.1" 200 1310 0.006130 10.0.0.61 - - [2025-12-29 03:49:42] "GET /virtual-machine-interface/3bef04d0-1167-4e37-8d86-ef76c2983bb4 HTTP/1.1" 200 3034 0.005056 10.0.0.61 - - [2025-12-29 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.61 - - [2025-12-29 03:49:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003089 10.0.0.61 - - [2025-12-29 03:49:42] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002412 10.0.0.61 - - [2025-12-29 03:49:42] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006116 10.0.0.61 - - [2025-12-29 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.61 - - [2025-12-29 03:49:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004485 10.0.0.61 - - [2025-12-29 03:49:43] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003435 10.0.0.61 - - [2025-12-29 03:49:43] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006212 10.0.0.61 - - [2025-12-29 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2025-12-29 03:49:43] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001363 10.0.0.61 - - [2025-12-29 03:49:43] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.052063 10.0.0.27 - - [2025-12-29 03:49:43] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000998 10.0.0.61 - - [2025-12-29 03:49:43] "POST /neutron/network HTTP/1.1" 200 625 0.123892 10.0.0.61 - - [2025-12-29 03:49:44] "POST /id-to-fqname HTTP/1.1" 200 239 0.003854 10.0.0.61 - - [2025-12-29 03:49:44] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004813 10.0.0.61 - - [2025-12-29 03:49:44] "POST /neutron/network HTTP/1.1" 200 845 0.006385 10.0.0.61 - - [2025-12-29 03:49:44] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005185 10.0.0.61 - - [2025-12-29 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-12-29 03:49:44] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002347 10.0.0.61 - - [2025-12-29 03:49:44] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.040357 10.0.0.61 - - [2025-12-29 03:49:44] "POST /neutron/network HTTP/1.1" 200 117 0.013999 10.0.0.61 - - [2025-12-29 03:49:44] "POST /route-targets HTTP/1.1" 200 327 0.011702 10.0.0.61 - - [2025-12-29 03:49:44] "POST /neutron/network HTTP/1.1" 200 852 0.008556 10.0.0.61 - - [2025-12-29 03:49:44] "POST /id-to-fqname HTTP/1.1" 200 242 0.001498 10.0.0.61 - - [2025-12-29 03:49:44] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005655 10.0.0.61 - - [2025-12-29 03:49:44] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005201 10.0.0.61 - - [2025-12-29 03:49:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.007812 10.0.0.61 - - [2025-12-29 03:49:44] "POST /id-to-fqname HTTP/1.1" 200 239 0.000964 10.0.0.61 - - [2025-12-29 03:49:45] "POST /neutron/network HTTP/1.1" 200 855 0.006627 10.0.0.27 - - [2025-12-29 03:49:45] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127 10.0.0.61 - - [2025-12-29 03:49:45] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.072227 10.0.0.61 - - [2025-12-29 03:49:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006396 10.0.0.61 - - [2025-12-29 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 242 0.001241 10.0.0.61 - - [2025-12-29 03:49:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006658 10.0.0.27 - - [2025-12-29 03:49:46] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001232 10.0.0.61 - - [2025-12-29 03:49:46] "POST /neutron/port HTTP/1.1" 200 1079 0.284775 10.0.0.61 - - [2025-12-29 03:49:47] "POST /neutron/port HTTP/1.1" 200 1133 0.140797 10.0.0.27 - - [2025-12-29 03:49:47] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001024 10.0.0.61 - - [2025-12-29 03:49:47] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.092831 10.0.0.61 - - [2025-12-29 03:49:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003467 10.0.0.61 - - [2025-12-29 03:49:47] "POST /neutron/network HTTP/1.1" 200 845 0.009686 10.0.0.61 - - [2025-12-29 03:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.005321 10.0.0.61 - - [2025-12-29 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 239 0.001092 10.0.0.61 - - [2025-12-29 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 239 0.000826 10.0.0.61 - - [2025-12-29 03:49:47] "POST /neutron/network HTTP/1.1" 200 862 0.005679 10.0.0.61 - - [2025-12-29 03:49:48] "POST /neutron/port HTTP/1.1" 200 1080 0.019011 10.0.0.61 - - [2025-12-29 03:49:48] "POST /neutron/port HTTP/1.1" 200 1144 0.016606 10.0.0.61 - - [2025-12-29 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2025-12-29 03:49:48] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000873 10.0.0.61 - - [2025-12-29 03:49:48] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.072168 10.0.0.61 - - [2025-12-29 03:49:48] "POST /neutron/network HTTP/1.1" 200 845 0.007242 10.0.0.61 - - [2025-12-29 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.006041 10.0.0.61 - - [2025-12-29 03:49:49] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005119 10.0.0.61 - - [2025-12-29 03:49:49] "GET /obj-perms HTTP/1.1" 200 5066 0.131151 10.0.0.27 - - [2025-12-29 03:49:49] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.038160 10.0.0.61 - - [2025-12-29 03:49:50] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006053 10.0.0.61 - - [2025-12-29 03:49:50] "POST /neutron/port HTTP/1.1" 200 1079 0.341330 10.0.0.22 - - [2025-12-29 03:49:50] "GET /obj-perms HTTP/1.1" 200 5066 0.003171 10.0.0.61 - - [2025-12-29 03:49:50] "POST /neutron/port HTTP/1.1" 200 1132 0.141172 10.0.0.61 - - [2025-12-29 03:49:50] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.012540 10.0.0.61 - - [2025-12-29 03:49:50] "POST /neutron/port HTTP/1.1" 200 1133 0.106468 10.0.0.61 - - [2025-12-29 03:49:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.007292 10.0.0.61 - - [2025-12-29 03:49:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004301 10.0.0.61 - - [2025-12-29 03:49:51] "POST /neutron/network HTTP/1.1" 200 845 0.006211 10.0.0.27 - - [2025-12-29 03:49:51] "GET /obj-perms HTTP/1.1" 200 5066 0.003234 10.0.0.61 - - [2025-12-29 03:49:51] "POST /neutron/port HTTP/1.1" 200 1144 0.016161 10.0.0.61 - - [2025-12-29 03:49:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.005917 10.0.0.61 - - [2025-12-29 03:49:51] "GET /virtual-machine/e47622ae-586e-4515-ae82-ae8363cf150e HTTP/1.1" 200 1311 0.005075 10.0.0.61 - - [2025-12-29 03:49:51] "GET /virtual-machine-interface/92db38bd-3988-4320-83ab-97a87c1fc36d HTTP/1.1" 200 3043 0.004483 10.0.0.61 - - [2025-12-29 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.61 - - [2025-12-29 03:49:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003187 10.0.0.61 - - [2025-12-29 03:49:51] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003141 10.0.0.61 - - [2025-12-29 03:49:51] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008246 10.0.0.61 - - [2025-12-29 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.61 - - [2025-12-29 03:49:54] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005292 10.0.0.61 - - [2025-12-29 03:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.61 - - [2025-12-29 03:49:58] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006368 10.0.0.61 - - [2025-12-29 03:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.61 - - [2025-12-29 03:50:02] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005576 10.0.0.61 - - [2025-12-29 03:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.61 - - [2025-12-29 03:50:06] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004783 10.0.0.61 - - [2025-12-29 03:50:09] "POST /neutron/port HTTP/1.1" 200 1144 0.018531 10.0.0.61 - - [2025-12-29 03:50:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006162 10.0.0.61 - - [2025-12-29 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.61 - - [2025-12-29 03:50:11] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007209 10.0.0.61 - - [2025-12-29 03:50:12] "POST /neutron/network HTTP/1.1" 200 855 0.006778 10.0.0.61 - - [2025-12-29 03:50:12] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.61 - - [2025-12-29 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.61 - - [2025-12-29 03:50:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005154 10.0.0.61 - - [2025-12-29 03:50:13] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003616 10.0.0.61 - - [2025-12-29 03:50:13] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005652 10.0.0.61 - - [2025-12-29 03:50:13] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009768 10.0.0.61 - - [2025-12-29 03:50:19] "GET /obj-perms HTTP/1.1" 200 5056 0.078954 10.0.0.61 - - [2025-12-29 03:50:22] "POST /neutron/port HTTP/1.1" 200 1142 0.015394 10.0.0.61 - - [2025-12-29 03:50:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.61 - - [2025-12-29 03:50:22] "POST /neutron/network HTTP/1.1" 200 844 0.006376 10.0.0.61 - - [2025-12-29 03:50:23] "POST /neutron/port HTTP/1.1" 200 1143 0.016510 10.0.0.61 - - [2025-12-29 03:50:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006754 10.0.0.61 - - [2025-12-29 03:50:23] "GET /virtual-machine/92316683-222f-469d-a268-69f1fe70c31e HTTP/1.1" 200 1311 0.005183 10.0.0.61 - - [2025-12-29 03:50:23] "GET /virtual-machine-interface/e37615ab-e1b5-4919-ad1d-eea04f1340ac HTTP/1.1" 200 3035 0.005784 10.0.0.61 - - [2025-12-29 03:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.61 - - [2025-12-29 03:50:23] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003018 10.0.0.61 - - [2025-12-29 03:50:24] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003255 10.0.0.61 - - [2025-12-29 03:50:24] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005545 10.0.0.61 - - [2025-12-29 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.61 - - [2025-12-29 03:50:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003563 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003007 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005434 10.0.0.61 - - [2025-12-29 03:50:25] "POST /neutron/port HTTP/1.1" 200 2133 0.025810 10.0.0.61 - - [2025-12-29 03:50:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006488 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-machine/23df91c8-b468-42cd-b4ef-e668d63c9eea HTTP/1.1" 200 1586 0.005713 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-machine-interface/1e8a4845-9c12-47f0-9ac7-060286e393b0 HTTP/1.1" 200 3034 0.004883 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-machine-interface/69becae8-d4d5-4fc8-978e-529302cd7765 HTTP/1.1" 200 3034 0.005015 10.0.0.61 - - [2025-12-29 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.61 - - [2025-12-29 03:50:25] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003456 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002490 10.0.0.61 - - [2025-12-29 03:50:25] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005790 10.0.0.61 - - [2025-12-29 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.61 - - [2025-12-29 03:50:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002974 10.0.0.61 - - [2025-12-29 03:50:26] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002441 10.0.0.61 - - [2025-12-29 03:50:26] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005292 10.0.0.61 - - [2025-12-29 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.61 - - [2025-12-29 03:50:27] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003374 10.0.0.61 - - [2025-12-29 03:50:27] "GET /virtual-networks?parent_id=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003042 10.0.0.61 - - [2025-12-29 03:50:27] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005317 10.0.0.61 - - [2025-12-29 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.61 - - [2025-12-29 03:50:28] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003624 10.0.0.61 - - [2025-12-29 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.61 - - [2025-12-29 03:50:28] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004124 10.0.0.61 - - [2025-12-29 03:50:28] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.010723 10.0.0.61 - - [2025-12-29 03:50:28] "POST /fqname-to-id HTTP/1.1" 404 217 0.003135 10.0.0.61 - - [2025-12-29 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2025-12-29 03:50:28] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002008 10.0.0.61 - - [2025-12-29 03:50:28] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.050084 10.0.0.61 - - [2025-12-29 03:50:28] "POST /network-policys HTTP/1.1" 200 539 0.031038 10.0.0.61 - - [2025-12-29 03:50:29] "GET /network-policy/2301057c-a0c8-4216-a31d-000a9e7474c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.007020 10.0.0.61 - - [2025-12-29 03:50:29] "POST /neutron/network HTTP/1.1" 200 844 0.006092 10.0.0.61 - - [2025-12-29 03:50:29] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006957 10.0.0.61 - - [2025-12-29 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.61 - - [2025-12-29 03:50:29] "GET /network-policy/2301057c-a0c8-4216-a31d-000a9e7474c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004082 10.0.0.61 - - [2025-12-29 03:50:29] "POST /neutron/network HTTP/1.1" 200 845 0.006170 10.0.0.61 - - [2025-12-29 03:50:29] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.007383 10.0.0.61 - - [2025-12-29 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.61 - - [2025-12-29 03:50:29] "GET /network-policy/2301057c-a0c8-4216-a31d-000a9e7474c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004323 10.0.0.61 - - [2025-12-29 03:50:29] "POST /access-control-lists HTTP/1.1" 200 609 0.063414 10.0.0.61 - - [2025-12-29 03:50:29] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006436 10.0.0.61 - - [2025-12-29 03:50:29] "POST /access-control-lists HTTP/1.1" 200 609 0.031998 10.0.0.61 - - [2025-12-29 03:50:30] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005107 10.0.0.22 - - [2025-12-29 03:50:30] "GET /obj-perms HTTP/1.1" 200 5066 0.003494 10.0.0.27 - - [2025-12-29 03:50:30] "GET /obj-perms HTTP/1.1" 200 5066 0.003291 10.0.0.61 - - [2025-12-29 03:50:30] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006017 10.0.0.61 - - [2025-12-29 03:50:30] "GET /obj-perms HTTP/1.1" 200 5066 0.003336 10.0.0.61 - - [2025-12-29 03:50:31] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005009 10.0.0.61 - - [2025-12-29 03:50:31] "GET /virtual-network/fca31c28-e406-4f58-bb44-26378300e695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006221 10.0.0.22 - - [2025-12-29 03:50:31] "GET /obj-perms HTTP/1.1" 200 5066 0.003538 10.0.0.27 - - [2025-12-29 03:50:31] "GET /obj-perms HTTP/1.1" 200 5066 0.004147 10.0.0.61 - - [2025-12-29 03:50:45] "GET /obj-perms HTTP/1.1" 200 5066 0.004427 10.0.0.61 - - [2025-12-29 03:51:14] "POST /neutron/port HTTP/1.1" 200 1144 0.015479 10.0.0.61 - - [2025-12-29 03:51:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.61 - - [2025-12-29 03:51:14] "POST /neutron/network HTTP/1.1" 200 852 0.006696 10.0.0.61 - - [2025-12-29 03:51:22] "POST /neutron/network HTTP/1.1" 200 948 0.006414 10.0.0.61 - - [2025-12-29 03:51:22] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.61 - - [2025-12-29 03:52:15] "POST /neutron/port HTTP/1.1" 200 1143 0.017259 10.0.0.61 - - [2025-12-29 03:52:15] "POST /neutron/subnet HTTP/1.1" 200 704 0.008904 10.0.0.61 - - [2025-12-29 03:52:21] "GET /obj-perms HTTP/1.1" 200 5056 0.062073 10.0.0.61 - - [2025-12-29 03:52:22] "POST /neutron/port HTTP/1.1" 200 2133 0.018332 10.0.0.61 - - [2025-12-29 03:52:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.61 - - [2025-12-29 03:52:22] "POST /neutron/network HTTP/1.1" 200 938 0.006189 10.0.0.61 - - [2025-12-29 03:52:22] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.22 - - [2025-12-29 03:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-12-29 03:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-29 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-12-29 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2025-12-29 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-12-29 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-12-29 03:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.27 - - [2025-12-29 03:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.61 - - [2025-12-29 03:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.61 - - [2025-12-29 03:52:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.61 - - [2025-12-29 03:52:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.61 - - [2025-12-29 03:52:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.61 - - [2025-12-29 03:53:16] "POST /neutron/port HTTP/1.1" 200 1144 0.015230 10.0.0.61 - - [2025-12-29 03:53:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.007870 10.0.0.61 - - [2025-12-29 03:53:22] "POST /neutron/port HTTP/1.1" 200 1142 0.015851 10.0.0.61 - - [2025-12-29 03:53:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004013 10.0.0.61 - - [2025-12-29 03:53:22] "POST /neutron/network HTTP/1.1" 200 938 0.006425 10.0.0.22 - - [2025-12-29 03:54:08] "GET /obj-perms HTTP/1.1" 200 5066 0.058374 10.0.0.61 - - [2025-12-29 03:54:08] "GET /obj-perms HTTP/1.1" 200 5066 0.003879 10.0.0.61 - - [2025-12-29 03:54:12] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.034920 10.0.0.61 - - [2025-12-29 03:54:12] "POST /neutron/network HTTP/1.1" 200 845 0.038366 10.0.0.61 - - [2025-12-29 03:54:12] "GET /virtual-network/aeb8a6d9-ded0-406f-a2c6-e0ea5acf8b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004643 10.0.0.61 - - [2025-12-29 03:54:12] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.004889 10.0.0.61 - - [2025-12-29 03:54:12] "POST /neutron/network HTTP/1.1" 200 844 0.007797 10.0.0.61 - - [2025-12-29 03:54:12] "GET /virtual-network/5a062be9-9891-4925-bc55-a4501214ef05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004575 10.0.0.61 - - [2025-12-29 03:54:12] "DELETE /network-policy/2301057c-a0c8-4216-a31d-000a9e7474c2 HTTP/1.1" 200 115 0.029740 10.0.0.61 - - [2025-12-29 03:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.61 - - [2025-12-29 03:54:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003890 10.0.0.61 - - [2025-12-29 03:54:12] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.014885 10.0.0.61 - - [2025-12-29 03:54:12] "POST /ref-update HTTP/1.1" 200 156 0.020054 10.0.0.61 - - [2025-12-29 03:54:12] "POST /ref-update HTTP/1.1" 200 156 0.028227 10.0.0.61 - - [2025-12-29 03:54:14] "POST /neutron/port HTTP/1.1" 200 1144 0.018237 10.0.0.61 - - [2025-12-29 03:54:14] "POST /neutron/port HTTP/1.1" 200 1143 0.017128 10.0.0.61 - - [2025-12-29 03:54:14] "POST /neutron/port HTTP/1.1" 200 2133 0.022717 10.0.0.61 - - [2025-12-29 03:54:14] "POST /neutron/port HTTP/1.1" 200 1133 0.013432 10.0.0.27 - - [2025-12-29 03:54:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.27 - - [2025-12-29 03:54:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002619 10.0.0.61 - - [2025-12-29 03:54:16] "POST /neutron/network HTTP/1.1" 200 151 0.112363 10.0.0.61 - - [2025-12-29 03:54:16] "DELETE /route-target/9d198310-699b-4f23-8d57-beae507c9784 HTTP/1.1" 200 115 0.024812 10.0.0.61 - - [2025-12-29 03:54:17] "POST /neutron/network HTTP/1.1" 200 844 0.006507 10.0.0.61 - - [2025-12-29 03:54:17] "POST /neutron/port HTTP/1.1" 200 1132 0.012354 10.0.0.61 - - [2025-12-29 03:54:17] "POST /neutron/port HTTP/1.1" 200 1132 0.026981 10.0.0.27 - - [2025-12-29 03:54:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006303 10.0.0.61 - - [2025-12-29 03:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-12-29 03:54:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.61 - - [2025-12-29 03:54:19] "POST /neutron/network HTTP/1.1" 200 151 0.121915 10.0.0.27 - - [2025-12-29 03:54:19] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000944 10.0.0.61 - - [2025-12-29 03:54:19] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.077837 10.0.0.27 - - [2025-12-29 03:54:19] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000841 10.0.0.61 - - [2025-12-29 03:54:19] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?fields=virtual_networks HTTP/1.1" 200 1068 0.029045 10.0.0.27 - - [2025-12-29 03:54:19] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001312 10.0.0.61 - - [2025-12-29 03:54:19] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.041151 10.0.0.27 - - [2025-12-29 03:54:19] "GET /projects?obj_uuids=e24a1523-07a4-442e-a90a-c73ccb4b03b3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000896 10.0.0.61 - - [2025-12-29 03:54:19] "GET /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3?fields=security_groups HTTP/1.1" 200 1312 0.043799 10.0.0.61 - - [2025-12-29 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.026684 10.0.0.27 - - [2025-12-29 03:54:20] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002944 10.0.0.27 - - [2025-12-29 03:54:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.27 - - [2025-12-29 03:54:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033955 10.0.0.27 - - [2025-12-29 03:54:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.001063 10.0.0.27 - - [2025-12-29 03:54:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.006801 10.0.0.27 - - [2025-12-29 03:54:20] "POST /security-groups HTTP/1.1" 200 586 0.039778 10.0.0.27 - - [2025-12-29 03:54:20] "POST /projects HTTP/1.1" 200 575 0.235602 10.0.0.61 - - [2025-12-29 03:54:20] "POST /access-control-lists HTTP/1.1" 200 591 0.025287 10.0.0.27 - - [2025-12-29 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.306372 10.0.0.61 - - [2025-12-29 03:54:21] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.464689 10.0.0.61 - - [2025-12-29 03:54:22] "GET / HTTP/1.1" 200 35931 0.001424 10.0.0.27 - - [2025-12-29 03:54:22] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000904 10.0.0.61 - - [2025-12-29 03:54:22] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.033531 10.0.0.27 - - [2025-12-29 03:54:23] "GET /obj-perms HTTP/1.1" 200 5056 0.090476 10.0.0.61 - - [2025-12-29 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.61 - - [2025-12-29 03:54:24] "GET /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.003937 10.0.0.61 - - [2025-12-29 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2025-12-29 03:54:24] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000973 10.0.0.61 - - [2025-12-29 03:54:24] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.043347 10.0.0.61 - - [2025-12-29 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.61 - - [2025-12-29 03:54:24] "GET /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.004100 10.0.0.61 - - [2025-12-29 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.61 - - [2025-12-29 03:54:24] "PUT /security-group/85886424-baae-421d-8dd3-c31a9e7b02c8 HTTP/1.1" 200 262 0.016916 10.0.0.61 - - [2025-12-29 03:54:24] "PUT /access-control-list/29ebef00-e98a-4eef-bb0d-ffb9dc0d917a HTTP/1.1" 200 272 0.011810 10.0.0.27 - - [2025-12-29 03:54:26] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001407 10.0.0.61 - - [2025-12-29 03:54:26] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053202 10.0.0.27 - - [2025-12-29 03:54:26] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000945 10.0.0.61 - - [2025-12-29 03:54:26] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?fields=virtual_networks HTTP/1.1" 200 1021 0.046692 10.0.0.27 - - [2025-12-29 03:54:27] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.61 - - [2025-12-29 03:54:27] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043995 10.0.0.27 - - [2025-12-29 03:54:27] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.61 - - [2025-12-29 03:54:27] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?fields=security_groups HTTP/1.1" 200 1242 0.037284 10.0.0.61 - - [2025-12-29 03:54:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.033062 10.0.0.27 - - [2025-12-29 03:54:28] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002868 10.0.0.27 - - [2025-12-29 03:54:28] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.27 - - [2025-12-29 03:54:28] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007168 10.0.0.27 - - [2025-12-29 03:54:28] "POST /id-to-fqname HTTP/1.1" 200 194 0.002848 10.0.0.27 - - [2025-12-29 03:54:28] "POST /fqname-to-id HTTP/1.1" 404 203 0.003327 10.0.0.27 - - [2025-12-29 03:54:28] "POST /security-groups HTTP/1.1" 200 595 0.082458 10.0.0.27 - - [2025-12-29 03:54:28] "POST /projects HTTP/1.1" 200 593 0.279395 10.0.0.61 - - [2025-12-29 03:54:28] "POST /access-control-lists HTTP/1.1" 200 600 0.027014 10.0.0.27 - - [2025-12-29 03:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.352268 10.0.0.61 - - [2025-12-29 03:54:28] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.489224 10.0.0.61 - - [2025-12-29 03:54:29] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.61 - - [2025-12-29 03:54:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.61 - - [2025-12-29 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.063893 10.0.0.27 - - [2025-12-29 03:54:31] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000914 10.0.0.61 - - [2025-12-29 03:54:31] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.034744 10.0.0.61 - - [2025-12-29 03:54:32] "POST /route-targets HTTP/1.1" 200 327 0.013305 10.0.0.27 - - [2025-12-29 03:54:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005551 10.0.0.61 - - [2025-12-29 03:54:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.388731 10.0.0.61 - - [2025-12-29 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001224 10.0.0.61 - - [2025-12-29 03:54:32] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006068 10.0.0.61 - - [2025-12-29 03:54:32] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004939 10.0.0.61 - - [2025-12-29 03:54:32] "POST /neutron/network HTTP/1.1" 200 841 0.007245 10.0.0.61 - - [2025-12-29 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001238 10.0.0.27 - - [2025-12-29 03:54:33] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002052 10.0.0.61 - - [2025-12-29 03:54:33] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.080524 10.0.0.61 - - [2025-12-29 03:54:33] "POST /neutron/network HTTP/1.1" 200 841 0.034337 10.0.0.61 - - [2025-12-29 03:54:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.002071 10.0.0.61 - - [2025-12-29 03:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.006149 10.0.0.61 - - [2025-12-29 03:54:34] "POST /neutron/port HTTP/1.1" 200 1063 0.016352 10.0.0.61 - - [2025-12-29 03:54:35] "POST /neutron/port HTTP/1.1" 200 1127 0.021955 10.0.0.61 - - [2025-12-29 03:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.61 - - [2025-12-29 03:54:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.041292 10.0.0.27 - - [2025-12-29 03:54:55] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.034928 10.0.0.61 - - [2025-12-29 03:54:55] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.099076 10.0.0.61 - - [2025-12-29 03:54:55] "POST /neutron/port HTTP/1.1" 200 1127 0.025722 10.0.0.61 - - [2025-12-29 03:54:55] "POST /neutron/port HTTP/1.1" 200 1127 0.022571 10.0.0.61 - - [2025-12-29 03:54:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008770 10.0.0.61 - - [2025-12-29 03:54:55] "GET /virtual-machine/56881011-b4cd-4bed-81f0-5c42a0b29dd8 HTTP/1.1" 401 292 0.000574 10.0.0.61 - - [2025-12-29 03:54:56] "POST /neutron/network HTTP/1.1" 200 851 0.006925 10.0.0.61 - - [2025-12-29 03:54:56] "GET /virtual-machine/56881011-b4cd-4bed-81f0-5c42a0b29dd8 HTTP/1.1" 200 1295 0.080281 10.0.0.61 - - [2025-12-29 03:54:56] "GET /virtual-machine-interface/4f845781-6cbf-497f-a521-65caa8e34cb9 HTTP/1.1" 200 2982 0.004785 10.0.0.61 - - [2025-12-29 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007546 10.0.0.61 - - [2025-12-29 03:54:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012973 10.0.0.61 - - [2025-12-29 03:54:56] "GET /virtual-networks?parent_id=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002866 10.0.0.61 - - [2025-12-29 03:54:56] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006818 10.0.0.61 - - [2025-12-29 03:54:57] "POST /neutron/port HTTP/1.1" 200 1063 0.066408 10.0.0.61 - - [2025-12-29 03:54:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005648 10.0.0.61 - - [2025-12-29 03:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009204 10.0.0.61 - - [2025-12-29 03:54:57] "POST /neutron/network HTTP/1.1" 200 841 0.014906 10.0.0.61 - - [2025-12-29 03:54:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.014009 10.0.0.61 - - [2025-12-29 03:54:57] "GET /virtual-networks?parent_id=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003036 10.0.0.61 - - [2025-12-29 03:54:57] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005382 10.0.0.61 - - [2025-12-29 03:55:02] "DELETE /access-control-list/a6d2bd72-2e07-451e-952b-9dfc92e24de0 HTTP/1.1" 200 115 0.091899 10.0.0.61 - - [2025-12-29 03:55:03] "POST /neutron/port HTTP/1.1" 200 1127 0.051476 10.0.0.61 - - [2025-12-29 03:55:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010661 10.0.0.27 - - [2025-12-29 03:55:14] "DELETE /project/35ce67dbb38741fc8e556923e77c550f HTTP/1.1" 404 173 0.008425 10.0.0.27 - - [2025-12-29 03:55:14] "DELETE /project/e24a1523-07a4-442e-a90a-c73ccb4b03b3 HTTP/1.1" 404 177 0.005976 10.0.0.27 - - [2025-12-29 03:55:14] "DELETE /project/5248876b754f45b2b2f00d559a418525 HTTP/1.1" 404 173 0.007680 10.0.0.27 - - [2025-12-29 03:55:14] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.27 - - [2025-12-29 03:55:14] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.036859 10.0.0.27 - - [2025-12-29 03:55:14] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.27 - - [2025-12-29 03:55:14] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?fields=security_groups HTTP/1.1" 200 1347 0.079798 10.0.0.27 - - [2025-12-29 03:55:14] "DELETE /security-group/4701e93a-ed6b-49d1-9ffe-2fb9ed09b3a7 HTTP/1.1" 200 115 0.042955 10.0.0.27 - - [2025-12-29 03:55:14] "GET /projects?obj_uuids=5248876b-754f-45b2-b2f0-0d559a418525&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000894 10.0.0.27 - - [2025-12-29 03:55:14] "GET /project/5248876b-754f-45b2-b2f0-0d559a418525?fields=application_policy_sets HTTP/1.1" 200 1386 0.034250 10.0.0.27 - - [2025-12-29 03:55:14] "DELETE /project/5248876b-754f-45b2-b2f0-0d559a418525 HTTP/1.1" 200 115 0.404761 10.0.0.61 - - [2025-12-29 03:55:18] "POST /neutron/port HTTP/1.1" 200 1127 0.014946 10.0.0.61 - - [2025-12-29 03:55:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006462 10.0.0.61 - - [2025-12-29 03:55:23] "GET /obj-perms HTTP/1.1" 200 5056 0.053349 10.0.0.61 - - [2025-12-29 03:55:24] "POST /neutron/network HTTP/1.1" 200 851 0.032917 10.0.0.61 - - [2025-12-29 03:55:24] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.61 - - [2025-12-29 03:55:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008117 10.0.0.61 - - [2025-12-29 03:55:38] "POST /neutron/port HTTP/1.1" 200 1127 0.016881 10.0.0.61 - - [2025-12-29 03:55:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006802 10.0.0.61 - - [2025-12-29 03:55:39] "GET /virtual-machine/56ff3329-4c78-4c98-b2e4-7f931734ffb0 HTTP/1.1" 200 1296 0.006127 10.0.0.61 - - [2025-12-29 03:55:39] "GET /virtual-machine-interface/4a5a7978-9998-4632-8014-d3d66e2c5bd4 HTTP/1.1" 200 2981 0.004841 10.0.0.61 - - [2025-12-29 03:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.61 - - [2025-12-29 03:55:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003279 10.0.0.61 - - [2025-12-29 03:55:39] "GET /virtual-networks?parent_id=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002609 10.0.0.61 - - [2025-12-29 03:55:39] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006746 10.0.0.61 - - [2025-12-29 03:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.61 - - [2025-12-29 03:55:42] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005053 10.0.0.61 - - [2025-12-29 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.61 - - [2025-12-29 03:55:46] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005991 10.0.0.61 - - [2025-12-29 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.61 - - [2025-12-29 03:55:50] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006234 10.0.0.61 - - [2025-12-29 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.61 - - [2025-12-29 03:55:54] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005132 10.0.0.61 - - [2025-12-29 03:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.61 - - [2025-12-29 03:55:58] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006593 10.0.0.61 - - [2025-12-29 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.61 - - [2025-12-29 03:56:02] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005213 10.0.0.61 - - [2025-12-29 03:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.61 - - [2025-12-29 03:56:06] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005363 10.0.0.61 - - [2025-12-29 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.61 - - [2025-12-29 03:56:10] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006323 10.0.0.61 - - [2025-12-29 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.61 - - [2025-12-29 03:56:15] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005544 10.0.0.61 - - [2025-12-29 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.61 - - [2025-12-29 03:56:19] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005775 10.0.0.61 - - [2025-12-29 03:56:19] "POST /neutron/port HTTP/1.1" 200 1127 0.019958 10.0.0.61 - - [2025-12-29 03:56:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.61 - - [2025-12-29 03:56:19] "POST /neutron/network HTTP/1.1" 200 841 0.006637 10.0.0.61 - - [2025-12-29 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.61 - - [2025-12-29 03:56:23] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005156 10.0.0.61 - - [2025-12-29 03:56:24] "POST /neutron/network HTTP/1.1" 200 851 0.008005 10.0.0.61 - - [2025-12-29 03:56:24] "POST /neutron/port HTTP/1.1" 200 117 0.001858 10.0.0.61 - - [2025-12-29 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.61 - - [2025-12-29 03:56:27] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005211 10.0.0.61 - - [2025-12-29 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.61 - - [2025-12-29 03:56:31] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006044 10.0.0.61 - - [2025-12-29 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.61 - - [2025-12-29 03:56:35] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005075 10.0.0.61 - - [2025-12-29 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.61 - - [2025-12-29 03:56:39] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005434 10.0.0.61 - - [2025-12-29 03:56:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006386 10.0.0.61 - - [2025-12-29 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.61 - - [2025-12-29 03:56:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003154 10.0.0.61 - - [2025-12-29 03:56:43] "GET /virtual-networks?parent_id=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003002 10.0.0.61 - - [2025-12-29 03:56:43] "GET /virtual-network/528d4fef-39a8-4b17-a587-4bef2a0a535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005807 10.0.0.61 - - [2025-12-29 03:56:49] "POST /neutron/port HTTP/1.1" 200 1127 0.016433 10.0.0.61 - - [2025-12-29 03:56:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009350 10.0.0.61 - - [2025-12-29 03:57:04] "POST /neutron/port HTTP/1.1" 200 1127 0.017574 10.0.0.61 - - [2025-12-29 03:57:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007778 10.0.0.61 - - [2025-12-29 03:57:19] "POST /neutron/port HTTP/1.1" 200 1127 0.016103 10.0.0.61 - - [2025-12-29 03:57:20] "POST /neutron/port HTTP/1.1" 200 1127 0.017630 10.0.0.61 - - [2025-12-29 03:57:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.008892 10.0.0.61 - - [2025-12-29 03:57:25] "POST /fqname-to-id HTTP/1.1" 404 240 0.003358 10.0.0.61 - - [2025-12-29 03:57:25] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.030350 10.0.0.22 - - [2025-12-29 03:57:25] "GET /obj-perms HTTP/1.1" 200 5056 0.362166 10.0.0.61 - - [2025-12-29 03:57:25] "GET /bgp-as-a-service/05066350-c056-40f6-8bd7-451bde89da87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1620 0.006294 10.0.0.61 - - [2025-12-29 03:57:25] "GET /virtual-machine-interface/4a5a7978-9998-4632-8014-d3d66e2c5bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.004438 10.0.0.61 - - [2025-12-29 03:57:25] "POST /ref-update HTTP/1.1" 200 156 0.011869 10.0.0.61 - - [2025-12-29 03:57:25] "POST /neutron/network HTTP/1.1" 200 841 0.006995 10.0.0.61 - - [2025-12-29 03:57:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.008169 10.0.0.61 - - [2025-12-29 03:57:25] "POST /bgp-routers HTTP/1.1" 200 603 0.173993 10.0.0.61 - - [2025-12-29 03:57:26] "POST /neutron/network HTTP/1.1" 200 851 0.006533 10.0.0.61 - - [2025-12-29 03:57:26] "POST /ref-update HTTP/1.1" 200 156 0.019236 10.0.0.61 - - [2025-12-29 03:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.22 - - [2025-12-29 03:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-12-29 03:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-12-29 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2025-12-29 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000921 10.0.0.22 - - [2025-12-29 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000859 10.0.0.22 - - [2025-12-29 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-12-29 03:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-12-29 03:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.61 - - [2025-12-29 03:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.61 - - [2025-12-29 03:57:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000757 10.0.0.61 - - [2025-12-29 03:57:53] "GET /bgp-as-a-service/05066350-c056-40f6-8bd7-451bde89da87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007746 10.0.0.61 - - [2025-12-29 03:57:53] "GET /virtual-machine-interface/4a5a7978-9998-4632-8014-d3d66e2c5bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006734 10.0.0.61 - - [2025-12-29 03:57:53] "POST /ref-update HTTP/1.1" 200 156 0.011964 10.0.0.61 - - [2025-12-29 03:57:54] "POST /ref-update HTTP/1.1" 200 156 0.022928 10.0.0.61 - - [2025-12-29 03:57:54] "DELETE /bgp-as-a-service/05066350-c056-40f6-8bd7-451bde89da87 HTTP/1.1" 200 115 0.045542 10.0.0.61 - - [2025-12-29 03:57:54] "POST /neutron/network HTTP/1.1" 400 204 0.012952 10.0.0.61 - - [2025-12-29 03:57:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.61 - - [2025-12-29 03:57:54] "POST /neutron/port HTTP/1.1" 200 151 0.190198 10.0.0.61 - - [2025-12-29 03:57:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.61 - - [2025-12-29 03:57:55] "POST /neutron/port HTTP/1.1" 200 151 0.162659 10.0.0.61 - - [2025-12-29 03:57:56] "DELETE /route-target/4e637504-7b89-4388-a1fd-5eb6b6e5649b HTTP/1.1" 200 115 0.020990 10.0.0.27 - - [2025-12-29 03:57:57] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000909 10.0.0.61 - - [2025-12-29 03:57:57] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042201 10.0.0.27 - - [2025-12-29 03:57:57] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001432 10.0.0.61 - - [2025-12-29 03:57:57] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?fields=virtual_networks HTTP/1.1" 200 1039 0.039461 10.0.0.27 - - [2025-12-29 03:57:57] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000907 10.0.0.61 - - [2025-12-29 03:57:57] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.047432 10.0.0.27 - - [2025-12-29 03:57:58] "GET /projects?obj_uuids=35ce67db-b387-41fc-8e55-6923e77c550f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001172 10.0.0.61 - - [2025-12-29 03:57:58] "GET /project/35ce67db-b387-41fc-8e55-6923e77c550f?fields=security_groups HTTP/1.1" 200 1269 0.034210 10.0.0.61 - - [2025-12-29 03:57:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.027033 10.0.0.27 - - [2025-12-29 03:57:58] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002890 10.0.0.27 - - [2025-12-29 03:57:58] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.27 - - [2025-12-29 03:57:58] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006776 10.0.0.27 - - [2025-12-29 03:57:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.006155 10.0.0.27 - - [2025-12-29 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.007065 10.0.0.27 - - [2025-12-29 03:57:59] "POST /security-groups HTTP/1.1" 200 592 0.073446 10.0.0.27 - - [2025-12-29 03:57:59] "POST /projects HTTP/1.1" 200 587 0.296372 10.0.0.27 - - [2025-12-29 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.333786 10.0.0.61 - - [2025-12-29 03:57:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.030861 10.0.0.61 - - [2025-12-29 03:57:59] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.479227 10.0.0.61 - - [2025-12-29 03:58:00] "GET / HTTP/1.1" 200 35931 0.001305 10.0.0.61 - - [2025-12-29 03:58:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.61 - - [2025-12-29 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.054482 10.0.0.27 - - [2025-12-29 03:58:02] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.61 - - [2025-12-29 03:58:02] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042351 10.0.0.61 - - [2025-12-29 03:58:02] "POST /neutron/network HTTP/1.1" 200 117 0.044527 10.0.0.61 - - [2025-12-29 03:58:03] "POST /ref-update HTTP/1.1" 200 156 0.037449 10.0.0.61 - - [2025-12-29 03:58:03] "POST /neutron/network HTTP/1.1" 200 834 0.009976 10.0.0.61 - - [2025-12-29 03:58:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001834 10.0.0.61 - - [2025-12-29 03:58:03] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009396 10.0.0.61 - - [2025-12-29 03:58:03] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006312 10.0.0.61 - - [2025-12-29 03:58:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.011528 10.0.0.61 - - [2025-12-29 03:58:03] "POST /id-to-fqname HTTP/1.1" 200 225 0.001133 10.0.0.27 - - [2025-12-29 03:58:04] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.61 - - [2025-12-29 03:58:04] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092403 10.0.0.61 - - [2025-12-29 03:58:04] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.61 - - [2025-12-29 03:58:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001207 10.0.0.61 - - [2025-12-29 03:58:04] "POST /neutron/network HTTP/1.1" 200 844 0.009347 10.0.0.61 - - [2025-12-29 03:58:05] "POST /neutron/port HTTP/1.1" 200 1062 0.023444 10.0.0.61 - - [2025-12-29 03:58:05] "POST /neutron/port HTTP/1.1" 200 1126 0.035089 10.0.0.27 - - [2025-12-29 03:58:05] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.61 - - [2025-12-29 03:58:05] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.106015 10.0.0.61 - - [2025-12-29 03:58:05] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.61 - - [2025-12-29 03:58:06] "POST /neutron/port HTTP/1.1" 200 1126 0.042743 10.0.0.61 - - [2025-12-29 03:58:06] "POST /id-to-fqname HTTP/1.1" 200 225 0.001276 10.0.0.61 - - [2025-12-29 03:58:06] "POST /neutron/port HTTP/1.1" 200 1126 0.035231 10.0.0.61 - - [2025-12-29 03:58:06] "POST /neutron/network HTTP/1.1" 200 844 0.010542 10.0.0.61 - - [2025-12-29 03:58:07] "POST /neutron/port HTTP/1.1" 200 1062 0.030502 10.0.0.27 - - [2025-12-29 03:58:07] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000959 10.0.0.61 - - [2025-12-29 03:58:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005648 10.0.0.61 - - [2025-12-29 03:58:07] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.133346 10.0.0.61 - - [2025-12-29 03:58:07] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.61 - - [2025-12-29 03:58:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019222 10.0.0.61 - - [2025-12-29 03:58:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008146 10.0.0.61 - - [2025-12-29 03:58:09] "POST /neutron/port HTTP/1.1" 200 1062 0.032455 10.0.0.61 - - [2025-12-29 03:58:09] "POST /neutron/port HTTP/1.1" 200 1126 0.033450 10.0.0.61 - - [2025-12-29 03:58:09] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.61 - - [2025-12-29 03:58:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007369 10.0.0.27 - - [2025-12-29 03:58:14] "DELETE /project/ba6acc4a82524904920fe93139610b78 HTTP/1.1" 404 173 0.004614 10.0.0.27 - - [2025-12-29 03:58:14] "DELETE /project/35ce67db-b387-41fc-8e55-6923e77c550f HTTP/1.1" 404 177 0.004472 10.0.0.61 - - [2025-12-29 03:58:21] "POST /neutron/port HTTP/1.1" 200 1126 0.020724 10.0.0.61 - - [2025-12-29 03:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003839 10.0.0.61 - - [2025-12-29 03:58:21] "POST /neutron/network HTTP/1.1" 200 834 0.006299 10.0.0.61 - - [2025-12-29 03:58:28] "POST /neutron/port HTTP/1.1" 200 1126 0.017821 10.0.0.61 - - [2025-12-29 03:58:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007220 10.0.0.61 - - [2025-12-29 03:58:43] "POST /neutron/port HTTP/1.1" 200 1126 0.015556 10.0.0.61 - - [2025-12-29 03:58:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006589 10.0.0.61 - - [2025-12-29 03:58:44] "GET /virtual-machine/308f1632-6e54-4d29-94c8-7448096b90dc HTTP/1.1" 401 292 0.000386 10.0.0.61 - - [2025-12-29 03:58:44] "GET /virtual-machine/308f1632-6e54-4d29-94c8-7448096b90dc HTTP/1.1" 200 1293 0.033535 10.0.0.61 - - [2025-12-29 03:58:44] "GET /virtual-machine-interface/aa88c05f-9110-49fc-b427-a9c2f695fd01 HTTP/1.1" 200 2959 0.005677 10.0.0.61 - - [2025-12-29 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.61 - - [2025-12-29 03:58:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003270 10.0.0.61 - - [2025-12-29 03:58:44] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004143 10.0.0.61 - - [2025-12-29 03:58:44] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007331 10.0.0.61 - - [2025-12-29 03:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.61 - - [2025-12-29 03:58:47] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004809 10.0.0.61 - - [2025-12-29 03:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.61 - - [2025-12-29 03:58:51] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006716 10.0.0.61 - - [2025-12-29 03:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.61 - - [2025-12-29 03:58:55] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005880 10.0.0.61 - - [2025-12-29 03:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.61 - - [2025-12-29 03:59:00] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006370 10.0.0.61 - - [2025-12-29 03:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.61 - - [2025-12-29 03:59:04] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004979 10.0.0.61 - - [2025-12-29 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.61 - - [2025-12-29 03:59:08] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006061 10.0.0.61 - - [2025-12-29 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.61 - - [2025-12-29 03:59:12] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005199 10.0.0.61 - - [2025-12-29 03:59:12] "POST /neutron/port HTTP/1.1" 200 1126 0.016813 10.0.0.61 - - [2025-12-29 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005747 10.0.0.61 - - [2025-12-29 03:59:16] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005802 10.0.0.61 - - [2025-12-29 03:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.61 - - [2025-12-29 03:59:20] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008741 10.0.0.61 - - [2025-12-29 03:59:21] "POST /neutron/port HTTP/1.1" 200 1126 0.019205 10.0.0.61 - - [2025-12-29 03:59:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008911 10.0.0.61 - - [2025-12-29 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.61 - - [2025-12-29 03:59:24] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004989 10.0.0.27 - - [2025-12-29 03:59:27] "GET /obj-perms HTTP/1.1" 200 5056 0.066988 10.0.0.61 - - [2025-12-29 03:59:27] "GET /obj-perms HTTP/1.1" 200 5056 0.060850 10.0.0.61 - - [2025-12-29 03:59:28] "POST /neutron/port HTTP/1.1" 200 1126 0.021986 10.0.0.61 - - [2025-12-29 03:59:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.61 - - [2025-12-29 03:59:28] "POST /neutron/network HTTP/1.1" 200 834 0.006391 10.0.0.61 - - [2025-12-29 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.61 - - [2025-12-29 03:59:28] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006542 10.0.0.61 - - [2025-12-29 03:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.61 - - [2025-12-29 03:59:32] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004645 10.0.0.61 - - [2025-12-29 03:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.61 - - [2025-12-29 03:59:36] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004850 10.0.0.61 - - [2025-12-29 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.61 - - [2025-12-29 03:59:40] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010970 10.0.0.61 - - [2025-12-29 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.61 - - [2025-12-29 03:59:45] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005118 10.0.0.61 - - [2025-12-29 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.61 - - [2025-12-29 03:59:49] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005522 10.0.0.61 - - [2025-12-29 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.61 - - [2025-12-29 03:59:53] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005614 10.0.0.61 - - [2025-12-29 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-29 03:59:57] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005309 10.0.0.61 - - [2025-12-29 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.61 - - [2025-12-29 04:00:01] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006571 10.0.0.61 - - [2025-12-29 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.61 - - [2025-12-29 04:00:05] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006095 10.0.0.61 - - [2025-12-29 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.61 - - [2025-12-29 04:00:09] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005101 10.0.0.61 - - [2025-12-29 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.61 - - [2025-12-29 04:00:13] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005203 10.0.0.61 - - [2025-12-29 04:00:15] "POST /neutron/port HTTP/1.1" 200 1126 0.041699 10.0.0.61 - - [2025-12-29 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.61 - - [2025-12-29 04:00:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003381 10.0.0.61 - - [2025-12-29 04:00:15] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002650 10.0.0.61 - - [2025-12-29 04:00:15] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007011 10.0.0.61 - - [2025-12-29 04:00:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007669 10.0.0.61 - - [2025-12-29 04:00:21] "POST /neutron/port HTTP/1.1" 200 1126 0.040151 10.0.0.61 - - [2025-12-29 04:00:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.61 - - [2025-12-29 04:00:21] "POST /neutron/network HTTP/1.1" 200 834 0.008171 10.0.0.61 - - [2025-12-29 04:00:30] "POST /neutron/port HTTP/1.1" 200 1126 0.044410 10.0.0.61 - - [2025-12-29 04:00:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.61 - - [2025-12-29 04:00:30] "POST /neutron/network HTTP/1.1" 200 834 0.010920 10.0.0.61 - - [2025-12-29 04:00:36] "POST /neutron/port HTTP/1.1" 200 1126 0.018137 10.0.0.61 - - [2025-12-29 04:00:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007453 10.0.0.61 - - [2025-12-29 04:00:52] "POST /neutron/port HTTP/1.1" 200 1126 0.024120 10.0.0.61 - - [2025-12-29 04:00:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007376 10.0.0.61 - - [2025-12-29 04:01:07] "POST /neutron/port HTTP/1.1" 200 1126 0.015716 10.0.0.61 - - [2025-12-29 04:01:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009052 10.0.0.61 - - [2025-12-29 04:01:07] "GET /virtual-machine/8e69910f-c031-4101-b37a-40ca8d7cd6bf HTTP/1.1" 200 1294 0.005716 10.0.0.61 - - [2025-12-29 04:01:07] "GET /virtual-machine-interface/aa2d96ef-3b05-4c84-810a-8e1aed824c9d HTTP/1.1" 200 2958 0.012081 10.0.0.61 - - [2025-12-29 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.61 - - [2025-12-29 04:01:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003717 10.0.0.61 - - [2025-12-29 04:01:07] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002682 10.0.0.61 - - [2025-12-29 04:01:08] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005527 10.0.0.61 - - [2025-12-29 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.61 - - [2025-12-29 04:01:09] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005509 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004002 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007572 10.0.0.61 - - [2025-12-29 04:01:09] "POST /neutron/port HTTP/1.1" 200 1126 0.017464 10.0.0.61 - - [2025-12-29 04:01:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006700 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-machine/588ef652-0ac5-488e-8a95-3ef012cca606 HTTP/1.1" 200 1292 0.005503 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-machine-interface/bed934d4-f8d5-4f07-a491-a4a06560b974 HTTP/1.1" 200 2959 0.005956 10.0.0.61 - - [2025-12-29 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.61 - - [2025-12-29 04:01:09] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003849 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002738 10.0.0.61 - - [2025-12-29 04:01:09] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005613 10.0.0.61 - - [2025-12-29 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.61 - - [2025-12-29 04:01:10] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005377 10.0.0.61 - - [2025-12-29 04:01:10] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005368 10.0.0.61 - - [2025-12-29 04:01:10] "GET /virtual-network/72c62f32-fd0a-4dbd-8c79-09bfbaa84b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005965 10.0.0.61 - - [2025-12-29 04:01:10] "POST /neutron/port HTTP/1.1" 200 1126 0.019661 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003132 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.61 - - [2025-12-29 04:01:16] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006625 10.0.0.61 - - [2025-12-29 04:01:16] "POST /control-node-zones HTTP/1.1" 200 569 0.024417 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.61 - - [2025-12-29 04:01:16] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005097 10.0.0.61 - - [2025-12-29 04:01:16] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005439 10.0.0.61 - - [2025-12-29 04:01:16] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.018783 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003245 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.61 - - [2025-12-29 04:01:16] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008043 10.0.0.61 - - [2025-12-29 04:01:16] "POST /control-node-zones HTTP/1.1" 200 569 0.029736 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.61 - - [2025-12-29 04:01:16] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005963 10.0.0.61 - - [2025-12-29 04:01:16] "GET /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006729 10.0.0.61 - - [2025-12-29 04:01:16] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.021765 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003540 10.0.0.61 - - [2025-12-29 04:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.61 - - [2025-12-29 04:01:16] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007560 10.0.0.61 - - [2025-12-29 04:01:16] "POST /control-node-zones HTTP/1.1" 200 569 0.026308 10.0.0.61 - - [2025-12-29 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.61 - - [2025-12-29 04:01:17] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004282 10.0.0.61 - - [2025-12-29 04:01:17] "GET /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005346 10.0.0.61 - - [2025-12-29 04:01:17] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.018743 10.0.0.61 - - [2025-12-29 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.61 - - [2025-12-29 04:01:17] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005838 10.0.0.61 - - [2025-12-29 04:01:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003315 10.0.0.61 - - [2025-12-29 04:01:17] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.039384 10.0.0.61 - - [2025-12-29 04:01:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.008697 10.0.0.61 - - [2025-12-29 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.61 - - [2025-12-29 04:01:17] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.005210 10.0.0.61 - - [2025-12-29 04:01:17] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004095 10.0.0.61 - - [2025-12-29 04:01:17] "POST /ref-update HTTP/1.1" 200 156 0.015109 10.0.0.61 - - [2025-12-29 04:01:22] "POST /neutron/port HTTP/1.1" 200 1126 0.020269 10.0.0.61 - - [2025-12-29 04:01:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004730 10.0.0.61 - - [2025-12-29 04:01:22] "POST /neutron/network HTTP/1.1" 200 834 0.006752 10.0.0.22 - - [2025-12-29 04:01:29] "GET /obj-perms HTTP/1.1" 200 5056 0.066151 10.0.0.61 - - [2025-12-29 04:01:30] "POST /neutron/network HTTP/1.1" 200 844 0.007415 10.0.0.61 - - [2025-12-29 04:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.61 - - [2025-12-29 04:01:39] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006056 10.0.0.61 - - [2025-12-29 04:01:39] "GET /virtual-machine-interface/aa88c05f-9110-49fc-b427-a9c2f695fd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004681 10.0.0.61 - - [2025-12-29 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.011114 10.0.0.61 - - [2025-12-29 04:01:39] "POST /bgp-routers HTTP/1.1" 200 594 0.025238 10.0.0.61 - - [2025-12-29 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.025324 10.0.0.61 - - [2025-12-29 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.61 - - [2025-12-29 04:01:39] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006583 10.0.0.61 - - [2025-12-29 04:01:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.003102 10.0.0.61 - - [2025-12-29 04:01:40] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034471 10.0.0.61 - - [2025-12-29 04:01:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.010605 10.0.0.61 - - [2025-12-29 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.61 - - [2025-12-29 04:01:40] "GET /bgp-as-a-service/41ff96b2-1380-4a9f-a8c5-7d10cbf9deb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005353 10.0.0.61 - - [2025-12-29 04:01:40] "GET /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003567 10.0.0.61 - - [2025-12-29 04:01:40] "POST /ref-update HTTP/1.1" 200 156 0.013847 10.0.0.61 - - [2025-12-29 04:01:49] "GET /bgp-as-a-service/41ff96b2-1380-4a9f-a8c5-7d10cbf9deb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.005828 10.0.0.61 - - [2025-12-29 04:01:49] "GET /virtual-machine-interface/aa2d96ef-3b05-4c84-810a-8e1aed824c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005037 10.0.0.61 - - [2025-12-29 04:01:49] "POST /ref-update HTTP/1.1" 200 156 0.017463 10.0.0.61 - - [2025-12-29 04:01:49] "POST /ref-update HTTP/1.1" 200 156 0.033523 10.0.0.61 - - [2025-12-29 04:02:09] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003689 10.0.0.61 - - [2025-12-29 04:02:09] "POST /ref-update HTTP/1.1" 200 156 0.017449 10.0.0.61 - - [2025-12-29 04:02:09] "GET /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003443 10.0.0.61 - - [2025-12-29 04:02:10] "POST /ref-update HTTP/1.1" 200 156 0.018021 10.0.0.61 - - [2025-12-29 04:02:10] "GET /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003611 10.0.0.61 - - [2025-12-29 04:02:10] "POST /ref-update HTTP/1.1" 200 156 0.017345 10.0.0.61 - - [2025-12-29 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.61 - - [2025-12-29 04:02:10] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006704 10.0.0.61 - - [2025-12-29 04:02:10] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003799 10.0.0.61 - - [2025-12-29 04:02:10] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.020512 10.0.0.61 - - [2025-12-29 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.61 - - [2025-12-29 04:02:10] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004626 10.0.0.61 - - [2025-12-29 04:02:10] "GET /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003381 10.0.0.61 - - [2025-12-29 04:02:10] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.031191 10.0.0.61 - - [2025-12-29 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.61 - - [2025-12-29 04:02:10] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004746 10.0.0.61 - - [2025-12-29 04:02:10] "GET /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003168 10.0.0.61 - - [2025-12-29 04:02:10] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.022691 10.0.0.61 - - [2025-12-29 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.61 - - [2025-12-29 04:02:23] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005452 10.0.0.61 - - [2025-12-29 04:02:23] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.002979 10.0.0.61 - - [2025-12-29 04:02:23] "POST /ref-update HTTP/1.1" 200 156 0.015480 10.0.0.61 - - [2025-12-29 04:02:23] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004991 10.0.0.61 - - [2025-12-29 04:02:23] "POST /ref-update HTTP/1.1" 200 156 0.020297 10.0.0.61 - - [2025-12-29 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008198 10.0.0.61 - - [2025-12-29 04:02:23] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005895 10.0.0.61 - - [2025-12-29 04:02:23] "POST /neutron/network HTTP/1.1" 200 834 0.006301 10.0.0.61 - - [2025-12-29 04:02:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.007946 10.0.0.61 - - [2025-12-29 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.61 - - [2025-12-29 04:02:23] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.004506 10.0.0.61 - - [2025-12-29 04:02:23] "GET /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007319 10.0.0.61 - - [2025-12-29 04:02:23] "POST /ref-update HTTP/1.1" 200 156 0.013566 10.0.0.61 - - [2025-12-29 04:02:24] "POST /neutron/network HTTP/1.1" 200 844 0.005849 10.0.0.61 - - [2025-12-29 04:02:24] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.61 - - [2025-12-29 04:02:26] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005940 10.0.0.61 - - [2025-12-29 04:02:26] "GET /virtual-machine-interface/aa88c05f-9110-49fc-b427-a9c2f695fd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006447 10.0.0.61 - - [2025-12-29 04:02:30] "POST /neutron/port HTTP/1.1" 200 1126 0.018186 10.0.0.61 - - [2025-12-29 04:02:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.011338 10.0.0.61 - - [2025-12-29 04:02:39] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.003993 10.0.0.61 - - [2025-12-29 04:02:39] "GET /virtual-machine-interface/aa88c05f-9110-49fc-b427-a9c2f695fd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.005443 10.0.0.61 - - [2025-12-29 04:02:39] "POST /ref-update HTTP/1.1" 200 156 0.013490 10.0.0.61 - - [2025-12-29 04:02:39] "GET /bgp-as-a-service/41ff96b2-1380-4a9f-a8c5-7d10cbf9deb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.005754 10.0.0.61 - - [2025-12-29 04:02:39] "GET /virtual-machine-interface/aa2d96ef-3b05-4c84-810a-8e1aed824c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007130 10.0.0.61 - - [2025-12-29 04:02:39] "POST /ref-update HTTP/1.1" 200 156 0.055439 10.0.0.61 - - [2025-12-29 04:02:39] "POST /ref-update HTTP/1.1" 200 156 0.028134 10.0.0.61 - - [2025-12-29 04:02:40] "DELETE /bgp-as-a-service/41ff96b2-1380-4a9f-a8c5-7d10cbf9deb5 HTTP/1.1" 200 115 0.052365 10.0.0.61 - - [2025-12-29 04:02:40] "GET /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.005458 10.0.0.61 - - [2025-12-29 04:02:40] "GET /virtual-machine-interface/aa88c05f-9110-49fc-b427-a9c2f695fd01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.009884 10.0.0.61 - - [2025-12-29 04:02:40] "DELETE /bgp-as-a-service/dcc4aa42-579f-456f-be10-490df40b455f HTTP/1.1" 200 115 0.055958 10.0.0.61 - - [2025-12-29 04:02:40] "POST /ref-update HTTP/1.1" 200 156 0.021704 10.0.0.61 - - [2025-12-29 04:02:40] "GET /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004142 10.0.0.61 - - [2025-12-29 04:02:40] "POST /ref-update HTTP/1.1" 200 156 0.029147 10.0.0.61 - - [2025-12-29 04:02:40] "DELETE /control-node-zone/dc49cd3f-0938-4d73-8064-f390a4879f7b HTTP/1.1" 200 115 0.025366 10.0.0.61 - - [2025-12-29 04:02:40] "GET /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006164 10.0.0.61 - - [2025-12-29 04:02:40] "POST /ref-update HTTP/1.1" 200 156 0.019120 10.0.0.61 - - [2025-12-29 04:02:40] "DELETE /control-node-zone/7fb1db8d-cc65-453a-a13d-a5d9764c1f0a HTTP/1.1" 200 115 0.029970 10.0.0.61 - - [2025-12-29 04:02:40] "GET /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.009262 10.0.0.61 - - [2025-12-29 04:02:40] "DELETE /control-node-zone/6a0e21ee-9ad6-4dd9-b229-96f64477855e HTTP/1.1" 200 115 0.031082 10.0.0.61 - - [2025-12-29 04:02:40] "POST /neutron/network HTTP/1.1" 200 834 0.007618 10.0.0.61 - - [2025-12-29 04:02:41] "POST /neutron/port HTTP/1.1" 200 1126 0.017161 10.0.0.61 - - [2025-12-29 04:02:41] "POST /neutron/port HTTP/1.1" 200 1116 0.011824 10.0.0.61 - - [2025-12-29 04:02:41] "POST /neutron/port HTTP/1.1" 200 1116 0.015487 10.0.0.61 - - [2025-12-29 04:02:42] "DELETE /route-target/f3d411b9-caab-45bf-a704-fc8f22de2e19 HTTP/1.1" 200 115 0.023566 10.0.0.27 - - [2025-12-29 04:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.061059 10.0.0.27 - - [2025-12-29 04:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.61 - - [2025-12-29 04:02:42] "POST /neutron/network HTTP/1.1" 200 151 0.195917 10.0.0.61 - - [2025-12-29 04:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2025-12-29 04:02:45] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000836 10.0.0.61 - - [2025-12-29 04:02:45] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037522 10.0.0.27 - - [2025-12-29 04:02:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005852 10.0.0.61 - - [2025-12-29 04:02:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.215930 10.0.0.61 - - [2025-12-29 04:02:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001212 10.0.0.61 - - [2025-12-29 04:02:46] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004996 10.0.0.61 - - [2025-12-29 04:02:46] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005346 10.0.0.61 - - [2025-12-29 04:02:46] "POST /neutron/network HTTP/1.1" 200 834 0.006544 10.0.0.61 - - [2025-12-29 04:02:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001251 10.0.0.27 - - [2025-12-29 04:02:47] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.61 - - [2025-12-29 04:02:47] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077805 10.0.0.61 - - [2025-12-29 04:02:47] "POST /neutron/network HTTP/1.1" 200 834 0.036893 10.0.0.61 - - [2025-12-29 04:02:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001202 10.0.0.61 - - [2025-12-29 04:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.006587 10.0.0.27 - - [2025-12-29 04:02:47] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.61 - - [2025-12-29 04:02:47] "POST /neutron/port HTTP/1.1" 200 1062 0.289588 10.0.0.61 - - [2025-12-29 04:02:48] "POST /neutron/port HTTP/1.1" 200 1116 0.111538 10.0.0.61 - - [2025-12-29 04:02:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.008032 10.0.0.27 - - [2025-12-29 04:02:48] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.61 - - [2025-12-29 04:02:48] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071615 10.0.0.61 - - [2025-12-29 04:02:48] "POST /neutron/network HTTP/1.1" 200 834 0.007164 10.0.0.61 - - [2025-12-29 04:02:48] "POST /neutron/port HTTP/1.1" 200 117 0.005278 10.0.0.61 - - [2025-12-29 04:02:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001171 10.0.0.61 - - [2025-12-29 04:02:48] "POST /neutron/network HTTP/1.1" 200 844 0.006906 10.0.0.61 - - [2025-12-29 04:02:49] "POST /neutron/port HTTP/1.1" 200 1062 0.016644 10.0.0.61 - - [2025-12-29 04:02:49] "POST /neutron/port HTTP/1.1" 200 1126 0.016504 10.0.0.61 - - [2025-12-29 04:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.27 - - [2025-12-29 04:02:49] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.61 - - [2025-12-29 04:02:49] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079214 10.0.0.61 - - [2025-12-29 04:02:49] "POST /neutron/port HTTP/1.1" 200 2100 0.022513 10.0.0.61 - - [2025-12-29 04:02:50] "POST /neutron/port HTTP/1.1" 200 1126 0.020794 10.0.0.61 - - [2025-12-29 04:02:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009282 10.0.0.61 - - [2025-12-29 04:02:50] "GET /virtual-machine/12b0b3f1-4ddb-4734-850e-ae610f57eaed HTTP/1.1" 200 1292 0.006866 10.0.0.61 - - [2025-12-29 04:02:50] "GET /virtual-machine-interface/d2f589a3-4211-41db-96de-594e9c581aeb HTTP/1.1" 200 2959 0.005601 10.0.0.61 - - [2025-12-29 04:02:50] "POST /neutron/network HTTP/1.1" 200 844 0.008486 10.0.0.61 - - [2025-12-29 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.61 - - [2025-12-29 04:02:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003482 10.0.0.61 - - [2025-12-29 04:02:50] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.020575 10.0.0.61 - - [2025-12-29 04:02:50] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007107 10.0.0.61 - - [2025-12-29 04:02:50] "POST /neutron/port HTTP/1.1" 200 1062 0.028731 10.0.0.61 - - [2025-12-29 04:02:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003426 10.0.0.61 - - [2025-12-29 04:02:51] "POST /neutron/network HTTP/1.1" 200 834 0.006378 10.0.0.22 - - [2025-12-29 04:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-12-29 04:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-12-29 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.22 - - [2025-12-29 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-12-29 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2025-12-29 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2025-12-29 04:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-12-29 04:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.61 - - [2025-12-29 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.61 - - [2025-12-29 04:02:53] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007278 10.0.0.61 - - [2025-12-29 04:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.61 - - [2025-12-29 04:02:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.61 - - [2025-12-29 04:02:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.61 - - [2025-12-29 04:02:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.61 - - [2025-12-29 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.61 - - [2025-12-29 04:02:57] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004519 10.0.0.61 - - [2025-12-29 04:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.61 - - [2025-12-29 04:03:01] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006164 10.0.0.61 - - [2025-12-29 04:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.032646 10.0.0.61 - - [2025-12-29 04:03:05] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005777 10.0.0.61 - - [2025-12-29 04:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.61 - - [2025-12-29 04:03:09] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004966 10.0.0.61 - - [2025-12-29 04:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.61 - - [2025-12-29 04:03:14] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005095 10.0.0.61 - - [2025-12-29 04:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.61 - - [2025-12-29 04:03:18] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005042 10.0.0.61 - - [2025-12-29 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.61 - - [2025-12-29 04:03:22] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005961 10.0.0.61 - - [2025-12-29 04:03:25] "POST /neutron/network HTTP/1.1" 200 844 0.008322 10.0.0.61 - - [2025-12-29 04:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.001457 10.0.0.61 - - [2025-12-29 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.61 - - [2025-12-29 04:03:26] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007489 10.0.0.61 - - [2025-12-29 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.61 - - [2025-12-29 04:03:30] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007665 10.0.0.27 - - [2025-12-29 04:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.069585 10.0.0.61 - - [2025-12-29 04:03:32] "POST /neutron/port HTTP/1.1" 200 1126 0.022459 10.0.0.61 - - [2025-12-29 04:03:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009871 10.0.0.61 - - [2025-12-29 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.61 - - [2025-12-29 04:03:34] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006053 10.0.0.61 - - [2025-12-29 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.61 - - [2025-12-29 04:03:38] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006525 10.0.0.61 - - [2025-12-29 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.61 - - [2025-12-29 04:03:42] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006952 10.0.0.61 - - [2025-12-29 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.61 - - [2025-12-29 04:03:46] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006158 10.0.0.61 - - [2025-12-29 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.61 - - [2025-12-29 04:03:50] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005211 10.0.0.61 - - [2025-12-29 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.61 - - [2025-12-29 04:03:55] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005206 10.0.0.61 - - [2025-12-29 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.61 - - [2025-12-29 04:03:59] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008746 10.0.0.61 - - [2025-12-29 04:04:00] "POST /neutron/port HTTP/1.1" 200 1126 0.017477 10.0.0.61 - - [2025-12-29 04:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.61 - - [2025-12-29 04:04:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.61 - - [2025-12-29 04:04:01] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003262 10.0.0.61 - - [2025-12-29 04:04:01] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005633 10.0.0.61 - - [2025-12-29 04:04:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.047272 10.0.0.61 - - [2025-12-29 04:04:08] "POST /neutron/port HTTP/1.1" 200 1126 0.017661 10.0.0.61 - - [2025-12-29 04:04:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006878 10.0.0.61 - - [2025-12-29 04:04:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018628 10.0.0.61 - - [2025-12-29 04:04:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008588 10.0.0.61 - - [2025-12-29 04:04:27] "POST /neutron/port HTTP/1.1" 200 1126 0.021845 10.0.0.61 - - [2025-12-29 04:04:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007364 10.0.0.61 - - [2025-12-29 04:04:27] "POST /neutron/network HTTP/1.1" 200 834 0.008997 10.0.0.61 - - [2025-12-29 04:04:30] "GET /obj-perms HTTP/1.1" 200 5056 0.053701 10.0.0.61 - - [2025-12-29 04:04:33] "POST /neutron/port HTTP/1.1" 200 1126 0.015161 10.0.0.61 - - [2025-12-29 04:04:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003849 10.0.0.61 - - [2025-12-29 04:04:33] "POST /neutron/network HTTP/1.1" 200 834 0.009096 10.0.0.61 - - [2025-12-29 04:04:42] "POST /neutron/port HTTP/1.1" 200 1126 0.016306 10.0.0.61 - - [2025-12-29 04:04:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007018 10.0.0.61 - - [2025-12-29 04:04:48] "POST /neutron/port HTTP/1.1" 200 1126 0.016917 10.0.0.61 - - [2025-12-29 04:04:48] "GET /virtual-machine/70d9d07e-5d86-45c5-8206-6e9bc5aba552 HTTP/1.1" 200 1292 0.038464 10.0.0.61 - - [2025-12-29 04:04:48] "GET /virtual-machine-interface/459997bf-bb5f-463c-b1f8-d0c4441bb949 HTTP/1.1" 200 2958 0.004997 10.0.0.61 - - [2025-12-29 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.61 - - [2025-12-29 04:04:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003478 10.0.0.61 - - [2025-12-29 04:04:48] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002853 10.0.0.61 - - [2025-12-29 04:04:48] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005431 10.0.0.61 - - [2025-12-29 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.61 - - [2025-12-29 04:04:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.61 - - [2025-12-29 04:04:49] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004435 10.0.0.61 - - [2025-12-29 04:04:49] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007057 10.0.0.61 - - [2025-12-29 04:04:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006280 10.0.0.61 - - [2025-12-29 04:04:59] "POST /neutron/port HTTP/1.1" 200 1126 0.016250 10.0.0.61 - - [2025-12-29 04:05:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007279 10.0.0.61 - - [2025-12-29 04:05:05] "POST /neutron/port HTTP/1.1" 200 1126 0.019487 10.0.0.61 - - [2025-12-29 04:05:05] "GET /virtual-machine/c72accdc-de35-48d7-a518-3eae50f9b8bd HTTP/1.1" 200 1294 0.008195 10.0.0.61 - - [2025-12-29 04:05:05] "GET /virtual-machine-interface/abe144db-0548-4e6e-a752-660dc82e5fbe HTTP/1.1" 200 2959 0.005890 10.0.0.61 - - [2025-12-29 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.61 - - [2025-12-29 04:05:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004982 10.0.0.61 - - [2025-12-29 04:05:05] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004105 10.0.0.61 - - [2025-12-29 04:05:05] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007497 10.0.0.61 - - [2025-12-29 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.61 - - [2025-12-29 04:05:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003897 10.0.0.61 - - [2025-12-29 04:05:06] "GET /virtual-networks?parent_id=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004152 10.0.0.61 - - [2025-12-29 04:05:06] "GET /virtual-network/7c08f9e3-8e7b-4730-bfd0-6faae6cd80e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005608 10.0.0.61 - - [2025-12-29 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003812 10.0.0.61 - - [2025-12-29 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.61 - - [2025-12-29 04:05:06] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005445 10.0.0.61 - - [2025-12-29 04:05:06] "POST /control-node-zones HTTP/1.1" 200 569 0.023191 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.61 - - [2025-12-29 04:05:07] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005282 10.0.0.61 - - [2025-12-29 04:05:07] "GET /control-node-zone/3f4fd296-2064-4469-a2bd-fd2599e905bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006283 10.0.0.61 - - [2025-12-29 04:05:07] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.020610 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003620 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.61 - - [2025-12-29 04:05:07] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005668 10.0.0.61 - - [2025-12-29 04:05:07] "POST /control-node-zones HTTP/1.1" 200 569 0.025506 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.61 - - [2025-12-29 04:05:07] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006398 10.0.0.61 - - [2025-12-29 04:05:07] "GET /control-node-zone/75bac196-cdd0-4a8f-bb2c-f46645bd1729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006217 10.0.0.61 - - [2025-12-29 04:05:07] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.022806 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.003220 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.61 - - [2025-12-29 04:05:07] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006941 10.0.0.61 - - [2025-12-29 04:05:07] "POST /control-node-zones HTTP/1.1" 200 569 0.024351 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.61 - - [2025-12-29 04:05:07] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004511 10.0.0.61 - - [2025-12-29 04:05:07] "GET /control-node-zone/f8a83ff3-dc69-4f52-afce-10f847e56924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006614 10.0.0.61 - - [2025-12-29 04:05:07] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.020290 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.61 - - [2025-12-29 04:05:07] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005665 10.0.0.61 - - [2025-12-29 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003567 10.0.0.61 - - [2025-12-29 04:05:08] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032563 10.0.0.61 - - [2025-12-29 04:05:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.008763 10.0.0.61 - - [2025-12-29 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.61 - - [2025-12-29 04:05:08] "GET /bgp-as-a-service/0d0b766f-f9ef-4ac8-ad8f-8a9552c839d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006023 10.0.0.61 - - [2025-12-29 04:05:08] "GET /control-node-zone/3f4fd296-2064-4469-a2bd-fd2599e905bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003642 10.0.0.61 - - [2025-12-29 04:05:08] "POST /ref-update HTTP/1.1" 200 156 0.019123 10.0.0.61 - - [2025-12-29 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.61 - - [2025-12-29 04:05:08] "GET /bgp-as-a-service/0d0b766f-f9ef-4ac8-ad8f-8a9552c839d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006700 10.0.0.61 - - [2025-12-29 04:05:08] "GET /control-node-zone/75bac196-cdd0-4a8f-bb2c-f46645bd1729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003542 10.0.0.61 - - [2025-12-29 04:05:08] "POST /ref-update HTTP/1.1" 200 156 0.016383 10.0.0.61 - - [2025-12-29 04:05:16] "GET /bgp-as-a-service/0d0b766f-f9ef-4ac8-ad8f-8a9552c839d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006735 10.0.0.61 - - [2025-12-29 04:05:16] "GET /virtual-machine-interface/d2f589a3-4211-41db-96de-594e9c581aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005414 10.0.0.61 - - [2025-12-29 04:05:16] "POST /ref-update HTTP/1.1" 200 156 0.011115 10.0.0.61 - - [2025-12-29 04:05:16] "POST /bgp-routers HTTP/1.1" 200 594 0.027455 10.0.0.61 - - [2025-12-29 04:05:16] "POST /ref-update HTTP/1.1" 200 156 0.018106 10.0.0.61 - - [2025-12-29 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.61 - - [2025-12-29 04:05:17] "GET /global-system-config/da54ba2d-5fbe-41c4-85a8-4ace08c5b759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007200 10.0.0.61 - - [2025-12-29 04:05:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.003114 10.0.0.61 - - [2025-12-29 04:05:17] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032649 10.0.0.61 - - [2025-12-29 04:05:17] "POST /neutron/network HTTP/1.1" 200 834 0.011266 10.0.0.61 - - [2025-12-29 04:05:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007884 10.0.0.61 - - [2025-12-29 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.61 - - [2025-12-29 04:05:17] "GET /bgp-as-a-service/12e2291b-a565-4832-87c7-60cc4b3cb58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.004713 10.0.0.61 - - [2025-12-29 04:05:17] "GET /control-node-zone/3f4fd296-2064-4469-a2bd-fd2599e905bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004548 10.0.0.61 - - [2025-12-29 04:05:17] "POST /ref-update HTTP/1.1" 200 156 0.013627 10.0.0.61 - - [2025-12-29 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.61 - - [2025-12-29 04:05:17] "GET /bgp-as-a-service/12e2291b-a565-4832-87c7-60cc4b3cb58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006610 10.0.0.61 - - [2025-12-29 04:05:17] "GET /control-node-zone/75bac196-cdd0-4a8f-bb2c-f46645bd1729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003704 10.0.0.61 - - [2025-12-29 04:05:17] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.61 - - [2025-12-29 04:05:27] "POST /neutron/network HTTP/1.1" 200 844 0.032822 10.0.0.61 - - [2025-12-29 04:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.61 - - [2025-12-29 04:05:27] "GET /bgp-as-a-service/12e2291b-a565-4832-87c7-60cc4b3cb58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006593 10.0.0.61 - - [2025-12-29 04:05:27] "GET /virtual-machine-interface/459997bf-bb5f-463c-b1f8-d0c4441bb949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005393 10.0.0.61 - - [2025-12-29 04:05:27] "POST /ref-update HTTP/1.1" 200 156 0.011479 10.0.0.61 - - [2025-12-29 04:05:27] "POST /ref-update HTTP/1.1" 200 156 0.026390 10.0.0.61 - - [2025-12-29 04:05:35] "POST /neutron/port HTTP/1.1" 200 1126 0.048213 10.0.0.61 - - [2025-12-29 04:05:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.009943 10.0.0.61 - - [2025-12-29 04:05:49] "GET /bgp-as-a-service/12e2291b-a565-4832-87c7-60cc4b3cb58a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.005866 10.0.0.61 - - [2025-12-29 04:05:49] "GET /virtual-machine-interface/459997bf-bb5f-463c-b1f8-d0c4441bb949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.004907 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.012042 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.012519 10.0.0.61 - - [2025-12-29 04:05:49] "DELETE /bgp-as-a-service/12e2291b-a565-4832-87c7-60cc4b3cb58a HTTP/1.1" 200 115 0.148213 10.0.0.61 - - [2025-12-29 04:05:49] "GET /bgp-as-a-service/0d0b766f-f9ef-4ac8-ad8f-8a9552c839d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006794 10.0.0.61 - - [2025-12-29 04:05:49] "GET /virtual-machine-interface/d2f589a3-4211-41db-96de-594e9c581aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009107 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.013206 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.014599 10.0.0.61 - - [2025-12-29 04:05:49] "DELETE /bgp-as-a-service/0d0b766f-f9ef-4ac8-ad8f-8a9552c839d0 HTTP/1.1" 200 115 0.087860 10.0.0.61 - - [2025-12-29 04:05:49] "GET /control-node-zone/f8a83ff3-dc69-4f52-afce-10f847e56924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.012017 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.027374 10.0.0.61 - - [2025-12-29 04:05:49] "DELETE /control-node-zone/f8a83ff3-dc69-4f52-afce-10f847e56924 HTTP/1.1" 200 115 0.026164 10.0.0.61 - - [2025-12-29 04:05:49] "GET /control-node-zone/75bac196-cdd0-4a8f-bb2c-f46645bd1729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004475 10.0.0.61 - - [2025-12-29 04:05:49] "POST /ref-update HTTP/1.1" 200 156 0.021919 10.0.0.61 - - [2025-12-29 04:05:49] "DELETE /control-node-zone/75bac196-cdd0-4a8f-bb2c-f46645bd1729 HTTP/1.1" 200 115 0.026491 10.0.0.61 - - [2025-12-29 04:05:49] "GET /control-node-zone/3f4fd296-2064-4469-a2bd-fd2599e905bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004178 10.0.0.61 - - [2025-12-29 04:05:50] "POST /ref-update HTTP/1.1" 200 156 0.030483 10.0.0.61 - - [2025-12-29 04:05:50] "DELETE /control-node-zone/3f4fd296-2064-4469-a2bd-fd2599e905bb HTTP/1.1" 200 115 0.033600 10.0.0.61 - - [2025-12-29 04:05:50] "POST /neutron/network HTTP/1.1" 200 834 0.006823 10.0.0.61 - - [2025-12-29 04:05:50] "POST /neutron/port HTTP/1.1" 200 1116 0.013420 10.0.0.61 - - [2025-12-29 04:05:50] "POST /neutron/port HTTP/1.1" 200 1126 0.019903 10.0.0.61 - - [2025-12-29 04:05:51] "POST /neutron/port HTTP/1.1" 200 1116 0.013468 10.0.0.61 - - [2025-12-29 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-12-29 04:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002254 10.0.0.27 - - [2025-12-29 04:05:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001747 10.0.0.61 - - [2025-12-29 04:05:52] "POST /neutron/network HTTP/1.1" 200 151 0.141344 10.0.0.27 - - [2025-12-29 04:05:53] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.61 - - [2025-12-29 04:05:53] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067736 10.0.0.27 - - [2025-12-29 04:05:53] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.61 - - [2025-12-29 04:05:53] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?fields=virtual_networks HTTP/1.1" 200 1034 0.031774 10.0.0.27 - - [2025-12-29 04:05:54] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.61 - - [2025-12-29 04:05:54] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.046043 10.0.0.27 - - [2025-12-29 04:05:54] "GET /projects?obj_uuids=ba6acc4a-8252-4904-920f-e93139610b78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000863 10.0.0.61 - - [2025-12-29 04:05:54] "GET /project/ba6acc4a-8252-4904-920f-e93139610b78?fields=security_groups HTTP/1.1" 200 1261 0.034428 10.0.0.61 - - [2025-12-29 04:05:55] "POST /fqname-to-id HTTP/1.1" 404 181 0.032497 10.0.0.27 - - [2025-12-29 04:05:55] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003447 10.0.0.27 - - [2025-12-29 04:05:55] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000870 10.0.0.27 - - [2025-12-29 04:05:55] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033815 10.0.0.27 - - [2025-12-29 04:05:55] "POST /id-to-fqname HTTP/1.1" 200 183 0.004673 10.0.0.27 - - [2025-12-29 04:05:55] "POST /fqname-to-id HTTP/1.1" 404 192 0.003920 10.0.0.27 - - [2025-12-29 04:05:55] "POST /security-groups HTTP/1.1" 200 584 0.069355 10.0.0.27 - - [2025-12-29 04:05:55] "POST /projects HTTP/1.1" 200 571 0.266453 10.0.0.61 - - [2025-12-29 04:05:55] "POST /access-control-lists HTTP/1.1" 200 589 0.025808 10.0.0.27 - - [2025-12-29 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.339564 10.0.0.61 - - [2025-12-29 04:05:55] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.509501 10.0.0.61 - - [2025-12-29 04:05:56] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.27 - - [2025-12-29 04:05:59] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000923 10.0.0.61 - - [2025-12-29 04:05:59] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.035461 10.0.0.27 - - [2025-12-29 04:05:59] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001184 10.0.0.61 - - [2025-12-29 04:05:59] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?fields=virtual_networks HTTP/1.1" 200 1017 0.092853 10.0.0.27 - - [2025-12-29 04:05:59] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.61 - - [2025-12-29 04:05:59] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.034880 10.0.0.27 - - [2025-12-29 04:05:59] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000956 10.0.0.61 - - [2025-12-29 04:05:59] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?fields=security_groups HTTP/1.1" 200 1236 0.042328 10.0.0.61 - - [2025-12-29 04:06:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.028324 10.0.0.27 - - [2025-12-29 04:06:00] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003372 10.0.0.27 - - [2025-12-29 04:06:01] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.27 - - [2025-12-29 04:06:01] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009925 10.0.0.27 - - [2025-12-29 04:06:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.003304 10.0.0.27 - - [2025-12-29 04:06:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.006392 10.0.0.27 - - [2025-12-29 04:06:01] "POST /security-groups HTTP/1.1" 200 592 0.092453 10.0.0.61 - - [2025-12-29 04:06:01] "POST /fqname-to-id HTTP/1.1" 404 235 0.002979 10.0.0.27 - - [2025-12-29 04:06:01] "POST /projects HTTP/1.1" 200 587 0.300193 10.0.0.27 - - [2025-12-29 04:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.376033 10.0.0.61 - - [2025-12-29 04:06:01] "POST /access-control-lists HTTP/1.1" 200 595 0.030154 10.0.0.61 - - [2025-12-29 04:06:01] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.529287 10.0.0.61 - - [2025-12-29 04:06:02] "GET / HTTP/1.1" 200 35931 0.001778 10.0.0.27 - - [2025-12-29 04:06:05] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.61 - - [2025-12-29 04:06:05] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037727 10.0.0.27 - - [2025-12-29 04:06:05] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.61 - - [2025-12-29 04:06:05] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?fields=virtual_networks HTTP/1.1" 200 1032 0.041291 10.0.0.27 - - [2025-12-29 04:06:05] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001715 10.0.0.61 - - [2025-12-29 04:06:05] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.031218 10.0.0.27 - - [2025-12-29 04:06:06] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.61 - - [2025-12-29 04:06:06] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?fields=security_groups HTTP/1.1" 200 1259 0.041064 10.0.0.61 - - [2025-12-29 04:06:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.031200 10.0.0.27 - - [2025-12-29 04:06:06] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002657 10.0.0.27 - - [2025-12-29 04:06:07] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.27 - - [2025-12-29 04:06:07] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007187 10.0.0.27 - - [2025-12-29 04:06:07] "POST /id-to-fqname HTTP/1.1" 200 197 0.001661 10.0.0.27 - - [2025-12-29 04:06:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003524 10.0.0.27 - - [2025-12-29 04:06:07] "POST /security-groups HTTP/1.1" 200 598 0.076941 10.0.0.61 - - [2025-12-29 04:06:07] "POST /fqname-to-id HTTP/1.1" 404 241 0.004740 10.0.0.27 - - [2025-12-29 04:06:07] "POST /projects HTTP/1.1" 200 599 0.269427 10.0.0.27 - - [2025-12-29 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.348744 10.0.0.61 - - [2025-12-29 04:06:07] "POST /access-control-lists HTTP/1.1" 200 601 0.030220 10.0.0.61 - - [2025-12-29 04:06:07] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.506876 10.0.0.61 - - [2025-12-29 04:06:08] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.61 - - [2025-12-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.61 - - [2025-12-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.032401 10.0.0.61 - - [2025-12-29 04:06:10] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.61 - - [2025-12-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.61 - - [2025-12-29 04:06:10] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005112 10.0.0.61 - - [2025-12-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.61 - - [2025-12-29 04:06:10] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.015658 10.0.0.61 - - [2025-12-29 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-12-29 04:06:10] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000942 10.0.0.61 - - [2025-12-29 04:06:10] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.058937 10.0.0.27 - - [2025-12-29 04:06:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005805 10.0.0.61 - - [2025-12-29 04:06:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.211769 10.0.0.61 - - [2025-12-29 04:06:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001248 10.0.0.61 - - [2025-12-29 04:06:11] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004893 10.0.0.61 - - [2025-12-29 04:06:11] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005046 10.0.0.61 - - [2025-12-29 04:06:11] "POST /neutron/network HTTP/1.1" 200 808 0.005924 10.0.0.61 - - [2025-12-29 04:06:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001356 10.0.0.27 - - [2025-12-29 04:06:12] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000904 10.0.0.61 - - [2025-12-29 04:06:12] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067623 10.0.0.61 - - [2025-12-29 04:06:12] "POST /neutron/network HTTP/1.1" 200 808 0.006340 10.0.0.61 - - [2025-12-29 04:06:12] "POST /id-to-fqname HTTP/1.1" 200 218 0.001646 10.0.0.61 - - [2025-12-29 04:06:12] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.27 - - [2025-12-29 04:06:13] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000989 10.0.0.61 - - [2025-12-29 04:06:13] "POST /neutron/port HTTP/1.1" 200 1062 0.270220 10.0.0.61 - - [2025-12-29 04:06:13] "POST /neutron/port HTTP/1.1" 200 1116 0.113968 10.0.0.27 - - [2025-12-29 04:06:13] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000983 10.0.0.61 - - [2025-12-29 04:06:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.009883 10.0.0.61 - - [2025-12-29 04:06:13] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075430 10.0.0.61 - - [2025-12-29 04:06:13] "POST /neutron/network HTTP/1.1" 200 808 0.005599 10.0.0.61 - - [2025-12-29 04:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.006395 10.0.0.61 - - [2025-12-29 04:06:14] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006516 10.0.0.61 - - [2025-12-29 04:06:14] "POST /neutron/port HTTP/1.1" 200 1062 0.019232 10.0.0.61 - - [2025-12-29 04:06:14] "POST /neutron/port HTTP/1.1" 200 1126 0.017999 10.0.0.61 - - [2025-12-29 04:06:14] "POST /neutron/port HTTP/1.1" 200 117 0.001868 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/0520701cd7944b3c9090173fa8a26506 HTTP/1.1" 404 173 0.011613 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/0d0b5ca4965444e0acc1dfb476d193ff HTTP/1.1" 404 173 0.014402 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/46ab2a8455454a6fa8386e8bf57bb1d8 HTTP/1.1" 404 173 0.013396 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/ba6acc4a-8252-4904-920f-e93139610b78 HTTP/1.1" 404 177 0.009502 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000977 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000866 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.057117 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.073027 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001557 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002126 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?fields=security_groups HTTP/1.1" 200 1364 0.060315 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?fields=security_groups HTTP/1.1" 200 1341 0.086877 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /security-group/c9cc2a94-ea39-4b6b-9125-c6bb28fe7d16 HTTP/1.1" 200 115 0.061372 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=0520701c-d794-4b3c-9090-173fa8a26506&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001437 10.0.0.61 - - [2025-12-29 04:06:15] "DELETE /access-control-list/f1a30bd5-d7ec-4aa1-86d6-87661f17ed85 HTTP/1.1" 200 115 0.070929 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/0520701c-d794-4b3c-9090-173fa8a26506?fields=application_policy_sets HTTP/1.1" 200 1403 0.042213 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /security-group/2b61f4fb-9c96-4c47-84bd-3fbe38cd3529 HTTP/1.1" 200 115 0.088675 10.0.0.27 - - [2025-12-29 04:06:15] "GET /projects?obj_uuids=46ab2a84-5545-4a6f-a838-6e8bf57bb1d8&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.27 - - [2025-12-29 04:06:15] "GET /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8?fields=application_policy_sets HTTP/1.1" 200 1380 0.055199 10.0.0.61 - - [2025-12-29 04:06:15] "DELETE /access-control-list/5b192e1d-bd3f-40bf-bb14-55c687563fd1 HTTP/1.1" 200 115 0.029656 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/0520701c-d794-4b3c-9090-173fa8a26506 HTTP/1.1" 200 115 0.529312 10.0.0.27 - - [2025-12-29 04:06:15] "DELETE /project/46ab2a84-5545-4a6f-a838-6e8bf57bb1d8 HTTP/1.1" 200 115 0.579113 10.0.0.22 - - [2025-12-29 04:06:15] "GET /obj-perms HTTP/1.1" 200 5044 0.124846 10.0.0.61 - - [2025-12-29 04:06:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007528 10.0.0.61 - - [2025-12-29 04:06:16] "POST /neutron/port HTTP/1.1" 200 1126 0.018716 10.0.0.61 - - [2025-12-29 04:06:16] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007520 10.0.0.61 - - [2025-12-29 04:06:16] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 401 292 0.000424 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.033967 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004445 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.006729 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004474 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.005666 10.0.0.61 - - [2025-12-29 04:06:17] "GET /instance-ip/0a0f3708-02ea-48eb-989b-8f1d8241314e HTTP/1.1" 200 1619 0.006889 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004028 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.005326 10.0.0.61 - - [2025-12-29 04:06:17] "GET /instance-ip/0a0f3708-02ea-48eb-989b-8f1d8241314e HTTP/1.1" 200 1619 0.004389 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003809 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004110 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005728 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005603 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004457 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006175 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004075 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002634 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005787 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005273 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003365 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006021 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005433 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003388 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005400 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.61 - - [2025-12-29 04:06:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005075 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003247 10.0.0.61 - - [2025-12-29 04:06:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006744 10.0.0.61 - - [2025-12-29 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.61 - - [2025-12-29 04:06:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.61 - - [2025-12-29 04:06:18] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003623 10.0.0.61 - - [2025-12-29 04:06:18] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006082 10.0.0.61 - - [2025-12-29 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.61 - - [2025-12-29 04:06:21] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004800 10.0.0.61 - - [2025-12-29 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.61 - - [2025-12-29 04:06:25] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005030 10.0.0.61 - - [2025-12-29 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.61 - - [2025-12-29 04:06:29] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005997 10.0.0.27 - - [2025-12-29 04:06:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072014 10.0.0.61 - - [2025-12-29 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006123 10.0.0.61 - - [2025-12-29 04:06:33] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006470 10.0.0.61 - - [2025-12-29 04:06:35] "POST /neutron/network HTTP/1.1" 200 818 0.008502 10.0.0.61 - - [2025-12-29 04:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.61 - - [2025-12-29 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.61 - - [2025-12-29 04:06:37] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007154 10.0.0.61 - - [2025-12-29 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.61 - - [2025-12-29 04:06:41] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005066 10.0.0.61 - - [2025-12-29 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.61 - - [2025-12-29 04:06:45] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004891 10.0.0.61 - - [2025-12-29 04:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.61 - - [2025-12-29 04:06:49] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.004756 10.0.0.61 - - [2025-12-29 04:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.61 - - [2025-12-29 04:06:53] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006497 10.0.0.61 - - [2025-12-29 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.61 - - [2025-12-29 04:06:58] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005006 10.0.0.61 - - [2025-12-29 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.61 - - [2025-12-29 04:07:02] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006880 10.0.0.61 - - [2025-12-29 04:07:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.032047 10.0.0.61 - - [2025-12-29 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.61 - - [2025-12-29 04:07:06] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006755 10.0.0.61 - - [2025-12-29 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.61 - - [2025-12-29 04:07:10] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006463 10.0.0.61 - - [2025-12-29 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.61 - - [2025-12-29 04:07:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003765 10.0.0.61 - - [2025-12-29 04:07:12] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003163 10.0.0.61 - - [2025-12-29 04:07:12] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005765 10.0.0.61 - - [2025-12-29 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.61 - - [2025-12-29 04:07:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003149 10.0.0.61 - - [2025-12-29 04:07:12] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003172 10.0.0.61 - - [2025-12-29 04:07:12] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006178 10.0.0.61 - - [2025-12-29 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.61 - - [2025-12-29 04:07:12] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007281 10.0.0.61 - - [2025-12-29 04:07:12] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003773 10.0.0.61 - - [2025-12-29 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.61 - - [2025-12-29 04:07:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003466 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002606 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005658 10.0.0.61 - - [2025-12-29 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.61 - - [2025-12-29 04:07:13] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004155 10.0.0.61 - - [2025-12-29 04:07:13] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004338 10.0.0.61 - - [2025-12-29 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.61 - - [2025-12-29 04:07:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003939 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003177 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006221 10.0.0.61 - - [2025-12-29 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.61 - - [2025-12-29 04:07:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004197 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002779 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005594 10.0.0.61 - - [2025-12-29 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.61 - - [2025-12-29 04:07:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004966 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003807 10.0.0.61 - - [2025-12-29 04:07:13] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006582 10.0.0.61 - - [2025-12-29 04:07:13] "GET /obj-perms HTTP/1.1" 200 5044 0.053593 10.0.0.61 - - [2025-12-29 04:07:13] "GET /obj-perms HTTP/1.1" 200 5044 0.006905 10.0.0.27 - - [2025-12-29 04:07:13] "GET /obj-perms HTTP/1.1" 200 5044 0.057297 10.0.0.22 - - [2025-12-29 04:07:14] "GET /obj-perms HTTP/1.1" 200 5044 0.003578 10.0.0.61 - - [2025-12-29 04:07:14] "GET /obj-perms HTTP/1.1" 200 5044 0.003523 10.0.0.61 - - [2025-12-29 04:07:14] "POST /neutron/port HTTP/1.1" 200 1126 0.028009 10.0.0.61 - - [2025-12-29 04:07:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006989 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.007936 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.003735 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.005028 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.003392 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.005059 10.0.0.61 - - [2025-12-29 04:07:14] "GET /instance-ip/d85e9a01-64c0-4328-a35d-a778c0c3ad54 HTTP/1.1" 200 1621 0.005976 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.003285 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.005332 10.0.0.61 - - [2025-12-29 04:07:14] "GET /instance-ip/d85e9a01-64c0-4328-a35d-a778c0c3ad54 HTTP/1.1" 200 1621 0.003740 10.0.0.61 - - [2025-12-29 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.61 - - [2025-12-29 04:07:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004324 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002979 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005507 10.0.0.61 - - [2025-12-29 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.61 - - [2025-12-29 04:07:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005570 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003679 10.0.0.61 - - [2025-12-29 04:07:14] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007450 10.0.0.61 - - [2025-12-29 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.61 - - [2025-12-29 04:07:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004797 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004859 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006590 10.0.0.61 - - [2025-12-29 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.61 - - [2025-12-29 04:07:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005968 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004160 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009236 10.0.0.61 - - [2025-12-29 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.61 - - [2025-12-29 04:07:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002810 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007527 10.0.0.61 - - [2025-12-29 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.61 - - [2025-12-29 04:07:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003058 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005904 10.0.0.61 - - [2025-12-29 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.61 - - [2025-12-29 04:07:15] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004567 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003205 10.0.0.61 - - [2025-12-29 04:07:15] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007903 10.0.0.61 - - [2025-12-29 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.61 - - [2025-12-29 04:07:16] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003602 10.0.0.61 - - [2025-12-29 04:07:16] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002571 10.0.0.61 - - [2025-12-29 04:07:16] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005661 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.61 - - [2025-12-29 04:07:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003415 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003114 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005688 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.61 - - [2025-12-29 04:07:17] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004342 10.0.0.61 - - [2025-12-29 04:07:17] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003927 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.61 - - [2025-12-29 04:07:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003378 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002533 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005295 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.61 - - [2025-12-29 04:07:17] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.008566 10.0.0.61 - - [2025-12-29 04:07:17] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003773 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.61 - - [2025-12-29 04:07:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004081 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003007 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006262 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.61 - - [2025-12-29 04:07:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003859 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003885 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006288 10.0.0.61 - - [2025-12-29 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.61 - - [2025-12-29 04:07:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003201 10.0.0.61 - - [2025-12-29 04:07:17] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005450 10.0.0.27 - - [2025-12-29 04:07:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003487 10.0.0.61 - - [2025-12-29 04:07:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003892 10.0.0.61 - - [2025-12-29 04:07:18] "GET /obj-perms HTTP/1.1" 200 5044 0.003465 10.0.0.27 - - [2025-12-29 04:07:18] "GET /obj-perms HTTP/1.1" 200 5044 0.003614 10.0.0.61 - - [2025-12-29 04:07:18] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004721 10.0.0.61 - - [2025-12-29 04:07:18] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.005948 10.0.0.61 - - [2025-12-29 04:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.61 - - [2025-12-29 04:07:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004089 10.0.0.61 - - [2025-12-29 04:07:18] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003749 10.0.0.61 - - [2025-12-29 04:07:18] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006717 10.0.0.61 - - [2025-12-29 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.61 - - [2025-12-29 04:07:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003632 10.0.0.61 - - [2025-12-29 04:07:19] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002943 10.0.0.61 - - [2025-12-29 04:07:19] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005997 10.0.0.61 - - [2025-12-29 04:07:19] "POST /neutron/port HTTP/1.1" 200 1126 0.016644 10.0.0.61 - - [2025-12-29 04:07:24] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009158 10.0.0.61 - - [2025-12-29 04:07:29] "POST /neutron/network HTTP/1.1" 200 818 0.006320 10.0.0.61 - - [2025-12-29 04:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.61 - - [2025-12-29 04:07:29] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007000 10.0.0.22 - - [2025-12-29 04:07:33] "GET /obj-perms HTTP/1.1" 200 5056 0.059092 10.0.0.61 - - [2025-12-29 04:07:37] "POST /neutron/port HTTP/1.1" 200 1126 0.016847 10.0.0.61 - - [2025-12-29 04:07:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003375 10.0.0.61 - - [2025-12-29 04:07:37] "POST /neutron/network HTTP/1.1" 200 808 0.006424 10.0.0.61 - - [2025-12-29 04:07:45] "POST /neutron/port HTTP/1.1" 200 1126 0.017693 10.0.0.61 - - [2025-12-29 04:07:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006271 10.0.0.22 - - [2025-12-29 04:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2025-12-29 04:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-12-29 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-12-29 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-12-29 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.22 - - [2025-12-29 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-12-29 04:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001138 10.0.0.27 - - [2025-12-29 04:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000735 10.0.0.61 - - [2025-12-29 04:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.61 - - [2025-12-29 04:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.61 - - [2025-12-29 04:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.61 - - [2025-12-29 04:07:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.61 - - [2025-12-29 04:07:55] "POST /neutron/port HTTP/1.1" 200 1126 0.017949 10.0.0.61 - - [2025-12-29 04:08:00] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.004204 10.0.0.61 - - [2025-12-29 04:08:00] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.006081 10.0.0.61 - - [2025-12-29 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.61 - - [2025-12-29 04:08:00] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004931 10.0.0.61 - - [2025-12-29 04:08:00] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003265 10.0.0.61 - - [2025-12-29 04:08:01] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005801 10.0.0.61 - - [2025-12-29 04:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.61 - - [2025-12-29 04:08:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003583 10.0.0.61 - - [2025-12-29 04:08:02] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003632 10.0.0.61 - - [2025-12-29 04:08:02] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006854 10.0.0.61 - - [2025-12-29 04:08:29] "POST /neutron/port HTTP/1.1" 200 1126 0.015655 10.0.0.61 - - [2025-12-29 04:08:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.009396 10.0.0.61 - - [2025-12-29 04:08:34] "GET /obj-perms HTTP/1.1" 200 5056 0.059454 10.0.0.61 - - [2025-12-29 04:08:38] "POST /neutron/port HTTP/1.1" 200 1126 0.016516 10.0.0.61 - - [2025-12-29 04:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003577 10.0.0.61 - - [2025-12-29 04:08:38] "POST /neutron/network HTTP/1.1" 200 808 0.006724 10.0.0.61 - - [2025-12-29 04:09:30] "POST /neutron/network HTTP/1.1" 200 818 0.013365 10.0.0.61 - - [2025-12-29 04:09:30] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.27 - - [2025-12-29 04:09:35] "GET /obj-perms HTTP/1.1" 200 5056 0.061147 10.0.0.61 - - [2025-12-29 04:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.61 - - [2025-12-29 04:09:40] "POST /neutron/port HTTP/1.1" 200 1126 0.020695 10.0.0.61 - - [2025-12-29 04:09:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.010368 10.0.0.61 - - [2025-12-29 04:09:56] "POST /neutron/port HTTP/1.1" 200 1126 0.017271 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004830 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.004857 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.003666 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.006011 10.0.0.61 - - [2025-12-29 04:09:56] "GET /instance-ip/0a0f3708-02ea-48eb-989b-8f1d8241314e HTTP/1.1" 200 1619 0.005105 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.003591 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-machine-interface/737fe0fc-9bf9-432c-867c-99859088d44e HTTP/1.1" 200 2948 0.004982 10.0.0.61 - - [2025-12-29 04:09:56] "GET /instance-ip/0a0f3708-02ea-48eb-989b-8f1d8241314e HTTP/1.1" 200 1619 0.004762 10.0.0.61 - - [2025-12-29 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.61 - - [2025-12-29 04:09:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003545 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003031 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007307 10.0.0.61 - - [2025-12-29 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.61 - - [2025-12-29 04:09:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004501 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002894 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005507 10.0.0.61 - - [2025-12-29 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.61 - - [2025-12-29 04:09:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002887 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005429 10.0.0.61 - - [2025-12-29 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.61 - - [2025-12-29 04:09:56] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003677 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003660 10.0.0.61 - - [2025-12-29 04:09:56] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005715 10.0.0.61 - - [2025-12-29 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.61 - - [2025-12-29 04:09:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004408 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003210 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005175 10.0.0.61 - - [2025-12-29 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.61 - - [2025-12-29 04:09:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003837 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002656 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005455 10.0.0.61 - - [2025-12-29 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.61 - - [2025-12-29 04:09:57] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003959 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002727 10.0.0.61 - - [2025-12-29 04:09:57] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006776 10.0.0.61 - - [2025-12-29 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.61 - - [2025-12-29 04:09:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004336 10.0.0.61 - - [2025-12-29 04:09:58] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003536 10.0.0.61 - - [2025-12-29 04:09:58] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006268 10.0.0.61 - - [2025-12-29 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.61 - - [2025-12-29 04:09:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.61 - - [2025-12-29 04:09:58] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003122 10.0.0.61 - - [2025-12-29 04:09:58] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005376 10.0.0.61 - - [2025-12-29 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.61 - - [2025-12-29 04:09:58] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004551 10.0.0.61 - - [2025-12-29 04:09:58] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003714 10.0.0.61 - - [2025-12-29 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-29 04:09:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003648 10.0.0.61 - - [2025-12-29 04:09:58] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006610 10.0.0.61 - - [2025-12-29 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.61 - - [2025-12-29 04:09:59] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003693 10.0.0.61 - - [2025-12-29 04:09:59] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004227 10.0.0.61 - - [2025-12-29 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.61 - - [2025-12-29 04:09:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004079 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003438 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005358 10.0.0.61 - - [2025-12-29 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.61 - - [2025-12-29 04:09:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004496 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003500 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006664 10.0.0.61 - - [2025-12-29 04:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.61 - - [2025-12-29 04:09:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003571 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002660 10.0.0.61 - - [2025-12-29 04:09:59] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005391 10.0.0.27 - - [2025-12-29 04:10:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004366 10.0.0.61 - - [2025-12-29 04:10:03] "GET /obj-perms HTTP/1.1" 200 5044 0.003414 10.0.0.27 - - [2025-12-29 04:10:03] "GET /obj-perms HTTP/1.1" 200 5044 0.003534 10.0.0.61 - - [2025-12-29 04:10:03] "GET /obj-perms HTTP/1.1" 200 5044 0.003661 10.0.0.61 - - [2025-12-29 04:10:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006783 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.005380 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.005023 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.003685 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.004831 10.0.0.61 - - [2025-12-29 04:10:04] "GET /instance-ip/d85e9a01-64c0-4328-a35d-a778c0c3ad54 HTTP/1.1" 200 1621 0.003576 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.003627 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.004694 10.0.0.61 - - [2025-12-29 04:10:04] "GET /instance-ip/d85e9a01-64c0-4328-a35d-a778c0c3ad54 HTTP/1.1" 200 1621 0.003737 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003722 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002751 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005519 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004519 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005320 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006332 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003240 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007607 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005575 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003537 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008866 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003627 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008141 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.61 - - [2025-12-29 04:10:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005686 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004595 10.0.0.61 - - [2025-12-29 04:10:04] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007478 10.0.0.61 - - [2025-12-29 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.61 - - [2025-12-29 04:10:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005053 10.0.0.61 - - [2025-12-29 04:10:05] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003642 10.0.0.61 - - [2025-12-29 04:10:05] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005841 10.0.0.61 - - [2025-12-29 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.61 - - [2025-12-29 04:10:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003783 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003047 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005535 10.0.0.61 - - [2025-12-29 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.61 - - [2025-12-29 04:10:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004178 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005274 10.0.0.61 - - [2025-12-29 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.61 - - [2025-12-29 04:10:06] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004686 10.0.0.61 - - [2025-12-29 04:10:06] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003852 10.0.0.61 - - [2025-12-29 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.61 - - [2025-12-29 04:10:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003492 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002776 10.0.0.61 - - [2025-12-29 04:10:06] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005997 10.0.0.61 - - [2025-12-29 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.61 - - [2025-12-29 04:10:06] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003915 10.0.0.61 - - [2025-12-29 04:10:06] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007276 10.0.0.61 - - [2025-12-29 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.61 - - [2025-12-29 04:10:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003218 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005463 10.0.0.61 - - [2025-12-29 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.61 - - [2025-12-29 04:10:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004328 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002840 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005276 10.0.0.61 - - [2025-12-29 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.61 - - [2025-12-29 04:10:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004144 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003262 10.0.0.61 - - [2025-12-29 04:10:07] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005796 10.0.0.27 - - [2025-12-29 04:10:07] "GET /obj-perms HTTP/1.1" 200 5044 0.004726 10.0.0.27 - - [2025-12-29 04:10:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003476 10.0.0.61 - - [2025-12-29 04:10:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003634 10.0.0.61 - - [2025-12-29 04:10:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003637 10.0.0.27 - - [2025-12-29 04:10:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003354 10.0.0.22 - - [2025-12-29 04:10:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003852 10.0.0.61 - - [2025-12-29 04:10:30] "POST /neutron/network HTTP/1.1" 200 818 0.034707 10.0.0.61 - - [2025-12-29 04:10:30] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.61 - - [2025-12-29 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.61 - - [2025-12-29 04:10:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004112 10.0.0.61 - - [2025-12-29 04:10:33] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003769 10.0.0.61 - - [2025-12-29 04:10:34] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008991 10.0.0.61 - - [2025-12-29 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.61 - - [2025-12-29 04:10:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003742 10.0.0.61 - - [2025-12-29 04:10:35] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003103 10.0.0.61 - - [2025-12-29 04:10:35] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005349 10.0.0.61 - - [2025-12-29 04:10:35] "GET /obj-perms HTTP/1.1" 200 5056 0.051061 10.0.0.61 - - [2025-12-29 04:10:40] "POST /neutron/port HTTP/1.1" 200 1126 0.041816 10.0.0.61 - - [2025-12-29 04:10:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.008362 10.0.0.61 - - [2025-12-29 04:10:50] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.004524 10.0.0.61 - - [2025-12-29 04:10:50] "GET /virtual-machine-interface/784f099c-08e5-4156-80f9-012eba253178 HTTP/1.1" 200 2948 0.004860 10.0.0.61 - - [2025-12-29 04:10:50] "GET /instance-ip/d85e9a01-64c0-4328-a35d-a778c0c3ad54 HTTP/1.1" 200 1621 0.003833 10.0.0.61 - - [2025-12-29 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005575 10.0.0.61 - - [2025-12-29 04:10:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002923 10.0.0.61 - - [2025-12-29 04:10:50] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002622 10.0.0.61 - - [2025-12-29 04:10:50] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005823 10.0.0.61 - - [2025-12-29 04:10:54] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 200 1299 0.004261 10.0.0.61 - - [2025-12-29 04:10:55] "POST /neutron/port HTTP/1.1" 200 1126 0.019202 10.0.0.61 - - [2025-12-29 04:10:56] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003829 10.0.0.61 - - [2025-12-29 04:10:56] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002688 10.0.0.61 - - [2025-12-29 04:10:56] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003144 10.0.0.61 - - [2025-12-29 04:10:57] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003874 10.0.0.61 - - [2025-12-29 04:10:58] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002967 10.0.0.61 - - [2025-12-29 04:10:59] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003562 10.0.0.61 - - [2025-12-29 04:11:00] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003444 10.0.0.61 - - [2025-12-29 04:11:01] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003484 10.0.0.61 - - [2025-12-29 04:11:02] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002769 10.0.0.61 - - [2025-12-29 04:11:02] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003053 10.0.0.61 - - [2025-12-29 04:11:03] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003875 10.0.0.61 - - [2025-12-29 04:11:04] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003260 10.0.0.61 - - [2025-12-29 04:11:05] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003368 10.0.0.61 - - [2025-12-29 04:11:06] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003341 10.0.0.61 - - [2025-12-29 04:11:07] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002853 10.0.0.61 - - [2025-12-29 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.61 - - [2025-12-29 04:11:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003378 10.0.0.61 - - [2025-12-29 04:11:07] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003093 10.0.0.61 - - [2025-12-29 04:11:07] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005526 10.0.0.61 - - [2025-12-29 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.61 - - [2025-12-29 04:11:07] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.003971 10.0.0.61 - - [2025-12-29 04:11:07] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004223 10.0.0.61 - - [2025-12-29 04:11:07] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003028 10.0.0.61 - - [2025-12-29 04:11:08] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003397 10.0.0.61 - - [2025-12-29 04:11:09] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002964 10.0.0.61 - - [2025-12-29 04:11:10] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002915 10.0.0.61 - - [2025-12-29 04:11:11] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003060 10.0.0.61 - - [2025-12-29 04:11:12] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002935 10.0.0.61 - - [2025-12-29 04:11:12] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.002295 10.0.0.61 - - [2025-12-29 04:11:13] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003784 10.0.0.61 - - [2025-12-29 04:11:14] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003071 10.0.0.61 - - [2025-12-29 04:11:16] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003017 10.0.0.61 - - [2025-12-29 04:11:17] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.026260 10.0.0.61 - - [2025-12-29 04:11:18] "GET /virtual-machine/4adf0cab-62d4-42cd-b6bf-8e41596e6949 HTTP/1.1" 404 171 0.003034 10.0.0.27 - - [2025-12-29 04:11:18] "GET /obj-perms HTTP/1.1" 200 5044 0.003967 10.0.0.61 - - [2025-12-29 04:11:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004791 10.0.0.61 - - [2025-12-29 04:11:18] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 200 1300 0.004053 10.0.0.61 - - [2025-12-29 04:11:18] "POST /neutron/port HTTP/1.1" 200 1126 0.041852 10.0.0.61 - - [2025-12-29 04:11:20] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003074 10.0.0.61 - - [2025-12-29 04:11:20] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002455 10.0.0.61 - - [2025-12-29 04:11:20] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003617 10.0.0.61 - - [2025-12-29 04:11:20] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003355 10.0.0.61 - - [2025-12-29 04:11:21] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003074 10.0.0.61 - - [2025-12-29 04:11:22] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002912 10.0.0.61 - - [2025-12-29 04:11:23] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002899 10.0.0.61 - - [2025-12-29 04:11:24] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003309 10.0.0.61 - - [2025-12-29 04:11:25] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003970 10.0.0.61 - - [2025-12-29 04:11:25] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002511 10.0.0.61 - - [2025-12-29 04:11:26] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002877 10.0.0.61 - - [2025-12-29 04:11:27] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.004791 10.0.0.61 - - [2025-12-29 04:11:28] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003054 10.0.0.61 - - [2025-12-29 04:11:29] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.002890 10.0.0.61 - - [2025-12-29 04:11:30] "GET /virtual-machine/b1ce6d5a-afbd-4d43-b0c9-f83700d7520e HTTP/1.1" 404 171 0.003710 10.0.0.61 - - [2025-12-29 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.029344 10.0.0.61 - - [2025-12-29 04:11:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.61 - - [2025-12-29 04:11:30] "GET /virtual-networks?parent_id=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002925 10.0.0.61 - - [2025-12-29 04:11:30] "GET /virtual-network/1565c33d-801c-4f14-9157-33a28584154d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005425 10.0.0.61 - - [2025-12-29 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.61 - - [2025-12-29 04:11:30] "GET /routing-instance/3a764ffa-4c5f-439a-bf8c-a8d6aca950cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005252 10.0.0.61 - - [2025-12-29 04:11:30] "GET /route-target/b21f18fe-ad42-4330-8148-268dceb0ebf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003906 10.0.0.27 - - [2025-12-29 04:11:34] "GET /obj-perms HTTP/1.1" 200 5044 0.003775 10.0.0.61 - - [2025-12-29 04:11:34] "GET /obj-perms HTTP/1.1" 200 5044 0.003564 10.0.0.22 - - [2025-12-29 04:11:34] "GET /obj-perms HTTP/1.1" 200 5044 0.053003 10.0.0.61 - - [2025-12-29 04:11:34] "POST /neutron/network HTTP/1.1" 200 808 0.007596 10.0.0.61 - - [2025-12-29 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.61 - - [2025-12-29 04:11:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003777 10.0.0.61 - - [2025-12-29 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.61 - - [2025-12-29 04:11:34] "PUT /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec HTTP/1.1" 200 276 0.029054 10.0.0.27 - - [2025-12-29 04:11:37] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.028727 10.0.0.61 - - [2025-12-29 04:11:37] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.093179 10.0.0.27 - - [2025-12-29 04:11:37] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001100 10.0.0.61 - - [2025-12-29 04:11:37] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?fields=virtual_networks HTTP/1.1" 200 1044 0.086936 10.0.0.27 - - [2025-12-29 04:11:37] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000934 10.0.0.61 - - [2025-12-29 04:11:37] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.035043 10.0.0.27 - - [2025-12-29 04:11:37] "GET /projects?obj_uuids=0d0b5ca4-9654-44e0-acc1-dfb476d193ff&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001364 10.0.0.61 - - [2025-12-29 04:11:37] "GET /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff?fields=security_groups HTTP/1.1" 200 1277 0.048473 10.0.0.61 - - [2025-12-29 04:11:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.026050 10.0.0.27 - - [2025-12-29 04:11:38] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003280 10.0.0.27 - - [2025-12-29 04:11:38] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.27 - - [2025-12-29 04:11:38] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034692 10.0.0.27 - - [2025-12-29 04:11:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.006390 10.0.0.27 - - [2025-12-29 04:11:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.006024 10.0.0.27 - - [2025-12-29 04:11:38] "POST /security-groups HTTP/1.1" 200 597 0.033510 10.0.0.27 - - [2025-12-29 04:11:38] "POST /projects HTTP/1.1" 200 597 0.257915 10.0.0.61 - - [2025-12-29 04:11:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.036799 10.0.0.27 - - [2025-12-29 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.346171 10.0.0.61 - - [2025-12-29 04:11:38] "POST /access-control-lists HTTP/1.1" 200 600 0.029646 10.0.0.61 - - [2025-12-29 04:11:38] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.515866 10.0.0.61 - - [2025-12-29 04:11:40] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.27 - - [2025-12-29 04:11:43] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.61 - - [2025-12-29 04:11:43] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.035066 10.0.0.27 - - [2025-12-29 04:11:43] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000863 10.0.0.61 - - [2025-12-29 04:11:43] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?fields=virtual_networks HTTP/1.1" 200 1042 0.039337 10.0.0.27 - - [2025-12-29 04:11:43] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001215 10.0.0.61 - - [2025-12-29 04:11:43] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.040493 10.0.0.27 - - [2025-12-29 04:11:43] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.61 - - [2025-12-29 04:11:43] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?fields=security_groups HTTP/1.1" 200 1274 0.033286 10.0.0.61 - - [2025-12-29 04:11:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.026643 10.0.0.27 - - [2025-12-29 04:11:44] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004244 10.0.0.27 - - [2025-12-29 04:11:44] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000865 10.0.0.27 - - [2025-12-29 04:11:44] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006141 10.0.0.27 - - [2025-12-29 04:11:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.002125 10.0.0.27 - - [2025-12-29 04:11:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.004095 10.0.0.27 - - [2025-12-29 04:11:44] "POST /security-groups HTTP/1.1" 200 591 0.070958 10.0.0.27 - - [2025-12-29 04:11:44] "POST /projects HTTP/1.1" 200 585 0.252381 10.0.0.61 - - [2025-12-29 04:11:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.009722 10.0.0.27 - - [2025-12-29 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.324263 10.0.0.61 - - [2025-12-29 04:11:44] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.448083 10.0.0.61 - - [2025-12-29 04:11:45] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.27 - - [2025-12-29 04:11:48] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000884 10.0.0.61 - - [2025-12-29 04:11:48] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041259 10.0.0.27 - - [2025-12-29 04:11:48] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.61 - - [2025-12-29 04:11:48] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?fields=virtual_networks HTTP/1.1" 200 1031 0.042513 10.0.0.27 - - [2025-12-29 04:11:48] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.61 - - [2025-12-29 04:11:48] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.039354 10.0.0.27 - - [2025-12-29 04:11:48] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.61 - - [2025-12-29 04:11:48] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?fields=security_groups HTTP/1.1" 200 1257 0.032737 10.0.0.61 - - [2025-12-29 04:11:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.027424 10.0.0.27 - - [2025-12-29 04:11:49] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003283 10.0.0.27 - - [2025-12-29 04:11:49] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.27 - - [2025-12-29 04:11:49] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006663 10.0.0.27 - - [2025-12-29 04:11:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.002599 10.0.0.27 - - [2025-12-29 04:11:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003452 10.0.0.27 - - [2025-12-29 04:11:50] "POST /security-groups HTTP/1.1" 200 599 0.068982 10.0.0.27 - - [2025-12-29 04:11:50] "POST /projects HTTP/1.1" 200 601 0.254459 10.0.0.61 - - [2025-12-29 04:11:50] "POST /access-control-lists HTTP/1.1" 200 604 0.026745 10.0.0.27 - - [2025-12-29 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329207 10.0.0.61 - - [2025-12-29 04:11:50] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.463574 10.0.0.61 - - [2025-12-29 04:11:51] "GET / HTTP/1.1" 200 35931 0.001370 10.0.0.61 - - [2025-12-29 04:11:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.61 - - [2025-12-29 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.085817 10.0.0.27 - - [2025-12-29 04:11:52] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.61 - - [2025-12-29 04:11:52] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035629 10.0.0.27 - - [2025-12-29 04:11:52] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.61 - - [2025-12-29 04:11:52] "POST /neutron/network HTTP/1.1" 200 601 0.151784 10.0.0.61 - - [2025-12-29 04:11:52] "POST /route-targets HTTP/1.1" 200 327 0.018800 10.0.0.61 - - [2025-12-29 04:11:53] "POST /neutron/network HTTP/1.1" 200 974 0.010288 10.0.0.61 - - [2025-12-29 04:11:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001008 10.0.0.61 - - [2025-12-29 04:11:53] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004675 10.0.0.61 - - [2025-12-29 04:11:53] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007134 10.0.0.61 - - [2025-12-29 04:11:53] "POST /neutron/subnet HTTP/1.1" 200 716 0.008387 10.0.0.61 - - [2025-12-29 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-12-29 04:11:53] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000821 10.0.0.61 - - [2025-12-29 04:11:53] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049644 10.0.0.27 - - [2025-12-29 04:11:53] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.61 - - [2025-12-29 04:11:53] "POST /neutron/network HTTP/1.1" 200 601 0.102052 10.0.0.61 - - [2025-12-29 04:11:53] "POST /ref-update HTTP/1.1" 200 156 0.030216 10.0.0.61 - - [2025-12-29 04:11:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.054994 10.0.0.61 - - [2025-12-29 04:11:54] "POST /neutron/network HTTP/1.1" 200 975 0.010098 10.0.0.61 - - [2025-12-29 04:11:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001031 10.0.0.61 - - [2025-12-29 04:11:54] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.004687 10.0.0.61 - - [2025-12-29 04:11:54] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006327 10.0.0.61 - - [2025-12-29 04:11:54] "POST /neutron/subnet HTTP/1.1" 200 716 0.008340 10.0.0.61 - - [2025-12-29 04:11:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001247 10.0.0.27 - - [2025-12-29 04:11:55] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.61 - - [2025-12-29 04:11:55] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081284 10.0.0.61 - - [2025-12-29 04:11:55] "POST /neutron/network HTTP/1.1" 200 974 0.040270 10.0.0.61 - - [2025-12-29 04:11:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001191 10.0.0.61 - - [2025-12-29 04:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.006202 10.0.0.27 - - [2025-12-29 04:11:55] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/port HTTP/1.1" 200 1152 0.307587 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/port HTTP/1.1" 200 1206 0.116156 10.0.0.27 - - [2025-12-29 04:11:56] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.61 - - [2025-12-29 04:11:56] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.096556 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003313 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/port HTTP/1.1" 200 1216 0.019552 10.0.0.61 - - [2025-12-29 04:11:56] "POST /neutron/port HTTP/1.1" 200 1216 0.015227 10.0.0.27 - - [2025-12-29 04:11:57] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.61 - - [2025-12-29 04:11:57] "POST /neutron/port HTTP/1.1" 200 1153 0.359542 10.0.0.61 - - [2025-12-29 04:11:57] "POST /neutron/port HTTP/1.1" 200 1207 0.121409 10.0.0.61 - - [2025-12-29 04:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.61 - - [2025-12-29 04:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.61 - - [2025-12-29 04:12:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007158 10.0.0.61 - - [2025-12-29 04:12:02] "POST /neutron/port HTTP/1.1" 200 1216 0.018913 10.0.0.61 - - [2025-12-29 04:12:02] "GET /virtual-machine/cdc4df52-21e8-4d3e-bbfe-49dc0574659e HTTP/1.1" 401 292 0.000556 10.0.0.61 - - [2025-12-29 04:12:02] "GET /virtual-machine/cdc4df52-21e8-4d3e-bbfe-49dc0574659e HTTP/1.1" 200 1301 0.030219 10.0.0.61 - - [2025-12-29 04:12:02] "GET /virtual-machine-interface/6bd814b3-1e63-46b2-b4ff-62ae278e91c9 HTTP/1.1" 200 3157 0.006156 10.0.0.61 - - [2025-12-29 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.61 - - [2025-12-29 04:12:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003763 10.0.0.61 - - [2025-12-29 04:12:02] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003011 10.0.0.61 - - [2025-12-29 04:12:02] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005616 10.0.0.61 - - [2025-12-29 04:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.61 - - [2025-12-29 04:12:05] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005679 10.0.0.61 - - [2025-12-29 04:12:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035805 10.0.0.61 - - [2025-12-29 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.61 - - [2025-12-29 04:12:07] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003500 10.0.0.61 - - [2025-12-29 04:12:07] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003997 10.0.0.61 - - [2025-12-29 04:12:07] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008851 10.0.0.61 - - [2025-12-29 04:12:08] "POST /neutron/port HTTP/1.1" 200 1216 0.026562 10.0.0.61 - - [2025-12-29 04:12:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009264 10.0.0.61 - - [2025-12-29 04:12:13] "POST /neutron/port HTTP/1.1" 200 1217 0.020794 10.0.0.61 - - [2025-12-29 04:12:13] "GET /virtual-machine/602d7a47-f633-482a-a6fd-12fd6829c744 HTTP/1.1" 200 1300 0.007594 10.0.0.61 - - [2025-12-29 04:12:13] "GET /virtual-machine-interface/6c7daed0-fefe-4e40-b0ca-d9ea9d203aee HTTP/1.1" 200 3157 0.006602 10.0.0.61 - - [2025-12-29 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.61 - - [2025-12-29 04:12:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004807 10.0.0.61 - - [2025-12-29 04:12:13] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004537 10.0.0.61 - - [2025-12-29 04:12:13] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006017 10.0.0.61 - - [2025-12-29 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.61 - - [2025-12-29 04:12:14] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003343 10.0.0.61 - - [2025-12-29 04:12:14] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002867 10.0.0.61 - - [2025-12-29 04:12:14] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005722 10.0.0.61 - - [2025-12-29 04:12:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.003144 10.0.0.61 - - [2025-12-29 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-12-29 04:12:14] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.61 - - [2025-12-29 04:12:15] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034302 10.0.0.61 - - [2025-12-29 04:12:15] "POST /network-policys HTTP/1.1" 200 533 0.027344 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005916 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.61 - - [2025-12-29 04:12:15] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007160 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004276 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.003326 10.0.0.61 - - [2025-12-29 04:12:15] "POST /ref-update HTTP/1.1" 200 156 0.053851 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006471 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003841 10.0.0.61 - - [2025-12-29 04:12:15] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.007045 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004550 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008099 10.0.0.61 - - [2025-12-29 04:12:15] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005657 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004237 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.010569 10.0.0.61 - - [2025-12-29 04:12:15] "POST /ref-update HTTP/1.1" 200 156 0.057797 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.010489 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011561 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.012754 10.0.0.61 - - [2025-12-29 04:12:15] "POST /neutron/network HTTP/1.1" 200 1061 0.017572 10.0.0.61 - - [2025-12-29 04:12:15] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.006535 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.61 - - [2025-12-29 04:12:15] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004092 10.0.0.61 - - [2025-12-29 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-12-29 04:12:15] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.61 - - [2025-12-29 04:12:15] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059412 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/0d0b5ca4-9654-44e0-acc1-dfb476d193ff HTTP/1.1" 404 177 0.018700 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/fead9b6c5f634dc19a0c78255e70bbf4 HTTP/1.1" 404 173 0.016852 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/60caee5fd7064cac9a4c0b83990028cb HTTP/1.1" 404 173 0.011897 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/0d6fcd012d0d4f538ed93b5d19610bd8 HTTP/1.1" 404 173 0.010138 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001191 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.61 - - [2025-12-29 04:12:16] "POST /route-targets HTTP/1.1" 200 327 0.017801 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.068690 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.083798 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000903 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000894 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?fields=security_groups HTTP/1.1" 200 1379 0.053588 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?fields=security_groups HTTP/1.1" 200 1362 0.056015 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /security-group/dc78be9f-3b21-407e-90bb-05e434102269 HTTP/1.1" 200 115 0.088881 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /security-group/1b0cc17b-3501-43aa-a982-ea30762828cb HTTP/1.1" 200 115 0.099849 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=60caee5f-d706-4cac-9a4c-0b83990028cb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.27 - - [2025-12-29 04:12:16] "POST /useragent-kv HTTP/1.1" 200 115 0.010513 10.0.0.61 - - [2025-12-29 04:12:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.292101 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/60caee5f-d706-4cac-9a4c-0b83990028cb?fields=application_policy_sets HTTP/1.1" 200 1401 0.089160 10.0.0.61 - - [2025-12-29 04:12:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001145 10.0.0.61 - - [2025-12-29 04:12:16] "GET /virtual-network/67aa974a-ea14-4944-bc2f-949813580351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007637 10.0.0.61 - - [2025-12-29 04:12:16] "DELETE /access-control-list/e47d915b-f61d-4326-8a47-734d012235db HTTP/1.1" 200 115 0.100469 10.0.0.27 - - [2025-12-29 04:12:16] "GET /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8?fields=application_policy_sets HTTP/1.1" 200 1418 0.145580 10.0.0.61 - - [2025-12-29 04:12:16] "GET /virtual-network/67aa974a-ea14-4944-bc2f-949813580351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009913 10.0.0.61 - - [2025-12-29 04:12:16] "POST /neutron/network HTTP/1.1" 200 799 0.009854 10.0.0.61 - - [2025-12-29 04:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.61 - - [2025-12-29 04:12:16] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093327 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/60caee5f-d706-4cac-9a4c-0b83990028cb HTTP/1.1" 200 115 0.651694 10.0.0.27 - - [2025-12-29 04:12:16] "DELETE /project/0d6fcd01-2d0d-4f53-8ed9-3b5d19610bd8 HTTP/1.1" 200 115 0.677666 10.0.0.27 - - [2025-12-29 04:12:16] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.61 - - [2025-12-29 04:12:17] "POST /neutron/network HTTP/1.1" 200 585 0.115559 10.0.0.61 - - [2025-12-29 04:12:17] "POST /route-targets HTTP/1.1" 200 327 0.012528 10.0.0.61 - - [2025-12-29 04:12:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.003436 10.0.0.61 - - [2025-12-29 04:12:17] "GET /virtual-network/00c1453c-8310-4ecc-844a-240b2015b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.006182 10.0.0.61 - - [2025-12-29 04:12:17] "POST /neutron/network HTTP/1.1" 200 799 0.010002 10.0.0.61 - - [2025-12-29 04:12:17] "GET /virtual-network/00c1453c-8310-4ecc-844a-240b2015b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.004727 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 404 239 0.004326 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.27 - - [2025-12-29 04:12:17] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.61 - - [2025-12-29 04:12:17] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036464 10.0.0.61 - - [2025-12-29 04:12:17] "POST /network-policys HTTP/1.1" 200 587 0.026275 10.0.0.61 - - [2025-12-29 04:12:17] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005356 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.61 - - [2025-12-29 04:12:17] "GET /virtual-network/67aa974a-ea14-4944-bc2f-949813580351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005847 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.61 - - [2025-12-29 04:12:17] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004182 10.0.0.61 - - [2025-12-29 04:12:17] "POST /ref-update HTTP/1.1" 200 156 0.051222 10.0.0.61 - - [2025-12-29 04:12:17] "POST /access-control-lists HTTP/1.1" 200 554 0.035229 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007777 10.0.0.61 - - [2025-12-29 04:12:17] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003858 10.0.0.61 - - [2025-12-29 04:12:17] "POST /neutron/network HTTP/1.1" 200 912 0.007919 10.0.0.61 - - [2025-12-29 04:12:17] "GET /virtual-network/67aa974a-ea14-4944-bc2f-949813580351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004980 10.0.0.61 - - [2025-12-29 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.61 - - [2025-12-29 04:12:18] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005732 10.0.0.61 - - [2025-12-29 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.61 - - [2025-12-29 04:12:18] "GET /virtual-network/00c1453c-8310-4ecc-844a-240b2015b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.006006 10.0.0.61 - - [2025-12-29 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.61 - - [2025-12-29 04:12:18] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004033 10.0.0.61 - - [2025-12-29 04:12:18] "POST /ref-update HTTP/1.1" 200 156 0.054428 10.0.0.61 - - [2025-12-29 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.011407 10.0.0.61 - - [2025-12-29 04:12:18] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004347 10.0.0.61 - - [2025-12-29 04:12:18] "POST /access-control-lists HTTP/1.1" 200 554 0.084462 10.0.0.61 - - [2025-12-29 04:12:18] "GET /virtual-network/00c1453c-8310-4ecc-844a-240b2015b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2330 0.024504 10.0.0.61 - - [2025-12-29 04:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.61 - - [2025-12-29 04:12:18] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008501 10.0.0.61 - - [2025-12-29 04:12:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001571 10.0.0.61 - - [2025-12-29 04:12:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007457 10.0.0.27 - - [2025-12-29 04:12:19] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.61 - - [2025-12-29 04:12:19] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070557 10.0.0.61 - - [2025-12-29 04:12:19] "POST /neutron/port HTTP/1.1" 200 2279 0.025046 10.0.0.61 - - [2025-12-29 04:12:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.002349 10.0.0.61 - - [2025-12-29 04:12:19] "POST /neutron/port HTTP/1.1" 200 2279 0.027365 10.0.0.61 - - [2025-12-29 04:12:19] "POST /neutron/network HTTP/1.1" 200 922 0.007491 10.0.0.61 - - [2025-12-29 04:12:20] "POST /neutron/port HTTP/1.1" 200 1063 0.016070 10.0.0.61 - - [2025-12-29 04:12:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003774 10.0.0.61 - - [2025-12-29 04:12:20] "POST /neutron/network HTTP/1.1" 200 912 0.006713 10.0.0.27 - - [2025-12-29 04:12:20] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.61 - - [2025-12-29 04:12:20] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086212 10.0.0.61 - - [2025-12-29 04:12:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006733 10.0.0.61 - - [2025-12-29 04:12:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003571 10.0.0.61 - - [2025-12-29 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.61 - - [2025-12-29 04:12:21] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004213 10.0.0.27 - - [2025-12-29 04:12:21] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.61 - - [2025-12-29 04:12:21] "POST /neutron/port HTTP/1.1" 200 1063 0.301494 10.0.0.61 - - [2025-12-29 04:12:21] "POST /neutron/port HTTP/1.1" 200 1117 0.105336 10.0.0.61 - - [2025-12-29 04:12:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.010551 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003808 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004258 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004672 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.026810 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.039927 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005348 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003988 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.032571 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.040948 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006209 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006096 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.029327 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.030863 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008106 10.0.0.61 - - [2025-12-29 04:12:22] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004457 10.0.0.61 - - [2025-12-29 04:12:22] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.024510 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003369 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004902 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003690 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.031168 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.034678 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006721 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005079 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.035142 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.037030 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004642 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009967 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.042210 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.044800 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006333 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004090 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.022747 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003608 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004745 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004140 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.041976 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.036419 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004530 10.0.0.61 - - [2025-12-29 04:12:23] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003731 10.0.0.61 - - [2025-12-29 04:12:23] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.031904 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.031388 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006285 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005382 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.029685 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.031884 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005548 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005861 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.021831 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004081 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005152 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004008 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.026435 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.036563 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005963 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004419 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.027565 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.030912 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.011593 10.0.0.61 - - [2025-12-29 04:12:24] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004829 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.033992 10.0.0.61 - - [2025-12-29 04:12:24] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.038996 10.0.0.61 - - [2025-12-29 04:12:30] "POST /neutron/port HTTP/1.1" 200 1127 0.016702 10.0.0.61 - - [2025-12-29 04:12:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006767 10.0.0.61 - - [2025-12-29 04:12:34] "POST /neutron/network HTTP/1.1" 200 1071 0.005875 10.0.0.61 - - [2025-12-29 04:12:34] "POST /neutron/subnet HTTP/1.1" 200 1272 0.012205 10.0.0.61 - - [2025-12-29 04:12:34] "POST /neutron/network HTTP/1.1" 200 1061 0.009691 10.0.0.61 - - [2025-12-29 04:12:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003208 10.0.0.61 - - [2025-12-29 04:12:34] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004269 10.0.0.61 - - [2025-12-29 04:12:34] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.003817 10.0.0.61 - - [2025-12-29 04:12:34] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.027766 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.037055 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007772 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004205 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.040051 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.028419 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004610 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003776 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.036742 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.032666 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007281 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005931 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.023415 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003067 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005342 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006691 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.025179 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.033032 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005605 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003866 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.031424 10.0.0.61 - - [2025-12-29 04:12:35] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.032454 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010565 10.0.0.61 - - [2025-12-29 04:12:35] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003977 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.039863 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.038143 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004409 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005359 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.019762 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003083 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006117 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003700 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.024626 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.038398 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004587 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005535 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.039276 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.041519 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014603 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004030 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.029473 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.037062 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005478 10.0.0.61 - - [2025-12-29 04:12:36] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006109 10.0.0.61 - - [2025-12-29 04:12:36] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.025502 10.0.0.61 - - [2025-12-29 04:12:37] "POST /ref-update HTTP/1.1" 200 156 0.058558 10.0.0.61 - - [2025-12-29 04:12:37] "DELETE /access-control-list/80ab8544-3f2f-4a60-b8a9-46894750ef67 HTTP/1.1" 200 115 0.044147 10.0.0.61 - - [2025-12-29 04:12:37] "GET /virtual-network/00c1453c-8310-4ecc-844a-240b2015b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1996 0.009185 10.0.0.61 - - [2025-12-29 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.61 - - [2025-12-29 04:12:37] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008985 10.0.0.61 - - [2025-12-29 04:12:37] "POST /ref-update HTTP/1.1" 200 156 0.039191 10.0.0.61 - - [2025-12-29 04:12:37] "POST /ref-update HTTP/1.1" 200 156 0.029026 10.0.0.61 - - [2025-12-29 04:12:37] "GET /virtual-network/67aa974a-ea14-4944-bc2f-949813580351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.015151 10.0.0.61 - - [2025-12-29 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.61 - - [2025-12-29 04:12:37] "GET /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004923 10.0.0.61 - - [2025-12-29 04:12:37] "POST /neutron/port HTTP/1.1" 200 1127 0.026714 10.0.0.61 - - [2025-12-29 04:12:37] "DELETE /network-policy/d34fc48d-5369-4a63-84f4-fb21a5cad1f4 HTTP/1.1" 200 115 0.033565 10.0.0.61 - - [2025-12-29 04:12:37] "POST /neutron/network HTTP/1.1" 400 204 0.011644 10.0.0.61 - - [2025-12-29 04:12:37] "POST /neutron/port HTTP/1.1" 200 1117 0.030401 10.0.0.27 - - [2025-12-29 04:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.126354 10.0.0.27 - - [2025-12-29 04:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002841 10.0.0.27 - - [2025-12-29 04:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.61 - - [2025-12-29 04:12:39] "POST /neutron/network HTTP/1.1" 200 151 0.121270 10.0.0.61 - - [2025-12-29 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.61 - - [2025-12-29 04:12:39] "POST /ref-update HTTP/1.1" 200 156 0.047880 10.0.0.61 - - [2025-12-29 04:12:39] "POST /neutron/network HTTP/1.1" 200 975 0.010832 10.0.0.61 - - [2025-12-29 04:12:39] "GET /virtual-network/0642814f-2ef4-44f5-8285-3eb5d77601b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008540 10.0.0.61 - - [2025-12-29 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.61 - - [2025-12-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.029963 10.0.0.61 - - [2025-12-29 04:12:40] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008612 10.0.0.61 - - [2025-12-29 04:12:40] "POST /ref-update HTTP/1.1" 200 156 0.065864 10.0.0.61 - - [2025-12-29 04:12:40] "GET /virtual-network/19e109e7-bddb-405d-a03a-7f28919eb35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009449 10.0.0.61 - - [2025-12-29 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.61 - - [2025-12-29 04:12:40] "GET /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003789 10.0.0.61 - - [2025-12-29 04:12:40] "DELETE /network-policy/d5503cde-6bf6-4218-ad87-22f950614c73 HTTP/1.1" 200 115 0.030378 10.0.0.61 - - [2025-12-29 04:12:40] "POST /neutron/network HTTP/1.1" 400 204 0.013081 10.0.0.61 - - [2025-12-29 04:12:41] "POST /neutron/port HTTP/1.1" 200 151 0.223520 10.0.0.61 - - [2025-12-29 04:12:41] "POST /neutron/port HTTP/1.1" 200 151 0.259246 10.0.0.61 - - [2025-12-29 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.61 - - [2025-12-29 04:12:42] "POST /neutron/network HTTP/1.1" 200 974 0.010721 10.0.0.61 - - [2025-12-29 04:12:42] "DELETE /route-target/32006894-1d5b-423a-b9e5-d8383bc32ad8 HTTP/1.1" 200 115 0.022358 10.0.0.61 - - [2025-12-29 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2025-12-29 04:12:44] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.61 - - [2025-12-29 04:12:44] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037447 10.0.0.27 - - [2025-12-29 04:12:44] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.61 - - [2025-12-29 04:12:44] "POST /neutron/network HTTP/1.1" 200 601 0.115181 10.0.0.61 - - [2025-12-29 04:12:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.002635 10.0.0.61 - - [2025-12-29 04:12:44] "POST /neutron/network HTTP/1.1" 200 976 0.011339 10.0.0.61 - - [2025-12-29 04:12:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.000998 10.0.0.61 - - [2025-12-29 04:12:44] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.004385 10.0.0.61 - - [2025-12-29 04:12:44] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005967 10.0.0.61 - - [2025-12-29 04:12:44] "POST /neutron/subnet HTTP/1.1" 200 716 0.007909 10.0.0.61 - - [2025-12-29 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-12-29 04:12:44] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000778 10.0.0.61 - - [2025-12-29 04:12:44] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035934 10.0.0.27 - - [2025-12-29 04:12:45] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001954 10.0.0.61 - - [2025-12-29 04:12:45] "POST /neutron/network HTTP/1.1" 200 601 0.136503 10.0.0.61 - - [2025-12-29 04:12:45] "POST /route-targets HTTP/1.1" 200 327 0.017388 10.0.0.61 - - [2025-12-29 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002584 10.0.0.61 - - [2025-12-29 04:12:45] "POST /neutron/network HTTP/1.1" 200 976 0.010430 10.0.0.61 - - [2025-12-29 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001084 10.0.0.61 - - [2025-12-29 04:12:45] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005311 10.0.0.61 - - [2025-12-29 04:12:45] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005040 10.0.0.61 - - [2025-12-29 04:12:45] "POST /neutron/subnet HTTP/1.1" 200 716 0.008114 10.0.0.61 - - [2025-12-29 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001250 10.0.0.27 - - [2025-12-29 04:12:46] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.61 - - [2025-12-29 04:12:46] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076055 10.0.0.61 - - [2025-12-29 04:12:46] "POST /neutron/network HTTP/1.1" 200 976 0.009044 10.0.0.61 - - [2025-12-29 04:12:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001281 10.0.0.61 - - [2025-12-29 04:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.007017 10.0.0.27 - - [2025-12-29 04:12:47] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.61 - - [2025-12-29 04:12:47] "POST /neutron/port HTTP/1.1" 200 1154 0.332263 10.0.0.61 - - [2025-12-29 04:12:47] "POST /neutron/port HTTP/1.1" 200 1208 0.096688 10.0.0.61 - - [2025-12-29 04:12:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.27 - - [2025-12-29 04:12:47] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001606 10.0.0.61 - - [2025-12-29 04:12:47] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.61 - - [2025-12-29 04:12:47] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088573 10.0.0.61 - - [2025-12-29 04:12:48] "POST /neutron/port HTTP/1.1" 200 1218 0.016497 10.0.0.61 - - [2025-12-29 04:12:48] "POST /neutron/port HTTP/1.1" 200 1218 0.015885 10.0.0.27 - - [2025-12-29 04:12:48] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.61 - - [2025-12-29 04:12:48] "POST /neutron/port HTTP/1.1" 200 1154 0.323133 10.0.0.61 - - [2025-12-29 04:12:49] "POST /neutron/port HTTP/1.1" 200 1208 0.104692 10.0.0.61 - - [2025-12-29 04:12:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.61 - - [2025-12-29 04:12:49] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.22 - - [2025-12-29 04:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-12-29 04:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-12-29 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-12-29 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.22 - - [2025-12-29 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-12-29 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.001662 10.0.0.27 - - [2025-12-29 04:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-12-29 04:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000673 10.0.0.61 - - [2025-12-29 04:12:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007208 10.0.0.61 - - [2025-12-29 04:12:53] "POST /neutron/port HTTP/1.1" 200 1218 0.016189 10.0.0.61 - - [2025-12-29 04:12:53] "GET /virtual-machine/aac822c1-6531-42f5-b012-69df959b6e90 HTTP/1.1" 200 1301 0.005802 10.0.0.61 - - [2025-12-29 04:12:53] "GET /virtual-machine-interface/20f542a9-2a30-4f4b-bf6a-f88cc99bafa0 HTTP/1.1" 200 3157 0.005073 10.0.0.61 - - [2025-12-29 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.61 - - [2025-12-29 04:12:53] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004060 10.0.0.61 - - [2025-12-29 04:12:53] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002888 10.0.0.61 - - [2025-12-29 04:12:53] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005865 10.0.0.61 - - [2025-12-29 04:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.61 - - [2025-12-29 04:12:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.61 - - [2025-12-29 04:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.61 - - [2025-12-29 04:12:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.61 - - [2025-12-29 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.61 - - [2025-12-29 04:12:56] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005204 10.0.0.61 - - [2025-12-29 04:12:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008836 10.0.0.61 - - [2025-12-29 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.61 - - [2025-12-29 04:12:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003158 10.0.0.61 - - [2025-12-29 04:12:58] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002723 10.0.0.61 - - [2025-12-29 04:12:58] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005953 10.0.0.61 - - [2025-12-29 04:12:58] "POST /neutron/port HTTP/1.1" 200 1218 0.015381 10.0.0.61 - - [2025-12-29 04:13:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007136 10.0.0.61 - - [2025-12-29 04:13:04] "POST /neutron/port HTTP/1.1" 200 1218 0.016839 10.0.0.61 - - [2025-12-29 04:13:04] "GET /virtual-machine/5a19e0b2-7cab-4ae4-94ee-f82a4beee1cc HTTP/1.1" 200 1300 0.005645 10.0.0.61 - - [2025-12-29 04:13:04] "GET /virtual-machine-interface/fd8c0eab-345d-48d3-949e-bd54100ce639 HTTP/1.1" 200 3158 0.005832 10.0.0.61 - - [2025-12-29 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.61 - - [2025-12-29 04:13:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007196 10.0.0.61 - - [2025-12-29 04:13:04] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004511 10.0.0.61 - - [2025-12-29 04:13:04] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005516 10.0.0.61 - - [2025-12-29 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008744 10.0.0.61 - - [2025-12-29 04:13:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010740 10.0.0.61 - - [2025-12-29 04:13:05] "GET /virtual-networks?parent_id=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002879 10.0.0.61 - - [2025-12-29 04:13:05] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006982 10.0.0.61 - - [2025-12-29 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 209 0.004291 10.0.0.61 - - [2025-12-29 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-12-29 04:13:05] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.61 - - [2025-12-29 04:13:05] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046921 10.0.0.61 - - [2025-12-29 04:13:06] "POST /network-policys HTTP/1.1" 200 533 0.026432 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005615 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.61 - - [2025-12-29 04:13:06] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005152 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004201 10.0.0.61 - - [2025-12-29 04:13:06] "POST /ref-update HTTP/1.1" 200 156 0.050156 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005264 10.0.0.61 - - [2025-12-29 04:13:06] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.009422 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005045 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.61 - - [2025-12-29 04:13:06] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008213 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006511 10.0.0.61 - - [2025-12-29 04:13:06] "POST /access-control-lists HTTP/1.1" 200 578 0.038253 10.0.0.61 - - [2025-12-29 04:13:06] "POST /ref-update HTTP/1.1" 200 156 0.071657 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.61 - - [2025-12-29 04:13:06] "POST /access-control-lists HTTP/1.1" 200 578 0.046568 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003353 10.0.0.61 - - [2025-12-29 04:13:06] "POST /neutron/network HTTP/1.1" 200 1062 0.012497 10.0.0.61 - - [2025-12-29 04:13:06] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.026516 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.61 - - [2025-12-29 04:13:06] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003939 10.0.0.61 - - [2025-12-29 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-12-29 04:13:06] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.61 - - [2025-12-29 04:13:06] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.033806 10.0.0.61 - - [2025-12-29 04:13:07] "POST /ref-update HTTP/1.1" 200 156 0.021039 10.0.0.27 - - [2025-12-29 04:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007260 10.0.0.61 - - [2025-12-29 04:13:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.170716 10.0.0.61 - - [2025-12-29 04:13:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001266 10.0.0.61 - - [2025-12-29 04:13:07] "GET /virtual-network/1274d275-b62a-4ae3-af75-495d5b9cabf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005036 10.0.0.61 - - [2025-12-29 04:13:07] "GET /virtual-network/1274d275-b62a-4ae3-af75-495d5b9cabf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005958 10.0.0.61 - - [2025-12-29 04:13:07] "POST /neutron/network HTTP/1.1" 200 799 0.007168 10.0.0.61 - - [2025-12-29 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.27 - - [2025-12-29 04:13:07] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.61 - - [2025-12-29 04:13:07] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040671 10.0.0.27 - - [2025-12-29 04:13:07] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.61 - - [2025-12-29 04:13:07] "POST /neutron/network HTTP/1.1" 200 585 0.111249 10.0.0.61 - - [2025-12-29 04:13:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.003154 10.0.0.61 - - [2025-12-29 04:13:07] "GET /virtual-network/af3c9449-d92a-411c-b1e4-47afc34f5463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004600 10.0.0.61 - - [2025-12-29 04:13:08] "POST /neutron/network HTTP/1.1" 200 799 0.005553 10.0.0.61 - - [2025-12-29 04:13:08] "GET /virtual-network/af3c9449-d92a-411c-b1e4-47afc34f5463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.004891 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 239 0.002689 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-12-29 04:13:08] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.61 - - [2025-12-29 04:13:08] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045523 10.0.0.61 - - [2025-12-29 04:13:08] "POST /network-policys HTTP/1.1" 200 587 0.028283 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005235 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.61 - - [2025-12-29 04:13:08] "GET /virtual-network/1274d275-b62a-4ae3-af75-495d5b9cabf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006537 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004383 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.011556 10.0.0.61 - - [2025-12-29 04:13:08] "POST /ref-update HTTP/1.1" 200 156 0.047870 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003659 10.0.0.61 - - [2025-12-29 04:13:08] "POST /neutron/network HTTP/1.1" 200 912 0.008324 10.0.0.61 - - [2025-12-29 04:13:08] "GET /virtual-network/1274d275-b62a-4ae3-af75-495d5b9cabf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.004524 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003634 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.61 - - [2025-12-29 04:13:08] "GET /virtual-network/af3c9449-d92a-411c-b1e4-47afc34f5463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007953 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004308 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.006706 10.0.0.61 - - [2025-12-29 04:13:08] "POST /ref-update HTTP/1.1" 200 156 0.057374 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.61 - - [2025-12-29 04:13:08] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005802 10.0.0.61 - - [2025-12-29 04:13:08] "GET /virtual-network/af3c9449-d92a-411c-b1e4-47afc34f5463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006877 10.0.0.61 - - [2025-12-29 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.61 - - [2025-12-29 04:13:09] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003756 10.0.0.61 - - [2025-12-29 04:13:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.000966 10.0.0.61 - - [2025-12-29 04:13:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010694 10.0.0.27 - - [2025-12-29 04:13:10] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000877 10.0.0.61 - - [2025-12-29 04:13:10] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063552 10.0.0.61 - - [2025-12-29 04:13:10] "POST /neutron/port HTTP/1.1" 200 2282 0.021835 10.0.0.61 - - [2025-12-29 04:13:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001217 10.0.0.61 - - [2025-12-29 04:13:10] "POST /neutron/port HTTP/1.1" 200 2282 0.021005 10.0.0.61 - - [2025-12-29 04:13:10] "POST /neutron/network HTTP/1.1" 200 922 0.007629 10.0.0.61 - - [2025-12-29 04:13:11] "POST /neutron/port HTTP/1.1" 200 1063 0.015516 10.0.0.61 - - [2025-12-29 04:13:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003696 10.0.0.61 - - [2025-12-29 04:13:11] "POST /neutron/network HTTP/1.1" 200 912 0.008708 10.0.0.27 - - [2025-12-29 04:13:11] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.61 - - [2025-12-29 04:13:11] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079783 10.0.0.61 - - [2025-12-29 04:13:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007703 10.0.0.61 - - [2025-12-29 04:13:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003110 10.0.0.61 - - [2025-12-29 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.61 - - [2025-12-29 04:13:11] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010824 10.0.0.27 - - [2025-12-29 04:13:12] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.61 - - [2025-12-29 04:13:12] "PUT /access-control-list/e428d78a-7b6c-4609-929a-5994d104a532 HTTP/1.1" 200 272 0.027794 10.0.0.61 - - [2025-12-29 04:13:12] "POST /neutron/port HTTP/1.1" 200 1063 0.261227 10.0.0.61 - - [2025-12-29 04:13:12] "POST /neutron/port HTTP/1.1" 200 1117 0.092307 10.0.0.61 - - [2025-12-29 04:13:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.008224 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003689 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006369 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004831 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.028264 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.044127 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005062 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006301 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.042854 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.044744 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.012196 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008281 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.027050 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.044935 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004359 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004032 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.024104 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002873 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005785 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004253 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.026681 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.028704 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004378 10.0.0.61 - - [2025-12-29 04:13:13] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006241 10.0.0.61 - - [2025-12-29 04:13:13] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.056870 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.033383 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005015 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004286 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.030344 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.034495 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004505 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003441 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.023343 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003270 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005023 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003834 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.026520 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.034572 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003591 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004594 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.037624 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.037408 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010920 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003580 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.033504 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.036207 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008982 10.0.0.61 - - [2025-12-29 04:13:14] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003682 10.0.0.61 - - [2025-12-29 04:13:14] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.019883 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004460 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005159 10.0.0.61 - - [2025-12-29 04:13:15] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.015479 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005125 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003484 10.0.0.61 - - [2025-12-29 04:13:15] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.015742 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004859 10.0.0.61 - - [2025-12-29 04:13:15] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004429 10.0.0.61 - - [2025-12-29 04:13:15] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.014712 10.0.0.61 - - [2025-12-29 04:13:21] "POST /neutron/port HTTP/1.1" 200 1127 0.015626 10.0.0.61 - - [2025-12-29 04:13:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006432 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003392 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004383 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.003823 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.023639 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.032251 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008298 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006260 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.030248 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.043200 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007450 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004123 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.043139 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.027951 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009336 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004457 10.0.0.61 - - [2025-12-29 04:13:25] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.016600 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002968 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005625 10.0.0.61 - - [2025-12-29 04:13:25] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006611 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.029461 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.032526 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005618 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008860 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.039088 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.052788 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008993 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007964 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.049560 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.036326 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006237 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005896 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.019686 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.002999 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004751 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.003704 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.023451 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/467e0cee-591b-4ecd-a5d0-4547ca303441 HTTP/1.1" 200 254 0.042168 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012671 10.0.0.61 - - [2025-12-29 04:13:26] "GET /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004541 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.044997 10.0.0.61 - - [2025-12-29 04:13:26] "PUT /bgp-router/4d430d09-17fd-47fd-bcb9-1c2cc9b4872d HTTP/1.1" 200 254 0.030182 10.0.0.61 - - [2025-12-29 04:13:27] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.006908 10.0.0.61 - - [2025-12-29 04:13:27] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008193 10.0.0.61 - - [2025-12-29 04:13:27] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.040869 10.0.0.61 - - [2025-12-29 04:13:27] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.031387 10.0.0.61 - - [2025-12-29 04:13:27] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004864 10.0.0.61 - - [2025-12-29 04:13:27] "GET /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004213 10.0.0.61 - - [2025-12-29 04:13:27] "PUT /bgp-router/067b6b9b-4471-4d48-80d9-27142fdbaea4 HTTP/1.1" 200 254 0.019732 10.0.0.61 - - [2025-12-29 04:13:27] "POST /ref-update HTTP/1.1" 200 156 0.053205 10.0.0.61 - - [2025-12-29 04:13:27] "GET /virtual-network/af3c9449-d92a-411c-b1e4-47afc34f5463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006743 10.0.0.61 - - [2025-12-29 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.61 - - [2025-12-29 04:13:27] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005862 10.0.0.61 - - [2025-12-29 04:13:27] "POST /ref-update HTTP/1.1" 200 156 0.043645 10.0.0.61 - - [2025-12-29 04:13:27] "DELETE /access-control-list/ef567ab2-02e2-4a0a-8ec7-9de6d6850028 HTTP/1.1" 200 115 0.033957 10.0.0.61 - - [2025-12-29 04:13:27] "GET /virtual-network/1274d275-b62a-4ae3-af75-495d5b9cabf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.014169 10.0.0.61 - - [2025-12-29 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006699 10.0.0.61 - - [2025-12-29 04:13:27] "GET /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005320 10.0.0.61 - - [2025-12-29 04:13:27] "DELETE /network-policy/28c096b7-8a83-471d-a746-1564ed6acea1 HTTP/1.1" 200 115 0.040701 10.0.0.61 - - [2025-12-29 04:13:27] "POST /neutron/port HTTP/1.1" 200 1127 0.022529 10.0.0.61 - - [2025-12-29 04:13:27] "POST /neutron/port HTTP/1.1" 200 1117 0.017061 10.0.0.61 - - [2025-12-29 04:13:28] "POST /neutron/port HTTP/1.1" 200 1117 0.022692 10.0.0.27 - - [2025-12-29 04:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005026 10.0.0.27 - - [2025-12-29 04:13:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.61 - - [2025-12-29 04:13:30] "POST /neutron/network HTTP/1.1" 200 151 0.118636 10.0.0.61 - - [2025-12-29 04:13:30] "DELETE /route-target/b3fcf6f0-2453-4a5b-b61f-b2d315244d21 HTTP/1.1" 200 115 0.022122 10.0.0.61 - - [2025-12-29 04:13:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.008581 10.0.0.61 - - [2025-12-29 04:13:30] "POST /ref-update HTTP/1.1" 200 156 0.059374 10.0.0.61 - - [2025-12-29 04:13:30] "POST /neutron/network HTTP/1.1" 200 976 0.026991 10.0.0.61 - - [2025-12-29 04:13:30] "DELETE /access-control-list/4454a056-df97-49a7-955e-beb383e06cdb HTTP/1.1" 200 115 0.067928 10.0.0.61 - - [2025-12-29 04:13:30] "GET /virtual-network/9f6a963e-a701-4aba-9935-376ccf9a1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.010933 10.0.0.61 - - [2025-12-29 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008419 10.0.0.61 - - [2025-12-29 04:13:30] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007998 10.0.0.61 - - [2025-12-29 04:13:30] "POST /ref-update HTTP/1.1" 200 156 0.055391 10.0.0.61 - - [2025-12-29 04:13:30] "POST /ref-update HTTP/1.1" 200 156 0.031556 10.0.0.61 - - [2025-12-29 04:13:30] "GET /virtual-network/9f0c802c-5a36-4465-aae5-3f7615b5b810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.018491 10.0.0.61 - - [2025-12-29 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006316 10.0.0.61 - - [2025-12-29 04:13:30] "GET /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003890 10.0.0.61 - - [2025-12-29 04:13:30] "DELETE /network-policy/901b0cb6-9edb-43d4-a5d5-1598ba4f298c HTTP/1.1" 200 115 0.042499 10.0.0.61 - - [2025-12-29 04:13:30] "POST /neutron/network HTTP/1.1" 400 204 0.013664 10.0.0.61 - - [2025-12-29 04:13:31] "POST /neutron/port HTTP/1.1" 200 151 0.277965 10.0.0.61 - - [2025-12-29 04:13:31] "POST /neutron/port HTTP/1.1" 200 151 0.340970 10.0.0.61 - - [2025-12-29 04:13:32] "POST /neutron/network HTTP/1.1" 200 976 0.017868 10.0.0.61 - - [2025-12-29 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010260 10.0.0.27 - - [2025-12-29 04:13:34] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001577 10.0.0.61 - - [2025-12-29 04:13:34] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038517 10.0.0.27 - - [2025-12-29 04:13:34] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001336 10.0.0.61 - - [2025-12-29 04:13:34] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?fields=virtual_networks HTTP/1.1" 200 1048 0.047050 10.0.0.27 - - [2025-12-29 04:13:34] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.61 - - [2025-12-29 04:13:34] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047739 10.0.0.27 - - [2025-12-29 04:13:34] "GET /projects?obj_uuids=fead9b6c-5f63-4dc1-9a0c-78255e70bbf4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.61 - - [2025-12-29 04:13:34] "GET /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4?fields=security_groups HTTP/1.1" 200 1282 0.039998 10.0.0.61 - - [2025-12-29 04:13:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.026570 10.0.0.27 - - [2025-12-29 04:13:35] "GET /projects?obj_uuids=012b13ca-751b-49e3-9a9f-60b84a18e679&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002852 10.0.0.27 - - [2025-12-29 04:13:35] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.27 - - [2025-12-29 04:13:35] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006730 10.0.0.27 - - [2025-12-29 04:13:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001497 10.0.0.27 - - [2025-12-29 04:13:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.006290 10.0.0.27 - - [2025-12-29 04:13:35] "POST /security-groups HTTP/1.1" 200 586 0.071317 10.0.0.27 - - [2025-12-29 04:13:35] "POST /projects HTTP/1.1" 200 575 0.266727 10.0.0.61 - - [2025-12-29 04:13:35] "POST /access-control-lists HTTP/1.1" 200 591 0.025401 10.0.0.27 - - [2025-12-29 04:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.340721 10.0.0.61 - - [2025-12-29 04:13:36] "GET /project/012b13ca-751b-49e3-9a9f-60b84a18e679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.473296 10.0.0.61 - - [2025-12-29 04:13:37] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.61 - - [2025-12-29 04:13:38] "GET /obj-perms HTTP/1.1" 200 5056 0.084443 10.0.0.61 - - [2025-12-29 04:13:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.61 - - [2025-12-29 04:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.038992 10.0.0.61 - - [2025-12-29 04:13:40] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003829 10.0.0.61 - - [2025-12-29 04:13:40] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003568 10.0.0.61 - - [2025-12-29 04:13:40] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003665 10.0.0.61 - - [2025-12-29 04:13:40] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.012568 10.0.0.61 - - [2025-12-29 04:13:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.023276 10.0.0.27 - - [2025-12-29 04:13:42] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003089 10.0.0.27 - - [2025-12-29 04:13:42] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.27 - - [2025-12-29 04:13:42] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009841 10.0.0.27 - - [2025-12-29 04:13:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001258 10.0.0.27 - - [2025-12-29 04:13:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.005442 10.0.0.27 - - [2025-12-29 04:13:42] "POST /security-groups HTTP/1.1" 200 586 0.097674 10.0.0.61 - - [2025-12-29 04:13:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.003994 10.0.0.27 - - [2025-12-29 04:13:42] "POST /projects HTTP/1.1" 200 575 0.308321 10.0.0.27 - - [2025-12-29 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.379575 10.0.0.61 - - [2025-12-29 04:13:42] "POST /access-control-lists HTTP/1.1" 200 589 0.039831 10.0.0.61 - - [2025-12-29 04:13:43] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.527749 10.0.0.61 - - [2025-12-29 04:13:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.025119 10.0.0.27 - - [2025-12-29 04:13:43] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003261 10.0.0.27 - - [2025-12-29 04:13:43] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000850 10.0.0.27 - - [2025-12-29 04:13:43] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006950 10.0.0.27 - - [2025-12-29 04:13:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001066 10.0.0.27 - - [2025-12-29 04:13:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.008025 10.0.0.27 - - [2025-12-29 04:13:43] "POST /security-groups HTTP/1.1" 200 586 0.034543 10.0.0.27 - - [2025-12-29 04:13:43] "POST /projects HTTP/1.1" 200 575 0.234627 10.0.0.61 - - [2025-12-29 04:13:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.010276 10.0.0.27 - - [2025-12-29 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.305478 10.0.0.61 - - [2025-12-29 04:13:43] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.437017 10.0.0.61 - - [2025-12-29 04:13:44] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.61 - - [2025-12-29 04:13:45] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.61 - - [2025-12-29 04:13:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.003162 10.0.0.61 - - [2025-12-29 04:13:45] "POST /api-access-lists HTTP/1.1" 200 521 0.023035 10.0.0.61 - - [2025-12-29 04:13:45] "GET /api-access-list/89a10430-c22e-4063-88a5-4d24533761a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.005697 10.0.0.61 - - [2025-12-29 04:13:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000394 10.0.0.61 - - [2025-12-29 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.113429 10.0.0.27 - - [2025-12-29 04:13:46] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.61 - - [2025-12-29 04:13:46] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.064137 10.0.0.61 - - [2025-12-29 04:13:46] "GET /virtual-networks?parent_id=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016326 10.0.0.61 - - [2025-12-29 04:13:46] "POST /virtual-networks HTTP/1.1" 200 568 0.087666 10.0.0.61 - - [2025-12-29 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.040107 10.0.0.61 - - [2025-12-29 04:13:46] "POST /ref-update HTTP/1.1" 200 156 0.029074 10.0.0.61 - - [2025-12-29 04:13:46] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.017801 10.0.0.27 - - [2025-12-29 04:13:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006160 10.0.0.61 - - [2025-12-29 04:13:47] "POST /ref-update HTTP/1.1" 200 156 0.085175 10.0.0.61 - - [2025-12-29 04:13:47] "POST /neutron/network HTTP/1.1" 200 833 0.048776 10.0.0.61 - - [2025-12-29 04:13:47] "GET /virtual-network/8af639a1-b800-425b-8d43-3075a7430869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.019164 10.0.0.61 - - [2025-12-29 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029368 10.0.0.61 - - [2025-12-29 04:13:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.052119 10.0.0.61 - - [2025-12-29 04:13:49] "GET /virtual-network/8af639a1-b800-425b-8d43-3075a7430869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.057721 10.0.0.61 - - [2025-12-29 04:13:49] "POST /id-to-fqname HTTP/1.1" 401 292 0.000538 10.0.0.61 - - [2025-12-29 04:13:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.046620 10.0.0.61 - - [2025-12-29 04:13:50] "POST /neutron/network HTTP/1.1" 200 843 0.050535 10.0.0.27 - - [2025-12-29 04:13:51] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000908 10.0.0.61 - - [2025-12-29 04:13:51] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.077481 10.0.0.61 - - [2025-12-29 04:13:51] "POST /neutron/port HTTP/1.1" 200 117 0.033317 10.0.0.61 - - [2025-12-29 04:13:52] "POST /neutron/network HTTP/1.1" 200 833 0.033135 10.0.0.61 - - [2025-12-29 04:13:52] "POST /neutron/port HTTP/1.1" 200 1056 0.018273 10.0.0.61 - - [2025-12-29 04:13:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.61 - - [2025-12-29 04:13:52] "POST /neutron/network HTTP/1.1" 200 833 0.005920 10.0.0.61 - - [2025-12-29 04:13:56] "POST /neutron/port HTTP/1.1" 200 1120 0.017137 10.0.0.61 - - [2025-12-29 04:13:56] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007586 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 401 292 0.000411 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 200 1286 0.044835 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 200 1286 0.016525 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine-interface/921b7156-de87-4a51-9a97-13026bedb159 HTTP/1.1" 200 2531 0.020995 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 200 1286 0.015980 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine-interface/921b7156-de87-4a51-9a97-13026bedb159 HTTP/1.1" 200 2531 0.018723 10.0.0.61 - - [2025-12-29 04:13:57] "GET /instance-ip/48bbee82-5ab2-4702-8a87-235e20d7455b HTTP/1.1" 200 1625 0.019148 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 200 1286 0.018297 10.0.0.61 - - [2025-12-29 04:13:57] "GET /virtual-machine-interface/921b7156-de87-4a51-9a97-13026bedb159 HTTP/1.1" 200 2531 0.018796 10.0.0.61 - - [2025-12-29 04:13:57] "GET /instance-ip/48bbee82-5ab2-4702-8a87-235e20d7455b HTTP/1.1" 200 1625 0.016789 10.0.0.61 - - [2025-12-29 04:13:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.013560 10.0.0.61 - - [2025-12-29 04:13:57] "GET / HTTP/1.1" 200 35931 0.002179 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029380 10.0.0.61 - - [2025-12-29 04:13:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003224 10.0.0.61 - - [2025-12-29 04:13:58] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013021 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.013301 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.61 - - [2025-12-29 04:13:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003218 10.0.0.61 - - [2025-12-29 04:13:58] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014871 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.015064 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.61 - - [2025-12-29 04:13:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004882 10.0.0.61 - - [2025-12-29 04:13:58] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015215 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.015843 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.61 - - [2025-12-29 04:13:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004021 10.0.0.61 - - [2025-12-29 04:13:58] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015239 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.016249 10.0.0.61 - - [2025-12-29 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.61 - - [2025-12-29 04:13:58] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.61 - - [2025-12-29 04:13:58] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014967 10.0.0.61 - - [2025-12-29 04:14:01] "POST /neutron/port HTTP/1.1" 200 1120 0.020530 10.0.0.61 - - [2025-12-29 04:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.016131 10.0.0.61 - - [2025-12-29 04:14:02] "GET /virtual-network/8af639a1-b800-425b-8d43-3075a7430869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.023345 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.014829 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.61 - - [2025-12-29 04:14:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003065 10.0.0.61 - - [2025-12-29 04:14:04] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015988 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.015246 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.61 - - [2025-12-29 04:14:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004455 10.0.0.61 - - [2025-12-29 04:14:04] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019281 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 403 361 0.014199 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.61 - - [2025-12-29 04:14:04] "GET /routing-instance/dcd02c96-3f00-4b89-937a-3047228fedf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004789 10.0.0.61 - - [2025-12-29 04:14:04] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012873 10.0.0.61 - - [2025-12-29 04:14:04] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003287 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.017379 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.61 - - [2025-12-29 04:14:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004399 10.0.0.61 - - [2025-12-29 04:14:04] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016838 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 403 361 0.014880 10.0.0.61 - - [2025-12-29 04:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.61 - - [2025-12-29 04:14:04] "GET /routing-instance/dcd02c96-3f00-4b89-937a-3047228fedf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003649 10.0.0.61 - - [2025-12-29 04:14:04] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012536 10.0.0.61 - - [2025-12-29 04:14:04] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003578 10.0.0.61 - - [2025-12-29 04:14:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.017258 10.0.0.61 - - [2025-12-29 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.61 - - [2025-12-29 04:14:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003063 10.0.0.61 - - [2025-12-29 04:14:05] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013014 10.0.0.61 - - [2025-12-29 04:14:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.015376 10.0.0.61 - - [2025-12-29 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.61 - - [2025-12-29 04:14:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003111 10.0.0.61 - - [2025-12-29 04:14:05] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013447 10.0.0.27 - - [2025-12-29 04:14:07] "GET /obj-perms HTTP/1.1" 200 4915 0.065086 10.0.0.27 - - [2025-12-29 04:14:09] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.017423 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.034994 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.026001 10.0.0.27 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.013743 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.012964 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.014237 10.0.0.27 - - [2025-12-29 04:14:12] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.013312 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.012338 10.0.0.61 - - [2025-12-29 04:14:12] "GET /obj-perms HTTP/1.1" 200 4915 0.064004 10.0.0.61 - - [2025-12-29 04:14:13] "GET /obj-perms HTTP/1.1" 200 4915 0.011604 10.0.0.61 - - [2025-12-29 04:14:14] "GET /obj-perms HTTP/1.1" 200 5020 0.055609 10.0.0.22 - - [2025-12-29 04:14:14] "GET /obj-perms HTTP/1.1" 200 4915 0.069421 10.0.0.27 - - [2025-12-29 04:14:14] "GET /obj-perms HTTP/1.1" 200 4915 0.012665 10.0.0.61 - - [2025-12-29 04:14:14] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 200 1286 0.020928 10.0.0.61 - - [2025-12-29 04:14:15] "POST /neutron/port HTTP/1.1" 200 1110 0.012543 10.0.0.61 - - [2025-12-29 04:14:16] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 404 171 0.017105 10.0.0.61 - - [2025-12-29 04:14:16] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 404 171 0.013476 10.0.0.61 - - [2025-12-29 04:14:16] "GET /virtual-machine/8a50fd1c-d8e5-43ae-825f-33afab7093cc HTTP/1.1" 404 171 0.021238 10.0.0.27 - - [2025-12-29 04:14:16] "DELETE /project/acf4c65947f54dc6b09dfcd13d168543 HTTP/1.1" 404 173 0.004418 10.0.0.27 - - [2025-12-29 04:14:16] "DELETE /project/fead9b6c-5f63-4dc1-9a0c-78255e70bbf4 HTTP/1.1" 404 177 0.004422 10.0.0.27 - - [2025-12-29 04:14:16] "DELETE /project/6da363c3957a4827aaadf684971574ec HTTP/1.1" 404 173 0.006985 10.0.0.27 - - [2025-12-29 04:14:16] "DELETE /project/012b13ca751b49e39a9f60b84a18e679 HTTP/1.1" 404 173 0.003896 10.0.0.61 - - [2025-12-29 04:14:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.014751 10.0.0.61 - - [2025-12-29 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.61 - - [2025-12-29 04:14:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002981 10.0.0.61 - - [2025-12-29 04:14:17] "GET /virtual-networks?parent_id=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013785 10.0.0.61 - - [2025-12-29 04:14:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.013633 10.0.0.61 - - [2025-12-29 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.61 - - [2025-12-29 04:14:17] "GET /routing-instance/dcd02c96-3f00-4b89-937a-3047228fedf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003797 10.0.0.61 - - [2025-12-29 04:14:17] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014174 10.0.0.61 - - [2025-12-29 04:14:17] "GET /route-target/db50c9fc-da45-4721-a056-65c0872b1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003250 10.0.0.61 - - [2025-12-29 04:14:17] "GET /obj-perms HTTP/1.1" 200 4915 0.065990 10.0.0.61 - - [2025-12-29 04:14:17] "GET /obj-perms HTTP/1.1" 200 4915 0.068850 10.0.0.27 - - [2025-12-29 04:14:21] "GET /obj-perms HTTP/1.1" 200 5020 0.049561 10.0.0.61 - - [2025-12-29 04:14:24] "GET /obj-perms HTTP/1.1" 200 5020 0.005097 10.0.0.27 - - [2025-12-29 04:14:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003669 10.0.0.61 - - [2025-12-29 04:14:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003952 10.0.0.27 - - [2025-12-29 04:14:39] "GET /obj-perms HTTP/1.1" 200 5056 0.049247 10.0.0.61 - - [2025-12-29 04:14:39] "GET /obj-perms HTTP/1.1" 200 5056 0.053354 10.0.0.61 - - [2025-12-29 04:14:42] "GET /obj-perms HTTP/1.1" 200 5020 0.004113 10.0.0.27 - - [2025-12-29 04:14:43] "GET /obj-perms HTTP/1.1" 200 5020 0.003506 10.0.0.61 - - [2025-12-29 04:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.27 - - [2025-12-29 04:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006948 10.0.0.27 - - [2025-12-29 04:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002353 10.0.0.61 - - [2025-12-29 04:14:43] "DELETE /virtual-network/8af639a1-b800-425b-8d43-3075a7430869 HTTP/1.1" 200 115 0.129057 10.0.0.61 - - [2025-12-29 04:14:43] "DELETE /api-access-list/89a10430-c22e-4063-88a5-4d24533761a9 HTTP/1.1" 200 115 0.040389 10.0.0.27 - - [2025-12-29 04:14:43] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.61 - - [2025-12-29 04:14:43] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.038253 10.0.0.27 - - [2025-12-29 04:14:43] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000803 10.0.0.61 - - [2025-12-29 04:14:43] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?fields=virtual_networks HTTP/1.1" 200 1021 0.043679 10.0.0.27 - - [2025-12-29 04:14:43] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.61 - - [2025-12-29 04:14:43] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.047474 10.0.0.27 - - [2025-12-29 04:14:43] "GET /projects?obj_uuids=6da363c3-957a-4827-aaad-f684971574ec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.61 - - [2025-12-29 04:14:43] "GET /project/6da363c3-957a-4827-aaad-f684971574ec?fields=security_groups HTTP/1.1" 200 1242 0.044258 10.0.0.27 - - [2025-12-29 04:14:44] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.61 - - [2025-12-29 04:14:44] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045196 10.0.0.27 - - [2025-12-29 04:14:44] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000864 10.0.0.61 - - [2025-12-29 04:14:44] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?fields=virtual_networks HTTP/1.1" 200 1022 0.039527 10.0.0.27 - - [2025-12-29 04:14:44] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000871 10.0.0.61 - - [2025-12-29 04:14:44] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038567 10.0.0.27 - - [2025-12-29 04:14:44] "GET /projects?obj_uuids=acf4c659-47f5-4dc6-b09d-fcd13d168543&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.61 - - [2025-12-29 04:14:44] "GET /project/acf4c659-47f5-4dc6-b09d-fcd13d168543?fields=security_groups HTTP/1.1" 200 1243 0.038297 10.0.0.61 - - [2025-12-29 04:14:46] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003873 10.0.0.61 - - [2025-12-29 04:14:46] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.010471 10.0.0.27 - - [2025-12-29 04:14:47] "GET /projects?obj_uuids=012b13ca-751b-49e3-9a9f-60b84a18e679&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.61 - - [2025-12-29 04:14:47] "GET /project/012b13ca-751b-49e3-9a9f-60b84a18e679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.034039 10.0.0.27 - - [2025-12-29 04:14:47] "GET /projects?obj_uuids=012b13ca-751b-49e3-9a9f-60b84a18e679&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.61 - - [2025-12-29 04:14:47] "GET /project/012b13ca-751b-49e3-9a9f-60b84a18e679?fields=virtual_networks HTTP/1.1" 200 1019 0.048077 10.0.0.27 - - [2025-12-29 04:14:47] "GET /projects?obj_uuids=012b13ca-751b-49e3-9a9f-60b84a18e679&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.61 - - [2025-12-29 04:14:47] "GET /project/012b13ca-751b-49e3-9a9f-60b84a18e679?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.035034 10.0.0.27 - - [2025-12-29 04:14:47] "GET /projects?obj_uuids=012b13ca-751b-49e3-9a9f-60b84a18e679&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000895 10.0.0.61 - - [2025-12-29 04:14:47] "GET /project/012b13ca-751b-49e3-9a9f-60b84a18e679?fields=security_groups HTTP/1.1" 200 1240 0.035048 10.0.0.61 - - [2025-12-29 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.025201 10.0.0.27 - - [2025-12-29 04:14:48] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002876 10.0.0.27 - - [2025-12-29 04:14:48] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.27 - - [2025-12-29 04:14:48] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006583 10.0.0.27 - - [2025-12-29 04:14:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.003407 10.0.0.27 - - [2025-12-29 04:14:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.005405 10.0.0.27 - - [2025-12-29 04:14:48] "POST /security-groups HTTP/1.1" 200 591 0.071866 10.0.0.27 - - [2025-12-29 04:14:48] "POST /projects HTTP/1.1" 200 585 0.262543 10.0.0.61 - - [2025-12-29 04:14:48] "POST /access-control-lists HTTP/1.1" 200 596 0.032209 10.0.0.27 - - [2025-12-29 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.342479 10.0.0.61 - - [2025-12-29 04:14:48] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.481496 10.0.0.61 - - [2025-12-29 04:14:49] "GET / HTTP/1.1" 200 35931 0.001567 10.0.0.61 - - [2025-12-29 04:14:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.61 - - [2025-12-29 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.029202 10.0.0.61 - - [2025-12-29 04:14:52] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003913 10.0.0.61 - - [2025-12-29 04:14:52] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003567 10.0.0.61 - - [2025-12-29 04:14:52] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.002955 10.0.0.61 - - [2025-12-29 04:14:52] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.014072 10.0.0.61 - - [2025-12-29 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.025559 10.0.0.27 - - [2025-12-29 04:14:53] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002884 10.0.0.27 - - [2025-12-29 04:14:53] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.27 - - [2025-12-29 04:14:53] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006605 10.0.0.27 - - [2025-12-29 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.004200 10.0.0.27 - - [2025-12-29 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.011858 10.0.0.27 - - [2025-12-29 04:14:54] "POST /security-groups HTTP/1.1" 200 591 0.030163 10.0.0.61 - - [2025-12-29 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.007586 10.0.0.27 - - [2025-12-29 04:14:54] "POST /projects HTTP/1.1" 200 585 0.249094 10.0.0.27 - - [2025-12-29 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.326149 10.0.0.61 - - [2025-12-29 04:14:54] "POST /access-control-lists HTTP/1.1" 200 594 0.041365 10.0.0.61 - - [2025-12-29 04:14:54] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.463485 10.0.0.61 - - [2025-12-29 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.024255 10.0.0.27 - - [2025-12-29 04:14:54] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003532 10.0.0.27 - - [2025-12-29 04:14:54] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.27 - - [2025-12-29 04:14:54] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006940 10.0.0.27 - - [2025-12-29 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.003524 10.0.0.27 - - [2025-12-29 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.003668 10.0.0.27 - - [2025-12-29 04:14:55] "POST /security-groups HTTP/1.1" 200 591 0.074793 10.0.0.27 - - [2025-12-29 04:14:55] "POST /projects HTTP/1.1" 200 585 0.284102 10.0.0.61 - - [2025-12-29 04:14:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.010108 10.0.0.27 - - [2025-12-29 04:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.365638 10.0.0.61 - - [2025-12-29 04:14:55] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.501157 10.0.0.61 - - [2025-12-29 04:14:55] "GET / HTTP/1.1" 200 35931 0.001434 10.0.0.61 - - [2025-12-29 04:14:56] "GET / HTTP/1.1" 200 35931 0.001380 10.0.0.61 - - [2025-12-29 04:14:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.003227 10.0.0.61 - - [2025-12-29 04:14:57] "POST /api-access-lists HTTP/1.1" 200 521 0.020631 10.0.0.61 - - [2025-12-29 04:14:57] "GET /api-access-list/5cf107d7-84e5-462a-9ccb-a6fd4484c059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005826 10.0.0.61 - - [2025-12-29 04:14:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.61 - - [2025-12-29 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.048665 10.0.0.27 - - [2025-12-29 04:14:57] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.61 - - [2025-12-29 04:14:57] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.060236 10.0.0.61 - - [2025-12-29 04:14:58] "GET /virtual-networks?parent_id=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015621 10.0.0.61 - - [2025-12-29 04:14:58] "POST /virtual-networks HTTP/1.1" 200 583 0.077683 10.0.0.61 - - [2025-12-29 04:14:58] "POST /ref-update HTTP/1.1" 200 156 0.033772 10.0.0.61 - - [2025-12-29 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.031084 10.0.0.61 - - [2025-12-29 04:14:58] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014585 10.0.0.27 - - [2025-12-29 04:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005287 10.0.0.61 - - [2025-12-29 04:14:58] "POST /ref-update HTTP/1.1" 200 156 0.084453 10.0.0.61 - - [2025-12-29 04:14:58] "POST /neutron/network HTTP/1.1" 200 847 0.050565 10.0.0.61 - - [2025-12-29 04:14:58] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.017149 10.0.0.61 - - [2025-12-29 04:14:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.61 - - [2025-12-29 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.045766 10.0.0.27 - - [2025-12-29 04:14:59] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.61 - - [2025-12-29 04:14:59] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059736 10.0.0.61 - - [2025-12-29 04:14:59] "GET /virtual-networks?parent_id=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020381 10.0.0.61 - - [2025-12-29 04:14:59] "POST /virtual-networks HTTP/1.1" 200 583 0.092567 10.0.0.61 - - [2025-12-29 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.042320 10.0.0.61 - - [2025-12-29 04:14:59] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022868 10.0.0.27 - - [2025-12-29 04:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004893 10.0.0.61 - - [2025-12-29 04:14:59] "POST /ref-update HTTP/1.1" 200 156 0.084959 10.0.0.61 - - [2025-12-29 04:14:59] "POST /neutron/network HTTP/1.1" 200 847 0.086106 10.0.0.61 - - [2025-12-29 04:14:59] "GET /virtual-network/0a5a7753-f843-4fa2-b658-e5090097a4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.019590 10.0.0.61 - - [2025-12-29 04:15:00] "POST /neutron/subnet HTTP/1.1" 200 671 0.040442 10.0.0.61 - - [2025-12-29 04:15:01] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.052556 10.0.0.61 - - [2025-12-29 04:15:01] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.038203 10.0.0.22 - - [2025-12-29 04:15:02] "GET /obj-perms HTTP/1.1" 403 257 0.041949 10.0.0.22 - - [2025-12-29 04:15:02] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.018303 10.0.0.27 - - [2025-12-29 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.031833 10.0.0.61 - - [2025-12-29 04:15:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028840 10.0.0.61 - - [2025-12-29 04:15:03] "GET /obj-perms HTTP/1.1" 200 5030 0.083031 10.0.0.61 - - [2025-12-29 04:15:03] "PUT /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c HTTP/1.1" 200 264 0.057327 10.0.0.61 - - [2025-12-29 04:15:04] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013851 10.0.0.61 - - [2025-12-29 04:15:04] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.043294 10.0.0.22 - - [2025-12-29 04:15:04] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.045885 10.0.0.27 - - [2025-12-29 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.61 - - [2025-12-29 04:15:05] "GET /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.030486 10.0.0.61 - - [2025-12-29 04:15:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032789 10.0.0.61 - - [2025-12-29 04:15:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003885 10.0.0.61 - - [2025-12-29 04:15:05] "PUT /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c HTTP/1.1" 200 264 0.046409 10.0.0.27 - - [2025-12-29 04:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003630 10.0.0.61 - - [2025-12-29 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.27 - - [2025-12-29 04:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.61 - - [2025-12-29 04:15:05] "DELETE /virtual-network/0a5a7753-f843-4fa2-b658-e5090097a4a3 HTTP/1.1" 200 115 0.130702 10.0.0.27 - - [2025-12-29 04:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006003 10.0.0.27 - - [2025-12-29 04:15:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005120 10.0.0.61 - - [2025-12-29 04:15:05] "DELETE /virtual-network/df1811cd-a7ca-4cf8-9ec3-ed1f71cc9e8c HTTP/1.1" 200 115 0.130431 10.0.0.61 - - [2025-12-29 04:15:05] "DELETE /route-target/fd80003f-c698-44e0-8990-bdeb9215c72f HTTP/1.1" 200 115 0.029745 10.0.0.61 - - [2025-12-29 04:15:05] "DELETE /api-access-list/5cf107d7-84e5-462a-9ccb-a6fd4484c059 HTTP/1.1" 200 115 0.046222 10.0.0.27 - - [2025-12-29 04:15:06] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.61 - - [2025-12-29 04:15:06] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.037174 10.0.0.27 - - [2025-12-29 04:15:06] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.61 - - [2025-12-29 04:15:06] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?fields=virtual_networks HTTP/1.1" 200 1031 0.079239 10.0.0.27 - - [2025-12-29 04:15:06] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001770 10.0.0.61 - - [2025-12-29 04:15:06] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043617 10.0.0.27 - - [2025-12-29 04:15:06] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.61 - - [2025-12-29 04:15:06] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?fields=security_groups HTTP/1.1" 200 1257 0.062093 10.0.0.61 - - [2025-12-29 04:15:06] "DELETE /access-control-list/d1895cc9-d5a0-4124-8815-c1efaa92f6ff HTTP/1.1" 200 115 0.033503 10.0.0.61 - - [2025-12-29 04:15:07] "DELETE /access-control-list/d5d4ff1b-5c7e-4793-9988-83c30bae58f8 HTTP/1.1" 200 115 0.045525 10.0.0.27 - - [2025-12-29 04:15:07] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.61 - - [2025-12-29 04:15:07] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.046575 10.0.0.27 - - [2025-12-29 04:15:07] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002531 10.0.0.61 - - [2025-12-29 04:15:07] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?fields=virtual_networks HTTP/1.1" 200 1030 0.062333 10.0.0.27 - - [2025-12-29 04:15:07] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001558 10.0.0.61 - - [2025-12-29 04:15:07] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.030762 10.0.0.27 - - [2025-12-29 04:15:07] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001758 10.0.0.61 - - [2025-12-29 04:15:07] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?fields=security_groups HTTP/1.1" 200 1256 0.044625 10.0.0.61 - - [2025-12-29 04:15:11] "GET / HTTP/1.1" 200 35931 0.001391 10.0.0.61 - - [2025-12-29 04:15:12] "GET / HTTP/1.1" 200 35931 0.002076 10.0.0.61 - - [2025-12-29 04:15:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.082963 10.0.0.27 - - [2025-12-29 04:15:13] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.61 - - [2025-12-29 04:15:13] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.061856 10.0.0.61 - - [2025-12-29 04:15:13] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012443 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.011556 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015660 10.0.0.27 - - [2025-12-29 04:15:13] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.61 - - [2025-12-29 04:15:13] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020703 10.0.0.61 - - [2025-12-29 04:15:13] "POST /service-templates HTTP/1.1" 403 264 0.012076 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.003346 10.0.0.61 - - [2025-12-29 04:15:13] "POST /api-access-lists HTTP/1.1" 200 555 0.026532 10.0.0.61 - - [2025-12-29 04:15:13] "GET /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005317 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016906 10.0.0.27 - - [2025-12-29 04:15:13] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.61 - - [2025-12-29 04:15:13] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.055657 10.0.0.61 - - [2025-12-29 04:15:13] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015449 10.0.0.61 - - [2025-12-29 04:15:13] "POST /virtual-networks HTTP/1.1" 200 583 0.101329 10.0.0.61 - - [2025-12-29 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.026413 10.0.0.61 - - [2025-12-29 04:15:14] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.020110 10.0.0.27 - - [2025-12-29 04:15:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008616 10.0.0.61 - - [2025-12-29 04:15:14] "POST /ref-update HTTP/1.1" 200 156 0.083508 10.0.0.61 - - [2025-12-29 04:15:14] "GET /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.017450 10.0.0.61 - - [2025-12-29 04:15:14] "POST /neutron/network HTTP/1.1" 200 847 0.052423 10.0.0.61 - - [2025-12-29 04:15:14] "GET /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.004987 10.0.0.61 - - [2025-12-29 04:15:14] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003874 10.0.0.61 - - [2025-12-29 04:15:14] "GET /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.005626 10.0.0.61 - - [2025-12-29 04:15:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.018192 10.0.0.61 - - [2025-12-29 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014754 10.0.0.27 - - [2025-12-29 04:15:15] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.61 - - [2025-12-29 04:15:15] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.019588 10.0.0.61 - - [2025-12-29 04:15:15] "POST /service-templates HTTP/1.1" 403 264 0.011749 10.0.0.61 - - [2025-12-29 04:15:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.003716 10.0.0.61 - - [2025-12-29 04:15:16] "POST /api-access-lists HTTP/1.1" 200 521 0.025848 10.0.0.61 - - [2025-12-29 04:15:16] "GET /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005470 10.0.0.61 - - [2025-12-29 04:15:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.016803 10.0.0.61 - - [2025-12-29 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.016861 10.0.0.27 - - [2025-12-29 04:15:16] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.61 - - [2025-12-29 04:15:16] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021349 10.0.0.61 - - [2025-12-29 04:15:16] "POST /service-templates HTTP/1.1" 200 551 0.044343 10.0.0.61 - - [2025-12-29 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.018696 10.0.0.61 - - [2025-12-29 04:15:16] "GET /service-template/f024b2f4-bd04-4e41-b91e-6faf8cace0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.020863 10.0.0.61 - - [2025-12-29 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.016880 10.0.0.61 - - [2025-12-29 04:15:16] "GET /service-template/f024b2f4-bd04-4e41-b91e-6faf8cace0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.019858 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/6da363c3-957a-4827-aaad-f684971574ec HTTP/1.1" 404 177 0.009691 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/acf4c659-47f5-4dc6-b09d-fcd13d168543 HTTP/1.1" 404 177 0.013740 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/012b13ca-751b-49e3-9a9f-60b84a18e679 HTTP/1.1" 404 177 0.012800 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/451fc22dd51f48a29c1c0e6308688c49 HTTP/1.1" 404 173 0.006345 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/6ce009e44c444a2783b0917c7633b4e2 HTTP/1.1" 404 173 0.009827 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/73765723404544b49969fc3574f0778d HTTP/1.1" 404 173 0.009187 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000779 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000707 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.056635 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.061243 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001527 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?fields=security_groups HTTP/1.1" 200 1361 0.046299 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?fields=security_groups HTTP/1.1" 200 1362 0.056942 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /security-group/1797f1ab-cc10-43ec-8cc8-4e7432455c66 HTTP/1.1" 200 115 0.062988 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=6ce009e4-4c44-4a27-83b0-917c7633b4e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.61 - - [2025-12-29 04:15:17] "DELETE /access-control-list/923c7a2c-a92c-4a6b-bb3a-d0b71d814305 HTTP/1.1" 200 115 0.057289 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /security-group/e051a17f-a1bf-41b0-9a33-2f53fd3f50e6 HTTP/1.1" 200 115 0.092247 10.0.0.27 - - [2025-12-29 04:15:17] "GET /projects?obj_uuids=451fc22d-d51f-48a2-9c1c-0e6308688c49&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2?fields=application_policy_sets HTTP/1.1" 200 1400 0.070809 10.0.0.27 - - [2025-12-29 04:15:17] "GET /project/451fc22d-d51f-48a2-9c1c-0e6308688c49?fields=application_policy_sets HTTP/1.1" 200 1401 0.087491 10.0.0.61 - - [2025-12-29 04:15:17] "DELETE /access-control-list/d295eade-5458-4a8b-853f-e032661ad208 HTTP/1.1" 200 115 0.045163 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/6ce009e4-4c44-4a27-83b0-917c7633b4e2 HTTP/1.1" 200 115 0.475447 10.0.0.27 - - [2025-12-29 04:15:17] "DELETE /project/451fc22d-d51f-48a2-9c1c-0e6308688c49 HTTP/1.1" 200 115 0.523657 10.0.0.61 - - [2025-12-29 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.22 - - [2025-12-29 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027088 10.0.0.27 - - [2025-12-29 04:15:18] "GET /obj-perms HTTP/1.1" 403 257 0.051416 10.0.0.61 - - [2025-12-29 04:15:18] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.038833 10.0.0.61 - - [2025-12-29 04:15:18] "GET /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003202 10.0.0.61 - - [2025-12-29 04:15:18] "PUT /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245 HTTP/1.1" 200 264 0.013541 10.0.0.61 - - [2025-12-29 04:15:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.61 - - [2025-12-29 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.044496 10.0.0.27 - - [2025-12-29 04:15:19] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002375 10.0.0.61 - - [2025-12-29 04:15:19] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062307 10.0.0.61 - - [2025-12-29 04:15:19] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.021870 10.0.0.61 - - [2025-12-29 04:15:19] "POST /virtual-networks HTTP/1.1" 403 263 0.013241 10.0.0.61 - - [2025-12-29 04:15:19] "GET /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.019431 10.0.0.61 - - [2025-12-29 04:15:20] "GET /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003802 10.0.0.61 - - [2025-12-29 04:15:20] "PUT /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea HTTP/1.1" 200 264 0.011456 10.0.0.61 - - [2025-12-29 04:15:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.017225 10.0.0.61 - - [2025-12-29 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.015254 10.0.0.27 - - [2025-12-29 04:15:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.61 - - [2025-12-29 04:15:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020560 10.0.0.61 - - [2025-12-29 04:15:20] "POST /service-templates HTTP/1.1" 403 264 0.012995 10.0.0.61 - - [2025-12-29 04:15:20] "GET /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003566 10.0.0.61 - - [2025-12-29 04:15:20] "PUT /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245 HTTP/1.1" 200 264 0.012652 10.0.0.61 - - [2025-12-29 04:15:20] "GET /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003789 10.0.0.61 - - [2025-12-29 04:15:20] "PUT /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea HTTP/1.1" 200 264 0.012966 10.0.0.61 - - [2025-12-29 04:15:21] "GET /obj-perms HTTP/1.1" 403 257 0.012047 10.0.0.61 - - [2025-12-29 04:15:21] "GET /obj-perms HTTP/1.1" 403 257 0.039738 10.0.0.22 - - [2025-12-29 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-12-29 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2025-12-29 04:15:22] "GET /obj-perms HTTP/1.1" 403 257 0.013957 10.0.0.27 - - [2025-12-29 04:15:22] "GET /obj-perms HTTP/1.1" 403 257 0.048631 10.0.0.61 - - [2025-12-29 04:15:22] "GET /obj-perms HTTP/1.1" 403 257 0.014441 10.0.0.61 - - [2025-12-29 04:15:22] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003713 10.0.0.61 - - [2025-12-29 04:15:22] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.014089 10.0.0.61 - - [2025-12-29 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.61 - - [2025-12-29 04:15:22] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031298 10.0.0.61 - - [2025-12-29 04:15:22] "DELETE /api-access-list/92a30b90-666f-4148-9eec-9dd1f6881245 HTTP/1.1" 200 115 0.035477 10.0.0.61 - - [2025-12-29 04:15:22] "DELETE /api-access-list/f6f481aa-78cf-4431-979f-b0135fcfb1ea HTTP/1.1" 200 115 0.025982 10.0.0.61 - - [2025-12-29 04:15:24] "GET /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.042322 10.0.0.22 - - [2025-12-29 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.27 - - [2025-12-29 04:15:24] "GET /obj-perms HTTP/1.1" 403 257 0.039375 10.0.0.61 - - [2025-12-29 04:15:24] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003727 10.0.0.61 - - [2025-12-29 04:15:24] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.010788 10.0.0.61 - - [2025-12-29 04:15:24] "GET /obj-perms HTTP/1.1" 403 257 0.009803 10.0.0.61 - - [2025-12-29 04:15:25] "GET /obj-perms HTTP/1.1" 403 257 0.011048 10.0.0.61 - - [2025-12-29 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012449 10.0.0.61 - - [2025-12-29 04:15:25] "DELETE /service-template/f024b2f4-bd04-4e41-b91e-6faf8cace0ab HTTP/1.1" 200 115 0.037207 10.0.0.61 - - [2025-12-29 04:15:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.014541 10.0.0.27 - - [2025-12-29 04:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.27 - - [2025-12-29 04:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004035 10.0.0.61 - - [2025-12-29 04:15:25] "DELETE /virtual-network/0640d4b4-59aa-4625-b893-3d58a7047bc3 HTTP/1.1" 200 115 0.110310 10.0.0.61 - - [2025-12-29 04:15:25] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003819 10.0.0.61 - - [2025-12-29 04:15:25] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.010128 10.0.0.61 - - [2025-12-29 04:15:25] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.005132 10.0.0.61 - - [2025-12-29 04:15:25] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.010457 10.0.0.61 - - [2025-12-29 04:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2025-12-29 04:15:28] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001685 10.0.0.61 - - [2025-12-29 04:15:28] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044312 10.0.0.61 - - [2025-12-29 04:15:28] "POST /neutron/network HTTP/1.1" 200 117 0.103926 10.0.0.61 - - [2025-12-29 04:15:28] "POST /neutron/network HTTP/1.1" 200 862 0.008831 10.0.0.61 - - [2025-12-29 04:15:28] "POST /id-to-fqname HTTP/1.1" 200 240 0.001233 10.0.0.61 - - [2025-12-29 04:15:28] "GET /virtual-network/8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005111 10.0.0.61 - - [2025-12-29 04:15:28] "GET /virtual-network/8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005591 10.0.0.61 - - [2025-12-29 04:15:29] "POST /neutron/subnet HTTP/1.1" 200 723 0.010237 10.0.0.61 - - [2025-12-29 04:15:29] "GET /virtual-network/8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005117 10.0.0.61 - - [2025-12-29 04:15:29] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005147 10.0.0.61 - - [2025-12-29 04:15:29] "POST /route-targets HTTP/1.1" 200 327 0.014624 10.0.0.61 - - [2025-12-29 04:15:29] "GET /virtual-network/8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007473 10.0.0.27 - - [2025-12-29 04:15:29] "GET /obj-perms HTTP/1.1" 200 5030 0.054074 10.0.0.61 - - [2025-12-29 04:15:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.003485 10.0.0.61 - - [2025-12-29 04:15:29] "POST /api-access-lists HTTP/1.1" 200 555 0.029098 10.0.0.61 - - [2025-12-29 04:15:30] "GET /api-access-list/1c1a951d-636c-4578-af53-abdbf4520e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006405 10.0.0.61 - - [2025-12-29 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016576 10.0.0.27 - - [2025-12-29 04:15:30] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.61 - - [2025-12-29 04:15:30] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056672 10.0.0.27 - - [2025-12-29 04:15:30] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.61 - - [2025-12-29 04:15:30] "POST /neutron/network HTTP/1.1" 200 645 0.153319 10.0.0.61 - - [2025-12-29 04:15:30] "POST /ref-update HTTP/1.1" 200 156 0.027110 10.0.0.27 - - [2025-12-29 04:15:30] "POST /useragent-kv HTTP/1.1" 200 115 0.013182 10.0.0.61 - - [2025-12-29 04:15:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.276146 10.0.0.61 - - [2025-12-29 04:15:30] "POST /id-to-fqname HTTP/1.1" 200 240 0.014376 10.0.0.61 - - [2025-12-29 04:15:30] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.019525 10.0.0.61 - - [2025-12-29 04:15:31] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.022969 10.0.0.61 - - [2025-12-29 04:15:31] "POST /neutron/network HTTP/1.1" 200 862 0.030761 10.0.0.61 - - [2025-12-29 04:15:31] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005473 10.0.0.61 - - [2025-12-29 04:15:31] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.003940 10.0.0.61 - - [2025-12-29 04:15:31] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005880 10.0.0.61 - - [2025-12-29 04:15:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003552 10.0.0.22 - - [2025-12-29 04:15:31] "GET /obj-perms HTTP/1.1" 200 5030 0.121861 10.0.0.61 - - [2025-12-29 04:15:31] "POST /fqname-to-id HTTP/1.1" 404 232 0.014795 10.0.0.27 - - [2025-12-29 04:15:31] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002433 10.0.0.61 - - [2025-12-29 04:15:32] "POST /fqname-to-id HTTP/1.1" 404 263 0.010646 10.0.0.61 - - [2025-12-29 04:15:32] "PUT /access-control-list/6489f0c5-bbcf-4628-925a-bfdd468451a6 HTTP/1.1" 200 272 0.035313 10.0.0.61 - - [2025-12-29 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 1426 0.547867 10.0.0.61 - - [2025-12-29 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 1426 0.032201 10.0.0.27 - - [2025-12-29 04:15:33] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.61 - - [2025-12-29 04:15:33] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.086118 10.0.0.61 - - [2025-12-29 04:15:33] "PUT /access-control-list/6489f0c5-bbcf-4628-925a-bfdd468451a6 HTTP/1.1" 200 272 0.019351 10.0.0.61 - - [2025-12-29 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.041048 10.0.0.61 - - [2025-12-29 04:15:33] "GET /security-group/406806fd-bf44-4e4b-9560-8acc50602ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.033266 10.0.0.61 - - [2025-12-29 04:15:34] "POST /id-to-fqname HTTP/1.1" 200 240 0.016104 10.0.0.61 - - [2025-12-29 04:15:34] "POST /neutron/network HTTP/1.1" 200 872 0.035263 10.0.0.27 - - [2025-12-29 04:15:35] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.61 - - [2025-12-29 04:15:35] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.073970 10.0.0.61 - - [2025-12-29 04:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.037455 10.0.0.61 - - [2025-12-29 04:15:36] "POST /neutron/network HTTP/1.1" 200 862 0.030805 10.0.0.61 - - [2025-12-29 04:15:36] "POST /neutron/port HTTP/1.1" 200 1058 0.049309 10.0.0.61 - - [2025-12-29 04:15:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.61 - - [2025-12-29 04:15:37] "POST /neutron/network HTTP/1.1" 200 862 0.006176 10.0.0.61 - - [2025-12-29 04:15:40] "POST /neutron/port HTTP/1.1" 200 1122 0.018445 10.0.0.61 - - [2025-12-29 04:15:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007289 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 401 292 0.000389 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.048360 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.017739 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a HTTP/1.1" 200 3022 0.019568 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.037042 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a HTTP/1.1" 200 3022 0.030816 10.0.0.61 - - [2025-12-29 04:15:41] "GET /instance-ip/9de62742-4757-4657-85f8-5261aac3d97d HTTP/1.1" 200 1638 0.021561 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.017316 10.0.0.61 - - [2025-12-29 04:15:41] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a HTTP/1.1" 200 3022 0.023833 10.0.0.61 - - [2025-12-29 04:15:41] "GET /instance-ip/9de62742-4757-4657-85f8-5261aac3d97d HTTP/1.1" 200 1638 0.017890 10.0.0.61 - - [2025-12-29 04:15:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.015034 10.0.0.61 - - [2025-12-29 04:15:41] "GET / HTTP/1.1" 200 35931 0.003355 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.031392 10.0.0.61 - - [2025-12-29 04:15:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003829 10.0.0.61 - - [2025-12-29 04:15:42] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019976 10.0.0.61 - - [2025-12-29 04:15:42] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.016463 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.015379 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.61 - - [2025-12-29 04:15:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.61 - - [2025-12-29 04:15:42] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030335 10.0.0.61 - - [2025-12-29 04:15:42] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.018460 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.017067 10.0.0.61 - - [2025-12-29 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.61 - - [2025-12-29 04:15:42] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003715 10.0.0.61 - - [2025-12-29 04:15:42] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019221 10.0.0.61 - - [2025-12-29 04:15:43] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.019250 10.0.0.61 - - [2025-12-29 04:15:43] "POST /fqname-to-id HTTP/1.1" 403 354 0.013986 10.0.0.61 - - [2025-12-29 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.61 - - [2025-12-29 04:15:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003771 10.0.0.61 - - [2025-12-29 04:15:43] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030744 10.0.0.61 - - [2025-12-29 04:15:43] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.018929 10.0.0.61 - - [2025-12-29 04:15:43] "POST /fqname-to-id HTTP/1.1" 403 354 0.017879 10.0.0.61 - - [2025-12-29 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.61 - - [2025-12-29 04:15:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005762 10.0.0.61 - - [2025-12-29 04:15:43] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021583 10.0.0.61 - - [2025-12-29 04:15:43] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.019172 10.0.0.61 - - [2025-12-29 04:15:45] "POST /neutron/port HTTP/1.1" 200 1122 0.017903 10.0.0.61 - - [2025-12-29 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.016132 10.0.0.61 - - [2025-12-29 04:15:46] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.017941 10.0.0.61 - - [2025-12-29 04:15:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.016673 10.0.0.61 - - [2025-12-29 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.61 - - [2025-12-29 04:15:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003368 10.0.0.61 - - [2025-12-29 04:15:48] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020504 10.0.0.61 - - [2025-12-29 04:15:48] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.020080 10.0.0.61 - - [2025-12-29 04:15:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.015874 10.0.0.61 - - [2025-12-29 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.61 - - [2025-12-29 04:15:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003269 10.0.0.61 - - [2025-12-29 04:15:48] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017762 10.0.0.61 - - [2025-12-29 04:15:48] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.017640 10.0.0.61 - - [2025-12-29 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.034028 10.0.0.61 - - [2025-12-29 04:15:49] "GET /routing-instance/dda3905a-02ad-4888-bdab-fb47a08f3377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022018 10.0.0.61 - - [2025-12-29 04:15:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.018131 10.0.0.61 - - [2025-12-29 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.61 - - [2025-12-29 04:15:49] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003515 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.017926 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.024216 10.0.0.61 - - [2025-12-29 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.015864 10.0.0.61 - - [2025-12-29 04:15:49] "GET /routing-instance/dda3905a-02ad-4888-bdab-fb47a08f3377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020312 10.0.0.27 - - [2025-12-29 04:15:49] "GET /obj-perms HTTP/1.1" 403 257 0.011365 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.021350 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.019455 10.0.0.27 - - [2025-12-29 04:15:49] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015245 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.020747 10.0.0.61 - - [2025-12-29 04:15:49] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.020549 10.0.0.61 - - [2025-12-29 04:15:50] "GET /obj-perms HTTP/1.1" 403 257 0.043295 10.0.0.27 - - [2025-12-29 04:15:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003998 10.0.0.61 - - [2025-12-29 04:15:50] "GET /obj-perms HTTP/1.1" 403 257 0.013865 10.0.0.61 - - [2025-12-29 04:15:50] "GET /obj-perms HTTP/1.1" 403 257 0.037381 10.0.0.61 - - [2025-12-29 04:15:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023773 10.0.0.22 - - [2025-12-29 04:15:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.050117 10.0.0.27 - - [2025-12-29 04:15:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.034603 10.0.0.61 - - [2025-12-29 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.013250 10.0.0.27 - - [2025-12-29 04:15:50] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001669 10.0.0.61 - - [2025-12-29 04:15:50] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062905 10.0.0.61 - - [2025-12-29 04:15:51] "GET /virtual-network/8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.020056 10.0.0.61 - - [2025-12-29 04:15:51] "GET /floating-ip-pools?parent_id=8b6b5344-81e1-48aa-ae6f-83ef7af8bcb8&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.016285 10.0.0.61 - - [2025-12-29 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014639 10.0.0.61 - - [2025-12-29 04:15:51] "GET /floating-ip-pool/75b6d673-af7a-4099-8c67-0a5df41d1f35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.016336 10.0.0.27 - - [2025-12-29 04:15:51] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.61 - - [2025-12-29 04:15:51] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070437 10.0.0.61 - - [2025-12-29 04:15:51] "POST /floating-ips HTTP/1.1" 200 616 0.075540 10.0.0.61 - - [2025-12-29 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.017312 10.0.0.61 - - [2025-12-29 04:15:51] "GET /floating-ip/53c9494a-3a55-4566-9a4a-6f4817377688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.037284 10.0.0.61 - - [2025-12-29 04:15:51] "GET /floating-ip/53c9494a-3a55-4566-9a4a-6f4817377688?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.016387 10.0.0.61 - - [2025-12-29 04:15:51] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.014763 10.0.0.61 - - [2025-12-29 04:15:51] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.018619 10.0.0.61 - - [2025-12-29 04:15:51] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.023248 10.0.0.61 - - [2025-12-29 04:15:51] "POST /ref-update HTTP/1.1" 200 156 0.025513 10.0.0.61 - - [2025-12-29 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.015151 10.0.0.61 - - [2025-12-29 04:15:52] "GET /routing-instance/c7e67de7-23c6-414f-9afc-5af188554b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.019808 10.0.0.61 - - [2025-12-29 04:15:52] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.018196 10.0.0.61 - - [2025-12-29 04:15:52] "POST /neutron/security_group HTTP/1.1" 200 542 0.046102 10.0.0.61 - - [2025-12-29 04:15:52] "POST /neutron/port HTTP/1.1" 200 1112 0.077068 10.0.0.61 - - [2025-12-29 04:15:52] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.020798 10.0.0.61 - - [2025-12-29 04:15:52] "GET /virtual-machine-interface/07d079b3-a6c9-4264-a97f-e079c44e635a HTTP/1.1" 200 3584 0.029978 10.0.0.61 - - [2025-12-29 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.020695 10.0.0.61 - - [2025-12-29 04:15:53] "GET /security-group/406806fd-bf44-4e4b-9560-8acc50602ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015276 10.0.0.61 - - [2025-12-29 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019389 10.0.0.61 - - [2025-12-29 04:15:53] "GET /security-group/406806fd-bf44-4e4b-9560-8acc50602ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018355 10.0.0.61 - - [2025-12-29 04:15:53] "DELETE /floating-ip/53c9494a-3a55-4566-9a4a-6f4817377688 HTTP/1.1" 200 115 0.148876 10.0.0.61 - - [2025-12-29 04:15:53] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 200 1293 0.018387 10.0.0.61 - - [2025-12-29 04:15:53] "POST /neutron/port HTTP/1.1" 200 1163 0.017194 10.0.0.61 - - [2025-12-29 04:15:55] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 404 171 0.016206 10.0.0.61 - - [2025-12-29 04:15:55] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 404 171 0.013764 10.0.0.61 - - [2025-12-29 04:15:55] "GET /virtual-machine/c8b72f03-d479-48e4-b5ac-2d109c29ddce HTTP/1.1" 404 171 0.011869 10.0.0.61 - - [2025-12-29 04:15:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.015555 10.0.0.61 - - [2025-12-29 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.61 - - [2025-12-29 04:15:55] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003127 10.0.0.61 - - [2025-12-29 04:15:55] "GET /virtual-networks?parent_id=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018432 10.0.0.61 - - [2025-12-29 04:15:55] "GET /virtual-network/5ccfbe88-8536-4a19-a99f-17190294a6a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.021226 10.0.0.61 - - [2025-12-29 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.013779 10.0.0.61 - - [2025-12-29 04:15:55] "GET /routing-instance/dda3905a-02ad-4888-bdab-fb47a08f3377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.016549 10.0.0.61 - - [2025-12-29 04:15:56] "GET /obj-perms HTTP/1.1" 403 257 0.012625 10.0.0.61 - - [2025-12-29 04:15:56] "GET /obj-perms HTTP/1.1" 403 257 0.046559 10.0.0.61 - - [2025-12-29 04:16:02] "GET /obj-perms HTTP/1.1" 200 5030 0.006366 10.0.0.27 - - [2025-12-29 04:16:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003637 10.0.0.61 - - [2025-12-29 04:16:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004032 10.0.0.27 - - [2025-12-29 04:16:11] "GET /obj-perms HTTP/1.1" 200 5030 0.003581 10.0.0.61 - - [2025-12-29 04:16:11] "POST /neutron/security_group HTTP/1.1" 200 568 0.019948 10.0.0.61 - - [2025-12-29 04:16:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.019425 10.0.0.61 - - [2025-12-29 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-12-29 04:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.27 - - [2025-12-29 04:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002474 10.0.0.61 - - [2025-12-29 04:16:12] "POST /neutron/network HTTP/1.1" 200 151 0.153941 10.0.0.61 - - [2025-12-29 04:16:12] "DELETE /api-access-list/1c1a951d-636c-4578-af53-abdbf4520e1c HTTP/1.1" 200 115 0.055874 10.0.0.61 - - [2025-12-29 04:16:13] "DELETE /route-target/110fd4ff-c335-4954-bef8-d37e4a12d430 HTTP/1.1" 200 115 0.030304 10.0.0.61 - - [2025-12-29 04:16:14] "GET /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004368 10.0.0.61 - - [2025-12-29 04:16:14] "PUT /api-access-list/cea0e040-4481-48e8-bfad-16290d2aa27f HTTP/1.1" 200 264 0.013634 10.0.0.27 - - [2025-12-29 04:16:15] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.61 - - [2025-12-29 04:16:15] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038633 10.0.0.27 - - [2025-12-29 04:16:15] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.61 - - [2025-12-29 04:16:15] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?fields=virtual_networks HTTP/1.1" 200 1031 0.050784 10.0.0.27 - - [2025-12-29 04:16:15] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.61 - - [2025-12-29 04:16:15] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.048352 10.0.0.27 - - [2025-12-29 04:16:15] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.61 - - [2025-12-29 04:16:15] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?fields=security_groups HTTP/1.1" 200 1257 0.038860 10.0.0.27 - - [2025-12-29 04:16:16] "GET /projects?obj_uuids=4050d5a0-53de-4bd4-ae4b-13312b0277de&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000970 10.0.0.61 - - [2025-12-29 04:16:16] "GET /project/4050d5a0-53de-4bd4-ae4b-13312b0277de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.037634 10.0.0.27 - - [2025-12-29 04:16:17] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.27 - - [2025-12-29 04:16:17] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.034213 10.0.0.27 - - [2025-12-29 04:16:17] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.27 - - [2025-12-29 04:16:18] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?fields=security_groups HTTP/1.1" 200 1362 0.085062 10.0.0.27 - - [2025-12-29 04:16:18] "DELETE /security-group/0b87f068-aa3f-4959-b5ce-ce64ff2f0d27 HTTP/1.1" 200 115 0.058420 10.0.0.27 - - [2025-12-29 04:16:18] "GET /projects?obj_uuids=73765723-4045-44b4-9969-fc3574f0778d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001896 [Introspect:8084]10.0.0.61 - - [2025-12-29 04:16:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001590 10.0.0.27 - - [2025-12-29 04:16:18] "GET /project/73765723-4045-44b4-9969-fc3574f0778d?fields=application_policy_sets HTTP/1.1" 200 1401 0.072469 10.0.0.27 - - [2025-12-29 04:16:18] "DELETE /project/73765723-4045-44b4-9969-fc3574f0778d HTTP/1.1" 200 115 0.455780 10.0.0.61 - - [2025-12-29 04:16:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.029163 10.0.0.27 - - [2025-12-29 04:16:20] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004354 10.0.0.27 - - [2025-12-29 04:16:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.27 - - [2025-12-29 04:16:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006608 10.0.0.27 - - [2025-12-29 04:16:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001417 10.0.0.27 - - [2025-12-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.007471 10.0.0.27 - - [2025-12-29 04:16:20] "POST /security-groups HTTP/1.1" 200 592 0.030779 10.0.0.61 - - [2025-12-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.003998 10.0.0.27 - - [2025-12-29 04:16:20] "POST /projects HTTP/1.1" 200 587 0.226957 10.0.0.27 - - [2025-12-29 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.303920 10.0.0.61 - - [2025-12-29 04:16:20] "POST /access-control-lists HTTP/1.1" 200 595 0.029073 10.0.0.61 - - [2025-12-29 04:16:20] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.444128 10.0.0.61 - - [2025-12-29 04:16:21] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.61 - - [2025-12-29 04:16:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.61 - - [2025-12-29 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.056309 10.0.0.27 - - [2025-12-29 04:16:23] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.61 - - [2025-12-29 04:16:23] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031317 10.0.0.61 - - [2025-12-29 04:16:23] "POST /neutron/network HTTP/1.1" 200 117 0.037426 10.0.0.61 - - [2025-12-29 04:16:24] "POST /neutron/network HTTP/1.1" 200 825 0.007490 10.0.0.61 - - [2025-12-29 04:16:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001084 10.0.0.61 - - [2025-12-29 04:16:24] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004729 10.0.0.61 - - [2025-12-29 04:16:24] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004983 10.0.0.61 - - [2025-12-29 04:16:24] "POST /neutron/subnet HTTP/1.1" 200 716 0.008560 10.0.0.61 - - [2025-12-29 04:16:24] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004732 10.0.0.61 - - [2025-12-29 04:16:25] "GET /obj-perms HTTP/1.1" 200 5032 0.061155 10.0.0.61 - - [2025-12-29 04:16:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001292 10.0.0.27 - - [2025-12-29 04:16:27] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.61 - - [2025-12-29 04:16:27] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.072338 10.0.0.61 - - [2025-12-29 04:16:27] "POST /neutron/port HTTP/1.1" 200 117 0.005757 10.0.0.61 - - [2025-12-29 04:16:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001463 10.0.0.61 - - [2025-12-29 04:16:27] "POST /neutron/network HTTP/1.1" 200 835 0.006732 10.0.0.61 - - [2025-12-29 04:16:28] "POST /neutron/port HTTP/1.1" 200 1059 0.043501 10.0.0.27 - - [2025-12-29 04:16:28] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001956 10.0.0.61 - - [2025-12-29 04:16:28] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.085094 10.0.0.61 - - [2025-12-29 04:16:28] "POST /neutron/network HTTP/1.1" 200 825 0.007542 10.0.0.61 - - [2025-12-29 04:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003979 10.0.0.61 - - [2025-12-29 04:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.61 - - [2025-12-29 04:16:28] "POST /neutron/port HTTP/1.1" 200 1123 0.017677 10.0.0.27 - - [2025-12-29 04:16:29] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.61 - - [2025-12-29 04:16:29] "POST /neutron/port HTTP/1.1" 200 1059 0.262765 10.0.0.61 - - [2025-12-29 04:16:29] "POST /neutron/port HTTP/1.1" 200 1113 0.090921 10.0.0.61 - - [2025-12-29 04:16:29] "POST /neutron/subnet HTTP/1.1" 200 690 0.008507 10.0.0.61 - - [2025-12-29 04:16:33] "POST /neutron/port HTTP/1.1" 200 1123 0.032549 10.0.0.61 - - [2025-12-29 04:16:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007663 10.0.0.61 - - [2025-12-29 04:16:34] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 401 292 0.000465 10.0.0.61 - - [2025-12-29 04:16:34] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 200 1294 0.036842 10.0.0.61 - - [2025-12-29 04:16:34] "GET /virtual-machine-interface/9da15eb1-2e51-4c15-895a-b78e52ed3aa2 HTTP/1.1" 200 2949 0.005326 10.0.0.61 - - [2025-12-29 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.61 - - [2025-12-29 04:16:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003673 10.0.0.61 - - [2025-12-29 04:16:34] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002966 10.0.0.61 - - [2025-12-29 04:16:34] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006558 10.0.0.61 - - [2025-12-29 04:16:37] "POST /neutron/port HTTP/1.1" 200 1123 0.018444 10.0.0.61 - - [2025-12-29 04:16:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003608 10.0.0.61 - - [2025-12-29 04:16:37] "POST /neutron/network HTTP/1.1" 200 825 0.007604 10.0.0.61 - - [2025-12-29 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.61 - - [2025-12-29 04:16:37] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005769 10.0.0.22 - - [2025-12-29 04:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.050598 10.0.0.61 - - [2025-12-29 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.61 - - [2025-12-29 04:16:41] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005934 10.0.0.61 - - [2025-12-29 04:16:44] "POST /neutron/network HTTP/1.1" 200 835 0.006569 10.0.0.61 - - [2025-12-29 04:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.61 - - [2025-12-29 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.61 - - [2025-12-29 04:16:46] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006091 10.0.0.61 - - [2025-12-29 04:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.61 - - [2025-12-29 04:16:50] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005663 10.0.0.61 - - [2025-12-29 04:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.61 - - [2025-12-29 04:16:54] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007308 10.0.0.61 - - [2025-12-29 04:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.61 - - [2025-12-29 04:16:58] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004964 10.0.0.61 - - [2025-12-29 04:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.61 - - [2025-12-29 04:17:02] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005650 10.0.0.61 - - [2025-12-29 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.61 - - [2025-12-29 04:17:06] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004743 10.0.0.61 - - [2025-12-29 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.61 - - [2025-12-29 04:17:10] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005243 10.0.0.61 - - [2025-12-29 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.61 - - [2025-12-29 04:17:12] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004048 10.0.0.61 - - [2025-12-29 04:17:12] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002819 10.0.0.61 - - [2025-12-29 04:17:12] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005386 10.0.0.61 - - [2025-12-29 04:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006691 10.0.0.61 - - [2025-12-29 04:17:18] "POST /neutron/port HTTP/1.1" 200 1123 0.015664 10.0.0.27 - - [2025-12-29 04:17:18] "DELETE /project/1c4478b4d1bb4f3881a55554efeaadc3 HTTP/1.1" 404 173 0.027604 10.0.0.61 - - [2025-12-29 04:17:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006972 10.0.0.61 - - [2025-12-29 04:17:28] "POST /neutron/port HTTP/1.1" 200 1123 0.015262 10.0.0.61 - - [2025-12-29 04:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007068 10.0.0.61 - - [2025-12-29 04:17:38] "POST /neutron/network HTTP/1.1" 200 835 0.006611 10.0.0.61 - - [2025-12-29 04:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.61 - - [2025-12-29 04:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007501 10.0.0.61 - - [2025-12-29 04:17:38] "POST /neutron/port HTTP/1.1" 200 1123 0.016516 10.0.0.61 - - [2025-12-29 04:17:39] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 200 1293 0.005962 10.0.0.61 - - [2025-12-29 04:17:39] "GET /virtual-machine-interface/a638b5e3-5895-4774-acd6-02bbed4ccc59 HTTP/1.1" 200 2950 0.005125 10.0.0.61 - - [2025-12-29 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.61 - - [2025-12-29 04:17:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004106 10.0.0.61 - - [2025-12-29 04:17:39] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003149 10.0.0.61 - - [2025-12-29 04:17:39] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005909 10.0.0.61 - - [2025-12-29 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.61 - - [2025-12-29 04:17:40] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003506 10.0.0.61 - - [2025-12-29 04:17:40] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002836 10.0.0.61 - - [2025-12-29 04:17:40] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007445 10.0.0.27 - - [2025-12-29 04:17:41] "GET /obj-perms HTTP/1.1" 200 5056 0.051572 10.0.0.61 - - [2025-12-29 04:17:44] "POST /neutron/port HTTP/1.1" 200 1123 0.016659 10.0.0.61 - - [2025-12-29 04:17:44] "POST /neutron/subnet HTTP/1.1" 200 690 0.008631 10.0.0.22 - - [2025-12-29 04:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-12-29 04:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-12-29 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2025-12-29 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-12-29 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-12-29 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.27 - - [2025-12-29 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-12-29 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.61 - - [2025-12-29 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.61 - - [2025-12-29 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.61 - - [2025-12-29 04:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.61 - - [2025-12-29 04:17:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.61 - - [2025-12-29 04:18:39] "POST /neutron/port HTTP/1.1" 200 1123 0.024807 10.0.0.61 - - [2025-12-29 04:18:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.61 - - [2025-12-29 04:18:39] "POST /neutron/network HTTP/1.1" 200 825 0.006502 10.0.0.61 - - [2025-12-29 04:18:45] "POST /neutron/network HTTP/1.1" 200 835 0.006492 10.0.0.61 - - [2025-12-29 04:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.61 - - [2025-12-29 04:19:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007662 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 200 1294 0.016220 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine-interface/9da15eb1-2e51-4c15-895a-b78e52ed3aa2 HTTP/1.1" 200 2949 0.011626 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 200 1294 0.005653 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine-interface/9da15eb1-2e51-4c15-895a-b78e52ed3aa2 HTTP/1.1" 200 2949 0.008812 10.0.0.61 - - [2025-12-29 04:19:01] "GET /instance-ip/6d02f63d-a22b-4ed7-924c-9bea58f1bb1d HTTP/1.1" 200 1621 0.006158 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 200 1294 0.003378 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-machine-interface/9da15eb1-2e51-4c15-895a-b78e52ed3aa2 HTTP/1.1" 200 2949 0.007160 10.0.0.61 - - [2025-12-29 04:19:01] "GET /instance-ip/6d02f63d-a22b-4ed7-924c-9bea58f1bb1d HTTP/1.1" 200 1621 0.006021 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003724 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003029 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007936 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004667 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003715 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006524 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005949 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005995 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005643 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003986 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002898 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005608 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004216 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003065 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006527 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003720 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003184 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005821 10.0.0.61 - - [2025-12-29 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.61 - - [2025-12-29 04:19:01] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004651 10.0.0.61 - - [2025-12-29 04:19:01] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003461 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006087 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.61 - - [2025-12-29 04:19:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005074 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003555 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005499 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005481 10.0.0.61 - - [2025-12-29 04:19:02] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006470 10.0.0.61 - - [2025-12-29 04:19:02] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004483 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.61 - - [2025-12-29 04:19:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003380 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003142 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006001 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.61 - - [2025-12-29 04:19:02] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004290 10.0.0.61 - - [2025-12-29 04:19:02] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003509 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.61 - - [2025-12-29 04:19:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004015 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002974 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006903 10.0.0.61 - - [2025-12-29 04:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006346 10.0.0.61 - - [2025-12-29 04:19:02] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.61 - - [2025-12-29 04:19:02] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002933 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007673 10.0.0.61 - - [2025-12-29 04:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.61 - - [2025-12-29 04:19:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.013920 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.016515 10.0.0.61 - - [2025-12-29 04:19:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003461 10.0.0.27 - - [2025-12-29 04:19:03] "GET /obj-perms HTTP/1.1" 200 5032 0.077423 10.0.0.61 - - [2025-12-29 04:19:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003473 10.0.0.27 - - [2025-12-29 04:19:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004967 10.0.0.61 - - [2025-12-29 04:19:03] "GET /obj-perms HTTP/1.1" 200 5032 0.003815 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 200 1293 0.003612 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-machine-interface/a638b5e3-5895-4774-acd6-02bbed4ccc59 HTTP/1.1" 200 2950 0.005257 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 200 1293 0.004661 10.0.0.61 - - [2025-12-29 04:19:03] "GET /virtual-machine-interface/a638b5e3-5895-4774-acd6-02bbed4ccc59 HTTP/1.1" 200 2950 0.004959 10.0.0.61 - - [2025-12-29 04:19:04] "GET /instance-ip/5ef7d2f6-a414-4376-84d2-ed3a6bb7333f HTTP/1.1" 200 1620 0.009159 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 200 1293 0.003743 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-machine-interface/a638b5e3-5895-4774-acd6-02bbed4ccc59 HTTP/1.1" 200 2950 0.006054 10.0.0.61 - - [2025-12-29 04:19:04] "GET /instance-ip/5ef7d2f6-a414-4376-84d2-ed3a6bb7333f HTTP/1.1" 200 1620 0.004759 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006047 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004749 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005320 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002858 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005790 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003627 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002922 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007677 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004096 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002839 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005340 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004161 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002883 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005735 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003757 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002955 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005489 10.0.0.61 - - [2025-12-29 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.61 - - [2025-12-29 04:19:04] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004127 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003556 10.0.0.61 - - [2025-12-29 04:19:04] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005350 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.61 - - [2025-12-29 04:19:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003647 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002862 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005577 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.61 - - [2025-12-29 04:19:05] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.003872 10.0.0.61 - - [2025-12-29 04:19:05] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005575 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.61 - - [2025-12-29 04:19:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003918 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002740 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005410 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.61 - - [2025-12-29 04:19:05] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004313 10.0.0.61 - - [2025-12-29 04:19:05] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003845 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.61 - - [2025-12-29 04:19:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003621 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.014679 10.0.0.61 - - [2025-12-29 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.61 - - [2025-12-29 04:19:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004906 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004526 10.0.0.61 - - [2025-12-29 04:19:05] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006391 10.0.0.61 - - [2025-12-29 04:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.61 - - [2025-12-29 04:19:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.61 - - [2025-12-29 04:19:06] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002830 10.0.0.61 - - [2025-12-29 04:19:06] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006156 10.0.0.27 - - [2025-12-29 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003535 10.0.0.61 - - [2025-12-29 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003308 10.0.0.61 - - [2025-12-29 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003729 10.0.0.27 - - [2025-12-29 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004229 10.0.0.22 - - [2025-12-29 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.061418 10.0.0.61 - - [2025-12-29 04:19:11] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 200 1293 0.004012 10.0.0.61 - - [2025-12-29 04:19:12] "POST /neutron/port HTTP/1.1" 200 1123 0.015633 10.0.0.61 - - [2025-12-29 04:19:13] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 404 171 0.002909 10.0.0.61 - - [2025-12-29 04:19:13] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 404 171 0.002638 10.0.0.61 - - [2025-12-29 04:19:13] "GET /virtual-machine/1e7b4e3b-5bfb-499a-bea1-dca0702a471f HTTP/1.1" 404 171 0.002385 10.0.0.61 - - [2025-12-29 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.61 - - [2025-12-29 04:19:13] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003801 10.0.0.61 - - [2025-12-29 04:19:13] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003177 10.0.0.61 - - [2025-12-29 04:19:14] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005165 10.0.0.61 - - [2025-12-29 04:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.61 - - [2025-12-29 04:19:14] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004222 10.0.0.61 - - [2025-12-29 04:19:14] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003768 10.0.0.61 - - [2025-12-29 04:19:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003807 10.0.0.27 - - [2025-12-29 04:19:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003681 10.0.0.61 - - [2025-12-29 04:19:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003855 10.0.0.27 - - [2025-12-29 04:19:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003833 10.0.0.61 - - [2025-12-29 04:19:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004225 10.0.0.27 - - [2025-12-29 04:19:35] "GET /obj-perms HTTP/1.1" 200 5032 0.005595 10.0.0.61 - - [2025-12-29 04:19:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004314 10.0.0.27 - - [2025-12-29 04:19:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004333 10.0.0.61 - - [2025-12-29 04:19:42] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 200 1294 0.003801 10.0.0.61 - - [2025-12-29 04:19:42] "POST /neutron/port HTTP/1.1" 200 1123 0.015279 10.0.0.61 - - [2025-12-29 04:19:44] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 404 171 0.003352 10.0.0.61 - - [2025-12-29 04:19:44] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 404 171 0.003012 10.0.0.61 - - [2025-12-29 04:19:44] "GET /virtual-machine/e4686217-6c2c-4d7d-8e6c-a1837f73cfc9 HTTP/1.1" 404 171 0.003591 10.0.0.61 - - [2025-12-29 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.61 - - [2025-12-29 04:19:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004108 10.0.0.61 - - [2025-12-29 04:19:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003308 10.0.0.61 - - [2025-12-29 04:19:44] "GET /virtual-network/f496d846-bbe3-4246-84e2-e4c096269c2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006744 10.0.0.61 - - [2025-12-29 04:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.61 - - [2025-12-29 04:19:44] "GET /routing-instance/6ec1067f-75b6-4959-a0bd-8d7f367379f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004617 10.0.0.61 - - [2025-12-29 04:19:44] "GET /route-target/672f5412-e7d1-46de-bcce-056f9b733374?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004083 10.0.0.61 - - [2025-12-29 04:19:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004128 10.0.0.27 - - [2025-12-29 04:19:50] "GET /obj-perms HTTP/1.1" 200 5032 0.003745 10.0.0.61 - - [2025-12-29 04:19:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004706 10.0.0.27 - - [2025-12-29 04:19:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003428 10.0.0.61 - - [2025-12-29 04:20:02] "GET /obj-perms HTTP/1.1" 200 5032 0.003580 10.0.0.22 - - [2025-12-29 04:20:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004480 10.0.0.61 - - [2025-12-29 04:20:03] "POST /neutron/network HTTP/1.1" 200 825 0.007203 10.0.0.61 - - [2025-12-29 04:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.042507 10.0.0.61 - - [2025-12-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003411 10.0.0.61 - - [2025-12-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-12-29 04:20:06] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.032596 10.0.0.61 - - [2025-12-29 04:20:06] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.080553 10.0.0.61 - - [2025-12-29 04:20:06] "POST /network-policys HTTP/1.1" 200 522 0.032649 10.0.0.61 - - [2025-12-29 04:20:06] "GET /network-policy/b12fe42f-4358-44a2-ae8e-a2f7490a3459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006494 10.0.0.61 - - [2025-12-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003464 10.0.0.61 - - [2025-12-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-12-29 04:20:06] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.61 - - [2025-12-29 04:20:06] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046503 10.0.0.61 - - [2025-12-29 04:20:06] "POST /network-policys HTTP/1.1" 200 522 0.031619 10.0.0.61 - - [2025-12-29 04:20:06] "GET /network-policy/bd083bfe-5fc3-41bc-b669-b0d220aa1eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006969 10.0.0.61 - - [2025-12-29 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-12-29 04:20:06] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002757 10.0.0.61 - - [2025-12-29 04:20:06] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045077 10.0.0.61 - - [2025-12-29 04:20:06] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003312 10.0.0.61 - - [2025-12-29 04:20:06] "POST /virtual-networks HTTP/1.1" 200 546 0.073962 10.0.0.61 - - [2025-12-29 04:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.61 - - [2025-12-29 04:20:07] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004611 10.0.0.61 - - [2025-12-29 04:20:07] "POST /ref-update HTTP/1.1" 200 156 0.026663 10.0.0.27 - - [2025-12-29 04:20:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008003 10.0.0.61 - - [2025-12-29 04:20:07] "POST /ref-update HTTP/1.1" 200 156 0.078660 10.0.0.61 - - [2025-12-29 04:20:07] "POST /neutron/network HTTP/1.1" 200 809 0.006519 10.0.0.61 - - [2025-12-29 04:20:07] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005430 10.0.0.61 - - [2025-12-29 04:20:07] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006155 10.0.0.61 - - [2025-12-29 04:20:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003610 10.0.0.27 - - [2025-12-29 04:20:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003400 10.0.0.61 - - [2025-12-29 04:20:07] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005695 10.0.0.61 - - [2025-12-29 04:20:07] "PUT /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38 HTTP/1.1" 200 264 0.050410 10.0.0.61 - - [2025-12-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.61 - - [2025-12-29 04:20:08] "GET /network-policy/b12fe42f-4358-44a2-ae8e-a2f7490a3459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005376 10.0.0.61 - - [2025-12-29 04:20:08] "POST /ref-update HTTP/1.1" 200 156 0.050893 10.0.0.61 - - [2025-12-29 04:20:08] "POST /neutron/network HTTP/1.1" 200 886 0.011770 10.0.0.61 - - [2025-12-29 04:20:08] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010447 10.0.0.61 - - [2025-12-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.61 - - [2025-12-29 04:20:08] "GET /network-policy/b12fe42f-4358-44a2-ae8e-a2f7490a3459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004344 10.0.0.61 - - [2025-12-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2025-12-29 04:20:08] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.61 - - [2025-12-29 04:20:08] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033642 10.0.0.61 - - [2025-12-29 04:20:08] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003365 10.0.0.61 - - [2025-12-29 04:20:08] "POST /virtual-networks HTTP/1.1" 200 546 0.072249 10.0.0.61 - - [2025-12-29 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.61 - - [2025-12-29 04:20:08] "POST /route-targets HTTP/1.1" 200 327 0.014055 10.0.0.61 - - [2025-12-29 04:20:08] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010066 10.0.0.27 - - [2025-12-29 04:20:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.61 - - [2025-12-29 04:20:08] "POST /ref-update HTTP/1.1" 200 156 0.063611 10.0.0.61 - - [2025-12-29 04:20:08] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005872 10.0.0.61 - - [2025-12-29 04:20:08] "POST /neutron/network HTTP/1.1" 200 809 0.005812 10.0.0.61 - - [2025-12-29 04:20:09] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.004938 10.0.0.61 - - [2025-12-29 04:20:09] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006603 10.0.0.61 - - [2025-12-29 04:20:09] "PUT /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20 HTTP/1.1" 200 264 0.051686 10.0.0.61 - - [2025-12-29 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.61 - - [2025-12-29 04:20:09] "GET /network-policy/bd083bfe-5fc3-41bc-b669-b0d220aa1eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003852 10.0.0.61 - - [2025-12-29 04:20:09] "POST /ref-update HTTP/1.1" 200 156 0.041260 10.0.0.61 - - [2025-12-29 04:20:09] "POST /access-control-lists HTTP/1.1" 200 592 0.036618 10.0.0.61 - - [2025-12-29 04:20:09] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005957 10.0.0.61 - - [2025-12-29 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.61 - - [2025-12-29 04:20:09] "GET /network-policy/bd083bfe-5fc3-41bc-b669-b0d220aa1eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003969 10.0.0.61 - - [2025-12-29 04:20:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001083 10.0.0.61 - - [2025-12-29 04:20:09] "POST /neutron/network HTTP/1.1" 200 896 0.006419 10.0.0.27 - - [2025-12-29 04:20:10] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.61 - - [2025-12-29 04:20:10] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.064755 10.0.0.61 - - [2025-12-29 04:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.61 - - [2025-12-29 04:20:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282 10.0.0.61 - - [2025-12-29 04:20:11] "POST /neutron/network HTTP/1.1" 200 896 0.008047 10.0.0.61 - - [2025-12-29 04:20:11] "POST /neutron/port HTTP/1.1" 200 1061 0.017497 10.0.0.27 - - [2025-12-29 04:20:12] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.61 - - [2025-12-29 04:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007098 10.0.0.61 - - [2025-12-29 04:20:12] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069821 10.0.0.61 - - [2025-12-29 04:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.61 - - [2025-12-29 04:20:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007563 10.0.0.61 - - [2025-12-29 04:20:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007137 10.0.0.61 - - [2025-12-29 04:20:13] "POST /neutron/port HTTP/1.1" 200 1061 0.018686 10.0.0.61 - - [2025-12-29 04:20:13] "POST /neutron/port HTTP/1.1" 200 1125 0.020355 10.0.0.61 - - [2025-12-29 04:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.61 - - [2025-12-29 04:20:13] "PUT /access-control-list/173c9985-d34f-4cec-8900-a9359946fa38 HTTP/1.1" 200 272 0.056624 10.0.0.61 - - [2025-12-29 04:20:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006323 10.0.0.61 - - [2025-12-29 04:20:17] "POST /neutron/port HTTP/1.1" 200 1125 0.019510 10.0.0.61 - - [2025-12-29 04:20:17] "GET /virtual-machine/d3ae3527-7f3e-40fc-a9cc-ad813fd4cd07 HTTP/1.1" 200 1294 0.006217 10.0.0.61 - - [2025-12-29 04:20:17] "GET /virtual-machine-interface/3f4f6080-1fb6-4860-845a-9964b463febf HTTP/1.1" 200 2948 0.005351 10.0.0.61 - - [2025-12-29 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.61 - - [2025-12-29 04:20:17] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003964 10.0.0.61 - - [2025-12-29 04:20:17] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002944 10.0.0.61 - - [2025-12-29 04:20:17] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005440 10.0.0.61 - - [2025-12-29 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.61 - - [2025-12-29 04:20:21] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005221 10.0.0.61 - - [2025-12-29 04:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.61 - - [2025-12-29 04:20:25] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005032 10.0.0.61 - - [2025-12-29 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.61 - - [2025-12-29 04:20:29] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005033 10.0.0.61 - - [2025-12-29 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.61 - - [2025-12-29 04:20:33] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006248 10.0.0.61 - - [2025-12-29 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.61 - - [2025-12-29 04:20:37] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005702 10.0.0.61 - - [2025-12-29 04:20:41] "POST /neutron/port HTTP/1.1" 200 1125 0.047940 10.0.0.61 - - [2025-12-29 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.61 - - [2025-12-29 04:20:41] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006119 10.0.0.61 - - [2025-12-29 04:20:41] "POST /neutron/subnet HTTP/1.1" 200 646 0.008574 10.0.0.61 - - [2025-12-29 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.61 - - [2025-12-29 04:20:45] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008424 10.0.0.61 - - [2025-12-29 04:20:48] "POST /neutron/port HTTP/1.1" 200 1125 0.018359 10.0.0.61 - - [2025-12-29 04:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.61 - - [2025-12-29 04:20:48] "POST /neutron/network HTTP/1.1" 200 886 0.006432 10.0.0.61 - - [2025-12-29 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.61 - - [2025-12-29 04:20:49] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004920 10.0.0.61 - - [2025-12-29 04:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.61 - - [2025-12-29 04:20:53] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005662 10.0.0.61 - - [2025-12-29 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.61 - - [2025-12-29 04:20:57] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005329 10.0.0.61 - - [2025-12-29 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.61 - - [2025-12-29 04:21:02] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004930 10.0.0.61 - - [2025-12-29 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.61 - - [2025-12-29 04:21:06] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004834 10.0.0.61 - - [2025-12-29 04:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.61 - - [2025-12-29 04:21:08] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003353 10.0.0.61 - - [2025-12-29 04:21:08] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002700 10.0.0.61 - - [2025-12-29 04:21:08] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005391 10.0.0.61 - - [2025-12-29 04:21:08] "POST /neutron/port HTTP/1.1" 200 1125 0.018897 10.0.0.61 - - [2025-12-29 04:21:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008702 10.0.0.61 - - [2025-12-29 04:21:23] "POST /neutron/port HTTP/1.1" 200 1125 0.045178 10.0.0.61 - - [2025-12-29 04:21:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007528 10.0.0.61 - - [2025-12-29 04:21:34] "POST /neutron/port HTTP/1.1" 200 1125 0.046473 10.0.0.61 - - [2025-12-29 04:21:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006761 10.0.0.61 - - [2025-12-29 04:21:43] "POST /neutron/network HTTP/1.1" 200 896 0.006711 10.0.0.61 - - [2025-12-29 04:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.22 - - [2025-12-29 04:21:44] "GET /obj-perms HTTP/1.1" 200 5056 0.055042 10.0.0.61 - - [2025-12-29 04:21:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007373 10.0.0.61 - - [2025-12-29 04:21:44] "POST /neutron/port HTTP/1.1" 200 1125 0.016429 10.0.0.61 - - [2025-12-29 04:21:44] "GET /virtual-machine/e9bb913a-3015-4a55-bdfd-aae956152abe HTTP/1.1" 200 1294 0.097966 10.0.0.61 - - [2025-12-29 04:21:44] "GET /virtual-machine-interface/e8e607fa-c057-4e0b-89f3-090e32966495 HTTP/1.1" 200 2949 0.004753 10.0.0.27 - - [2025-12-29 04:21:45] "GET /obj-perms HTTP/1.1" 200 5056 0.071211 10.0.0.61 - - [2025-12-29 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.041527 10.0.0.61 - - [2025-12-29 04:21:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005750 10.0.0.61 - - [2025-12-29 04:21:45] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003362 10.0.0.61 - - [2025-12-29 04:21:45] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006602 10.0.0.61 - - [2025-12-29 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.61 - - [2025-12-29 04:21:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003489 10.0.0.61 - - [2025-12-29 04:21:46] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002742 10.0.0.61 - - [2025-12-29 04:21:46] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005676 10.0.0.61 - - [2025-12-29 04:21:49] "POST /neutron/port HTTP/1.1" 200 1125 0.051263 10.0.0.61 - - [2025-12-29 04:21:49] "POST /neutron/subnet HTTP/1.1" 200 646 0.008853 10.0.0.61 - - [2025-12-29 04:22:43] "POST /neutron/port HTTP/1.1" 200 1125 0.016824 10.0.0.61 - - [2025-12-29 04:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004729 10.0.0.61 - - [2025-12-29 04:22:43] "POST /neutron/network HTTP/1.1" 200 886 0.008515 10.0.0.61 - - [2025-12-29 04:22:45] "GET /obj-perms HTTP/1.1" 200 5056 0.078063 10.0.0.61 - - [2025-12-29 04:22:45] "GET /virtual-router/79fa9c8d-431b-4b1a-b9a1-e5bf3450034d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.033638 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 1125 0.016077 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 1125 0.016693 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/network HTTP/1.1" 200 896 0.009357 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004547 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.011184 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.61 - - [2025-12-29 04:22:50] "POST /neutron/network HTTP/1.1" 200 886 0.007212 10.0.0.22 - - [2025-12-29 04:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-12-29 04:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2025-12-29 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2025-12-29 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000683 10.0.0.22 - - [2025-12-29 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-12-29 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-12-29 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-12-29 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.61 - - [2025-12-29 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.61 - - [2025-12-29 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.61 - - [2025-12-29 04:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.61 - - [2025-12-29 04:22:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 29 04:23:19 AM UTC 2025 ===================' INFO: =================== Mon Dec 29 04:23:19 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.61:8081 10.0.0.22:8081 10.0.0.27:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.61:9042 10.0.0.22:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.61:8086 10.0.0.22:8086 10.0.0.27:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.61:8082 10.0.0.22:8082 10.0.0.27:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.61:9161 10.0.0.22:9161 10.0.0.27:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18,10.20.0.145,10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.61:2181,10.0.0.22:2181,10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.61:2181 10.0.0.22:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.61:5673,10.0.0.22:5673,10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.61:6379 10.0.0.22:6379 10.0.0.27:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.61:9092 10.0.0.22:9092 10.0.0.27:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.61 ++ 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.61,10.0.0.22,10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.61,10.0.0.22,10.0.0.27 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.61,10.0.0.22,10.0.0.27 + local cassandra=10.0.0.61 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.61 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.61,10.0.0.22,10.0.0.27 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.61,10.0.0.22,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.252,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.61'\''))' +++ local server_ip=10.0.0.61 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.61 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.61, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.61:9041 10.0.0.22:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/29/2025 04:23:27.342 7f1182f23680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/29/2025 04:23:27.480 7f1182f23680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/29/2025 04:23:27.491 7f1182f23680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/29/2025 04:23:27.491 7f1182f23680 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-12-29 04:23:28] "GET / HTTP/1.1" 503 181 0.000217 10.0.0.27 - - [2025-12-29 04:23:28] "GET / HTTP/1.1" 503 181 0.000142 10.0.0.27 - - [2025-12-29 04:23:29] "GET / HTTP/1.1" 200 45871 0.001205 10.0.0.27 - - [2025-12-29 04:23:29] "GET / HTTP/1.1" 200 45871 0.001087 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2025-12-29 04:23:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2025-12-29 04:23:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000247 [Introspect:8084]10.0.0.61 - - [2025-12-29 04:23:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001328 10.0.0.27 - - [2025-12-29 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.638180 10.0.0.27 - - [2025-12-29 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-12-29 04:23:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.372783 10.0.0.27 - - [2025-12-29 04:23:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003845 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.27 - - [2025-12-29 04:23:30] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001433 10.0.0.27 - - [2025-12-29 04:23:30] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.055586 10.0.0.27 - - [2025-12-29 04:23:30] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.011078 10.0.0.27 - - [2025-12-29 04:23:30] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=security_groups HTTP/1.1" 200 1087 0.058387 10.0.0.27 - - [2025-12-29 04:23:30] "GET /projects?obj_uuids=4e10b9a7-ece3-4139-abfc-c0c0049f4a02&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001274 10.0.0.27 - - [2025-12-29 04:23:30] "GET /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02?fields=application_policy_sets HTTP/1.1" 200 1380 0.048796 10.0.0.27 - - [2025-12-29 04:23:30] "DELETE /project/4e10b9a7-ece3-4139-abfc-c0c0049f4a02 HTTP/1.1" 409 278 0.261731 [Introspect:8084]10.0.0.61 - - [2025-12-29 04:23:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001038 [Introspect:8084]10.0.0.61 - - [2025-12-29 04:23:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001059 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.61 - - [2025-12-29 04:23:36] "GET /obj-perms HTTP/1.1" 200 5032 0.380150 10.0.0.61 - - [2025-12-29 04:23:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004336 10.0.0.61 - - [2025-12-29 04:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.030769 10.0.0.27 - - [2025-12-29 04:23:36] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.61 - - [2025-12-29 04:23:36] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050692 10.0.0.61 - - [2025-12-29 04:23:36] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003892 10.0.0.61 - - [2025-12-29 04:23:36] "POST /virtual-networks HTTP/1.1" 200 546 0.091208 10.0.0.61 - - [2025-12-29 04:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.61 - - [2025-12-29 04:23:36] "GET /network-ipam/a5a4d6ed-9c73-42da-a75d-332fb3e8bcfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004106 10.0.0.27 - - [2025-12-29 04:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004942 10.0.0.61 - - [2025-12-29 04:23:37] "POST /ref-update HTTP/1.1" 200 156 0.065090 10.0.0.61 - - [2025-12-29 04:23:37] "POST /neutron/network HTTP/1.1" 200 809 0.037102 10.0.0.61 - - [2025-12-29 04:23:37] "GET /virtual-network/0f021f99-07f7-41ae-99c2-556cb905932d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005645 10.0.0.61 - - [2025-12-29 04:23:37] "POST /neutron/subnet HTTP/1.1" 200 672 0.009326 10.0.0.61 - - [2025-12-29 04:23:37] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005428 10.0.0.61 - - [2025-12-29 04:23:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001457 10.0.0.61 - - [2025-12-29 04:23:38] "POST /neutron/network HTTP/1.1" 200 896 0.007093 10.0.0.27 - - [2025-12-29 04:23:38] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.61 - - [2025-12-29 04:23:38] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.078316 10.0.0.61 - - [2025-12-29 04:23:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008160 10.0.0.61 - - [2025-12-29 04:23:39] "POST /neutron/network HTTP/1.1" 200 896 0.006460 10.0.0.61 - - [2025-12-29 04:23:39] "POST /neutron/port HTTP/1.1" 200 1061 0.040181 10.0.0.61 - - [2025-12-29 04:23:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003459 10.0.0.61 - - [2025-12-29 04:23:40] "POST /neutron/network HTTP/1.1" 200 886 0.006246 10.0.0.61 - - [2025-12-29 04:23:43] "POST /neutron/network HTTP/1.1" 200 896 0.037196 10.0.0.61 - - [2025-12-29 04:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.61 - - [2025-12-29 04:23:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006993 10.0.0.61 - - [2025-12-29 04:23:44] "POST /neutron/port HTTP/1.1" 200 1125 0.017594 10.0.0.61 - - [2025-12-29 04:23:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006784 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.029965 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.003477 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine-interface/229fe53b-273a-46eb-aacb-3d3fc3533532 HTTP/1.1" 200 2949 0.005179 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.004443 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine-interface/229fe53b-273a-46eb-aacb-3d3fc3533532 HTTP/1.1" 200 2949 0.004858 10.0.0.61 - - [2025-12-29 04:23:44] "GET /instance-ip/929e513f-9823-43cf-a2fa-509c07530d85 HTTP/1.1" 200 1624 0.006687 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.003608 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-machine-interface/229fe53b-273a-46eb-aacb-3d3fc3533532 HTTP/1.1" 200 2949 0.005077 10.0.0.61 - - [2025-12-29 04:23:44] "GET /instance-ip/929e513f-9823-43cf-a2fa-509c07530d85 HTTP/1.1" 200 1624 0.003879 10.0.0.61 - - [2025-12-29 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.61 - - [2025-12-29 04:23:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004486 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003289 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005396 10.0.0.61 - - [2025-12-29 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.61 - - [2025-12-29 04:23:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003993 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003298 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007030 10.0.0.61 - - [2025-12-29 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.61 - - [2025-12-29 04:23:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004228 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003311 10.0.0.61 - - [2025-12-29 04:23:44] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005852 10.0.0.61 - - [2025-12-29 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.61 - - [2025-12-29 04:23:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004435 10.0.0.61 - - [2025-12-29 04:23:45] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003009 10.0.0.61 - - [2025-12-29 04:23:45] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005355 10.0.0.61 - - [2025-12-29 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.61 - - [2025-12-29 04:23:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.61 - - [2025-12-29 04:23:45] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003285 10.0.0.61 - - [2025-12-29 04:23:45] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006129 10.0.0.61 - - [2025-12-29 04:23:46] "GET /obj-perms HTTP/1.1" 200 5056 0.056133 10.0.0.61 - - [2025-12-29 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.61 - - [2025-12-29 04:23:48] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005247 10.0.0.61 - - [2025-12-29 04:23:52] "POST /neutron/network HTTP/1.1" 200 896 0.007401 10.0.0.61 - - [2025-12-29 04:23:52] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.61 - - [2025-12-29 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.61 - - [2025-12-29 04:23:52] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006252 10.0.0.61 - - [2025-12-29 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.61 - - [2025-12-29 04:23:56] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005422 10.0.0.61 - - [2025-12-29 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005058 10.0.0.61 - - [2025-12-29 04:24:00] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005434 10.0.0.61 - - [2025-12-29 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.61 - - [2025-12-29 04:24:04] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005005 10.0.0.61 - - [2025-12-29 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.61 - - [2025-12-29 04:24:08] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004927 10.0.0.61 - - [2025-12-29 04:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.61 - - [2025-12-29 04:24:12] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005667 10.0.0.61 - - [2025-12-29 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.61 - - [2025-12-29 04:24:17] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.004918 10.0.0.61 - - [2025-12-29 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.61 - - [2025-12-29 04:24:21] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005159 10.0.0.61 - - [2025-12-29 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.61 - - [2025-12-29 04:24:25] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005780 10.0.0.61 - - [2025-12-29 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.61 - - [2025-12-29 04:24:29] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005698 10.0.0.61 - - [2025-12-29 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.61 - - [2025-12-29 04:24:33] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005622 10.0.0.61 - - [2025-12-29 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.61 - - [2025-12-29 04:24:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003350 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003052 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005514 10.0.0.61 - - [2025-12-29 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.61 - - [2025-12-29 04:24:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003679 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002987 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005371 10.0.0.61 - - [2025-12-29 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.61 - - [2025-12-29 04:24:35] "GET /routing-instance/6106fd04-1801-4089-88cd-e8a219c07e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004861 10.0.0.61 - - [2025-12-29 04:24:35] "GET /route-target/ce54d531-b5b3-43b0-b02a-4a47f828c263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003568 10.0.0.61 - - [2025-12-29 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008414 10.0.0.61 - - [2025-12-29 04:24:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005982 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003843 10.0.0.61 - - [2025-12-29 04:24:35] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005561 10.0.0.61 - - [2025-12-29 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.61 - - [2025-12-29 04:24:36] "GET /routing-instance/6106fd04-1801-4089-88cd-e8a219c07e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005661 10.0.0.61 - - [2025-12-29 04:24:36] "GET /route-target/ce54d531-b5b3-43b0-b02a-4a47f828c263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004650 10.0.0.61 - - [2025-12-29 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.61 - - [2025-12-29 04:24:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005007 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003370 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006858 10.0.0.61 - - [2025-12-29 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.61 - - [2025-12-29 04:24:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004563 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003086 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006106 10.0.0.61 - - [2025-12-29 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.61 - - [2025-12-29 04:24:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004831 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003608 10.0.0.61 - - [2025-12-29 04:24:36] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005948 10.0.0.27 - - [2025-12-29 04:24:36] "GET /obj-perms HTTP/1.1" 200 5032 0.069570 10.0.0.61 - - [2025-12-29 04:24:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003142 10.0.0.27 - - [2025-12-29 04:24:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003835 10.0.0.61 - - [2025-12-29 04:24:36] "GET /obj-perms HTTP/1.1" 200 5032 0.003618 10.0.0.22 - - [2025-12-29 04:24:37] "GET /obj-perms HTTP/1.1" 200 5032 0.049946 10.0.0.61 - - [2025-12-29 04:24:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001244 10.0.0.61 - - [2025-12-29 04:24:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006405 10.0.0.27 - - [2025-12-29 04:24:37] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.61 - - [2025-12-29 04:24:38] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.081748 10.0.0.61 - - [2025-12-29 04:24:38] "POST /neutron/port HTTP/1.1" 200 3070 0.032214 10.0.0.61 - - [2025-12-29 04:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.61 - - [2025-12-29 04:24:39] "POST /neutron/port HTTP/1.1" 200 1061 0.016371 10.0.0.61 - - [2025-12-29 04:24:39] "POST /neutron/port HTTP/1.1" 200 1125 0.016704 10.0.0.61 - - [2025-12-29 04:24:39] "POST /neutron/port HTTP/1.1" 200 117 0.000994 10.0.0.61 - - [2025-12-29 04:24:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007312 10.0.0.61 - - [2025-12-29 04:24:43] "POST /neutron/port HTTP/1.1" 200 1125 0.017633 10.0.0.61 - - [2025-12-29 04:24:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007703 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.005968 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.003641 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine-interface/25ce6428-22c7-4305-9312-4cae3d596629 HTTP/1.1" 200 2949 0.004938 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.003653 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine-interface/25ce6428-22c7-4305-9312-4cae3d596629 HTTP/1.1" 200 2949 0.006663 10.0.0.61 - - [2025-12-29 04:24:43] "GET /instance-ip/b011f63f-48eb-4fa6-a9a8-3fa25b8eed50 HTTP/1.1" 200 1624 0.005867 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.003403 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-machine-interface/25ce6428-22c7-4305-9312-4cae3d596629 HTTP/1.1" 200 2949 0.004949 10.0.0.61 - - [2025-12-29 04:24:43] "GET /instance-ip/b011f63f-48eb-4fa6-a9a8-3fa25b8eed50 HTTP/1.1" 200 1624 0.005203 10.0.0.61 - - [2025-12-29 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.61 - - [2025-12-29 04:24:43] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003538 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003296 10.0.0.61 - - [2025-12-29 04:24:43] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005790 10.0.0.61 - - [2025-12-29 04:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.61 - - [2025-12-29 04:24:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003886 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003111 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005232 10.0.0.61 - - [2025-12-29 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.61 - - [2025-12-29 04:24:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003744 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003205 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006911 10.0.0.61 - - [2025-12-29 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.61 - - [2025-12-29 04:24:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004028 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003067 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005293 10.0.0.61 - - [2025-12-29 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.61 - - [2025-12-29 04:24:44] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003997 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003144 10.0.0.61 - - [2025-12-29 04:24:44] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005736 10.0.0.61 - - [2025-12-29 04:24:45] "POST /neutron/network HTTP/1.1" 200 896 0.005823 10.0.0.61 - - [2025-12-29 04:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.27 - - [2025-12-29 04:24:47] "GET /obj-perms HTTP/1.1" 200 5056 0.052964 10.0.0.61 - - [2025-12-29 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.61 - - [2025-12-29 04:24:47] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005981 10.0.0.61 - - [2025-12-29 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.61 - - [2025-12-29 04:24:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032529 10.0.0.61 - - [2025-12-29 04:24:51] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.004758 10.0.0.61 - - [2025-12-29 04:24:53] "POST /neutron/network HTTP/1.1" 200 896 0.009413 10.0.0.61 - - [2025-12-29 04:24:53] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.61 - - [2025-12-29 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.61 - - [2025-12-29 04:24:55] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005448 10.0.0.61 - - [2025-12-29 04:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.61 - - [2025-12-29 04:24:59] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005125 10.0.0.61 - - [2025-12-29 04:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.61 - - [2025-12-29 04:25:03] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005174 10.0.0.61 - - [2025-12-29 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.61 - - [2025-12-29 04:25:08] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005205 10.0.0.61 - - [2025-12-29 04:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.61 - - [2025-12-29 04:25:12] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005567 10.0.0.61 - - [2025-12-29 04:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.61 - - [2025-12-29 04:25:16] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005685 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.61 - - [2025-12-29 04:25:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003800 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003136 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005375 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.61 - - [2025-12-29 04:25:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003845 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002913 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005166 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.61 - - [2025-12-29 04:25:18] "GET /routing-instance/42416979-2ee0-4d2a-a3f2-6192ed16c19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004117 10.0.0.61 - - [2025-12-29 04:25:18] "GET /route-target/8013cc12-b584-49b8-9851-97a7d263ccd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003286 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.61 - - [2025-12-29 04:25:18] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004462 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003337 10.0.0.61 - - [2025-12-29 04:25:18] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006578 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.61 - - [2025-12-29 04:25:18] "GET /routing-instance/42416979-2ee0-4d2a-a3f2-6192ed16c19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004807 10.0.0.61 - - [2025-12-29 04:25:18] "GET /route-target/8013cc12-b584-49b8-9851-97a7d263ccd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003780 10.0.0.61 - - [2025-12-29 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.61 - - [2025-12-29 04:25:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004593 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003804 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006053 10.0.0.61 - - [2025-12-29 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.61 - - [2025-12-29 04:25:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005126 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003663 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005713 10.0.0.61 - - [2025-12-29 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.61 - - [2025-12-29 04:25:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003884 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004438 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006459 10.0.0.61 - - [2025-12-29 04:25:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004761 10.0.0.27 - - [2025-12-29 04:25:19] "GET /obj-perms HTTP/1.1" 200 5032 0.003911 10.0.0.61 - - [2025-12-29 04:25:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004566 10.0.0.22 - - [2025-12-29 04:25:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005198 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.005464 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-machine-interface/229fe53b-273a-46eb-aacb-3d3fc3533532 HTTP/1.1" 200 2949 0.006824 10.0.0.61 - - [2025-12-29 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.61 - - [2025-12-29 04:25:19] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003045 10.0.0.61 - - [2025-12-29 04:25:19] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006257 10.0.0.61 - - [2025-12-29 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.61 - - [2025-12-29 04:25:20] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003089 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006164 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.003615 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-machine-interface/25ce6428-22c7-4305-9312-4cae3d596629 HTTP/1.1" 200 2949 0.005339 10.0.0.61 - - [2025-12-29 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.61 - - [2025-12-29 04:25:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003539 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003805 10.0.0.61 - - [2025-12-29 04:25:21] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005510 10.0.0.61 - - [2025-12-29 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.61 - - [2025-12-29 04:25:22] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004310 10.0.0.61 - - [2025-12-29 04:25:22] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003323 10.0.0.61 - - [2025-12-29 04:25:22] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005476 10.0.0.61 - - [2025-12-29 04:25:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006915 10.0.0.61 - - [2025-12-29 04:25:28] "POST /neutron/port HTTP/1.1" 200 1125 0.015821 10.0.0.61 - - [2025-12-29 04:25:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016741 10.0.0.61 - - [2025-12-29 04:25:47] "POST /neutron/network HTTP/1.1" 200 896 0.008312 10.0.0.61 - - [2025-12-29 04:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.61 - - [2025-12-29 04:25:47] "GET /obj-perms HTTP/1.1" 200 5056 0.058587 10.0.0.61 - - [2025-12-29 04:25:55] "POST /neutron/port HTTP/1.1" 200 1125 0.017658 10.0.0.61 - - [2025-12-29 04:25:55] "POST /neutron/subnet HTTP/1.1" 200 646 0.009281 10.0.0.61 - - [2025-12-29 04:26:24] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 200 1294 0.003925 10.0.0.61 - - [2025-12-29 04:26:24] "POST /neutron/port HTTP/1.1" 200 1125 0.016576 10.0.0.61 - - [2025-12-29 04:26:26] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 404 171 0.003790 10.0.0.61 - - [2025-12-29 04:26:26] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 404 171 0.003186 10.0.0.61 - - [2025-12-29 04:26:26] "GET /virtual-machine/a229b5d3-a8c4-4489-bd56-e5d971c6cc62 HTTP/1.1" 404 171 0.004437 10.0.0.61 - - [2025-12-29 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.61 - - [2025-12-29 04:26:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003542 10.0.0.61 - - [2025-12-29 04:26:26] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002815 10.0.0.61 - - [2025-12-29 04:26:26] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005025 10.0.0.61 - - [2025-12-29 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.61 - - [2025-12-29 04:26:26] "GET /routing-instance/42416979-2ee0-4d2a-a3f2-6192ed16c19b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.003909 10.0.0.61 - - [2025-12-29 04:26:26] "GET /route-target/8013cc12-b584-49b8-9851-97a7d263ccd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003303 10.0.0.22 - - [2025-12-29 04:26:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004194 10.0.0.61 - - [2025-12-29 04:26:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003526 10.0.0.61 - - [2025-12-29 04:26:27] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 200 1293 0.004383 10.0.0.61 - - [2025-12-29 04:26:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016583 10.0.0.61 - - [2025-12-29 04:26:29] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 404 171 0.002964 10.0.0.61 - - [2025-12-29 04:26:29] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 404 171 0.003062 10.0.0.61 - - [2025-12-29 04:26:29] "GET /virtual-machine/7cb51584-87fa-46b9-94b8-00d028ff2ff2 HTTP/1.1" 404 171 0.002618 10.0.0.61 - - [2025-12-29 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.61 - - [2025-12-29 04:26:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003731 10.0.0.61 - - [2025-12-29 04:26:29] "GET /virtual-networks?parent_id=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002993 10.0.0.61 - - [2025-12-29 04:26:29] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005289 10.0.0.61 - - [2025-12-29 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.61 - - [2025-12-29 04:26:29] "GET /routing-instance/6106fd04-1801-4089-88cd-e8a219c07e39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004255 10.0.0.61 - - [2025-12-29 04:26:29] "GET /route-target/ce54d531-b5b3-43b0-b02a-4a47f828c263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003937 10.0.0.27 - - [2025-12-29 04:26:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003562 10.0.0.61 - - [2025-12-29 04:26:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003695 10.0.0.27 - - [2025-12-29 04:26:38] "GET /obj-perms HTTP/1.1" 200 5032 0.005343 10.0.0.61 - - [2025-12-29 04:26:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004581 10.0.0.27 - - [2025-12-29 04:26:48] "GET /obj-perms HTTP/1.1" 200 5032 0.081169 10.0.0.61 - - [2025-12-29 04:26:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003931 10.0.0.27 - - [2025-12-29 04:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009817 10.0.0.27 - - [2025-12-29 04:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004023 10.0.0.61 - - [2025-12-29 04:26:48] "DELETE /virtual-network/0f021f99-07f7-41ae-99c2-556cb905932d HTTP/1.1" 200 115 0.119884 10.0.0.61 - - [2025-12-29 04:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.138931 10.0.0.61 - - [2025-12-29 04:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.61 - - [2025-12-29 04:26:48] "GET /network-policy/bd083bfe-5fc3-41bc-b669-b0d220aa1eb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004066 10.0.0.61 - - [2025-12-29 04:26:48] "POST /ref-update HTTP/1.1" 200 156 0.053798 10.0.0.61 - - [2025-12-29 04:26:48] "POST /ref-update HTTP/1.1" 200 156 0.024333 10.0.0.61 - - [2025-12-29 04:26:48] "POST /neutron/network HTTP/1.1" 200 809 0.021277 10.0.0.61 - - [2025-12-29 04:26:48] "GET /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.010473 10.0.0.61 - - [2025-12-29 04:26:48] "DELETE /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20 HTTP/1.1" 409 248 0.009122 10.0.0.61 - - [2025-12-29 04:26:49] "POST /neutron/port HTTP/1.1" 200 151 0.162621 10.0.0.61 - - [2025-12-29 04:26:49] "POST /neutron/port HTTP/1.1" 200 151 0.211489 10.0.0.27 - - [2025-12-29 04:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004934 10.0.0.27 - - [2025-12-29 04:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.61 - - [2025-12-29 04:26:50] "DELETE /virtual-network/026f3f36-d70b-4ba2-8c29-cc094ab8df20 HTTP/1.1" 200 115 0.101770 10.0.0.61 - - [2025-12-29 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.61 - - [2025-12-29 04:26:51] "GET /network-policy/b12fe42f-4358-44a2-ae8e-a2f7490a3459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003614 10.0.0.61 - - [2025-12-29 04:26:51] "POST /ref-update HTTP/1.1" 200 156 0.042587 10.0.0.61 - - [2025-12-29 04:26:51] "DELETE /access-control-list/17be8096-63a0-45dc-9758-bed4ca00e1d1 HTTP/1.1" 200 115 0.057496 10.0.0.61 - - [2025-12-29 04:26:51] "GET /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006731 10.0.0.27 - - [2025-12-29 04:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005100 10.0.0.27 - - [2025-12-29 04:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007828 10.0.0.61 - - [2025-12-29 04:26:51] "DELETE /virtual-network/4ef90a68-db20-4dcb-9495-6893b9d7fc38 HTTP/1.1" 200 115 0.122827 10.0.0.61 - - [2025-12-29 04:26:51] "DELETE /network-policy/bd083bfe-5fc3-41bc-b669-b0d220aa1eb4 HTTP/1.1" 200 115 0.032036 10.0.0.61 - - [2025-12-29 04:26:51] "DELETE /network-policy/b12fe42f-4358-44a2-ae8e-a2f7490a3459 HTTP/1.1" 200 115 0.054241 10.0.0.27 - - [2025-12-29 04:27:19] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.61 - - [2025-12-29 04:27:19] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.070659 10.0.0.27 - - [2025-12-29 04:27:19] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001620 10.0.0.61 - - [2025-12-29 04:27:19] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?fields=virtual_networks HTTP/1.1" 200 1032 0.037007 10.0.0.27 - - [2025-12-29 04:27:19] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.61 - - [2025-12-29 04:27:19] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041436 10.0.0.27 - - [2025-12-29 04:27:19] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002186 10.0.0.61 - - [2025-12-29 04:27:19] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?fields=security_groups HTTP/1.1" 200 1259 0.039138 10.0.0.61 - - [2025-12-29 04:27:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.026941 10.0.0.27 - - [2025-12-29 04:27:20] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002578 10.0.0.27 - - [2025-12-29 04:27:20] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.27 - - [2025-12-29 04:27:20] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007933 10.0.0.27 - - [2025-12-29 04:27:21] "POST /id-to-fqname HTTP/1.1" 200 190 0.004040 10.0.0.27 - - [2025-12-29 04:27:21] "POST /fqname-to-id HTTP/1.1" 404 199 0.004230 10.0.0.27 - - [2025-12-29 04:27:21] "POST /security-groups HTTP/1.1" 200 591 0.069180 10.0.0.61 - - [2025-12-29 04:27:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.003475 10.0.0.27 - - [2025-12-29 04:27:21] "POST /projects HTTP/1.1" 200 585 0.260355 10.0.0.27 - - [2025-12-29 04:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.330942 10.0.0.61 - - [2025-12-29 04:27:21] "POST /access-control-lists HTTP/1.1" 200 594 0.024837 10.0.0.61 - - [2025-12-29 04:27:21] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.458182 10.0.0.61 - - [2025-12-29 04:27:22] "GET / HTTP/1.1" 200 35931 0.001723 10.0.0.61 - - [2025-12-29 04:27:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.61 - - [2025-12-29 04:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.063061 10.0.0.27 - - [2025-12-29 04:27:24] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.61 - - [2025-12-29 04:27:24] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046673 10.0.0.27 - - [2025-12-29 04:27:24] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.61 - - [2025-12-29 04:27:24] "POST /neutron/network HTTP/1.1" 200 605 0.144824 10.0.0.61 - - [2025-12-29 04:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.003401 10.0.0.61 - - [2025-12-29 04:27:25] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005186 10.0.0.61 - - [2025-12-29 04:27:25] "POST /neutron/network HTTP/1.1" 200 824 0.005774 10.0.0.61 - - [2025-12-29 04:27:25] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004762 10.0.0.61 - - [2025-12-29 04:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.27 - - [2025-12-29 04:27:25] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.61 - - [2025-12-29 04:27:25] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043832 10.0.0.61 - - [2025-12-29 04:27:25] "POST /neutron/network HTTP/1.1" 200 117 0.013186 10.0.0.61 - - [2025-12-29 04:27:25] "POST /neutron/network HTTP/1.1" 200 825 0.008230 10.0.0.61 - - [2025-12-29 04:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001132 10.0.0.61 - - [2025-12-29 04:27:25] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004799 10.0.0.61 - - [2025-12-29 04:27:25] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005029 10.0.0.61 - - [2025-12-29 04:27:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.007731 10.0.0.61 - - [2025-12-29 04:27:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.000980 10.0.0.61 - - [2025-12-29 04:27:26] "POST /route-targets HTTP/1.1" 200 327 0.015024 10.0.0.27 - - [2025-12-29 04:27:26] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.61 - - [2025-12-29 04:27:27] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.077476 10.0.0.61 - - [2025-12-29 04:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.006455 10.0.0.61 - - [2025-12-29 04:27:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001197 10.0.0.61 - - [2025-12-29 04:27:27] "POST /neutron/network HTTP/1.1" 200 835 0.006472 10.0.0.61 - - [2025-12-29 04:27:28] "POST /neutron/port HTTP/1.1" 200 1060 0.015046 10.0.0.61 - - [2025-12-29 04:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.023190 10.0.0.61 - - [2025-12-29 04:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.27 - - [2025-12-29 04:27:28] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.61 - - [2025-12-29 04:27:28] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070064 10.0.0.61 - - [2025-12-29 04:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.023230 10.0.0.61 - - [2025-12-29 04:27:28] "POST /neutron/port HTTP/1.1" 200 1124 0.016851 10.0.0.27 - - [2025-12-29 04:27:29] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.61 - - [2025-12-29 04:27:29] "POST /neutron/port HTTP/1.1" 200 1061 0.279173 10.0.0.61 - - [2025-12-29 04:27:29] "POST /neutron/port HTTP/1.1" 200 1115 0.101211 10.0.0.61 - - [2025-12-29 04:27:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.007752 10.0.0.27 - - [2025-12-29 04:27:31] "DELETE /project/3d6ec4627d5c43848e02afea12e32919 HTTP/1.1" 404 173 0.003650 10.0.0.27 - - [2025-12-29 04:27:31] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000848 10.0.0.27 - - [2025-12-29 04:27:31] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.060101 10.0.0.27 - - [2025-12-29 04:27:31] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000849 10.0.0.27 - - [2025-12-29 04:27:31] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?fields=security_groups HTTP/1.1" 200 1364 0.049146 10.0.0.27 - - [2025-12-29 04:27:31] "DELETE /security-group/c77f0d78-83e2-426f-ab02-be191cc7874f HTTP/1.1" 200 115 0.055096 10.0.0.27 - - [2025-12-29 04:27:31] "GET /projects?obj_uuids=1c4478b4-d1bb-4f38-81a5-5554efeaadc3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.27 - - [2025-12-29 04:27:31] "GET /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3?fields=application_policy_sets HTTP/1.1" 200 1403 0.048089 10.0.0.61 - - [2025-12-29 04:27:31] "DELETE /access-control-list/8ffeecd2-3d3c-449e-894a-a40e67ca3217 HTTP/1.1" 200 115 0.052911 10.0.0.27 - - [2025-12-29 04:27:31] "DELETE /project/1c4478b4-d1bb-4f38-81a5-5554efeaadc3 HTTP/1.1" 200 115 0.424922 10.0.0.61 - - [2025-12-29 04:27:33] "POST /neutron/port HTTP/1.1" 200 1124 0.027639 10.0.0.61 - - [2025-12-29 04:27:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007938 10.0.0.61 - - [2025-12-29 04:27:34] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 401 292 0.000404 10.0.0.61 - - [2025-12-29 04:27:34] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 200 1292 0.029895 10.0.0.61 - - [2025-12-29 04:27:34] "GET /virtual-machine-interface/00803f27-67ef-4999-acef-84b0be3a33c5 HTTP/1.1" 200 2939 0.005561 10.0.0.61 - - [2025-12-29 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.61 - - [2025-12-29 04:27:34] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003555 10.0.0.61 - - [2025-12-29 04:27:34] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002394 10.0.0.61 - - [2025-12-29 04:27:34] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005404 10.0.0.61 - - [2025-12-29 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.61 - - [2025-12-29 04:27:37] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008012 10.0.0.61 - - [2025-12-29 04:27:37] "POST /neutron/port HTTP/1.1" 200 1125 0.019808 10.0.0.61 - - [2025-12-29 04:27:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006207 10.0.0.61 - - [2025-12-29 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.61 - - [2025-12-29 04:27:39] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003679 10.0.0.61 - - [2025-12-29 04:27:39] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002736 10.0.0.61 - - [2025-12-29 04:27:39] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005574 10.0.0.61 - - [2025-12-29 04:27:45] "POST /neutron/port HTTP/1.1" 200 1125 0.018979 10.0.0.61 - - [2025-12-29 04:27:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006641 10.0.0.61 - - [2025-12-29 04:27:45] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 200 1292 0.005426 10.0.0.61 - - [2025-12-29 04:27:45] "GET /virtual-machine-interface/d05e7b1e-4c37-4200-948c-81a341a21962 HTTP/1.1" 200 2942 0.005374 10.0.0.61 - - [2025-12-29 04:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.61 - - [2025-12-29 04:27:45] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003259 10.0.0.61 - - [2025-12-29 04:27:45] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003690 10.0.0.61 - - [2025-12-29 04:27:45] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005106 10.0.0.61 - - [2025-12-29 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.61 - - [2025-12-29 04:27:46] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003596 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003250 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005378 10.0.0.61 - - [2025-12-29 04:27:46] "POST /neutron/port HTTP/1.1" 200 1124 0.016736 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 200 1292 0.004138 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine-interface/00803f27-67ef-4999-acef-84b0be3a33c5 HTTP/1.1" 200 2939 0.005517 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 200 1292 0.006001 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine-interface/00803f27-67ef-4999-acef-84b0be3a33c5 HTTP/1.1" 200 2939 0.006483 10.0.0.61 - - [2025-12-29 04:27:46] "GET /instance-ip/02923b54-a0c3-40af-ac86-64dd3944b26c HTTP/1.1" 200 1619 0.005989 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 200 1292 0.003649 10.0.0.61 - - [2025-12-29 04:27:46] "GET /virtual-machine-interface/00803f27-67ef-4999-acef-84b0be3a33c5 HTTP/1.1" 200 2939 0.006282 10.0.0.61 - - [2025-12-29 04:27:46] "GET /instance-ip/02923b54-a0c3-40af-ac86-64dd3944b26c HTTP/1.1" 200 1619 0.004049 10.0.0.61 - - [2025-12-29 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005541 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003410 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007391 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003254 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005410 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003880 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002922 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006214 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004194 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002877 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005359 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008873 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003678 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003224 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005154 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.61 - - [2025-12-29 04:27:47] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003620 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003741 10.0.0.61 - - [2025-12-29 04:27:47] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007831 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.61 - - [2025-12-29 04:27:47] "GET /routing-instance/cf0f9d41-6f1b-49b4-a4b8-7932669432b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006020 10.0.0.61 - - [2025-12-29 04:27:47] "GET /route-target/1397ab90-ce10-4099-8fe2-abb247740963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004101 10.0.0.61 - - [2025-12-29 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.61 - - [2025-12-29 04:27:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004077 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003433 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005514 10.0.0.61 - - [2025-12-29 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.61 - - [2025-12-29 04:27:48] "GET /routing-instance/cf0f9d41-6f1b-49b4-a4b8-7932669432b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004669 10.0.0.61 - - [2025-12-29 04:27:48] "GET /route-target/1397ab90-ce10-4099-8fe2-abb247740963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003686 10.0.0.61 - - [2025-12-29 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.61 - - [2025-12-29 04:27:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004088 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002813 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005442 10.0.0.61 - - [2025-12-29 04:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.61 - - [2025-12-29 04:27:48] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004391 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003715 10.0.0.61 - - [2025-12-29 04:27:48] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006006 10.0.0.27 - - [2025-12-29 04:27:48] "GET /obj-perms HTTP/1.1" 200 5030 0.064711 10.0.0.61 - - [2025-12-29 04:27:49] "POST /neutron/port HTTP/1.1" 200 1125 0.016160 10.0.0.61 - - [2025-12-29 04:27:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.008900 10.0.0.22 - - [2025-12-29 04:27:49] "GET /obj-perms HTTP/1.1" 200 5056 0.077629 10.0.0.61 - - [2025-12-29 04:27:49] "GET /obj-perms HTTP/1.1" 200 5030 0.340273 10.0.0.27 - - [2025-12-29 04:27:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003496 10.0.0.61 - - [2025-12-29 04:27:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003511 10.0.0.27 - - [2025-12-29 04:27:50] "GET /obj-perms HTTP/1.1" 200 5030 0.003660 10.0.0.61 - - [2025-12-29 04:27:50] "POST /neutron/port HTTP/1.1" 200 1125 0.015199 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 200 1292 0.004138 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine-interface/d05e7b1e-4c37-4200-948c-81a341a21962 HTTP/1.1" 200 2942 0.004648 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 200 1292 0.003425 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine-interface/d05e7b1e-4c37-4200-948c-81a341a21962 HTTP/1.1" 200 2942 0.005103 10.0.0.61 - - [2025-12-29 04:27:50] "GET /instance-ip/dbf717ac-9264-4023-b459-ee12fefb03c9 HTTP/1.1" 200 1622 0.005436 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 200 1292 0.003247 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-machine-interface/d05e7b1e-4c37-4200-948c-81a341a21962 HTTP/1.1" 200 2942 0.004596 10.0.0.61 - - [2025-12-29 04:27:50] "GET /instance-ip/dbf717ac-9264-4023-b459-ee12fefb03c9 HTTP/1.1" 200 1622 0.003606 10.0.0.61 - - [2025-12-29 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.61 - - [2025-12-29 04:27:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003444 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002759 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005759 10.0.0.61 - - [2025-12-29 04:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.61 - - [2025-12-29 04:27:50] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003748 10.0.0.61 - - [2025-12-29 04:27:50] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003618 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005364 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.61 - - [2025-12-29 04:27:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003529 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002800 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005383 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.61 - - [2025-12-29 04:27:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003918 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003259 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006683 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.61 - - [2025-12-29 04:27:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004719 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003811 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005538 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.61 - - [2025-12-29 04:27:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003817 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003351 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006218 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.61 - - [2025-12-29 04:27:51] "GET /routing-instance/bf92701d-aa29-4cbe-bf1f-2c9c06133cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006711 10.0.0.22 - - [2025-12-29 04:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.61 - - [2025-12-29 04:27:51] "GET /route-target/9d3ae2a2-8229-43f8-bdd1-22699434b7c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008546 10.0.0.22 - - [2025-12-29 04:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.61 - - [2025-12-29 04:27:51] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003925 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003851 10.0.0.61 - - [2025-12-29 04:27:51] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005900 10.0.0.61 - - [2025-12-29 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.61 - - [2025-12-29 04:27:51] "GET /routing-instance/bf92701d-aa29-4cbe-bf1f-2c9c06133cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.003921 10.0.0.61 - - [2025-12-29 04:27:52] "GET /route-target/9d3ae2a2-8229-43f8-bdd1-22699434b7c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004110 10.0.0.61 - - [2025-12-29 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.61 - - [2025-12-29 04:27:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004055 10.0.0.61 - - [2025-12-29 04:27:52] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003317 10.0.0.61 - - [2025-12-29 04:27:52] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006162 10.0.0.61 - - [2025-12-29 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.61 - - [2025-12-29 04:27:52] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004115 10.0.0.61 - - [2025-12-29 04:27:52] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003861 10.0.0.61 - - [2025-12-29 04:27:52] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005592 10.0.0.27 - - [2025-12-29 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.27 - - [2025-12-29 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-12-29 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.22 - - [2025-12-29 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2025-12-29 04:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-12-29 04:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.61 - - [2025-12-29 04:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.61 - - [2025-12-29 04:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.61 - - [2025-12-29 04:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.61 - - [2025-12-29 04:27:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003899 10.0.0.61 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003490 10.0.0.61 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003738 10.0.0.22 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.047541 10.0.0.61 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003802 10.0.0.27 - - [2025-12-29 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004989 10.0.0.61 - - [2025-12-29 04:27:57] "POST /neutron/port HTTP/1.1" 200 1124 0.015566 10.0.0.61 - - [2025-12-29 04:27:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.008544 10.0.0.61 - - [2025-12-29 04:28:19] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 200 1292 0.003880 10.0.0.61 - - [2025-12-29 04:28:19] "POST /neutron/port HTTP/1.1" 200 1125 0.016237 10.0.0.61 - - [2025-12-29 04:28:21] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 404 171 0.003273 10.0.0.61 - - [2025-12-29 04:28:21] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 404 171 0.002689 10.0.0.61 - - [2025-12-29 04:28:21] "GET /virtual-machine/3164bb43-6956-492c-8fb5-0735f6ed7392 HTTP/1.1" 404 171 0.003252 10.0.0.61 - - [2025-12-29 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.61 - - [2025-12-29 04:28:21] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004500 10.0.0.61 - - [2025-12-29 04:28:21] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002844 10.0.0.61 - - [2025-12-29 04:28:21] "GET /virtual-network/ac75956f-a40e-476d-8358-1064acbb946b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006288 10.0.0.61 - - [2025-12-29 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.61 - - [2025-12-29 04:28:21] "GET /routing-instance/bf92701d-aa29-4cbe-bf1f-2c9c06133cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004235 10.0.0.61 - - [2025-12-29 04:28:21] "GET /route-target/9d3ae2a2-8229-43f8-bdd1-22699434b7c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003786 10.0.0.22 - - [2025-12-29 04:28:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004452 10.0.0.61 - - [2025-12-29 04:28:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005941 10.0.0.61 - - [2025-12-29 04:28:27] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 200 1292 0.004975 10.0.0.61 - - [2025-12-29 04:28:28] "POST /neutron/port HTTP/1.1" 200 1124 0.015241 10.0.0.61 - - [2025-12-29 04:28:29] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 404 171 0.003751 10.0.0.61 - - [2025-12-29 04:28:29] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 404 171 0.003315 10.0.0.61 - - [2025-12-29 04:28:29] "GET /virtual-machine/4f9ee39c-8d31-41dd-b519-b2f2756c01ff HTTP/1.1" 404 171 0.002783 10.0.0.61 - - [2025-12-29 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.61 - - [2025-12-29 04:28:30] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004184 10.0.0.61 - - [2025-12-29 04:28:30] "GET /virtual-networks?parent_id=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003926 10.0.0.61 - - [2025-12-29 04:28:30] "GET /virtual-network/479de750-5fc1-4a8b-abb0-52cc7d803657?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.014194 10.0.0.61 - - [2025-12-29 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.61 - - [2025-12-29 04:28:30] "GET /routing-instance/cf0f9d41-6f1b-49b4-a4b8-7932669432b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004719 10.0.0.61 - - [2025-12-29 04:28:30] "GET /route-target/1397ab90-ce10-4099-8fe2-abb247740963?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004549 10.0.0.61 - - [2025-12-29 04:28:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004683 10.0.0.27 - - [2025-12-29 04:28:33] "GET /obj-perms HTTP/1.1" 200 5030 0.005522 10.0.0.61 - - [2025-12-29 04:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003941 10.0.0.27 - - [2025-12-29 04:28:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003553 10.0.0.61 - - [2025-12-29 04:28:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003990 10.0.0.22 - - [2025-12-29 04:28:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003593 10.0.0.27 - - [2025-12-29 04:28:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004384 10.0.0.61 - - [2025-12-29 04:28:49] "POST /neutron/network HTTP/1.1" 200 825 0.006196 10.0.0.61 - - [2025-12-29 04:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009475 10.0.0.27 - - [2025-12-29 04:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.047139 10.0.0.27 - - [2025-12-29 04:28:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002430 10.0.0.61 - - [2025-12-29 04:28:49] "POST /neutron/network HTTP/1.1" 200 151 0.162370 10.0.0.61 - - [2025-12-29 04:28:50] "GET /obj-perms HTTP/1.1" 200 5056 0.064607 10.0.0.27 - - [2025-12-29 04:28:50] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.61 - - [2025-12-29 04:28:50] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048516 10.0.0.27 - - [2025-12-29 04:28:50] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.61 - - [2025-12-29 04:28:50] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?fields=virtual_networks HTTP/1.1" 200 1031 0.046818 10.0.0.27 - - [2025-12-29 04:28:50] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.61 - - [2025-12-29 04:28:50] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.035956 10.0.0.27 - - [2025-12-29 04:28:50] "GET /projects?obj_uuids=3d6ec462-7d5c-4384-8e02-afea12e32919&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.61 - - [2025-12-29 04:28:50] "GET /project/3d6ec462-7d5c-4384-8e02-afea12e32919?fields=security_groups HTTP/1.1" 200 1257 0.055170 10.0.0.61 - - [2025-12-29 04:28:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.025413 10.0.0.27 - - [2025-12-29 04:28:51] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002833 10.0.0.27 - - [2025-12-29 04:28:51] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.27 - - [2025-12-29 04:28:51] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034541 10.0.0.27 - - [2025-12-29 04:28:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.002091 10.0.0.27 - - [2025-12-29 04:28:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003960 10.0.0.27 - - [2025-12-29 04:28:52] "POST /security-groups HTTP/1.1" 200 599 0.077163 10.0.0.27 - - [2025-12-29 04:28:52] "POST /projects HTTP/1.1" 200 601 0.283211 10.0.0.27 - - [2025-12-29 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.357076 10.0.0.61 - - [2025-12-29 04:28:52] "POST /access-control-lists HTTP/1.1" 200 604 0.026284 10.0.0.61 - - [2025-12-29 04:28:52] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.521996 10.0.0.61 - - [2025-12-29 04:28:53] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.61 - - [2025-12-29 04:28:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.61 - - [2025-12-29 04:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.060860 10.0.0.27 - - [2025-12-29 04:28:56] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000805 10.0.0.61 - - [2025-12-29 04:28:56] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.030128 10.0.0.61 - - [2025-12-29 04:28:57] "POST /route-targets HTTP/1.1" 200 327 0.013750 10.0.0.27 - - [2025-12-29 04:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005628 10.0.0.61 - - [2025-12-29 04:28:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.263437 10.0.0.61 - - [2025-12-29 04:28:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001191 10.0.0.61 - - [2025-12-29 04:28:57] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007276 10.0.0.61 - - [2025-12-29 04:28:57] "POST /neutron/network HTTP/1.1" 200 1003 0.008061 10.0.0.61 - - [2025-12-29 04:28:57] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004910 10.0.0.61 - - [2025-12-29 04:28:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.010194 10.0.0.61 - - [2025-12-29 04:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-12-29 04:28:57] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000900 10.0.0.61 - - [2025-12-29 04:28:57] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041584 10.0.0.61 - - [2025-12-29 04:28:58] "POST /ref-update HTTP/1.1" 200 156 0.029701 10.0.0.27 - - [2025-12-29 04:28:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009435 10.0.0.61 - - [2025-12-29 04:28:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.196731 10.0.0.61 - - [2025-12-29 04:28:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.036437 10.0.0.61 - - [2025-12-29 04:28:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001157 10.0.0.61 - - [2025-12-29 04:28:58] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006441 10.0.0.61 - - [2025-12-29 04:28:58] "POST /neutron/network HTTP/1.1" 200 1006 0.019560 10.0.0.61 - - [2025-12-29 04:28:58] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008409 10.0.0.61 - - [2025-12-29 04:28:58] "POST /neutron/subnet HTTP/1.1" 200 818 0.008122 10.0.0.61 - - [2025-12-29 04:28:59] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006148 10.0.0.61 - - [2025-12-29 04:29:01] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009198 10.0.0.22 - - [2025-12-29 04:29:01] "GET /obj-perms HTTP/1.1" 200 5046 0.076637 10.0.0.61 - - [2025-12-29 04:29:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.008927 10.0.0.61 - - [2025-12-29 04:29:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001060 10.0.0.27 - - [2025-12-29 04:29:02] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002147 10.0.0.61 - - [2025-12-29 04:29:02] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074713 10.0.0.61 - - [2025-12-29 04:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.006852 10.0.0.61 - - [2025-12-29 04:29:03] "POST /neutron/network HTTP/1.1" 200 1013 0.006024 10.0.0.61 - - [2025-12-29 04:29:03] "POST /neutron/port HTTP/1.1" 200 1172 0.065635 10.0.0.61 - - [2025-12-29 04:29:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003651 10.0.0.61 - - [2025-12-29 04:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.61 - - [2025-12-29 04:29:07] "POST /neutron/port HTTP/1.1" 200 1236 0.021465 10.0.0.61 - - [2025-12-29 04:29:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009413 10.0.0.61 - - [2025-12-29 04:29:08] "GET /virtual-machine/72220b2e-3301-4391-b406-1bf96c0d6f56 HTTP/1.1" 401 292 0.000517 10.0.0.61 - - [2025-12-29 04:29:08] "GET /virtual-machine/72220b2e-3301-4391-b406-1bf96c0d6f56 HTTP/1.1" 200 1300 0.040640 10.0.0.61 - - [2025-12-29 04:29:08] "GET /virtual-machine-interface/414f2415-79ef-4dc4-9613-69c83f0d0ebb HTTP/1.1" 200 3175 0.005120 10.0.0.61 - - [2025-12-29 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.61 - - [2025-12-29 04:29:08] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003205 10.0.0.61 - - [2025-12-29 04:29:08] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002569 10.0.0.61 - - [2025-12-29 04:29:08] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008061 10.0.0.61 - - [2025-12-29 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.61 - - [2025-12-29 04:29:11] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005411 10.0.0.61 - - [2025-12-29 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006918 10.0.0.61 - - [2025-12-29 04:29:15] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010464 10.0.0.61 - - [2025-12-29 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.61 - - [2025-12-29 04:29:19] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005399 10.0.0.61 - - [2025-12-29 04:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.61 - - [2025-12-29 04:29:24] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005063 10.0.0.61 - - [2025-12-29 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.61 - - [2025-12-29 04:29:28] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006221 10.0.0.27 - - [2025-12-29 04:29:31] "DELETE /project/3d6ec462-7d5c-4384-8e02-afea12e32919 HTTP/1.1" 404 177 0.003231 10.0.0.27 - - [2025-12-29 04:29:31] "DELETE /project/89daf782c8ad49a5a64971e7c511e358 HTTP/1.1" 404 173 0.006596 10.0.0.61 - - [2025-12-29 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.61 - - [2025-12-29 04:29:32] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005559 10.0.0.61 - - [2025-12-29 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.61 - - [2025-12-29 04:29:36] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005945 10.0.0.61 - - [2025-12-29 04:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006131 10.0.0.61 - - [2025-12-29 04:29:40] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007234 10.0.0.61 - - [2025-12-29 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.61 - - [2025-12-29 04:29:44] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005024 10.0.0.61 - - [2025-12-29 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.61 - - [2025-12-29 04:29:48] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004681 10.0.0.27 - - [2025-12-29 04:29:51] "GET /obj-perms HTTP/1.1" 200 5056 0.063765 10.0.0.61 - - [2025-12-29 04:29:51] "GET /obj-perms HTTP/1.1" 200 5056 0.054204 10.0.0.61 - - [2025-12-29 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.61 - - [2025-12-29 04:29:52] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005230 10.0.0.61 - - [2025-12-29 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.61 - - [2025-12-29 04:29:56] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005021 10.0.0.61 - - [2025-12-29 04:29:57] "POST /neutron/port HTTP/1.1" 200 1236 0.016320 10.0.0.61 - - [2025-12-29 04:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003685 10.0.0.61 - - [2025-12-29 04:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.61 - - [2025-12-29 04:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.61 - - [2025-12-29 04:30:00] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005303 10.0.0.61 - - [2025-12-29 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.61 - - [2025-12-29 04:30:03] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004950 10.0.0.61 - - [2025-12-29 04:30:03] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003861 10.0.0.61 - - [2025-12-29 04:30:03] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005112 10.0.0.61 - - [2025-12-29 04:30:03] "POST /neutron/port HTTP/1.1" 200 1236 0.021885 10.0.0.61 - - [2025-12-29 04:30:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008268 10.0.0.61 - - [2025-12-29 04:30:17] "POST /neutron/port HTTP/1.1" 200 1236 0.044544 10.0.0.61 - - [2025-12-29 04:30:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006657 10.0.0.61 - - [2025-12-29 04:30:29] "POST /neutron/port HTTP/1.1" 200 1236 0.017881 10.0.0.61 - - [2025-12-29 04:30:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008102 10.0.0.61 - - [2025-12-29 04:30:29] "POST /neutron/port HTTP/1.1" 200 1236 0.020992 10.0.0.61 - - [2025-12-29 04:30:29] "POST /neutron/network HTTP/1.1" 200 1003 0.008626 10.0.0.61 - - [2025-12-29 04:30:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001042 10.0.0.61 - - [2025-12-29 04:30:29] "GET /virtual-machine/72220b2e-3301-4391-b406-1bf96c0d6f56 HTTP/1.1" 200 1300 0.003483 10.0.0.61 - - [2025-12-29 04:30:29] "GET /virtual-machine-interface/414f2415-79ef-4dc4-9613-69c83f0d0ebb HTTP/1.1" 200 3175 0.005657 10.0.0.61 - - [2025-12-29 04:30:29] "GET /instance-ip/b24ee55f-d916-4401-8475-f1434775f071 HTTP/1.1" 200 1655 0.005987 10.0.0.61 - - [2025-12-29 04:30:29] "GET /instance-ip/efc85cc2-714e-4030-81d6-1eb3ef2f427d HTTP/1.1" 200 1634 0.006002 10.0.0.61 - - [2025-12-29 04:30:29] "POST /fqname-to-id HTTP/1.1" 404 218 0.003556 10.0.0.61 - - [2025-12-29 04:30:29] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006369 10.0.0.27 - - [2025-12-29 04:30:29] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.61 - - [2025-12-29 04:30:29] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053839 10.0.0.61 - - [2025-12-29 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.61 - - [2025-12-29 04:30:29] "GET /security-group/0251a764-059a-4795-8a32-cacaab759bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005413 10.0.0.61 - - [2025-12-29 04:30:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.067082 10.0.0.61 - - [2025-12-29 04:30:29] "POST /instance-ips HTTP/1.1" 200 357 0.047166 10.0.0.61 - - [2025-12-29 04:30:29] "GET /instance-ip/640254ff-8161-4664-949b-af5898a9003c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.006016 10.0.0.61 - - [2025-12-29 04:30:29] "POST /instance-ips HTTP/1.1" 200 357 0.033311 10.0.0.61 - - [2025-12-29 04:30:29] "GET /instance-ip/f42c467d-9829-40f3-8698-4f58581ae404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006719 10.0.0.61 - - [2025-12-29 04:30:29] "GET /virtual-machine-interface/e66c92a2-5925-40db-aa8b-cae407a129ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.004946 10.0.0.61 - - [2025-12-29 04:30:29] "GET /virtual-machine-interface/e66c92a2-5925-40db-aa8b-cae407a129ca?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.007244 10.0.0.61 - - [2025-12-29 04:30:30] "GET /instance-ip/640254ff-8161-4664-949b-af5898a9003c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.005033 10.0.0.61 - - [2025-12-29 04:30:30] "GET /instance-ip/f42c467d-9829-40f3-8698-4f58581ae404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004994 10.0.0.61 - - [2025-12-29 04:30:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001160 10.0.0.61 - - [2025-12-29 04:30:30] "POST /neutron/port HTTP/1.1" 200 1079 0.013949 10.0.0.61 - - [2025-12-29 04:30:30] "POST /neutron/port HTTP/1.1" 200 1079 0.013185 10.0.0.61 - - [2025-12-29 04:30:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006689 10.0.0.61 - - [2025-12-29 04:30:31] "POST /neutron/port HTTP/1.1" 200 1079 0.018970 10.0.0.61 - - [2025-12-29 04:30:31] "POST /neutron/port HTTP/1.1" 200 1079 0.013546 10.0.0.61 - - [2025-12-29 04:30:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004967 10.0.0.61 - - [2025-12-29 04:30:31] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.61 - - [2025-12-29 04:30:35] "POST /neutron/port HTTP/1.1" 200 1182 0.018250 10.0.0.61 - - [2025-12-29 04:30:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007002 10.0.0.61 - - [2025-12-29 04:30:36] "GET /virtual-machine/9cee032a-2d27-4d68-af3b-488f83bc1adf HTTP/1.1" 200 1279 0.005632 10.0.0.61 - - [2025-12-29 04:30:36] "GET /virtual-machine-interface/e66c92a2-5925-40db-aa8b-cae407a129ca HTTP/1.1" 200 3226 0.006159 10.0.0.61 - - [2025-12-29 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.61 - - [2025-12-29 04:30:36] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.61 - - [2025-12-29 04:30:36] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002908 10.0.0.61 - - [2025-12-29 04:30:36] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006024 10.0.0.61 - - [2025-12-29 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.61 - - [2025-12-29 04:30:39] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006251 10.0.0.61 - - [2025-12-29 04:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.61 - - [2025-12-29 04:30:43] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004823 10.0.0.61 - - [2025-12-29 04:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.61 - - [2025-12-29 04:30:47] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005399 10.0.0.61 - - [2025-12-29 04:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.61 - - [2025-12-29 04:30:51] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007394 10.0.0.61 - - [2025-12-29 04:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.61 - - [2025-12-29 04:30:55] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005049 10.0.0.61 - - [2025-12-29 04:30:59] "POST /neutron/port HTTP/1.1" 200 1236 0.016439 10.0.0.61 - - [2025-12-29 04:30:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003464 10.0.0.61 - - [2025-12-29 04:30:59] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.61 - - [2025-12-29 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.61 - - [2025-12-29 04:30:59] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005075 10.0.0.61 - - [2025-12-29 04:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.61 - - [2025-12-29 04:31:03] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005218 10.0.0.61 - - [2025-12-29 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.61 - - [2025-12-29 04:31:08] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004923 10.0.0.61 - - [2025-12-29 04:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.61 - - [2025-12-29 04:31:12] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004891 10.0.0.61 - - [2025-12-29 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.61 - - [2025-12-29 04:31:16] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006261 10.0.0.61 - - [2025-12-29 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.61 - - [2025-12-29 04:31:20] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.004804 10.0.0.61 - - [2025-12-29 04:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.61 - - [2025-12-29 04:31:24] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005724 10.0.0.61 - - [2025-12-29 04:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.61 - - [2025-12-29 04:31:26] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004019 10.0.0.61 - - [2025-12-29 04:31:26] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002987 10.0.0.61 - - [2025-12-29 04:31:26] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005766 10.0.0.61 - - [2025-12-29 04:31:26] "POST /neutron/port HTTP/1.1" 200 1182 0.016418 10.0.0.61 - - [2025-12-29 04:31:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019166 10.0.0.61 - - [2025-12-29 04:31:40] "POST /neutron/port HTTP/1.1" 200 1182 0.018829 10.0.0.61 - - [2025-12-29 04:31:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007124 10.0.0.61 - - [2025-12-29 04:31:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001705 10.0.0.61 - - [2025-12-29 04:31:52] "POST /neutron/port HTTP/1.1" 200 2264 0.023487 10.0.0.27 - - [2025-12-29 04:31:53] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.61 - - [2025-12-29 04:31:53] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.092138 10.0.0.61 - - [2025-12-29 04:31:53] "POST /neutron/network HTTP/1.1" 200 1006 0.056239 10.0.0.61 - - [2025-12-29 04:31:53] "POST /neutron/port HTTP/1.1" 200 117 0.006513 10.0.0.27 - - [2025-12-29 04:31:54] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.61 - - [2025-12-29 04:31:54] "POST /neutron/port HTTP/1.1" 200 1175 0.354933 10.0.0.61 - - [2025-12-29 04:31:55] "POST /neutron/port HTTP/1.1" 200 1229 0.162391 10.0.0.61 - - [2025-12-29 04:31:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003433 10.0.0.61 - - [2025-12-29 04:31:55] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.61 - - [2025-12-29 04:31:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010878 10.0.0.61 - - [2025-12-29 04:31:59] "POST /neutron/port HTTP/1.1" 200 1239 0.015301 10.0.0.61 - - [2025-12-29 04:31:59] "GET /virtual-machine/cdff94a0-6105-4ded-943b-a087c010bded HTTP/1.1" 200 1301 0.005300 10.0.0.61 - - [2025-12-29 04:31:59] "GET /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282 HTTP/1.1" 200 3176 0.005180 10.0.0.61 - - [2025-12-29 04:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.61 - - [2025-12-29 04:31:59] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.61 - - [2025-12-29 04:31:59] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002926 10.0.0.61 - - [2025-12-29 04:31:59] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005725 10.0.0.61 - - [2025-12-29 04:32:00] "POST /neutron/port HTTP/1.1" 200 1182 0.019450 10.0.0.61 - - [2025-12-29 04:32:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003575 10.0.0.61 - - [2025-12-29 04:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.61 - - [2025-12-29 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.61 - - [2025-12-29 04:32:02] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006963 10.0.0.61 - - [2025-12-29 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.61 - - [2025-12-29 04:32:06] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006997 10.0.0.61 - - [2025-12-29 04:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.61 - - [2025-12-29 04:32:10] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005833 10.0.0.61 - - [2025-12-29 04:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.61 - - [2025-12-29 04:32:14] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005646 10.0.0.61 - - [2025-12-29 04:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.61 - - [2025-12-29 04:32:18] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006069 10.0.0.61 - - [2025-12-29 04:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.61 - - [2025-12-29 04:32:22] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005217 10.0.0.61 - - [2025-12-29 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.61 - - [2025-12-29 04:32:26] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005281 10.0.0.61 - - [2025-12-29 04:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.61 - - [2025-12-29 04:32:31] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004993 10.0.0.61 - - [2025-12-29 04:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.61 - - [2025-12-29 04:32:35] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003113 10.0.0.61 - - [2025-12-29 04:32:35] "GET /virtual-networks?parent_id=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002603 10.0.0.61 - - [2025-12-29 04:32:35] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005287 10.0.0.61 - - [2025-12-29 04:32:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010255 10.0.0.61 - - [2025-12-29 04:32:44] "POST /neutron/port HTTP/1.1" 200 1239 0.016726 10.0.0.61 - - [2025-12-29 04:32:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007686 10.0.0.22 - - [2025-12-29 04:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-12-29 04:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.27 - - [2025-12-29 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2025-12-29 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-12-29 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-12-29 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.27 - - [2025-12-29 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.27 - - [2025-12-29 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.61 - - [2025-12-29 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.61 - - [2025-12-29 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.61 - - [2025-12-29 04:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.61 - - [2025-12-29 04:32:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.61 - - [2025-12-29 04:32:55] "POST /neutron/port HTTP/1.1" 200 1239 0.020662 10.0.0.61 - - [2025-12-29 04:32:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.61 - - [2025-12-29 04:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.001538 10.0.0.61 - - [2025-12-29 04:32:56] "POST /neutron/port HTTP/1.1" 200 1239 0.020978 10.0.0.61 - - [2025-12-29 04:32:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007147 10.0.0.61 - - [2025-12-29 04:32:56] "POST /neutron/port HTTP/1.1" 200 1239 0.018868 10.0.0.61 - - [2025-12-29 04:32:56] "POST /neutron/network HTTP/1.1" 200 1006 0.009770 10.0.0.61 - - [2025-12-29 04:32:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001358 10.0.0.61 - - [2025-12-29 04:32:56] "GET /virtual-machine/cdff94a0-6105-4ded-943b-a087c010bded HTTP/1.1" 200 1301 0.003822 10.0.0.61 - - [2025-12-29 04:32:56] "GET /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282 HTTP/1.1" 200 3176 0.005502 10.0.0.61 - - [2025-12-29 04:32:56] "GET /instance-ip/21d73049-4779-4b46-a474-82ec80e4526e HTTP/1.1" 200 1654 0.006805 10.0.0.61 - - [2025-12-29 04:32:56] "GET /instance-ip/3add0086-f196-4d5b-b24a-9348fd6e078d HTTP/1.1" 200 1638 0.006443 10.0.0.61 - - [2025-12-29 04:32:56] "POST /fqname-to-id HTTP/1.1" 404 230 0.003338 10.0.0.61 - - [2025-12-29 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-12-29 04:32:56] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.61 - - [2025-12-29 04:32:56] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049421 10.0.0.61 - - [2025-12-29 04:32:56] "POST /network-policys HTTP/1.1" 200 569 0.028032 10.0.0.61 - - [2025-12-29 04:32:56] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005845 10.0.0.61 - - [2025-12-29 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.61 - - [2025-12-29 04:32:56] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006303 10.0.0.61 - - [2025-12-29 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.61 - - [2025-12-29 04:32:56] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004740 10.0.0.61 - - [2025-12-29 04:32:56] "POST /ref-update HTTP/1.1" 200 156 0.068154 10.0.0.61 - - [2025-12-29 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.61 - - [2025-12-29 04:32:56] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004136 10.0.0.61 - - [2025-12-29 04:32:57] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007302 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.61 - - [2025-12-29 04:32:57] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004921 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.61 - - [2025-12-29 04:32:57] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007757 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.61 - - [2025-12-29 04:32:57] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003606 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.049007 10.0.0.61 - - [2025-12-29 04:32:57] "POST /ref-update HTTP/1.1" 200 156 0.050769 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.61 - - [2025-12-29 04:32:57] "POST /access-control-lists HTTP/1.1" 200 596 0.033021 10.0.0.61 - - [2025-12-29 04:32:57] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004513 10.0.0.61 - - [2025-12-29 04:32:57] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.032240 10.0.0.61 - - [2025-12-29 04:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007392 10.0.0.61 - - [2025-12-29 04:32:57] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007015 10.0.0.61 - - [2025-12-29 04:32:57] "GET /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006611 10.0.0.61 - - [2025-12-29 04:32:57] "PUT /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282 HTTP/1.1" 200 284 0.014630 10.0.0.61 - - [2025-12-29 04:32:57] "GET /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.006537 10.0.0.61 - - [2025-12-29 04:32:57] "PUT /virtual-machine-interface/afcedaf5-0252-458b-b9f0-ad91ce8a2282 HTTP/1.1" 200 284 0.018853 10.0.0.61 - - [2025-12-29 04:32:59] "POST /neutron/port HTTP/1.1" 200 1236 0.024698 10.0.0.61 - - [2025-12-29 04:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.61 - - [2025-12-29 04:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.22 - - [2025-12-29 04:33:54] "GET /obj-perms HTTP/1.1" 200 5056 0.053176 10.0.0.27 - - [2025-12-29 04:33:54] "GET /obj-perms HTTP/1.1" 200 5056 0.052674 10.0.0.61 - - [2025-12-29 04:33:57] "POST /neutron/port HTTP/1.1" 200 1239 0.017777 10.0.0.61 - - [2025-12-29 04:33:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006917 10.0.0.61 - - [2025-12-29 04:33:57] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.61 - - [2025-12-29 04:34:02] "POST /neutron/port HTTP/1.1" 200 1182 0.016409 10.0.0.61 - - [2025-12-29 04:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.61 - - [2025-12-29 04:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.61 - - [2025-12-29 04:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.058676 10.0.0.61 - - [2025-12-29 04:34:59] "POST /neutron/port HTTP/1.1" 200 1239 0.018256 10.0.0.61 - - [2025-12-29 04:34:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003693 10.0.0.61 - - [2025-12-29 04:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.61 - - [2025-12-29 04:35:03] "POST /neutron/port HTTP/1.1" 200 1236 0.043480 10.0.0.61 - - [2025-12-29 04:35:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003849 10.0.0.61 - - [2025-12-29 04:35:04] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.61 - - [2025-12-29 04:35:09] "POST /ref-update HTTP/1.1" 200 156 0.102825 10.0.0.61 - - [2025-12-29 04:35:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.034056 10.0.0.61 - - [2025-12-29 04:35:09] "DELETE /access-control-list/4017af1c-deb7-42aa-9318-29c5850002b9 HTTP/1.1" 200 115 0.063439 10.0.0.61 - - [2025-12-29 04:35:10] "POST /neutron/network HTTP/1.1" 200 1006 0.070282 10.0.0.61 - - [2025-12-29 04:35:10] "GET /virtual-network/572a4673-3154-495d-ba73-11b11f6b4d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008019 10.0.0.61 - - [2025-12-29 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.61 - - [2025-12-29 04:35:10] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.003564 10.0.0.61 - - [2025-12-29 04:35:10] "POST /ref-update HTTP/1.1" 200 156 0.069499 10.0.0.61 - - [2025-12-29 04:35:10] "GET /virtual-network/fa3f1a4b-84e2-44ef-af75-46a62323d0bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007766 10.0.0.61 - - [2025-12-29 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.61 - - [2025-12-29 04:35:10] "GET /network-policy/52971120-9f78-4996-9aac-f1db3414b606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004128 10.0.0.61 - - [2025-12-29 04:35:10] "DELETE /network-policy/52971120-9f78-4996-9aac-f1db3414b606 HTTP/1.1" 200 115 0.042628 10.0.0.61 - - [2025-12-29 04:35:10] "POST /ref-update HTTP/1.1" 200 156 0.017673 10.0.0.61 - - [2025-12-29 04:35:10] "DELETE /instance-ip/640254ff-8161-4664-949b-af5898a9003c HTTP/1.1" 200 115 0.064750 10.0.0.61 - - [2025-12-29 04:35:10] "DELETE /instance-ip/f42c467d-9829-40f3-8698-4f58581ae404 HTTP/1.1" 200 115 0.053140 10.0.0.61 - - [2025-12-29 04:35:10] "DELETE /virtual-machine-interface/e66c92a2-5925-40db-aa8b-cae407a129ca HTTP/1.1" 200 115 0.095821 10.0.0.61 - - [2025-12-29 04:35:10] "POST /neutron/network HTTP/1.1" 400 204 0.015439 10.0.0.61 - - [2025-12-29 04:35:11] "POST /neutron/port HTTP/1.1" 200 151 0.215032 10.0.0.61 - - [2025-12-29 04:35:11] "POST /neutron/port HTTP/1.1" 200 151 0.209144 10.0.0.61 - - [2025-12-29 04:35:13] "POST /neutron/network HTTP/1.1" 200 1003 0.009316 10.0.0.61 - - [2025-12-29 04:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.61 - - [2025-12-29 04:35:16] "POST /neutron/port HTTP/1.1" 400 205 0.003931 10.0.0.27 - - [2025-12-29 04:35:16] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030624 10.0.0.61 - - [2025-12-29 04:35:16] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.102987 10.0.0.27 - - [2025-12-29 04:35:16] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.61 - - [2025-12-29 04:35:16] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?fields=virtual_networks HTTP/1.1" 200 1047 0.037363 10.0.0.27 - - [2025-12-29 04:35:16] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.61 - - [2025-12-29 04:35:16] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.045029 10.0.0.27 - - [2025-12-29 04:35:16] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.61 - - [2025-12-29 04:35:16] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?fields=security_groups HTTP/1.1" 200 1281 0.037676 10.0.0.61 - - [2025-12-29 04:35:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.038497 10.0.0.27 - - [2025-12-29 04:35:17] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.27 - - [2025-12-29 04:35:17] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2025-12-29 04:35:17] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041586 10.0.0.27 - - [2025-12-29 04:35:17] "POST /id-to-fqname HTTP/1.1" 200 194 0.001079 10.0.0.27 - - [2025-12-29 04:35:17] "POST /fqname-to-id HTTP/1.1" 404 203 0.003229 10.0.0.27 - - [2025-12-29 04:35:18] "POST /security-groups HTTP/1.1" 200 595 0.071676 10.0.0.27 - - [2025-12-29 04:35:18] "POST /projects HTTP/1.1" 200 593 0.262701 10.0.0.61 - - [2025-12-29 04:35:18] "POST /access-control-lists HTTP/1.1" 200 600 0.025267 10.0.0.27 - - [2025-12-29 04:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.334590 10.0.0.61 - - [2025-12-29 04:35:18] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.510667 10.0.0.61 - - [2025-12-29 04:35:19] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.61 - - [2025-12-29 04:35:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.61 - - [2025-12-29 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.068155 10.0.0.27 - - [2025-12-29 04:35:21] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000802 10.0.0.61 - - [2025-12-29 04:35:21] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.033258 10.0.0.61 - - [2025-12-29 04:35:21] "POST /route-targets HTTP/1.1" 200 327 0.015538 10.0.0.27 - - [2025-12-29 04:35:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004366 10.0.0.61 - - [2025-12-29 04:35:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.257844 10.0.0.61 - - [2025-12-29 04:35:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001226 10.0.0.61 - - [2025-12-29 04:35:22] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006319 10.0.0.61 - - [2025-12-29 04:35:22] "POST /neutron/network HTTP/1.1" 200 1004 0.007890 10.0.0.61 - - [2025-12-29 04:35:22] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004462 10.0.0.61 - - [2025-12-29 04:35:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.008981 10.0.0.61 - - [2025-12-29 04:35:22] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005259 10.0.0.61 - - [2025-12-29 04:35:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001220 10.0.0.27 - - [2025-12-29 04:35:25] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000849 10.0.0.61 - - [2025-12-29 04:35:25] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070124 10.0.0.61 - - [2025-12-29 04:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.005923 10.0.0.61 - - [2025-12-29 04:35:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001227 10.0.0.61 - - [2025-12-29 04:35:25] "POST /neutron/network HTTP/1.1" 200 1014 0.007828 10.0.0.61 - - [2025-12-29 04:35:26] "POST /neutron/port HTTP/1.1" 200 1173 0.019945 10.0.0.27 - - [2025-12-29 04:35:26] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000891 10.0.0.61 - - [2025-12-29 04:35:26] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.077080 10.0.0.61 - - [2025-12-29 04:35:26] "POST /neutron/port HTTP/1.1" 200 1237 0.037821 10.0.0.61 - - [2025-12-29 04:35:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.61 - - [2025-12-29 04:35:26] "POST /neutron/port HTTP/1.1" 200 117 0.001039 10.0.0.61 - - [2025-12-29 04:35:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009727 10.0.0.61 - - [2025-12-29 04:35:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001160 10.0.0.61 - - [2025-12-29 04:35:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006084 10.0.0.27 - - [2025-12-29 04:35:27] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001156 10.0.0.61 - - [2025-12-29 04:35:27] "POST /neutron/port HTTP/1.1" 200 1173 0.283907 10.0.0.61 - - [2025-12-29 04:35:27] "POST /neutron/port HTTP/1.1" 200 1227 0.113146 10.0.0.27 - - [2025-12-29 04:35:27] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000928 10.0.0.61 - - [2025-12-29 04:35:27] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071946 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003503 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/port HTTP/1.1" 200 2320 0.022801 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/port HTTP/1.1" 200 117 0.002766 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/port HTTP/1.1" 200 1237 0.016454 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007795 10.0.0.61 - - [2025-12-29 04:35:28] "GET /virtual-machine/291accc7-3f60-478b-952a-03e8b41b0e8f HTTP/1.1" 401 292 0.000392 10.0.0.61 - - [2025-12-29 04:35:28] "POST /neutron/network HTTP/1.1" 200 1014 0.007836 10.0.0.61 - - [2025-12-29 04:35:29] "POST /neutron/port HTTP/1.1" 200 1173 0.019936 10.0.0.61 - - [2025-12-29 04:35:29] "GET /virtual-machine/291accc7-3f60-478b-952a-03e8b41b0e8f HTTP/1.1" 200 1296 0.029609 10.0.0.61 - - [2025-12-29 04:35:29] "GET /virtual-machine-interface/d72cd9d6-b2b9-40fd-94e0-7c7f705cd573 HTTP/1.1" 200 3156 0.005000 10.0.0.61 - - [2025-12-29 04:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.61 - - [2025-12-29 04:35:29] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003320 10.0.0.61 - - [2025-12-29 04:35:29] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.010278 10.0.0.61 - - [2025-12-29 04:35:29] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005412 10.0.0.61 - - [2025-12-29 04:35:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003357 10.0.0.61 - - [2025-12-29 04:35:29] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.27 - - [2025-12-29 04:35:32] "DELETE /project/b4aa9bdeb3ec4af9a8149ba83559e0e7 HTTP/1.1" 404 173 0.003700 10.0.0.27 - - [2025-12-29 04:35:32] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000793 10.0.0.27 - - [2025-12-29 04:35:32] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.057043 10.0.0.27 - - [2025-12-29 04:35:32] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000845 10.0.0.27 - - [2025-12-29 04:35:32] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?fields=security_groups HTTP/1.1" 200 1386 0.039701 10.0.0.27 - - [2025-12-29 04:35:32] "DELETE /security-group/0251a764-059a-4795-8a32-cacaab759bdf HTTP/1.1" 200 115 0.053090 10.0.0.27 - - [2025-12-29 04:35:32] "GET /projects?obj_uuids=89daf782-c8ad-49a5-a649-71e7c511e358&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.27 - - [2025-12-29 04:35:32] "GET /project/89daf782-c8ad-49a5-a649-71e7c511e358?fields=application_policy_sets HTTP/1.1" 200 1425 0.060889 10.0.0.61 - - [2025-12-29 04:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006779 10.0.0.61 - - [2025-12-29 04:35:32] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006320 10.0.0.61 - - [2025-12-29 04:35:32] "DELETE /access-control-list/e570b146-3f3b-4b8d-bddf-75f6b2f7876f HTTP/1.1" 200 115 0.071086 10.0.0.27 - - [2025-12-29 04:35:32] "DELETE /project/89daf782-c8ad-49a5-a649-71e7c511e358 HTTP/1.1" 200 115 0.447102 10.0.0.61 - - [2025-12-29 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.61 - - [2025-12-29 04:35:36] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007365 10.0.0.61 - - [2025-12-29 04:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.61 - - [2025-12-29 04:35:40] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005106 10.0.0.61 - - [2025-12-29 04:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.61 - - [2025-12-29 04:35:44] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005114 10.0.0.61 - - [2025-12-29 04:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.61 - - [2025-12-29 04:35:48] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005070 10.0.0.61 - - [2025-12-29 04:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.61 - - [2025-12-29 04:35:52] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005717 10.0.0.61 - - [2025-12-29 04:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.61 - - [2025-12-29 04:35:56] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005260 10.0.0.61 - - [2025-12-29 04:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.61 - - [2025-12-29 04:36:00] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005511 10.0.0.61 - - [2025-12-29 04:36:01] "POST /neutron/port HTTP/1.1" 200 1237 0.028400 10.0.0.61 - - [2025-12-29 04:36:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006478 10.0.0.61 - - [2025-12-29 04:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.61 - - [2025-12-29 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.61 - - [2025-12-29 04:36:05] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005476 10.0.0.61 - - [2025-12-29 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.61 - - [2025-12-29 04:36:09] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004979 10.0.0.61 - - [2025-12-29 04:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.61 - - [2025-12-29 04:36:13] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006611 10.0.0.61 - - [2025-12-29 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728 10.0.0.61 - - [2025-12-29 04:36:17] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006026 10.0.0.61 - - [2025-12-29 04:36:18] "POST /neutron/port HTTP/1.1" 200 1237 0.045771 10.0.0.61 - - [2025-12-29 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.61 - - [2025-12-29 04:36:21] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005462 10.0.0.61 - - [2025-12-29 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.61 - - [2025-12-29 04:36:25] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004865 10.0.0.61 - - [2025-12-29 04:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.61 - - [2025-12-29 04:36:29] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008223 10.0.0.61 - - [2025-12-29 04:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.61 - - [2025-12-29 04:36:33] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003442 10.0.0.61 - - [2025-12-29 04:36:33] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002696 10.0.0.61 - - [2025-12-29 04:36:33] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005208 10.0.0.61 - - [2025-12-29 04:36:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007270 10.0.0.61 - - [2025-12-29 04:36:44] "POST /neutron/port HTTP/1.1" 200 1237 0.020642 10.0.0.61 - - [2025-12-29 04:36:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009490 10.0.0.61 - - [2025-12-29 04:36:49] "POST /neutron/port HTTP/1.1" 200 1237 0.019201 10.0.0.61 - - [2025-12-29 04:36:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006441 10.0.0.22 - - [2025-12-29 04:36:56] "GET /obj-perms HTTP/1.1" 200 5056 0.059999 10.0.0.27 - - [2025-12-29 04:36:56] "GET /obj-perms HTTP/1.1" 200 5056 0.062394 10.0.0.61 - - [2025-12-29 04:37:02] "POST /neutron/port HTTP/1.1" 200 1237 0.050646 10.0.0.61 - - [2025-12-29 04:37:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.61 - - [2025-12-29 04:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.61 - - [2025-12-29 04:37:04] "POST /neutron/port HTTP/1.1" 200 1237 0.022848 10.0.0.61 - - [2025-12-29 04:37:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007079 10.0.0.61 - - [2025-12-29 04:37:05] "GET /virtual-machine/747d4274-80de-474d-a71c-4412652b07c9 HTTP/1.1" 200 1296 0.005502 10.0.0.61 - - [2025-12-29 04:37:05] "GET /virtual-machine-interface/c2ea9333-77b5-4af4-8113-85f2dc8f5935 HTTP/1.1" 200 3155 0.005010 10.0.0.61 - - [2025-12-29 04:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.61 - - [2025-12-29 04:37:05] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003458 10.0.0.61 - - [2025-12-29 04:37:05] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002873 10.0.0.61 - - [2025-12-29 04:37:05] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005274 10.0.0.61 - - [2025-12-29 04:37:05] "POST /neutron/port HTTP/1.1" 200 1237 0.018387 10.0.0.61 - - [2025-12-29 04:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.61 - - [2025-12-29 04:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.61 - - [2025-12-29 04:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005608 10.0.0.61 - - [2025-12-29 04:37:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003222 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008338 10.0.0.61 - - [2025-12-29 04:37:06] "POST /neutron/port HTTP/1.1" 200 1237 0.017651 10.0.0.61 - - [2025-12-29 04:37:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006566 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-machine/64baf96c-ddf7-4f77-a0d3-f8f3224595d3 HTTP/1.1" 200 1296 0.005946 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-machine-interface/69d08f62-8e72-47b6-a80e-6eaf3c9cefe2 HTTP/1.1" 200 3155 0.006209 10.0.0.61 - - [2025-12-29 04:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.61 - - [2025-12-29 04:37:06] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004155 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003161 10.0.0.61 - - [2025-12-29 04:37:06] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005418 10.0.0.61 - - [2025-12-29 04:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.61 - - [2025-12-29 04:37:08] "GET /global-vrouter-config/dcaa2cfb-aca9-4929-9214-7badfc9c78ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003199 10.0.0.61 - - [2025-12-29 04:37:08] "GET /virtual-networks?parent_id=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002722 10.0.0.61 - - [2025-12-29 04:37:08] "GET /virtual-network/a4f2afc0-716b-4cb0-9e6c-fa783519b67c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005668 10.0.0.61 - - [2025-12-29 04:37:08] "GET /virtual-machine-interface/69d08f62-8e72-47b6-a80e-6eaf3c9cefe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005783 10.0.0.61 - - [2025-12-29 04:37:08] "PUT /virtual-machine-interface/69d08f62-8e72-47b6-a80e-6eaf3c9cefe2 HTTP/1.1" 200 284 0.013415 10.0.0.22 - - [2025-12-29 04:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2025-12-29 04:37:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2025-12-29 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2025-12-29 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2025-12-29 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-12-29 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2025-12-29 04:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-12-29 04:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000879 10.0.0.61 - - [2025-12-29 04:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.61 - - [2025-12-29 04:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.61 - - [2025-12-29 04:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.61 - - [2025-12-29 04:37:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.61 - - [2025-12-29 04:37:57] "GET /obj-perms HTTP/1.1" 200 5056 0.052039 10.0.0.61 - - [2025-12-29 04:38:04] "POST /neutron/port HTTP/1.1" 200 1237 0.018522 10.0.0.61 - - [2025-12-29 04:38:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.61 - - [2025-12-29 04:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.001092 10.0.0.61 - - [2025-12-29 04:38:06] "POST /neutron/port HTTP/1.1" 200 1237 0.018268 10.0.0.61 - - [2025-12-29 04:38:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003624 10.0.0.61 - - [2025-12-29 04:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.001552 10.0.0.61 - - [2025-12-29 04:39:04] "POST /neutron/port HTTP/1.1" 200 1237 0.017092 10.0.0.61 - - [2025-12-29 04:39:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.61 - - [2025-12-29 04:39:04] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.61 - - [2025-12-29 04:39:07] "POST /neutron/port HTTP/1.1" 200 1237 0.020532 10.0.0.61 - - [2025-12-29 04:39:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003505 10.0.0.61 - - [2025-12-29 04:39:08] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.61 - - [2025-12-29 04:39:43] "POST /neutron/network HTTP/1.1" 200 1004 0.008923 10.0.0.61 - - [2025-12-29 04:39:43] "POST /neutron/port HTTP/1.1" 200 1227 0.014881 10.0.0.61 - - [2025-12-29 04:39:43] "POST /neutron/port HTTP/1.1" 200 1227 0.022040 10.0.0.61 - - [2025-12-29 04:39:43] "POST /neutron/port HTTP/1.1" 200 1227 0.019602 10.0.0.27 - - [2025-12-29 04:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009825 10.0.0.27 - - [2025-12-29 04:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.27 - - [2025-12-29 04:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002550 10.0.0.27 - - [2025-12-29 04:39:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.61 - - [2025-12-29 04:39:45] "POST /neutron/network HTTP/1.1" 200 151 0.140612 10.0.0.27 - - [2025-12-29 04:39:47] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000929 10.0.0.61 - - [2025-12-29 04:39:47] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049816 10.0.0.27 - - [2025-12-29 04:39:47] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000805 10.0.0.61 - - [2025-12-29 04:39:47] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?fields=virtual_networks HTTP/1.1" 200 1040 0.045240 10.0.0.27 - - [2025-12-29 04:39:47] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.61 - - [2025-12-29 04:39:47] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.037517 10.0.0.27 - - [2025-12-29 04:39:47] "GET /projects?obj_uuids=b4aa9bde-b3ec-4af9-a814-9ba83559e0e7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000902 10.0.0.61 - - [2025-12-29 04:39:47] "GET /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7?fields=security_groups HTTP/1.1" 200 1270 0.046571 10.0.0.61 - - [2025-12-29 04:39:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.028308 10.0.0.27 - - [2025-12-29 04:39:48] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002986 10.0.0.27 - - [2025-12-29 04:39:48] "GET /domains?obj_uuids=ea4b09a7-31d2-48cf-9e60-035b93d3d81c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000853 10.0.0.27 - - [2025-12-29 04:39:48] "GET /domain/ea4b09a7-31d2-48cf-9e60-035b93d3d81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006516 10.0.0.27 - - [2025-12-29 04:39:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001842 10.0.0.27 - - [2025-12-29 04:39:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.005041 10.0.0.27 - - [2025-12-29 04:39:48] "POST /security-groups HTTP/1.1" 200 591 0.073200 10.0.0.27 - - [2025-12-29 04:39:48] "POST /projects HTTP/1.1" 200 585 0.261239 10.0.0.61 - - [2025-12-29 04:39:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.043326 10.0.0.27 - - [2025-12-29 04:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.339791 10.0.0.61 - - [2025-12-29 04:39:48] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.485777 10.0.0.61 - - [2025-12-29 04:39:48] "POST /access-control-lists HTTP/1.1" 200 594 0.068299 10.0.0.61 - - [2025-12-29 04:39:49] "GET / HTTP/1.1" 200 35931 0.002082 10.0.0.27 - - [2025-12-29 04:39:55] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.61 - - [2025-12-29 04:39:55] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.039386 10.0.0.27 - - [2025-12-29 04:39:55] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.61 - - [2025-12-29 04:39:55] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?fields=virtual_networks HTTP/1.1" 200 1030 0.057824 10.0.0.27 - - [2025-12-29 04:39:55] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.61 - - [2025-12-29 04:39:55] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.056219 10.0.0.27 - - [2025-12-29 04:39:55] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000890 10.0.0.61 - - [2025-12-29 04:39:55] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?fields=security_groups HTTP/1.1" 200 1256 0.045557 10.0.0.27 - - [2025-12-29 04:40:32] "DELETE /project/b4aa9bde-b3ec-4af9-a814-9ba83559e0e7 HTTP/1.1" 404 177 0.059641 10.0.0.27 - - [2025-12-29 04:40:32] "DELETE /project/3969774ab5924e2080adb98cce9ffba1 HTTP/1.1" 404 173 0.103397 10.0.0.27 - - [2025-12-29 04:40:32] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.27 - - [2025-12-29 04:40:32] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.089598 10.0.0.27 - - [2025-12-29 04:40:32] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.27 - - [2025-12-29 04:40:33] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?fields=security_groups HTTP/1.1" 200 1361 0.066428 10.0.0.27 - - [2025-12-29 04:40:33] "DELETE /security-group/568d1183-03c4-499c-a976-ffc4558fbec5 HTTP/1.1" 200 115 0.045798 10.0.0.27 - - [2025-12-29 04:40:33] "GET /projects?obj_uuids=3969774a-b592-4e20-80ad-b98cce9ffba1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000862 10.0.0.61 - - [2025-12-29 04:40:33] "DELETE /access-control-list/59c5c0fc-d7f3-4820-82a7-59fee3cc5bcb HTTP/1.1" 200 115 0.025623 10.0.0.27 - - [2025-12-29 04:40:33] "GET /project/3969774a-b592-4e20-80ad-b98cce9ffba1?fields=application_policy_sets HTTP/1.1" 200 1400 0.064633 10.0.0.27 - - [2025-12-29 04:40:33] "DELETE /project/3969774a-b592-4e20-80ad-b98cce9ffba1 HTTP/1.1" 200 115 0.546883 10.0.0.22 - - [2025-12-29 04:40:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053834 [Introspect:8084]10.0.0.27 - - [2025-12-29 04:41:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000883 [Introspect:8084]10.0.0.27 - - [2025-12-29 04:41:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000891