+++ date ++ echo 'INFO: =================== Thu Sep 18 01:47:41 AM UTC 2025 ===================' INFO: =================== Thu Sep 18 01:47:41 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.49 ++ 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.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.49:8081 ' ']' +++ echo 10.0.0.49:8081 ++ ANALYTICS_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.49:9042 ' ']' +++ echo 10.0.0.49:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.49:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.49:8086 ' ']' +++ echo 10.0.0.49:8086 ++ COLLECTOR_SERVERS=10.0.0.49: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.49 ++ CONFIGDB_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.49:8082 ' ']' +++ echo 10.0.0.49:8082 ++ CONFIG_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.49:9161 ' ']' +++ echo 10.0.0.49:9161 ++ CONFIGDB_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.49:9041 ' ']' +++ echo 10.0.0.49:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.49: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 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.49:2181, ']' +++ echo 10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.49:2181 ' ']' +++ echo 10.0.0.49:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.49:2181 ++ RABBITMQ_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.49:5673, ']' +++ echo 10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.49:6379 ' ']' +++ echo 10.0.0.49:6379 ++ REDIS_SERVERS=10.0.0.49: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.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.49:9092 ' ']' +++ echo 10.0.0.49:9092 ++ KAFKA_SERVERS=10.0.0.49: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.49 ++ 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.49 ++ 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.49 ++ 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.49 ++ cut -d , -f 1 + local cassandra=10.0.0.49 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.49 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.49 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.49 +++ 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.49,10.20.0.18,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.49'\''))' +++ local server_ip=10.0.0.49 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.49 ]] +++ [[ ,10.0.0.49,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] +++ echo 10.0.0.49 1 +++ return ++ local ip=10.0.0.49 ++ [[ -z 10.0.0.49 ]] ++ echo 10.0.0.49 + host_ip=10.0.0.49 + [[ cql == \c\q\l ]] ++ echo 10.0.0.49:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.49:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.49: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: 09/18/2025 01:47:50.374 7f924e235e00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/18/2025 01:47:50.521 7f924e235e00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/18/2025 01:47:50.534 7f924e235e00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/18/2025 01:47:50.534 7f924e235e00 [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.49:8082/ Hit Ctrl-C to quit. 10.0.0.49 - - [2025-09-18 01:47:54] "GET / HTTP/1.1" 503 181 0.000382 10.0.0.49 - - [2025-09-18 01:47:54] "GET / HTTP/1.1" 503 181 0.000149 10.0.0.49 - - [2025-09-18 01:47:54] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.49 - - [2025-09-18 01:47:55] "GET / HTTP/1.1" 200 45871 0.002496 10.0.0.49 - - [2025-09-18 01:47:55] "GET / HTTP/1.1" 200 45871 0.002103 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.49 - - [2025-09-18 01:47:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000859 10.0.0.49 - - [2025-09-18 01:47:55] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000417 10.0.0.49 - - [2025-09-18 01:47:55] "GET / HTTP/1.1" 200 35931 0.001850 10.0.0.49 - - [2025-09-18 01:47:56] "GET / HTTP/1.1" 200 35931 0.001679 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.49 - - [2025-09-18 01:47:56] "GET / HTTP/1.1" 200 35931 0.012926 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 1.028795 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.49 - - [2025-09-18 01:47:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.719605 10.0.0.49 - - [2025-09-18 01:47:56] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002597 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.086359 10.0.0.49 - - [2025-09-18 01:47:56] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006579 10.0.0.49 - - [2025-09-18 01:47:56] "GET / HTTP/1.1" 200 35931 0.001967 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.061718 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.49 - - [2025-09-18 01:47:56] "POST /config-nodes HTTP/1.1" 200 599 0.018906 10.0.0.49 - - [2025-09-18 01:47:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.49 - - [2025-09-18 01:47:57] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.49 - - [2025-09-18 01:47:57] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000372 /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.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 186 1.002631 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.693459 10.0.0.49 - - [2025-09-18 01:47:58] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007761 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.384098 10.0.0.49 - - [2025-09-18 01:47:58] "GET /network-ipam/456c292b-1d2c-473a-9c55-7222b3450a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003864 10.0.0.49 - - [2025-09-18 01:47:58] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006470 10.0.0.49 - - [2025-09-18 01:47:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.083431 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002651 10.0.0.49 - - [2025-09-18 01:47:58] "POST /service-appliance-sets HTTP/1.1" 200 553 0.024474 10.0.0.49 - - [2025-09-18 01:47:58] "POST /config-database-nodes HTTP/1.1" 200 617 0.022326 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 404 180 0.003116 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.49 - - [2025-09-18 01:47:58] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006515 10.0.0.49 - - [2025-09-18 01:47:58] "POST /service-appliance-sets HTTP/1.1" 200 541 0.016747 10.0.0.49 - - [2025-09-18 01:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.49 - - [2025-09-18 01:47:58] "GET /network-ipam/456c292b-1d2c-473a-9c55-7222b3450a28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004638 10.0.0.49 - - [2025-09-18 01:47:58] "POST /service-templates HTTP/1.1" 200 511 0.017831 10.0.0.49 - - [2025-09-18 01:47:58] "POST /service-templates HTTP/1.1" 200 501 0.022662 10.0.0.49 - - [2025-09-18 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 225 0.002902 10.0.0.49 - - [2025-09-18 01:47:59] "POST /access-control-lists HTTP/1.1" 200 587 0.019813 10.0.0.49 - - [2025-09-18 01:47:59] "POST /service-templates HTTP/1.1" 200 515 0.018963 10.0.0.49 - - [2025-09-18 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 224 0.003046 10.0.0.49 - - [2025-09-18 01:47:59] "POST /service-templates HTTP/1.1" 200 535 0.019286 10.0.0.49 - - [2025-09-18 01:47:59] "POST /access-control-lists HTTP/1.1" 200 585 0.016975 10.0.0.49 - - [2025-09-18 01:47:59] "POST /service-templates HTTP/1.1" 200 507 0.017953 10.0.0.49 - - [2025-09-18 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.011023 10.0.0.49 - - [2025-09-18 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.49 - - [2025-09-18 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.011131 10.0.0.49 - - [2025-09-18 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.011446 10.0.0.49 - - [2025-09-18 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.010843 10.0.0.49 - - [2025-09-18 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.013694 10.0.0.49 - - [2025-09-18 01:47:59] "POST /route-targets HTTP/1.1" 200 327 0.010170 10.0.0.49 - - [2025-09-18 01:47:59] "POST /ref-update HTTP/1.1" 200 156 0.012347 10.0.0.49 - - [2025-09-18 01:47:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.002889 10.0.0.49 - - [2025-09-18 01:47:59] "POST /access-control-lists HTTP/1.1" 200 551 0.061184 10.0.0.49 - - [2025-09-18 01:47:59] "PUT /access-control-list/18f0a89e-eabd-4ac2-a699-5b9acb08d8d6 HTTP/1.1" 200 272 0.010716 10.0.0.49 - - [2025-09-18 01:47:59] "PUT /access-control-list/7b1cc3a0-ba65-4aa2-b282-298ed773a13f HTTP/1.1" 200 272 0.010953 10.0.0.49 - - [2025-09-18 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.49 - - [2025-09-18 01:48:03] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1216 0.003789 10.0.0.49 - - [2025-09-18 01:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.49 - - [2025-09-18 01:48:03] "PUT /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 276 0.011555 10.0.0.49 - - [2025-09-18 01:48:03] "GET / HTTP/1.1" 200 35931 0.002066 10.0.0.49 - - [2025-09-18 01:48:03] "POST /alarms HTTP/1.1" 401 292 0.000414 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 581 0.046898 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 575 0.024360 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 575 0.017289 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 559 0.022090 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 555 0.017769 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 557 0.017389 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 565 0.019303 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 549 0.018295 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 557 0.018142 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 567 0.017479 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 555 0.019231 10.0.0.49 - - [2025-09-18 01:48:04] "POST /alarms HTTP/1.1" 200 567 0.019631 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 575 0.061637 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 569 0.017530 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 561 0.017830 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 561 0.028061 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 561 0.021980 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 547 0.019332 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 595 0.019767 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 575 0.019321 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 571 0.019042 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 583 0.024392 10.0.0.49 - - [2025-09-18 01:48:05] "POST /alarms HTTP/1.1" 200 609 0.020502 10.0.0.49 - - [2025-09-18 01:48:06] "GET / HTTP/1.1" 200 35931 0.003117 10.0.0.49 - - [2025-09-18 01:48:06] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000543 10.0.0.49 - - [2025-09-18 01:48:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024114 10.0.0.49 - - [2025-09-18 01:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.49 - - [2025-09-18 01:48:06] "PUT /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 276 0.009392 10.0.0.49 - - [2025-09-18 01:48:06] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.49 - - [2025-09-18 01:48:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.49 - - [2025-09-18 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.026585 10.0.0.49 - - [2025-09-18 01:48:07] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003737 10.0.0.49 - - [2025-09-18 01:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.49 - - [2025-09-18 01:48:07] "PUT /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 276 0.008680 10.0.0.49 - - [2025-09-18 01:48:07] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.49 - - [2025-09-18 01:48:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.49 - - [2025-09-18 01:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028018 10.0.0.49 - - [2025-09-18 01:48:08] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005946 10.0.0.49 - - [2025-09-18 01:48:08] "PUT /global-system-config/f93119af-6725-4840-bc40-d41b73301590 HTTP/1.1" 200 274 0.017285 10.0.0.49 - - [2025-09-18 01:48:18] "GET /global-system-configs HTTP/1.1" 200 322 0.675922 10.0.0.49 - - [2025-09-18 01:48:19] "GET /global-system-configs HTTP/1.1" 200 322 0.024569 10.0.0.49 - - [2025-09-18 01:48:51] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.49 - - [2025-09-18 01:48:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.49 - - [2025-09-18 01:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.025795 10.0.0.49 - - [2025-09-18 01:48:51] "GET /routing-instance/9674e7e5-9251-4c1e-b65e-26b9bf61a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004414 10.0.0.49 - - [2025-09-18 01:48:52] "POST /bgp-routers HTTP/1.1" 200 620 0.021118 10.0.0.49 - - [2025-09-18 01:48:52] "GET /bgp-router/1ed83967-88b0-4446-8e07-594ebb6119d3?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.006591 10.0.0.49 - - [2025-09-18 01:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.49 - - [2025-09-18 01:48:52] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006875 10.0.0.49 - - [2025-09-18 01:48:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003595 10.0.0.49 - - [2025-09-18 01:48:52] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.49 - - [2025-09-18 01:49:19] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.49 - - [2025-09-18 01:49:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.49 - - [2025-09-18 01:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.028807 10.0.0.49 - - [2025-09-18 01:49:19] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008998 10.0.0.49 - - [2025-09-18 01:49:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.003211 10.0.0.49 - - [2025-09-18 01:49:19] "POST /database-nodes HTTP/1.1" 200 603 0.021109 10.0.0.49 - - [2025-09-18 01:49:50] "GET / HTTP/1.1" 200 35931 0.001637 10.0.0.49 - - [2025-09-18 01:49:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.49 - - [2025-09-18 01:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.023511 10.0.0.49 - - [2025-09-18 01:49:51] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005676 10.0.0.49 - - [2025-09-18 01:49:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003183 10.0.0.49 - - [2025-09-18 01:49:51] "POST /analytics-nodes HTTP/1.1" 200 605 0.022972 10.0.0.49 - - [2025-09-18 01:49:57] "GET / HTTP/1.1" 200 35931 0.001609 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.49 - - [2025-09-18 01:50:00] "GET /obj-perms HTTP/1.1" 200 5056 0.403226 10.0.0.49 - - [2025-09-18 01:50:01] "GET /obj-perms HTTP/1.1" 200 5056 0.050513 10.0.0.49 - - [2025-09-18 01:50:06] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.49 - - [2025-09-18 01:50:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.49 - - [2025-09-18 01:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.024397 10.0.0.49 - - [2025-09-18 01:50:07] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.006877 10.0.0.49 - - [2025-09-18 01:50:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003352 10.0.0.49 - - [2025-09-18 01:50:07] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021881 10.0.0.49 - - [2025-09-18 01:50:18] "GET / HTTP/1.1" 200 35931 0.001683 10.0.0.49 - - [2025-09-18 01:50:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.49 - - [2025-09-18 01:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.025714 10.0.0.49 - - [2025-09-18 01:50:18] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005556 10.0.0.49 - - [2025-09-18 01:50:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003288 10.0.0.49 - - [2025-09-18 01:50:18] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018975 10.0.0.49 - - [2025-09-18 01:51:01] "GET /obj-perms HTTP/1.1" 200 5056 0.045572 10.0.0.49 - - [2025-09-18 01:51:01] "GET /obj-perms HTTP/1.1" 200 5056 0.046377 10.0.0.49 - - [2025-09-18 01:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.046164 10.0.0.49 - - [2025-09-18 01:52:02] "GET /obj-perms HTTP/1.1" 200 5056 0.042964 10.0.0.49 - - [2025-09-18 01:52:43] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.49 - - [2025-09-18 01:52:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.024115 10.0.0.49 - - [2025-09-18 01:52:44] "GET /global-system-config/f93119af-6725-4840-bc40-d41b73301590?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005577 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.49 - - [2025-09-18 01:52:44] "GET /routing-instance/9674e7e5-9251-4c1e-b65e-26b9bf61a733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004330 10.0.0.49 - - [2025-09-18 01:52:44] "PUT /global-system-config/f93119af-6725-4840-bc40-d41b73301590 HTTP/1.1" 200 274 0.011767 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.003259 10.0.0.49 - - [2025-09-18 01:52:44] "POST /virtual-routers HTTP/1.1" 200 603 0.018915 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.49 - - [2025-09-18 01:52:44] "GET /virtual-router/3596f681-b5cb-4dc2-bfea-097ad6894cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005895 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 404 231 0.003067 10.0.0.49 - - [2025-09-18 01:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.49 - - [2025-09-18 01:52:44] "GET /virtual-network/bcbebe0b-4a78-42fd-bc3c-c4328d608215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005715 10.0.0.49 - - [2025-09-18 01:52:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.081122 10.0.0.49 - - [2025-09-18 01:52:45] "PUT /access-control-list/268450dd-2c80-4457-94c8-5fa4203506bf HTTP/1.1" 200 272 0.019104 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:52:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001059 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:52:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001070 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:52:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001038 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:52:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000955 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:53:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000981 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:53:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000992 10.0.0.49 - - [2025-09-18 01:53:02] "GET /obj-perms HTTP/1.1" 200 5056 0.051145 10.0.0.49 - - [2025-09-18 01:53:03] "GET /obj-perms HTTP/1.1" 200 5056 0.042590 10.0.0.49 - - [2025-09-18 01:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.49 - - [2025-09-18 01:53:03] "GET /virtual-router/3596f681-b5cb-4dc2-bfea-097ad6894cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.007424 10.0.0.49 - - [2025-09-18 01:53:15] "GET /global-system-configs HTTP/1.1" 200 322 0.006043 10.0.0.49 - - [2025-09-18 01:53:15] "GET /obj-perms HTTP/1.1" 200 5056 0.030891 10.0.0.49 - - [2025-09-18 01:53:17] "GET /global-system-configs HTTP/1.1" 200 322 0.013520 10.0.0.49 - - [2025-09-18 01:53:17] "GET /obj-perms HTTP/1.1" 200 5056 0.028560 10.0.0.49 - - [2025-09-18 01:53:53] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.49 - - [2025-09-18 01:53:53] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.49 - - [2025-09-18 01:53:54] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027106 10.0.0.49 - - [2025-09-18 01:53:54] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.49 - - [2025-09-18 01:53:54] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.071488 10.0.0.49 - - [2025-09-18 01:53:54] "POST /id-to-fqname HTTP/1.1" 200 167 0.002448 10.0.0.49 - - [2025-09-18 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 176 0.006576 10.0.0.49 - - [2025-09-18 01:53:54] "POST /security-groups HTTP/1.1" 200 568 0.070158 10.0.0.49 - - [2025-09-18 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.025174 10.0.0.49 - - [2025-09-18 01:53:54] "POST /projects HTTP/1.1" 200 539 0.237551 10.0.0.49 - - [2025-09-18 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.306968 10.0.0.49 - - [2025-09-18 01:53:54] "POST /access-control-lists HTTP/1.1" 200 573 0.064039 10.0.0.49 - - [2025-09-18 01:53:54] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.508997 10.0.0.49 - - [2025-09-18 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003098 10.0.0.49 - - [2025-09-18 01:53:54] "POST /access-control-lists HTTP/1.1" 200 571 0.064961 [Introspect:8084]10.0.0.49 - - [2025-09-18 01:53:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001758 10.0.0.49 - - [2025-09-18 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.024476 10.0.0.49 - - [2025-09-18 01:53:55] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002933 10.0.0.49 - - [2025-09-18 01:53:55] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.49 - - [2025-09-18 01:53:55] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007686 10.0.0.49 - - [2025-09-18 01:53:55] "POST /id-to-fqname HTTP/1.1" 200 201 0.002345 10.0.0.49 - - [2025-09-18 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.003396 10.0.0.49 - - [2025-09-18 01:53:55] "POST /security-groups HTTP/1.1" 200 602 0.068622 10.0.0.49 - - [2025-09-18 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.003479 10.0.0.49 - - [2025-09-18 01:53:55] "POST /projects HTTP/1.1" 200 607 0.239035 10.0.0.49 - - [2025-09-18 01:53:55] "POST /access-control-lists HTTP/1.1" 200 607 0.063027 10.0.0.49 - - [2025-09-18 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.315453 10.0.0.49 - - [2025-09-18 01:53:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.003298 10.0.0.49 - - [2025-09-18 01:53:55] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.442338 10.0.0.49 - - [2025-09-18 01:53:55] "POST /access-control-lists HTTP/1.1" 200 605 0.064943 10.0.0.49 - - [2025-09-18 01:53:56] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.49 - - [2025-09-18 01:53:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.49 - - [2025-09-18 01:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.050206 10.0.0.49 - - [2025-09-18 01:53:57] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.49 - - [2025-09-18 01:53:57] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027280 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/network HTTP/1.1" 200 117 0.086334 10.0.0.49 - - [2025-09-18 01:53:58] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/network HTTP/1.1" 200 620 0.079237 10.0.0.49 - - [2025-09-18 01:53:58] "POST /route-targets HTTP/1.1" 200 327 0.010628 10.0.0.49 - - [2025-09-18 01:53:58] "POST /ref-update HTTP/1.1" 200 156 0.021653 10.0.0.49 - - [2025-09-18 01:53:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003674 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.205113 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/network HTTP/1.1" 200 837 0.005941 10.0.0.49 - - [2025-09-18 01:53:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001436 10.0.0.49 - - [2025-09-18 01:53:58] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005106 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/network HTTP/1.1" 200 837 0.007466 10.0.0.49 - - [2025-09-18 01:53:58] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005004 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/network HTTP/1.1" 200 837 0.006115 10.0.0.49 - - [2025-09-18 01:53:58] "DELETE /project/ae2a9c171e6148008893c5366a90c960 HTTP/1.1" 404 173 0.003285 10.0.0.49 - - [2025-09-18 01:53:58] "DELETE /project/f5f8b57040464f5ba8f18dc59a057a00 HTTP/1.1" 404 173 0.002585 10.0.0.49 - - [2025-09-18 01:53:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.006274 10.0.0.49 - - [2025-09-18 01:53:58] "GET /domains HTTP/1.1" 401 292 0.000372 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domains HTTP/1.1" 200 280 0.026059 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001089 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2583 0.013513 10.0.0.49 - - [2025-09-18 01:53:59] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.49 - - [2025-09-18 01:53:59] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960 HTTP/1.1" 200 2168 0.073942 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8 HTTP/1.1" 200 2337 0.006063 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8 HTTP/1.1" 200 2337 0.004466 10.0.0.49 - - [2025-09-18 01:53:59] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 200 1495 0.003096 10.0.0.49 - - [2025-09-18 01:53:59] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 200 1495 0.002980 10.0.0.49 - - [2025-09-18 01:53:59] "GET /route-target/0b6fee59-81ef-4c56-8969-b4c925bd09f5 HTTP/1.1" 200 1217 0.002903 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8 HTTP/1.1" 200 2337 0.004453 10.0.0.49 - - [2025-09-18 01:53:59] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 200 1495 0.003653 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004474 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8 HTTP/1.1" 200 2337 0.004289 10.0.0.49 - - [2025-09-18 01:53:59] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 200 1495 0.003544 10.0.0.49 - - [2025-09-18 01:53:59] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 200 1495 0.003080 10.0.0.49 - - [2025-09-18 01:53:59] "GET /route-target/0b6fee59-81ef-4c56-8969-b4c925bd09f5 HTTP/1.1" 200 1217 0.004858 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domains HTTP/1.1" 200 280 0.002987 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.49 - - [2025-09-18 01:53:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2583 0.007610 10.0.0.49 - - [2025-09-18 01:53:59] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000926 10.0.0.49 - - [2025-09-18 01:53:59] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960 HTTP/1.1" 200 2168 0.075368 10.0.0.49 - - [2025-09-18 01:53:59] "GET /virtual-network/d7833e11-9be5-4790-937d-c5e2b04adff8 HTTP/1.1" 200 2337 0.005609 10.0.0.49 - - [2025-09-18 01:53:59] "GET /obj-perms HTTP/1.1" 200 5052 0.046157 10.0.0.49 - - [2025-09-18 01:53:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001328 10.0.0.49 - - [2025-09-18 01:54:01] "POST /neutron/network HTTP/1.1" 200 847 0.007723 10.0.0.49 - - [2025-09-18 01:54:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.49 - - [2025-09-18 01:54:01] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.49 - - [2025-09-18 01:54:01] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000609 10.0.0.49 - - [2025-09-18 01:54:02] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.49 - - [2025-09-18 01:54:02] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.048716 10.0.0.49 - - [2025-09-18 01:54:03] "POST /neutron/network HTTP/1.1" 200 837 0.029622 10.0.0.49 - - [2025-09-18 01:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.007230 10.0.0.49 - - [2025-09-18 01:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.49 - - [2025-09-18 01:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.005597 10.0.0.49 - - [2025-09-18 01:54:03] "GET /obj-perms HTTP/1.1" 200 5056 0.053562 10.0.0.49 - - [2025-09-18 01:54:04] "POST /neutron/network HTTP/1.1" 200 847 0.006759 10.0.0.49 - - [2025-09-18 01:54:04] "GET /obj-perms HTTP/1.1" 200 5056 0.398965 10.0.0.49 - - [2025-09-18 01:54:04] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001116 10.0.0.49 - - [2025-09-18 01:54:04] "POST /neutron/port HTTP/1.1" 200 1069 0.250471 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/port HTTP/1.1" 200 1069 0.034350 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/port HTTP/1.1" 200 1069 0.008877 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/port HTTP/1.1" 200 1123 0.057920 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/port HTTP/1.1" 200 1097 0.011749 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003528 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.007486 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.49 - - [2025-09-18 01:54:05] "POST /neutron/network HTTP/1.1" 200 837 0.005916 10.0.0.49 - - [2025-09-18 01:54:08] "POST /neutron/port HTTP/1.1" 200 1097 0.014436 10.0.0.49 - - [2025-09-18 01:54:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006862 10.0.0.49 - - [2025-09-18 01:54:13] "POST /neutron/port HTTP/1.1" 200 1097 0.012230 10.0.0.49 - - [2025-09-18 01:54:13] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006717 10.0.0.49 - - [2025-09-18 01:54:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003394 10.0.0.49 - - [2025-09-18 01:54:14] "GET /obj-perms HTTP/1.1" 200 5052 0.004330 10.0.0.49 - - [2025-09-18 01:54:15] "GET /obj-perms HTTP/1.1" 200 5052 0.003728 10.0.0.49 - - [2025-09-18 01:54:16] "GET /obj-perms HTTP/1.1" 200 5052 0.003771 10.0.0.49 - - [2025-09-18 01:54:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003527 10.0.0.49 - - [2025-09-18 01:54:18] "POST /neutron/network HTTP/1.1" 200 837 0.008210 10.0.0.49 - - [2025-09-18 01:54:18] "POST /neutron/network HTTP/1.1" 400 204 0.013020 10.0.0.49 - - [2025-09-18 01:54:19] "POST /neutron/port HTTP/1.1" 200 1097 0.012533 10.0.0.49 - - [2025-09-18 01:54:19] "POST /neutron/port HTTP/1.1" 200 1123 0.010015 10.0.0.49 - - [2025-09-18 01:54:19] "POST /neutron/port HTTP/1.1" 200 151 0.145268 10.0.0.49 - - [2025-09-18 01:54:20] "POST /neutron/network HTTP/1.1" 200 837 0.007915 10.0.0.49 - - [2025-09-18 01:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006480 10.0.0.49 - - [2025-09-18 01:54:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004209 10.0.0.49 - - [2025-09-18 01:54:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.49 - - [2025-09-18 01:54:20] "POST /neutron/network HTTP/1.1" 200 151 0.102500 10.0.0.49 - - [2025-09-18 01:54:20] "DELETE /route-target/0b6fee59-81ef-4c56-8969-b4c925bd09f5 HTTP/1.1" 200 115 0.022798 10.0.0.49 - - [2025-09-18 01:54:20] "GET /routing-instance/f7a75be5-8c0b-4dc5-a1bc-def9e46aebd7 HTTP/1.1" 404 171 0.003091 10.0.0.49 - - [2025-09-18 01:54:20] "GET /domains HTTP/1.1" 200 280 0.003001 10.0.0.49 - - [2025-09-18 01:54:20] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.49 - - [2025-09-18 01:54:20] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2583 0.050268 10.0.0.49 - - [2025-09-18 01:54:20] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002279 10.0.0.49 - - [2025-09-18 01:54:21] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960 HTTP/1.1" 200 1918 0.073262 10.0.0.49 - - [2025-09-18 01:54:21] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001058 10.0.0.49 - - [2025-09-18 01:54:21] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027407 10.0.0.49 - - [2025-09-18 01:54:21] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001057 10.0.0.49 - - [2025-09-18 01:54:21] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?fields=virtual_networks HTTP/1.1" 200 1054 0.079332 10.0.0.49 - - [2025-09-18 01:54:21] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001438 10.0.0.49 - - [2025-09-18 01:54:21] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.032615 10.0.0.49 - - [2025-09-18 01:54:21] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001078 10.0.0.49 - - [2025-09-18 01:54:21] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?fields=security_groups HTTP/1.1" 200 1291 0.029019 10.0.0.49 - - [2025-09-18 01:54:22] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001082 10.0.0.49 - - [2025-09-18 01:54:22] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028003 10.0.0.49 - - [2025-09-18 01:54:25] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001361 10.0.0.49 - - [2025-09-18 01:54:25] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.028465 10.0.0.49 - - [2025-09-18 01:54:26] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003541 10.0.0.49 - - [2025-09-18 01:54:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.023852 10.0.0.49 - - [2025-09-18 01:54:26] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002536 10.0.0.49 - - [2025-09-18 01:54:26] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.49 - - [2025-09-18 01:54:26] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007260 10.0.0.49 - - [2025-09-18 01:54:27] "POST /id-to-fqname HTTP/1.1" 200 202 0.001418 10.0.0.49 - - [2025-09-18 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003234 10.0.0.49 - - [2025-09-18 01:54:27] "POST /security-groups HTTP/1.1" 200 603 0.064679 10.0.0.49 - - [2025-09-18 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 246 0.002981 10.0.0.49 - - [2025-09-18 01:54:27] "POST /projects HTTP/1.1" 200 609 0.242017 10.0.0.49 - - [2025-09-18 01:54:27] "POST /access-control-lists HTTP/1.1" 200 608 0.057711 10.0.0.49 - - [2025-09-18 01:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.314250 10.0.0.49 - - [2025-09-18 01:54:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003025 10.0.0.49 - - [2025-09-18 01:54:27] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.440167 10.0.0.49 - - [2025-09-18 01:54:27] "POST /access-control-lists HTTP/1.1" 200 606 0.068618 10.0.0.49 - - [2025-09-18 01:54:28] "GET / HTTP/1.1" 200 35931 0.001980 10.0.0.49 - - [2025-09-18 01:54:28] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001038 10.0.0.49 - - [2025-09-18 01:54:28] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.022891 10.0.0.49 - - [2025-09-18 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.49 - - [2025-09-18 01:54:29] "GET /security-group/9b36ba4d-2de9-4992-b482-9e84fc3ed49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004939 10.0.0.49 - - [2025-09-18 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.49 - - [2025-09-18 01:54:29] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001348 10.0.0.49 - - [2025-09-18 01:54:29] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.022855 10.0.0.49 - - [2025-09-18 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.49 - - [2025-09-18 01:54:29] "GET /security-group/9b36ba4d-2de9-4992-b482-9e84fc3ed49b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004977 10.0.0.49 - - [2025-09-18 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.49 - - [2025-09-18 01:54:29] "PUT /security-group/9b36ba4d-2de9-4992-b482-9e84fc3ed49b HTTP/1.1" 200 262 0.014357 10.0.0.49 - - [2025-09-18 01:54:29] "PUT /access-control-list/068613ef-53e0-4669-9fd3-b2c0c0c84357 HTTP/1.1" 200 272 0.010526 10.0.0.49 - - [2025-09-18 01:54:29] "PUT /access-control-list/b116f62e-b4b5-47af-b3d7-5bb7261cd82a HTTP/1.1" 200 272 0.015306 10.0.0.49 - - [2025-09-18 01:54:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.49 - - [2025-09-18 01:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.061145 10.0.0.49 - - [2025-09-18 01:54:30] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.49 - - [2025-09-18 01:54:30] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.028374 10.0.0.49 - - [2025-09-18 01:54:30] "POST /neutron/network HTTP/1.1" 200 117 0.029724 10.0.0.49 - - [2025-09-18 01:54:30] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.49 - - [2025-09-18 01:54:30] "POST /neutron/network HTTP/1.1" 200 619 0.066367 10.0.0.49 - - [2025-09-18 01:54:30] "POST /route-targets HTTP/1.1" 200 327 0.012706 10.0.0.49 - - [2025-09-18 01:54:30] "POST /ref-update HTTP/1.1" 200 156 0.021731 10.0.0.49 - - [2025-09-18 01:54:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006555 10.0.0.49 - - [2025-09-18 01:54:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.211667 10.0.0.49 - - [2025-09-18 01:54:31] "POST /neutron/network HTTP/1.1" 200 838 0.005844 10.0.0.49 - - [2025-09-18 01:54:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001382 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007252 10.0.0.49 - - [2025-09-18 01:54:31] "POST /neutron/network HTTP/1.1" 200 838 0.006939 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004614 10.0.0.49 - - [2025-09-18 01:54:31] "POST /neutron/network HTTP/1.1" 200 838 0.005916 10.0.0.49 - - [2025-09-18 01:54:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.007600 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domains HTTP/1.1" 401 292 0.000430 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domains HTTP/1.1" 200 280 0.029152 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.009005 10.0.0.49 - - [2025-09-18 01:54:31] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.49 - - [2025-09-18 01:54:31] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 2175 0.072114 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 2340 0.006051 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 2340 0.004869 10.0.0.49 - - [2025-09-18 01:54:31] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 200 1491 0.003549 10.0.0.49 - - [2025-09-18 01:54:31] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 200 1491 0.003438 10.0.0.49 - - [2025-09-18 01:54:31] "GET /route-target/a4e63c82-1619-47ec-b9fe-26ef622eff16 HTTP/1.1" 200 1219 0.003590 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 2340 0.004802 10.0.0.49 - - [2025-09-18 01:54:31] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 200 1491 0.003431 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004974 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 2340 0.005960 10.0.0.49 - - [2025-09-18 01:54:31] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 200 1491 0.004266 10.0.0.49 - - [2025-09-18 01:54:31] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 200 1491 0.003289 10.0.0.49 - - [2025-09-18 01:54:31] "GET /route-target/a4e63c82-1619-47ec-b9fe-26ef622eff16 HTTP/1.1" 200 1219 0.004417 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domains HTTP/1.1" 200 280 0.002917 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.49 - - [2025-09-18 01:54:31] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.007353 10.0.0.49 - - [2025-09-18 01:54:31] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.49 - - [2025-09-18 01:54:31] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 2175 0.072243 10.0.0.49 - - [2025-09-18 01:54:31] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 2340 0.006606 10.0.0.49 - - [2025-09-18 01:54:32] "GET /obj-perms HTTP/1.1" 200 5054 0.050217 10.0.0.49 - - [2025-09-18 01:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.49 - - [2025-09-18 01:54:32] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.49 - - [2025-09-18 01:54:32] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.027687 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/network HTTP/1.1" 200 117 0.009371 10.0.0.49 - - [2025-09-18 01:54:32] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/network HTTP/1.1" 200 619 0.084126 10.0.0.49 - - [2025-09-18 01:54:32] "POST /route-targets HTTP/1.1" 200 327 0.009885 10.0.0.49 - - [2025-09-18 01:54:32] "POST /ref-update HTTP/1.1" 200 156 0.011297 10.0.0.49 - - [2025-09-18 01:54:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005293 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.169640 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/network HTTP/1.1" 200 837 0.005502 10.0.0.49 - - [2025-09-18 01:54:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001234 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005115 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/network HTTP/1.1" 200 837 0.006334 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004596 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/network HTTP/1.1" 200 837 0.005516 10.0.0.49 - - [2025-09-18 01:54:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.006662 10.0.0.49 - - [2025-09-18 01:54:32] "GET /domains HTTP/1.1" 200 280 0.002052 10.0.0.49 - - [2025-09-18 01:54:32] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.49 - - [2025-09-18 01:54:32] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.006110 10.0.0.49 - - [2025-09-18 01:54:32] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.49 - - [2025-09-18 01:54:32] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 2403 0.068358 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41 HTTP/1.1" 200 2338 0.006521 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41 HTTP/1.1" 200 2338 0.005008 10.0.0.49 - - [2025-09-18 01:54:32] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 200 1492 0.003381 10.0.0.49 - - [2025-09-18 01:54:32] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 200 1492 0.003053 10.0.0.49 - - [2025-09-18 01:54:32] "GET /route-target/c0ec388d-6a68-4cc6-b637-4111146365a9 HTTP/1.1" 200 1219 0.002852 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41 HTTP/1.1" 200 2338 0.004368 10.0.0.49 - - [2025-09-18 01:54:32] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 200 1492 0.003111 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004591 10.0.0.49 - - [2025-09-18 01:54:32] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41 HTTP/1.1" 200 2338 0.004518 10.0.0.49 - - [2025-09-18 01:54:32] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 200 1492 0.003378 10.0.0.49 - - [2025-09-18 01:54:32] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 200 1492 0.002976 10.0.0.49 - - [2025-09-18 01:54:32] "GET /route-target/c0ec388d-6a68-4cc6-b637-4111146365a9 HTTP/1.1" 200 1219 0.002557 10.0.0.49 - - [2025-09-18 01:54:33] "GET /domains HTTP/1.1" 200 280 0.002700 10.0.0.49 - - [2025-09-18 01:54:33] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.49 - - [2025-09-18 01:54:33] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.006276 10.0.0.49 - - [2025-09-18 01:54:33] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.49 - - [2025-09-18 01:54:33] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 2403 0.067009 10.0.0.49 - - [2025-09-18 01:54:33] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41 HTTP/1.1" 200 2338 0.004958 10.0.0.49 - - [2025-09-18 01:54:33] "GET /obj-perms HTTP/1.1" 200 5054 0.002974 10.0.0.49 - - [2025-09-18 01:54:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001141 10.0.0.49 - - [2025-09-18 01:54:33] "POST /neutron/network HTTP/1.1" 200 847 0.005669 10.0.0.49 - - [2025-09-18 01:54:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.49 - - [2025-09-18 01:54:33] "GET / HTTP/1.1" 200 35931 0.002656 10.0.0.49 - - [2025-09-18 01:54:33] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.49 - - [2025-09-18 01:54:34] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.49 - - [2025-09-18 01:54:34] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048300 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/network HTTP/1.1" 200 837 0.005757 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.005424 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.005520 10.0.0.49 - - [2025-09-18 01:54:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001370 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/network HTTP/1.1" 200 848 0.006663 10.0.0.49 - - [2025-09-18 01:54:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/network HTTP/1.1" 200 847 0.005756 10.0.0.49 - - [2025-09-18 01:54:34] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.49 - - [2025-09-18 01:54:34] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.49 - - [2025-09-18 01:54:34] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000618 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 1071 0.270957 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 1071 0.010552 10.0.0.49 - - [2025-09-18 01:54:34] "POST /neutron/port HTTP/1.1" 200 1071 0.008786 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/port HTTP/1.1" 200 1125 0.081512 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/port HTTP/1.1" 200 1099 0.016412 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003798 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/subnet HTTP/1.1" 200 694 0.007494 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/network HTTP/1.1" 200 837 0.005429 10.0.0.49 - - [2025-09-18 01:54:35] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001486 10.0.0.49 - - [2025-09-18 01:54:35] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058767 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/network HTTP/1.1" 200 838 0.006802 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/port HTTP/1.1" 200 1099 0.014120 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007740 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.006199 10.0.0.49 - - [2025-09-18 01:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.49 - - [2025-09-18 01:54:35] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001615 10.0.0.49 - - [2025-09-18 01:54:35] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033551 10.0.0.49 - - [2025-09-18 01:54:35] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005479 10.0.0.49 - - [2025-09-18 01:54:35] "GET /floating-ip-pools?parent_id=52e4bddd-a477-4b72-a1a2-1eda1efdc598&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003253 10.0.0.49 - - [2025-09-18 01:54:35] "POST /neutron/network HTTP/1.1" 200 848 0.006058 10.0.0.49 - - [2025-09-18 01:54:35] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008644 10.0.0.49 - - [2025-09-18 01:54:35] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.49 - - [2025-09-18 01:54:35] "POST /floating-ip-pools HTTP/1.1" 200 609 0.065242 10.0.0.49 - - [2025-09-18 01:54:36] "POST /ref-update HTTP/1.1" 200 156 0.035046 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007615 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domains HTTP/1.1" 200 280 0.008555 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.024763 10.0.0.49 - - [2025-09-18 01:54:36] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1072 0.385204 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1072 0.027272 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1072 0.024546 10.0.0.49 - - [2025-09-18 01:54:36] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 3245 0.116239 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 3152 0.010024 10.0.0.49 - - [2025-09-18 01:54:36] "GET /floating-ip-pool/f5b01640-b0ce-495a-8301-5ea28d4eadd9 HTTP/1.1" 200 1441 0.007409 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domains HTTP/1.1" 200 280 0.004370 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001458 10.0.0.49 - - [2025-09-18 01:54:36] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2781 0.013885 10.0.0.49 - - [2025-09-18 01:54:36] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1126 0.119946 10.0.0.49 - - [2025-09-18 01:54:36] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 3245 0.098279 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598 HTTP/1.1" 200 3152 0.010182 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008813 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1100 0.037663 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.015826 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1099 0.016845 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006562 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/network HTTP/1.1" 200 838 0.006520 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1099 0.013202 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012505 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/port HTTP/1.1" 200 1099 0.012053 10.0.0.49 - - [2025-09-18 01:54:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007281 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-machine/bbfdfddb-c03b-43bb-92e7-50433967dc5c HTTP/1.1" 200 1305 0.005036 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-machine-interface/14d00a27-c65f-4985-9ad2-e89fb69d62c4 HTTP/1.1" 200 3004 0.005274 10.0.0.49 - - [2025-09-18 01:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.49 - - [2025-09-18 01:54:36] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003911 10.0.0.49 - - [2025-09-18 01:54:36] "GET /virtual-networks?parent_id=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003315 10.0.0.49 - - [2025-09-18 01:54:37] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007186 10.0.0.49 - - [2025-09-18 01:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.49 - - [2025-09-18 01:54:40] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005212 10.0.0.49 - - [2025-09-18 01:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.49 - - [2025-09-18 01:54:44] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005103 10.0.0.49 - - [2025-09-18 01:54:45] "POST /neutron/port HTTP/1.1" 200 1099 0.037613 10.0.0.49 - - [2025-09-18 01:54:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005622 10.0.0.49 - - [2025-09-18 01:54:45] "POST /neutron/port HTTP/1.1" 200 1100 0.011791 10.0.0.49 - - [2025-09-18 01:54:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005544 10.0.0.49 - - [2025-09-18 01:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.49 - - [2025-09-18 01:54:46] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003124 10.0.0.49 - - [2025-09-18 01:54:46] "GET /virtual-networks?parent_id=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003042 10.0.0.49 - - [2025-09-18 01:54:46] "GET /virtual-network/bbb80119-f73b-4457-9543-6d5ad1ec1c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006807 10.0.0.49 - - [2025-09-18 01:54:46] "POST /neutron/port HTTP/1.1" 200 1099 0.013582 10.0.0.49 - - [2025-09-18 01:54:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006845 10.0.0.49 - - [2025-09-18 01:54:51] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/floatingip HTTP/1.1" 200 530 0.062638 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/port HTTP/1.1" 200 1099 0.010947 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007026 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/floatingip HTTP/1.1" 200 576 0.029448 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/port HTTP/1.1" 200 1100 0.011944 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005819 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/port HTTP/1.1" 200 1100 0.011206 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006527 10.0.0.49 - - [2025-09-18 01:54:51] "POST /neutron/port HTTP/1.1" 200 1100 0.011361 10.0.0.49 - - [2025-09-18 01:54:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006715 10.0.0.49 - - [2025-09-18 01:54:52] "GET /virtual-machine/d934a685-534f-40a3-88f1-817583d30622 HTTP/1.1" 200 1304 0.004755 10.0.0.49 - - [2025-09-18 01:54:52] "GET /virtual-machine-interface/076e8766-39a6-448d-be42-4cdbb23591fd HTTP/1.1" 200 3003 0.004798 10.0.0.49 - - [2025-09-18 01:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.49 - - [2025-09-18 01:54:52] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003140 10.0.0.49 - - [2025-09-18 01:54:52] "GET /virtual-networks?parent_id=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003105 10.0.0.49 - - [2025-09-18 01:54:52] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006024 10.0.0.49 - - [2025-09-18 01:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.49 - - [2025-09-18 01:54:53] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004489 10.0.0.49 - - [2025-09-18 01:54:53] "GET /virtual-networks?parent_id=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003082 10.0.0.49 - - [2025-09-18 01:54:53] "GET /virtual-network/52e4bddd-a477-4b72-a1a2-1eda1efdc598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006510 10.0.0.49 - - [2025-09-18 01:54:53] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009029 10.0.0.49 - - [2025-09-18 01:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.49 - - [2025-09-18 01:54:53] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003138 10.0.0.49 - - [2025-09-18 01:54:53] "GET /route-target/a4e63c82-1619-47ec-b9fe-26ef622eff16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004480 10.0.0.49 - - [2025-09-18 01:54:53] "GET /floating-ip/03b67410-0529-4d54-af4c-c6f881edb698 HTTP/1.1" 200 1887 0.005199 10.0.0.49 - - [2025-09-18 01:54:56] "POST /neutron/floatingip HTTP/1.1" 200 576 0.009782 10.0.0.49 - - [2025-09-18 01:54:56] "POST /neutron/floatingip HTTP/1.1" 200 530 0.017360 10.0.0.49 - - [2025-09-18 01:54:56] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006240 10.0.0.49 - - [2025-09-18 01:54:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029820 10.0.0.49 - - [2025-09-18 01:54:56] "GET /floating-ip-pool/f5b01640-b0ce-495a-8301-5ea28d4eadd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003263 10.0.0.49 - - [2025-09-18 01:54:56] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.49 - - [2025-09-18 01:54:56] "DELETE /floating-ip-pool/f5b01640-b0ce-495a-8301-5ea28d4eadd9 HTTP/1.1" 200 115 0.023134 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/network HTTP/1.1" 200 837 0.009828 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/network HTTP/1.1" 400 204 0.010582 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 1100 0.012241 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 1126 0.009724 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 1099 0.019839 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 1125 0.017526 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 151 0.135883 10.0.0.49 - - [2025-09-18 01:54:57] "POST /neutron/port HTTP/1.1" 200 151 0.128458 10.0.0.49 - - [2025-09-18 01:54:58] "DELETE /project/c0b4efd643c74012b9e28662e4ed8099 HTTP/1.1" 404 173 0.003862 10.0.0.49 - - [2025-09-18 01:54:58] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000899 10.0.0.49 - - [2025-09-18 01:54:58] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.024376 10.0.0.49 - - [2025-09-18 01:54:58] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001267 10.0.0.49 - - [2025-09-18 01:54:58] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?fields=security_groups HTTP/1.1" 200 1396 0.072493 10.0.0.49 - - [2025-09-18 01:54:58] "DELETE /security-group/4f3915ab-e91e-419b-9e7d-b5ea42bd754a HTTP/1.1" 200 115 0.046781 10.0.0.49 - - [2025-09-18 01:54:58] "GET /projects?obj_uuids=ae2a9c17-1e61-4800-8893-c5366a90c960&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.49 - - [2025-09-18 01:54:58] "DELETE /access-control-list/1b2726d8-6bbe-4df3-ac22-73fac7c23e54 HTTP/1.1" 200 115 0.039608 10.0.0.49 - - [2025-09-18 01:54:59] "GET /project/ae2a9c17-1e61-4800-8893-c5366a90c960?fields=application_policy_sets HTTP/1.1" 200 1435 0.048690 10.0.0.49 - - [2025-09-18 01:54:59] "DELETE /access-control-list/d33c73d6-463e-440a-a873-c989e1cc404c HTTP/1.1" 200 115 0.038651 10.0.0.49 - - [2025-09-18 01:54:59] "POST /neutron/network HTTP/1.1" 200 837 0.006474 10.0.0.49 - - [2025-09-18 01:54:59] "DELETE /project/ae2a9c17-1e61-4800-8893-c5366a90c960 HTTP/1.1" 200 115 0.371835 10.0.0.49 - - [2025-09-18 01:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.49 - - [2025-09-18 01:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001891 10.0.0.49 - - [2025-09-18 01:54:59] "POST /neutron/network HTTP/1.1" 200 151 0.097345 10.0.0.49 - - [2025-09-18 01:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.49 - - [2025-09-18 01:54:59] "GET /routing-instance/c5b13134-4b12-42a6-a7f5-45129a5753a2 HTTP/1.1" 404 171 0.003000 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domains HTTP/1.1" 200 280 0.002212 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.49 - - [2025-09-18 01:54:59] "DELETE /route-target/c0ec388d-6a68-4cc6-b637-4111146365a9 HTTP/1.1" 200 115 0.022748 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2584 0.053313 10.0.0.49 - - [2025-09-18 01:54:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.49 - - [2025-09-18 01:54:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 2175 0.070262 10.0.0.49 - - [2025-09-18 01:54:59] "POST /neutron/network HTTP/1.1" 200 838 0.005633 10.0.0.49 - - [2025-09-18 01:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004076 10.0.0.49 - - [2025-09-18 01:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.49 - - [2025-09-18 01:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003417 10.0.0.49 - - [2025-09-18 01:54:59] "POST /neutron/network HTTP/1.1" 200 151 0.077895 10.0.0.49 - - [2025-09-18 01:54:59] "DELETE /route-target/a4e63c82-1619-47ec-b9fe-26ef622eff16 HTTP/1.1" 200 115 0.016622 10.0.0.49 - - [2025-09-18 01:54:59] "GET /routing-instance/90f90b78-4e90-4495-85ce-06decb62204b HTTP/1.1" 404 171 0.004735 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domains HTTP/1.1" 200 280 0.002719 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.49 - - [2025-09-18 01:54:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2584 0.048481 10.0.0.49 - - [2025-09-18 01:54:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.49 - - [2025-09-18 01:54:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 1925 0.067909 10.0.0.49 - - [2025-09-18 01:54:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.49 - - [2025-09-18 01:54:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.025690 10.0.0.49 - - [2025-09-18 01:54:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.49 - - [2025-09-18 01:54:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?fields=virtual_networks HTTP/1.1" 200 1057 0.070272 10.0.0.49 - - [2025-09-18 01:55:00] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001793 10.0.0.49 - - [2025-09-18 01:55:00] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.028870 10.0.0.49 - - [2025-09-18 01:55:00] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.49 - - [2025-09-18 01:55:00] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?fields=security_groups HTTP/1.1" 200 1295 0.030723 10.0.0.49 - - [2025-09-18 01:55:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.028733 10.0.0.49 - - [2025-09-18 01:55:00] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.49 - - [2025-09-18 01:55:01] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.49 - - [2025-09-18 01:55:01] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006805 10.0.0.49 - - [2025-09-18 01:55:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.001264 10.0.0.49 - - [2025-09-18 01:55:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003004 10.0.0.49 - - [2025-09-18 01:55:01] "POST /security-groups HTTP/1.1" 200 586 0.060925 10.0.0.49 - - [2025-09-18 01:55:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.002480 10.0.0.49 - - [2025-09-18 01:55:01] "POST /projects HTTP/1.1" 200 575 0.205251 10.0.0.49 - - [2025-09-18 01:55:01] "POST /access-control-lists HTTP/1.1" 200 591 0.057603 10.0.0.49 - - [2025-09-18 01:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.277208 10.0.0.49 - - [2025-09-18 01:55:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002954 10.0.0.49 - - [2025-09-18 01:55:01] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.408109 10.0.0.49 - - [2025-09-18 01:55:01] "POST /access-control-lists HTTP/1.1" 200 589 0.060639 10.0.0.49 - - [2025-09-18 01:55:02] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.49 - - [2025-09-18 01:55:03] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.49 - - [2025-09-18 01:55:03] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.040339 10.0.0.49 - - [2025-09-18 01:55:03] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001526 10.0.0.49 - - [2025-09-18 01:55:03] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?fields=virtual_networks HTTP/1.1" 200 1022 0.038326 10.0.0.49 - - [2025-09-18 01:55:03] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.49 - - [2025-09-18 01:55:03] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.031193 10.0.0.49 - - [2025-09-18 01:55:03] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.49 - - [2025-09-18 01:55:03] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?fields=security_groups HTTP/1.1" 200 1243 0.034398 10.0.0.49 - - [2025-09-18 01:55:04] "GET /obj-perms HTTP/1.1" 200 5056 0.068912 10.0.0.49 - - [2025-09-18 01:55:05] "GET /obj-perms HTTP/1.1" 200 5056 0.088423 10.0.0.49 - - [2025-09-18 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.023494 10.0.0.49 - - [2025-09-18 01:55:05] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002546 10.0.0.49 - - [2025-09-18 01:55:05] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.49 - - [2025-09-18 01:55:05] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006511 10.0.0.49 - - [2025-09-18 01:55:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001197 10.0.0.49 - - [2025-09-18 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.002509 10.0.0.49 - - [2025-09-18 01:55:05] "POST /security-groups HTTP/1.1" 200 586 0.064359 10.0.0.49 - - [2025-09-18 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002600 10.0.0.49 - - [2025-09-18 01:55:05] "POST /projects HTTP/1.1" 200 575 0.209308 10.0.0.49 - - [2025-09-18 01:55:05] "POST /access-control-lists HTTP/1.1" 200 591 0.057357 10.0.0.49 - - [2025-09-18 01:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.275701 10.0.0.49 - - [2025-09-18 01:55:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002827 10.0.0.49 - - [2025-09-18 01:55:05] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.400723 10.0.0.49 - - [2025-09-18 01:55:05] "POST /access-control-lists HTTP/1.1" 200 589 0.065016 10.0.0.49 - - [2025-09-18 01:55:06] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.49 - - [2025-09-18 01:55:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003223 10.0.0.49 - - [2025-09-18 01:55:07] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029 10.0.0.49 - - [2025-09-18 01:55:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003096 10.0.0.49 - - [2025-09-18 01:55:07] "POST /access-control-lists HTTP/1.1" 200 590 0.019318 10.0.0.49 - - [2025-09-18 01:55:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.003071 10.0.0.49 - - [2025-09-18 01:55:07] "POST /access-control-lists HTTP/1.1" 200 588 0.019179 10.0.0.49 - - [2025-09-18 01:55:07] "PUT /access-control-list/1cc8b75a-ae69-44e7-8725-a7fe2d627102 HTTP/1.1" 200 272 0.008255 10.0.0.49 - - [2025-09-18 01:55:07] "POST /neutron/security_group HTTP/1.1" 200 1364 0.330904 10.0.0.49 - - [2025-09-18 01:55:07] "PUT /access-control-list/90a7b3ed-2859-4f2e-8e86-aa24b07ec5d8 HTTP/1.1" 200 272 0.014628 10.0.0.49 - - [2025-09-18 01:55:07] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001190 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.044805 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/90a7b3ed-2859-4f2e-8e86-aa24b07ec5d8 HTTP/1.1" 200 272 0.007834 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010953 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150936 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009842 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/90a7b3ed-2859-4f2e-8e86-aa24b07ec5d8 HTTP/1.1" 200 272 0.015692 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126331 10.0.0.49 - - [2025-09-18 01:55:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003571 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/90a7b3ed-2859-4f2e-8e86-aa24b07ec5d8 HTTP/1.1" 200 272 0.009189 10.0.0.49 - - [2025-09-18 01:55:08] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001087 10.0.0.49 - - [2025-09-18 01:55:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002894 10.0.0.49 - - [2025-09-18 01:55:08] "POST /access-control-lists HTTP/1.1" 200 590 0.013855 10.0.0.49 - - [2025-09-18 01:55:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.002819 10.0.0.49 - - [2025-09-18 01:55:08] "POST /access-control-lists HTTP/1.1" 200 588 0.016487 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/b3bf59b9-f608-4638-a66c-f72a526050dc HTTP/1.1" 200 272 0.007680 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/f9ea9cba-bb0a-4729-bd0f-44f23ab39d8a HTTP/1.1" 200 272 0.014264 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.317916 10.0.0.49 - - [2025-09-18 01:55:08] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001000 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031338 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/f9ea9cba-bb0a-4729-bd0f-44f23ab39d8a HTTP/1.1" 200 272 0.013781 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010420 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.118854 10.0.0.49 - - [2025-09-18 01:55:08] "PUT /access-control-list/f9ea9cba-bb0a-4729-bd0f-44f23ab39d8a HTTP/1.1" 200 272 0.008735 10.0.0.49 - - [2025-09-18 01:55:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.007949 10.0.0.49 - - [2025-09-18 01:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172353 10.0.0.49 - - [2025-09-18 01:55:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.49 - - [2025-09-18 01:55:09] "PUT /access-control-list/f9ea9cba-bb0a-4729-bd0f-44f23ab39d8a HTTP/1.1" 200 272 0.014439 10.0.0.49 - - [2025-09-18 01:55:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.023792 10.0.0.49 - - [2025-09-18 01:55:09] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.49 - - [2025-09-18 01:55:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.003428 10.0.0.49 - - [2025-09-18 01:55:09] "POST /access-control-lists HTTP/1.1" 200 607 0.013578 10.0.0.49 - - [2025-09-18 01:55:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.002819 10.0.0.49 - - [2025-09-18 01:55:09] "POST /access-control-lists HTTP/1.1" 200 605 0.015060 10.0.0.49 - - [2025-09-18 01:55:09] "PUT /access-control-list/a7919458-7dee-44ba-a73e-5b09eef6dd64 HTTP/1.1" 200 272 0.008440 10.0.0.49 - - [2025-09-18 01:55:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.304844 10.0.0.49 - - [2025-09-18 01:55:09] "PUT /access-control-list/b5925c84-af4f-42e5-ab2c-16e944a626ec HTTP/1.1" 200 272 0.010607 10.0.0.49 - - [2025-09-18 01:55:09] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002573 10.0.0.49 - - [2025-09-18 01:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.040193 10.0.0.49 - - [2025-09-18 01:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011171 10.0.0.49 - - [2025-09-18 01:55:09] "PUT /access-control-list/b5925c84-af4f-42e5-ab2c-16e944a626ec HTTP/1.1" 200 272 0.012901 10.0.0.49 - - [2025-09-18 01:55:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166375 10.0.0.49 - - [2025-09-18 01:55:09] "PUT /access-control-list/b5925c84-af4f-42e5-ab2c-16e944a626ec HTTP/1.1" 200 272 0.009731 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009867 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149070 10.0.0.49 - - [2025-09-18 01:55:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.002999 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/b5925c84-af4f-42e5-ab2c-16e944a626ec HTTP/1.1" 200 272 0.015196 10.0.0.49 - - [2025-09-18 01:55:10] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.49 - - [2025-09-18 01:55:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002775 10.0.0.49 - - [2025-09-18 01:55:10] "POST /access-control-lists HTTP/1.1" 200 607 0.015120 10.0.0.49 - - [2025-09-18 01:55:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.003181 10.0.0.49 - - [2025-09-18 01:55:10] "POST /access-control-lists HTTP/1.1" 200 605 0.022970 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/e8a030df-79cc-460d-aeb2-787546b687c2 HTTP/1.1" 200 272 0.007991 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/f5a2c324-a3a8-466d-b24a-fc4ce967ee3e HTTP/1.1" 200 272 0.008972 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group HTTP/1.1" 200 1379 0.337579 10.0.0.49 - - [2025-09-18 01:55:10] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/f5a2c324-a3a8-466d-b24a-fc4ce967ee3e HTTP/1.1" 200 272 0.013812 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.032955 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008138 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152901 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013490 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/f5a2c324-a3a8-466d-b24a-fc4ce967ee3e HTTP/1.1" 200 272 0.018772 10.0.0.49 - - [2025-09-18 01:55:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120892 10.0.0.49 - - [2025-09-18 01:55:10] "PUT /access-control-list/f5a2c324-a3a8-466d-b24a-fc4ce967ee3e HTTP/1.1" 200 272 0.009126 10.0.0.49 - - [2025-09-18 01:55:11] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.068750 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003896 10.0.0.49 - - [2025-09-18 01:55:11] "POST /route-targets HTTP/1.1" 200 327 0.014712 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003611 10.0.0.49 - - [2025-09-18 01:55:11] "PUT /logical-router/c87c8f8c-0bcb-4abf-9b06-5cf621b10f4a HTTP/1.1" 200 262 0.022769 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.005169 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003719 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003406 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003305 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003408 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003132 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003102 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003348 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003424 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003604 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003289 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003563 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003709 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003199 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003418 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003162 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003206 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003547 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003311 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003798 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003968 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003345 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003548 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003314 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003263 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003564 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003286 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003448 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003678 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003451 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.015233 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.003821 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.015783 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 541 0.004359 10.0.0.49 - - [2025-09-18 01:55:11] "GET /logical-router/c87c8f8c-0bcb-4abf-9b06-5cf621b10f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003963 10.0.0.49 - - [2025-09-18 01:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 151 0.041684 10.0.0.49 - - [2025-09-18 01:55:11] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001019 10.0.0.49 - - [2025-09-18 01:55:11] "DELETE /route-target/71a5ee7a-5b9b-4c35-9d95-8fb9555c6896 HTTP/1.1" 200 115 0.017841 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.045035 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003505 10.0.0.49 - - [2025-09-18 01:55:11] "POST /route-targets HTTP/1.1" 200 327 0.014568 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003773 10.0.0.49 - - [2025-09-18 01:55:11] "PUT /logical-router/471e7bff-24dc-4ad5-ba95-1083cc806783 HTTP/1.1" 200 262 0.018057 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.004311 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003569 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003570 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003390 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003271 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003565 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003695 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003527 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003946 10.0.0.49 - - [2025-09-18 01:55:11] "POST /neutron/router HTTP/1.1" 200 559 0.003579 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003915 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003642 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003479 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003527 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003883 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003412 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003081 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003035 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003132 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003207 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003196 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003352 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003911 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003268 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003551 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003365 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003504 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003248 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003409 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003724 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.016113 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003858 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.014185 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 559 0.003544 10.0.0.49 - - [2025-09-18 01:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.49 - - [2025-09-18 01:55:12] "GET /logical-router/471e7bff-24dc-4ad5-ba95-1083cc806783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003113 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 151 0.041073 10.0.0.49 - - [2025-09-18 01:55:12] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001015 10.0.0.49 - - [2025-09-18 01:55:12] "DELETE /route-target/be7c4d88-7c13-455b-84e9-c321deafe55e HTTP/1.1" 200 115 0.038841 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.052223 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003245 10.0.0.49 - - [2025-09-18 01:55:12] "POST /route-targets HTTP/1.1" 200 327 0.017339 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003323 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003764 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.005337 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.004564 10.0.0.49 - - [2025-09-18 01:55:12] "PUT /logical-router/3a34ca78-6405-40a6-bfa8-29c613f6d197 HTTP/1.1" 200 262 0.053622 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.045618 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.004069 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003762 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003659 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003740 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003436 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003753 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.004190 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003795 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003539 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003634 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003911 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003410 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003521 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003598 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003363 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003454 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003907 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003323 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003392 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003323 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003447 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.004450 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003864 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003379 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.015344 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003732 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.015811 10.0.0.49 - - [2025-09-18 01:55:12] "POST /neutron/router HTTP/1.1" 200 541 0.003683 10.0.0.49 - - [2025-09-18 01:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.49 - - [2025-09-18 01:55:13] "GET /logical-router/3a34ca78-6405-40a6-bfa8-29c613f6d197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004300 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/router HTTP/1.1" 200 151 0.039126 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.002967 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /route-target/57102bda-8499-4c6c-ac9a-b4e76465e7ba HTTP/1.1" 200 115 0.023531 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.033776 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.003382 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/e8a030df-79cc-460d-aeb2-787546b687c2 HTTP/1.1" 200 115 0.031762 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/f5a2c324-a3a8-466d-b24a-fc4ce967ee3e HTTP/1.1" 200 115 0.020927 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.038521 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/a7919458-7dee-44ba-a73e-5b09eef6dd64 HTTP/1.1" 200 115 0.017437 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/b5925c84-af4f-42e5-ab2c-16e944a626ec HTTP/1.1" 200 115 0.016526 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 506 0.004006 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.033196 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/b3bf59b9-f608-4638-a66c-f72a526050dc HTTP/1.1" 200 115 0.025269 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 506 0.004099 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/f9ea9cba-bb0a-4729-bd0f-44f23ab39d8a HTTP/1.1" 200 115 0.034215 10.0.0.49 - - [2025-09-18 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.051550 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/1cc8b75a-ae69-44e7-8725-a7fe2d627102 HTTP/1.1" 200 115 0.024523 10.0.0.49 - - [2025-09-18 01:55:13] "DELETE /access-control-list/90a7b3ed-2859-4f2e-8e86-aa24b07ec5d8 HTTP/1.1" 200 115 0.016302 10.0.0.49 - - [2025-09-18 01:55:13] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.49 - - [2025-09-18 01:55:13] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026908 10.0.0.49 - - [2025-09-18 01:55:13] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.49 - - [2025-09-18 01:55:13] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?fields=virtual_networks HTTP/1.1" 200 1022 0.065728 10.0.0.49 - - [2025-09-18 01:55:13] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001543 10.0.0.49 - - [2025-09-18 01:55:13] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026558 10.0.0.49 - - [2025-09-18 01:55:13] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001166 10.0.0.49 - - [2025-09-18 01:55:13] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?fields=security_groups HTTP/1.1" 200 1243 0.022214 10.0.0.49 - - [2025-09-18 01:55:14] "POST /fqname-to-id HTTP/1.1" 404 184 0.022750 10.0.0.49 - - [2025-09-18 01:55:14] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002330 10.0.0.49 - - [2025-09-18 01:55:14] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.49 - - [2025-09-18 01:55:14] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006866 10.0.0.49 - - [2025-09-18 01:55:14] "POST /id-to-fqname HTTP/1.1" 200 186 0.001751 10.0.0.49 - - [2025-09-18 01:55:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.004085 10.0.0.49 - - [2025-09-18 01:55:14] "POST /security-groups HTTP/1.1" 200 587 0.064575 10.0.0.49 - - [2025-09-18 01:55:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.003496 10.0.0.49 - - [2025-09-18 01:55:14] "POST /projects HTTP/1.1" 200 577 0.214056 10.0.0.49 - - [2025-09-18 01:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.280544 10.0.0.49 - - [2025-09-18 01:55:14] "POST /access-control-lists HTTP/1.1" 200 592 0.070111 10.0.0.49 - - [2025-09-18 01:55:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.005417 10.0.0.49 - - [2025-09-18 01:55:15] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.414158 10.0.0.49 - - [2025-09-18 01:55:15] "POST /access-control-lists HTTP/1.1" 200 590 0.060423 10.0.0.49 - - [2025-09-18 01:55:16] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.49 - - [2025-09-18 01:55:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.49 - - [2025-09-18 01:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055664 10.0.0.49 - - [2025-09-18 01:55:17] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001120 10.0.0.49 - - [2025-09-18 01:55:17] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.031766 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/network HTTP/1.1" 200 117 0.031285 10.0.0.49 - - [2025-09-18 01:55:17] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001512 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/network HTTP/1.1" 200 601 0.087694 10.0.0.49 - - [2025-09-18 01:55:17] "POST /route-targets HTTP/1.1" 200 327 0.012321 10.0.0.49 - - [2025-09-18 01:55:17] "POST /ref-update HTTP/1.1" 200 156 0.018850 10.0.0.49 - - [2025-09-18 01:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.173971 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/network HTTP/1.1" 200 820 0.006884 10.0.0.49 - - [2025-09-18 01:55:17] "POST /id-to-fqname HTTP/1.1" 200 216 0.001539 10.0.0.49 - - [2025-09-18 01:55:17] "GET /virtual-network/42a1d7af-dedb-4bf9-9491-56075c30a795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006276 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/network HTTP/1.1" 200 820 0.007094 10.0.0.49 - - [2025-09-18 01:55:17] "GET /virtual-network/42a1d7af-dedb-4bf9-9491-56075c30a795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005886 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/network HTTP/1.1" 200 820 0.006138 10.0.0.49 - - [2025-09-18 01:55:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.007919 10.0.0.49 - - [2025-09-18 01:55:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.002610 10.0.0.49 - - [2025-09-18 01:55:17] "GET /virtual-network/42a1d7af-dedb-4bf9-9491-56075c30a795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005512 10.0.0.49 - - [2025-09-18 01:55:18] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001029 10.0.0.49 - - [2025-09-18 01:55:18] "POST /neutron/port HTTP/1.1" 200 1017 0.165144 10.0.0.49 - - [2025-09-18 01:55:18] "GET /virtual-machine-interface/cd522a1f-8719-412d-bf8c-2b0756a2f791?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005670 10.0.0.49 - - [2025-09-18 01:55:18] "GET /virtual-machine-interface/cd522a1f-8719-412d-bf8c-2b0756a2f791?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.005918 10.0.0.49 - - [2025-09-18 01:55:18] "GET /instance-ip/f34708d3-04e6-477e-a5c6-8b17edc5af06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004299 10.0.0.49 - - [2025-09-18 01:55:18] "GET /virtual-machine-interface/cd522a1f-8719-412d-bf8c-2b0756a2f791 HTTP/1.1" 401 292 0.000470 10.0.0.49 - - [2025-09-18 01:55:18] "GET /virtual-machine-interface/cd522a1f-8719-412d-bf8c-2b0756a2f791 HTTP/1.1" 200 2606 0.028800 10.0.0.49 - - [2025-09-18 01:55:18] "POST /neutron/port HTTP/1.1" 200 1017 0.007468 10.0.0.49 - - [2025-09-18 01:55:18] "POST /neutron/port HTTP/1.1" 200 151 0.058745 10.0.0.49 - - [2025-09-18 01:55:18] "POST /neutron/network HTTP/1.1" 200 820 0.005184 10.0.0.49 - - [2025-09-18 01:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.49 - - [2025-09-18 01:55:18] "POST /useragent-kv HTTP/1.1" 200 115 0.001779 10.0.0.49 - - [2025-09-18 01:55:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002026 10.0.0.49 - - [2025-09-18 01:55:18] "POST /neutron/network HTTP/1.1" 200 151 0.076303 10.0.0.49 - - [2025-09-18 01:55:18] "DELETE /route-target/f6c2894b-59b3-4a6b-85a0-291309cd34e9 HTTP/1.1" 200 115 0.016598 10.0.0.49 - - [2025-09-18 01:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.49 - - [2025-09-18 01:55:19] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000996 10.0.0.49 - - [2025-09-18 01:55:19] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.023720 10.0.0.49 - - [2025-09-18 01:55:19] "POST /neutron/network HTTP/1.1" 200 117 0.006453 10.0.0.49 - - [2025-09-18 01:55:19] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002155 10.0.0.49 - - [2025-09-18 01:55:19] "POST /neutron/network HTTP/1.1" 200 603 0.078594 10.0.0.49 - - [2025-09-18 01:55:19] "POST /route-targets HTTP/1.1" 200 327 0.011695 10.0.0.49 - - [2025-09-18 01:55:19] "POST /ref-update HTTP/1.1" 200 156 0.012771 10.0.0.49 - - [2025-09-18 01:55:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005721 10.0.0.49 - - [2025-09-18 01:55:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.191261 10.0.0.49 - - [2025-09-18 01:55:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.49 - - [2025-09-18 01:55:19] "POST /neutron/subnet HTTP/1.1" 200 730 0.180160 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/network HTTP/1.1" 200 976 0.006959 10.0.0.49 - - [2025-09-18 01:55:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001177 10.0.0.49 - - [2025-09-18 01:55:20] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004888 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/network HTTP/1.1" 200 976 0.008824 10.0.0.49 - - [2025-09-18 01:55:20] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.004991 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/network HTTP/1.1" 200 976 0.007466 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.008870 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.006714 10.0.0.49 - - [2025-09-18 01:55:20] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 1015 0.155678 10.0.0.49 - - [2025-09-18 01:55:20] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001016 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 1019 0.164005 10.0.0.49 - - [2025-09-18 01:55:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001419 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 1015 0.007662 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 1015 0.008200 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/network HTTP/1.1" 200 976 0.009989 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 1015 0.010967 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.005063 10.0.0.49 - - [2025-09-18 01:55:20] "POST /neutron/port HTTP/1.1" 200 117 0.004893 10.0.0.49 - - [2025-09-18 01:55:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001286 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.005161 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1019 0.007478 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1019 0.007124 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/network HTTP/1.1" 200 976 0.006378 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1019 0.006601 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1015 0.007826 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1019 0.006740 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.005626 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.011733 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 117 0.004979 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1015 0.007423 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/network HTTP/1.1" 200 986 0.007334 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1015 0.008129 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1015 0.006638 10.0.0.49 - - [2025-09-18 01:55:21] "POST /neutron/port HTTP/1.1" 200 1019 0.014961 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/network HTTP/1.1" 200 986 0.015059 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1107 0.097876 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1019 0.016530 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1019 0.010700 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1081 0.011223 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008383 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1111 0.082577 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/subnet HTTP/1.1" 200 684 0.007941 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 1085 0.011386 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/network HTTP/1.1" 200 976 0.011306 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/subnet HTTP/1.1" 200 704 0.008575 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.49 - - [2025-09-18 01:55:22] "POST /neutron/network HTTP/1.1" 200 976 0.007342 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.010365 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.010863 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/network HTTP/1.1" 200 986 0.006961 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003142 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/subnet HTTP/1.1" 200 684 0.008639 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/network HTTP/1.1" 200 976 0.006773 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012410 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006161 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012353 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006868 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/port HTTP/1.1" 200 1081 0.012311 10.0.0.49 - - [2025-09-18 01:55:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006658 10.0.0.49 - - [2025-09-18 01:55:26] "GET /virtual-machine/c347b50a-f42f-49fb-b995-2baf8531893e HTTP/1.1" 200 1285 0.004929 10.0.0.49 - - [2025-09-18 01:55:26] "GET /virtual-machine-interface/158ae79f-f625-4962-bf9e-60eb4258eb45 HTTP/1.1" 200 2924 0.005139 10.0.0.49 - - [2025-09-18 01:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.49 - - [2025-09-18 01:55:26] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003311 10.0.0.49 - - [2025-09-18 01:55:26] "GET /virtual-networks?parent_id=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003150 10.0.0.49 - - [2025-09-18 01:55:26] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005568 10.0.0.49 - - [2025-09-18 01:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.49 - - [2025-09-18 01:55:29] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006583 10.0.0.49 - - [2025-09-18 01:55:31] "POST /neutron/port HTTP/1.1" 200 1081 0.012457 10.0.0.49 - - [2025-09-18 01:55:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005520 10.0.0.49 - - [2025-09-18 01:55:31] "POST /neutron/port HTTP/1.1" 200 1085 0.021408 10.0.0.49 - - [2025-09-18 01:55:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005306 10.0.0.49 - - [2025-09-18 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.49 - - [2025-09-18 01:55:34] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003135 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-networks?parent_id=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003408 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005428 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/port HTTP/1.1" 200 1085 0.011320 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005465 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/port HTTP/1.1" 200 1085 0.010465 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006021 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/port HTTP/1.1" 200 1085 0.010764 10.0.0.49 - - [2025-09-18 01:55:34] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007747 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-machine/55989b4c-b9b0-4dec-a433-db7083be017c HTTP/1.1" 200 1284 0.005394 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-machine-interface/a73949d9-6e3d-4754-988a-c4652ce826d7 HTTP/1.1" 200 2925 0.004762 10.0.0.49 - - [2025-09-18 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.49 - - [2025-09-18 01:55:34] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003156 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-networks?parent_id=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002970 10.0.0.49 - - [2025-09-18 01:55:34] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005760 10.0.0.49 - - [2025-09-18 01:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.49 - - [2025-09-18 01:55:35] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003052 10.0.0.49 - - [2025-09-18 01:55:35] "GET /virtual-networks?parent_id=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003022 10.0.0.49 - - [2025-09-18 01:55:35] "GET /virtual-network/d4f0c133-8228-4c07-929b-44ac624442d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.005532 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 1111 0.008648 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 1111 0.008378 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 151 0.096013 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 1107 0.008569 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 1107 0.007266 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 151 0.134431 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/network HTTP/1.1" 200 976 0.007821 10.0.0.49 - - [2025-09-18 01:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.49 - - [2025-09-18 01:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.49 - - [2025-09-18 01:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002259 10.0.0.49 - - [2025-09-18 01:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003388 10.0.0.49 - - [2025-09-18 01:55:39] "DELETE /route-target/00568b53-6efd-49e0-8789-3cf562ed2c4f HTTP/1.1" 200 115 0.043087 10.0.0.49 - - [2025-09-18 01:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/network HTTP/1.1" 200 151 0.125365 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 400 205 0.003506 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.005230 10.0.0.49 - - [2025-09-18 01:55:39] "POST /neutron/port HTTP/1.1" 400 205 0.003256 10.0.0.49 - - [2025-09-18 01:55:39] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.49 - - [2025-09-18 01:55:39] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.035995 10.0.0.49 - - [2025-09-18 01:55:39] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.49 - - [2025-09-18 01:55:39] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?fields=virtual_networks HTTP/1.1" 200 1025 0.071721 10.0.0.49 - - [2025-09-18 01:55:39] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001077 10.0.0.49 - - [2025-09-18 01:55:40] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.029607 10.0.0.49 - - [2025-09-18 01:55:40] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001311 10.0.0.49 - - [2025-09-18 01:55:40] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?fields=security_groups HTTP/1.1" 200 1247 0.050045 10.0.0.49 - - [2025-09-18 01:55:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.024332 10.0.0.49 - - [2025-09-18 01:55:40] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002475 10.0.0.49 - - [2025-09-18 01:55:41] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.49 - - [2025-09-18 01:55:41] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007652 10.0.0.49 - - [2025-09-18 01:55:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001438 10.0.0.49 - - [2025-09-18 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003546 10.0.0.49 - - [2025-09-18 01:55:41] "POST /security-groups HTTP/1.1" 200 589 0.064840 10.0.0.49 - - [2025-09-18 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.002614 10.0.0.49 - - [2025-09-18 01:55:41] "POST /projects HTTP/1.1" 200 581 0.209432 10.0.0.49 - - [2025-09-18 01:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.276743 10.0.0.49 - - [2025-09-18 01:55:41] "POST /access-control-lists HTTP/1.1" 200 594 0.058705 10.0.0.49 - - [2025-09-18 01:55:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.002550 10.0.0.49 - - [2025-09-18 01:55:41] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.395304 10.0.0.49 - - [2025-09-18 01:55:41] "POST /access-control-lists HTTP/1.1" 200 592 0.059919 10.0.0.49 - - [2025-09-18 01:55:42] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.49 - - [2025-09-18 01:55:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.49 - - [2025-09-18 01:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.052959 10.0.0.49 - - [2025-09-18 01:55:43] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001136 10.0.0.49 - - [2025-09-18 01:55:43] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029180 10.0.0.49 - - [2025-09-18 01:55:43] "POST /neutron/network HTTP/1.1" 200 117 0.029377 10.0.0.49 - - [2025-09-18 01:55:43] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.49 - - [2025-09-18 01:55:43] "POST /neutron/network HTTP/1.1" 200 605 0.080202 10.0.0.49 - - [2025-09-18 01:55:43] "POST /route-targets HTTP/1.1" 200 327 0.010836 10.0.0.49 - - [2025-09-18 01:55:43] "POST /ref-update HTTP/1.1" 200 156 0.013066 10.0.0.49 - - [2025-09-18 01:55:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003522 10.0.0.49 - - [2025-09-18 01:55:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.142454 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 823 0.011941 10.0.0.49 - - [2025-09-18 01:55:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.002023 10.0.0.49 - - [2025-09-18 01:55:44] "GET /virtual-network/1b51e858-3a29-44dc-bdc8-d168d05291f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006301 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 823 0.007963 10.0.0.49 - - [2025-09-18 01:55:44] "GET /virtual-network/1b51e858-3a29-44dc-bdc8-d168d05291f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005236 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 823 0.005955 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.007222 10.0.0.49 - - [2025-09-18 01:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.49 - - [2025-09-18 01:55:44] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.49 - - [2025-09-18 01:55:44] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025015 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 117 0.008923 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/port HTTP/1.1" 200 117 0.003950 10.0.0.49 - - [2025-09-18 01:55:44] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001056 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/port HTTP/1.1" 400 205 0.003518 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 605 0.084352 10.0.0.49 - - [2025-09-18 01:55:44] "POST /route-targets HTTP/1.1" 200 327 0.012563 10.0.0.49 - - [2025-09-18 01:55:44] "POST /ref-update HTTP/1.1" 200 156 0.014730 10.0.0.49 - - [2025-09-18 01:55:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003615 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.146613 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 822 0.005270 10.0.0.49 - - [2025-09-18 01:55:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001103 10.0.0.49 - - [2025-09-18 01:55:44] "GET /virtual-network/6e3e5385-6a6b-4c9e-bf07-b285e9e15ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004420 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 822 0.006338 10.0.0.49 - - [2025-09-18 01:55:44] "GET /virtual-network/6e3e5385-6a6b-4c9e-bf07-b285e9e15ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006965 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 822 0.005851 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.007343 10.0.0.49 - - [2025-09-18 01:55:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001195 10.0.0.49 - - [2025-09-18 01:55:44] "POST /neutron/network HTTP/1.1" 200 833 0.006475 10.0.0.49 - - [2025-09-18 01:55:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000414 10.0.0.49 - - [2025-09-18 01:55:45] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.49 - - [2025-09-18 01:55:45] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.49 - - [2025-09-18 01:55:45] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.49 - - [2025-09-18 01:55:45] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052120 10.0.0.49 - - [2025-09-18 01:55:45] "POST /neutron/network HTTP/1.1" 200 823 0.006595 10.0.0.49 - - [2025-09-18 01:55:45] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.49 - - [2025-09-18 01:55:45] "POST /neutron/port HTTP/1.1" 200 117 0.006722 10.0.0.49 - - [2025-09-18 01:55:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001311 10.0.0.49 - - [2025-09-18 01:55:45] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/network HTTP/1.1" 200 832 0.005567 10.0.0.49 - - [2025-09-18 01:55:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/network HTTP/1.1" 200 833 0.005901 10.0.0.49 - - [2025-09-18 01:55:46] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001373 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 1057 0.225371 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 1057 0.010999 10.0.0.49 - - [2025-09-18 01:55:46] "GET / HTTP/1.1" 200 35931 0.002167 10.0.0.49 - - [2025-09-18 01:55:46] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000366 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 1057 0.008658 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 1111 0.068695 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 1085 0.011356 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.007158 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.49 - - [2025-09-18 01:55:46] "POST /neutron/network HTTP/1.1" 200 823 0.005968 10.0.0.49 - - [2025-09-18 01:55:46] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001372 10.0.0.49 - - [2025-09-18 01:55:46] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046706 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/network HTTP/1.1" 200 822 0.006745 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/port HTTP/1.1" 200 1085 0.027328 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010665 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/port HTTP/1.1" 200 117 0.006938 10.0.0.49 - - [2025-09-18 01:55:47] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001381 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/router HTTP/1.1" 200 580 0.065034 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/router HTTP/1.1" 200 580 0.005129 10.0.0.49 - - [2025-09-18 01:55:47] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.49 - - [2025-09-18 01:55:47] "POST /route-targets HTTP/1.1" 200 327 0.048989 10.0.0.49 - - [2025-09-18 01:55:47] "PUT /logical-router/ef736538-3b6e-4f95-99a8-7d02142687dd HTTP/1.1" 200 262 0.070702 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/router HTTP/1.1" 200 344 0.300473 10.0.0.49 - - [2025-09-18 01:55:47] "POST /ref-update HTTP/1.1" 200 156 0.030392 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/port HTTP/1.1" 200 1085 0.011153 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006023 10.0.0.49 - - [2025-09-18 01:55:47] "POST /neutron/network HTTP/1.1" 200 832 0.005956 10.0.0.49 - - [2025-09-18 01:55:47] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001542 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 1056 0.263436 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 1056 0.009751 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 1056 0.007498 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 1110 0.059532 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 1084 0.014534 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003341 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/subnet HTTP/1.1" 200 689 0.006756 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.49 - - [2025-09-18 01:55:48] "POST /neutron/network HTTP/1.1" 200 822 0.005692 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/port HTTP/1.1" 200 1085 0.011576 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006218 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/port HTTP/1.1" 200 1085 0.010947 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006430 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/port HTTP/1.1" 200 1085 0.017967 10.0.0.49 - - [2025-09-18 01:55:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008173 10.0.0.49 - - [2025-09-18 01:55:52] "GET /virtual-machine/1dc17521-25c2-4f29-affe-8417226f18f4 HTTP/1.1" 401 292 0.000441 10.0.0.49 - - [2025-09-18 01:55:53] "GET /virtual-machine/1dc17521-25c2-4f29-affe-8417226f18f4 HTTP/1.1" 200 1290 0.027125 10.0.0.49 - - [2025-09-18 01:55:53] "GET /virtual-machine-interface/20e3f1a5-9f44-4636-914d-755548d156e9 HTTP/1.1" 200 2934 0.004842 10.0.0.49 - - [2025-09-18 01:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.49 - - [2025-09-18 01:55:53] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003525 10.0.0.49 - - [2025-09-18 01:55:53] "GET /virtual-networks?parent_id=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003114 10.0.0.49 - - [2025-09-18 01:55:53] "GET /virtual-network/1b51e858-3a29-44dc-bdc8-d168d05291f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005626 10.0.0.49 - - [2025-09-18 01:55:56] "POST /neutron/port HTTP/1.1" 200 1085 0.011714 10.0.0.49 - - [2025-09-18 01:55:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004869 10.0.0.49 - - [2025-09-18 01:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.49 - - [2025-09-18 01:55:56] "GET /virtual-network/1b51e858-3a29-44dc-bdc8-d168d05291f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004753 10.0.0.49 - - [2025-09-18 01:55:58] "POST /neutron/port HTTP/1.1" 200 1084 0.011073 10.0.0.49 - - [2025-09-18 01:55:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005036 10.0.0.49 - - [2025-09-18 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.49 - - [2025-09-18 01:55:58] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003361 10.0.0.49 - - [2025-09-18 01:55:58] "GET /virtual-networks?parent_id=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004810 10.0.0.49 - - [2025-09-18 01:55:58] "GET /virtual-network/1b51e858-3a29-44dc-bdc8-d168d05291f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007294 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/port HTTP/1.1" 200 1084 0.010361 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006084 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/f150bac320a84605878515e08932091c HTTP/1.1" 404 173 0.009904 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/848d16d002b44d3ca5f24e6187ea5709 HTTP/1.1" 404 173 0.009267 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/1309aed689244cca9a4e710ee6746eaa HTTP/1.1" 404 173 0.008646 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/f47a28a9e6ed45daa317775c12c81d86 HTTP/1.1" 404 173 0.008125 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000807 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/port HTTP/1.1" 200 1084 0.048356 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.064903 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.023325 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.067950 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.077401 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.096713 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001604 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000908 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000797 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?fields=security_groups HTTP/1.1" 200 1348 0.065418 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?fields=security_groups HTTP/1.1" 200 1348 0.081286 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?fields=security_groups HTTP/1.1" 200 1352 0.081933 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?fields=security_groups HTTP/1.1" 200 1400 0.088525 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/port HTTP/1.1" 200 1084 0.057376 10.0.0.49 - - [2025-09-18 01:55:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006189 10.0.0.49 - - [2025-09-18 01:55:59] "GET /virtual-machine/52146695-03cd-487b-aa69-24e80a6ea774 HTTP/1.1" 200 1290 0.006737 10.0.0.49 - - [2025-09-18 01:55:59] "GET /virtual-machine-interface/152e96dd-ccf5-40a3-9618-e524486e347f HTTP/1.1" 200 2934 0.010113 10.0.0.49 - - [2025-09-18 01:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011602 10.0.0.49 - - [2025-09-18 01:55:59] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004029 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /security-group/04435fda-8f1f-4d9f-9a6d-824cabc086c6 HTTP/1.1" 200 115 0.106637 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=848d16d0-02b4-4d3c-a5f2-4e6187ea5709&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001218 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/5d0a31fe-4200-4ebb-8984-3352c4d2b7b4 HTTP/1.1" 200 115 0.062928 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /security-group/61243a0a-e037-411c-b321-5ed2bb18cdcb HTTP/1.1" 200 115 0.121123 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f150bac3-20a8-4605-8785-15e08932091c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.49 - - [2025-09-18 01:55:59] "GET /virtual-networks?parent_id=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003518 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /security-group/9b03bd8a-f0dc-4d9f-8336-269e7ca2eda5 HTTP/1.1" 200 115 0.140695 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709?fields=application_policy_sets HTTP/1.1" 200 1387 0.049079 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /security-group/bbf284b0-fa80-47fa-842e-e7d1498f563d HTTP/1.1" 200 115 0.125557 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=f47a28a9-e6ed-45da-a317-775c12c81d86&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.49 - - [2025-09-18 01:55:59] "GET /projects?obj_uuids=c0b4efd6-43c7-4012-b9e2-8662e4ed8099&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.49 - - [2025-09-18 01:55:59] "GET /virtual-network/6e3e5385-6a6b-4c9e-bf07-b285e9e15ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007405 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/c211f1c8-936d-4732-b588-3fd795b6b864 HTTP/1.1" 200 115 0.063301 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f47a28a9-e6ed-45da-a317-775c12c81d86?fields=application_policy_sets HTTP/1.1" 200 1391 0.058268 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/f150bac3-20a8-4605-8785-15e08932091c?fields=application_policy_sets HTTP/1.1" 200 1387 0.100485 10.0.0.49 - - [2025-09-18 01:55:59] "GET /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099?fields=application_policy_sets HTTP/1.1" 200 1439 0.089242 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/76402c0b-4ec9-4ffc-b746-d4f97aa6ea56 HTTP/1.1" 200 115 0.064009 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/4c60050f-3bfd-47bd-a9da-b58d0ce20baf HTTP/1.1" 200 115 0.070396 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/4e541845-80ac-4bb8-a5c2-54a8469ff45c HTTP/1.1" 200 115 0.071131 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/848d16d0-02b4-4d3c-a5f2-4e6187ea5709 HTTP/1.1" 200 115 0.657090 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/f47a28a9-e6ed-45da-a317-775c12c81d86 HTTP/1.1" 200 115 0.699659 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/7d301007-a60c-4a6f-89bb-d5d5e511fd0c HTTP/1.1" 200 115 0.071604 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/f150bac3-20a8-4605-8785-15e08932091c HTTP/1.1" 200 115 0.750854 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /project/c0b4efd6-43c7-4012-b9e2-8662e4ed8099 HTTP/1.1" 200 115 0.752696 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/08653954-e798-47ef-b88f-0db0f9359332 HTTP/1.1" 200 115 0.037580 10.0.0.49 - - [2025-09-18 01:55:59] "DELETE /access-control-list/3134c716-41c2-483c-b30a-a1e85bbc3c42 HTTP/1.1" 200 115 0.018815 10.0.0.49 - - [2025-09-18 01:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.49 - - [2025-09-18 01:56:00] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002949 10.0.0.49 - - [2025-09-18 01:56:00] "GET /virtual-networks?parent_id=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003086 10.0.0.49 - - [2025-09-18 01:56:00] "GET /virtual-network/6e3e5385-6a6b-4c9e-bf07-b285e9e15ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005648 10.0.0.49 - - [2025-09-18 01:56:05] "GET /obj-perms HTTP/1.1" 200 5056 0.046671 10.0.0.49 - - [2025-09-18 01:56:06] "POST /neutron/router HTTP/1.1" 200 580 0.003860 10.0.0.49 - - [2025-09-18 01:56:06] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.49 - - [2025-09-18 01:56:06] "GET /obj-perms HTTP/1.1" 200 5056 0.054338 10.0.0.49 - - [2025-09-18 01:56:06] "POST /neutron/router HTTP/1.1" 200 344 0.218651 10.0.0.49 - - [2025-09-18 01:56:06] "POST /neutron/port HTTP/1.1" 200 1881 0.015013 10.0.0.49 - - [2025-09-18 01:56:06] "POST /ref-update HTTP/1.1" 200 156 0.008512 10.0.0.49 - - [2025-09-18 01:56:12] "POST /neutron/router HTTP/1.1" 200 580 0.003895 10.0.0.49 - - [2025-09-18 01:56:12] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.49 - - [2025-09-18 01:56:12] "POST /neutron/router HTTP/1.1" 200 344 0.103454 10.0.0.49 - - [2025-09-18 01:56:16] "POST /neutron/router HTTP/1.1" 200 580 0.004660 10.0.0.49 - - [2025-09-18 01:56:16] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.49 - - [2025-09-18 01:56:16] "POST /neutron/router HTTP/1.1" 200 344 0.199292 10.0.0.49 - - [2025-09-18 01:56:16] "POST /ref-update HTTP/1.1" 200 156 0.010046 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 580 0.004879 10.0.0.49 - - [2025-09-18 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 344 0.105407 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 580 0.004510 10.0.0.49 - - [2025-09-18 01:56:18] "POST /ref-update HTTP/1.1" 200 156 0.011398 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 344 0.113246 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 580 0.005021 10.0.0.49 - - [2025-09-18 01:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006554 10.0.0.49 - - [2025-09-18 01:56:18] "GET /logical-router/ef736538-3b6e-4f95-99a8-7d02142687dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010190 10.0.0.49 - - [2025-09-18 01:56:18] "POST /neutron/router HTTP/1.1" 200 151 0.053753 10.0.0.49 - - [2025-09-18 01:56:18] "DELETE /route-target/6d3821a4-df60-4bec-ae5c-c9591223d126 HTTP/1.1" 200 115 0.020594 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/network HTTP/1.1" 200 822 0.007819 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/network HTTP/1.1" 400 204 0.009324 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 1084 0.011318 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 1110 0.009683 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 1085 0.015100 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 1111 0.008056 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 151 0.129373 10.0.0.49 - - [2025-09-18 01:56:19] "POST /neutron/port HTTP/1.1" 200 151 0.124656 10.0.0.49 - - [2025-09-18 01:56:21] "POST /neutron/network HTTP/1.1" 200 822 0.005607 10.0.0.49 - - [2025-09-18 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004387 10.0.0.49 - - [2025-09-18 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.49 - - [2025-09-18 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.49 - - [2025-09-18 01:56:21] "POST /neutron/network HTTP/1.1" 200 151 0.075713 10.0.0.49 - - [2025-09-18 01:56:21] "DELETE /route-target/a2ad409b-b95a-4f8e-8bff-4424f9720649 HTTP/1.1" 200 115 0.012296 10.0.0.49 - - [2025-09-18 01:56:21] "POST /neutron/network HTTP/1.1" 200 823 0.005347 10.0.0.49 - - [2025-09-18 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003529 10.0.0.49 - - [2025-09-18 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.49 - - [2025-09-18 01:56:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001674 10.0.0.49 - - [2025-09-18 01:56:21] "POST /neutron/network HTTP/1.1" 200 151 0.075192 10.0.0.49 - - [2025-09-18 01:56:21] "DELETE /route-target/58cdc7c7-7355-4124-9786-9c31a60a0487 HTTP/1.1" 200 115 0.011530 10.0.0.49 - - [2025-09-18 01:56:21] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.49 - - [2025-09-18 01:56:21] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024742 10.0.0.49 - - [2025-09-18 01:56:21] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.49 - - [2025-09-18 01:56:21] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?fields=virtual_networks HTTP/1.1" 200 1028 0.062786 10.0.0.49 - - [2025-09-18 01:56:21] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.49 - - [2025-09-18 01:56:21] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023394 10.0.0.49 - - [2025-09-18 01:56:21] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.49 - - [2025-09-18 01:56:21] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?fields=security_groups HTTP/1.1" 200 1252 0.026478 10.0.0.49 - - [2025-09-18 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.024197 10.0.0.49 - - [2025-09-18 01:56:22] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002473 10.0.0.49 - - [2025-09-18 01:56:22] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.49 - - [2025-09-18 01:56:22] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006766 10.0.0.49 - - [2025-09-18 01:56:22] "POST /id-to-fqname HTTP/1.1" 200 193 0.001842 10.0.0.49 - - [2025-09-18 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.006527 10.0.0.49 - - [2025-09-18 01:56:22] "POST /security-groups HTTP/1.1" 200 594 0.064469 10.0.0.49 - - [2025-09-18 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 237 0.002538 10.0.0.49 - - [2025-09-18 01:56:23] "POST /projects HTTP/1.1" 200 591 0.234404 10.0.0.49 - - [2025-09-18 01:56:23] "POST /access-control-lists HTTP/1.1" 200 599 0.057337 10.0.0.49 - - [2025-09-18 01:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.305971 10.0.0.49 - - [2025-09-18 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002853 10.0.0.49 - - [2025-09-18 01:56:23] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.425974 10.0.0.49 - - [2025-09-18 01:56:23] "POST /access-control-lists HTTP/1.1" 200 597 0.064722 10.0.0.49 - - [2025-09-18 01:56:24] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.49 - - [2025-09-18 01:56:25] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000545 10.0.0.49 - - [2025-09-18 01:56:25] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.49 - - [2025-09-18 01:56:25] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.052884 10.0.0.49 - - [2025-09-18 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002456 10.0.0.49 - - [2025-09-18 01:56:25] "GET /security-group/47de74af-27f4-4b41-912a-2fc8cf36c29c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004975 10.0.0.49 - - [2025-09-18 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.49 - - [2025-09-18 01:56:25] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001434 10.0.0.49 - - [2025-09-18 01:56:25] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.027474 10.0.0.49 - - [2025-09-18 01:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.49 - - [2025-09-18 01:56:25] "GET /security-group/47de74af-27f4-4b41-912a-2fc8cf36c29c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003856 10.0.0.49 - - [2025-09-18 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.49 - - [2025-09-18 01:56:26] "PUT /security-group/47de74af-27f4-4b41-912a-2fc8cf36c29c HTTP/1.1" 200 262 0.013910 10.0.0.49 - - [2025-09-18 01:56:26] "PUT /access-control-list/d9ec5981-c191-4929-ac2f-6606c05cf650 HTTP/1.1" 200 272 0.009392 10.0.0.49 - - [2025-09-18 01:56:26] "PUT /access-control-list/7a9c9b00-7c03-48c4-847b-5638029fe847 HTTP/1.1" 200 272 0.008795 10.0.0.49 - - [2025-09-18 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 202 0.002700 10.0.0.49 - - [2025-09-18 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-09-18 01:56:26] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001469 10.0.0.49 - - [2025-09-18 01:56:26] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.023667 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 117 0.029050 10.0.0.49 - - [2025-09-18 01:56:26] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 608 0.060803 10.0.0.49 - - [2025-09-18 01:56:26] "POST /route-targets HTTP/1.1" 200 327 0.011676 10.0.0.49 - - [2025-09-18 01:56:26] "POST /ref-update HTTP/1.1" 200 156 0.012348 10.0.0.49 - - [2025-09-18 01:56:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004104 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.184050 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 829 0.005056 10.0.0.49 - - [2025-09-18 01:56:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001115 10.0.0.49 - - [2025-09-18 01:56:26] "GET /virtual-network/5cdaddd1-e333-4b70-b8f4-c0b74fb2f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004602 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 829 0.005521 10.0.0.49 - - [2025-09-18 01:56:26] "GET /virtual-network/5cdaddd1-e333-4b70-b8f4-c0b74fb2f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004907 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 829 0.006100 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.006160 10.0.0.49 - - [2025-09-18 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002275 10.0.0.49 - - [2025-09-18 01:56:26] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001051 10.0.0.49 - - [2025-09-18 01:56:26] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024056 10.0.0.49 - - [2025-09-18 01:56:26] "POST /neutron/network HTTP/1.1" 200 117 0.008401 10.0.0.49 - - [2025-09-18 01:56:26] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/network HTTP/1.1" 200 615 0.082388 10.0.0.49 - - [2025-09-18 01:56:27] "POST /route-targets HTTP/1.1" 200 327 0.018622 10.0.0.49 - - [2025-09-18 01:56:27] "POST /ref-update HTTP/1.1" 200 156 0.015324 10.0.0.49 - - [2025-09-18 01:56:27] "POST /useragent-kv HTTP/1.1" 200 115 0.004418 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.179010 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/network HTTP/1.1" 200 834 0.005226 10.0.0.49 - - [2025-09-18 01:56:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001058 10.0.0.49 - - [2025-09-18 01:56:27] "GET /virtual-network/607f3435-3073-42c3-80e7-1883e9455237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004640 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/network HTTP/1.1" 200 834 0.006299 10.0.0.49 - - [2025-09-18 01:56:27] "GET /virtual-network/607f3435-3073-42c3-80e7-1883e9455237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005522 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/network HTTP/1.1" 200 834 0.006182 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.007185 10.0.0.49 - - [2025-09-18 01:56:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001148 10.0.0.49 - - [2025-09-18 01:56:27] "POST /neutron/network HTTP/1.1" 200 839 0.005966 10.0.0.49 - - [2025-09-18 01:56:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.49 - - [2025-09-18 01:56:27] "GET / HTTP/1.1" 200 35931 0.002905 10.0.0.49 - - [2025-09-18 01:56:27] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000365 10.0.0.49 - - [2025-09-18 01:56:28] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001193 10.0.0.49 - - [2025-09-18 01:56:28] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045046 10.0.0.49 - - [2025-09-18 01:56:28] "POST /neutron/network HTTP/1.1" 200 829 0.005976 10.0.0.49 - - [2025-09-18 01:56:28] "POST /neutron/port HTTP/1.1" 200 117 0.005311 10.0.0.49 - - [2025-09-18 01:56:28] "POST /neutron/port HTTP/1.1" 200 117 0.006129 10.0.0.49 - - [2025-09-18 01:56:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001275 10.0.0.49 - - [2025-09-18 01:56:28] "POST /neutron/port HTTP/1.1" 200 117 0.004663 10.0.0.49 - - [2025-09-18 01:56:28] "POST /neutron/network HTTP/1.1" 200 844 0.005734 10.0.0.49 - - [2025-09-18 01:56:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000585 10.0.0.49 - - [2025-09-18 01:56:29] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.49 - - [2025-09-18 01:56:29] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/network HTTP/1.1" 200 839 0.005492 10.0.0.49 - - [2025-09-18 01:56:29] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001019 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1065 0.215537 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1065 0.009187 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1065 0.009666 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1119 0.067584 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1093 0.012897 10.0.0.49 - - [2025-09-18 01:56:29] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003722 10.0.0.49 - - [2025-09-18 01:56:29] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.063511 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.015818 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/network HTTP/1.1" 200 834 0.005748 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/network HTTP/1.1" 200 829 0.006426 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 1093 0.013553 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007535 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.005389 10.0.0.49 - - [2025-09-18 01:56:29] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001492 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/router HTTP/1.1" 200 585 0.073257 10.0.0.49 - - [2025-09-18 01:56:29] "POST /route-targets HTTP/1.1" 200 327 0.014366 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/router HTTP/1.1" 200 585 0.010209 10.0.0.49 - - [2025-09-18 01:56:29] "PUT /logical-router/c2cfb170-499f-4160-95f1-ca185914b045 HTTP/1.1" 200 262 0.032956 10.0.0.49 - - [2025-09-18 01:56:29] "POST /neutron/router HTTP/1.1" 200 656 0.047170 10.0.0.49 - - [2025-09-18 01:56:29] "GET /logical-router/c2cfb170-499f-4160-95f1-ca185914b045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.021169 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/router HTTP/1.1" 200 656 0.005137 10.0.0.49 - - [2025-09-18 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.49 - - [2025-09-18 01:56:30] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001461 10.0.0.49 - - [2025-09-18 01:56:30] "GET /service-template/8380cb40-22d0-4882-8d79-3f91aea870aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003630 10.0.0.49 - - [2025-09-18 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.004520 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/network HTTP/1.1" 200 844 0.010489 10.0.0.49 - - [2025-09-18 01:56:30] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001161 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/router HTTP/1.1" 200 344 0.386908 10.0.0.49 - - [2025-09-18 01:56:30] "POST /useragent-kv HTTP/1.1" 200 115 0.017106 10.0.0.49 - - [2025-09-18 01:56:30] "POST /virtual-networks HTTP/1.1" 200 694 0.260616 10.0.0.49 - - [2025-09-18 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.023854 10.0.0.49 - - [2025-09-18 01:56:30] "POST /route-targets HTTP/1.1" 200 327 0.054378 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1093 0.066093 10.0.0.49 - - [2025-09-18 01:56:30] "POST /service-instances HTTP/1.1" 200 670 0.086478 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.022496 10.0.0.49 - - [2025-09-18 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.038376 10.0.0.49 - - [2025-09-18 01:56:30] "POST /route-tables HTTP/1.1" 200 582 0.023968 10.0.0.49 - - [2025-09-18 01:56:30] "PUT /logical-router/c2cfb170-499f-4160-95f1-ca185914b045 HTTP/1.1" 200 262 0.024313 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1063 0.462334 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1063 0.009056 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1063 0.011092 10.0.0.49 - - [2025-09-18 01:56:30] "POST /ref-update HTTP/1.1" 200 156 0.036271 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1117 0.087736 10.0.0.49 - - [2025-09-18 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.49 - - [2025-09-18 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002027 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 1091 0.010016 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002935 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.010340 10.0.0.49 - - [2025-09-18 01:56:30] "POST /virtual-machines HTTP/1.1" 200 553 0.013321 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/port HTTP/1.1" 200 117 0.002326 10.0.0.49 - - [2025-09-18 01:56:30] "POST /neutron/network HTTP/1.1" 200 834 0.005759 10.0.0.49 - - [2025-09-18 01:56:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.095502 10.0.0.49 - - [2025-09-18 01:56:31] "POST /chown HTTP/1.1" 200 109 0.007944 10.0.0.49 - - [2025-09-18 01:56:31] "POST /instance-ips HTTP/1.1" 200 551 0.033195 10.0.0.49 - - [2025-09-18 01:56:31] "POST /instance-ips HTTP/1.1" 400 246 0.026876 10.0.0.49 - - [2025-09-18 01:56:31] "POST /chown HTTP/1.1" 200 109 0.016190 10.0.0.49 - - [2025-09-18 01:56:31] "PUT /virtual-machine-interface/0f082d62-76c6-412d-87b5-c250a55eb9ba HTTP/1.1" 200 284 0.012790 10.0.0.49 - - [2025-09-18 01:56:31] "PUT /instance-ip/5d95bee6-3ac5-4f1b-936b-703b2a3a773c HTTP/1.1" 200 256 0.013865 10.0.0.49 - - [2025-09-18 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.011491 10.0.0.49 - - [2025-09-18 01:56:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089726 10.0.0.49 - - [2025-09-18 01:56:31] "POST /chown HTTP/1.1" 200 109 0.007194 10.0.0.49 - - [2025-09-18 01:56:31] "POST /instance-ips HTTP/1.1" 200 549 0.034175 10.0.0.49 - - [2025-09-18 01:56:31] "POST /instance-ips HTTP/1.1" 400 316 0.018966 10.0.0.49 - - [2025-09-18 01:56:31] "POST /chown HTTP/1.1" 200 109 0.009573 10.0.0.49 - - [2025-09-18 01:56:31] "PUT /virtual-machine-interface/438b56b5-bbf5-4295-a0c3-7fd7e3cc5613 HTTP/1.1" 200 284 0.011120 10.0.0.49 - - [2025-09-18 01:56:32] "PUT /instance-ip/30bbb65b-2960-4fd4-8235-e541cbd083b5 HTTP/1.1" 200 256 0.019915 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.013278 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.010711 10.0.0.49 - - [2025-09-18 01:56:32] "PUT /routing-instance/645100c4-2476-4625-b59f-3ca09ac9ee2f HTTP/1.1" 200 266 0.016077 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.024271 10.0.0.49 - - [2025-09-18 01:56:32] "POST /virtual-machines HTTP/1.1" 200 553 0.016258 10.0.0.49 - - [2025-09-18 01:56:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.112167 10.0.0.49 - - [2025-09-18 01:56:32] "POST /chown HTTP/1.1" 200 109 0.008320 10.0.0.49 - - [2025-09-18 01:56:32] "POST /instance-ips HTTP/1.1" 400 246 0.019568 10.0.0.49 - - [2025-09-18 01:56:32] "POST /chown HTTP/1.1" 200 109 0.007115 10.0.0.49 - - [2025-09-18 01:56:32] "PUT /virtual-machine-interface/666f95a6-873c-48e3-b0f9-52656dc06cbc HTTP/1.1" 200 284 0.010874 10.0.0.49 - - [2025-09-18 01:56:32] "PUT /instance-ip/5d95bee6-3ac5-4f1b-936b-703b2a3a773c HTTP/1.1" 200 256 0.011644 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.012553 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.010752 10.0.0.49 - - [2025-09-18 01:56:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.089268 10.0.0.49 - - [2025-09-18 01:56:32] "POST /ref-update HTTP/1.1" 200 156 0.017664 10.0.0.49 - - [2025-09-18 01:56:32] "PUT /routing-instance/645100c4-2476-4625-b59f-3ca09ac9ee2f HTTP/1.1" 200 266 0.011897 10.0.0.49 - - [2025-09-18 01:56:32] "POST /chown HTTP/1.1" 200 109 0.006747 10.0.0.49 - - [2025-09-18 01:56:33] "POST /instance-ips HTTP/1.1" 400 316 0.015134 10.0.0.49 - - [2025-09-18 01:56:33] "POST /chown HTTP/1.1" 200 109 0.007886 10.0.0.49 - - [2025-09-18 01:56:33] "PUT /virtual-machine-interface/ac527794-d786-48f0-a6a2-0e9689ab9978 HTTP/1.1" 200 284 0.009751 10.0.0.49 - - [2025-09-18 01:56:33] "PUT /instance-ip/30bbb65b-2960-4fd4-8235-e541cbd083b5 HTTP/1.1" 200 256 0.014354 10.0.0.49 - - [2025-09-18 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.015348 10.0.0.49 - - [2025-09-18 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.013162 10.0.0.49 - - [2025-09-18 01:56:33] "PUT /routing-instance/645100c4-2476-4625-b59f-3ca09ac9ee2f HTTP/1.1" 200 266 0.017167 10.0.0.49 - - [2025-09-18 01:56:33] "POST /ref-update HTTP/1.1" 200 156 0.021899 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/port HTTP/1.1" 200 1093 0.009959 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005690 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/port HTTP/1.1" 200 1093 0.010323 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005776 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/port HTTP/1.1" 200 1093 0.010801 10.0.0.49 - - [2025-09-18 01:56:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006000 10.0.0.49 - - [2025-09-18 01:56:35] "GET /virtual-machine/5887f00e-3272-4536-ac7a-721517268aaf HTTP/1.1" 401 292 0.000439 10.0.0.49 - - [2025-09-18 01:56:36] "GET /virtual-machine/5887f00e-3272-4536-ac7a-721517268aaf HTTP/1.1" 200 1295 0.027268 10.0.0.49 - - [2025-09-18 01:56:36] "GET /virtual-machine-interface/6aed72b4-6abd-43de-93cc-a811605f5405 HTTP/1.1" 200 2956 0.005750 10.0.0.49 - - [2025-09-18 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.49 - - [2025-09-18 01:56:36] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002658 10.0.0.49 - - [2025-09-18 01:56:36] "GET /virtual-networks?parent_id=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002900 10.0.0.49 - - [2025-09-18 01:56:36] "GET /virtual-network/5cdaddd1-e333-4b70-b8f4-c0b74fb2f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005840 10.0.0.49 - - [2025-09-18 01:56:39] "POST /neutron/port HTTP/1.1" 200 1093 0.010575 10.0.0.49 - - [2025-09-18 01:56:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005219 10.0.0.49 - - [2025-09-18 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.49 - - [2025-09-18 01:56:39] "GET /virtual-network/5cdaddd1-e333-4b70-b8f4-c0b74fb2f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004860 10.0.0.49 - - [2025-09-18 01:56:40] "POST /neutron/port HTTP/1.1" 200 1091 0.013422 10.0.0.49 - - [2025-09-18 01:56:40] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005424 10.0.0.49 - - [2025-09-18 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.49 - - [2025-09-18 01:56:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002816 10.0.0.49 - - [2025-09-18 01:56:41] "GET /virtual-networks?parent_id=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003238 10.0.0.49 - - [2025-09-18 01:56:41] "GET /virtual-network/5cdaddd1-e333-4b70-b8f4-c0b74fb2f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006627 10.0.0.49 - - [2025-09-18 01:56:41] "POST /neutron/port HTTP/1.1" 200 1091 0.012367 10.0.0.49 - - [2025-09-18 01:56:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006155 10.0.0.49 - - [2025-09-18 01:56:41] "POST /neutron/port HTTP/1.1" 200 1091 0.010231 10.0.0.49 - - [2025-09-18 01:56:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006329 10.0.0.49 - - [2025-09-18 01:56:42] "POST /neutron/port HTTP/1.1" 200 1091 0.010418 10.0.0.49 - - [2025-09-18 01:56:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005941 10.0.0.49 - - [2025-09-18 01:56:42] "GET /virtual-machine/ebcc9ae8-20cd-4ce1-9708-60b55135ad8f HTTP/1.1" 200 1296 0.004334 10.0.0.49 - - [2025-09-18 01:56:42] "GET /virtual-machine-interface/ced2319b-0384-43f1-b32c-a9a6f7c1a130 HTTP/1.1" 200 2969 0.004526 10.0.0.49 - - [2025-09-18 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.49 - - [2025-09-18 01:56:42] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002849 10.0.0.49 - - [2025-09-18 01:56:42] "GET /virtual-networks?parent_id=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003180 10.0.0.49 - - [2025-09-18 01:56:42] "GET /virtual-network/607f3435-3073-42c3-80e7-1883e9455237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005670 10.0.0.49 - - [2025-09-18 01:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.49 - - [2025-09-18 01:56:43] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003177 10.0.0.49 - - [2025-09-18 01:56:43] "GET /virtual-networks?parent_id=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003242 10.0.0.49 - - [2025-09-18 01:56:43] "GET /virtual-network/607f3435-3073-42c3-80e7-1883e9455237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005323 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/router HTTP/1.1" 200 656 0.004185 10.0.0.49 - - [2025-09-18 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.011855 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/router HTTP/1.1" 200 344 0.105022 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/router HTTP/1.1" 200 656 0.004456 10.0.0.49 - - [2025-09-18 01:56:47] "GET /logical-router/c2cfb170-499f-4160-95f1-ca185914b045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003687 10.0.0.49 - - [2025-09-18 01:56:47] "GET /service-instance/b31121cd-4aed-496a-9fdd-d0cf56d2f26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004100 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/router HTTP/1.1" 200 151 0.050709 10.0.0.49 - - [2025-09-18 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.49 - - [2025-09-18 01:56:47] "DELETE /route-target/7d23d26d-c3c8-4068-8ed2-ae26b71747ae HTTP/1.1" 409 239 0.005138 10.0.0.49 - - [2025-09-18 01:56:47] "PUT /logical-router/c2cfb170-499f-4160-95f1-ca185914b045 HTTP/1.1" 404 171 0.002909 10.0.0.49 - - [2025-09-18 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.010865 10.0.0.49 - - [2025-09-18 01:56:47] "DELETE /route-table/58770fec-f70d-4bd1-9925-823b0ee14794 HTTP/1.1" 200 115 0.025829 10.0.0.49 - - [2025-09-18 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.49 - - [2025-09-18 01:56:47] "PUT /routing-instance/645100c4-2476-4625-b59f-3ca09ac9ee2f HTTP/1.1" 200 266 0.010927 10.0.0.49 - - [2025-09-18 01:56:47] "GET /virtual-network/a545207e-b937-4b1b-bb99-f3021a953320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.009125 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/network HTTP/1.1" 200 834 0.008581 10.0.0.49 - - [2025-09-18 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.015311 10.0.0.49 - - [2025-09-18 01:56:47] "POST /neutron/network HTTP/1.1" 400 204 0.048508 10.0.0.49 - - [2025-09-18 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.009461 10.0.0.49 - - [2025-09-18 01:56:47] "DELETE /instance-ip/30bbb65b-2960-4fd4-8235-e541cbd083b5 HTTP/1.1" 200 115 0.037083 10.0.0.49 - - [2025-09-18 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006083 10.0.0.49 - - [2025-09-18 01:56:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008089 10.0.0.49 - - [2025-09-18 01:56:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004108 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-network/a545207e-b937-4b1b-bb99-f3021a953320 HTTP/1.1" 200 115 0.141870 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /route-target/03332d68-d6ad-425a-8f2d-32e786fd98d7 HTTP/1.1" 200 115 0.024549 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /service-instance/b31121cd-4aed-496a-9fdd-d0cf56d2f26c HTTP/1.1" 200 115 0.040478 10.0.0.49 - - [2025-09-18 01:56:48] "GET /logical-router/c2cfb170-499f-4160-95f1-ca185914b045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004547 10.0.0.49 - - [2025-09-18 01:56:48] "GET /service-instance/b31121cd-4aed-496a-9fdd-d0cf56d2f26c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004162 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 1091 0.020925 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 1117 0.010631 10.0.0.49 - - [2025-09-18 01:56:48] "GET /virtual-machine-interface/ac527794-d786-48f0-a6a2-0e9689ab9978?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.006796 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 1093 0.012666 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 1119 0.008047 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 151 0.142796 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine-interface/ac527794-d786-48f0-a6a2-0e9689ab9978 HTTP/1.1" 200 115 0.056627 10.0.0.49 - - [2025-09-18 01:56:48] "GET /virtual-machine-interface/666f95a6-873c-48e3-b0f9-52656dc06cbc?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006901 10.0.0.49 - - [2025-09-18 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.016568 10.0.0.49 - - [2025-09-18 01:56:48] "POST /neutron/port HTTP/1.1" 200 151 0.154350 10.0.0.49 - - [2025-09-18 01:56:48] "GET /instance-ip/5d95bee6-3ac5-4f1b-936b-703b2a3a773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004242 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine-interface/666f95a6-873c-48e3-b0f9-52656dc06cbc HTTP/1.1" 200 115 0.039824 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine/4cc1240b-1dde-4c81-84a4-ff3a371691d5 HTTP/1.1" 200 115 0.017683 10.0.0.49 - - [2025-09-18 01:56:48] "GET /virtual-machine-interface/0f082d62-76c6-412d-87b5-c250a55eb9ba?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.006135 10.0.0.49 - - [2025-09-18 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.011623 10.0.0.49 - - [2025-09-18 01:56:48] "GET /instance-ip/5d95bee6-3ac5-4f1b-936b-703b2a3a773c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006336 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /instance-ip/5d95bee6-3ac5-4f1b-936b-703b2a3a773c HTTP/1.1" 200 115 0.024183 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine-interface/0f082d62-76c6-412d-87b5-c250a55eb9ba HTTP/1.1" 200 115 0.030259 10.0.0.49 - - [2025-09-18 01:56:48] "GET /virtual-machine-interface/438b56b5-bbf5-4295-a0c3-7fd7e3cc5613?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.005274 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine-interface/438b56b5-bbf5-4295-a0c3-7fd7e3cc5613 HTTP/1.1" 200 115 0.023650 10.0.0.49 - - [2025-09-18 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.49 - - [2025-09-18 01:56:48] "DELETE /virtual-machine/1fff9f47-7a93-4565-bd54-1a6bdaba3ab8 HTTP/1.1" 200 115 0.021472 10.0.0.49 - - [2025-09-18 01:56:49] "POST /neutron/network HTTP/1.1" 200 834 0.005617 10.0.0.49 - - [2025-09-18 01:56:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002195 10.0.0.49 - - [2025-09-18 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.49 - - [2025-09-18 01:56:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001847 10.0.0.49 - - [2025-09-18 01:56:49] "POST /neutron/network HTTP/1.1" 200 151 0.104549 10.0.0.49 - - [2025-09-18 01:56:49] "DELETE /route-target/b8f32c73-e717-451b-b23b-929510d0f117 HTTP/1.1" 200 115 0.012667 10.0.0.49 - - [2025-09-18 01:56:49] "POST /neutron/network HTTP/1.1" 200 829 0.004762 10.0.0.49 - - [2025-09-18 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.49 - - [2025-09-18 01:56:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002854 10.0.0.49 - - [2025-09-18 01:56:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001758 10.0.0.49 - - [2025-09-18 01:56:50] "POST /neutron/network HTTP/1.1" 200 151 0.073048 10.0.0.49 - - [2025-09-18 01:56:50] "DELETE /route-target/a0e53e9c-ca94-4bcc-bf2c-a63340370d82 HTTP/1.1" 200 115 0.014653 10.0.0.49 - - [2025-09-18 01:56:50] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.49 - - [2025-09-18 01:56:50] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.021009 10.0.0.49 - - [2025-09-18 01:56:50] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.49 - - [2025-09-18 01:56:50] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?fields=virtual_networks HTTP/1.1" 200 1039 0.070973 10.0.0.49 - - [2025-09-18 01:56:50] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.49 - - [2025-09-18 01:56:50] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.024156 10.0.0.49 - - [2025-09-18 01:56:50] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.49 - - [2025-09-18 01:56:50] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?fields=security_groups HTTP/1.1" 200 1268 0.024478 10.0.0.49 - - [2025-09-18 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.022937 10.0.0.49 - - [2025-09-18 01:56:51] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002837 10.0.0.49 - - [2025-09-18 01:56:51] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.49 - - [2025-09-18 01:56:51] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006661 10.0.0.49 - - [2025-09-18 01:56:51] "POST /id-to-fqname HTTP/1.1" 200 198 0.001914 10.0.0.49 - - [2025-09-18 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002471 10.0.0.49 - - [2025-09-18 01:56:51] "POST /security-groups HTTP/1.1" 200 599 0.060288 10.0.0.49 - - [2025-09-18 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.002433 10.0.0.49 - - [2025-09-18 01:56:51] "POST /projects HTTP/1.1" 200 601 0.209441 10.0.0.49 - - [2025-09-18 01:56:51] "POST /access-control-lists HTTP/1.1" 200 604 0.058481 10.0.0.49 - - [2025-09-18 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.274366 10.0.0.49 - - [2025-09-18 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 241 0.002925 10.0.0.49 - - [2025-09-18 01:56:51] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.394587 10.0.0.49 - - [2025-09-18 01:56:51] "POST /access-control-lists HTTP/1.1" 200 602 0.061115 10.0.0.49 - - [2025-09-18 01:56:52] "GET / HTTP/1.1" 200 35931 0.002199 10.0.0.49 - - [2025-09-18 01:56:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.49 - - [2025-09-18 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.056629 10.0.0.49 - - [2025-09-18 01:56:53] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.49 - - [2025-09-18 01:56:53] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021890 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 117 0.028805 10.0.0.49 - - [2025-09-18 01:56:54] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 613 0.067353 10.0.0.49 - - [2025-09-18 01:56:54] "POST /route-targets HTTP/1.1" 200 327 0.010899 10.0.0.49 - - [2025-09-18 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.011352 10.0.0.49 - - [2025-09-18 01:56:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003277 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.158052 10.0.0.49 - - [2025-09-18 01:56:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.49 - - [2025-09-18 01:56:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004145 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.147631 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007245 10.0.0.49 - - [2025-09-18 01:56:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001104 10.0.0.49 - - [2025-09-18 01:56:54] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005071 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 1006 0.008664 10.0.0.49 - - [2025-09-18 01:56:54] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004828 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007559 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.007050 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.006691 10.0.0.49 - - [2025-09-18 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.49 - - [2025-09-18 01:56:54] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.49 - - [2025-09-18 01:56:54] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026077 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 117 0.007955 10.0.0.49 - - [2025-09-18 01:56:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.023059 10.0.0.49 - - [2025-09-18 01:56:54] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.49 - - [2025-09-18 01:56:54] "POST /neutron/network HTTP/1.1" 200 613 0.065638 10.0.0.49 - - [2025-09-18 01:56:54] "POST /route-targets HTTP/1.1" 200 327 0.010626 10.0.0.49 - - [2025-09-18 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.49 - - [2025-09-18 01:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004757 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.188734 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006869 10.0.0.49 - - [2025-09-18 01:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/subnet HTTP/1.1" 200 818 0.161138 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1004 0.008523 10.0.0.49 - - [2025-09-18 01:56:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001224 10.0.0.49 - - [2025-09-18 01:56:55] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004956 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1004 0.008813 10.0.0.49 - - [2025-09-18 01:56:55] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005208 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1004 0.007886 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.007431 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/subnet HTTP/1.1" 200 818 0.007563 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002135 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.49 - - [2025-09-18 01:56:55] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.49 - - [2025-09-18 01:56:55] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029924 10.0.0.49 - - [2025-09-18 01:56:55] "POST /network-policys HTTP/1.1" 200 577 0.060146 10.0.0.49 - - [2025-09-18 01:56:55] "GET /network-policy/6be547a9-12af-456e-848d-da5d2f771448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004601 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1006 0.006968 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003435 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.002322 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1114 0.045449 10.0.0.49 - - [2025-09-18 01:56:55] "POST /access-control-lists HTTP/1.1" 200 596 0.070589 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1114 0.048460 10.0.0.49 - - [2025-09-18 01:56:55] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004941 10.0.0.49 - - [2025-09-18 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.49 - - [2025-09-18 01:56:55] "GET /network-policy/6be547a9-12af-456e-848d-da5d2f771448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003746 10.0.0.49 - - [2025-09-18 01:56:55] "POST /neutron/network HTTP/1.1" 200 1004 0.008291 10.0.0.49 - - [2025-09-18 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.005827 10.0.0.49 - - [2025-09-18 01:56:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004909 10.0.0.49 - - [2025-09-18 01:56:56] "POST /neutron/network HTTP/1.1" 200 1112 0.048522 10.0.0.49 - - [2025-09-18 01:56:56] "POST /access-control-lists HTTP/1.1" 200 596 0.065061 10.0.0.49 - - [2025-09-18 01:56:56] "POST /neutron/network HTTP/1.1" 200 1112 0.036789 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004735 10.0.0.49 - - [2025-09-18 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002033 10.0.0.49 - - [2025-09-18 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.49 - - [2025-09-18 01:56:56] "GET /network-policy/6be547a9-12af-456e-848d-da5d2f771448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003269 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.49 - - [2025-09-18 01:56:56] "PUT /access-control-list/005e5460-4eb2-46de-9404-00f7d91fac31 HTTP/1.1" 200 272 0.054831 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domains HTTP/1.1" 200 280 0.023453 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.007749 10.0.0.49 - - [2025-09-18 01:56:56] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.49 - - [2025-09-18 01:56:56] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 2625 0.068516 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8 HTTP/1.1" 200 3506 0.005535 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8 HTTP/1.1" 200 3506 0.004364 10.0.0.49 - - [2025-09-18 01:56:56] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 200 1796 0.003062 10.0.0.49 - - [2025-09-18 01:56:56] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 200 1796 0.002861 10.0.0.49 - - [2025-09-18 01:56:56] "GET /route-target/b6d8f646-494f-4a47-a6fd-b8c29d984ade HTTP/1.1" 200 1213 0.003197 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8 HTTP/1.1" 200 3506 0.005099 10.0.0.49 - - [2025-09-18 01:56:56] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 200 1796 0.003196 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005038 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8 HTTP/1.1" 200 3506 0.004737 10.0.0.49 - - [2025-09-18 01:56:56] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 200 1796 0.003000 10.0.0.49 - - [2025-09-18 01:56:56] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 200 1796 0.002780 10.0.0.49 - - [2025-09-18 01:56:56] "GET /route-target/b6d8f646-494f-4a47-a6fd-b8c29d984ade HTTP/1.1" 200 1213 0.002459 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domains HTTP/1.1" 200 280 0.002682 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.49 - - [2025-09-18 01:56:56] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.006030 10.0.0.49 - - [2025-09-18 01:56:56] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.49 - - [2025-09-18 01:56:56] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 2625 0.072886 10.0.0.49 - - [2025-09-18 01:56:56] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8 HTTP/1.1" 200 3506 0.016344 10.0.0.49 - - [2025-09-18 01:56:57] "GET /obj-perms HTTP/1.1" 200 5046 0.044734 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domains HTTP/1.1" 200 280 0.002986 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.006380 10.0.0.49 - - [2025-09-18 01:56:57] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.49 - - [2025-09-18 01:56:57] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 2625 0.066127 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776 HTTP/1.1" 200 3500 0.006510 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776 HTTP/1.1" 200 3500 0.004327 10.0.0.49 - - [2025-09-18 01:56:57] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 200 1795 0.004844 10.0.0.49 - - [2025-09-18 01:56:57] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 200 1795 0.002933 10.0.0.49 - - [2025-09-18 01:56:57] "GET /route-target/06ebd717-83e1-4531-877e-a0de95f85402 HTTP/1.1" 200 1210 0.002741 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776 HTTP/1.1" 200 3500 0.004215 10.0.0.49 - - [2025-09-18 01:56:57] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 200 1795 0.002969 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.004367 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776 HTTP/1.1" 200 3500 0.004345 10.0.0.49 - - [2025-09-18 01:56:57] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 200 1795 0.003363 10.0.0.49 - - [2025-09-18 01:56:57] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 200 1795 0.004305 10.0.0.49 - - [2025-09-18 01:56:57] "GET /route-target/06ebd717-83e1-4531-877e-a0de95f85402 HTTP/1.1" 200 1210 0.003907 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domains HTTP/1.1" 200 280 0.003316 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.49 - - [2025-09-18 01:56:57] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.007837 10.0.0.49 - - [2025-09-18 01:56:57] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.49 - - [2025-09-18 01:56:57] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 2625 0.070327 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776 HTTP/1.1" 200 3500 0.004838 10.0.0.49 - - [2025-09-18 01:56:57] "GET /obj-perms HTTP/1.1" 200 5046 0.002788 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.005491 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1112 0.006873 10.0.0.49 - - [2025-09-18 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007373 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1004 0.053885 10.0.0.49 - - [2025-09-18 01:56:57] "DELETE /access-control-list/61b53abb-05a0-4b94-b2d9-d6fbff086111 HTTP/1.1" 200 115 0.042552 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1004 0.009430 10.0.0.49 - - [2025-09-18 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.011838 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/6dfa2376-7225-4249-9867-93ef5a114776?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.011734 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004708 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1114 0.007435 10.0.0.49 - - [2025-09-18 01:56:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007801 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1006 0.044193 10.0.0.49 - - [2025-09-18 01:56:57] "DELETE /access-control-list/005e5460-4eb2-46de-9404-00f7d91fac31 HTTP/1.1" 200 115 0.027378 10.0.0.49 - - [2025-09-18 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.016047 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1006 0.013057 10.0.0.49 - - [2025-09-18 01:56:57] "GET /virtual-network/99997559-8cf4-4251-867d-72e83fdc43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006916 10.0.0.49 - - [2025-09-18 01:56:57] "DELETE /network-policy/6be547a9-12af-456e-848d-da5d2f771448 HTTP/1.1" 200 115 0.021243 10.0.0.49 - - [2025-09-18 01:56:57] "POST /neutron/network HTTP/1.1" 200 1004 0.006724 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003126 10.0.0.49 - - [2025-09-18 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002697 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003988 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001964 10.0.0.49 - - [2025-09-18 01:56:58] "POST /neutron/network HTTP/1.1" 200 151 0.091756 10.0.0.49 - - [2025-09-18 01:56:58] "DELETE /route-target/06ebd717-83e1-4531-877e-a0de95f85402 HTTP/1.1" 200 115 0.021150 10.0.0.49 - - [2025-09-18 01:56:58] "GET /routing-instance/982cc7c6-dca1-436f-86e7-14f01a58853d HTTP/1.1" 404 171 0.003412 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domains HTTP/1.1" 200 280 0.002129 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.047252 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.49 - - [2025-09-18 01:56:58] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 2145 0.064955 10.0.0.49 - - [2025-09-18 01:56:58] "POST /neutron/network HTTP/1.1" 200 1006 0.013172 10.0.0.49 - - [2025-09-18 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003240 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001769 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003060 10.0.0.49 - - [2025-09-18 01:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002140 10.0.0.49 - - [2025-09-18 01:56:58] "DELETE /route-target/b6d8f646-494f-4a47-a6fd-b8c29d984ade HTTP/1.1" 200 115 0.030657 10.0.0.49 - - [2025-09-18 01:56:58] "POST /neutron/network HTTP/1.1" 200 151 0.092670 10.0.0.49 - - [2025-09-18 01:56:58] "GET /routing-instance/ea12dbac-2570-4646-8da2-8c5e8e47fc71 HTTP/1.1" 404 171 0.002610 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domains HTTP/1.1" 200 280 0.005009 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.49 - - [2025-09-18 01:56:58] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2953 0.049022 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.063232 10.0.0.49 - - [2025-09-18 01:56:58] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 1900 0.128099 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.49 - - [2025-09-18 01:56:58] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026046 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.49 - - [2025-09-18 01:56:58] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?fields=virtual_networks HTTP/1.1" 200 1048 0.065229 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.49 - - [2025-09-18 01:56:58] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.020794 10.0.0.49 - - [2025-09-18 01:56:58] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.49 - - [2025-09-18 01:56:59] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?fields=security_groups HTTP/1.1" 200 1282 0.026250 10.0.0.49 - - [2025-09-18 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.024142 10.0.0.49 - - [2025-09-18 01:56:59] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002324 10.0.0.49 - - [2025-09-18 01:56:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.49 - - [2025-09-18 01:56:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007921 10.0.0.49 - - [2025-09-18 01:56:59] "POST /id-to-fqname HTTP/1.1" 200 206 0.001312 10.0.0.49 - - [2025-09-18 01:56:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.005023 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /project/13085de14a7843b4acd4b80883e188cc HTTP/1.1" 404 173 0.014847 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /project/d5d48e41bef0448fa539bd9247d24223 HTTP/1.1" 404 173 0.007752 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000755 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.051893 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.058936 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.065487 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001324 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?fields=security_groups HTTP/1.1" 200 1373 0.054386 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?fields=security_groups HTTP/1.1" 200 1387 0.065535 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?fields=security_groups HTTP/1.1" 200 1357 0.069523 10.0.0.49 - - [2025-09-18 01:57:00] "POST /security-groups HTTP/1.1" 200 607 0.176633 10.0.0.49 - - [2025-09-18 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 250 0.003812 10.0.0.49 - - [2025-09-18 01:57:00] "POST /projects HTTP/1.1" 200 617 0.335925 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /security-group/47de74af-27f4-4b41-912a-2fc8cf36c29c HTTP/1.1" 200 115 0.086818 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=d5d48e41-bef0-448f-a539-bd9247d24223&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /security-group/4e4060ee-b3a6-4921-ac7f-2dff8be3a2aa HTTP/1.1" 200 115 0.086144 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=13085de1-4a78-43b4-acd4-b80883e188cc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.49 - - [2025-09-18 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.403826 10.0.0.49 - - [2025-09-18 01:57:00] "POST /access-control-lists HTTP/1.1" 200 612 0.084547 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /security-group/9a08d80d-0574-4940-b531-f100718d0abc HTTP/1.1" 200 115 0.137447 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/13085de1-4a78-43b4-acd4-b80883e188cc?fields=application_policy_sets HTTP/1.1" 200 1426 0.062056 10.0.0.49 - - [2025-09-18 01:57:00] "GET /projects?obj_uuids=1309aed6-8924-4cca-9a4e-710ee6746eaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/d5d48e41-bef0-448f-a539-bd9247d24223?fields=application_policy_sets HTTP/1.1" 200 1412 0.098000 10.0.0.49 - - [2025-09-18 01:57:00] "POST /fqname-to-id HTTP/1.1" 404 249 0.017625 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.556389 10.0.0.49 - - [2025-09-18 01:57:00] "GET /project/1309aed6-8924-4cca-9a4e-710ee6746eaa?fields=application_policy_sets HTTP/1.1" 200 1396 0.099250 10.0.0.49 - - [2025-09-18 01:57:00] "POST /access-control-lists HTTP/1.1" 200 610 0.050036 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /project/13085de1-4a78-43b4-acd4-b80883e188cc HTTP/1.1" 200 115 0.551968 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/d9ec5981-c191-4929-ac2f-6606c05cf650 HTTP/1.1" 200 115 0.042242 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /project/d5d48e41-bef0-448f-a539-bd9247d24223 HTTP/1.1" 200 115 0.561759 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/7a9c9b00-7c03-48c4-847b-5638029fe847 HTTP/1.1" 200 115 0.029233 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /project/1309aed6-8924-4cca-9a4e-710ee6746eaa HTTP/1.1" 200 115 0.595265 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/7af76a01-c0d9-4b28-8287-dbfe9ac0a6ca HTTP/1.1" 200 115 0.021579 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/558f0cf9-3029-4c83-8a21-8fdc8744dabd HTTP/1.1" 200 115 0.015165 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/7f1d0697-5bd3-4c86-a48c-b96904a24bad HTTP/1.1" 200 115 0.014041 10.0.0.49 - - [2025-09-18 01:57:00] "DELETE /access-control-list/9b1b1569-b188-4f7c-813e-2a3688302a6b HTTP/1.1" 200 115 0.015777 10.0.0.49 - - [2025-09-18 01:57:01] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.49 - - [2025-09-18 01:57:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.49 - - [2025-09-18 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.054394 10.0.0.49 - - [2025-09-18 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.49 - - [2025-09-18 01:57:02] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000988 10.0.0.49 - - [2025-09-18 01:57:02] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.024263 10.0.0.49 - - [2025-09-18 01:57:03] "POST /network-policys HTTP/1.1" 200 567 0.060545 10.0.0.49 - - [2025-09-18 01:57:03] "GET /network-policy/62b4f69c-8244-4b86-bef5-d466554c3769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005211 10.0.0.49 - - [2025-09-18 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.49 - - [2025-09-18 01:57:03] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001020 10.0.0.49 - - [2025-09-18 01:57:03] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.029869 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/network HTTP/1.1" 200 117 0.030343 10.0.0.49 - - [2025-09-18 01:57:03] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001186 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/network HTTP/1.1" 200 623 0.072841 10.0.0.49 - - [2025-09-18 01:57:03] "POST /route-targets HTTP/1.1" 200 327 0.012972 10.0.0.49 - - [2025-09-18 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.49 - - [2025-09-18 01:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005248 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.213020 10.0.0.49 - - [2025-09-18 01:57:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.002855 10.0.0.49 - - [2025-09-18 01:57:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005198 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.168274 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/network HTTP/1.1" 200 1016 0.008167 10.0.0.49 - - [2025-09-18 01:57:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001232 10.0.0.49 - - [2025-09-18 01:57:03] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.006240 10.0.0.49 - - [2025-09-18 01:57:03] "POST /neutron/network HTTP/1.1" 200 1016 0.008812 10.0.0.49 - - [2025-09-18 01:57:03] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005804 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/network HTTP/1.1" 200 1016 0.011923 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.009761 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.007140 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/network HTTP/1.1" 200 1016 0.007305 10.0.0.49 - - [2025-09-18 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004817 10.0.0.49 - - [2025-09-18 01:57:04] "POST /fqname-to-id HTTP/1.1" 404 252 0.003573 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/network HTTP/1.1" 200 1123 0.050390 10.0.0.49 - - [2025-09-18 01:57:04] "POST /access-control-lists HTTP/1.1" 200 607 0.071237 10.0.0.49 - - [2025-09-18 01:57:04] "POST /neutron/network HTTP/1.1" 200 1123 0.041676 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.005711 10.0.0.49 - - [2025-09-18 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.49 - - [2025-09-18 01:57:04] "GET /network-policy/62b4f69c-8244-4b86-bef5-d466554c3769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005314 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domains HTTP/1.1" 401 292 0.000463 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domains HTTP/1.1" 200 280 0.026907 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2588 0.008120 10.0.0.49 - - [2025-09-18 01:57:04] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000945 10.0.0.49 - - [2025-09-18 01:57:04] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308 HTTP/1.1" 200 2459 0.067380 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f HTTP/1.1" 200 3545 0.006866 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f HTTP/1.1" 200 3545 0.004394 10.0.0.49 - - [2025-09-18 01:57:04] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 200 1495 0.003464 10.0.0.49 - - [2025-09-18 01:57:04] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 200 1495 0.003464 10.0.0.49 - - [2025-09-18 01:57:04] "GET /route-target/227e58a3-91f5-447a-93b5-ab123d379aae HTTP/1.1" 200 1222 0.003131 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f HTTP/1.1" 200 3545 0.004122 10.0.0.49 - - [2025-09-18 01:57:04] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 200 1495 0.003345 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004375 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f HTTP/1.1" 200 3545 0.004218 10.0.0.49 - - [2025-09-18 01:57:04] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 200 1495 0.002790 10.0.0.49 - - [2025-09-18 01:57:04] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 200 1495 0.002707 10.0.0.49 - - [2025-09-18 01:57:04] "GET /route-target/227e58a3-91f5-447a-93b5-ab123d379aae HTTP/1.1" 200 1222 0.002351 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domains HTTP/1.1" 200 280 0.002160 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000898 10.0.0.49 - - [2025-09-18 01:57:04] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2588 0.006321 10.0.0.49 - - [2025-09-18 01:57:04] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000833 10.0.0.49 - - [2025-09-18 01:57:04] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308 HTTP/1.1" 200 2459 0.066724 10.0.0.49 - - [2025-09-18 01:57:04] "GET /virtual-network/d1eed291-61d9-457d-9753-2bdbd7d77d5f HTTP/1.1" 200 3545 0.004621 10.0.0.49 - - [2025-09-18 01:57:05] "GET /obj-perms HTTP/1.1" 200 5062 0.046595 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domains HTTP/1.1" 200 280 0.002590 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2588 0.006322 10.0.0.49 - - [2025-09-18 01:57:05] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000844 10.0.0.49 - - [2025-09-18 01:57:05] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308 HTTP/1.1" 200 2459 0.067887 10.0.0.49 - - [2025-09-18 01:57:05] "GET /network-policy/62b4f69c-8244-4b86-bef5-d466554c3769 HTTP/1.1" 200 3479 0.004004 10.0.0.49 - - [2025-09-18 01:57:05] "DELETE /network-policy/62b4f69c-8244-4b86-bef5-d466554c3769 HTTP/1.1" 409 238 0.005215 10.0.0.49 - - [2025-09-18 01:57:05] "POST /neutron/network HTTP/1.1" 200 1123 0.006825 10.0.0.49 - - [2025-09-18 01:57:05] "DELETE /access-control-list/458dc6ac-3d39-426b-a375-93dd4e6c0e23 HTTP/1.1" 200 115 0.026871 10.0.0.49 - - [2025-09-18 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.49 - - [2025-09-18 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002883 10.0.0.49 - - [2025-09-18 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.49 - - [2025-09-18 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001792 10.0.0.49 - - [2025-09-18 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001503 10.0.0.49 - - [2025-09-18 01:57:05] "POST /neutron/network HTTP/1.1" 200 151 0.091259 10.0.0.49 - - [2025-09-18 01:57:05] "GET /routing-instance/7b9991c5-e8f1-4a04-b35b-7b9ba5b8f516 HTTP/1.1" 404 171 0.002159 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domains HTTP/1.1" 200 280 0.002498 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.49 - - [2025-09-18 01:57:05] "DELETE /route-target/227e58a3-91f5-447a-93b5-ab123d379aae HTTP/1.1" 200 115 0.016350 10.0.0.49 - - [2025-09-18 01:57:05] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2588 0.050106 10.0.0.49 - - [2025-09-18 01:57:05] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000973 10.0.0.49 - - [2025-09-18 01:57:05] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308 HTTP/1.1" 200 2205 0.070742 10.0.0.49 - - [2025-09-18 01:57:05] "DELETE /network-policy/62b4f69c-8244-4b86-bef5-d466554c3769 HTTP/1.1" 200 115 0.022755 10.0.0.49 - - [2025-09-18 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.49 - - [2025-09-18 01:57:05] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001086 10.0.0.49 - - [2025-09-18 01:57:05] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.026387 10.0.0.49 - - [2025-09-18 01:57:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-05590010&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004639 10.0.0.49 - - [2025-09-18 01:57:06] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001393 10.0.0.49 - - [2025-09-18 01:57:06] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.020537 10.0.0.49 - - [2025-09-18 01:57:06] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001268 10.0.0.49 - - [2025-09-18 01:57:06] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?fields=virtual_networks HTTP/1.1" 200 1065 0.071302 10.0.0.49 - - [2025-09-18 01:57:06] "GET /obj-perms HTTP/1.1" 200 5056 0.054713 10.0.0.49 - - [2025-09-18 01:57:06] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001348 10.0.0.49 - - [2025-09-18 01:57:06] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.029000 10.0.0.49 - - [2025-09-18 01:57:06] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001091 10.0.0.49 - - [2025-09-18 01:57:06] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?fields=security_groups HTTP/1.1" 200 1307 0.026105 10.0.0.49 - - [2025-09-18 01:57:07] "GET /obj-perms HTTP/1.1" 200 5056 0.368155 10.0.0.49 - - [2025-09-18 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.024343 10.0.0.49 - - [2025-09-18 01:57:07] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002475 10.0.0.49 - - [2025-09-18 01:57:07] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.49 - - [2025-09-18 01:57:07] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006320 10.0.0.49 - - [2025-09-18 01:57:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.001572 10.0.0.49 - - [2025-09-18 01:57:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.002189 10.0.0.49 - - [2025-09-18 01:57:08] "POST /security-groups HTTP/1.1" 200 593 0.060121 10.0.0.49 - - [2025-09-18 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.002605 10.0.0.49 - - [2025-09-18 01:57:08] "POST /projects HTTP/1.1" 200 589 0.208492 10.0.0.49 - - [2025-09-18 01:57:08] "POST /access-control-lists HTTP/1.1" 200 598 0.056838 10.0.0.49 - - [2025-09-18 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.278985 10.0.0.49 - - [2025-09-18 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.002906 10.0.0.49 - - [2025-09-18 01:57:08] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.395556 10.0.0.49 - - [2025-09-18 01:57:08] "POST /access-control-lists HTTP/1.1" 200 596 0.062507 10.0.0.49 - - [2025-09-18 01:57:09] "GET / HTTP/1.1" 200 35931 0.002162 10.0.0.49 - - [2025-09-18 01:57:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.49 - - [2025-09-18 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.059894 10.0.0.49 - - [2025-09-18 01:57:10] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.49 - - [2025-09-18 01:57:10] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.030105 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/network HTTP/1.1" 200 117 0.031066 10.0.0.49 - - [2025-09-18 01:57:10] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/network HTTP/1.1" 200 607 0.061373 10.0.0.49 - - [2025-09-18 01:57:10] "POST /route-targets HTTP/1.1" 200 327 0.010917 10.0.0.49 - - [2025-09-18 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.010675 10.0.0.49 - - [2025-09-18 01:57:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005843 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.198224 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/network HTTP/1.1" 200 828 0.005122 10.0.0.49 - - [2025-09-18 01:57:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001134 10.0.0.49 - - [2025-09-18 01:57:10] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004726 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/network HTTP/1.1" 200 828 0.006348 10.0.0.49 - - [2025-09-18 01:57:10] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004991 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/network HTTP/1.1" 200 828 0.005683 10.0.0.49 - - [2025-09-18 01:57:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.007586 10.0.0.49 - - [2025-09-18 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002435 10.0.0.49 - - [2025-09-18 01:57:10] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.49 - - [2025-09-18 01:57:10] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025623 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 117 0.008391 10.0.0.49 - - [2025-09-18 01:57:11] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 607 0.060327 10.0.0.49 - - [2025-09-18 01:57:11] "POST /route-targets HTTP/1.1" 200 327 0.010704 10.0.0.49 - - [2025-09-18 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.011696 10.0.0.49 - - [2025-09-18 01:57:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003409 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.196973 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 825 0.005313 10.0.0.49 - - [2025-09-18 01:57:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001081 10.0.0.49 - - [2025-09-18 01:57:11] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004699 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 825 0.005548 10.0.0.49 - - [2025-09-18 01:57:11] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004530 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 825 0.005328 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.006702 10.0.0.49 - - [2025-09-18 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 228 0.002060 10.0.0.49 - - [2025-09-18 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.49 - - [2025-09-18 01:57:11] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001295 10.0.0.49 - - [2025-09-18 01:57:11] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026642 10.0.0.49 - - [2025-09-18 01:57:11] "POST /network-policys HTTP/1.1" 200 571 0.015825 10.0.0.49 - - [2025-09-18 01:57:11] "GET /network-policy/54adc757-691f-4482-aae2-1566383f3ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004522 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 828 0.005261 10.0.0.49 - - [2025-09-18 01:57:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.006636 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 930 0.049100 10.0.0.49 - - [2025-09-18 01:57:11] "POST /neutron/network HTTP/1.1" 200 930 0.038963 10.0.0.49 - - [2025-09-18 01:57:11] "POST /access-control-lists HTTP/1.1" 200 590 0.068722 10.0.0.49 - - [2025-09-18 01:57:11] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005274 10.0.0.49 - - [2025-09-18 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.49 - - [2025-09-18 01:57:11] "GET /network-policy/54adc757-691f-4482-aae2-1566383f3ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004202 10.0.0.49 - - [2025-09-18 01:57:12] "POST /neutron/network HTTP/1.1" 200 825 0.008307 10.0.0.49 - - [2025-09-18 01:57:12] "PUT /access-control-list/eb2590bf-c8e8-46bc-9181-754e9e10f190 HTTP/1.1" 200 272 0.096543 10.0.0.49 - - [2025-09-18 01:57:12] "POST /neutron/network HTTP/1.1" 200 927 0.128683 10.0.0.49 - - [2025-09-18 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.009111 10.0.0.49 - - [2025-09-18 01:57:12] "POST /neutron/network HTTP/1.1" 200 927 0.005284 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004483 10.0.0.49 - - [2025-09-18 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.49 - - [2025-09-18 01:57:12] "GET /network-policy/54adc757-691f-4482-aae2-1566383f3ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.024687 10.0.0.49 - - [2025-09-18 01:57:12] "POST /access-control-lists HTTP/1.1" 200 590 0.057987 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domains HTTP/1.1" 401 292 0.000458 10.0.0.49 - - [2025-09-18 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domains HTTP/1.1" 200 280 0.026869 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.008526 10.0.0.49 - - [2025-09-18 01:57:12] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.49 - - [2025-09-18 01:57:12] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 2572 0.069874 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9 HTTP/1.1" 200 2898 0.007303 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9 HTTP/1.1" 200 2898 0.004987 10.0.0.49 - - [2025-09-18 01:57:12] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 200 1783 0.003538 10.0.0.49 - - [2025-09-18 01:57:12] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 200 1783 0.002887 10.0.0.49 - - [2025-09-18 01:57:12] "GET /route-target/5d75cb0d-87ae-4050-90d9-0511ce77fe03 HTTP/1.1" 200 1206 0.002598 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9 HTTP/1.1" 200 2898 0.004203 10.0.0.49 - - [2025-09-18 01:57:12] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 200 1783 0.003336 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005600 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9 HTTP/1.1" 200 2898 0.005074 10.0.0.49 - - [2025-09-18 01:57:12] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 200 1783 0.002883 10.0.0.49 - - [2025-09-18 01:57:12] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 200 1783 0.003119 10.0.0.49 - - [2025-09-18 01:57:12] "GET /route-target/5d75cb0d-87ae-4050-90d9-0511ce77fe03 HTTP/1.1" 200 1206 0.004153 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domains HTTP/1.1" 200 280 0.002483 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.49 - - [2025-09-18 01:57:12] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.006869 10.0.0.49 - - [2025-09-18 01:57:12] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001091 10.0.0.49 - - [2025-09-18 01:57:12] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 2572 0.063999 10.0.0.49 - - [2025-09-18 01:57:12] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9 HTTP/1.1" 200 2898 0.004637 10.0.0.49 - - [2025-09-18 01:57:13] "GET /obj-perms HTTP/1.1" 200 5034 0.050061 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domains HTTP/1.1" 200 280 0.002695 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.006784 10.0.0.49 - - [2025-09-18 01:57:13] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.49 - - [2025-09-18 01:57:13] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 2572 0.071589 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e HTTP/1.1" 200 2889 0.006680 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e HTTP/1.1" 200 2889 0.004686 10.0.0.49 - - [2025-09-18 01:57:13] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 200 1784 0.002954 10.0.0.49 - - [2025-09-18 01:57:13] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 200 1784 0.002760 10.0.0.49 - - [2025-09-18 01:57:13] "GET /route-target/ec7d5819-285e-4009-851a-b23df55fd1ef HTTP/1.1" 200 1206 0.003045 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e HTTP/1.1" 200 2889 0.005369 10.0.0.49 - - [2025-09-18 01:57:13] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 200 1784 0.002932 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004203 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e HTTP/1.1" 200 2889 0.004096 10.0.0.49 - - [2025-09-18 01:57:13] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 200 1784 0.002770 10.0.0.49 - - [2025-09-18 01:57:13] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 200 1784 0.002785 10.0.0.49 - - [2025-09-18 01:57:13] "GET /route-target/ec7d5819-285e-4009-851a-b23df55fd1ef HTTP/1.1" 200 1206 0.002515 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domains HTTP/1.1" 200 280 0.002633 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.49 - - [2025-09-18 01:57:13] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.005932 10.0.0.49 - - [2025-09-18 01:57:13] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000868 10.0.0.49 - - [2025-09-18 01:57:13] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 2572 0.063056 10.0.0.49 - - [2025-09-18 01:57:13] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e HTTP/1.1" 200 2889 0.004426 10.0.0.49 - - [2025-09-18 01:57:13] "GET /obj-perms HTTP/1.1" 200 5034 0.002670 10.0.0.49 - - [2025-09-18 01:57:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001539 10.0.0.49 - - [2025-09-18 01:57:13] "POST /neutron/network HTTP/1.1" 200 940 0.005857 10.0.0.49 - - [2025-09-18 01:57:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.49 - - [2025-09-18 01:57:14] "GET / HTTP/1.1" 200 35931 0.001525 10.0.0.49 - - [2025-09-18 01:57:14] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.49 - - [2025-09-18 01:57:14] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.49 - - [2025-09-18 01:57:14] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047385 10.0.0.49 - - [2025-09-18 01:57:14] "POST /neutron/network HTTP/1.1" 200 930 0.005520 10.0.0.49 - - [2025-09-18 01:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.005268 10.0.0.49 - - [2025-09-18 01:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.005140 10.0.0.49 - - [2025-09-18 01:57:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001343 10.0.0.49 - - [2025-09-18 01:57:14] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.49 - - [2025-09-18 01:57:14] "POST /neutron/network HTTP/1.1" 200 937 0.006249 10.0.0.49 - - [2025-09-18 01:57:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000478 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/network HTTP/1.1" 200 940 0.005939 10.0.0.49 - - [2025-09-18 01:57:15] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.49 - - [2025-09-18 01:57:15] "GET / HTTP/1.1" 200 35931 0.001454 10.0.0.49 - - [2025-09-18 01:57:15] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1064 0.190925 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1064 0.010293 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1064 0.010144 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1118 0.065817 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1092 0.010864 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003182 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.007212 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/network HTTP/1.1" 200 930 0.005212 10.0.0.49 - - [2025-09-18 01:57:15] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.49 - - [2025-09-18 01:57:15] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.052779 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/network HTTP/1.1" 200 927 0.006052 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/port HTTP/1.1" 200 1092 0.012394 10.0.0.49 - - [2025-09-18 01:57:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006539 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.005530 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1092 0.011547 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006287 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/network HTTP/1.1" 200 937 0.006043 10.0.0.49 - - [2025-09-18 01:57:16] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.49 - - [2025-09-18 01:57:16] "PUT /access-control-list/38d55544-120a-4da2-b4ab-b68844d7cceb HTTP/1.1" 200 272 0.073056 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1061 0.299800 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1061 0.013848 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1061 0.013537 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1115 0.083965 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 1089 0.011839 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003768 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.007083 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.49 - - [2025-09-18 01:57:16] "POST /neutron/network HTTP/1.1" 200 927 0.005874 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/port HTTP/1.1" 200 1092 0.010432 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005741 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/port HTTP/1.1" 200 1092 0.011019 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006501 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/port HTTP/1.1" 200 1092 0.011023 10.0.0.49 - - [2025-09-18 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005766 10.0.0.49 - - [2025-09-18 01:57:21] "GET /virtual-machine/b1fa6d6a-0d1b-4b0a-8faa-c72c1f1337b9 HTTP/1.1" 200 1295 0.005367 10.0.0.49 - - [2025-09-18 01:57:21] "GET /virtual-machine-interface/b665c5ac-e0a3-4a42-9430-d3a49012e0f4 HTTP/1.1" 200 2952 0.005868 10.0.0.49 - - [2025-09-18 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.49 - - [2025-09-18 01:57:21] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002763 10.0.0.49 - - [2025-09-18 01:57:21] "GET /virtual-networks?parent_id=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003252 10.0.0.49 - - [2025-09-18 01:57:21] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005201 10.0.0.49 - - [2025-09-18 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.49 - - [2025-09-18 01:57:24] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005077 10.0.0.49 - - [2025-09-18 01:57:24] "POST /neutron/port HTTP/1.1" 200 1092 0.010035 10.0.0.49 - - [2025-09-18 01:57:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004949 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/port HTTP/1.1" 200 1092 0.012753 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/port HTTP/1.1" 200 1089 0.011739 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/port HTTP/1.1" 200 1092 0.010498 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004881 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/network HTTP/1.1" 200 940 0.005723 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003547 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.006881 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.49 - - [2025-09-18 01:57:26] "POST /neutron/network HTTP/1.1" 200 930 0.005468 10.0.0.49 - - [2025-09-18 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.49 - - [2025-09-18 01:57:26] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002942 10.0.0.49 - - [2025-09-18 01:57:26] "GET /virtual-networks?parent_id=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003031 10.0.0.49 - - [2025-09-18 01:57:26] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005693 10.0.0.49 - - [2025-09-18 01:57:27] "POST /neutron/port HTTP/1.1" 200 1092 0.011603 10.0.0.49 - - [2025-09-18 01:57:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005680 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/port HTTP/1.1" 200 1089 0.010660 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006883 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/port HTTP/1.1" 200 1089 0.011397 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005656 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/port HTTP/1.1" 200 1089 0.010505 10.0.0.49 - - [2025-09-18 01:57:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005980 10.0.0.49 - - [2025-09-18 01:57:32] "GET /virtual-machine/85ac8dfc-f992-4b88-b8ea-8eb3f150c9e9 HTTP/1.1" 200 1294 0.004213 10.0.0.49 - - [2025-09-18 01:57:32] "GET /virtual-machine-interface/2261448c-f4c1-42e4-9451-be1769a65886 HTTP/1.1" 200 2951 0.004396 10.0.0.49 - - [2025-09-18 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.49 - - [2025-09-18 01:57:32] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002759 10.0.0.49 - - [2025-09-18 01:57:32] "GET /virtual-networks?parent_id=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003230 10.0.0.49 - - [2025-09-18 01:57:32] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005389 10.0.0.49 - - [2025-09-18 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.49 - - [2025-09-18 01:57:33] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003144 10.0.0.49 - - [2025-09-18 01:57:33] "GET /virtual-networks?parent_id=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003238 10.0.0.49 - - [2025-09-18 01:57:33] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005508 10.0.0.49 - - [2025-09-18 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.49 - - [2025-09-18 01:57:38] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001256 10.0.0.49 - - [2025-09-18 01:57:38] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.025573 10.0.0.49 - - [2025-09-18 01:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.49 - - [2025-09-18 01:57:38] "PUT /network-policy/54adc757-691f-4482-aae2-1566383f3ef4 HTTP/1.1" 200 262 0.011893 10.0.0.49 - - [2025-09-18 01:57:38] "PUT /access-control-list/eb2590bf-c8e8-46bc-9181-754e9e10f190 HTTP/1.1" 200 272 0.051714 10.0.0.49 - - [2025-09-18 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.011558 10.0.0.49 - - [2025-09-18 01:57:38] "PUT /access-control-list/38d55544-120a-4da2-b4ab-b68844d7cceb HTTP/1.1" 200 272 0.053377 10.0.0.49 - - [2025-09-18 01:57:38] "POST /ref-update HTTP/1.1" 200 156 0.010372 10.0.0.49 - - [2025-09-18 01:57:41] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005828 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 927 0.006772 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 825 0.050288 10.0.0.49 - - [2025-09-18 01:57:41] "DELETE /access-control-list/38d55544-120a-4da2-b4ab-b68844d7cceb HTTP/1.1" 200 115 0.034525 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 825 0.005667 10.0.0.49 - - [2025-09-18 01:57:41] "GET /virtual-network/2ecf0ac6-6b06-4ff3-9c6c-6bca1e3d4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005074 10.0.0.49 - - [2025-09-18 01:57:41] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.004936 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 930 0.007202 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 828 0.062028 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 828 0.020121 10.0.0.49 - - [2025-09-18 01:57:41] "DELETE /access-control-list/eb2590bf-c8e8-46bc-9181-754e9e10f190 HTTP/1.1" 200 115 0.059357 10.0.0.49 - - [2025-09-18 01:57:41] "GET /virtual-network/5c26d40d-7b0c-4d8c-ab51-0c5dfdd621a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005783 10.0.0.49 - - [2025-09-18 01:57:41] "DELETE /network-policy/54adc757-691f-4482-aae2-1566383f3ef4 HTTP/1.1" 200 115 0.024976 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 200 825 0.005347 10.0.0.49 - - [2025-09-18 01:57:41] "POST /neutron/network HTTP/1.1" 400 204 0.009458 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 1089 0.011898 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 1115 0.008832 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 1092 0.017770 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 1118 0.011878 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 151 0.122062 10.0.0.49 - - [2025-09-18 01:57:42] "POST /neutron/port HTTP/1.1" 200 151 0.116541 10.0.0.49 - - [2025-09-18 01:57:43] "POST /neutron/network HTTP/1.1" 200 825 0.005938 10.0.0.49 - - [2025-09-18 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.49 - - [2025-09-18 01:57:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001963 10.0.0.49 - - [2025-09-18 01:57:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.49 - - [2025-09-18 01:57:44] "POST /neutron/network HTTP/1.1" 200 151 0.074036 10.0.0.49 - - [2025-09-18 01:57:44] "DELETE /route-target/ec7d5819-285e-4009-851a-b23df55fd1ef HTTP/1.1" 200 115 0.013972 10.0.0.49 - - [2025-09-18 01:57:44] "GET /routing-instance/d8f03af2-7a7c-46fa-a6b6-9cf78947450f HTTP/1.1" 404 171 0.002335 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.047272 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001570 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 2104 0.063612 10.0.0.49 - - [2025-09-18 01:57:44] "POST /neutron/network HTTP/1.1" 200 828 0.007293 10.0.0.49 - - [2025-09-18 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.49 - - [2025-09-18 01:57:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002102 10.0.0.49 - - [2025-09-18 01:57:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002708 10.0.0.49 - - [2025-09-18 01:57:44] "POST /neutron/network HTTP/1.1" 200 151 0.080551 10.0.0.49 - - [2025-09-18 01:57:44] "DELETE /route-target/5d75cb0d-87ae-4050-90d9-0511ce77fe03 HTTP/1.1" 200 115 0.016824 10.0.0.49 - - [2025-09-18 01:57:44] "GET /routing-instance/4e146cdc-5f08-4a78-a774-3342cd1e2d97 HTTP/1.1" 404 171 0.003105 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domains HTTP/1.1" 200 280 0.002703 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.49 - - [2025-09-18 01:57:44] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2776 0.048302 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001566 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 1865 0.065651 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001066 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028809 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?fields=virtual_networks HTTP/1.1" 200 1037 0.066550 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.032220 10.0.0.49 - - [2025-09-18 01:57:44] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.49 - - [2025-09-18 01:57:44] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?fields=security_groups HTTP/1.1" 200 1265 0.025478 10.0.0.49 - - [2025-09-18 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.024015 10.0.0.49 - - [2025-09-18 01:57:45] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002377 10.0.0.49 - - [2025-09-18 01:57:45] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.49 - - [2025-09-18 01:57:45] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006749 10.0.0.49 - - [2025-09-18 01:57:45] "POST /id-to-fqname HTTP/1.1" 200 183 0.001200 10.0.0.49 - - [2025-09-18 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.003096 10.0.0.49 - - [2025-09-18 01:57:46] "POST /security-groups HTTP/1.1" 200 584 0.059818 10.0.0.49 - - [2025-09-18 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 227 0.002542 10.0.0.49 - - [2025-09-18 01:57:46] "POST /projects HTTP/1.1" 200 571 0.202736 10.0.0.49 - - [2025-09-18 01:57:46] "POST /access-control-lists HTTP/1.1" 200 589 0.058202 10.0.0.49 - - [2025-09-18 01:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.267919 10.0.0.49 - - [2025-09-18 01:57:46] "POST /fqname-to-id HTTP/1.1" 404 226 0.002936 10.0.0.49 - - [2025-09-18 01:57:46] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.385991 10.0.0.49 - - [2025-09-18 01:57:46] "POST /access-control-lists HTTP/1.1" 200 587 0.056400 10.0.0.49 - - [2025-09-18 01:57:47] "GET / HTTP/1.1" 200 35931 0.003050 10.0.0.49 - - [2025-09-18 01:57:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.49 - - [2025-09-18 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.057734 10.0.0.49 - - [2025-09-18 01:57:48] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001231 10.0.0.49 - - [2025-09-18 01:57:48] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.020729 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/network HTTP/1.1" 200 117 0.029321 10.0.0.49 - - [2025-09-18 01:57:48] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001473 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/network HTTP/1.1" 200 612 0.061724 10.0.0.49 - - [2025-09-18 01:57:48] "POST /route-targets HTTP/1.1" 200 327 0.011084 10.0.0.49 - - [2025-09-18 01:57:48] "POST /ref-update HTTP/1.1" 200 156 0.012224 10.0.0.49 - - [2025-09-18 01:57:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003222 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.197283 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/network HTTP/1.1" 200 830 0.006813 10.0.0.49 - - [2025-09-18 01:57:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001167 10.0.0.49 - - [2025-09-18 01:57:48] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004781 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/network HTTP/1.1" 200 830 0.005717 10.0.0.49 - - [2025-09-18 01:57:48] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005038 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/network HTTP/1.1" 200 830 0.005296 10.0.0.49 - - [2025-09-18 01:57:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.006321 10.0.0.49 - - [2025-09-18 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002173 10.0.0.49 - - [2025-09-18 01:57:49] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004376 10.0.0.49 - - [2025-09-18 01:57:49] "PUT /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18 HTTP/1.1" 200 264 0.033011 10.0.0.49 - - [2025-09-18 01:57:49] "POST /route-targets HTTP/1.1" 200 323 0.022640 10.0.0.49 - - [2025-09-18 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.013417 10.0.0.49 - - [2025-09-18 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.49 - - [2025-09-18 01:57:49] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.49 - - [2025-09-18 01:57:49] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.027189 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/network HTTP/1.1" 200 117 0.008349 10.0.0.49 - - [2025-09-18 01:57:49] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001187 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/network HTTP/1.1" 200 612 0.066030 10.0.0.49 - - [2025-09-18 01:57:49] "POST /route-targets HTTP/1.1" 200 327 0.009027 10.0.0.49 - - [2025-09-18 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.011005 10.0.0.49 - - [2025-09-18 01:57:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003684 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.155748 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/network HTTP/1.1" 200 833 0.005649 10.0.0.49 - - [2025-09-18 01:57:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001170 10.0.0.49 - - [2025-09-18 01:57:49] "GET /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004701 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/network HTTP/1.1" 200 833 0.005922 10.0.0.49 - - [2025-09-18 01:57:49] "GET /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004725 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/network HTTP/1.1" 200 833 0.006141 10.0.0.49 - - [2025-09-18 01:57:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.006946 10.0.0.49 - - [2025-09-18 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002285 10.0.0.49 - - [2025-09-18 01:57:49] "GET /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004471 10.0.0.49 - - [2025-09-18 01:57:49] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.49 - - [2025-09-18 01:57:49] "PUT /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e HTTP/1.1" 200 264 0.032457 10.0.0.49 - - [2025-09-18 01:57:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001417 10.0.0.49 - - [2025-09-18 01:57:50] "POST /neutron/network HTTP/1.1" 200 840 0.005489 10.0.0.49 - - [2025-09-18 01:57:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.49 - - [2025-09-18 01:57:50] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.49 - - [2025-09-18 01:57:50] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.49 - - [2025-09-18 01:57:50] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001057 10.0.0.49 - - [2025-09-18 01:57:50] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.047615 10.0.0.49 - - [2025-09-18 01:57:50] "POST /neutron/network HTTP/1.1" 200 830 0.005404 10.0.0.49 - - [2025-09-18 01:57:50] "POST /neutron/port HTTP/1.1" 200 117 0.005416 10.0.0.49 - - [2025-09-18 01:57:50] "POST /neutron/port HTTP/1.1" 200 117 0.005565 10.0.0.49 - - [2025-09-18 01:57:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001333 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 117 0.004912 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/network HTTP/1.1" 200 843 0.005631 10.0.0.49 - - [2025-09-18 01:57:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/network HTTP/1.1" 200 840 0.005845 10.0.0.49 - - [2025-09-18 01:57:51] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.49 - - [2025-09-18 01:57:51] "GET / HTTP/1.1" 200 35931 0.001645 10.0.0.49 - - [2025-09-18 01:57:51] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 1052 0.202666 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 1052 0.009378 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 1052 0.009558 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 1106 0.062609 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 1080 0.011569 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003237 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.006929 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/network HTTP/1.1" 200 830 0.005506 10.0.0.49 - - [2025-09-18 01:57:51] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.49 - - [2025-09-18 01:57:51] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.052105 10.0.0.49 - - [2025-09-18 01:57:51] "POST /neutron/network HTTP/1.1" 200 833 0.005555 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1080 0.013159 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007066 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 117 0.005152 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1080 0.012012 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006679 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/network HTTP/1.1" 200 843 0.005777 10.0.0.49 - - [2025-09-18 01:57:52] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001050 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1055 0.250304 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1055 0.010011 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1055 0.008648 10.0.0.49 - - [2025-09-18 01:57:52] "POST /neutron/port HTTP/1.1" 200 1109 0.081597 10.0.0.49 - - [2025-09-18 01:57:53] "POST /neutron/port HTTP/1.1" 200 1083 0.011791 10.0.0.49 - - [2025-09-18 01:57:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003242 10.0.0.49 - - [2025-09-18 01:57:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.006446 10.0.0.49 - - [2025-09-18 01:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.49 - - [2025-09-18 01:57:53] "POST /neutron/network HTTP/1.1" 200 833 0.005565 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/port HTTP/1.1" 200 1080 0.010725 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006128 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/port HTTP/1.1" 200 1080 0.011704 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005866 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/port HTTP/1.1" 200 1080 0.011797 10.0.0.49 - - [2025-09-18 01:57:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006891 10.0.0.49 - - [2025-09-18 01:57:57] "GET /virtual-machine/211939b8-4102-43b7-ab15-1f6a4ce02a60 HTTP/1.1" 401 292 0.000429 10.0.0.49 - - [2025-09-18 01:57:57] "GET /virtual-machine/211939b8-4102-43b7-ab15-1f6a4ce02a60 HTTP/1.1" 200 1285 0.028043 10.0.0.49 - - [2025-09-18 01:57:57] "GET /virtual-machine-interface/cefda6fd-1e80-4dfa-b033-3c6eb8b7519f HTTP/1.1" 200 2928 0.004918 10.0.0.49 - - [2025-09-18 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.49 - - [2025-09-18 01:57:57] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003187 10.0.0.49 - - [2025-09-18 01:57:58] "GET /virtual-networks?parent_id=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003614 10.0.0.49 - - [2025-09-18 01:57:58] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006557 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /project/fd1b1d5514684d9eace1689a5e69e00d HTTP/1.1" 404 173 0.011453 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /project/bf2492e529ec4f1ca36a97d747f103ba HTTP/1.1" 404 173 0.010422 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000940 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.038382 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.041234 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001418 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?fields=security_groups HTTP/1.1" 200 1370 0.042557 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?fields=security_groups HTTP/1.1" 200 1412 0.045636 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /security-group/455a1cd4-9037-4992-804f-1f4773fc4fb2 HTTP/1.1" 200 115 0.054883 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /security-group/8d96e816-d66b-4375-9b3d-f454c9d8a54d HTTP/1.1" 200 115 0.055894 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=fd1b1d55-1468-4d9e-ace1-689a5e69e00d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001113 10.0.0.49 - - [2025-09-18 01:58:00] "GET /projects?obj_uuids=d81c0dda-1ad1-46ca-a1a7-e32055e87308&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /access-control-list/9efd39b9-6506-491f-a6b7-69fdd2178fd0 HTTP/1.1" 200 115 0.046666 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d?fields=application_policy_sets HTTP/1.1" 200 1409 0.056415 10.0.0.49 - - [2025-09-18 01:58:00] "GET /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308?fields=application_policy_sets HTTP/1.1" 200 1451 0.063369 10.0.0.49 - - [2025-09-18 01:58:00] "DELETE /access-control-list/7c802a14-9c89-4478-a5a0-2b2e69058fda HTTP/1.1" 200 115 0.057581 10.0.0.49 - - [2025-09-18 01:58:01] "DELETE /access-control-list/8be7391c-7858-43db-9cf3-b1e320c99e6a HTTP/1.1" 200 115 0.052750 10.0.0.49 - - [2025-09-18 01:58:01] "DELETE /access-control-list/454ad98d-7265-4dd6-9197-393bd613b2f0 HTTP/1.1" 200 115 0.043440 10.0.0.49 - - [2025-09-18 01:58:01] "DELETE /project/fd1b1d55-1468-4d9e-ace1-689a5e69e00d HTTP/1.1" 200 115 0.417814 10.0.0.49 - - [2025-09-18 01:58:01] "DELETE /project/d81c0dda-1ad1-46ca-a1a7-e32055e87308 HTTP/1.1" 200 115 0.424576 10.0.0.49 - - [2025-09-18 01:58:01] "POST /neutron/port HTTP/1.1" 200 1080 0.017751 10.0.0.49 - - [2025-09-18 01:58:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006005 10.0.0.49 - - [2025-09-18 01:58:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.49 - - [2025-09-18 01:58:01] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.004977 10.0.0.49 - - [2025-09-18 01:58:02] "POST /neutron/port HTTP/1.1" 200 1083 0.012154 10.0.0.49 - - [2025-09-18 01:58:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005221 10.0.0.49 - - [2025-09-18 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.49 - - [2025-09-18 01:58:03] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003465 10.0.0.49 - - [2025-09-18 01:58:03] "GET /virtual-networks?parent_id=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002901 10.0.0.49 - - [2025-09-18 01:58:03] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005544 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/port HTTP/1.1" 200 1083 0.013048 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006735 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/port HTTP/1.1" 200 1083 0.011322 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006611 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014900 10.0.0.49 - - [2025-09-18 01:58:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008337 10.0.0.49 - - [2025-09-18 01:58:03] "GET /virtual-machine/80905874-c64a-4672-920f-2966b6d8a801 HTTP/1.1" 200 1285 0.005468 10.0.0.49 - - [2025-09-18 01:58:03] "GET /virtual-machine-interface/53465e14-1d8f-499a-9ebf-cb89e1c8848e HTTP/1.1" 200 2927 0.007042 10.0.0.49 - - [2025-09-18 01:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.49 - - [2025-09-18 01:58:03] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003027 10.0.0.49 - - [2025-09-18 01:58:04] "GET /virtual-networks?parent_id=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003306 10.0.0.49 - - [2025-09-18 01:58:04] "GET /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006454 10.0.0.49 - - [2025-09-18 01:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.49 - - [2025-09-18 01:58:05] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002772 10.0.0.49 - - [2025-09-18 01:58:05] "GET /virtual-networks?parent_id=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003383 10.0.0.49 - - [2025-09-18 01:58:05] "GET /virtual-network/ae09db6e-a178-43b5-abc5-a53abc05373e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005725 10.0.0.49 - - [2025-09-18 01:58:05] "POST /routing-policys HTTP/1.1" 200 534 0.016368 10.0.0.49 - - [2025-09-18 01:58:05] "GET /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.008509 10.0.0.49 - - [2025-09-18 01:58:05] "POST /ref-update HTTP/1.1" 200 156 0.012262 10.0.0.49 - - [2025-09-18 01:58:05] "PUT /virtual-network/e9f8a8c0-f077-4219-bc5b-7fe0a3147c18 HTTP/1.1" 200 264 0.032477 10.0.0.49 - - [2025-09-18 01:58:07] "GET /obj-perms HTTP/1.1" 200 5056 0.050073 10.0.0.49 - - [2025-09-18 01:58:08] "GET /obj-perms HTTP/1.1" 200 5056 0.045883 10.0.0.49 - - [2025-09-18 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.032899 10.0.0.49 - - [2025-09-18 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.019190 10.0.0.49 - - [2025-09-18 01:58:09] "DELETE /routing-policy/a83b3603-557c-451c-8c4e-5485515c616d HTTP/1.1" 200 115 0.028654 10.0.0.49 - - [2025-09-18 01:58:09] "POST /neutron/network HTTP/1.1" 200 833 0.006893 10.0.0.49 - - [2025-09-18 01:58:09] "POST /neutron/network HTTP/1.1" 400 204 0.010087 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011138 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 1109 0.008440 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 1080 0.011019 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 1106 0.011286 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 151 0.117929 10.0.0.49 - - [2025-09-18 01:58:10] "POST /neutron/port HTTP/1.1" 200 151 0.104869 10.0.0.49 - - [2025-09-18 01:58:11] "POST /neutron/network HTTP/1.1" 200 833 0.005686 10.0.0.49 - - [2025-09-18 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.49 - - [2025-09-18 01:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002218 10.0.0.49 - - [2025-09-18 01:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003215 10.0.0.49 - - [2025-09-18 01:58:11] "POST /neutron/network HTTP/1.1" 200 151 0.085661 10.0.0.49 - - [2025-09-18 01:58:11] "DELETE /route-target/a01e7878-7661-4a15-9f6b-f83d189ac1ca HTTP/1.1" 200 115 0.016209 10.0.0.49 - - [2025-09-18 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-09-18 01:58:11] "POST /neutron/network HTTP/1.1" 200 830 0.004568 10.0.0.49 - - [2025-09-18 01:58:11] "DELETE /route-target/36f93e0d-4c36-4662-8719-fac8aa7fa816 HTTP/1.1" 409 239 0.005351 10.0.0.49 - - [2025-09-18 01:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002726 10.0.0.49 - - [2025-09-18 01:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001893 10.0.0.49 - - [2025-09-18 01:58:11] "POST /neutron/network HTTP/1.1" 200 151 0.076970 10.0.0.49 - - [2025-09-18 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.49 - - [2025-09-18 01:58:11] "DELETE /route-target/bfb27e01-127f-47c6-81df-ade0e3d442d9 HTTP/1.1" 200 115 0.015523 10.0.0.49 - - [2025-09-18 01:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.49 - - [2025-09-18 01:58:11] "DELETE /route-target/36f93e0d-4c36-4662-8719-fac8aa7fa816 HTTP/1.1" 200 115 0.015356 10.0.0.49 - - [2025-09-18 01:58:12] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001088 10.0.0.49 - - [2025-09-18 01:58:12] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.025204 10.0.0.49 - - [2025-09-18 01:58:12] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001116 10.0.0.49 - - [2025-09-18 01:58:12] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?fields=virtual_networks HTTP/1.1" 200 1019 0.066787 10.0.0.49 - - [2025-09-18 01:58:12] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001337 10.0.0.49 - - [2025-09-18 01:58:12] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.024781 10.0.0.49 - - [2025-09-18 01:58:12] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001214 10.0.0.49 - - [2025-09-18 01:58:12] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?fields=security_groups HTTP/1.1" 200 1238 0.022747 10.0.0.49 - - [2025-09-18 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.023060 10.0.0.49 - - [2025-09-18 01:58:13] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002434 10.0.0.49 - - [2025-09-18 01:58:13] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.49 - - [2025-09-18 01:58:13] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006852 10.0.0.49 - - [2025-09-18 01:58:13] "POST /id-to-fqname HTTP/1.1" 200 188 0.001633 10.0.0.49 - - [2025-09-18 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.002125 10.0.0.49 - - [2025-09-18 01:58:13] "POST /security-groups HTTP/1.1" 200 589 0.064106 10.0.0.49 - - [2025-09-18 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 232 0.002736 10.0.0.49 - - [2025-09-18 01:58:13] "POST /projects HTTP/1.1" 200 581 0.206285 10.0.0.49 - - [2025-09-18 01:58:13] "POST /access-control-lists HTTP/1.1" 200 594 0.057402 10.0.0.49 - - [2025-09-18 01:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.279065 10.0.0.49 - - [2025-09-18 01:58:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.002824 10.0.0.49 - - [2025-09-18 01:58:13] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.397192 10.0.0.49 - - [2025-09-18 01:58:13] "POST /access-control-lists HTTP/1.1" 200 592 0.056165 10.0.0.49 - - [2025-09-18 01:58:14] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.49 - - [2025-09-18 01:58:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.49 - - [2025-09-18 01:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.053804 10.0.0.49 - - [2025-09-18 01:58:15] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.49 - - [2025-09-18 01:58:15] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.023042 10.0.0.49 - - [2025-09-18 01:58:15] "POST /neutron/network HTTP/1.1" 200 117 0.028957 10.0.0.49 - - [2025-09-18 01:58:15] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001455 10.0.0.49 - - [2025-09-18 01:58:15] "POST /neutron/network HTTP/1.1" 200 613 0.057220 10.0.0.49 - - [2025-09-18 01:58:15] "POST /route-targets HTTP/1.1" 200 327 0.017721 10.0.0.49 - - [2025-09-18 01:58:15] "POST /ref-update HTTP/1.1" 200 156 0.014039 10.0.0.49 - - [2025-09-18 01:58:15] "GET /global-system-configs HTTP/1.1" 200 322 0.033071 10.0.0.49 - - [2025-09-18 01:58:15] "GET /obj-perms HTTP/1.1" 200 5056 0.070286 10.0.0.49 - - [2025-09-18 01:58:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.49 - - [2025-09-18 01:58:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.204076 10.0.0.49 - - [2025-09-18 01:58:16] "POST /neutron/network HTTP/1.1" 200 831 0.005084 10.0.0.49 - - [2025-09-18 01:58:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001116 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004586 10.0.0.49 - - [2025-09-18 01:58:16] "POST /neutron/network HTTP/1.1" 200 831 0.005466 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005692 10.0.0.49 - - [2025-09-18 01:58:16] "POST /neutron/network HTTP/1.1" 200 831 0.005414 10.0.0.49 - - [2025-09-18 01:58:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.006015 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domains HTTP/1.1" 401 292 0.000352 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domains HTTP/1.1" 200 280 0.026927 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.007529 10.0.0.49 - - [2025-09-18 01:58:16] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.49 - - [2025-09-18 01:58:16] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2080 0.066066 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d HTTP/1.1" 200 2316 0.006569 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d HTTP/1.1" 200 2316 0.004538 10.0.0.49 - - [2025-09-18 01:58:16] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 200 1494 0.003118 10.0.0.49 - - [2025-09-18 01:58:16] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 200 1494 0.002796 10.0.0.49 - - [2025-09-18 01:58:16] "GET /route-target/7de63bbe-363a-4c7c-bedd-036ac7debc48 HTTP/1.1" 200 1212 0.002700 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d HTTP/1.1" 200 2316 0.004227 10.0.0.49 - - [2025-09-18 01:58:16] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 200 1494 0.004159 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006886 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d HTTP/1.1" 200 2316 0.006028 10.0.0.49 - - [2025-09-18 01:58:16] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 200 1494 0.003721 10.0.0.49 - - [2025-09-18 01:58:16] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 200 1494 0.003528 10.0.0.49 - - [2025-09-18 01:58:16] "GET /route-target/7de63bbe-363a-4c7c-bedd-036ac7debc48 HTTP/1.1" 200 1212 0.002557 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domains HTTP/1.1" 200 280 0.003416 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.49 - - [2025-09-18 01:58:16] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.006757 10.0.0.49 - - [2025-09-18 01:58:16] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.49 - - [2025-09-18 01:58:16] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2080 0.064295 10.0.0.49 - - [2025-09-18 01:58:16] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d HTTP/1.1" 200 2316 0.004499 10.0.0.49 - - [2025-09-18 01:58:17] "GET /global-system-configs HTTP/1.1" 200 322 0.051101 10.0.0.49 - - [2025-09-18 01:58:17] "GET /obj-perms HTTP/1.1" 200 5026 0.097532 10.0.0.49 - - [2025-09-18 01:58:17] "GET /obj-perms HTTP/1.1" 200 5056 0.105040 10.0.0.49 - - [2025-09-18 01:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.49 - - [2025-09-18 01:58:17] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000994 10.0.0.49 - - [2025-09-18 01:58:17] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021126 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/network HTTP/1.1" 200 117 0.008599 10.0.0.49 - - [2025-09-18 01:58:17] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/network HTTP/1.1" 200 613 0.054689 10.0.0.49 - - [2025-09-18 01:58:17] "POST /route-targets HTTP/1.1" 200 327 0.010554 10.0.0.49 - - [2025-09-18 01:58:17] "POST /ref-update HTTP/1.1" 200 156 0.012725 10.0.0.49 - - [2025-09-18 01:58:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003696 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.182568 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/network HTTP/1.1" 200 833 0.005724 10.0.0.49 - - [2025-09-18 01:58:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001483 10.0.0.49 - - [2025-09-18 01:58:17] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005740 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/network HTTP/1.1" 200 833 0.005776 10.0.0.49 - - [2025-09-18 01:58:17] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006456 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/network HTTP/1.1" 200 833 0.006299 10.0.0.49 - - [2025-09-18 01:58:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.007315 10.0.0.49 - - [2025-09-18 01:58:17] "GET /domains HTTP/1.1" 200 280 0.002352 10.0.0.49 - - [2025-09-18 01:58:17] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.49 - - [2025-09-18 01:58:17] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.006263 10.0.0.49 - - [2025-09-18 01:58:17] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.49 - - [2025-09-18 01:58:18] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2298 0.064973 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc HTTP/1.1" 200 2323 0.005785 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc HTTP/1.1" 200 2323 0.005640 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 200 1494 0.003610 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 200 1494 0.003029 10.0.0.49 - - [2025-09-18 01:58:18] "GET /route-target/1fe6cca0-460f-461b-9689-2ab55b83483f HTTP/1.1" 200 1212 0.002973 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc HTTP/1.1" 200 2323 0.004328 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 200 1494 0.003118 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004503 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc HTTP/1.1" 200 2323 0.004215 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 200 1494 0.003228 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 200 1494 0.002906 10.0.0.49 - - [2025-09-18 01:58:18] "GET /route-target/1fe6cca0-460f-461b-9689-2ab55b83483f HTTP/1.1" 200 1212 0.002695 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains HTTP/1.1" 200 280 0.002428 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.006083 10.0.0.49 - - [2025-09-18 01:58:18] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.49 - - [2025-09-18 01:58:18] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2298 0.065167 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc HTTP/1.1" 200 2323 0.004793 10.0.0.49 - - [2025-09-18 01:58:18] "GET /obj-perms HTTP/1.1" 200 5026 0.002839 10.0.0.49 - - [2025-09-18 01:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.49 - - [2025-09-18 01:58:18] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.49 - - [2025-09-18 01:58:18] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026349 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/network HTTP/1.1" 200 117 0.009596 10.0.0.49 - - [2025-09-18 01:58:18] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/network HTTP/1.1" 200 615 0.064147 10.0.0.49 - - [2025-09-18 01:58:18] "POST /ref-update HTTP/1.1" 200 156 0.012359 10.0.0.49 - - [2025-09-18 01:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.126236 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/network HTTP/1.1" 200 835 0.005751 10.0.0.49 - - [2025-09-18 01:58:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001261 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005060 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/network HTTP/1.1" 200 835 0.006073 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005862 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/network HTTP/1.1" 200 835 0.006020 10.0.0.49 - - [2025-09-18 01:58:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.007088 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains HTTP/1.1" 200 280 0.002966 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.007201 10.0.0.49 - - [2025-09-18 01:58:18] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.49 - - [2025-09-18 01:58:18] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2517 0.068374 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec HTTP/1.1" 200 2327 0.005944 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec HTTP/1.1" 200 2327 0.004913 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 200 1495 0.003974 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 200 1495 0.003244 10.0.0.49 - - [2025-09-18 01:58:18] "GET /route-target/7d23d26d-c3c8-4068-8ed2-ae26b71747ae HTTP/1.1" 200 1214 0.002919 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec HTTP/1.1" 200 2327 0.004586 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 200 1495 0.003509 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005265 10.0.0.49 - - [2025-09-18 01:58:18] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec HTTP/1.1" 200 2327 0.004859 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 200 1495 0.003602 10.0.0.49 - - [2025-09-18 01:58:18] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 200 1495 0.003267 10.0.0.49 - - [2025-09-18 01:58:18] "GET /route-target/7d23d26d-c3c8-4068-8ed2-ae26b71747ae HTTP/1.1" 200 1214 0.002896 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains HTTP/1.1" 200 280 0.002800 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.49 - - [2025-09-18 01:58:18] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2749 0.007087 10.0.0.49 - - [2025-09-18 01:58:18] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.49 - - [2025-09-18 01:58:19] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2517 0.063731 10.0.0.49 - - [2025-09-18 01:58:19] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec HTTP/1.1" 200 2327 0.005126 10.0.0.49 - - [2025-09-18 01:58:19] "GET /obj-perms HTTP/1.1" 200 5026 0.003270 10.0.0.49 - - [2025-09-18 01:58:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001415 10.0.0.49 - - [2025-09-18 01:58:19] "POST /neutron/network HTTP/1.1" 200 843 0.005738 10.0.0.49 - - [2025-09-18 01:58:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.49 - - [2025-09-18 01:58:19] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.49 - - [2025-09-18 01:58:19] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000367 10.0.0.49 - - [2025-09-18 01:58:20] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.49 - - [2025-09-18 01:58:20] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057943 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/network HTTP/1.1" 200 833 0.005612 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.49 - - [2025-09-18 01:58:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001424 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 117 0.004944 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/network HTTP/1.1" 200 845 0.005460 10.0.0.49 - - [2025-09-18 01:58:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/network HTTP/1.1" 200 843 0.005784 10.0.0.49 - - [2025-09-18 01:58:20] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.49 - - [2025-09-18 01:58:20] "GET / HTTP/1.1" 200 35931 0.001947 10.0.0.49 - - [2025-09-18 01:58:20] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000421 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 1059 0.208076 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 1059 0.010644 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 1059 0.008203 10.0.0.49 - - [2025-09-18 01:58:20] "POST /neutron/port HTTP/1.1" 200 1113 0.069111 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/port HTTP/1.1" 200 1087 0.011618 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005308 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.006871 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/network HTTP/1.1" 200 833 0.005353 10.0.0.49 - - [2025-09-18 01:58:21] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001898 10.0.0.49 - - [2025-09-18 01:58:21] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050126 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/network HTTP/1.1" 200 835 0.005348 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/port HTTP/1.1" 200 1087 0.018156 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006416 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/port HTTP/1.1" 200 117 0.004882 10.0.0.49 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.002578 10.0.0.49 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.49 - - [2025-09-18 01:58:21] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.49 - - [2025-09-18 01:58:21] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.008387 10.0.0.49 - - [2025-09-18 01:58:21] "POST /service-templates HTTP/1.1" 200 543 0.018821 10.0.0.49 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.49 - - [2025-09-18 01:58:21] "GET /service-template/c014eb3a-4a23-4a92-81af-60e43bd3922a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.008712 10.0.0.49 - - [2025-09-18 01:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.49 - - [2025-09-18 01:58:21] "POST /neutron/network HTTP/1.1" 200 845 0.007628 10.0.0.49 - - [2025-09-18 01:58:21] "GET /service-template/c014eb3a-4a23-4a92-81af-60e43bd3922a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004297 10.0.0.49 - - [2025-09-18 01:58:21] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.49 - - [2025-09-18 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001994 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 1059 0.240958 10.0.0.49 - - [2025-09-18 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001259 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 1059 0.016978 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 1059 0.007814 10.0.0.49 - - [2025-09-18 01:58:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001041 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 1113 0.063443 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 1087 0.011803 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003484 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 2058 0.015610 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.006114 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001046 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011626 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/network HTTP/1.1" 200 835 0.008482 10.0.0.49 - - [2025-09-18 01:58:22] "POST /neutron/network HTTP/1.1" 200 2224 0.011366 10.0.0.49 - - [2025-09-18 01:58:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.49 - - [2025-09-18 01:58:23] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.49 - - [2025-09-18 01:58:23] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.49 - - [2025-09-18 01:58:23] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.49 - - [2025-09-18 01:58:23] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052858 10.0.0.49 - - [2025-09-18 01:58:23] "POST /neutron/network HTTP/1.1" 200 831 0.005492 10.0.0.49 - - [2025-09-18 01:58:23] "POST /neutron/network HTTP/1.1" 200 833 0.005352 10.0.0.49 - - [2025-09-18 01:58:23] "POST /neutron/network HTTP/1.1" 200 835 0.005445 10.0.0.49 - - [2025-09-18 01:58:23] "POST /neutron/port HTTP/1.1" 200 2058 0.019364 10.0.0.49 - - [2025-09-18 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018650 10.0.0.49 - - [2025-09-18 01:58:24] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.49 - - [2025-09-18 01:58:24] "POST /neutron/port HTTP/1.1" 200 117 0.005056 10.0.0.49 - - [2025-09-18 01:58:24] "POST /neutron/network HTTP/1.1" 200 2224 0.013708 10.0.0.49 - - [2025-09-18 01:58:24] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.49 - - [2025-09-18 01:58:24] "POST /neutron/port HTTP/1.1" 200 1057 0.320110 10.0.0.49 - - [2025-09-18 01:58:24] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.49 - - [2025-09-18 01:58:24] "POST /neutron/port HTTP/1.1" 200 1059 0.221168 10.0.0.49 - - [2025-09-18 01:58:24] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1059 0.220709 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1057 0.009757 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1057 0.014034 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1111 0.066489 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1059 0.010276 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1059 0.008723 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1113 0.061523 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1059 0.012193 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1059 0.011732 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 1113 0.076914 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 3026 0.018777 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.006892 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/network HTTP/1.1" 200 831 0.006081 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.006560 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/network HTTP/1.1" 200 833 0.006268 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003000 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/subnet HTTP/1.1" 200 703 0.006423 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.49 - - [2025-09-18 01:58:25] "POST /neutron/network HTTP/1.1" 200 835 0.005738 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/port HTTP/1.1" 200 3026 0.015320 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006223 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/port HTTP/1.1" 200 3026 0.015788 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006013 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/port HTTP/1.1" 200 3026 0.016277 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011846 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/port HTTP/1.1" 200 3026 0.019056 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008020 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/port HTTP/1.1" 200 3026 0.017576 10.0.0.49 - - [2025-09-18 01:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006055 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-machine/5b447ff0-efbc-45cc-a0c9-7e02103311df HTTP/1.1" 200 1802 0.004751 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d HTTP/1.1" 200 2948 0.004645 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519 HTTP/1.1" 200 2946 0.004390 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667 HTTP/1.1" 200 2947 0.004848 10.0.0.49 - - [2025-09-18 01:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.49 - - [2025-09-18 01:58:29] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003420 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003050 10.0.0.49 - - [2025-09-18 01:58:29] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005462 10.0.0.49 - - [2025-09-18 01:58:30] "POST /neutron/port HTTP/1.1" 200 1087 0.010275 10.0.0.49 - - [2025-09-18 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005208 10.0.0.49 - - [2025-09-18 01:58:31] "POST /neutron/port HTTP/1.1" 200 1087 0.011054 10.0.0.49 - - [2025-09-18 01:58:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005127 10.0.0.49 - - [2025-09-18 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.49 - - [2025-09-18 01:58:32] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004796 10.0.0.49 - - [2025-09-18 01:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.49 - - [2025-09-18 01:58:37] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004812 10.0.0.49 - - [2025-09-18 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.49 - - [2025-09-18 01:58:41] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004761 10.0.0.49 - - [2025-09-18 01:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.49 - - [2025-09-18 01:58:45] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005498 10.0.0.49 - - [2025-09-18 01:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.49 - - [2025-09-18 01:58:47] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003349 10.0.0.49 - - [2025-09-18 01:58:47] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003185 10.0.0.49 - - [2025-09-18 01:58:47] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005461 10.0.0.49 - - [2025-09-18 01:58:47] "POST /neutron/port HTTP/1.1" 200 3026 0.015892 10.0.0.49 - - [2025-09-18 01:58:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006074 10.0.0.49 - - [2025-09-18 01:58:52] "POST /neutron/port HTTP/1.1" 200 3026 0.016057 10.0.0.49 - - [2025-09-18 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006576 10.0.0.49 - - [2025-09-18 01:58:57] "POST /neutron/port HTTP/1.1" 200 3026 0.016256 10.0.0.49 - - [2025-09-18 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005319 10.0.0.49 - - [2025-09-18 01:58:59] "POST /neutron/port HTTP/1.1" 200 3026 0.013921 10.0.0.49 - - [2025-09-18 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005003 10.0.0.49 - - [2025-09-18 01:59:01] "DELETE /project/56749f3fae36432b945db6e883f1fefc HTTP/1.1" 404 173 0.049120 10.0.0.49 - - [2025-09-18 01:59:01] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001139 10.0.0.49 - - [2025-09-18 01:59:01] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.065442 10.0.0.49 - - [2025-09-18 01:59:01] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 10.0.0.49 - - [2025-09-18 01:59:01] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?fields=security_groups HTTP/1.1" 200 1343 0.070971 10.0.0.49 - - [2025-09-18 01:59:01] "DELETE /security-group/f6272a0d-e2b4-4e4b-92b4-413916e9a70e HTTP/1.1" 200 115 0.034177 10.0.0.49 - - [2025-09-18 01:59:01] "GET /projects?obj_uuids=bf2492e5-29ec-4f1c-a36a-97d747f103ba&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001484 10.0.0.49 - - [2025-09-18 01:59:01] "GET /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba?fields=application_policy_sets HTTP/1.1" 200 1382 0.031521 10.0.0.49 - - [2025-09-18 01:59:01] "DELETE /access-control-list/042410b7-7610-43f0-af9c-e8d66515db06 HTTP/1.1" 200 115 0.057409 10.0.0.49 - - [2025-09-18 01:59:01] "DELETE /access-control-list/8024d9a0-acc3-49b9-9d95-5c846346f08c HTTP/1.1" 200 115 0.017763 10.0.0.49 - - [2025-09-18 01:59:01] "DELETE /project/bf2492e5-29ec-4f1c-a36a-97d747f103ba HTTP/1.1" 200 115 0.391611 10.0.0.49 - - [2025-09-18 01:59:03] "POST /neutron/port HTTP/1.1" 200 3026 0.014328 10.0.0.49 - - [2025-09-18 01:59:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006467 10.0.0.49 - - [2025-09-18 01:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.49 - - [2025-09-18 01:59:08] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003093 10.0.0.49 - - [2025-09-18 01:59:08] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002958 10.0.0.49 - - [2025-09-18 01:59:08] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005274 10.0.0.49 - - [2025-09-18 01:59:08] "GET /obj-perms HTTP/1.1" 200 5056 0.047824 10.0.0.49 - - [2025-09-18 01:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-09-18 01:59:08] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003987 10.0.0.49 - - [2025-09-18 01:59:08] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003100 10.0.0.49 - - [2025-09-18 01:59:08] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005609 10.0.0.49 - - [2025-09-18 01:59:08] "GET /obj-perms HTTP/1.1" 200 5056 0.052800 10.0.0.49 - - [2025-09-18 01:59:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003144 10.0.0.49 - - [2025-09-18 01:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.49 - - [2025-09-18 01:59:08] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.49 - - [2025-09-18 01:59:09] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.032060 10.0.0.49 - - [2025-09-18 01:59:09] "POST /service-instances HTTP/1.1" 200 543 0.060137 10.0.0.49 - - [2025-09-18 01:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.49 - - [2025-09-18 01:59:09] "GET /service-instance/d184c94c-2604-4cd2-9946-6969158cc469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005232 10.0.0.49 - - [2025-09-18 01:59:09] "POST /port-tuples HTTP/1.1" 200 586 0.022205 10.0.0.49 - - [2025-09-18 01:59:09] "GET /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005294 10.0.0.49 - - [2025-09-18 01:59:09] "PUT /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667 HTTP/1.1" 200 284 0.010486 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.49 - - [2025-09-18 01:59:09] "POST /instance-ips HTTP/1.1" 200 385 0.026586 10.0.0.49 - - [2025-09-18 01:59:09] "GET /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006903 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.017408 10.0.0.49 - - [2025-09-18 01:59:09] "PUT /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519 HTTP/1.1" 200 284 0.023473 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.016423 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003719 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.49 - - [2025-09-18 01:59:09] "GET /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005492 10.0.0.49 - - [2025-09-18 01:59:09] "POST /instance-ips HTTP/1.1" 200 385 0.025395 10.0.0.49 - - [2025-09-18 01:59:09] "PUT /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d HTTP/1.1" 200 284 0.010833 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.008427 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.008911 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.008917 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002974 10.0.0.49 - - [2025-09-18 01:59:09] "POST /neutron/port HTTP/1.1" 200 1087 0.010761 10.0.0.49 - - [2025-09-18 01:59:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006044 10.0.0.49 - - [2025-09-18 01:59:09] "POST /instance-ips HTTP/1.1" 200 373 0.020155 10.0.0.49 - - [2025-09-18 01:59:09] "POST /ref-update HTTP/1.1" 200 156 0.015589 10.0.0.49 - - [2025-09-18 01:59:09] "POST /neutron/port HTTP/1.1" 200 1087 0.023179 10.0.0.49 - - [2025-09-18 01:59:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007360 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.012430 10.0.0.49 - - [2025-09-18 01:59:10] "POST /neutron/port HTTP/1.1" 200 1087 0.018930 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004217 10.0.0.49 - - [2025-09-18 01:59:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007348 10.0.0.49 - - [2025-09-18 01:59:10] "GET /virtual-machine/8ff170e8-ef75-4e05-b4f3-0ba0a9b23b30 HTTP/1.1" 200 1291 0.005318 10.0.0.49 - - [2025-09-18 01:59:10] "GET /virtual-machine-interface/147a42a7-901c-4d04-b2b1-70fcf6a2b55d HTTP/1.1" 200 2946 0.004829 10.0.0.49 - - [2025-09-18 01:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.49 - - [2025-09-18 01:59:10] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002547 10.0.0.49 - - [2025-09-18 01:59:10] "POST /instance-ips HTTP/1.1" 200 373 0.021860 10.0.0.49 - - [2025-09-18 01:59:10] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005229 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.49 - - [2025-09-18 01:59:10] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005671 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.009815 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003140 10.0.0.49 - - [2025-09-18 01:59:10] "POST /instance-ips HTTP/1.1" 200 375 0.020638 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.013724 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.008031 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003068 10.0.0.49 - - [2025-09-18 01:59:10] "POST /instance-ips HTTP/1.1" 200 375 0.014824 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.008840 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-update HTTP/1.1" 200 156 0.008308 10.0.0.49 - - [2025-09-18 01:59:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002847 10.0.0.49 - - [2025-09-18 01:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-09-18 01:59:11] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003740 10.0.0.49 - - [2025-09-18 01:59:11] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002992 10.0.0.49 - - [2025-09-18 01:59:11] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005250 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/port HTTP/1.1" 200 1087 0.010793 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005445 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/port HTTP/1.1" 200 1087 0.010887 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005862 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/port HTTP/1.1" 200 1087 0.010090 10.0.0.49 - - [2025-09-18 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006130 10.0.0.49 - - [2025-09-18 01:59:11] "GET /virtual-machine/3025e813-0e20-42d3-83df-be4815235451 HTTP/1.1" 200 1289 0.004396 10.0.0.49 - - [2025-09-18 01:59:11] "GET /virtual-machine-interface/8bf2bfa2-c978-4bdd-8a86-9cc632d24bcd HTTP/1.1" 200 2949 0.004600 10.0.0.49 - - [2025-09-18 01:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-09-18 01:59:11] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002856 10.0.0.49 - - [2025-09-18 01:59:12] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002966 10.0.0.49 - - [2025-09-18 01:59:12] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006115 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.49 - - [2025-09-18 01:59:13] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002682 10.0.0.49 - - [2025-09-18 01:59:13] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003433 10.0.0.49 - - [2025-09-18 01:59:13] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005902 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002757 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002164 10.0.0.49 - - [2025-09-18 01:59:13] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.49 - - [2025-09-18 01:59:13] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024700 10.0.0.49 - - [2025-09-18 01:59:13] "POST /network-policys HTTP/1.1" 200 547 0.016526 10.0.0.49 - - [2025-09-18 01:59:13] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006420 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.49 - - [2025-09-18 01:59:13] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005173 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-09-18 01:59:13] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003606 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.003187 10.0.0.49 - - [2025-09-18 01:59:13] "POST /ref-update HTTP/1.1" 200 156 0.032659 10.0.0.49 - - [2025-09-18 01:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-09-18 01:59:13] "POST /access-control-lists HTTP/1.1" 200 601 0.058544 10.0.0.49 - - [2025-09-18 01:59:14] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003774 10.0.0.49 - - [2025-09-18 01:59:14] "POST /neutron/network HTTP/1.1" 200 921 0.006791 10.0.0.49 - - [2025-09-18 01:59:14] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004560 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.49 - - [2025-09-18 01:59:14] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003418 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.49 - - [2025-09-18 01:59:14] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005796 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.49 - - [2025-09-18 01:59:14] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004140 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 404 244 0.004176 10.0.0.49 - - [2025-09-18 01:59:14] "POST /ref-update HTTP/1.1" 200 156 0.029089 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.49 - - [2025-09-18 01:59:14] "POST /access-control-lists HTTP/1.1" 200 604 0.059258 10.0.0.49 - - [2025-09-18 01:59:14] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003505 10.0.0.49 - - [2025-09-18 01:59:14] "POST /routing-instances HTTP/1.1" 200 759 0.014621 10.0.0.49 - - [2025-09-18 01:59:14] "POST /neutron/network HTTP/1.1" 200 923 0.006695 10.0.0.49 - - [2025-09-18 01:59:14] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004603 10.0.0.49 - - [2025-09-18 01:59:14] "POST /route-targets HTTP/1.1" 200 327 0.009996 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.49 - - [2025-09-18 01:59:14] "POST /ref-update HTTP/1.1" 200 156 0.010035 10.0.0.49 - - [2025-09-18 01:59:14] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003536 10.0.0.49 - - [2025-09-18 01:59:14] "GET /routing-instance/25216940-6fed-4cd2-8ad2-9f2ab38f650d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004009 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.49 - - [2025-09-18 01:59:14] "GET /routing-instance/25216940-6fed-4cd2-8ad2-9f2ab38f650d?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004012 10.0.0.49 - - [2025-09-18 01:59:14] "GET /service-template/c014eb3a-4a23-4a92-81af-60e43bd3922a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003404 10.0.0.49 - - [2025-09-18 01:59:14] "POST /ref-update HTTP/1.1" 200 156 0.009589 10.0.0.49 - - [2025-09-18 01:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.49 - - [2025-09-18 01:59:14] "POST /routing-instances HTTP/1.1" 200 760 0.015515 10.0.0.49 - - [2025-09-18 01:59:14] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001177 10.0.0.49 - - [2025-09-18 01:59:14] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025379 10.0.0.49 - - [2025-09-18 01:59:14] "POST /route-targets HTTP/1.1" 200 327 0.009557 10.0.0.49 - - [2025-09-18 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.49 - - [2025-09-18 01:59:15] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.49 - - [2025-09-18 01:59:15] "GET /service-instance/d184c94c-2604-4cd2-9946-6969158cc469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.004812 10.0.0.49 - - [2025-09-18 01:59:15] "GET /routing-instance/8e36fdab-8cb4-468a-9a0e-fc183b7eebea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004244 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domains HTTP/1.1" 200 280 0.002821 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2770 0.007671 10.0.0.49 - - [2025-09-18 01:59:15] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.49 - - [2025-09-18 01:59:15] "GET /routing-instance/8e36fdab-8cb4-468a-9a0e-fc183b7eebea?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003524 10.0.0.49 - - [2025-09-18 01:59:15] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 4233 0.065564 10.0.0.49 - - [2025-09-18 01:59:15] "GET /service-instance/d184c94c-2604-4cd2-9946-6969158cc469 HTTP/1.1" 200 3784 0.006857 10.0.0.49 - - [2025-09-18 01:59:15] "PUT /routing-instance/25216940-6fed-4cd2-8ad2-9f2ab38f650d HTTP/1.1" 200 266 0.014520 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domains HTTP/1.1" 200 280 0.002695 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.49 - - [2025-09-18 01:59:15] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2770 0.006194 10.0.0.49 - - [2025-09-18 01:59:15] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.49 - - [2025-09-18 01:59:15] "PUT /routing-instance/8e36fdab-8cb4-468a-9a0e-fc183b7eebea HTTP/1.1" 200 266 0.009261 10.0.0.49 - - [2025-09-18 01:59:15] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 4233 0.069815 10.0.0.49 - - [2025-09-18 01:59:15] "GET /service-instance/d184c94c-2604-4cd2-9946-6969158cc469 HTTP/1.1" 200 3784 0.003581 10.0.0.49 - - [2025-09-18 01:59:15] "GET /port-tuple/04a05308-97b2-40a8-a44b-f4de512770ca HTTP/1.1" 200 1978 0.002763 10.0.0.49 - - [2025-09-18 01:59:15] "POST /ref-update HTTP/1.1" 200 156 0.009869 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d HTTP/1.1" 200 3803 0.007564 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519 HTTP/1.1" 200 3798 0.005208 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667 HTTP/1.1" 200 3817 0.005639 10.0.0.49 - - [2025-09-18 01:59:15] "PUT /access-control-list/b0df1c8b-2dc0-445f-9dd7-6a945930b879 HTTP/1.1" 200 272 0.010442 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/port HTTP/1.1" 200 3833 0.029826 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006275 10.0.0.49 - - [2025-09-18 01:59:15] "PUT /access-control-list/47f2e437-9650-45c7-8c41-a5d0403d0c21 HTTP/1.1" 200 272 0.014092 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/port HTTP/1.1" 200 3833 0.025016 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005437 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/port HTTP/1.1" 200 3833 0.025244 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005170 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/port HTTP/1.1" 200 3833 0.024771 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006023 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 895 0.010969 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 921 0.006058 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 805 0.012869 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 831 0.005077 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 897 0.011557 10.0.0.49 - - [2025-09-18 01:59:15] "POST /neutron/network HTTP/1.1" 200 923 0.006481 10.0.0.49 - - [2025-09-18 01:59:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001259 10.0.0.49 - - [2025-09-18 01:59:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001128 10.0.0.49 - - [2025-09-18 01:59:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001616 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine/5b447ff0-efbc-45cc-a0c9-7e02103311df HTTP/1.1" 200 1802 0.004136 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d HTTP/1.1" 200 3803 0.005520 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519 HTTP/1.1" 200 3798 0.004795 10.0.0.49 - - [2025-09-18 01:59:15] "GET /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667 HTTP/1.1" 200 3817 0.004642 10.0.0.49 - - [2025-09-18 01:59:15] "GET /instance-ip/4809019f-b4ec-4926-8829-05f897d57b7b HTTP/1.1" 200 1622 0.004416 10.0.0.49 - - [2025-09-18 01:59:15] "GET /instance-ip/6d0004a5-a2a8-4a11-ac4d-7f8301fe0573 HTTP/1.1" 200 1960 0.002921 10.0.0.49 - - [2025-09-18 01:59:15] "GET /instance-ip/fd33930e-5c20-4fff-ad2d-f4c585903de2 HTTP/1.1" 200 1959 0.002926 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/3744aa19-2e38-4f47-95dc-9114b1d1eecc HTTP/1.1" 200 1954 0.002879 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/5fa54919-44a5-426d-b449-f91a1fe767d1 HTTP/1.1" 200 1622 0.003841 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/6a495946-98c5-4ae9-a307-1595e425ac04 HTTP/1.1" 200 1956 0.003358 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/bfb47c6c-beee-486b-a89c-b5ad7f37a860 HTTP/1.1" 200 1979 0.003017 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/cd2c66b1-abfc-4b96-8cce-dec0067b1dda HTTP/1.1" 200 1981 0.003006 10.0.0.49 - - [2025-09-18 01:59:16] "GET /instance-ip/d4e3f0e9-acd2-4f3e-aab1-a04af11a3986 HTTP/1.1" 200 1621 0.004508 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/port HTTP/1.1" 200 3833 0.024674 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005589 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/port HTTP/1.1" 200 3833 0.026723 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006152 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/port HTTP/1.1" 200 3833 0.025154 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005641 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/port HTTP/1.1" 200 3833 0.026749 10.0.0.49 - - [2025-09-18 01:59:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007324 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-machine/5b447ff0-efbc-45cc-a0c9-7e02103311df HTTP/1.1" 200 1802 0.003766 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-machine-interface/02a4d468-2d12-4c86-8ef6-7bba3f9bba0d HTTP/1.1" 200 3803 0.004873 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-machine-interface/30fce3b9-c2e4-42b1-97e2-c654648b2519 HTTP/1.1" 200 3798 0.004696 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-machine-interface/e1792131-9208-4f81-96fb-9a6d2a543667 HTTP/1.1" 200 3817 0.004394 10.0.0.49 - - [2025-09-18 01:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.49 - - [2025-09-18 01:59:16] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002859 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002963 10.0.0.49 - - [2025-09-18 01:59:16] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005753 10.0.0.49 - - [2025-09-18 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.49 - - [2025-09-18 01:59:17] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003709 10.0.0.49 - - [2025-09-18 01:59:17] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003110 10.0.0.49 - - [2025-09-18 01:59:17] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005932 10.0.0.49 - - [2025-09-18 01:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.49 - - [2025-09-18 01:59:17] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003779 10.0.0.49 - - [2025-09-18 01:59:17] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003298 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005229 10.0.0.49 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.49 - - [2025-09-18 01:59:18] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003516 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003110 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005152 10.0.0.49 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.49 - - [2025-09-18 01:59:18] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002936 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005140 10.0.0.49 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.49 - - [2025-09-18 01:59:18] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003662 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003068 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005115 10.0.0.49 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.49 - - [2025-09-18 01:59:18] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003511 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003054 10.0.0.49 - - [2025-09-18 01:59:18] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005624 10.0.0.49 - - [2025-09-18 01:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.49 - - [2025-09-18 01:59:18] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003567 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003609 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005556 10.0.0.49 - - [2025-09-18 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.49 - - [2025-09-18 01:59:19] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003445 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003024 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-network/2d5c7971-6bef-4e77-9c98-64cfb3871a7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005365 10.0.0.49 - - [2025-09-18 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.49 - - [2025-09-18 01:59:19] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003556 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003175 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005718 10.0.0.49 - - [2025-09-18 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.49 - - [2025-09-18 01:59:19] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003541 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003074 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005349 10.0.0.49 - - [2025-09-18 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.49 - - [2025-09-18 01:59:19] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003485 10.0.0.49 - - [2025-09-18 01:59:19] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005279 10.0.0.49 - - [2025-09-18 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.49 - - [2025-09-18 01:59:20] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003796 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-networks?parent_id=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003614 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005471 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-machine/5b447ff0-efbc-45cc-a0c9-7e02103311df HTTP/1.1" 200 1802 0.003962 10.0.0.49 - - [2025-09-18 01:59:20] "GET /domains HTTP/1.1" 200 280 0.002610 10.0.0.49 - - [2025-09-18 01:59:20] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.49 - - [2025-09-18 01:59:20] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2770 0.007073 10.0.0.49 - - [2025-09-18 01:59:20] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.49 - - [2025-09-18 01:59:20] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 4233 0.068339 10.0.0.49 - - [2025-09-18 01:59:20] "GET /service-instance/d184c94c-2604-4cd2-9946-6969158cc469 HTTP/1.1" 200 3784 0.004096 10.0.0.49 - - [2025-09-18 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.49 - - [2025-09-18 01:59:20] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003434 10.0.0.49 - - [2025-09-18 01:59:20] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006849 10.0.0.49 - - [2025-09-18 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.49 - - [2025-09-18 01:59:20] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.004538 10.0.0.49 - - [2025-09-18 01:59:20] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.005044 10.0.0.49 - - [2025-09-18 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005226 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?fields=routing_instances HTTP/1.1" 200 1684 0.007284 10.0.0.49 - - [2025-09-18 01:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005296 10.0.0.49 - - [2025-09-18 01:59:20] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?fields=routing_instances HTTP/1.1" 200 1688 0.007515 10.0.0.49 - - [2025-09-18 01:59:24] "POST /ref-update HTTP/1.1" 200 156 0.040288 10.0.0.49 - - [2025-09-18 01:59:24] "DELETE /access-control-list/47f2e437-9650-45c7-8c41-a5d0403d0c21 HTTP/1.1" 200 115 0.039690 10.0.0.49 - - [2025-09-18 01:59:24] "POST /neutron/network HTTP/1.1" 200 835 0.007740 10.0.0.49 - - [2025-09-18 01:59:24] "GET /virtual-network/21f7221b-6e6a-4f77-a91b-f00f44f183ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006794 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /routing-instance/25216940-6fed-4cd2-8ad2-9f2ab38f650d HTTP/1.1" 200 115 0.022210 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005680 10.0.0.49 - - [2025-09-18 01:59:25] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004012 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /route-target/11aae5a7-22bd-4a9b-98b4-13071cb72fdf HTTP/1.1" 200 115 0.024432 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.033570 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /routing-instance/8e36fdab-8cb4-468a-9a0e-fc183b7eebea HTTP/1.1" 200 115 0.047915 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.49 - - [2025-09-18 01:59:25] "POST /neutron/network HTTP/1.1" 200 833 0.006527 10.0.0.49 - - [2025-09-18 01:59:25] "GET /virtual-network/d3053444-88ed-45d4-9faa-6b32d0be4cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005279 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /route-target/7d483c57-c466-4753-8359-b64d1a4c640c HTTP/1.1" 200 115 0.015738 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /access-control-list/b0df1c8b-2dc0-445f-9dd7-6a945930b879 HTTP/1.1" 200 115 0.023432 10.0.0.49 - - [2025-09-18 01:59:25] "GET /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004216 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /network-policy/6fa79224-c6c8-45a2-9583-4471bbd4f581 HTTP/1.1" 200 115 0.025394 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /service-instance/d184c94c-2604-4cd2-9946-6969158cc469 HTTP/1.1" 200 115 0.038422 10.0.0.49 - - [2025-09-18 01:59:25] "GET /domains HTTP/1.1" 200 280 0.002423 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.015934 10.0.0.49 - - [2025-09-18 01:59:25] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003181 10.0.0.49 - - [2025-09-18 01:59:25] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2770 0.013577 10.0.0.49 - - [2025-09-18 01:59:25] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/3744aa19-2e38-4f47-95dc-9114b1d1eecc HTTP/1.1" 200 115 0.025814 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.009042 10.0.0.49 - - [2025-09-18 01:59:25] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 3759 0.066186 10.0.0.49 - - [2025-09-18 01:59:25] "GET /virtual-machine/5b447ff0-efbc-45cc-a0c9-7e02103311df HTTP/1.1" 200 1802 0.004361 10.0.0.49 - - [2025-09-18 01:59:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002458 10.0.0.49 - - [2025-09-18 01:59:25] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001938 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/6a495946-98c5-4ae9-a307-1595e425ac04 HTTP/1.1" 200 115 0.025198 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/6d0004a5-a2a8-4a11-ac4d-7f8301fe0573 HTTP/1.1" 200 115 0.021564 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.011266 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /service-template/c014eb3a-4a23-4a92-81af-60e43bd3922a HTTP/1.1" 200 115 0.028855 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/cd2c66b1-abfc-4b96-8cce-dec0067b1dda HTTP/1.1" 200 115 0.032131 10.0.0.49 - - [2025-09-18 01:59:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002900 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.013183 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/bfb47c6c-beee-486b-a89c-b5ad7f37a860 HTTP/1.1" 200 115 0.020259 10.0.0.49 - - [2025-09-18 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.010615 10.0.0.49 - - [2025-09-18 01:59:25] "DELETE /instance-ip/fd33930e-5c20-4fff-ad2d-f4c585903de2 HTTP/1.1" 200 115 0.024203 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/network HTTP/1.1" 200 835 0.006437 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/network HTTP/1.1" 400 204 0.015169 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1087 0.014476 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1087 0.012053 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1113 0.010631 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1113 0.008703 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.137108 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.133045 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 3026 0.021997 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1113 0.008358 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.104614 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 1113 0.009880 10.0.0.49 - - [2025-09-18 01:59:26] "POST /neutron/port HTTP/1.1" 200 151 0.093127 10.0.0.49 - - [2025-09-18 01:59:27] "POST /neutron/port HTTP/1.1" 200 1111 0.008923 10.0.0.49 - - [2025-09-18 01:59:27] "POST /neutron/port HTTP/1.1" 200 151 0.100515 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 835 0.005736 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.49 - - [2025-09-18 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001525 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 151 0.067482 10.0.0.49 - - [2025-09-18 01:59:28] "GET /routing-instance/0149aa71-ccc1-48d2-92f1-0d1978bbeaf3 HTTP/1.1" 404 171 0.001913 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains HTTP/1.1" 200 280 0.008541 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.49 - - [2025-09-18 01:59:28] "DELETE /route-target/7d23d26d-c3c8-4068-8ed2-ae26b71747ae HTTP/1.1" 200 115 0.034387 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2570 0.048414 10.0.0.49 - - [2025-09-18 01:59:28] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.49 - - [2025-09-18 01:59:28] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2298 0.071605 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 833 0.005593 10.0.0.49 - - [2025-09-18 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 151 0.087692 10.0.0.49 - - [2025-09-18 01:59:28] "DELETE /route-target/1fe6cca0-460f-461b-9689-2ab55b83483f HTTP/1.1" 200 115 0.015658 10.0.0.49 - - [2025-09-18 01:59:28] "GET /routing-instance/9cd21ca0-d245-443d-9984-792372f239b4 HTTP/1.1" 404 171 0.002260 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains HTTP/1.1" 200 280 0.002483 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2570 0.047724 10.0.0.49 - - [2025-09-18 01:59:28] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001667 10.0.0.49 - - [2025-09-18 01:59:28] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 2080 0.064120 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 831 0.005507 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.49 - - [2025-09-18 01:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.49 - - [2025-09-18 01:59:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001662 10.0.0.49 - - [2025-09-18 01:59:28] "POST /neutron/network HTTP/1.1" 200 151 0.072484 10.0.0.49 - - [2025-09-18 01:59:28] "GET /routing-instance/d3f91f82-8dd3-457c-aafd-2e0ff6897a7c HTTP/1.1" 404 171 0.002333 10.0.0.49 - - [2025-09-18 01:59:28] "DELETE /route-target/7de63bbe-363a-4c7c-bedd-036ac7debc48 HTTP/1.1" 200 115 0.016653 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains HTTP/1.1" 200 280 0.002437 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.49 - - [2025-09-18 01:59:28] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2570 0.047544 10.0.0.49 - - [2025-09-18 01:59:28] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.49 - - [2025-09-18 01:59:28] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 1840 0.070748 10.0.0.49 - - [2025-09-18 01:59:29] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.49 - - [2025-09-18 01:59:29] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050709 10.0.0.49 - - [2025-09-18 01:59:29] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.49 - - [2025-09-18 01:59:29] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?fields=virtual_networks HTTP/1.1" 200 1028 0.069411 10.0.0.49 - - [2025-09-18 01:59:29] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001552 10.0.0.49 - - [2025-09-18 01:59:29] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.032517 10.0.0.49 - - [2025-09-18 01:59:29] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001492 10.0.0.49 - - [2025-09-18 01:59:29] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?fields=security_groups HTTP/1.1" 200 1252 0.029512 10.0.0.49 - - [2025-09-18 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.025574 10.0.0.49 - - [2025-09-18 01:59:30] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002293 10.0.0.49 - - [2025-09-18 01:59:30] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.49 - - [2025-09-18 01:59:30] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006798 10.0.0.49 - - [2025-09-18 01:59:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.003009 10.0.0.49 - - [2025-09-18 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002951 10.0.0.49 - - [2025-09-18 01:59:30] "POST /security-groups HTTP/1.1" 200 592 0.064367 10.0.0.49 - - [2025-09-18 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.004701 10.0.0.49 - - [2025-09-18 01:59:30] "POST /projects HTTP/1.1" 200 587 0.216333 10.0.0.49 - - [2025-09-18 01:59:30] "POST /access-control-lists HTTP/1.1" 200 597 0.059174 10.0.0.49 - - [2025-09-18 01:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.283836 10.0.0.49 - - [2025-09-18 01:59:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002744 10.0.0.49 - - [2025-09-18 01:59:30] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.399486 10.0.0.49 - - [2025-09-18 01:59:30] "POST /access-control-lists HTTP/1.1" 200 595 0.056701 10.0.0.49 - - [2025-09-18 01:59:31] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.49 - - [2025-09-18 01:59:32] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.49 - - [2025-09-18 01:59:33] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.49 - - [2025-09-18 01:59:33] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047480 10.0.0.49 - - [2025-09-18 01:59:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.002146 10.0.0.49 - - [2025-09-18 01:59:33] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016075 10.0.0.49 - - [2025-09-18 01:59:33] "GET /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004455 10.0.0.49 - - [2025-09-18 01:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.49 - - [2025-09-18 01:59:33] "GET /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003949 10.0.0.49 - - [2025-09-18 01:59:33] "GET /domains HTTP/1.1" 401 292 0.000459 10.0.0.49 - - [2025-09-18 01:59:33] "GET /domains HTTP/1.1" 200 280 0.025002 10.0.0.49 - - [2025-09-18 01:59:33] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.49 - - [2025-09-18 01:59:33] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2957 0.007286 10.0.0.49 - - [2025-09-18 01:59:33] "GET /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed HTTP/1.1" 200 1439 0.003595 10.0.0.49 - - [2025-09-18 01:59:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002152 10.0.0.49 - - [2025-09-18 01:59:33] "POST /network-ipams HTTP/1.1" 200 514 0.015047 10.0.0.49 - - [2025-09-18 01:59:33] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.002926 10.0.0.49 - - [2025-09-18 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.49 - - [2025-09-18 01:59:34] "GET /network-ipam/f31684a4-e6de-445c-b87c-fdec60e050d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004673 10.0.0.49 - - [2025-09-18 01:59:34] "PUT /network-ipam/f31684a4-e6de-445c-b87c-fdec60e050d0 HTTP/1.1" 200 258 0.009101 10.0.0.49 - - [2025-09-18 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.008104 10.0.0.49 - - [2025-09-18 01:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.49 - - [2025-09-18 01:59:34] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.49 - - [2025-09-18 01:59:34] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028168 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 117 0.028277 10.0.0.49 - - [2025-09-18 01:59:34] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001464 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 618 0.065353 10.0.0.49 - - [2025-09-18 01:59:34] "POST /route-targets HTTP/1.1" 200 327 0.010877 10.0.0.49 - - [2025-09-18 01:59:34] "POST /ref-update HTTP/1.1" 200 156 0.011611 10.0.0.49 - - [2025-09-18 01:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/subnet HTTP/1.1" 200 711 0.197250 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 833 0.005140 10.0.0.49 - - [2025-09-18 01:59:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001173 10.0.0.49 - - [2025-09-18 01:59:34] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004650 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 833 0.005895 10.0.0.49 - - [2025-09-18 01:59:34] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004935 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 833 0.006266 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/subnet HTTP/1.1" 200 711 0.006911 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 807 0.010019 10.0.0.49 - - [2025-09-18 01:59:34] "POST /neutron/network HTTP/1.1" 200 833 0.005130 10.0.0.49 - - [2025-09-18 01:59:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001050 10.0.0.49 - - [2025-09-18 01:59:35] "POST /neutron/network HTTP/1.1" 200 843 0.006283 10.0.0.49 - - [2025-09-18 01:59:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.49 - - [2025-09-18 01:59:35] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.49 - - [2025-09-18 01:59:35] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.49 - - [2025-09-18 01:59:35] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.49 - - [2025-09-18 01:59:35] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043582 10.0.0.49 - - [2025-09-18 01:59:35] "POST /neutron/network HTTP/1.1" 200 833 0.027925 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.004877 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.005101 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.004948 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/network HTTP/1.1" 200 843 0.005678 10.0.0.49 - - [2025-09-18 01:59:36] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1058 0.181442 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1058 0.031369 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1058 0.007712 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1112 0.052411 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 1086 0.011469 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003137 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.007761 10.0.0.49 - - [2025-09-18 01:59:36] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.49 - - [2025-09-18 01:59:37] "POST /neutron/network HTTP/1.1" 200 833 0.005341 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/port HTTP/1.1" 200 1086 0.010894 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006558 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/port HTTP/1.1" 200 1086 0.010396 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/port HTTP/1.1" 200 1086 0.011679 10.0.0.49 - - [2025-09-18 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006767 10.0.0.49 - - [2025-09-18 01:59:41] "GET /virtual-machine/31ae4b76-07bf-403a-bfdb-d56ccb9ff325 HTTP/1.1" 200 1293 0.004147 10.0.0.49 - - [2025-09-18 01:59:41] "GET /virtual-machine-interface/b9d270f8-ae14-4d9f-bf6c-5d2635c1b26f HTTP/1.1" 200 2965 0.005037 10.0.0.49 - - [2025-09-18 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-09-18 01:59:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002863 10.0.0.49 - - [2025-09-18 01:59:41] "GET /virtual-networks?parent_id=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003122 10.0.0.49 - - [2025-09-18 01:59:41] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007043 10.0.0.49 - - [2025-09-18 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.49 - - [2025-09-18 01:59:44] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004758 10.0.0.49 - - [2025-09-18 01:59:46] "POST /neutron/port HTTP/1.1" 200 1086 0.034643 10.0.0.49 - - [2025-09-18 01:59:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005611 10.0.0.49 - - [2025-09-18 01:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.49 - - [2025-09-18 01:59:48] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002907 10.0.0.49 - - [2025-09-18 01:59:48] "GET /virtual-networks?parent_id=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002929 10.0.0.49 - - [2025-09-18 01:59:48] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005842 10.0.0.49 - - [2025-09-18 01:59:53] "POST /neutron/network HTTP/1.1" 200 807 0.011540 10.0.0.49 - - [2025-09-18 01:59:53] "POST /neutron/network HTTP/1.1" 200 833 0.005372 10.0.0.49 - - [2025-09-18 01:59:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001633 10.0.0.49 - - [2025-09-18 01:59:53] "POST /neutron/port HTTP/1.1" 200 1086 0.010430 10.0.0.49 - - [2025-09-18 01:59:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005883 10.0.0.49 - - [2025-09-18 01:59:53] "POST /neutron/network HTTP/1.1" 200 843 0.005354 10.0.0.49 - - [2025-09-18 01:59:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.49 - - [2025-09-18 01:59:53] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.49 - - [2025-09-18 01:59:54] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000512 10.0.0.49 - - [2025-09-18 01:59:54] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001298 10.0.0.49 - - [2025-09-18 01:59:54] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049716 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/network HTTP/1.1" 200 833 0.005338 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012384 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005471 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/port HTTP/1.1" 200 117 0.004989 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/port HTTP/1.1" 200 117 0.004878 10.0.0.49 - - [2025-09-18 01:59:54] "POST /neutron/network HTTP/1.1" 200 843 0.005677 10.0.0.49 - - [2025-09-18 01:59:54] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 1058 0.181324 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 1058 0.010663 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 1058 0.011246 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 1112 0.052584 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 1086 0.010818 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003351 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/subnet HTTP/1.1" 200 685 0.006313 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.49 - - [2025-09-18 01:59:55] "POST /neutron/network HTTP/1.1" 200 833 0.005376 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/port HTTP/1.1" 200 1086 0.011432 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006147 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/port HTTP/1.1" 200 1086 0.011727 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005909 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/port HTTP/1.1" 200 1086 0.010184 10.0.0.49 - - [2025-09-18 01:59:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006746 10.0.0.49 - - [2025-09-18 01:59:59] "GET /virtual-machine/8c41136c-b3dc-4764-9b7c-2b751d1f03af HTTP/1.1" 200 1294 0.004393 10.0.0.49 - - [2025-09-18 01:59:59] "GET /virtual-machine-interface/9df268ca-d158-40b8-9aaf-cfb6fbaf74a2 HTTP/1.1" 200 2965 0.005171 10.0.0.49 - - [2025-09-18 01:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.49 - - [2025-09-18 01:59:59] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003425 10.0.0.49 - - [2025-09-18 02:00:00] "GET /virtual-networks?parent_id=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004162 10.0.0.49 - - [2025-09-18 02:00:00] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007071 10.0.0.49 - - [2025-09-18 02:00:01] "DELETE /project/f323f321958f42feb62f99545d4495c7 HTTP/1.1" 404 173 0.006892 10.0.0.49 - - [2025-09-18 02:00:01] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.49 - - [2025-09-18 02:00:01] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.033463 10.0.0.49 - - [2025-09-18 02:00:01] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.49 - - [2025-09-18 02:00:01] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?fields=security_groups HTTP/1.1" 200 1357 0.070404 10.0.0.49 - - [2025-09-18 02:00:01] "DELETE /security-group/6993d025-74d2-4f11-837f-c802c26219e9 HTTP/1.1" 200 115 0.031839 10.0.0.49 - - [2025-09-18 02:00:01] "GET /projects?obj_uuids=56749f3f-ae36-432b-945d-b6e883f1fefc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001383 10.0.0.49 - - [2025-09-18 02:00:01] "DELETE /access-control-list/214d46e8-f105-437e-b355-d94abd4de9f4 HTTP/1.1" 200 115 0.033229 10.0.0.49 - - [2025-09-18 02:00:01] "GET /project/56749f3f-ae36-432b-945d-b6e883f1fefc?fields=application_policy_sets HTTP/1.1" 200 1396 0.035548 10.0.0.49 - - [2025-09-18 02:00:01] "DELETE /access-control-list/f86178a0-a0b5-4905-a856-b85c79d89852 HTTP/1.1" 200 115 0.023843 10.0.0.49 - - [2025-09-18 02:00:01] "DELETE /project/56749f3f-ae36-432b-945d-b6e883f1fefc HTTP/1.1" 200 115 0.323826 10.0.0.49 - - [2025-09-18 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.49 - - [2025-09-18 02:00:03] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005415 10.0.0.49 - - [2025-09-18 02:00:04] "POST /neutron/port HTTP/1.1" 200 1086 0.012084 10.0.0.49 - - [2025-09-18 02:00:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005296 10.0.0.49 - - [2025-09-18 02:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.49 - - [2025-09-18 02:00:07] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003234 10.0.0.49 - - [2025-09-18 02:00:07] "GET /virtual-networks?parent_id=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003808 10.0.0.49 - - [2025-09-18 02:00:07] "GET /virtual-network/b0df0291-150d-426f-a78c-955eff8b97f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005365 10.0.0.49 - - [2025-09-18 02:00:09] "GET /obj-perms HTTP/1.1" 200 5056 0.046139 10.0.0.49 - - [2025-09-18 02:00:09] "GET /obj-perms HTTP/1.1" 200 5056 0.047191 10.0.0.49 - - [2025-09-18 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.49 - - [2025-09-18 02:00:14] "DELETE /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed HTTP/1.1" 409 235 0.006100 10.0.0.49 - - [2025-09-18 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.003247 10.0.0.49 - - [2025-09-18 02:00:14] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016390 10.0.0.49 - - [2025-09-18 02:00:14] "GET /virtual-DNS-record/45af491d-259f-4012-be0e-2fb57dd36617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004325 10.0.0.49 - - [2025-09-18 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.49 - - [2025-09-18 02:00:14] "GET /virtual-DNS-record/45af491d-259f-4012-be0e-2fb57dd36617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003603 10.0.0.49 - - [2025-09-18 02:00:14] "GET /domains HTTP/1.1" 200 280 0.002977 10.0.0.49 - - [2025-09-18 02:00:14] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.49 - - [2025-09-18 02:00:14] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2773 0.007595 10.0.0.49 - - [2025-09-18 02:00:14] "GET /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed HTTP/1.1" 200 1908 0.003582 10.0.0.49 - - [2025-09-18 02:00:14] "GET /virtual-DNS-record/45af491d-259f-4012-be0e-2fb57dd36617 HTTP/1.1" 200 1336 0.002692 10.0.0.49 - - [2025-09-18 02:00:20] "DELETE /virtual-DNS-record/45af491d-259f-4012-be0e-2fb57dd36617 HTTP/1.1" 200 115 0.016563 10.0.0.49 - - [2025-09-18 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.002805 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/network HTTP/1.1" 200 833 0.006493 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/network HTTP/1.1" 400 204 0.015483 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/port HTTP/1.1" 200 1086 0.017607 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/port HTTP/1.1" 200 1112 0.019693 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/port HTTP/1.1" 200 1086 0.017231 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/port HTTP/1.1" 200 1112 0.015161 10.0.0.49 - - [2025-09-18 02:00:20] "POST /neutron/port HTTP/1.1" 200 151 0.149700 10.0.0.49 - - [2025-09-18 02:00:21] "POST /neutron/port HTTP/1.1" 200 151 0.133634 10.0.0.49 - - [2025-09-18 02:00:22] "POST /neutron/network HTTP/1.1" 200 833 0.006915 10.0.0.49 - - [2025-09-18 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.49 - - [2025-09-18 02:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.49 - - [2025-09-18 02:00:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.49 - - [2025-09-18 02:00:22] "POST /neutron/network HTTP/1.1" 200 151 0.194629 10.0.0.49 - - [2025-09-18 02:00:22] "DELETE /route-target/c202b977-5b79-4807-bea2-cb8db02c2e48 HTTP/1.1" 200 115 0.063690 10.0.0.49 - - [2025-09-18 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.49 - - [2025-09-18 02:00:22] "DELETE /network-ipam/f31684a4-e6de-445c-b87c-fdec60e050d0 HTTP/1.1" 200 115 0.021644 10.0.0.49 - - [2025-09-18 02:00:22] "DELETE /virtual-DNS/cb0ca42a-ebf1-4149-b7c2-7b9fd9acafed HTTP/1.1" 200 115 0.024415 10.0.0.49 - - [2025-09-18 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.003188 10.0.0.49 - - [2025-09-18 02:00:22] "GET /domains HTTP/1.1" 200 280 0.002802 10.0.0.49 - - [2025-09-18 02:00:22] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.49 - - [2025-09-18 02:00:22] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2573 0.008724 10.0.0.49 - - [2025-09-18 02:00:22] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.49 - - [2025-09-18 02:00:23] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026309 10.0.0.49 - - [2025-09-18 02:00:23] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001074 10.0.0.49 - - [2025-09-18 02:00:23] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?fields=virtual_networks HTTP/1.1" 200 1035 0.064460 10.0.0.49 - - [2025-09-18 02:00:23] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.49 - - [2025-09-18 02:00:23] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024983 10.0.0.49 - - [2025-09-18 02:00:23] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.49 - - [2025-09-18 02:00:23] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?fields=security_groups HTTP/1.1" 200 1262 0.024865 10.0.0.49 - - [2025-09-18 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.024375 10.0.0.49 - - [2025-09-18 02:00:24] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002428 10.0.0.49 - - [2025-09-18 02:00:24] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.49 - - [2025-09-18 02:00:24] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006894 10.0.0.49 - - [2025-09-18 02:00:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001419 10.0.0.49 - - [2025-09-18 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.003027 10.0.0.49 - - [2025-09-18 02:00:24] "POST /security-groups HTTP/1.1" 200 592 0.060226 10.0.0.49 - - [2025-09-18 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.002604 10.0.0.49 - - [2025-09-18 02:00:24] "POST /projects HTTP/1.1" 200 587 0.200304 10.0.0.49 - - [2025-09-18 02:00:24] "POST /access-control-lists HTTP/1.1" 200 597 0.057894 10.0.0.49 - - [2025-09-18 02:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.273628 10.0.0.49 - - [2025-09-18 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002658 10.0.0.49 - - [2025-09-18 02:00:24] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.396942 10.0.0.49 - - [2025-09-18 02:00:24] "POST /access-control-lists HTTP/1.1" 200 595 0.056457 10.0.0.49 - - [2025-09-18 02:00:25] "GET / HTTP/1.1" 200 35931 0.003042 10.0.0.49 - - [2025-09-18 02:00:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.49 - - [2025-09-18 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.055744 10.0.0.49 - - [2025-09-18 02:00:26] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.49 - - [2025-09-18 02:00:26] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025250 10.0.0.49 - - [2025-09-18 02:00:26] "POST /neutron/network HTTP/1.1" 200 117 0.029668 10.0.0.49 - - [2025-09-18 02:00:26] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001396 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/network HTTP/1.1" 200 606 0.063919 10.0.0.49 - - [2025-09-18 02:00:27] "POST /route-targets HTTP/1.1" 200 327 0.011925 10.0.0.49 - - [2025-09-18 02:00:27] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.49 - - [2025-09-18 02:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003715 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.142860 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/network HTTP/1.1" 200 826 0.006613 10.0.0.49 - - [2025-09-18 02:00:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001667 10.0.0.49 - - [2025-09-18 02:00:27] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005575 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/network HTTP/1.1" 200 826 0.006143 10.0.0.49 - - [2025-09-18 02:00:27] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004917 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/network HTTP/1.1" 200 826 0.005656 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.006743 10.0.0.49 - - [2025-09-18 02:00:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001191 10.0.0.49 - - [2025-09-18 02:00:27] "POST /neutron/network HTTP/1.1" 200 836 0.005822 10.0.0.49 - - [2025-09-18 02:00:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.49 - - [2025-09-18 02:00:27] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.49 - - [2025-09-18 02:00:27] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.49 - - [2025-09-18 02:00:28] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.49 - - [2025-09-18 02:00:28] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046772 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/network HTTP/1.1" 200 826 0.005209 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.006204 10.0.0.49 - - [2025-09-18 02:00:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.003825 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.005389 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/network HTTP/1.1" 200 836 0.005792 10.0.0.49 - - [2025-09-18 02:00:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000425 10.0.0.49 - - [2025-09-18 02:00:28] "POST /neutron/network HTTP/1.1" 200 836 0.005810 10.0.0.49 - - [2025-09-18 02:00:28] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003103 10.0.0.49 - - [2025-09-18 02:00:29] "GET / HTTP/1.1" 200 35931 0.002573 10.0.0.49 - - [2025-09-18 02:00:29] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001529 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1062 0.213128 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1062 0.008316 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1062 0.008016 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1116 0.054592 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1090 0.012369 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.008193 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/network HTTP/1.1" 200 826 0.005466 10.0.0.49 - - [2025-09-18 02:00:29] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.49 - - [2025-09-18 02:00:29] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055516 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/network HTTP/1.1" 200 826 0.005403 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1090 0.016298 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007980 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/port HTTP/1.1" 200 1090 0.012040 10.0.0.49 - - [2025-09-18 02:00:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007838 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/network HTTP/1.1" 200 836 0.006256 10.0.0.49 - - [2025-09-18 02:00:30] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.237902 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.015589 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 1062 0.009835 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 1116 0.085899 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 1090 0.010876 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.007015 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.49 - - [2025-09-18 02:00:30] "POST /neutron/network HTTP/1.1" 200 826 0.005555 10.0.0.49 - - [2025-09-18 02:00:34] "POST /neutron/port HTTP/1.1" 200 1090 0.011588 10.0.0.49 - - [2025-09-18 02:00:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006231 10.0.0.49 - - [2025-09-18 02:00:35] "POST /neutron/port HTTP/1.1" 200 1090 0.010963 10.0.0.49 - - [2025-09-18 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005693 10.0.0.49 - - [2025-09-18 02:00:35] "POST /neutron/port HTTP/1.1" 200 1090 0.010563 10.0.0.49 - - [2025-09-18 02:00:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006094 10.0.0.49 - - [2025-09-18 02:00:35] "GET /virtual-machine/26c5b0ad-16e7-419d-9730-41b9048c1c21 HTTP/1.1" 401 292 0.000457 10.0.0.49 - - [2025-09-18 02:00:35] "GET /virtual-machine/26c5b0ad-16e7-419d-9730-41b9048c1c21 HTTP/1.1" 200 1293 0.029180 10.0.0.49 - - [2025-09-18 02:00:35] "GET /virtual-machine-interface/cd92ce06-69e1-4e98-b084-bbf81559f05c HTTP/1.1" 200 2947 0.008769 10.0.0.49 - - [2025-09-18 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.49 - - [2025-09-18 02:00:35] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003205 10.0.0.49 - - [2025-09-18 02:00:35] "GET /virtual-networks?parent_id=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003051 10.0.0.49 - - [2025-09-18 02:00:35] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005411 10.0.0.49 - - [2025-09-18 02:00:38] "POST /neutron/port HTTP/1.1" 200 1090 0.011865 10.0.0.49 - - [2025-09-18 02:00:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005361 10.0.0.49 - - [2025-09-18 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.49 - - [2025-09-18 02:00:38] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004488 10.0.0.49 - - [2025-09-18 02:00:39] "POST /neutron/port HTTP/1.1" 200 1090 0.011104 10.0.0.49 - - [2025-09-18 02:00:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005266 10.0.0.49 - - [2025-09-18 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.49 - - [2025-09-18 02:00:40] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003293 10.0.0.49 - - [2025-09-18 02:00:40] "GET /virtual-networks?parent_id=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004208 10.0.0.49 - - [2025-09-18 02:00:41] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005512 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/port HTTP/1.1" 200 1090 0.011112 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006087 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/port HTTP/1.1" 200 1090 0.010514 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005907 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/port HTTP/1.1" 200 1090 0.014299 10.0.0.49 - - [2025-09-18 02:00:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006606 10.0.0.49 - - [2025-09-18 02:00:41] "GET /virtual-machine/30df637a-5324-4979-88d4-28f52df9b6c4 HTTP/1.1" 200 1292 0.005119 10.0.0.49 - - [2025-09-18 02:00:41] "GET /virtual-machine-interface/09745841-c2e2-431e-8b4a-98c647a0f7a0 HTTP/1.1" 200 2945 0.005933 10.0.0.49 - - [2025-09-18 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.49 - - [2025-09-18 02:00:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003408 10.0.0.49 - - [2025-09-18 02:00:41] "GET /virtual-networks?parent_id=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003309 10.0.0.49 - - [2025-09-18 02:00:41] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005343 10.0.0.49 - - [2025-09-18 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.49 - - [2025-09-18 02:00:42] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003464 10.0.0.49 - - [2025-09-18 02:00:42] "GET /virtual-networks?parent_id=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002862 10.0.0.49 - - [2025-09-18 02:00:42] "GET /virtual-network/2f0c92af-9ca7-457e-b527-cbbcccb6edcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005465 10.0.0.49 - - [2025-09-18 02:00:47] "POST /neutron/network HTTP/1.1" 200 826 0.008321 10.0.0.49 - - [2025-09-18 02:00:47] "POST /neutron/network HTTP/1.1" 400 204 0.011570 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1090 0.011683 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1116 0.008754 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1090 0.010537 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 1116 0.016312 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 151 0.115283 10.0.0.49 - - [2025-09-18 02:00:48] "POST /neutron/port HTTP/1.1" 200 151 0.105846 10.0.0.49 - - [2025-09-18 02:00:49] "POST /neutron/network HTTP/1.1" 200 826 0.006193 10.0.0.49 - - [2025-09-18 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004265 10.0.0.49 - - [2025-09-18 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.49 - - [2025-09-18 02:00:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002561 10.0.0.49 - - [2025-09-18 02:00:49] "POST /neutron/network HTTP/1.1" 200 151 0.086231 10.0.0.49 - - [2025-09-18 02:00:49] "DELETE /route-target/ca508763-f275-4c50-aa6c-c81b4f29c60d HTTP/1.1" 200 115 0.015300 10.0.0.49 - - [2025-09-18 02:00:50] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001192 10.0.0.49 - - [2025-09-18 02:00:50] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.025833 10.0.0.49 - - [2025-09-18 02:00:50] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.49 - - [2025-09-18 02:00:50] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?fields=virtual_networks HTTP/1.1" 200 1034 0.067141 10.0.0.49 - - [2025-09-18 02:00:50] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.49 - - [2025-09-18 02:00:50] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025277 10.0.0.49 - - [2025-09-18 02:00:50] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.49 - - [2025-09-18 02:00:50] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?fields=security_groups HTTP/1.1" 200 1261 0.026340 10.0.0.49 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.027435 10.0.0.49 - - [2025-09-18 02:00:51] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.49 - - [2025-09-18 02:00:51] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.49 - - [2025-09-18 02:00:51] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007251 10.0.0.49 - - [2025-09-18 02:00:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.004807 10.0.0.49 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.002566 10.0.0.49 - - [2025-09-18 02:00:51] "POST /security-groups HTTP/1.1" 200 591 0.059923 10.0.0.49 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.002868 10.0.0.49 - - [2025-09-18 02:00:51] "POST /projects HTTP/1.1" 200 585 0.208810 10.0.0.49 - - [2025-09-18 02:00:51] "POST /access-control-lists HTTP/1.1" 200 596 0.059679 10.0.0.49 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.279628 10.0.0.49 - - [2025-09-18 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.002736 10.0.0.49 - - [2025-09-18 02:00:51] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.400346 10.0.0.49 - - [2025-09-18 02:00:51] "POST /access-control-lists HTTP/1.1" 200 594 0.056299 10.0.0.49 - - [2025-09-18 02:00:52] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.49 - - [2025-09-18 02:00:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000682 10.0.0.49 - - [2025-09-18 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.057784 10.0.0.49 - - [2025-09-18 02:00:54] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.49 - - [2025-09-18 02:00:54] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024060 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 117 0.028101 10.0.0.49 - - [2025-09-18 02:00:54] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002146 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 625 0.057840 10.0.0.49 - - [2025-09-18 02:00:54] "POST /route-targets HTTP/1.1" 200 327 0.009770 10.0.0.49 - - [2025-09-18 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.012981 10.0.0.49 - - [2025-09-18 02:00:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.203064 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.005594 10.0.0.49 - - [2025-09-18 02:00:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001341 10.0.0.49 - - [2025-09-18 02:00:54] "GET /virtual-network/6186a2d6-80c8-4b89-8893-97d847f1f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005743 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.005683 10.0.0.49 - - [2025-09-18 02:00:54] "GET /virtual-network/6186a2d6-80c8-4b89-8893-97d847f1f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004485 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.005653 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.007069 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 839 0.005284 10.0.0.49 - - [2025-09-18 02:00:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001233 10.0.0.49 - - [2025-09-18 02:00:54] "POST /neutron/network HTTP/1.1" 200 849 0.006056 10.0.0.49 - - [2025-09-18 02:00:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.49 - - [2025-09-18 02:00:55] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.49 - - [2025-09-18 02:00:55] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.49 - - [2025-09-18 02:00:55] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001192 10.0.0.49 - - [2025-09-18 02:00:55] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044504 10.0.0.49 - - [2025-09-18 02:00:55] "POST /neutron/network HTTP/1.1" 200 839 0.005189 10.0.0.49 - - [2025-09-18 02:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.49 - - [2025-09-18 02:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.005478 10.0.0.49 - - [2025-09-18 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.49 - - [2025-09-18 02:00:55] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002956 10.0.0.49 - - [2025-09-18 02:00:55] "PUT /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 276 0.008991 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 117 0.005405 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/network HTTP/1.1" 200 849 0.005538 10.0.0.49 - - [2025-09-18 02:00:56] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 1055 0.183667 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 1055 0.008358 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 1055 0.008235 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 1109 0.051215 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 1083 0.009793 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002955 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.006959 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.49 - - [2025-09-18 02:00:56] "POST /neutron/network HTTP/1.1" 200 839 0.006303 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/port HTTP/1.1" 200 1083 0.012439 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006297 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/port HTTP/1.1" 200 1083 0.011177 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006904 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/port HTTP/1.1" 200 1083 0.011185 10.0.0.49 - - [2025-09-18 02:01:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005967 10.0.0.49 - - [2025-09-18 02:01:01] "GET /virtual-machine/ee7936cd-c564-46a4-9bc1-3cfde5b6da1a HTTP/1.1" 401 292 0.000509 10.0.0.49 - - [2025-09-18 02:01:01] "GET /virtual-machine/ee7936cd-c564-46a4-9bc1-3cfde5b6da1a HTTP/1.1" 200 1293 0.026685 10.0.0.49 - - [2025-09-18 02:01:01] "GET /virtual-machine-interface/d66edc5f-bbbb-4c41-a7b0-469857b94d93 HTTP/1.1" 200 2972 0.004510 10.0.0.49 - - [2025-09-18 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-09-18 02:01:01] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003231 10.0.0.49 - - [2025-09-18 02:01:01] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003170 10.0.0.49 - - [2025-09-18 02:01:01] "GET /virtual-network/6186a2d6-80c8-4b89-8893-97d847f1f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006625 10.0.0.49 - - [2025-09-18 02:01:01] "DELETE /project/53e9a38e7c704ca6b959af49f09557d5 HTTP/1.1" 404 173 0.012401 10.0.0.49 - - [2025-09-18 02:01:01] "DELETE /project/d31ddd81d16941c191d17bfee3a367d0 HTTP/1.1" 404 173 0.011192 10.0.0.49 - - [2025-09-18 02:01:01] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000903 10.0.0.49 - - [2025-09-18 02:01:01] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000830 10.0.0.49 - - [2025-09-18 02:01:01] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.030484 10.0.0.49 - - [2025-09-18 02:01:02] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.036485 10.0.0.49 - - [2025-09-18 02:01:02] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001598 10.0.0.49 - - [2025-09-18 02:01:02] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001866 10.0.0.49 - - [2025-09-18 02:01:02] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?fields=security_groups HTTP/1.1" 200 1366 0.056067 10.0.0.49 - - [2025-09-18 02:01:02] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?fields=security_groups HTTP/1.1" 200 1367 0.059939 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /security-group/007c3711-d68f-4b33-a862-37c56d333bc0 HTTP/1.1" 200 115 0.059343 10.0.0.49 - - [2025-09-18 02:01:02] "GET /projects?obj_uuids=53e9a38e-7c70-4ca6-b959-af49f09557d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001013 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /security-group/345a37af-8ffc-4700-a853-766495dd5d52 HTTP/1.1" 200 115 0.066462 10.0.0.49 - - [2025-09-18 02:01:02] "GET /projects?obj_uuids=f323f321-958f-42fe-b62f-99545d4495c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /access-control-list/93531a71-fa60-41e5-82af-ce96c82ecd91 HTTP/1.1" 200 115 0.048239 10.0.0.49 - - [2025-09-18 02:01:02] "GET /project/53e9a38e-7c70-4ca6-b959-af49f09557d5?fields=application_policy_sets HTTP/1.1" 200 1405 0.036524 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /access-control-list/0e17f3c2-427e-41f9-913f-8294dca68502 HTTP/1.1" 200 115 0.030829 10.0.0.49 - - [2025-09-18 02:01:02] "GET /project/f323f321-958f-42fe-b62f-99545d4495c7?fields=application_policy_sets HTTP/1.1" 200 1406 0.069968 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /access-control-list/e3f13959-1f83-438d-949a-623399dcc617 HTTP/1.1" 200 115 0.033290 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /access-control-list/3c90467c-d24d-4cea-b46a-74a79b8e2b51 HTTP/1.1" 200 115 0.027461 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /project/53e9a38e-7c70-4ca6-b959-af49f09557d5 HTTP/1.1" 200 115 0.399468 10.0.0.49 - - [2025-09-18 02:01:02] "DELETE /project/f323f321-958f-42fe-b62f-99545d4495c7 HTTP/1.1" 200 115 0.418478 10.0.0.49 - - [2025-09-18 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.49 - - [2025-09-18 02:01:05] "GET /virtual-network/6186a2d6-80c8-4b89-8893-97d847f1f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004758 10.0.0.49 - - [2025-09-18 02:01:05] "POST /neutron/port HTTP/1.1" 200 1083 0.010751 10.0.0.49 - - [2025-09-18 02:01:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005273 10.0.0.49 - - [2025-09-18 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.49 - - [2025-09-18 02:01:07] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003375 10.0.0.49 - - [2025-09-18 02:01:07] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003582 10.0.0.49 - - [2025-09-18 02:01:07] "GET /virtual-network/6186a2d6-80c8-4b89-8893-97d847f1f7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006088 10.0.0.49 - - [2025-09-18 02:01:07] "POST /neutron/port HTTP/1.1" 200 1083 0.011605 10.0.0.49 - - [2025-09-18 02:01:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005573 10.0.0.49 - - [2025-09-18 02:01:10] "GET /obj-perms HTTP/1.1" 200 5056 0.051989 10.0.0.49 - - [2025-09-18 02:01:10] "GET /obj-perms HTTP/1.1" 200 5056 0.040120 10.0.0.49 - - [2025-09-18 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.49 - - [2025-09-18 02:01:14] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003176 10.0.0.49 - - [2025-09-18 02:01:14] "PUT /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 276 0.010741 10.0.0.49 - - [2025-09-18 02:01:14] "POST /neutron/network HTTP/1.1" 200 839 0.005527 10.0.0.49 - - [2025-09-18 02:01:14] "POST /neutron/network HTTP/1.1" 400 204 0.009238 10.0.0.49 - - [2025-09-18 02:01:15] "POST /neutron/port HTTP/1.1" 200 1083 0.010503 10.0.0.49 - - [2025-09-18 02:01:15] "POST /neutron/port HTTP/1.1" 200 1109 0.007995 10.0.0.49 - - [2025-09-18 02:01:15] "POST /neutron/port HTTP/1.1" 200 151 0.078539 10.0.0.49 - - [2025-09-18 02:01:16] "POST /neutron/network HTTP/1.1" 200 839 0.005859 10.0.0.49 - - [2025-09-18 02:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.49 - - [2025-09-18 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.49 - - [2025-09-18 02:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001629 10.0.0.49 - - [2025-09-18 02:01:16] "POST /neutron/network HTTP/1.1" 200 151 0.071576 10.0.0.49 - - [2025-09-18 02:01:16] "DELETE /route-target/c2020aeb-1151-4a5e-927b-a437d9f4c8c3 HTTP/1.1" 200 115 0.015697 10.0.0.49 - - [2025-09-18 02:01:17] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002752 10.0.0.49 - - [2025-09-18 02:01:17] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24 HTTP/1.1" 200 1881 0.002917 10.0.0.49 - - [2025-09-18 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.49 - - [2025-09-18 02:01:17] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.49 - - [2025-09-18 02:01:17] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023084 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 117 0.006641 10.0.0.49 - - [2025-09-18 02:01:17] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 605 0.059949 10.0.0.49 - - [2025-09-18 02:01:17] "POST /route-targets HTTP/1.1" 200 327 0.012722 10.0.0.49 - - [2025-09-18 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.010332 10.0.0.49 - - [2025-09-18 02:01:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004064 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.156555 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 822 0.004908 10.0.0.49 - - [2025-09-18 02:01:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001251 10.0.0.49 - - [2025-09-18 02:01:17] "GET /virtual-network/277a7563-9ea5-47bd-adb9-488a4bfaa843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005121 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 822 0.005682 10.0.0.49 - - [2025-09-18 02:01:17] "GET /virtual-network/277a7563-9ea5-47bd-adb9-488a4bfaa843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005015 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 822 0.007124 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.007094 10.0.0.49 - - [2025-09-18 02:01:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001425 10.0.0.49 - - [2025-09-18 02:01:17] "POST /neutron/network HTTP/1.1" 200 832 0.005472 10.0.0.49 - - [2025-09-18 02:01:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.49 - - [2025-09-18 02:01:18] "GET / HTTP/1.1" 200 35931 0.001771 10.0.0.49 - - [2025-09-18 02:01:18] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000408 10.0.0.49 - - [2025-09-18 02:01:18] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.49 - - [2025-09-18 02:01:18] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046877 10.0.0.49 - - [2025-09-18 02:01:18] "POST /neutron/network HTTP/1.1" 200 822 0.006085 10.0.0.49 - - [2025-09-18 02:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.005002 10.0.0.49 - - [2025-09-18 02:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.005290 10.0.0.49 - - [2025-09-18 02:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.005167 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/network HTTP/1.1" 200 832 0.005357 10.0.0.49 - - [2025-09-18 02:01:19] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 1058 0.231579 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 1058 0.009545 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008305 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 1112 0.061265 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 1086 0.011231 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002964 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/subnet HTTP/1.1" 200 689 0.012021 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.49 - - [2025-09-18 02:01:19] "POST /neutron/network HTTP/1.1" 200 822 0.006200 10.0.0.49 - - [2025-09-18 02:01:23] "POST /neutron/port HTTP/1.1" 200 1086 0.010720 10.0.0.49 - - [2025-09-18 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006637 10.0.0.49 - - [2025-09-18 02:01:24] "POST /neutron/port HTTP/1.1" 200 1086 0.010610 10.0.0.49 - - [2025-09-18 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006277 10.0.0.49 - - [2025-09-18 02:01:24] "POST /neutron/port HTTP/1.1" 200 1086 0.011224 10.0.0.49 - - [2025-09-18 02:01:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006237 10.0.0.49 - - [2025-09-18 02:01:24] "GET /virtual-machine/6886ca87-dc5d-40c0-881a-11de20efa3e4 HTTP/1.1" 200 1291 0.004666 10.0.0.49 - - [2025-09-18 02:01:24] "GET /virtual-machine-interface/3b6599ee-be37-4953-8150-810ec0f0a6e7 HTTP/1.1" 200 2940 0.005952 10.0.0.49 - - [2025-09-18 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.49 - - [2025-09-18 02:01:24] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003369 10.0.0.49 - - [2025-09-18 02:01:24] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003001 10.0.0.49 - - [2025-09-18 02:01:24] "GET /virtual-network/277a7563-9ea5-47bd-adb9-488a4bfaa843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005534 10.0.0.49 - - [2025-09-18 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.49 - - [2025-09-18 02:01:27] "GET /virtual-network/277a7563-9ea5-47bd-adb9-488a4bfaa843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005029 10.0.0.49 - - [2025-09-18 02:01:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010711 10.0.0.49 - - [2025-09-18 02:01:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005472 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/port HTTP/1.1" 200 1086 0.011779 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/port HTTP/1.1" 200 1086 0.011188 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/network HTTP/1.1" 200 832 0.006003 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003367 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.007928 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.49 - - [2025-09-18 02:01:30] "POST /neutron/network HTTP/1.1" 200 822 0.006554 10.0.0.49 - - [2025-09-18 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.49 - - [2025-09-18 02:01:31] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003667 10.0.0.49 - - [2025-09-18 02:01:31] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003316 10.0.0.49 - - [2025-09-18 02:01:31] "GET /virtual-network/277a7563-9ea5-47bd-adb9-488a4bfaa843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005309 10.0.0.49 - - [2025-09-18 02:01:33] "POST /neutron/network HTTP/1.1" 200 822 0.006136 10.0.0.49 - - [2025-09-18 02:01:33] "POST /neutron/network HTTP/1.1" 400 204 0.009357 10.0.0.49 - - [2025-09-18 02:01:34] "POST /neutron/port HTTP/1.1" 200 1086 0.010040 10.0.0.49 - - [2025-09-18 02:01:34] "POST /neutron/port HTTP/1.1" 200 1112 0.007963 10.0.0.49 - - [2025-09-18 02:01:34] "POST /neutron/port HTTP/1.1" 200 151 0.111380 10.0.0.49 - - [2025-09-18 02:01:35] "POST /neutron/network HTTP/1.1" 200 822 0.007230 10.0.0.49 - - [2025-09-18 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.070762 10.0.0.49 - - [2025-09-18 02:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002330 10.0.0.49 - - [2025-09-18 02:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.49 - - [2025-09-18 02:01:35] "POST /neutron/network HTTP/1.1" 200 151 0.140161 10.0.0.49 - - [2025-09-18 02:01:35] "DELETE /route-target/4f872558-d1e3-4709-a6fa-880199bb7cde HTTP/1.1" 200 115 0.013506 10.0.0.49 - - [2025-09-18 02:01:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002790 10.0.0.49 - - [2025-09-18 02:01:36] "POST /network-ipams HTTP/1.1" 200 541 0.015331 10.0.0.49 - - [2025-09-18 02:01:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003001 10.0.0.49 - - [2025-09-18 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.49 - - [2025-09-18 02:01:36] "GET /network-ipam/9097c39e-fcdd-4d25-9937-5c027b281958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004963 10.0.0.49 - - [2025-09-18 02:01:36] "PUT /network-ipam/9097c39e-fcdd-4d25-9937-5c027b281958 HTTP/1.1" 200 258 0.009362 10.0.0.49 - - [2025-09-18 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.49 - - [2025-09-18 02:01:36] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001003 10.0.0.49 - - [2025-09-18 02:01:36] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023089 10.0.0.49 - - [2025-09-18 02:01:36] "POST /neutron/network HTTP/1.1" 200 117 0.007133 10.0.0.49 - - [2025-09-18 02:01:36] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.49 - - [2025-09-18 02:01:36] "POST /neutron/network HTTP/1.1" 200 605 0.056110 10.0.0.49 - - [2025-09-18 02:01:36] "POST /route-targets HTTP/1.1" 200 327 0.011241 10.0.0.49 - - [2025-09-18 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.011161 10.0.0.49 - - [2025-09-18 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.197960 10.0.0.49 - - [2025-09-18 02:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002374 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.132340 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/network HTTP/1.1" 200 994 0.006114 10.0.0.49 - - [2025-09-18 02:01:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001024 10.0.0.49 - - [2025-09-18 02:01:37] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004403 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/network HTTP/1.1" 200 994 0.008451 10.0.0.49 - - [2025-09-18 02:01:37] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005525 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/network HTTP/1.1" 200 994 0.007203 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.005990 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.006117 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/network HTTP/1.1" 200 994 0.006413 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.006482 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.006511 10.0.0.49 - - [2025-09-18 02:01:37] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/port HTTP/1.1" 200 1017 0.150419 10.0.0.49 - - [2025-09-18 02:01:37] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/port HTTP/1.1" 200 1017 0.154031 10.0.0.49 - - [2025-09-18 02:01:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001650 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007337 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/port HTTP/1.1" 200 1017 0.006722 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/network HTTP/1.1" 200 994 0.006382 10.0.0.49 - - [2025-09-18 02:01:37] "POST /neutron/port HTTP/1.1" 200 1017 0.007286 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.006923 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.004670 10.0.0.49 - - [2025-09-18 02:01:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001343 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.004621 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.008427 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.008851 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/network HTTP/1.1" 200 994 0.007085 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.007277 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.007957 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005944 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.005161 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.007246 10.0.0.49 - - [2025-09-18 02:01:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/network HTTP/1.1" 200 1004 0.006864 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.007082 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.007592 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.016052 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1109 0.083873 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008112 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1083 0.014837 10.0.0.49 - - [2025-09-18 02:01:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000485 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003407 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.009083 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/network HTTP/1.1" 200 994 0.007613 10.0.0.49 - - [2025-09-18 02:01:38] "POST /neutron/port HTTP/1.1" 200 1017 0.010310 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/network HTTP/1.1" 200 1004 0.007875 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008113 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 1017 0.006985 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 1109 0.081910 10.0.0.49 - - [2025-09-18 02:01:39] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.49 - - [2025-09-18 02:01:39] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000938 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014342 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003783 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/subnet HTTP/1.1" 200 673 0.009355 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/network HTTP/1.1" 200 994 0.007119 10.0.0.49 - - [2025-09-18 02:01:39] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.49 - - [2025-09-18 02:01:39] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053619 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/network HTTP/1.1" 200 994 0.009602 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 2050 0.019899 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010261 10.0.0.49 - - [2025-09-18 02:01:39] "POST /neutron/port HTTP/1.1" 200 117 0.004695 10.0.0.49 - - [2025-09-18 02:01:39] "GET /domains HTTP/1.1" 200 280 0.002562 10.0.0.49 - - [2025-09-18 02:01:39] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.49 - - [2025-09-18 02:01:39] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2572 0.008148 10.0.0.49 - - [2025-09-18 02:01:39] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001615 10.0.0.49 - - [2025-09-18 02:01:39] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0 HTTP/1.1" 200 2843 0.079524 10.0.0.49 - - [2025-09-18 02:01:39] "GET /network-ipam/9097c39e-fcdd-4d25-9937-5c027b281958 HTTP/1.1" 200 2602 0.008136 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domains HTTP/1.1" 200 280 0.004205 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2572 0.009447 10.0.0.49 - - [2025-09-18 02:01:40] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.49 - - [2025-09-18 02:01:40] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0 HTTP/1.1" 200 2843 0.071557 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1 HTTP/1.1" 200 3781 0.015273 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1 HTTP/1.1" 200 3781 0.014241 10.0.0.49 - - [2025-09-18 02:01:40] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 200 2381 0.004296 10.0.0.49 - - [2025-09-18 02:01:40] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 200 2381 0.003571 10.0.0.49 - - [2025-09-18 02:01:40] "GET /route-target/2af81664-9521-4d34-922b-faa0ff359312 HTTP/1.1" 200 1204 0.003152 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1 HTTP/1.1" 200 3781 0.005913 10.0.0.49 - - [2025-09-18 02:01:40] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 200 2381 0.005576 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008282 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1 HTTP/1.1" 200 3781 0.005461 10.0.0.49 - - [2025-09-18 02:01:40] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 200 2381 0.004712 10.0.0.49 - - [2025-09-18 02:01:40] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 200 2381 0.004007 10.0.0.49 - - [2025-09-18 02:01:40] "GET /route-target/2af81664-9521-4d34-922b-faa0ff359312 HTTP/1.1" 200 1204 0.003320 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domains HTTP/1.1" 200 280 0.004444 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001258 10.0.0.49 - - [2025-09-18 02:01:40] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2572 0.008940 10.0.0.49 - - [2025-09-18 02:01:40] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.49 - - [2025-09-18 02:01:40] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0 HTTP/1.1" 200 2843 0.087186 10.0.0.49 - - [2025-09-18 02:01:40] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1 HTTP/1.1" 200 3781 0.004816 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/network HTTP/1.1" 200 1004 0.007121 10.0.0.49 - - [2025-09-18 02:01:40] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1055 0.280004 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1055 0.014028 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1055 0.013708 10.0.0.49 - - [2025-09-18 02:01:40] "GET /obj-perms HTTP/1.1" 200 5030 0.069928 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1109 0.120612 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013444 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009533 10.0.0.49 - - [2025-09-18 02:01:40] "POST /neutron/port HTTP/1.1" 200 1083 0.016365 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005808 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/subnet HTTP/1.1" 200 673 0.033580 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/port HTTP/1.1" 200 1083 0.025287 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006297 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/network HTTP/1.1" 200 994 0.006705 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010529 10.0.0.49 - - [2025-09-18 02:01:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005962 10.0.0.49 - - [2025-09-18 02:01:41] "GET /virtual-machine/5b0a2327-9f4f-4475-98e8-f5c9a1047278 HTTP/1.1" 200 1288 0.004996 10.0.0.49 - - [2025-09-18 02:01:41] "GET /virtual-machine-interface/4e83ac71-1a82-4177-b969-0c3c70465546 HTTP/1.1" 200 2941 0.004827 10.0.0.49 - - [2025-09-18 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.49 - - [2025-09-18 02:01:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005150 10.0.0.49 - - [2025-09-18 02:01:41] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003429 10.0.0.49 - - [2025-09-18 02:01:41] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005549 10.0.0.49 - - [2025-09-18 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.49 - - [2025-09-18 02:01:44] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005029 10.0.0.49 - - [2025-09-18 02:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.49 - - [2025-09-18 02:01:48] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005452 10.0.0.49 - - [2025-09-18 02:01:48] "POST /neutron/port HTTP/1.1" 200 1083 0.012233 10.0.0.49 - - [2025-09-18 02:01:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005532 10.0.0.49 - - [2025-09-18 02:01:49] "POST /neutron/port HTTP/1.1" 200 1083 0.010789 10.0.0.49 - - [2025-09-18 02:01:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005155 10.0.0.49 - - [2025-09-18 02:01:50] "POST /neutron/port HTTP/1.1" 200 1083 0.011725 10.0.0.49 - - [2025-09-18 02:01:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005297 10.0.0.49 - - [2025-09-18 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.49 - - [2025-09-18 02:01:50] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003341 10.0.0.49 - - [2025-09-18 02:01:50] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002842 10.0.0.49 - - [2025-09-18 02:01:50] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006371 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/port HTTP/1.1" 200 1083 0.011339 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006354 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/port HTTP/1.1" 200 1083 0.010427 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006732 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/port HTTP/1.1" 200 1083 0.014158 10.0.0.49 - - [2025-09-18 02:01:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005833 10.0.0.49 - - [2025-09-18 02:01:51] "GET /virtual-machine/29ab6640-061e-4084-81d3-fc5c41e5b51d HTTP/1.1" 200 1287 0.004562 10.0.0.49 - - [2025-09-18 02:01:51] "GET /virtual-machine-interface/37ccf7ad-dcc8-4c02-8882-ca30c4e9a6c8 HTTP/1.1" 200 2940 0.004323 10.0.0.49 - - [2025-09-18 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.49 - - [2025-09-18 02:01:51] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.49 - - [2025-09-18 02:01:51] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003111 10.0.0.49 - - [2025-09-18 02:01:51] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006413 10.0.0.49 - - [2025-09-18 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.49 - - [2025-09-18 02:01:52] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003358 10.0.0.49 - - [2025-09-18 02:01:52] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003006 10.0.0.49 - - [2025-09-18 02:01:52] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005527 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010777 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005171 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010959 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005539 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010224 10.0.0.49 - - [2025-09-18 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005164 10.0.0.49 - - [2025-09-18 02:01:53] "GET /virtual-machine/f9f9eef6-d3df-47b4-950d-122164fd8bf7 HTTP/1.1" 200 1293 0.004468 10.0.0.49 - - [2025-09-18 02:01:53] "GET /virtual-machine-interface/8765c8da-edaa-47e2-baa1-0df0e030eee3 HTTP/1.1" 200 2941 0.004657 10.0.0.49 - - [2025-09-18 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.49 - - [2025-09-18 02:01:53] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004094 10.0.0.49 - - [2025-09-18 02:01:53] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003160 10.0.0.49 - - [2025-09-18 02:01:53] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005404 10.0.0.49 - - [2025-09-18 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.49 - - [2025-09-18 02:01:54] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002893 10.0.0.49 - - [2025-09-18 02:01:54] "GET /virtual-networks?parent_id=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003416 10.0.0.49 - - [2025-09-18 02:01:54] "GET /virtual-network/dd17a041-4a32-4f6e-9b38-a4c04f068ef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005385 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.010501 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.014052 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 151 0.124851 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.015748 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.025010 10.0.0.49 - - [2025-09-18 02:02:10] "GET /obj-perms HTTP/1.1" 200 5056 0.079420 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 151 0.139049 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/network HTTP/1.1" 200 994 0.012120 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1083 0.012899 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/network HTTP/1.1" 400 204 0.009488 10.0.0.49 - - [2025-09-18 02:02:10] "POST /neutron/port HTTP/1.1" 200 1109 0.008198 10.0.0.49 - - [2025-09-18 02:02:11] "POST /neutron/port HTTP/1.1" 200 151 0.099910 10.0.0.49 - - [2025-09-18 02:02:11] "GET /obj-perms HTTP/1.1" 200 5056 0.052397 10.0.0.49 - - [2025-09-18 02:02:12] "POST /neutron/network HTTP/1.1" 200 994 0.006930 10.0.0.49 - - [2025-09-18 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.49 - - [2025-09-18 02:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.49 - - [2025-09-18 02:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.49 - - [2025-09-18 02:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001526 10.0.0.49 - - [2025-09-18 02:02:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002188 10.0.0.49 - - [2025-09-18 02:02:13] "POST /neutron/network HTTP/1.1" 200 151 0.101975 10.0.0.49 - - [2025-09-18 02:02:13] "DELETE /route-target/2af81664-9521-4d34-922b-faa0ff359312 HTTP/1.1" 200 115 0.024515 10.0.0.49 - - [2025-09-18 02:02:13] "GET /routing-instance/a9354025-4e4f-452d-bcbc-284b0c82d816 HTTP/1.1" 404 171 0.002189 10.0.0.49 - - [2025-09-18 02:02:13] "GET /domains HTTP/1.1" 200 280 0.002000 10.0.0.49 - - [2025-09-18 02:02:13] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.49 - - [2025-09-18 02:02:13] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 2572 0.049384 10.0.0.49 - - [2025-09-18 02:02:13] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.49 - - [2025-09-18 02:02:13] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0 HTTP/1.1" 200 2086 0.080825 10.0.0.49 - - [2025-09-18 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.49 - - [2025-09-18 02:02:13] "DELETE /network-ipam/9097c39e-fcdd-4d25-9937-5c027b281958 HTTP/1.1" 200 115 0.020025 10.0.0.49 - - [2025-09-18 02:02:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.002479 10.0.0.49 - - [2025-09-18 02:02:13] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.49 - - [2025-09-18 02:02:13] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027444 10.0.0.49 - - [2025-09-18 02:02:13] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.49 - - [2025-09-18 02:02:13] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?fields=virtual_networks HTTP/1.1" 200 1033 0.069422 10.0.0.49 - - [2025-09-18 02:02:13] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.49 - - [2025-09-18 02:02:13] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.024636 10.0.0.49 - - [2025-09-18 02:02:13] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001406 10.0.0.49 - - [2025-09-18 02:02:13] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?fields=security_groups HTTP/1.1" 200 1259 0.026906 10.0.0.49 - - [2025-09-18 02:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.006395 10.0.0.49 - - [2025-09-18 02:02:15] "POST /neutron/port HTTP/1.1" 400 205 0.003334 10.0.0.49 - - [2025-09-18 02:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.005214 10.0.0.49 - - [2025-09-18 02:02:15] "POST /neutron/port HTTP/1.1" 400 205 0.003384 10.0.0.49 - - [2025-09-18 02:02:21] "GET / HTTP/1.1" 200 35931 0.002957 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.044866 10.0.0.49 - - [2025-09-18 02:02:22] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002259 10.0.0.49 - - [2025-09-18 02:02:22] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.49 - - [2025-09-18 02:02:22] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006573 10.0.0.49 - - [2025-09-18 02:02:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001211 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.002029 10.0.0.49 - - [2025-09-18 02:02:22] "POST /security-groups HTTP/1.1" 200 586 0.060699 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 229 0.002551 10.0.0.49 - - [2025-09-18 02:02:22] "POST /projects HTTP/1.1" 200 575 0.200150 10.0.0.49 - - [2025-09-18 02:02:22] "POST /access-control-lists HTTP/1.1" 200 591 0.056908 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.271862 10.0.0.49 - - [2025-09-18 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.002813 10.0.0.49 - - [2025-09-18 02:02:22] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.391297 10.0.0.49 - - [2025-09-18 02:02:22] "POST /access-control-lists HTTP/1.1" 200 589 0.069399 10.0.0.49 - - [2025-09-18 02:02:23] "GET / HTTP/1.1" 200 35931 0.002189 10.0.0.49 - - [2025-09-18 02:02:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.49 - - [2025-09-18 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026940 10.0.0.49 - - [2025-09-18 02:02:26] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004695 10.0.0.49 - - [2025-09-18 02:02:26] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003838 10.0.0.49 - - [2025-09-18 02:02:26] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003362 10.0.0.49 - - [2025-09-18 02:02:26] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.009843 10.0.0.49 - - [2025-09-18 02:02:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000519 10.0.0.49 - - [2025-09-18 02:02:27] "GET /aaa-mode HTTP/1.1" 200 128 0.022921 10.0.0.49 - - [2025-09-18 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.022166 10.0.0.49 - - [2025-09-18 02:02:27] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002498 10.0.0.49 - - [2025-09-18 02:02:27] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.49 - - [2025-09-18 02:02:27] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006565 10.0.0.49 - - [2025-09-18 02:02:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.001222 10.0.0.49 - - [2025-09-18 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.004813 10.0.0.49 - - [2025-09-18 02:02:27] "POST /security-groups HTTP/1.1" 200 586 0.064140 10.0.0.49 - - [2025-09-18 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002818 10.0.0.49 - - [2025-09-18 02:02:28] "POST /projects HTTP/1.1" 200 575 0.217340 10.0.0.49 - - [2025-09-18 02:02:28] "POST /access-control-lists HTTP/1.1" 200 591 0.059904 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.291415 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.002912 10.0.0.49 - - [2025-09-18 02:02:28] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.421747 10.0.0.49 - - [2025-09-18 02:02:28] "POST /access-control-lists HTTP/1.1" 200 589 0.060533 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.023131 10.0.0.49 - - [2025-09-18 02:02:28] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002841 10.0.0.49 - - [2025-09-18 02:02:28] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.49 - - [2025-09-18 02:02:28] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006577 10.0.0.49 - - [2025-09-18 02:02:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001310 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002477 10.0.0.49 - - [2025-09-18 02:02:28] "POST /security-groups HTTP/1.1" 200 586 0.068207 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003049 10.0.0.49 - - [2025-09-18 02:02:28] "POST /projects HTTP/1.1" 200 575 0.224413 10.0.0.49 - - [2025-09-18 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.295665 10.0.0.49 - - [2025-09-18 02:02:28] "POST /access-control-lists HTTP/1.1" 200 591 0.062496 10.0.0.49 - - [2025-09-18 02:02:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002648 10.0.0.49 - - [2025-09-18 02:02:29] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.424587 10.0.0.49 - - [2025-09-18 02:02:29] "POST /access-control-lists HTTP/1.1" 200 589 0.068040 10.0.0.49 - - [2025-09-18 02:02:29] "GET / HTTP/1.1" 200 35931 0.003162 10.0.0.49 - - [2025-09-18 02:02:30] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.49 - - [2025-09-18 02:02:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.002875 10.0.0.49 - - [2025-09-18 02:02:30] "POST /api-access-lists HTTP/1.1" 200 521 0.016171 10.0.0.49 - - [2025-09-18 02:02:30] "GET /api-access-list/fb4bb03e-6b82-4aab-afbf-fe951206f9e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004726 10.0.0.49 - - [2025-09-18 02:02:30] "GET /api-access-list/fb4bb03e-6b82-4aab-afbf-fe951206f9e0 HTTP/1.1" 401 292 0.000495 10.0.0.49 - - [2025-09-18 02:02:31] "GET /api-access-list/fb4bb03e-6b82-4aab-afbf-fe951206f9e0 HTTP/1.1" 200 1266 0.056945 10.0.0.49 - - [2025-09-18 02:02:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.49 - - [2025-09-18 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.059368 10.0.0.49 - - [2025-09-18 02:02:31] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.49 - - [2025-09-18 02:02:31] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.036656 10.0.0.49 - - [2025-09-18 02:02:31] "GET /virtual-networks?parent_id=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011310 10.0.0.49 - - [2025-09-18 02:02:31] "POST /virtual-networks HTTP/1.1" 200 568 0.048759 10.0.0.49 - - [2025-09-18 02:02:32] "POST /route-targets HTTP/1.1" 200 327 0.011834 10.0.0.49 - - [2025-09-18 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.015821 10.0.0.49 - - [2025-09-18 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.019465 10.0.0.49 - - [2025-09-18 02:02:32] "GET /network-ipam/b1249710-61ec-4fbd-80a4-52b95af6c0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.011062 10.0.0.49 - - [2025-09-18 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.49 - - [2025-09-18 02:02:32] "POST /ref-update HTTP/1.1" 200 156 0.046743 10.0.0.49 - - [2025-09-18 02:02:32] "POST /neutron/network HTTP/1.1" 200 831 0.044210 10.0.0.49 - - [2025-09-18 02:02:32] "POST /neutron/network HTTP/1.1" 200 831 0.017755 10.0.0.49 - - [2025-09-18 02:02:32] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012415 10.0.0.49 - - [2025-09-18 02:02:32] "POST /neutron/network HTTP/1.1" 200 831 0.018090 10.0.0.49 - - [2025-09-18 02:02:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.024635 10.0.0.49 - - [2025-09-18 02:02:32] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4 HTTP/1.1" 401 292 0.000441 10.0.0.49 - - [2025-09-18 02:02:32] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4 HTTP/1.1" 200 2264 0.036964 10.0.0.49 - - [2025-09-18 02:02:32] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4 HTTP/1.1" 401 292 0.000386 10.0.0.49 - - [2025-09-18 02:02:33] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4 HTTP/1.1" 200 2004 0.037003 10.0.0.49 - - [2025-09-18 02:02:33] "POST /id-to-fqname HTTP/1.1" 401 292 0.000367 10.0.0.49 - - [2025-09-18 02:02:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.030808 10.0.0.49 - - [2025-09-18 02:02:34] "POST /neutron/network HTTP/1.1" 200 841 0.042385 10.0.0.49 - - [2025-09-18 02:02:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.49 - - [2025-09-18 02:02:34] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.49 - - [2025-09-18 02:02:34] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.49 - - [2025-09-18 02:02:34] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.49 - - [2025-09-18 02:02:34] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.047899 10.0.0.49 - - [2025-09-18 02:02:34] "POST /neutron/network HTTP/1.1" 200 831 0.005694 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.031197 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.010120 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.004797 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/network HTTP/1.1" 200 841 0.020436 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/network HTTP/1.1" 200 831 0.019311 10.0.0.49 - - [2025-09-18 02:02:35] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001507 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 1055 0.294111 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 1055 0.011961 10.0.0.49 - - [2025-09-18 02:02:35] "POST /neutron/port HTTP/1.1" 200 1055 0.009195 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/port HTTP/1.1" 200 1109 0.061185 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/port HTTP/1.1" 200 1083 0.010949 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003516 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 647 0.007456 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.49 - - [2025-09-18 02:02:36] "POST /neutron/network HTTP/1.1" 200 831 0.007747 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/port HTTP/1.1" 200 1083 0.012316 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006656 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/port HTTP/1.1" 200 1083 0.012677 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006697 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/port HTTP/1.1" 200 1083 0.010320 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005826 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/port HTTP/1.1" 200 1083 0.012048 10.0.0.49 - - [2025-09-18 02:02:40] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005569 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 200 1287 0.011234 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 200 1287 0.010671 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64 HTTP/1.1" 200 2531 0.013980 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 200 1287 0.010012 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64 HTTP/1.1" 200 2531 0.012933 10.0.0.49 - - [2025-09-18 02:02:40] "GET /instance-ip/e19ed120-a042-4020-8a8b-6448c0d50ac1 HTTP/1.1" 200 1625 0.012027 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 200 1287 0.013453 10.0.0.49 - - [2025-09-18 02:02:40] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64 HTTP/1.1" 200 2531 0.016537 10.0.0.49 - - [2025-09-18 02:02:40] "GET /instance-ip/e19ed120-a042-4020-8a8b-6448c0d50ac1 HTTP/1.1" 200 1625 0.012303 10.0.0.49 - - [2025-09-18 02:02:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.009888 10.0.0.49 - - [2025-09-18 02:02:40] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.026002 10.0.0.49 - - [2025-09-18 02:02:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005194 10.0.0.49 - - [2025-09-18 02:02:41] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011213 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.009418 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.49 - - [2025-09-18 02:02:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003248 10.0.0.49 - - [2025-09-18 02:02:41] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015778 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.009928 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.49 - - [2025-09-18 02:02:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003283 10.0.0.49 - - [2025-09-18 02:02:41] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010147 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.010251 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-09-18 02:02:41] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003217 10.0.0.49 - - [2025-09-18 02:02:41] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009749 10.0.0.49 - - [2025-09-18 02:02:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.009384 10.0.0.49 - - [2025-09-18 02:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.49 - - [2025-09-18 02:02:42] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003069 10.0.0.49 - - [2025-09-18 02:02:42] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011220 10.0.0.49 - - [2025-09-18 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011668 10.0.0.49 - - [2025-09-18 02:02:45] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012900 10.0.0.49 - - [2025-09-18 02:02:45] "POST /neutron/port HTTP/1.1" 200 1083 0.010527 10.0.0.49 - - [2025-09-18 02:02:45] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004757 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.011417 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.49 - - [2025-09-18 02:02:47] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003252 10.0.0.49 - - [2025-09-18 02:02:47] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009848 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.009768 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002059 10.0.0.49 - - [2025-09-18 02:02:47] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002977 10.0.0.49 - - [2025-09-18 02:02:47] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009342 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.008704 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.49 - - [2025-09-18 02:02:47] "GET /routing-instance/143e5555-807e-470a-a183-41f97d3d6be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004306 10.0.0.49 - - [2025-09-18 02:02:47] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010200 10.0.0.49 - - [2025-09-18 02:02:47] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003428 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.010558 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.49 - - [2025-09-18 02:02:47] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003625 10.0.0.49 - - [2025-09-18 02:02:47] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010202 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.008821 10.0.0.49 - - [2025-09-18 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.49 - - [2025-09-18 02:02:47] "GET /routing-instance/143e5555-807e-470a-a183-41f97d3d6be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003057 10.0.0.49 - - [2025-09-18 02:02:47] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008934 10.0.0.49 - - [2025-09-18 02:02:47] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003337 10.0.0.49 - - [2025-09-18 02:02:48] "GET /obj-perms HTTP/1.1" 200 4915 0.057894 10.0.0.49 - - [2025-09-18 02:02:48] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009693 10.0.0.49 - - [2025-09-18 02:02:48] "GET /obj-perms HTTP/1.1" 200 4915 0.010463 10.0.0.49 - - [2025-09-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.49 - - [2025-09-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.024794 10.0.0.49 - - [2025-09-18 02:02:48] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014843 10.0.0.49 - - [2025-09-18 02:02:48] "GET /obj-perms HTTP/1.1" 200 4915 0.010034 10.0.0.49 - - [2025-09-18 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.49 - - [2025-09-18 02:02:49] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014885 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009597 10.0.0.49 - - [2025-09-18 02:02:49] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010547 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.010086 10.0.0.49 - - [2025-09-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.49 - - [2025-09-18 02:02:49] "GET /virtual-machine-interface/c4774c8a-72d5-498b-9088-7e44a393dc64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.014268 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009031 10.0.0.49 - - [2025-09-18 02:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.49 - - [2025-09-18 02:02:49] "GET /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.012426 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009607 10.0.0.49 - - [2025-09-18 02:02:49] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012035 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.008913 10.0.0.49 - - [2025-09-18 02:02:49] "GET /obj-perms HTTP/1.1" 200 4915 0.009336 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.050140 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008531 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 5020 0.043279 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003077 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.009568 10.0.0.49 - - [2025-09-18 02:02:50] "GET /obj-perms HTTP/1.1" 200 4915 0.008708 10.0.0.49 - - [2025-09-18 02:02:51] "GET /obj-perms HTTP/1.1" 200 4915 0.057096 10.0.0.49 - - [2025-09-18 02:02:51] "GET /obj-perms HTTP/1.1" 200 4915 0.008956 10.0.0.49 - - [2025-09-18 02:02:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003190 10.0.0.49 - - [2025-09-18 02:02:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003392 10.0.0.49 - - [2025-09-18 02:02:51] "GET /obj-perms HTTP/1.1" 200 4915 0.010686 10.0.0.49 - - [2025-09-18 02:02:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011103 10.0.0.49 - - [2025-09-18 02:02:51] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 200 1287 0.012120 10.0.0.49 - - [2025-09-18 02:02:52] "POST /neutron/port HTTP/1.1" 200 1083 0.010179 10.0.0.49 - - [2025-09-18 02:02:52] "POST /neutron/port HTTP/1.1" 200 1109 0.007906 10.0.0.49 - - [2025-09-18 02:02:52] "POST /neutron/port HTTP/1.1" 200 151 0.098232 10.0.0.49 - - [2025-09-18 02:02:53] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 404 171 0.009830 10.0.0.49 - - [2025-09-18 02:02:53] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 404 171 0.008190 10.0.0.49 - - [2025-09-18 02:02:53] "GET /virtual-machine/4d8e911d-52d4-4602-ba97-b36d66a4d75e HTTP/1.1" 404 171 0.007404 10.0.0.49 - - [2025-09-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.010002 10.0.0.49 - - [2025-09-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.49 - - [2025-09-18 02:02:53] "GET /global-vrouter-config/a764044b-5fa4-4896-a4fd-6ae9022a9f24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.002447 10.0.0.49 - - [2025-09-18 02:02:53] "GET /virtual-networks?parent_id=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009607 10.0.0.49 - - [2025-09-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.008168 10.0.0.49 - - [2025-09-18 02:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.49 - - [2025-09-18 02:02:53] "GET /routing-instance/143e5555-807e-470a-a183-41f97d3d6be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003198 10.0.0.49 - - [2025-09-18 02:02:53] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008642 10.0.0.49 - - [2025-09-18 02:02:53] "GET /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002550 10.0.0.49 - - [2025-09-18 02:02:53] "GET /obj-perms HTTP/1.1" 200 4915 0.008935 10.0.0.49 - - [2025-09-18 02:02:53] "GET /obj-perms HTTP/1.1" 200 4915 0.007813 10.0.0.49 - - [2025-09-18 02:02:54] "GET /obj-perms HTTP/1.1" 200 4915 0.051584 10.0.0.49 - - [2025-09-18 02:02:54] "GET /obj-perms HTTP/1.1" 200 4915 0.008553 10.0.0.49 - - [2025-09-18 02:02:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003213 10.0.0.49 - - [2025-09-18 02:02:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003336 10.0.0.49 - - [2025-09-18 02:03:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003295 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /project/9ecd919b2e5942babeebb7d8b19007a0 HTTP/1.1" 404 173 0.009183 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /project/b7ba8007636c466aaa8263a221b64d29 HTTP/1.1" 404 173 0.004715 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /project/88dd3776bffc4940b6e59aac39f2225d HTTP/1.1" 404 173 0.008670 10.0.0.49 - - [2025-09-18 02:03:02] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.49 - - [2025-09-18 02:03:02] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.027632 10.0.0.49 - - [2025-09-18 02:03:02] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.49 - - [2025-09-18 02:03:02] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?fields=security_groups HTTP/1.1" 200 1364 0.065026 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /security-group/2c52fd05-4dcd-440e-97f8-56248debc2e9 HTTP/1.1" 200 115 0.040483 10.0.0.49 - - [2025-09-18 02:03:02] "GET /projects?obj_uuids=d31ddd81-d169-41c1-91d1-7bfee3a367d0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /access-control-list/07e33811-eb64-4f3a-842f-0aeaca87fd58 HTTP/1.1" 200 115 0.036668 10.0.0.49 - - [2025-09-18 02:03:02] "GET /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0?fields=application_policy_sets HTTP/1.1" 200 1403 0.040619 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /access-control-list/4ff9b736-8d7c-427a-8272-b935c808105f HTTP/1.1" 200 115 0.030221 10.0.0.49 - - [2025-09-18 02:03:02] "DELETE /project/d31ddd81-d169-41c1-91d1-7bfee3a367d0 HTTP/1.1" 200 115 0.326212 10.0.0.49 - - [2025-09-18 02:03:03] "GET /obj-perms HTTP/1.1" 200 5020 0.003979 10.0.0.49 - - [2025-09-18 02:03:06] "GET /obj-perms HTTP/1.1" 200 5020 0.003484 10.0.0.49 - - [2025-09-18 02:03:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003874 10.0.0.49 - - [2025-09-18 02:03:11] "GET /obj-perms HTTP/1.1" 200 5056 0.047110 10.0.0.49 - - [2025-09-18 02:03:12] "GET /obj-perms HTTP/1.1" 200 5056 0.042404 10.0.0.49 - - [2025-09-18 02:03:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003533 10.0.0.49 - - [2025-09-18 02:03:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003361 10.0.0.49 - - [2025-09-18 02:03:15] "GET /global-system-configs HTTP/1.1" 200 322 0.037512 10.0.0.49 - - [2025-09-18 02:03:16] "GET /obj-perms HTTP/1.1" 200 5056 0.072209 10.0.0.49 - - [2025-09-18 02:03:17] "GET /global-system-configs HTTP/1.1" 200 322 0.027778 10.0.0.49 - - [2025-09-18 02:03:17] "GET /obj-perms HTTP/1.1" 200 5056 0.060953 10.0.0.49 - - [2025-09-18 02:03:18] "GET /obj-perms HTTP/1.1" 200 5020 0.003816 10.0.0.49 - - [2025-09-18 02:03:21] "GET /obj-perms HTTP/1.1" 200 5020 0.003449 10.0.0.49 - - [2025-09-18 02:03:24] "GET /obj-perms HTTP/1.1" 200 5020 0.003753 10.0.0.49 - - [2025-09-18 02:03:27] "GET /obj-perms HTTP/1.1" 200 5020 0.003305 10.0.0.49 - - [2025-09-18 02:03:30] "GET /obj-perms HTTP/1.1" 200 5020 0.003369 10.0.0.49 - - [2025-09-18 02:03:33] "GET /obj-perms HTTP/1.1" 200 5020 0.003769 10.0.0.49 - - [2025-09-18 02:03:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003276 10.0.0.49 - - [2025-09-18 02:03:39] "GET /obj-perms HTTP/1.1" 200 5020 0.003694 10.0.0.49 - - [2025-09-18 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002150 10.0.0.49 - - [2025-09-18 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.49 - - [2025-09-18 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002308 10.0.0.49 - - [2025-09-18 02:03:39] "DELETE /virtual-network/d8966895-580b-44c5-80f3-6793d79957d4 HTTP/1.1" 200 115 0.068495 10.0.0.49 - - [2025-09-18 02:03:39] "DELETE /route-target/1c78fe87-2dcd-4429-b6be-e4868d3e432a HTTP/1.1" 200 115 0.021153 10.0.0.49 - - [2025-09-18 02:03:39] "DELETE /api-access-list/fb4bb03e-6b82-4aab-afbf-fe951206f9e0 HTTP/1.1" 200 115 0.020164 10.0.0.49 - - [2025-09-18 02:03:39] "GET /api-access-list/fb4bb03e-6b82-4aab-afbf-fe951206f9e0 HTTP/1.1" 404 171 0.002519 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.021638 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?fields=virtual_networks HTTP/1.1" 200 1023 0.067967 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.025011 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?fields=security_groups HTTP/1.1" 200 1244 0.028635 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.022848 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?fields=virtual_networks HTTP/1.1" 200 1023 0.068031 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.024538 10.0.0.49 - - [2025-09-18 02:03:40] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.49 - - [2025-09-18 02:03:40] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?fields=security_groups HTTP/1.1" 200 1244 0.024733 10.0.0.49 - - [2025-09-18 02:03:42] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003491 10.0.0.49 - - [2025-09-18 02:03:42] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008806 10.0.0.49 - - [2025-09-18 02:03:42] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.49 - - [2025-09-18 02:03:42] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026508 10.0.0.49 - - [2025-09-18 02:03:42] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.49 - - [2025-09-18 02:03:42] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?fields=virtual_networks HTTP/1.1" 200 1022 0.079428 10.0.0.49 - - [2025-09-18 02:03:42] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001514 10.0.0.49 - - [2025-09-18 02:03:42] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.030219 10.0.0.49 - - [2025-09-18 02:03:42] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.49 - - [2025-09-18 02:03:42] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?fields=security_groups HTTP/1.1" 200 1243 0.030091 10.0.0.49 - - [2025-09-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.027139 10.0.0.49 - - [2025-09-18 02:03:43] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.49 - - [2025-09-18 02:03:43] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.49 - - [2025-09-18 02:03:43] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006223 10.0.0.49 - - [2025-09-18 02:03:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001661 10.0.0.49 - - [2025-09-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.002441 10.0.0.49 - - [2025-09-18 02:03:43] "POST /security-groups HTTP/1.1" 200 591 0.064378 10.0.0.49 - - [2025-09-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.003592 10.0.0.49 - - [2025-09-18 02:03:43] "POST /projects HTTP/1.1" 200 585 0.217664 10.0.0.49 - - [2025-09-18 02:03:43] "POST /access-control-lists HTTP/1.1" 200 596 0.057529 10.0.0.49 - - [2025-09-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.290054 10.0.0.49 - - [2025-09-18 02:03:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.002738 10.0.0.49 - - [2025-09-18 02:03:43] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.407962 10.0.0.49 - - [2025-09-18 02:03:43] "POST /access-control-lists HTTP/1.1" 200 594 0.056474 10.0.0.49 - - [2025-09-18 02:03:44] "GET / HTTP/1.1" 200 35931 0.003406 10.0.0.49 - - [2025-09-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.49 - - [2025-09-18 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.025613 10.0.0.49 - - [2025-09-18 02:03:47] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003029 10.0.0.49 - - [2025-09-18 02:03:47] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003681 10.0.0.49 - - [2025-09-18 02:03:47] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003595 10.0.0.49 - - [2025-09-18 02:03:47] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008182 10.0.0.49 - - [2025-09-18 02:03:47] "GET /aaa-mode HTTP/1.1" 200 128 0.001160 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.021681 10.0.0.49 - - [2025-09-18 02:03:48] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002411 10.0.0.49 - - [2025-09-18 02:03:48] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.49 - - [2025-09-18 02:03:48] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006446 10.0.0.49 - - [2025-09-18 02:03:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.002243 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.002352 10.0.0.49 - - [2025-09-18 02:03:48] "POST /security-groups HTTP/1.1" 200 591 0.060082 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002756 10.0.0.49 - - [2025-09-18 02:03:48] "POST /projects HTTP/1.1" 200 585 0.205787 10.0.0.49 - - [2025-09-18 02:03:48] "POST /access-control-lists HTTP/1.1" 200 596 0.057588 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.272962 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.002759 10.0.0.49 - - [2025-09-18 02:03:48] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.392638 10.0.0.49 - - [2025-09-18 02:03:48] "POST /access-control-lists HTTP/1.1" 200 594 0.056590 10.0.0.49 - - [2025-09-18 02:03:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.021934 10.0.0.49 - - [2025-09-18 02:03:49] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003574 10.0.0.49 - - [2025-09-18 02:03:49] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.49 - - [2025-09-18 02:03:49] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007077 10.0.0.49 - - [2025-09-18 02:03:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.002249 10.0.0.49 - - [2025-09-18 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002773 10.0.0.49 - - [2025-09-18 02:03:49] "POST /security-groups HTTP/1.1" 200 591 0.060592 10.0.0.49 - - [2025-09-18 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 234 0.003116 10.0.0.49 - - [2025-09-18 02:03:49] "POST /projects HTTP/1.1" 200 585 0.212429 10.0.0.49 - - [2025-09-18 02:03:49] "POST /access-control-lists HTTP/1.1" 200 596 0.058105 10.0.0.49 - - [2025-09-18 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.287812 10.0.0.49 - - [2025-09-18 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002770 10.0.0.49 - - [2025-09-18 02:03:49] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.414806 10.0.0.49 - - [2025-09-18 02:03:49] "POST /access-control-lists HTTP/1.1" 200 594 0.055737 10.0.0.49 - - [2025-09-18 02:03:50] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.49 - - [2025-09-18 02:03:50] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.49 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.002956 10.0.0.49 - - [2025-09-18 02:03:51] "POST /api-access-lists HTTP/1.1" 200 521 0.012058 10.0.0.49 - - [2025-09-18 02:03:51] "GET /api-access-list/e3442650-ed8d-46d1-965f-5dd96796bbde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004297 10.0.0.49 - - [2025-09-18 02:03:51] "GET /api-access-list/e3442650-ed8d-46d1-965f-5dd96796bbde HTTP/1.1" 401 292 0.000442 10.0.0.49 - - [2025-09-18 02:03:51] "GET /api-access-list/e3442650-ed8d-46d1-965f-5dd96796bbde HTTP/1.1" 200 1290 0.053117 10.0.0.49 - - [2025-09-18 02:03:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.49 - - [2025-09-18 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.033963 10.0.0.49 - - [2025-09-18 02:03:52] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.49 - - [2025-09-18 02:03:52] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030623 10.0.0.49 - - [2025-09-18 02:03:52] "GET /virtual-networks?parent_id=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011233 10.0.0.49 - - [2025-09-18 02:03:52] "POST /virtual-networks HTTP/1.1" 200 583 0.044638 10.0.0.49 - - [2025-09-18 02:03:52] "POST /route-targets HTTP/1.1" 200 327 0.008806 10.0.0.49 - - [2025-09-18 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.49 - - [2025-09-18 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010558 10.0.0.49 - - [2025-09-18 02:03:52] "GET /network-ipam/b1249710-61ec-4fbd-80a4-52b95af6c0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.009869 10.0.0.49 - - [2025-09-18 02:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.49 - - [2025-09-18 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.040172 10.0.0.49 - - [2025-09-18 02:03:52] "POST /neutron/network HTTP/1.1" 200 848 0.040873 10.0.0.49 - - [2025-09-18 02:03:52] "POST /neutron/network HTTP/1.1" 200 848 0.016818 10.0.0.49 - - [2025-09-18 02:03:52] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012610 10.0.0.49 - - [2025-09-18 02:03:52] "POST /neutron/network HTTP/1.1" 200 848 0.016594 10.0.0.49 - - [2025-09-18 02:03:52] "POST /neutron/subnet HTTP/1.1" 200 679 0.024712 10.0.0.49 - - [2025-09-18 02:03:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 10.0.0.49 - - [2025-09-18 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.032193 10.0.0.49 - - [2025-09-18 02:03:53] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.49 - - [2025-09-18 02:03:53] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.032083 10.0.0.49 - - [2025-09-18 02:03:53] "GET /virtual-networks?parent_id=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010979 10.0.0.49 - - [2025-09-18 02:03:53] "POST /virtual-networks HTTP/1.1" 200 583 0.044507 10.0.0.49 - - [2025-09-18 02:03:53] "POST /route-targets HTTP/1.1" 200 327 0.010906 10.0.0.49 - - [2025-09-18 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.012107 10.0.0.49 - - [2025-09-18 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.013593 10.0.0.49 - - [2025-09-18 02:03:53] "GET /network-ipam/b1249710-61ec-4fbd-80a4-52b95af6c0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.011070 10.0.0.49 - - [2025-09-18 02:03:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002725 10.0.0.49 - - [2025-09-18 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.043748 10.0.0.49 - - [2025-09-18 02:03:53] "POST /neutron/network HTTP/1.1" 200 848 0.048279 10.0.0.49 - - [2025-09-18 02:03:53] "POST /neutron/network HTTP/1.1" 200 848 0.018422 10.0.0.49 - - [2025-09-18 02:03:53] "GET /virtual-network/da993f17-8fc1-4bf8-92d6-89ba2e0849d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013078 10.0.0.49 - - [2025-09-18 02:03:53] "POST /neutron/network HTTP/1.1" 200 848 0.019643 10.0.0.49 - - [2025-09-18 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 679 0.024662 10.0.0.49 - - [2025-09-18 02:03:53] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 401 292 0.000443 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 200 2314 0.035325 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 401 292 0.000351 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 403 376 0.031934 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 200 2314 0.004554 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-networks HTTP/1.1" 200 371 0.016705 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-networks HTTP/1.1" 200 371 0.016193 10.0.0.49 - - [2025-09-18 02:03:54] "PUT /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 200 264 0.022291 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-networks HTTP/1.1" 200 132 0.017767 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-networks HTTP/1.1" 200 611 0.015869 10.0.0.49 - - [2025-09-18 02:03:54] "GET /virtual-networks HTTP/1.1" 200 1429 0.002242 10.0.0.49 - - [2025-09-18 02:03:54] "PUT /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 200 264 0.022947 10.0.0.49 - - [2025-09-18 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.49 - - [2025-09-18 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.49 - - [2025-09-18 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001622 10.0.0.49 - - [2025-09-18 02:03:54] "DELETE /virtual-network/da993f17-8fc1-4bf8-92d6-89ba2e0849d2 HTTP/1.1" 200 115 0.061586 10.0.0.49 - - [2025-09-18 02:03:54] "DELETE /route-target/c3db296d-a4fd-4bd2-a43f-44bcf2ee9e1a HTTP/1.1" 200 115 0.016457 10.0.0.49 - - [2025-09-18 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.49 - - [2025-09-18 02:03:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.49 - - [2025-09-18 02:03:54] "DELETE /virtual-network/e9e945fe-0ae1-45a9-9b6c-6e182028f8ec HTTP/1.1" 200 115 0.062884 10.0.0.49 - - [2025-09-18 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.49 - - [2025-09-18 02:03:54] "DELETE /api-access-list/e3442650-ed8d-46d1-965f-5dd96796bbde HTTP/1.1" 200 115 0.027673 10.0.0.49 - - [2025-09-18 02:03:54] "DELETE /route-target/a86cbc29-753e-44e5-9f89-1059eda76ed0 HTTP/1.1" 200 115 0.018673 10.0.0.49 - - [2025-09-18 02:03:54] "GET /api-access-list/e3442650-ed8d-46d1-965f-5dd96796bbde HTTP/1.1" 404 171 0.002563 10.0.0.49 - - [2025-09-18 02:03:54] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001655 10.0.0.49 - - [2025-09-18 02:03:54] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022996 10.0.0.49 - - [2025-09-18 02:03:54] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?fields=virtual_networks HTTP/1.1" 200 1033 0.070481 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.024642 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?fields=security_groups HTTP/1.1" 200 1259 0.025335 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022078 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001697 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?fields=virtual_networks HTTP/1.1" 200 1033 0.067511 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.022532 10.0.0.49 - - [2025-09-18 02:03:55] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001511 10.0.0.49 - - [2025-09-18 02:03:55] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?fields=security_groups HTTP/1.1" 200 1259 0.027221 10.0.0.49 - - [2025-09-18 02:03:56] "GET /aaa-mode HTTP/1.1" 200 128 0.001246 10.0.0.49 - - [2025-09-18 02:03:57] "GET / HTTP/1.1" 200 35931 0.002455 10.0.0.49 - - [2025-09-18 02:03:58] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.49 - - [2025-09-18 02:03:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.49 - - [2025-09-18 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.066018 10.0.0.49 - - [2025-09-18 02:03:58] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.49 - - [2025-09-18 02:03:59] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038342 10.0.0.49 - - [2025-09-18 02:03:59] "GET /virtual-networks?parent_id=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008765 10.0.0.49 - - [2025-09-18 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.007908 10.0.0.49 - - [2025-09-18 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009821 10.0.0.49 - - [2025-09-18 02:03:59] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.49 - - [2025-09-18 02:03:59] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.015063 10.0.0.49 - - [2025-09-18 02:03:59] "POST /service-templates HTTP/1.1" 403 264 0.006753 10.0.0.49 - - [2025-09-18 02:03:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.002813 10.0.0.49 - - [2025-09-18 02:03:59] "POST /api-access-lists HTTP/1.1" 200 555 0.016081 10.0.0.49 - - [2025-09-18 02:03:59] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004554 10.0.0.49 - - [2025-09-18 02:03:59] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 1323 0.003680 10.0.0.49 - - [2025-09-18 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.011484 10.0.0.49 - - [2025-09-18 02:03:59] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.49 - - [2025-09-18 02:03:59] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032568 10.0.0.49 - - [2025-09-18 02:03:59] "GET /virtual-networks?parent_id=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013603 10.0.0.49 - - [2025-09-18 02:03:59] "POST /virtual-networks HTTP/1.1" 200 583 0.049602 10.0.0.49 - - [2025-09-18 02:03:59] "POST /route-targets HTTP/1.1" 200 327 0.009509 10.0.0.49 - - [2025-09-18 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.011148 10.0.0.49 - - [2025-09-18 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.015710 10.0.0.49 - - [2025-09-18 02:03:59] "GET /network-ipam/b1249710-61ec-4fbd-80a4-52b95af6c0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010939 10.0.0.49 - - [2025-09-18 02:03:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.49 - - [2025-09-18 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.045641 10.0.0.49 - - [2025-09-18 02:03:59] "POST /neutron/network HTTP/1.1" 200 845 0.040983 10.0.0.49 - - [2025-09-18 02:03:59] "POST /neutron/network HTTP/1.1" 200 845 0.019515 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.014521 10.0.0.49 - - [2025-09-18 02:04:00] "POST /neutron/network HTTP/1.1" 200 845 0.018636 10.0.0.49 - - [2025-09-18 02:04:00] "POST /neutron/subnet HTTP/1.1" 200 664 0.025083 10.0.0.49 - - [2025-09-18 02:04:00] "POST /neutron/network HTTP/1.1" 200 845 0.061944 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.006068 10.0.0.49 - - [2025-09-18 02:04:00] "GET /network-ipam/b1249710-61ec-4fbd-80a4-52b95af6c0e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003233 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domains HTTP/1.1" 200 280 0.002892 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 3487 0.006847 10.0.0.49 - - [2025-09-18 02:04:00] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.49 - - [2025-09-18 02:04:00] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3 HTTP/1.1" 200 2352 0.064808 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.007195 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.006089 10.0.0.49 - - [2025-09-18 02:04:00] "GET /routing-instance/47c5aa26-d16b-4443-8ab5-8ca59c1e062d HTTP/1.1" 200 1554 0.003856 10.0.0.49 - - [2025-09-18 02:04:00] "GET /routing-instance/47c5aa26-d16b-4443-8ab5-8ca59c1e062d HTTP/1.1" 200 1554 0.003137 10.0.0.49 - - [2025-09-18 02:04:00] "GET /route-target/8cdace77-fb1c-411e-a884-507c103905e1 HTTP/1.1" 200 1245 0.003163 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.004292 10.0.0.49 - - [2025-09-18 02:04:00] "GET /routing-instance/47c5aa26-d16b-4443-8ab5-8ca59c1e062d HTTP/1.1" 200 1554 0.003310 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.005606 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.005179 10.0.0.49 - - [2025-09-18 02:04:00] "GET /routing-instance/47c5aa26-d16b-4443-8ab5-8ca59c1e062d HTTP/1.1" 200 1554 0.003963 10.0.0.49 - - [2025-09-18 02:04:00] "GET /routing-instance/47c5aa26-d16b-4443-8ab5-8ca59c1e062d HTTP/1.1" 200 1554 0.003381 10.0.0.49 - - [2025-09-18 02:04:00] "GET /route-target/8cdace77-fb1c-411e-a884-507c103905e1 HTTP/1.1" 200 1245 0.003214 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domains HTTP/1.1" 200 280 0.002749 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001598 10.0.0.49 - - [2025-09-18 02:04:00] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70 HTTP/1.1" 200 3487 0.007350 10.0.0.49 - - [2025-09-18 02:04:00] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.49 - - [2025-09-18 02:04:00] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3 HTTP/1.1" 200 2352 0.066245 10.0.0.49 - - [2025-09-18 02:04:00] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.004791 10.0.0.49 - - [2025-09-18 02:04:00] "GET /obj-perms HTTP/1.1" 200 5030 0.055217 10.0.0.49 - - [2025-09-18 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.009679 10.0.0.49 - - [2025-09-18 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010199 10.0.0.49 - - [2025-09-18 02:04:01] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.49 - - [2025-09-18 02:04:01] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.016230 10.0.0.49 - - [2025-09-18 02:04:01] "POST /service-templates HTTP/1.1" 403 264 0.009385 10.0.0.49 - - [2025-09-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.003023 10.0.0.49 - - [2025-09-18 02:04:01] "POST /api-access-lists HTTP/1.1" 200 521 0.012895 10.0.0.49 - - [2025-09-18 02:04:01] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005315 10.0.0.49 - - [2025-09-18 02:04:01] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 1290 0.003842 10.0.0.49 - - [2025-09-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.010395 10.0.0.49 - - [2025-09-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010255 10.0.0.49 - - [2025-09-18 02:04:01] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.026314 10.0.0.49 - - [2025-09-18 02:04:01] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.041021 10.0.0.49 - - [2025-09-18 02:04:01] "POST /service-templates HTTP/1.1" 200 551 0.027750 10.0.0.49 - - [2025-09-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012913 10.0.0.49 - - [2025-09-18 02:04:01] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011522 10.0.0.49 - - [2025-09-18 02:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010725 10.0.0.49 - - [2025-09-18 02:04:01] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.011933 10.0.0.49 - - [2025-09-18 02:04:01] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 401 292 0.000445 10.0.0.49 - - [2025-09-18 02:04:02] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 403 263 0.030574 10.0.0.49 - - [2025-09-18 02:04:02] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.007683 10.0.0.49 - - [2025-09-18 02:04:02] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.031064 10.0.0.49 - - [2025-09-18 02:04:02] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002865 10.0.0.49 - - [2025-09-18 02:04:02] "PUT /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 264 0.008029 10.0.0.49 - - [2025-09-18 02:04:02] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 1460 0.003714 10.0.0.49 - - [2025-09-18 02:04:02] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.013716 10.0.0.49 - - [2025-09-18 02:04:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.49 - - [2025-09-18 02:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.044743 10.0.0.49 - - [2025-09-18 02:04:02] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.49 - - [2025-09-18 02:04:02] "DELETE /project/1f896227a8de4297b07470746bc24ed3 HTTP/1.1" 404 173 0.042025 10.0.0.49 - - [2025-09-18 02:04:02] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057189 10.0.0.49 - - [2025-09-18 02:04:02] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.49 - - [2025-09-18 02:04:02] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.029188 10.0.0.49 - - [2025-09-18 02:04:02] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.49 - - [2025-09-18 02:04:02] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.057004 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001218 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/ac3ccc521a064bb9a9a6ed0d52299bfb HTTP/1.1" 404 173 0.141384 10.0.0.49 - - [2025-09-18 02:04:03] "GET /virtual-networks?parent_id=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.066296 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/d15ab1b9bf1b4842a5ced3d8da6a49bc HTTP/1.1" 404 173 0.161004 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.070567 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000928 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.082445 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001567 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.054553 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?fields=security_groups HTTP/1.1" 200 1349 0.067071 10.0.0.49 - - [2025-09-18 02:04:03] "POST /virtual-networks HTTP/1.1" 403 263 0.044607 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000919 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?fields=security_groups HTTP/1.1" 200 1349 0.140744 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?fields=security_groups HTTP/1.1" 200 1364 0.068508 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?fields=security_groups HTTP/1.1" 200 1364 0.116982 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?fields=security_groups HTTP/1.1" 200 1348 0.073795 10.0.0.49 - - [2025-09-18 02:04:03] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.052011 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /security-group/edb69f67-ce61-40a6-b633-8adc3c751dd4 HTTP/1.1" 200 115 0.145228 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=b7ba8007-636c-466a-aa82-63a221b64d29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /security-group/4ce89f47-226c-47e0-87c1-fee1209e8957 HTTP/1.1" 200 115 0.110895 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=9ecd919b-2e59-42ba-beeb-b7d8b19007a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /security-group/bdc92e49-fb48-4f51-ab08-81e72537d45c HTTP/1.1" 200 115 0.113371 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/b7ba8007-636c-466a-aa82-63a221b64d29?fields=application_policy_sets HTTP/1.1" 200 1388 0.048868 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /security-group/500a9da3-be01-461e-8a05-4bff94138523 HTTP/1.1" 200 115 0.122178 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /security-group/fda71a35-7a9c-420b-8399-2c6dd463f399 HTTP/1.1" 200 115 0.116401 10.0.0.49 - - [2025-09-18 02:04:03] "GET /projects?obj_uuids=88dd3776-bffc-4940-b6e5-9aac39f2225d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc?fields=application_policy_sets HTTP/1.1" 200 1403 0.064746 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0?fields=application_policy_sets HTTP/1.1" 200 1388 0.114638 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb?fields=application_policy_sets HTTP/1.1" 200 1403 0.110080 10.0.0.49 - - [2025-09-18 02:04:03] "GET /project/88dd3776-bffc-4940-b6e5-9aac39f2225d?fields=application_policy_sets HTTP/1.1" 200 1387 0.122681 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/b7ba8007-636c-466a-aa82-63a221b64d29 HTTP/1.1" 200 115 0.786401 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/d15ab1b9-bf1b-4842-a5ce-d3d8da6a49bc HTTP/1.1" 200 115 0.809878 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/9ecd919b-2e59-42ba-beeb-b7d8b19007a0 HTTP/1.1" 200 115 0.856034 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/ac3ccc52-1a06-4bb9-a9a6-ed0d52299bfb HTTP/1.1" 200 115 0.847212 10.0.0.49 - - [2025-09-18 02:04:03] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.086804 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/93c18486-a5b1-42f8-9a3f-ce0c7de00dff HTTP/1.1" 200 115 0.489541 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /project/88dd3776-bffc-4940-b6e5-9aac39f2225d HTTP/1.1" 200 115 0.876122 10.0.0.49 - - [2025-09-18 02:04:03] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004571 10.0.0.49 - - [2025-09-18 02:04:03] "PUT /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 264 0.008290 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/93ff58ad-f594-4d05-a0d2-872a27cd64f9 HTTP/1.1" 200 115 0.029308 10.0.0.49 - - [2025-09-18 02:04:03] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 1428 0.002915 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/1a002563-03f8-477b-8932-94d2292533a0 HTTP/1.1" 200 115 0.033306 10.0.0.49 - - [2025-09-18 02:04:03] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 200 1854 0.016538 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/bec5af85-945f-40f1-bdae-87a3c0dba8b3 HTTP/1.1" 200 115 0.026368 10.0.0.49 - - [2025-09-18 02:04:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.023503 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/9fd17481-9002-4401-a893-cfabc6fa93e5 HTTP/1.1" 200 115 0.026527 10.0.0.49 - - [2025-09-18 02:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.015260 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/e15ec5d0-1e03-497d-adc0-b06bdddeca5e HTTP/1.1" 200 115 0.016555 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/0d9bf686-2efe-43e4-93e7-87ca75eedb2c HTTP/1.1" 200 115 0.016870 10.0.0.49 - - [2025-09-18 02:04:03] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.49 - - [2025-09-18 02:04:03] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.019120 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/051149f2-c263-4f02-ad48-8b9365135694 HTTP/1.1" 200 115 0.023459 10.0.0.49 - - [2025-09-18 02:04:03] "DELETE /access-control-list/10197dac-1812-41a0-ac06-d199fd63f12d HTTP/1.1" 200 115 0.015837 10.0.0.49 - - [2025-09-18 02:04:04] "DELETE /access-control-list/a6b132ec-0c21-46b3-91d7-f3027b097b0a HTTP/1.1" 200 115 0.023744 10.0.0.49 - - [2025-09-18 02:04:04] "POST /service-templates HTTP/1.1" 403 264 0.023437 10.0.0.49 - - [2025-09-18 02:04:04] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003548 10.0.0.49 - - [2025-09-18 02:04:04] "PUT /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 264 0.007810 10.0.0.49 - - [2025-09-18 02:04:04] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 1323 0.003559 10.0.0.49 - - [2025-09-18 02:04:04] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003356 10.0.0.49 - - [2025-09-18 02:04:04] "PUT /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 264 0.009262 10.0.0.49 - - [2025-09-18 02:04:04] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 1290 0.003308 10.0.0.49 - - [2025-09-18 02:04:04] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 403 263 0.007447 10.0.0.49 - - [2025-09-18 02:04:04] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 403 263 0.031078 10.0.0.49 - - [2025-09-18 02:04:04] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.007588 10.0.0.49 - - [2025-09-18 02:04:05] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.029898 10.0.0.49 - - [2025-09-18 02:04:05] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003046 10.0.0.49 - - [2025-09-18 02:04:05] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.007622 10.0.0.49 - - [2025-09-18 02:04:05] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 200 1854 0.011168 10.0.0.49 - - [2025-09-18 02:04:05] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.014320 10.0.0.49 - - [2025-09-18 02:04:05] "DELETE /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 200 115 0.018234 10.0.0.49 - - [2025-09-18 02:04:05] "GET /api-access-list/89da133f-c393-405e-9dec-35a708183169 HTTP/1.1" 404 171 0.002734 10.0.0.49 - - [2025-09-18 02:04:05] "DELETE /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 200 115 0.015429 10.0.0.49 - - [2025-09-18 02:04:05] "GET /api-access-list/75fd4e04-1af5-4157-9c0a-5da56737d230 HTTP/1.1" 404 171 0.003124 10.0.0.49 - - [2025-09-18 02:04:05] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 401 292 0.000355 10.0.0.49 - - [2025-09-18 02:04:05] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 403 263 0.030311 10.0.0.49 - - [2025-09-18 02:04:05] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.005720 10.0.0.49 - - [2025-09-18 02:04:05] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 403 264 0.030754 10.0.0.49 - - [2025-09-18 02:04:05] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.003056 10.0.0.49 - - [2025-09-18 02:04:05] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008055 10.0.0.49 - - [2025-09-18 02:04:05] "GET /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 2305 0.012366 10.0.0.49 - - [2025-09-18 02:04:05] "GET /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 200 1854 0.008122 10.0.0.49 - - [2025-09-18 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007977 10.0.0.49 - - [2025-09-18 02:04:06] "DELETE /service-template/97d26860-e681-4572-9cf5-db73ddebde0e HTTP/1.1" 200 115 0.023307 10.0.0.49 - - [2025-09-18 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.008694 10.0.0.49 - - [2025-09-18 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.49 - - [2025-09-18 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002456 10.0.0.49 - - [2025-09-18 02:04:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002606 10.0.0.49 - - [2025-09-18 02:04:06] "DELETE /virtual-network/b95dbe9e-0b71-4a07-a0de-a21f5649556f HTTP/1.1" 200 115 0.063492 10.0.0.49 - - [2025-09-18 02:04:06] "DELETE /route-target/8cdace77-fb1c-411e-a884-507c103905e1 HTTP/1.1" 200 115 0.013360 10.0.0.49 - - [2025-09-18 02:04:06] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003736 10.0.0.49 - - [2025-09-18 02:04:06] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008196 10.0.0.49 - - [2025-09-18 02:04:06] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003605 10.0.0.49 - - [2025-09-18 02:04:06] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008450 10.0.0.49 - - [2025-09-18 02:04:07] "GET /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003799 10.0.0.49 - - [2025-09-18 02:04:07] "PUT /api-access-list/97898619-ccbe-45f2-a4fe-0376777598f4 HTTP/1.1" 200 264 0.008719 10.0.0.49 - - [2025-09-18 02:04:07] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.49 - - [2025-09-18 02:04:07] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025769 10.0.0.49 - - [2025-09-18 02:04:07] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.49 - - [2025-09-18 02:04:07] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?fields=virtual_networks HTTP/1.1" 200 1032 0.075006 10.0.0.49 - - [2025-09-18 02:04:07] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.49 - - [2025-09-18 02:04:07] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.026825 10.0.0.49 - - [2025-09-18 02:04:07] "GET /projects?obj_uuids=1f896227-a8de-4297-b074-70746bc24ed3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.49 - - [2025-09-18 02:04:07] "GET /project/1f896227-a8de-4297-b074-70746bc24ed3?fields=security_groups HTTP/1.1" 200 1258 0.026895 10.0.0.49 - - [2025-09-18 02:04:08] "GET /projects?obj_uuids=f5f8b570-4046-4f5b-a8f1-8dc59a057a00&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001071 10.0.0.49 - - [2025-09-18 02:04:08] "GET /project/f5f8b570-4046-4f5b-a8f1-8dc59a057a00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023562 [Introspect:8084]10.0.0.49 - - [2025-09-18 02:04:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001637 10.0.0.49 - - [2025-09-18 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.023879 10.0.0.49 - - [2025-09-18 02:04:08] "GET /projects?obj_uuids=00e2c62d-093b-4588-bdfe-53b8856182dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002903 10.0.0.49 - - [2025-09-18 02:04:08] "GET /domains?obj_uuids=5fde2650-5597-4871-87cc-c93f22711b70&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.49 - - [2025-09-18 02:04:08] "GET /domain/5fde2650-5597-4871-87cc-c93f22711b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006947 10.0.0.49 - - [2025-09-18 02:04:09] "POST /id-to-fqname HTTP/1.1" 200 186 0.002426 10.0.0.49 - - [2025-09-18 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.002316 10.0.0.49 - - [2025-09-18 02:04:09] "POST /security-groups HTTP/1.1" 200 587 0.063441 10.0.0.49 - - [2025-09-18 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 230 0.002771 10.0.0.49 - - [2025-09-18 02:04:09] "POST /projects HTTP/1.1" 200 577 0.214049 10.0.0.49 - - [2025-09-18 02:04:09] "POST /access-control-lists HTTP/1.1" 200 592 0.058943 10.0.0.49 - - [2025-09-18 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.281030 10.0.0.49 - - [2025-09-18 02:04:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003097 10.0.0.49 - - [2025-09-18 02:04:09] "GET /project/00e2c62d-093b-4588-bdfe-53b8856182dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.402683 10.0.0.49 - - [2025-09-18 02:04:09] "POST /access-control-lists HTTP/1.1" 200 590 0.060315 10.0.0.49 - - [2025-09-18 02:04:10] "GET / HTTP/1.1" 200 35931 0.002188 10.0.0.49 - - [2025-09-18 02:04:10] "GET /projects?obj_uuids=00e2c62d-093b-4588-bdfe-53b8856182dc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.49 - - [2025-09-18 02:04:10] "GET /project/00e2c62d-093b-4588-bdfe-53b8856182dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.026147 10.0.0.49 - - [2025-09-18 02:04:10] "GET /projects?obj_uuids=00e2c62d-093b-4588-bdfe-53b8856182dc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.49 - - [2025-09-18 02:04:10] "GET /project/00e2c62d-093b-4588-bdfe-53b8856182dc?fields=virtual_networks HTTP/1.1" 200 1022 0.073264 10.0.0.49 - - [2025-09-18 02:04:11] "GET /projects?obj_uuids=00e2c62d-093b-4588-bdfe-53b8856182dc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001131 10.0.0.49 - - [2025-09-18 02:04:11] "GET /project/00e2c62d-093b-4588-bdfe-53b8856182dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028918 10.0.0.49 - - [2025-09-18 02:04:11] "GET /projects?obj_uuids=00e2c62d-093b-4588-bdfe-53b8856182dc&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073 10.0.0.49 - - [2025-09-18 02:04:11] "GET /project/00e2c62d-093b-4588-bdfe-53b8856182dc?fields=security_groups HTTP/1.1" 200 1244 0.022303 10.0.0.49 - - [2025-09-18 02:04:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049316 10.0.0.49 - - [2025-09-18 02:04:12] "GET /obj-perms HTTP/1.1" 200 5056 0.042951 [Introspect:8084]10.0.0.49 - - [2025-09-18 02:04:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000989 [Introspect:8084]10.0.0.49 - - [2025-09-18 02:04:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001007