++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Aug 4 02:14:12 UTC 2025 ===================' INFO: =================== Mon Aug 4 02:14:12 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ 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.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50: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.50 ++ CONFIGDB_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50: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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50: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.50 ++ 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.50 ++ 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.50 ++ 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.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 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.50 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.50,10.20.0.254,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ 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 08/04/2025 02:14:21.278 7f847121f748 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/04/2025 02:14:21.453 7f847121f748 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/04/2025 02:14:21.468 7f847121f748 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/04/2025 02:14:21.468 7f847121f748 [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.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2025-08-04 02:14:24] "GET / HTTP/1.1" 503 181 0.000423 10.0.0.50 - - [2025-08-04 02:14:24] "GET / HTTP/1.1" 503 181 0.000171 10.0.0.50 - - [2025-08-04 02:14:25] "GET / HTTP/1.1" 200 45871 0.002323 10.0.0.50 - - [2025-08-04 02:14:25] "GET / HTTP/1.1" 200 45871 0.001218 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.50 - - [2025-08-04 02:14:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.50 - - [2025-08-04 02:14:25] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000272 10.0.0.50 - - [2025-08-04 02:14:26] "GET / HTTP/1.1" 200 35931 0.050139 10.0.0.50 - - [2025-08-04 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.644223 10.0.0.50 - - [2025-08-04 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.50 - - [2025-08-04 02:14:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.343733 10.0.0.50 - - [2025-08-04 02:14:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003197 10.0.0.50 - - [2025-08-04 02:14:27] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-08-04 02:14:27] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.50 - - [2025-08-04 02:14:27] "GET / HTTP/1.1" 200 35931 0.002302 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000594 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.315837 10.0.0.50 - - [2025-08-04 02:14:27] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1057 0.007952 10.0.0.50 - - [2025-08-04 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003368 10.0.0.50 - - [2025-08-04 02:14:27] "POST /config-nodes HTTP/1.1" 200 599 0.020762 10.0.0.50 - - [2025-08-04 02:14:28] "GET / HTTP/1.1" 200 35931 0.001491 10.0.0.50 - - [2025-08-04 02:14:28] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.629762 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.337929 10.0.0.50 - - [2025-08-04 02:14:28] "GET /network-ipam/aadd1939-f9e0-4760-a0d8-c2be973787d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004179 10.0.0.50 - - [2025-08-04 02:14:28] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1057 0.008255 10.0.0.50 - - [2025-08-04 02:14:28] "POST /service-appliance-sets HTTP/1.1" 200 553 0.027165 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.003278 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.50 - - [2025-08-04 02:14:28] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1057 0.007099 10.0.0.50 - - [2025-08-04 02:14:28] "POST /service-appliance-sets HTTP/1.1" 200 541 0.035594 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.385806 10.0.0.50 - - [2025-08-04 02:14:28] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.046406 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.50 - - [2025-08-04 02:14:28] "GET /network-ipam/aadd1939-f9e0-4760-a0d8-c2be973787d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.020588 10.0.0.50 - - [2025-08-04 02:14:28] "POST /job-templates HTTP/1.1" 200 555 0.065646 10.0.0.50 - - [2025-08-04 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.002900 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 225 0.002971 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 563 0.064677 10.0.0.50 - - [2025-08-04 02:14:29] "POST /service-templates HTTP/1.1" 200 511 0.049018 10.0.0.50 - - [2025-08-04 02:14:29] "POST /access-control-lists HTTP/1.1" 200 587 0.024457 10.0.0.50 - - [2025-08-04 02:14:29] "POST /service-templates HTTP/1.1" 200 501 0.023834 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.003212 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.003036 10.0.0.50 - - [2025-08-04 02:14:29] "POST /service-templates HTTP/1.1" 200 515 0.025206 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 545 0.080737 10.0.0.50 - - [2025-08-04 02:14:29] "POST /access-control-lists HTTP/1.1" 200 585 0.071891 10.0.0.50 - - [2025-08-04 02:14:29] "POST /service-templates HTTP/1.1" 200 535 0.033928 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003718 10.0.0.50 - - [2025-08-04 02:14:29] "POST /service-templates HTTP/1.1" 200 507 0.024919 10.0.0.50 - - [2025-08-04 02:14:29] "POST /route-targets HTTP/1.1" 200 327 0.011781 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 577 0.067960 10.0.0.50 - - [2025-08-04 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.029436 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003683 10.0.0.50 - - [2025-08-04 02:14:29] "POST /route-targets HTTP/1.1" 200 327 0.012278 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 579 0.066680 10.0.0.50 - - [2025-08-04 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.037210 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.003517 10.0.0.50 - - [2025-08-04 02:14:29] "POST /route-targets HTTP/1.1" 200 327 0.017101 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 583 0.071079 10.0.0.50 - - [2025-08-04 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.054274 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.021343 10.0.0.50 - - [2025-08-04 02:14:29] "POST /route-targets HTTP/1.1" 200 327 0.012841 10.0.0.50 - - [2025-08-04 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.012056 10.0.0.50 - - [2025-08-04 02:14:29] "POST /job-templates HTTP/1.1" 200 559 0.027719 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.002971 10.0.0.50 - - [2025-08-04 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.002859 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 569 0.067960 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003178 10.0.0.50 - - [2025-08-04 02:14:30] "POST /access-control-lists HTTP/1.1" 200 551 0.104042 10.0.0.50 - - [2025-08-04 02:14:30] "PUT /access-control-list/26bb899c-75f3-4252-bdf1-fd6b41c3cf74 HTTP/1.1" 200 272 0.021940 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 555 0.091941 10.0.0.50 - - [2025-08-04 02:14:30] "PUT /access-control-list/07905d3f-5f5c-47b6-bbf2-c0008514ad8a HTTP/1.1" 200 272 0.024043 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.004755 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 555 0.068479 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003139 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 555 0.069193 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.003145 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 535 0.068546 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003679 10.0.0.50 - - [2025-08-04 02:14:30] "POST /job-templates HTTP/1.1" 200 559 0.063239 10.0.0.50 - - [2025-08-04 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003522 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 559 0.065562 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003397 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 559 0.063659 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.004683 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 565 0.062627 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.005097 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 557 0.070112 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003290 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 555 0.074569 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.003992 10.0.0.50 - - [2025-08-04 02:14:31] "POST /job-templates HTTP/1.1" 200 573 0.071398 10.0.0.50 - - [2025-08-04 02:14:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003266 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 551 0.075849 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.003520 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 579 0.074303 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002935 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 555 0.080800 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003100 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 559 0.064437 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003154 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 575 0.078314 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003576 10.0.0.50 - - [2025-08-04 02:14:32] "POST /job-templates HTTP/1.1" 200 557 0.068076 10.0.0.50 - - [2025-08-04 02:14:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003633 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 559 0.084480 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003251 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 555 0.074628 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003391 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 553 0.071364 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.004232 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 553 0.073255 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003207 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 553 0.068354 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.003376 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.50 - - [2025-08-04 02:14:33] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.004202 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.50 - - [2025-08-04 02:14:33] "POST /job-templates HTTP/1.1" 200 563 0.061872 10.0.0.50 - - [2025-08-04 02:14:33] "PUT /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 276 0.011625 10.0.0.50 - - [2025-08-04 02:14:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.005998 10.0.0.50 - - [2025-08-04 02:14:34] "POST /job-templates HTTP/1.1" 200 565 0.064898 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003571 10.0.0.50 - - [2025-08-04 02:14:34] "POST /config-propertiess HTTP/1.1" 200 551 0.020849 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 168 0.003236 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 321 0.039649 10.0.0.50 - - [2025-08-04 02:14:34] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003100 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 317 0.024487 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 174 0.003640 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 333 0.034077 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003514 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 309 0.029385 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 174 0.002308 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 200 581 0.042551 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 200 575 0.017809 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 333 0.029736 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 200 575 0.026158 10.0.0.50 - - [2025-08-04 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003054 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 200 559 0.018896 10.0.0.50 - - [2025-08-04 02:14:34] "POST /tags HTTP/1.1" 200 313 0.026616 10.0.0.50 - - [2025-08-04 02:14:34] "POST /alarms HTTP/1.1" 200 555 0.018720 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 169 0.003535 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 557 0.019871 10.0.0.50 - - [2025-08-04 02:14:35] "POST /tags HTTP/1.1" 200 323 0.027483 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 565 0.020456 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 549 0.031518 10.0.0.50 - - [2025-08-04 02:14:35] "PUT /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467 HTTP/1.1" 200 274 0.011878 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.005230 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 557 0.027663 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 327 0.012820 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 567 0.022430 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003204 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 555 0.026017 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 327 0.019414 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003697 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 567 0.026880 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 327 0.017006 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003378 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 575 0.065478 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 327 0.023498 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 569 0.034370 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003313 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 561 0.048259 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 323 0.014299 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003537 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 561 0.027442 10.0.0.50 - - [2025-08-04 02:14:35] "GET / HTTP/1.1" 200 35931 0.001816 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000662 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 323 0.019132 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 561 0.025364 10.0.0.50 - - [2025-08-04 02:14:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.003157 10.0.0.50 - - [2025-08-04 02:14:35] "POST /alarms HTTP/1.1" 200 547 0.034439 10.0.0.50 - - [2025-08-04 02:14:35] "POST /hardwares HTTP/1.1" 200 317 0.015271 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003511 10.0.0.50 - - [2025-08-04 02:14:36] "POST /alarms HTTP/1.1" 200 595 0.029218 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 323 0.018007 10.0.0.50 - - [2025-08-04 02:14:36] "POST /alarms HTTP/1.1" 200 575 0.029522 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003320 10.0.0.50 - - [2025-08-04 02:14:36] "POST /alarms HTTP/1.1" 200 571 0.019300 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 323 0.012054 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.026948 10.0.0.50 - - [2025-08-04 02:14:36] "POST /alarms HTTP/1.1" 200 583 0.024999 10.0.0.50 - - [2025-08-04 02:14:36] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.008192 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.007291 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.004233 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 323 0.015386 10.0.0.50 - - [2025-08-04 02:14:36] "POST /alarms HTTP/1.1" 200 609 0.028630 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.005246 10.0.0.50 - - [2025-08-04 02:14:36] "POST /config-database-nodes HTTP/1.1" 200 617 0.031210 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 325 0.013012 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.005329 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 325 0.016159 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003221 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 325 0.012678 10.0.0.50 - - [2025-08-04 02:14:36] "GET / HTTP/1.1" 200 35931 0.001771 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.006391 10.0.0.50 - - [2025-08-04 02:14:36] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 325 0.014498 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003514 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 323 0.011302 10.0.0.50 - - [2025-08-04 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.002959 10.0.0.50 - - [2025-08-04 02:14:36] "POST /hardwares HTTP/1.1" 200 317 0.014134 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003582 10.0.0.50 - - [2025-08-04 02:14:37] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030992 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 323 0.016308 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003086 10.0.0.50 - - [2025-08-04 02:14:37] "PUT /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 276 0.011408 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 317 0.013947 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002997 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 323 0.012244 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003631 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 319 0.014216 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003514 10.0.0.50 - - [2025-08-04 02:14:37] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 319 0.012097 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003284 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 325 0.012828 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003505 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 317 0.012639 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003177 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 317 0.018878 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.028054 10.0.0.50 - - [2025-08-04 02:14:37] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004350 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003500 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.50 - - [2025-08-04 02:14:37] "POST /hardwares HTTP/1.1" 200 319 0.014829 10.0.0.50 - - [2025-08-04 02:14:37] "PUT /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 276 0.010407 10.0.0.50 - - [2025-08-04 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003144 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 319 0.012770 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.004328 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 319 0.012512 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.005409 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 311 0.012992 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.003317 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 311 0.013490 10.0.0.50 - - [2025-08-04 02:14:38] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 160 0.003342 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 315 0.012831 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 154 0.003413 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 303 0.018530 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.006797 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 311 0.020943 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004164 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029591 10.0.0.50 - - [2025-08-04 02:14:38] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.006977 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 305 0.012040 10.0.0.50 - - [2025-08-04 02:14:38] "PUT /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467 HTTP/1.1" 200 274 0.020020 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.004219 10.0.0.50 - - [2025-08-04 02:14:38] "POST /hardwares HTTP/1.1" 200 305 0.012438 10.0.0.50 - - [2025-08-04 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003958 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 305 0.012786 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.003557 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 305 0.011551 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.002911 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 307 0.011721 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003171 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 307 0.012289 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 156 0.003214 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 307 0.012704 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003216 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 309 0.013594 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003414 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 311 0.013442 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.004092 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 311 0.012546 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 153 0.004452 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 301 0.013187 10.0.0.50 - - [2025-08-04 02:14:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003353 10.0.0.50 - - [2025-08-04 02:14:39] "POST /hardwares HTTP/1.1" 200 309 0.013724 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003618 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.011828 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003447 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.011880 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004104 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.013576 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004138 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.018073 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 161 0.004986 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 317 0.012169 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003127 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.011202 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.003044 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 309 0.013753 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.003056 10.0.0.50 - - [2025-08-04 02:14:40] "POST /hardwares HTTP/1.1" 200 303 0.012801 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.003066 10.0.0.50 - - [2025-08-04 02:14:40] "POST /features HTTP/1.1" 200 533 0.022230 10.0.0.50 - - [2025-08-04 02:14:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.003501 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 523 0.019593 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003466 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 521 0.020563 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003828 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 521 0.033283 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.003493 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 531 0.018711 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003232 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 521 0.050939 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003405 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 539 0.049718 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.003147 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 525 0.026669 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.003441 10.0.0.50 - - [2025-08-04 02:14:41] "POST /features HTTP/1.1" 200 519 0.023054 10.0.0.50 - - [2025-08-04 02:14:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.003352 10.0.0.50 - - [2025-08-04 02:14:42] "POST /features HTTP/1.1" 200 517 0.127268 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003381 10.0.0.50 - - [2025-08-04 02:14:42] "POST /features HTTP/1.1" 200 533 0.054075 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003590 10.0.0.50 - - [2025-08-04 02:14:42] "POST /features HTTP/1.1" 200 541 0.022277 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 178 0.003741 10.0.0.50 - - [2025-08-04 02:14:42] "POST /physical-roles HTTP/1.1" 200 521 0.022507 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 179 0.003249 10.0.0.50 - - [2025-08-04 02:14:42] "POST /physical-roles HTTP/1.1" 200 523 0.020883 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003651 10.0.0.50 - - [2025-08-04 02:14:42] "POST /physical-roles HTTP/1.1" 200 533 0.020086 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 177 0.003145 10.0.0.50 - - [2025-08-04 02:14:42] "POST /physical-roles HTTP/1.1" 200 519 0.018431 10.0.0.50 - - [2025-08-04 02:14:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003040 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 545 0.029599 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.004625 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 531 0.018681 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.003833 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 545 0.020750 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.004602 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 533 0.023690 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003312 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 541 0.018277 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.50 - - [2025-08-04 02:14:43] "PUT /overlay-role/63f07a07-27c0-46dd-af6f-b6e3348e0152 HTTP/1.1" 200 258 0.012272 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003641 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 531 0.021371 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.003904 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 533 0.018867 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003916 10.0.0.50 - - [2025-08-04 02:14:43] "POST /overlay-roles HTTP/1.1" 200 529 0.023937 10.0.0.50 - - [2025-08-04 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.006783 10.0.0.50 - - [2025-08-04 02:14:44] "POST /overlay-roles HTTP/1.1" 200 537 0.025064 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003107 10.0.0.50 - - [2025-08-04 02:14:44] "POST /overlay-roles HTTP/1.1" 200 541 0.023726 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.003636 10.0.0.50 - - [2025-08-04 02:14:44] "POST /overlay-roles HTTP/1.1" 200 519 0.017431 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004411 10.0.0.50 - - [2025-08-04 02:14:44] "POST /overlay-roles HTTP/1.1" 200 543 0.020911 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.003960 10.0.0.50 - - [2025-08-04 02:14:44] "POST /role-definitions HTTP/1.1" 200 533 0.019066 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003474 10.0.0.50 - - [2025-08-04 02:14:44] "POST /role-definitions HTTP/1.1" 200 547 0.027459 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003721 10.0.0.50 - - [2025-08-04 02:14:44] "POST /role-definitions HTTP/1.1" 200 549 0.024566 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.004238 10.0.0.50 - - [2025-08-04 02:14:44] "POST /role-definitions HTTP/1.1" 200 551 0.018999 10.0.0.50 - - [2025-08-04 02:14:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003392 10.0.0.50 - - [2025-08-04 02:14:44] "POST /role-definitions HTTP/1.1" 200 563 0.020457 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.004550 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 547 0.022519 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003475 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 549 0.019589 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003172 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 551 0.024124 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003677 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 549 0.018512 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003262 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 561 0.018643 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002959 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 547 0.017661 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.004191 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 549 0.017212 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.004585 10.0.0.50 - - [2025-08-04 02:14:45] "POST /role-definitions HTTP/1.1" 200 545 0.017243 10.0.0.50 - - [2025-08-04 02:14:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003443 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 547 0.019526 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003362 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 553 0.031288 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004192 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 555 0.021759 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003815 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 533 0.018848 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.003406 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 543 0.020906 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.003164 10.0.0.50 - - [2025-08-04 02:14:46] "GET /global-system-configs HTTP/1.1" 200 322 0.604542 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 531 0.020070 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003000 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 537 0.017829 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.004899 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 547 0.021292 10.0.0.50 - - [2025-08-04 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003182 10.0.0.50 - - [2025-08-04 02:14:46] "POST /role-definitions HTTP/1.1" 200 557 0.018829 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003050 10.0.0.50 - - [2025-08-04 02:14:47] "POST /role-definitions HTTP/1.1" 200 561 0.019846 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003495 10.0.0.50 - - [2025-08-04 02:14:47] "POST /role-definitions HTTP/1.1" 200 559 0.018991 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.002989 10.0.0.50 - - [2025-08-04 02:14:47] "POST /feature-configs HTTP/1.1" 200 537 0.019288 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.004843 10.0.0.50 - - [2025-08-04 02:14:47] "POST /feature-configs HTTP/1.1" 200 562 0.019315 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003957 10.0.0.50 - - [2025-08-04 02:14:47] "POST /feature-configs HTTP/1.1" 200 561 0.017282 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.004128 10.0.0.50 - - [2025-08-04 02:14:47] "POST /node-profiles HTTP/1.1" 200 547 0.019449 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.004518 10.0.0.50 - - [2025-08-04 02:14:47] "POST /node-profiles HTTP/1.1" 200 537 0.018779 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.006011 10.0.0.50 - - [2025-08-04 02:14:47] "GET /global-system-configs HTTP/1.1" 200 322 0.026259 10.0.0.50 - - [2025-08-04 02:14:47] "POST /node-profiles HTTP/1.1" 200 549 0.016851 10.0.0.50 - - [2025-08-04 02:14:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003440 10.0.0.50 - - [2025-08-04 02:14:47] "POST /node-profiles HTTP/1.1" 200 541 0.018833 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003114 10.0.0.50 - - [2025-08-04 02:14:48] "POST /node-profiles HTTP/1.1" 200 541 0.018865 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.003014 10.0.0.50 - - [2025-08-04 02:14:48] "POST /node-profiles HTTP/1.1" 200 539 0.019064 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003201 10.0.0.50 - - [2025-08-04 02:14:48] "POST /node-profiles HTTP/1.1" 200 531 0.018235 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003209 10.0.0.50 - - [2025-08-04 02:14:48] "POST /node-profiles HTTP/1.1" 200 533 0.036044 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003273 10.0.0.50 - - [2025-08-04 02:14:48] "POST /node-profiles HTTP/1.1" 200 557 0.017126 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003704 10.0.0.50 - - [2025-08-04 02:14:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016965 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003080 10.0.0.50 - - [2025-08-04 02:14:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018058 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003080 10.0.0.50 - - [2025-08-04 02:14:48] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017468 10.0.0.50 - - [2025-08-04 02:14:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002868 10.0.0.50 - - [2025-08-04 02:14:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017457 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003136 10.0.0.50 - - [2025-08-04 02:14:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019863 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002876 10.0.0.50 - - [2025-08-04 02:14:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016435 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002901 10.0.0.50 - - [2025-08-04 02:14:49] "POST /sflow-profiles HTTP/1.1" 200 532 0.020132 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003705 10.0.0.50 - - [2025-08-04 02:14:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.016773 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003075 10.0.0.50 - - [2025-08-04 02:14:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.017407 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003364 10.0.0.50 - - [2025-08-04 02:14:49] "POST /grpc-profiles HTTP/1.1" 200 530 0.018330 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003165 10.0.0.50 - - [2025-08-04 02:14:49] "POST /snmp-profiles HTTP/1.1" 200 530 0.017226 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002831 10.0.0.50 - - [2025-08-04 02:14:49] "POST /netconf-profiles HTTP/1.1" 200 542 0.016854 10.0.0.50 - - [2025-08-04 02:14:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003337 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.018378 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.004267 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.019358 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.003733 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 544 0.017013 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003005 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 542 0.017694 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.003891 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 590 0.031995 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.003360 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 570 0.018529 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003317 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 620 0.018558 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003136 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 566 0.019204 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003030 10.0.0.50 - - [2025-08-04 02:14:50] "POST /device-functional-groups HTTP/1.1" 200 564 0.019998 10.0.0.50 - - [2025-08-04 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002871 10.0.0.50 - - [2025-08-04 02:14:51] "POST /device-functional-groups HTTP/1.1" 200 574 0.018136 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.003385 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 525 0.020147 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003823 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 520 0.017559 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003197 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 522 0.018898 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.002999 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 522 0.021612 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.002895 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 526 0.018482 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003264 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 521 0.017282 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.002926 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 517 0.017849 10.0.0.50 - - [2025-08-04 02:14:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.002832 10.0.0.50 - - [2025-08-04 02:14:51] "POST /role-configs HTTP/1.1" 200 518 0.020315 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.010645 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.010155 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.50 - - [2025-08-04 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.012912 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.50 - - [2025-08-04 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.012292 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010710 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010689 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.009107 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.50 - - [2025-08-04 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.50 - - [2025-08-04 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.009612 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.009143 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010633 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.50 - - [2025-08-04 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.011094 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.50 - - [2025-08-04 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008106 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.010404 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.50 - - [2025-08-04 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.007531 10.0.0.50 - - [2025-08-04 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009304 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008193 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.50 - - [2025-08-04 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.50 - - [2025-08-04 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.009048 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.009022 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.007849 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.008258 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.50 - - [2025-08-04 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.008622 10.0.0.50 - - [2025-08-04 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.007778 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.015694 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.50 - - [2025-08-04 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.50 - - [2025-08-04 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008272 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008683 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.50 - - [2025-08-04 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.010712 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.50 - - [2025-08-04 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.007984 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009625 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.010246 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009050 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.011595 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009279 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.50 - - [2025-08-04 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.50 - - [2025-08-04 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009725 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009255 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009533 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.50 - - [2025-08-04 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.50 - - [2025-08-04 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.010869 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009851 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.027511 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.007958 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009896 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.50 - - [2025-08-04 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.50 - - [2025-08-04 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.010224 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008163 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.50 - - [2025-08-04 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.010163 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.50 - - [2025-08-04 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.009882 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.009640 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.010135 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.009969 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.50 - - [2025-08-04 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.50 - - [2025-08-04 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008912 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.010015 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.50 - - [2025-08-04 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.012518 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.50 - - [2025-08-04 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008349 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008523 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008211 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.019445 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.50 - - [2025-08-04 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2025-08-04 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010963 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.50 - - [2025-08-04 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.50 - - [2025-08-04 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.010409 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.010630 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.009200 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.010053 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006142 10.0.0.50 - - [2025-08-04 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.50 - - [2025-08-04 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.008110 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.010365 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.009130 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.50 - - [2025-08-04 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.50 - - [2025-08-04 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.009544 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.010014 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.010187 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.009261 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.50 - - [2025-08-04 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.50 - - [2025-08-04 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.016153 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.008684 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.007505 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.008305 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.50 - - [2025-08-04 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.50 - - [2025-08-04 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.008936 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.007776 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.012943 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.50 - - [2025-08-04 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.007796 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.50 - - [2025-08-04 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.009891 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.007213 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.009856 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.008999 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.50 - - [2025-08-04 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.008118 10.0.0.50 - - [2025-08-04 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.007609 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.009960 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2025-08-04 02:15:14] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.50 - - [2025-08-04 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.007791 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.50 - - [2025-08-04 02:15:15] "POST /ref-update HTTP/1.1" 200 156 0.008157 10.0.0.50 - - [2025-08-04 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.009237 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.50 - - [2025-08-04 02:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.50 - - [2025-08-04 02:15:16] "POST /ref-update HTTP/1.1" 200 156 0.018176 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007296 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.009503 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007864 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.008899 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.008591 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.007639 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.50 - - [2025-08-04 02:15:17] "POST /ref-update HTTP/1.1" 200 156 0.011536 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.50 - - [2025-08-04 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.010933 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.50 - - [2025-08-04 02:15:18] "GET / HTTP/1.1" 200 35931 0.002432 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.023721 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008715 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027013 10.0.0.50 - - [2025-08-04 02:15:18] "GET /routing-instance/939ccecb-3eab-4b55-b50c-b2059581656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004102 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.009895 10.0.0.50 - - [2025-08-04 02:15:18] "POST /bgp-routers HTTP/1.1" 200 620 0.021009 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.50 - - [2025-08-04 02:15:18] "GET /bgp-router/95a6d14c-b2ce-458e-801c-2bb48a5aa28d?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005632 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.010634 10.0.0.50 - - [2025-08-04 02:15:18] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2339 0.008143 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004185 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.011395 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.50 - - [2025-08-04 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.50 - - [2025-08-04 02:15:18] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.008887 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.010495 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.009117 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.50 - - [2025-08-04 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.50 - - [2025-08-04 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.008827 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.010640 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.011033 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.009046 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.50 - - [2025-08-04 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.50 - - [2025-08-04 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.009888 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.009397 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.009294 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.011815 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.50 - - [2025-08-04 02:15:21] "POST /ref-update HTTP/1.1" 200 156 0.010357 10.0.0.50 - - [2025-08-04 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.009868 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.012399 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.010673 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.008664 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.009233 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.50 - - [2025-08-04 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.50 - - [2025-08-04 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009989 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009828 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.50 - - [2025-08-04 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.010261 10.0.0.50 - - [2025-08-04 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008845 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.011957 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.009922 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.009635 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.008934 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.50 - - [2025-08-04 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.010110 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.50 - - [2025-08-04 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.009318 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.016243 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.009647 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.010347 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.50 - - [2025-08-04 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.50 - - [2025-08-04 02:15:25] "POST /ref-update HTTP/1.1" 200 156 0.010379 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.009487 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.010361 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.012773 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.019771 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.50 - - [2025-08-04 02:15:26] "POST /ref-update HTTP/1.1" 200 156 0.010723 10.0.0.50 - - [2025-08-04 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.009563 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.010739 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.012025 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.010059 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.009828 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.50 - - [2025-08-04 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.50 - - [2025-08-04 02:15:27] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.009685 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.009094 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.012040 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.027946 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.50 - - [2025-08-04 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.011770 10.0.0.50 - - [2025-08-04 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.008809 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009280 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.010505 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.029994 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.50 - - [2025-08-04 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.50 - - [2025-08-04 02:15:29] "POST /ref-update HTTP/1.1" 200 156 0.012081 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.012584 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.012423 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.013066 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.010383 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.011124 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.50 - - [2025-08-04 02:15:30] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.50 - - [2025-08-04 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.011989 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.013307 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.012397 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.009250 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.013315 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.50 - - [2025-08-04 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.009438 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.50 - - [2025-08-04 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2025-08-04 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.50 - - [2025-08-04 02:15:32] "POST /network-ipams HTTP/1.1" 200 550 0.021954 10.0.0.50 - - [2025-08-04 02:15:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.50 - - [2025-08-04 02:15:32] "POST /virtual-networks HTTP/1.1" 200 552 0.115186 10.0.0.50 - - [2025-08-04 02:15:32] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003032 10.0.0.50 - - [2025-08-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003205 10.0.0.50 - - [2025-08-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 178 0.002986 10.0.0.50 - - [2025-08-04 02:15:32] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003341 10.0.0.50 - - [2025-08-04 02:15:32] "GET /fabric/1cd8228c-ea44-4972-b7d1-1d3e29df44d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004359 10.0.0.50 - - [2025-08-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003540 10.0.0.50 - - [2025-08-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.003632 10.0.0.50 - - [2025-08-04 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003201 10.0.0.50 - - [2025-08-04 02:15:32] "POST /route-targets HTTP/1.1" 200 327 0.012635 10.0.0.50 - - [2025-08-04 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.012291 10.0.0.50 - - [2025-08-04 02:15:51] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.50 - - [2025-08-04 02:15:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.50 - - [2025-08-04 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.027190 10.0.0.50 - - [2025-08-04 02:15:51] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007993 10.0.0.50 - - [2025-08-04 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002683 10.0.0.50 - - [2025-08-04 02:15:51] "POST /database-nodes HTTP/1.1" 200 603 0.021294 10.0.0.50 - - [2025-08-04 02:16:26] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.50 - - [2025-08-04 02:16:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000843 10.0.0.50 - - [2025-08-04 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.028200 10.0.0.50 - - [2025-08-04 02:16:26] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006502 10.0.0.50 - - [2025-08-04 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003093 10.0.0.50 - - [2025-08-04 02:16:26] "POST /analytics-nodes HTTP/1.1" 200 605 0.017352 10.0.0.50 - - [2025-08-04 02:16:32] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.50 - - [2025-08-04 02:16:40] "GET / HTTP/1.1" 200 35931 0.002570 10.0.0.50 - - [2025-08-04 02:16:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000785 10.0.0.50 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.029103 10.0.0.50 - - [2025-08-04 02:16:41] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007445 10.0.0.50 - - [2025-08-04 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003074 10.0.0.50 - - [2025-08-04 02:16:41] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.031184 10.0.0.50 - - [2025-08-04 02:16:50] "GET / HTTP/1.1" 200 35931 0.001588 10.0.0.50 - - [2025-08-04 02:16:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.50 - - [2025-08-04 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029117 10.0.0.50 - - [2025-08-04 02:16:50] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007676 10.0.0.50 - - [2025-08-04 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.002849 10.0.0.50 - - [2025-08-04 02:16:50] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.023404 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.50 - - [2025-08-04 02:17:31] "GET /obj-perms HTTP/1.1" 200 5056 0.369953 10.0.0.50 - - [2025-08-04 02:17:31] "GET /obj-perms HTTP/1.1" 200 5056 0.061713 10.0.0.50 - - [2025-08-04 02:18:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056778 10.0.0.50 - - [2025-08-04 02:18:32] "GET /obj-perms HTTP/1.1" 200 5056 0.058107 10.0.0.50 - - [2025-08-04 02:19:18] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027089 10.0.0.50 - - [2025-08-04 02:19:18] "GET /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006079 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.50 - - [2025-08-04 02:19:18] "GET /routing-instance/939ccecb-3eab-4b55-b50c-b2059581656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004083 10.0.0.50 - - [2025-08-04 02:19:18] "PUT /global-system-config/0b5bb828-e78a-4105-88cb-806491ad9467 HTTP/1.1" 200 274 0.017934 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 218 0.003099 10.0.0.50 - - [2025-08-04 02:19:18] "POST /virtual-routers HTTP/1.1" 200 603 0.018372 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.50 - - [2025-08-04 02:19:18] "GET /virtual-router/3626261f-7e70-4805-a62c-a3fa5e9d3843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006853 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.003924 10.0.0.50 - - [2025-08-04 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.50 - - [2025-08-04 02:19:19] "GET /virtual-network/441c6266-2312-455e-8d0d-76c5af5e3c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007148 10.0.0.50 - - [2025-08-04 02:19:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.044529 10.0.0.50 - - [2025-08-04 02:19:19] "PUT /access-control-list/427f9c6d-65d4-41d4-b0dd-d75541be47a0 HTTP/1.1" 200 272 0.012673 [Introspect:8084]10.0.0.50 - - [2025-08-04 02:19:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000828 [Introspect:8084]10.0.0.50 - - [2025-08-04 02:19:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000984 [Introspect:8084]10.0.0.50 - - [2025-08-04 02:19:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001441 [Introspect:8084]10.0.0.50 - - [2025-08-04 02:19:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001290 10.0.0.50 - - [2025-08-04 02:19:32] "GET /obj-perms HTTP/1.1" 200 5056 0.048091 10.0.0.50 - - [2025-08-04 02:19:32] "GET /obj-perms HTTP/1.1" 200 5056 0.053542 10.0.0.50 - - [2025-08-04 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.50 - - [2025-08-04 02:19:32] "GET /virtual-router/3626261f-7e70-4805-a62c-a3fa5e9d3843?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004970 10.0.0.50 - - [2025-08-04 02:19:44] "GET /global-system-configs HTTP/1.1" 200 322 0.006895 10.0.0.50 - - [2025-08-04 02:19:44] "GET /obj-perms HTTP/1.1" 200 5056 0.027873 10.0.0.50 - - [2025-08-04 02:19:45] "GET /global-system-configs HTTP/1.1" 200 322 0.008062 10.0.0.50 - - [2025-08-04 02:19:45] "GET /obj-perms HTTP/1.1" 200 5056 0.031793 10.0.0.50 - - [2025-08-04 02:20:19] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.50 - - [2025-08-04 02:20:20] "GET /project/ffea4ca0-4bfe-4268-87ae-51715e4a9d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000767 10.0.0.50 - - [2025-08-04 02:20:20] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.023689 10.0.0.50 - - [2025-08-04 02:20:21] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001943 10.0.0.50 - - [2025-08-04 02:20:21] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.029427 10.0.0.50 - - [2025-08-04 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 167 0.001986 10.0.0.50 - - [2025-08-04 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 176 0.002539 10.0.0.50 - - [2025-08-04 02:20:21] "POST /security-groups HTTP/1.1" 200 568 0.065440 10.0.0.50 - - [2025-08-04 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.025460 10.0.0.50 - - [2025-08-04 02:20:21] "POST /projects HTTP/1.1" 200 539 0.227630 10.0.0.50 - - [2025-08-04 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.292798 10.0.0.50 - - [2025-08-04 02:20:21] "POST /access-control-lists HTTP/1.1" 200 573 0.059221 10.0.0.50 - - [2025-08-04 02:20:21] "GET /project/ffea4ca0-4bfe-4268-87ae-51715e4a9d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.453019 10.0.0.50 - - [2025-08-04 02:20:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.004893 10.0.0.50 - - [2025-08-04 02:20:21] "POST /access-control-lists HTTP/1.1" 200 571 0.059677 [Introspect:8084]10.0.0.50 - - [2025-08-04 02:20:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000980 10.0.0.50 - - [2025-08-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.022619 10.0.0.50 - - [2025-08-04 02:20:22] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003197 10.0.0.50 - - [2025-08-04 02:20:22] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.50 - - [2025-08-04 02:20:22] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008154 10.0.0.50 - - [2025-08-04 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 201 0.001195 10.0.0.50 - - [2025-08-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 210 0.002415 10.0.0.50 - - [2025-08-04 02:20:22] "POST /security-groups HTTP/1.1" 200 602 0.063608 10.0.0.50 - - [2025-08-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.003384 10.0.0.50 - - [2025-08-04 02:20:22] "POST /projects HTTP/1.1" 200 607 0.219891 10.0.0.50 - - [2025-08-04 02:20:22] "POST /access-control-lists HTTP/1.1" 200 607 0.057751 10.0.0.50 - - [2025-08-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.295977 10.0.0.50 - - [2025-08-04 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.002572 10.0.0.50 - - [2025-08-04 02:20:22] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.422972 10.0.0.50 - - [2025-08-04 02:20:22] "POST /access-control-lists HTTP/1.1" 200 605 0.060033 10.0.0.50 - - [2025-08-04 02:20:23] "GET / HTTP/1.1" 200 35931 0.002455 10.0.0.50 - - [2025-08-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2025-08-04 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.061648 10.0.0.50 - - [2025-08-04 02:20:24] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001878 10.0.0.50 - - [2025-08-04 02:20:24] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.038059 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/network HTTP/1.1" 200 117 0.047412 10.0.0.50 - - [2025-08-04 02:20:25] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001207 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/network HTTP/1.1" 200 620 0.099705 10.0.0.50 - - [2025-08-04 02:20:25] "POST /route-targets HTTP/1.1" 200 327 0.013419 10.0.0.50 - - [2025-08-04 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.017384 10.0.0.50 - - [2025-08-04 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.145662 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/network HTTP/1.1" 200 838 0.011210 10.0.0.50 - - [2025-08-04 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001598 10.0.0.50 - - [2025-08-04 02:20:25] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005485 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/network HTTP/1.1" 200 838 0.006331 10.0.0.50 - - [2025-08-04 02:20:25] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006158 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/network HTTP/1.1" 200 838 0.008126 10.0.0.50 - - [2025-08-04 02:20:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.011468 10.0.0.50 - - [2025-08-04 02:20:25] "GET /domains HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domains HTTP/1.1" 200 280 0.027698 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2583 0.015514 10.0.0.50 - - [2025-08-04 02:20:26] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001196 10.0.0.50 - - [2025-08-04 02:20:26] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865 HTTP/1.1" 200 2168 0.074451 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43 HTTP/1.1" 200 2339 0.008630 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43 HTTP/1.1" 200 2339 0.005533 10.0.0.50 - - [2025-08-04 02:20:26] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 200 1494 0.003898 10.0.0.50 - - [2025-08-04 02:20:26] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 200 1494 0.003802 10.0.0.50 - - [2025-08-04 02:20:26] "GET /route-target/182a6858-541c-4bbf-8607-5b00cae2ac82 HTTP/1.1" 200 1218 0.003467 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43 HTTP/1.1" 200 2339 0.005899 10.0.0.50 - - [2025-08-04 02:20:26] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 200 1494 0.003711 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005382 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43 HTTP/1.1" 200 2339 0.006616 10.0.0.50 - - [2025-08-04 02:20:26] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 200 1494 0.005565 10.0.0.50 - - [2025-08-04 02:20:26] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 200 1494 0.004275 10.0.0.50 - - [2025-08-04 02:20:26] "GET /route-target/182a6858-541c-4bbf-8607-5b00cae2ac82 HTTP/1.1" 200 1218 0.004032 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domains HTTP/1.1" 200 280 0.003088 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.50 - - [2025-08-04 02:20:26] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2583 0.008612 10.0.0.50 - - [2025-08-04 02:20:26] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001356 10.0.0.50 - - [2025-08-04 02:20:26] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865 HTTP/1.1" 200 2168 0.078317 10.0.0.50 - - [2025-08-04 02:20:26] "GET /virtual-network/aa515a12-0efc-49af-bbf5-0941c7b13f43 HTTP/1.1" 200 2339 0.008095 10.0.0.50 - - [2025-08-04 02:20:26] "GET /obj-perms HTTP/1.1" 200 5052 0.056585 10.0.0.50 - - [2025-08-04 02:20:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001559 10.0.0.50 - - [2025-08-04 02:20:28] "POST /neutron/network HTTP/1.1" 200 848 0.006404 10.0.0.50 - - [2025-08-04 02:20:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.50 - - [2025-08-04 02:20:28] "DELETE /project/78eb2d1c132b41309c5b3a48e009c865 HTTP/1.1" 404 173 0.005970 10.0.0.50 - - [2025-08-04 02:20:28] "DELETE /project/ffea4ca04bfe426887ae51715e4a9d78 HTTP/1.1" 404 173 0.004582 10.0.0.50 - - [2025-08-04 02:20:28] "GET / HTTP/1.1" 200 35931 0.001923 10.0.0.50 - - [2025-08-04 02:20:28] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.50 - - [2025-08-04 02:20:29] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001256 10.0.0.50 - - [2025-08-04 02:20:29] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.062114 10.0.0.50 - - [2025-08-04 02:20:30] "POST /neutron/network HTTP/1.1" 200 838 0.029006 10.0.0.50 - - [2025-08-04 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.006766 10.0.0.50 - - [2025-08-04 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.008182 10.0.0.50 - - [2025-08-04 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.005301 10.0.0.50 - - [2025-08-04 02:20:31] "POST /neutron/network HTTP/1.1" 200 848 0.008073 10.0.0.50 - - [2025-08-04 02:20:31] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001225 10.0.0.50 - - [2025-08-04 02:20:31] "POST /neutron/port HTTP/1.1" 200 1070 0.263644 10.0.0.50 - - [2025-08-04 02:20:31] "POST /neutron/port HTTP/1.1" 200 1070 0.038647 10.0.0.50 - - [2025-08-04 02:20:31] "POST /neutron/port HTTP/1.1" 200 1070 0.010137 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/port HTTP/1.1" 200 1124 0.073012 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/port HTTP/1.1" 200 1098 0.012417 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003908 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.007258 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.50 - - [2025-08-04 02:20:32] "POST /neutron/network HTTP/1.1" 200 838 0.007223 10.0.0.50 - - [2025-08-04 02:20:33] "GET /obj-perms HTTP/1.1" 200 5056 0.053492 10.0.0.50 - - [2025-08-04 02:20:33] "GET /obj-perms HTTP/1.1" 200 5056 0.055583 10.0.0.50 - - [2025-08-04 02:20:35] "POST /neutron/port HTTP/1.1" 200 1098 0.012629 10.0.0.50 - - [2025-08-04 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008066 10.0.0.50 - - [2025-08-04 02:20:40] "POST /neutron/port HTTP/1.1" 200 1098 0.013661 10.0.0.50 - - [2025-08-04 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008035 10.0.0.50 - - [2025-08-04 02:20:40] "GET /obj-perms HTTP/1.1" 200 5052 0.006385 10.0.0.50 - - [2025-08-04 02:20:41] "GET /obj-perms HTTP/1.1" 200 5052 0.003756 10.0.0.50 - - [2025-08-04 02:20:42] "GET /obj-perms HTTP/1.1" 200 5052 0.004360 10.0.0.50 - - [2025-08-04 02:20:43] "GET /obj-perms HTTP/1.1" 200 5052 0.005137 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/port HTTP/1.1" 200 1098 0.013536 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/port HTTP/1.1" 200 1098 0.014115 10.0.0.50 - - [2025-08-04 02:20:44] "GET /obj-perms HTTP/1.1" 200 5052 0.004038 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/network HTTP/1.1" 200 848 0.009888 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.008295 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.50 - - [2025-08-04 02:20:44] "POST /neutron/network HTTP/1.1" 200 838 0.008993 10.0.0.50 - - [2025-08-04 02:20:45] "POST /neutron/network HTTP/1.1" 200 838 0.007405 10.0.0.50 - - [2025-08-04 02:20:45] "POST /neutron/network HTTP/1.1" 400 204 0.014026 10.0.0.50 - - [2025-08-04 02:20:46] "POST /neutron/port HTTP/1.1" 200 1098 0.013968 10.0.0.50 - - [2025-08-04 02:20:46] "POST /neutron/port HTTP/1.1" 200 1124 0.013328 10.0.0.50 - - [2025-08-04 02:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.155921 10.0.0.50 - - [2025-08-04 02:20:47] "POST /neutron/network HTTP/1.1" 200 838 0.005812 10.0.0.50 - - [2025-08-04 02:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.50 - - [2025-08-04 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.50 - - [2025-08-04 02:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002042 10.0.0.50 - - [2025-08-04 02:20:47] "POST /neutron/network HTTP/1.1" 200 151 0.081135 10.0.0.50 - - [2025-08-04 02:20:47] "DELETE /route-target/182a6858-541c-4bbf-8607-5b00cae2ac82 HTTP/1.1" 200 115 0.017680 10.0.0.50 - - [2025-08-04 02:20:47] "GET /routing-instance/3f27823c-dd58-407e-a59a-acdae51b5339 HTTP/1.1" 404 171 0.003397 10.0.0.50 - - [2025-08-04 02:20:47] "GET /domains HTTP/1.1" 200 280 0.002351 10.0.0.50 - - [2025-08-04 02:20:47] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.50 - - [2025-08-04 02:20:48] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2583 0.051075 10.0.0.50 - - [2025-08-04 02:20:48] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001738 10.0.0.50 - - [2025-08-04 02:20:48] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865 HTTP/1.1" 200 1918 0.077953 10.0.0.50 - - [2025-08-04 02:20:48] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.50 - - [2025-08-04 02:20:48] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.029265 10.0.0.50 - - [2025-08-04 02:20:48] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001230 10.0.0.50 - - [2025-08-04 02:20:48] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?fields=virtual_networks HTTP/1.1" 200 1054 0.066925 10.0.0.50 - - [2025-08-04 02:20:48] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001245 10.0.0.50 - - [2025-08-04 02:20:48] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.034124 10.0.0.50 - - [2025-08-04 02:20:48] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001040 10.0.0.50 - - [2025-08-04 02:20:48] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?fields=security_groups HTTP/1.1" 200 1291 0.031719 10.0.0.50 - - [2025-08-04 02:20:49] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001165 10.0.0.50 - - [2025-08-04 02:20:49] "GET /project/ffea4ca0-4bfe-4268-87ae-51715e4a9d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027827 10.0.0.50 - - [2025-08-04 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.025467 10.0.0.50 - - [2025-08-04 02:20:54] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002765 10.0.0.50 - - [2025-08-04 02:20:54] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.50 - - [2025-08-04 02:20:54] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009292 10.0.0.50 - - [2025-08-04 02:20:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.001683 10.0.0.50 - - [2025-08-04 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.002611 10.0.0.50 - - [2025-08-04 02:20:55] "POST /security-groups HTTP/1.1" 200 603 0.066961 10.0.0.50 - - [2025-08-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.004398 10.0.0.50 - - [2025-08-04 02:20:55] "POST /projects HTTP/1.1" 200 609 0.227249 10.0.0.50 - - [2025-08-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.300282 10.0.0.50 - - [2025-08-04 02:20:55] "POST /access-control-lists HTTP/1.1" 200 608 0.064076 10.0.0.50 - - [2025-08-04 02:20:55] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.437748 10.0.0.50 - - [2025-08-04 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 245 0.008063 10.0.0.50 - - [2025-08-04 02:20:55] "POST /access-control-lists HTTP/1.1" 200 606 0.074547 10.0.0.50 - - [2025-08-04 02:20:56] "GET / HTTP/1.1" 200 35931 0.002259 10.0.0.50 - - [2025-08-04 02:20:56] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001692 10.0.0.50 - - [2025-08-04 02:20:56] "GET /project/ffea4ca0-4bfe-4268-87ae-51715e4a9d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.031656 10.0.0.50 - - [2025-08-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.50 - - [2025-08-04 02:20:57] "GET /security-group/c193d564-d1d2-4d5d-9bfb-6187a6b086ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004632 10.0.0.50 - - [2025-08-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2025-08-04 02:20:57] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001398 10.0.0.50 - - [2025-08-04 02:20:57] "GET /project/ffea4ca0-4bfe-4268-87ae-51715e4a9d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.024227 10.0.0.50 - - [2025-08-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.50 - - [2025-08-04 02:20:57] "GET /security-group/c193d564-d1d2-4d5d-9bfb-6187a6b086ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003900 10.0.0.50 - - [2025-08-04 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.50 - - [2025-08-04 02:20:57] "PUT /security-group/c193d564-d1d2-4d5d-9bfb-6187a6b086ee HTTP/1.1" 200 262 0.014709 10.0.0.50 - - [2025-08-04 02:20:57] "PUT /access-control-list/e192adcd-e36f-4a88-99c8-c2a829e4b2ab HTTP/1.1" 200 272 0.010383 10.0.0.50 - - [2025-08-04 02:20:57] "PUT /access-control-list/d58cd446-862f-4cac-815f-f4a16e215d6f HTTP/1.1" 200 272 0.009368 10.0.0.50 - - [2025-08-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.50 - - [2025-08-04 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.054956 10.0.0.50 - - [2025-08-04 02:20:58] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.50 - - [2025-08-04 02:20:58] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.029742 10.0.0.50 - - [2025-08-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 117 0.031961 10.0.0.50 - - [2025-08-04 02:20:58] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.50 - - [2025-08-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 619 0.074790 10.0.0.50 - - [2025-08-04 02:20:58] "POST /route-targets HTTP/1.1" 200 327 0.014297 10.0.0.50 - - [2025-08-04 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.016091 10.0.0.50 - - [2025-08-04 02:20:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003147 10.0.0.50 - - [2025-08-04 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 714 0.172436 10.0.0.50 - - [2025-08-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 836 0.008253 10.0.0.50 - - [2025-08-04 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001245 10.0.0.50 - - [2025-08-04 02:20:58] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005314 10.0.0.50 - - [2025-08-04 02:20:58] "POST /neutron/network HTTP/1.1" 200 836 0.005618 10.0.0.50 - - [2025-08-04 02:20:58] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006717 10.0.0.50 - - [2025-08-04 02:20:59] "POST /neutron/network HTTP/1.1" 200 836 0.006457 10.0.0.50 - - [2025-08-04 02:20:59] "POST /neutron/subnet HTTP/1.1" 200 714 0.008644 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domains HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domains HTTP/1.1" 200 280 0.028188 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.008305 10.0.0.50 - - [2025-08-04 02:20:59] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.50 - - [2025-08-04 02:20:59] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 2175 0.071265 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2334 0.006427 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2334 0.006166 10.0.0.50 - - [2025-08-04 02:20:59] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 200 1491 0.004584 10.0.0.50 - - [2025-08-04 02:20:59] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 200 1491 0.003228 10.0.0.50 - - [2025-08-04 02:20:59] "GET /route-target/d143bc37-8078-4ed2-9b6c-876eb57a4043 HTTP/1.1" 200 1219 0.003517 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2334 0.005424 10.0.0.50 - - [2025-08-04 02:20:59] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 200 1491 0.003512 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005096 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2334 0.006512 10.0.0.50 - - [2025-08-04 02:20:59] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 200 1491 0.004586 10.0.0.50 - - [2025-08-04 02:20:59] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 200 1491 0.003587 10.0.0.50 - - [2025-08-04 02:20:59] "GET /route-target/d143bc37-8078-4ed2-9b6c-876eb57a4043 HTTP/1.1" 200 1219 0.003392 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.50 - - [2025-08-04 02:20:59] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.009516 10.0.0.50 - - [2025-08-04 02:20:59] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001926 10.0.0.50 - - [2025-08-04 02:20:59] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 2175 0.070234 10.0.0.50 - - [2025-08-04 02:20:59] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2334 0.005394 10.0.0.50 - - [2025-08-04 02:21:00] "GET /obj-perms HTTP/1.1" 200 5054 0.059052 10.0.0.50 - - [2025-08-04 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.50 - - [2025-08-04 02:21:00] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.50 - - [2025-08-04 02:21:00] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.035632 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 117 0.010052 10.0.0.50 - - [2025-08-04 02:21:00] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001612 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 619 0.081693 10.0.0.50 - - [2025-08-04 02:21:00] "POST /route-targets HTTP/1.1" 200 327 0.011345 10.0.0.50 - - [2025-08-04 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.014204 10.0.0.50 - - [2025-08-04 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003394 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.193832 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 836 0.007392 10.0.0.50 - - [2025-08-04 02:21:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001304 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005182 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 836 0.007767 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006535 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/network HTTP/1.1" 200 836 0.006200 10.0.0.50 - - [2025-08-04 02:21:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.011304 10.0.0.50 - - [2025-08-04 02:21:00] "GET /domains HTTP/1.1" 200 280 0.003341 10.0.0.50 - - [2025-08-04 02:21:00] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001715 10.0.0.50 - - [2025-08-04 02:21:00] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.010811 10.0.0.50 - - [2025-08-04 02:21:00] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.50 - - [2025-08-04 02:21:00] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 2403 0.077477 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83 HTTP/1.1" 200 2333 0.008686 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83 HTTP/1.1" 200 2333 0.005791 10.0.0.50 - - [2025-08-04 02:21:00] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 200 1490 0.005325 10.0.0.50 - - [2025-08-04 02:21:00] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 200 1490 0.006443 10.0.0.50 - - [2025-08-04 02:21:00] "GET /route-target/abf95c2f-fbae-4e38-b5f2-6f53908d56cd HTTP/1.1" 200 1219 0.004905 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83 HTTP/1.1" 200 2333 0.006012 10.0.0.50 - - [2025-08-04 02:21:00] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 200 1490 0.005629 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007419 10.0.0.50 - - [2025-08-04 02:21:00] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83 HTTP/1.1" 200 2333 0.005619 10.0.0.50 - - [2025-08-04 02:21:00] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 200 1490 0.003949 10.0.0.50 - - [2025-08-04 02:21:00] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 200 1490 0.005811 10.0.0.50 - - [2025-08-04 02:21:00] "GET /route-target/abf95c2f-fbae-4e38-b5f2-6f53908d56cd HTTP/1.1" 200 1219 0.004240 10.0.0.50 - - [2025-08-04 02:21:01] "GET /domains HTTP/1.1" 200 280 0.003694 10.0.0.50 - - [2025-08-04 02:21:01] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.50 - - [2025-08-04 02:21:01] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.009099 10.0.0.50 - - [2025-08-04 02:21:01] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.50 - - [2025-08-04 02:21:01] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 2403 0.078581 10.0.0.50 - - [2025-08-04 02:21:01] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83 HTTP/1.1" 200 2333 0.007621 10.0.0.50 - - [2025-08-04 02:21:01] "GET /obj-perms HTTP/1.1" 200 5054 0.004580 10.0.0.50 - - [2025-08-04 02:21:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001755 10.0.0.50 - - [2025-08-04 02:21:01] "POST /neutron/network HTTP/1.1" 200 846 0.010768 10.0.0.50 - - [2025-08-04 02:21:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000530 10.0.0.50 - - [2025-08-04 02:21:01] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.50 - - [2025-08-04 02:21:01] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2025-08-04 02:21:02] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.50 - - [2025-08-04 02:21:02] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054508 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 836 0.006686 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.005541 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.005366 10.0.0.50 - - [2025-08-04 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.003534 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/port HTTP/1.1" 200 117 0.009825 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 846 0.006238 10.0.0.50 - - [2025-08-04 02:21:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-08-04 02:21:02] "POST /neutron/network HTTP/1.1" 200 846 0.005819 10.0.0.50 - - [2025-08-04 02:21:02] "GET / HTTP/1.1" 200 35931 0.002137 10.0.0.50 - - [2025-08-04 02:21:02] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2025-08-04 02:21:02] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1070 0.226867 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1070 0.011031 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1070 0.009003 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1124 0.064264 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1098 0.025169 10.0.0.50 - - [2025-08-04 02:21:03] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001573 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003121 10.0.0.50 - - [2025-08-04 02:21:03] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069323 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.018833 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 836 0.006173 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/network HTTP/1.1" 200 836 0.009560 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 1098 0.016585 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006862 10.0.0.50 - - [2025-08-04 02:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.012225 10.0.0.50 - - [2025-08-04 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.50 - - [2025-08-04 02:21:03] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002226 10.0.0.50 - - [2025-08-04 02:21:03] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067302 10.0.0.50 - - [2025-08-04 02:21:03] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005207 10.0.0.50 - - [2025-08-04 02:21:03] "GET /floating-ip-pools?parent_id=95866d03-910f-465b-9c54-0f4c3f43a7e2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002998 10.0.0.50 - - [2025-08-04 02:21:03] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006769 10.0.0.50 - - [2025-08-04 02:21:03] "POST /floating-ip-pools HTTP/1.1" 200 609 0.031603 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/network HTTP/1.1" 200 846 0.012264 10.0.0.50 - - [2025-08-04 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.021977 10.0.0.50 - - [2025-08-04 02:21:04] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002890 10.0.0.50 - - [2025-08-04 02:21:04] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.021627 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domains HTTP/1.1" 200 280 0.003707 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001645 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.011895 10.0.0.50 - - [2025-08-04 02:21:04] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.50 - - [2025-08-04 02:21:04] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 3245 0.120642 10.0.0.50 - - [2025-08-04 02:21:04] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 2925 0.014588 10.0.0.50 - - [2025-08-04 02:21:04] "GET /floating-ip-pool/8a913833-7fc7-402d-9093-b9af3b8bd9a7 HTTP/1.1" 200 1440 0.019966 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domains HTTP/1.1" 200 280 0.005981 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001971 10.0.0.50 - - [2025-08-04 02:21:04] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.013574 10.0.0.50 - - [2025-08-04 02:21:04] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002248 10.0.0.50 - - [2025-08-04 02:21:04] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 3245 0.099528 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1070 0.485324 10.0.0.50 - - [2025-08-04 02:21:04] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2 HTTP/1.1" 200 3146 0.010829 10.0.0.50 - - [2025-08-04 02:21:04] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005142 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1070 0.015295 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1070 0.012610 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1098 0.023174 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005997 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1124 0.115057 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 1098 0.014837 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003492 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/subnet HTTP/1.1" 200 688 0.009135 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.50 - - [2025-08-04 02:21:04] "POST /neutron/network HTTP/1.1" 200 836 0.008815 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/port HTTP/1.1" 200 1098 0.013283 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006996 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/port HTTP/1.1" 200 1098 0.015944 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007814 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/port HTTP/1.1" 200 1098 0.012781 10.0.0.50 - - [2025-08-04 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006726 10.0.0.50 - - [2025-08-04 02:21:09] "GET /virtual-machine/c2dee58f-3e3a-420f-9d08-1f2178dc5333 HTTP/1.1" 200 1305 0.007000 10.0.0.50 - - [2025-08-04 02:21:09] "GET /virtual-machine-interface/824becc7-c581-49a2-a9e0-0d57e24c8958 HTTP/1.1" 200 3003 0.005448 10.0.0.50 - - [2025-08-04 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.50 - - [2025-08-04 02:21:09] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003463 10.0.0.50 - - [2025-08-04 02:21:10] "GET /virtual-networks?parent_id=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004004 10.0.0.50 - - [2025-08-04 02:21:10] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007189 10.0.0.50 - - [2025-08-04 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.50 - - [2025-08-04 02:21:13] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006991 10.0.0.50 - - [2025-08-04 02:21:13] "POST /neutron/port HTTP/1.1" 200 1098 0.047496 10.0.0.50 - - [2025-08-04 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006882 10.0.0.50 - - [2025-08-04 02:21:14] "POST /neutron/port HTTP/1.1" 200 1098 0.017277 10.0.0.50 - - [2025-08-04 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010105 10.0.0.50 - - [2025-08-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.50 - - [2025-08-04 02:21:15] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003796 10.0.0.50 - - [2025-08-04 02:21:15] "GET /virtual-networks?parent_id=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003435 10.0.0.50 - - [2025-08-04 02:21:15] "GET /virtual-network/9aed590f-5123-4223-849d-6f1594c9ff83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006215 10.0.0.50 - - [2025-08-04 02:21:15] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001406 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 528 0.088879 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 1098 0.016035 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006203 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/floatingip HTTP/1.1" 200 573 0.052670 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 1098 0.012783 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007954 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 1098 0.015069 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009933 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/port HTTP/1.1" 200 1098 0.023196 10.0.0.50 - - [2025-08-04 02:21:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006394 10.0.0.50 - - [2025-08-04 02:21:15] "GET /virtual-machine/33a173d5-2f7f-4ce4-a6c8-2df01a33f6aa HTTP/1.1" 200 1304 0.005203 10.0.0.50 - - [2025-08-04 02:21:15] "GET /virtual-machine-interface/a289bb7d-4363-411f-ac0b-203906708747 HTTP/1.1" 200 3004 0.004961 10.0.0.50 - - [2025-08-04 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.50 - - [2025-08-04 02:21:15] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003867 10.0.0.50 - - [2025-08-04 02:21:16] "GET /virtual-networks?parent_id=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003051 10.0.0.50 - - [2025-08-04 02:21:16] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006317 10.0.0.50 - - [2025-08-04 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.50 - - [2025-08-04 02:21:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003902 10.0.0.50 - - [2025-08-04 02:21:17] "GET /virtual-networks?parent_id=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003331 10.0.0.50 - - [2025-08-04 02:21:17] "GET /virtual-network/95866d03-910f-465b-9c54-0f4c3f43a7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007509 10.0.0.50 - - [2025-08-04 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 573 0.013849 10.0.0.50 - - [2025-08-04 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002331 10.0.0.50 - - [2025-08-04 02:21:17] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003166 10.0.0.50 - - [2025-08-04 02:21:17] "GET /route-target/d143bc37-8078-4ed2-9b6c-876eb57a4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003673 10.0.0.50 - - [2025-08-04 02:21:17] "GET /floating-ip/a6733e69-bcbb-4b73-816c-ed381239d37d HTTP/1.1" 200 1884 0.005374 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 573 0.010099 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.020950 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005974 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040774 10.0.0.50 - - [2025-08-04 02:21:20] "GET /floating-ip-pool/8a913833-7fc7-402d-9093-b9af3b8bd9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003928 10.0.0.50 - - [2025-08-04 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.011148 10.0.0.50 - - [2025-08-04 02:21:20] "DELETE /floating-ip-pool/8a913833-7fc7-402d-9093-b9af3b8bd9a7 HTTP/1.1" 200 115 0.024057 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/network HTTP/1.1" 200 836 0.007501 10.0.0.50 - - [2025-08-04 02:21:20] "POST /neutron/network HTTP/1.1" 400 204 0.015561 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 1098 0.019297 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 1124 0.010675 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 1098 0.016202 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 1124 0.009217 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 151 0.129606 10.0.0.50 - - [2025-08-04 02:21:21] "POST /neutron/port HTTP/1.1" 200 151 0.122255 10.0.0.50 - - [2025-08-04 02:21:22] "POST /neutron/network HTTP/1.1" 200 836 0.006224 10.0.0.50 - - [2025-08-04 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.50 - - [2025-08-04 02:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002610 10.0.0.50 - - [2025-08-04 02:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004146 10.0.0.50 - - [2025-08-04 02:21:22] "POST /neutron/network HTTP/1.1" 200 151 0.094215 10.0.0.50 - - [2025-08-04 02:21:22] "DELETE /route-target/abf95c2f-fbae-4e38-b5f2-6f53908d56cd HTTP/1.1" 200 115 0.023453 10.0.0.50 - - [2025-08-04 02:21:22] "GET /routing-instance/2fc0120e-2df0-4304-844c-d97dde9b6eb4 HTTP/1.1" 404 171 0.003934 10.0.0.50 - - [2025-08-04 02:21:22] "GET /domains HTTP/1.1" 200 280 0.003139 10.0.0.50 - - [2025-08-04 02:21:22] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001265 10.0.0.50 - - [2025-08-04 02:21:22] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.052606 10.0.0.50 - - [2025-08-04 02:21:22] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.50 - - [2025-08-04 02:21:22] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 2175 0.076739 10.0.0.50 - - [2025-08-04 02:21:22] "POST /neutron/network HTTP/1.1" 200 836 0.006071 10.0.0.50 - - [2025-08-04 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003740 10.0.0.50 - - [2025-08-04 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.50 - - [2025-08-04 02:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002055 10.0.0.50 - - [2025-08-04 02:21:23] "POST /neutron/network HTTP/1.1" 200 151 0.094002 10.0.0.50 - - [2025-08-04 02:21:23] "GET /routing-instance/29d92eb1-3625-4a8a-9bc9-72e63164a938 HTTP/1.1" 404 171 0.004053 10.0.0.50 - - [2025-08-04 02:21:23] "DELETE /route-target/d143bc37-8078-4ed2-9b6c-876eb57a4043 HTTP/1.1" 200 115 0.021842 10.0.0.50 - - [2025-08-04 02:21:23] "GET /domains HTTP/1.1" 200 280 0.003618 10.0.0.50 - - [2025-08-04 02:21:23] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.50 - - [2025-08-04 02:21:23] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2781 0.055416 10.0.0.50 - - [2025-08-04 02:21:23] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002044 10.0.0.50 - - [2025-08-04 02:21:23] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 1925 0.077191 10.0.0.50 - - [2025-08-04 02:21:23] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.50 - - [2025-08-04 02:21:23] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058726 10.0.0.50 - - [2025-08-04 02:21:23] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.50 - - [2025-08-04 02:21:23] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?fields=virtual_networks HTTP/1.1" 200 1057 0.029561 10.0.0.50 - - [2025-08-04 02:21:23] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001376 10.0.0.50 - - [2025-08-04 02:21:23] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.035045 10.0.0.50 - - [2025-08-04 02:21:23] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.50 - - [2025-08-04 02:21:23] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?fields=security_groups HTTP/1.1" 200 1295 0.032454 10.0.0.50 - - [2025-08-04 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.031787 10.0.0.50 - - [2025-08-04 02:21:24] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003747 10.0.0.50 - - [2025-08-04 02:21:24] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002409 10.0.0.50 - - [2025-08-04 02:21:24] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.010199 10.0.0.50 - - [2025-08-04 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.001321 10.0.0.50 - - [2025-08-04 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.005996 10.0.0.50 - - [2025-08-04 02:21:25] "POST /security-groups HTTP/1.1" 200 586 0.067982 10.0.0.50 - - [2025-08-04 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.004185 10.0.0.50 - - [2025-08-04 02:21:25] "POST /projects HTTP/1.1" 200 575 0.238182 10.0.0.50 - - [2025-08-04 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.282660 10.0.0.50 - - [2025-08-04 02:21:25] "POST /access-control-lists HTTP/1.1" 200 591 0.071124 10.0.0.50 - - [2025-08-04 02:21:25] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.442556 10.0.0.50 - - [2025-08-04 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003258 10.0.0.50 - - [2025-08-04 02:21:25] "POST /access-control-lists HTTP/1.1" 200 589 0.064592 10.0.0.50 - - [2025-08-04 02:21:26] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.50 - - [2025-08-04 02:21:27] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.50 - - [2025-08-04 02:21:27] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.030598 10.0.0.50 - - [2025-08-04 02:21:27] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001085 10.0.0.50 - - [2025-08-04 02:21:27] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?fields=virtual_networks HTTP/1.1" 200 1023 0.073014 10.0.0.50 - - [2025-08-04 02:21:27] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001242 10.0.0.50 - - [2025-08-04 02:21:27] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.029459 10.0.0.50 - - [2025-08-04 02:21:27] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001984 10.0.0.50 - - [2025-08-04 02:21:27] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?fields=security_groups HTTP/1.1" 200 1244 0.029950 10.0.0.50 - - [2025-08-04 02:21:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.030617 10.0.0.50 - - [2025-08-04 02:21:28] "DELETE /project/a5320b3252854ff395999c3d0839528a HTTP/1.1" 404 173 0.017556 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.50 - - [2025-08-04 02:21:28] "DELETE /project/f2b00f4274554d4c9a11da65e9762f86 HTTP/1.1" 404 173 0.011063 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001601 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007812 10.0.0.50 - - [2025-08-04 02:21:28] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.085128 10.0.0.50 - - [2025-08-04 02:21:28] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.073611 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001932 10.0.0.50 - - [2025-08-04 02:21:28] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001807 10.0.0.50 - - [2025-08-04 02:21:28] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.50 - - [2025-08-04 02:21:28] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.012548 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.138045 10.0.0.50 - - [2025-08-04 02:21:29] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?fields=security_groups HTTP/1.1" 200 1400 0.072832 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?fields=security_groups HTTP/1.1" 200 1396 0.123311 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?fields=security_groups HTTP/1.1" 200 1349 0.118562 10.0.0.50 - - [2025-08-04 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001953 10.0.0.50 - - [2025-08-04 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.005798 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/ea89f33d-dcc0-4ea0-959a-9a2704f1b76e HTTP/1.1" 200 115 0.079319 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /security-group/075ecba5-0425-4c20-9233-f1630afaf7d4 HTTP/1.1" 200 115 0.178944 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /security-group/c67e5a56-24ce-4c1b-88a6-e33cbb66cc76 HTTP/1.1" 200 115 0.170301 10.0.0.50 - - [2025-08-04 02:21:29] "GET /projects?obj_uuids=a5320b32-5285-4ff3-9599-9c3d0839528a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002156 10.0.0.50 - - [2025-08-04 02:21:29] "GET /projects?obj_uuids=78eb2d1c-132b-4130-9c5b-3a48e009c865&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002232 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/bf15730e-f1f3-4f63-b88d-3a0e9e49f2d7 HTTP/1.1" 200 115 0.099546 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/a5320b32-5285-4ff3-9599-9c3d0839528a?fields=application_policy_sets HTTP/1.1" 200 1439 0.101576 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/78eb2d1c-132b-4130-9c5b-3a48e009c865?fields=application_policy_sets HTTP/1.1" 200 1435 0.090304 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /security-group/5cbb3422-f36a-4ec9-9a1f-d3d7de0a7aa2 HTTP/1.1" 200 115 0.198658 10.0.0.50 - - [2025-08-04 02:21:29] "GET /projects?obj_uuids=f2b00f42-7455-4d4c-9a11-da65e9762f86&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001566 10.0.0.50 - - [2025-08-04 02:21:29] "POST /security-groups HTTP/1.1" 200 586 0.165566 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/f2b00f42-7455-4d4c-9a11-da65e9762f86?fields=application_policy_sets HTTP/1.1" 200 1388 0.087478 10.0.0.50 - - [2025-08-04 02:21:29] "POST /projects HTTP/1.1" 200 575 0.455804 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/10a25cf4-aef4-4518-8857-e1bab3f20706 HTTP/1.1" 200 115 0.114124 10.0.0.50 - - [2025-08-04 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.510938 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/5e82a959-1dad-4264-8520-c10f2370fc50 HTTP/1.1" 200 115 0.044545 10.0.0.50 - - [2025-08-04 02:21:29] "GET /project/7e3fe000-2dc1-4846-9fd8-b13e80720dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.734558 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /project/a5320b32-5285-4ff3-9599-9c3d0839528a HTTP/1.1" 200 115 0.777394 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/e66522d5-d362-40ba-aa60-a9427800547a HTTP/1.1" 200 115 0.062268 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /project/78eb2d1c-132b-4130-9c5b-3a48e009c865 HTTP/1.1" 200 115 0.798734 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /access-control-list/a217fc6c-126b-486f-8f08-4d01bad2ee4f HTTP/1.1" 200 115 0.027941 10.0.0.50 - - [2025-08-04 02:21:29] "DELETE /project/f2b00f42-7455-4d4c-9a11-da65e9762f86 HTTP/1.1" 200 115 0.825334 10.0.0.50 - - [2025-08-04 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003544 10.0.0.50 - - [2025-08-04 02:21:29] "POST /access-control-lists HTTP/1.1" 200 591 0.060613 10.0.0.50 - - [2025-08-04 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.003857 10.0.0.50 - - [2025-08-04 02:21:29] "POST /access-control-lists HTTP/1.1" 200 589 0.060093 10.0.0.50 - - [2025-08-04 02:21:30] "GET / HTTP/1.1" 200 35931 0.001581 10.0.0.50 - - [2025-08-04 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003083 10.0.0.50 - - [2025-08-04 02:21:31] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001116 10.0.0.50 - - [2025-08-04 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.005454 10.0.0.50 - - [2025-08-04 02:21:31] "POST /access-control-lists HTTP/1.1" 200 590 0.022108 10.0.0.50 - - [2025-08-04 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 227 0.004729 10.0.0.50 - - [2025-08-04 02:21:31] "POST /access-control-lists HTTP/1.1" 200 588 0.019211 10.0.0.50 - - [2025-08-04 02:21:31] "PUT /access-control-list/dade8044-a906-4c88-b89b-926812cdf8f2 HTTP/1.1" 200 272 0.009552 10.0.0.50 - - [2025-08-04 02:21:31] "PUT /access-control-list/beb2959e-9d85-4114-ba8c-130468705aee HTTP/1.1" 200 272 0.009739 10.0.0.50 - - [2025-08-04 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 1364 0.405885 10.0.0.50 - - [2025-08-04 02:21:31] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001360 10.0.0.50 - - [2025-08-04 02:21:31] "PUT /access-control-list/beb2959e-9d85-4114-ba8c-130468705aee HTTP/1.1" 200 272 0.030894 10.0.0.50 - - [2025-08-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.045572 10.0.0.50 - - [2025-08-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008286 10.0.0.50 - - [2025-08-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122821 10.0.0.50 - - [2025-08-04 02:21:31] "PUT /access-control-list/beb2959e-9d85-4114-ba8c-130468705aee HTTP/1.1" 200 272 0.017490 10.0.0.50 - - [2025-08-04 02:21:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010434 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.111457 10.0.0.50 - - [2025-08-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003778 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/beb2959e-9d85-4114-ba8c-130468705aee HTTP/1.1" 200 272 0.013174 10.0.0.50 - - [2025-08-04 02:21:32] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001429 10.0.0.50 - - [2025-08-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002779 10.0.0.50 - - [2025-08-04 02:21:32] "POST /access-control-lists HTTP/1.1" 200 590 0.016876 10.0.0.50 - - [2025-08-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.002963 10.0.0.50 - - [2025-08-04 02:21:32] "POST /access-control-lists HTTP/1.1" 200 588 0.025295 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/440ac574-9b52-44ba-8ad1-e55e954de6d3 HTTP/1.1" 200 272 0.008800 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/31e2f3d8-987d-4522-9991-971f49d9a223 HTTP/1.1" 200 272 0.010986 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group HTTP/1.1" 200 1364 0.382790 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/31e2f3d8-987d-4522-9991-971f49d9a223 HTTP/1.1" 200 272 0.014125 10.0.0.50 - - [2025-08-04 02:21:32] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001611 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.032346 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008539 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.101110 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010853 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/31e2f3d8-987d-4522-9991-971f49d9a223 HTTP/1.1" 200 272 0.018610 10.0.0.50 - - [2025-08-04 02:21:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.130793 10.0.0.50 - - [2025-08-04 02:21:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.50 - - [2025-08-04 02:21:32] "PUT /access-control-list/31e2f3d8-987d-4522-9991-971f49d9a223 HTTP/1.1" 200 272 0.010037 10.0.0.50 - - [2025-08-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.030143 10.0.0.50 - - [2025-08-04 02:21:33] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001660 10.0.0.50 - - [2025-08-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004606 10.0.0.50 - - [2025-08-04 02:21:33] "POST /access-control-lists HTTP/1.1" 200 607 0.017726 10.0.0.50 - - [2025-08-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.004261 10.0.0.50 - - [2025-08-04 02:21:33] "POST /access-control-lists HTTP/1.1" 200 605 0.020660 10.0.0.50 - - [2025-08-04 02:21:33] "PUT /access-control-list/65380d71-4a79-4913-b8e4-f89e147102f6 HTTP/1.1" 200 272 0.009158 10.0.0.50 - - [2025-08-04 02:21:33] "PUT /access-control-list/585255c3-abb5-4dd9-bad9-6fdf515c83d4 HTTP/1.1" 200 272 0.009423 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 1379 0.408708 10.0.0.50 - - [2025-08-04 02:21:33] "PUT /access-control-list/585255c3-abb5-4dd9-bad9-6fdf515c83d4 HTTP/1.1" 200 272 0.011705 10.0.0.50 - - [2025-08-04 02:21:33] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031760 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008982 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166113 10.0.0.50 - - [2025-08-04 02:21:33] "PUT /access-control-list/585255c3-abb5-4dd9-bad9-6fdf515c83d4 HTTP/1.1" 200 272 0.012386 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013577 10.0.0.50 - - [2025-08-04 02:21:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131793 10.0.0.50 - - [2025-08-04 02:21:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.003077 10.0.0.50 - - [2025-08-04 02:21:33] "PUT /access-control-list/585255c3-abb5-4dd9-bad9-6fdf515c83d4 HTTP/1.1" 200 272 0.010459 10.0.0.50 - - [2025-08-04 02:21:33] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001381 10.0.0.50 - - [2025-08-04 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.003076 10.0.0.50 - - [2025-08-04 02:21:34] "POST /access-control-lists HTTP/1.1" 200 607 0.034190 10.0.0.50 - - [2025-08-04 02:21:34] "GET /obj-perms HTTP/1.1" 200 5056 0.057428 10.0.0.50 - - [2025-08-04 02:21:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.002976 10.0.0.50 - - [2025-08-04 02:21:34] "POST /access-control-lists HTTP/1.1" 200 605 0.018815 10.0.0.50 - - [2025-08-04 02:21:34] "PUT /access-control-list/ea9ee4de-ace0-4f46-9545-e330674e6077 HTTP/1.1" 200 272 0.009840 10.0.0.50 - - [2025-08-04 02:21:34] "PUT /access-control-list/b6f6efe4-ce46-40c1-a166-7b48ac69f40f HTTP/1.1" 200 272 0.009339 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 1379 0.367830 10.0.0.50 - - [2025-08-04 02:21:34] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.50 - - [2025-08-04 02:21:34] "PUT /access-control-list/b6f6efe4-ce46-40c1-a166-7b48ac69f40f HTTP/1.1" 200 272 0.013810 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035046 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008440 10.0.0.50 - - [2025-08-04 02:21:34] "GET /obj-perms HTTP/1.1" 200 5056 0.047609 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158219 10.0.0.50 - - [2025-08-04 02:21:34] "PUT /access-control-list/b6f6efe4-ce46-40c1-a166-7b48ac69f40f HTTP/1.1" 200 272 0.011884 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010499 10.0.0.50 - - [2025-08-04 02:21:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104961 10.0.0.50 - - [2025-08-04 02:21:34] "PUT /access-control-list/b6f6efe4-ce46-40c1-a166-7b48ac69f40f HTTP/1.1" 200 272 0.008877 10.0.0.50 - - [2025-08-04 02:21:34] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001113 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.051630 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004284 10.0.0.50 - - [2025-08-04 02:21:35] "POST /route-targets HTTP/1.1" 200 327 0.013186 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003702 10.0.0.50 - - [2025-08-04 02:21:35] "PUT /logical-router/8fd991c1-4ab1-4550-a264-201a576e3486 HTTP/1.1" 200 262 0.020764 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.006232 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003877 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003951 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003647 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003850 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003501 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003543 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003764 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003551 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003764 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003906 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003789 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003886 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003434 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003212 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003254 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.005985 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.005059 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004647 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004996 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004047 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003801 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.006340 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004229 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003536 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004379 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003515 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003724 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003452 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.003516 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.018939 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 541 0.004398 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.022078 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003649 10.0.0.50 - - [2025-08-04 02:21:35] "GET /logical-router/8fd991c1-4ab1-4550-a264-201a576e3486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005134 10.0.0.50 - - [2025-08-04 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 151 0.052428 10.0.0.50 - - [2025-08-04 02:21:35] "DELETE /route-target/1f48c53a-4739-4b43-ba5c-ad0514c0c0ae HTTP/1.1" 200 115 0.015424 10.0.0.50 - - [2025-08-04 02:21:35] "GET /projects?obj_uuids=ffea4ca0-4bfe-4268-87ae-51715e4a9d78&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001129 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.060084 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.005011 10.0.0.50 - - [2025-08-04 02:21:35] "POST /route-targets HTTP/1.1" 200 327 0.011088 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.004634 10.0.0.50 - - [2025-08-04 02:21:35] "PUT /logical-router/621ac6cd-7858-4266-8aee-4d0bb5f437f0 HTTP/1.1" 200 262 0.020025 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.010336 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003849 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003581 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003618 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.004079 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003390 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003724 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.004246 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003698 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003628 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003791 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.004254 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003816 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003334 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003775 10.0.0.50 - - [2025-08-04 02:21:35] "POST /neutron/router HTTP/1.1" 200 542 0.003380 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003393 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.004323 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.004057 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003442 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003740 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003524 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003562 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.004219 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003441 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003561 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003454 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003331 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.005066 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003451 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.013558 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.004101 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.019782 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 542 0.003714 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 151 0.044502 10.0.0.50 - - [2025-08-04 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.50 - - [2025-08-04 02:21:36] "GET /logical-router/621ac6cd-7858-4266-8aee-4d0bb5f437f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003217 10.0.0.50 - - [2025-08-04 02:21:36] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002059 10.0.0.50 - - [2025-08-04 02:21:36] "DELETE /route-target/69acbff1-e2cf-4cb6-a96b-3036f2392289 HTTP/1.1" 200 115 0.035382 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.061371 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003021 10.0.0.50 - - [2025-08-04 02:21:36] "POST /route-targets HTTP/1.1" 200 327 0.017380 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004670 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.005105 10.0.0.50 - - [2025-08-04 02:21:36] "PUT /logical-router/15956484-fc02-4e33-8008-790d31f7d100 HTTP/1.1" 200 262 0.035421 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.006180 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003805 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004637 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004133 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003993 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.005141 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.010552 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003731 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004279 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003406 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003366 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003899 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003826 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003579 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003709 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.005146 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004101 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004129 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004522 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004339 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003513 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004155 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004242 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003401 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003837 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003784 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.004405 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003974 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.020169 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 559 0.003882 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 560 0.020195 10.0.0.50 - - [2025-08-04 02:21:36] "POST /neutron/router HTTP/1.1" 200 560 0.004598 10.0.0.50 - - [2025-08-04 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.50 - - [2025-08-04 02:21:37] "GET /logical-router/15956484-fc02-4e33-8008-790d31f7d100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002732 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/router HTTP/1.1" 200 151 0.055776 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /route-target/cedf693f-716e-4ee4-b894-cfca4b640c0a HTTP/1.1" 200 115 0.018362 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 521 0.003682 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.040765 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/ea9ee4de-ace0-4f46-9545-e330674e6077 HTTP/1.1" 200 115 0.023995 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 521 0.004528 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/b6f6efe4-ce46-40c1-a166-7b48ac69f40f HTTP/1.1" 200 115 0.025687 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.045681 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/65380d71-4a79-4913-b8e4-f89e147102f6 HTTP/1.1" 200 115 0.022898 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 506 0.003171 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/585255c3-abb5-4dd9-bad9-6fdf515c83d4 HTTP/1.1" 200 115 0.031553 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.048943 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/440ac574-9b52-44ba-8ad1-e55e954de6d3 HTTP/1.1" 200 115 0.023646 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 506 0.005295 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/31e2f3d8-987d-4522-9991-971f49d9a223 HTTP/1.1" 200 115 0.029020 10.0.0.50 - - [2025-08-04 02:21:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.039257 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/dade8044-a906-4c88-b89b-926812cdf8f2 HTTP/1.1" 200 115 0.019575 10.0.0.50 - - [2025-08-04 02:21:37] "DELETE /access-control-list/beb2959e-9d85-4114-ba8c-130468705aee HTTP/1.1" 200 115 0.018152 10.0.0.50 - - [2025-08-04 02:21:37] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.50 - - [2025-08-04 02:21:37] "GET /project/7e3fe000-2dc1-4846-9fd8-b13e80720dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.037619 10.0.0.50 - - [2025-08-04 02:21:37] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.50 - - [2025-08-04 02:21:37] "GET /project/7e3fe000-2dc1-4846-9fd8-b13e80720dc9?fields=virtual_networks HTTP/1.1" 200 1022 0.072800 10.0.0.50 - - [2025-08-04 02:21:37] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001679 10.0.0.50 - - [2025-08-04 02:21:37] "GET /project/7e3fe000-2dc1-4846-9fd8-b13e80720dc9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.029743 10.0.0.50 - - [2025-08-04 02:21:37] "GET /projects?obj_uuids=7e3fe000-2dc1-4846-9fd8-b13e80720dc9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.50 - - [2025-08-04 02:21:37] "GET /project/7e3fe000-2dc1-4846-9fd8-b13e80720dc9?fields=security_groups HTTP/1.1" 200 1243 0.027680 10.0.0.50 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.029232 10.0.0.50 - - [2025-08-04 02:21:38] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002331 10.0.0.50 - - [2025-08-04 02:21:38] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.50 - - [2025-08-04 02:21:38] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007997 10.0.0.50 - - [2025-08-04 02:21:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.001431 10.0.0.50 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.002185 10.0.0.50 - - [2025-08-04 02:21:38] "POST /security-groups HTTP/1.1" 200 587 0.063817 10.0.0.50 - - [2025-08-04 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.002737 10.0.0.50 - - [2025-08-04 02:21:38] "POST /projects HTTP/1.1" 200 577 0.224109 10.0.0.50 - - [2025-08-04 02:21:39] "POST /access-control-lists HTTP/1.1" 200 592 0.056154 10.0.0.50 - - [2025-08-04 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.296167 10.0.0.50 - - [2025-08-04 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003234 10.0.0.50 - - [2025-08-04 02:21:39] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.428340 10.0.0.50 - - [2025-08-04 02:21:39] "POST /access-control-lists HTTP/1.1" 200 590 0.069721 10.0.0.50 - - [2025-08-04 02:21:40] "GET / HTTP/1.1" 200 35931 0.003000 10.0.0.50 - - [2025-08-04 02:21:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2025-08-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.065706 10.0.0.50 - - [2025-08-04 02:21:41] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001378 10.0.0.50 - - [2025-08-04 02:21:41] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.029305 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/network HTTP/1.1" 200 117 0.032569 10.0.0.50 - - [2025-08-04 02:21:41] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001615 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/network HTTP/1.1" 200 601 0.073320 10.0.0.50 - - [2025-08-04 02:21:41] "POST /route-targets HTTP/1.1" 200 327 0.012083 10.0.0.50 - - [2025-08-04 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.014319 10.0.0.50 - - [2025-08-04 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004207 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.165783 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/network HTTP/1.1" 200 822 0.006449 10.0.0.50 - - [2025-08-04 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 216 0.001261 10.0.0.50 - - [2025-08-04 02:21:41] "GET /virtual-network/a51a2b92-7abb-4bab-acf0-1aea803b6ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005265 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/network HTTP/1.1" 200 822 0.005971 10.0.0.50 - - [2025-08-04 02:21:41] "GET /virtual-network/a51a2b92-7abb-4bab-acf0-1aea803b6ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005476 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/network HTTP/1.1" 200 822 0.007466 10.0.0.50 - - [2025-08-04 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.009226 10.0.0.50 - - [2025-08-04 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.002789 10.0.0.50 - - [2025-08-04 02:21:41] "GET /virtual-network/a51a2b92-7abb-4bab-acf0-1aea803b6ca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004915 10.0.0.50 - - [2025-08-04 02:21:41] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001485 10.0.0.50 - - [2025-08-04 02:21:42] "POST /neutron/port HTTP/1.1" 200 1019 0.198469 10.0.0.50 - - [2025-08-04 02:21:42] "GET /virtual-machine-interface/439f30ed-a720-4dcd-a551-2071ddbfbd43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006509 10.0.0.50 - - [2025-08-04 02:21:42] "GET /virtual-machine-interface/439f30ed-a720-4dcd-a551-2071ddbfbd43?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.006085 10.0.0.50 - - [2025-08-04 02:21:42] "GET /instance-ip/ce58b967-42e6-4312-85ab-92c08d9dcb5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005421 10.0.0.50 - - [2025-08-04 02:21:42] "GET /virtual-machine-interface/439f30ed-a720-4dcd-a551-2071ddbfbd43 HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2025-08-04 02:21:42] "GET /virtual-machine-interface/439f30ed-a720-4dcd-a551-2071ddbfbd43 HTTP/1.1" 200 2604 0.034552 10.0.0.50 - - [2025-08-04 02:21:42] "POST /neutron/port HTTP/1.1" 200 1019 0.011220 10.0.0.50 - - [2025-08-04 02:21:42] "POST /neutron/port HTTP/1.1" 200 151 0.095550 10.0.0.50 - - [2025-08-04 02:21:42] "POST /neutron/network HTTP/1.1" 200 822 0.006540 10.0.0.50 - - [2025-08-04 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005946 10.0.0.50 - - [2025-08-04 02:21:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.50 - - [2025-08-04 02:21:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003461 10.0.0.50 - - [2025-08-04 02:21:42] "POST /neutron/network HTTP/1.1" 200 151 0.103186 10.0.0.50 - - [2025-08-04 02:21:42] "DELETE /route-target/f6151641-cebb-4e26-937b-1924db6c3a63 HTTP/1.1" 200 115 0.023558 10.0.0.50 - - [2025-08-04 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.50 - - [2025-08-04 02:21:43] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001349 10.0.0.50 - - [2025-08-04 02:21:43] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.023263 10.0.0.50 - - [2025-08-04 02:21:43] "POST /neutron/network HTTP/1.1" 200 117 0.007919 10.0.0.50 - - [2025-08-04 02:21:43] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001612 10.0.0.50 - - [2025-08-04 02:21:43] "POST /neutron/network HTTP/1.1" 200 603 0.065081 10.0.0.50 - - [2025-08-04 02:21:43] "POST /route-targets HTTP/1.1" 200 327 0.010802 10.0.0.50 - - [2025-08-04 02:21:43] "POST /ref-update HTTP/1.1" 200 156 0.013307 10.0.0.50 - - [2025-08-04 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009426 10.0.0.50 - - [2025-08-04 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.160856 10.0.0.50 - - [2025-08-04 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004162 10.0.0.50 - - [2025-08-04 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.148219 10.0.0.50 - - [2025-08-04 02:21:43] "POST /neutron/network HTTP/1.1" 200 978 0.007217 10.0.0.50 - - [2025-08-04 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.001292 10.0.0.50 - - [2025-08-04 02:21:43] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005612 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/network HTTP/1.1" 200 978 0.011387 10.0.0.50 - - [2025-08-04 02:21:44] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005367 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/network HTTP/1.1" 200 978 0.008346 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.007594 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.007356 10.0.0.50 - - [2025-08-04 02:21:44] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001567 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 1018 0.174210 10.0.0.50 - - [2025-08-04 02:21:44] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 1018 0.186990 10.0.0.50 - - [2025-08-04 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001253 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 1018 0.009745 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 1018 0.010915 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/network HTTP/1.1" 200 978 0.008469 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 1018 0.008403 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.009081 10.0.0.50 - - [2025-08-04 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.005829 10.0.0.50 - - [2025-08-04 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001479 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.005086 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.007914 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.008479 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/network HTTP/1.1" 200 978 0.008571 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.010052 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.007600 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.008792 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.009313 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.009559 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.006463 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.008744 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/network HTTP/1.1" 200 988 0.008556 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.009588 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.011456 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/port HTTP/1.1" 200 1018 0.011019 10.0.0.50 - - [2025-08-04 02:21:45] "POST /neutron/network HTTP/1.1" 200 988 0.016734 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1018 0.024642 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1018 0.013918 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1110 0.126002 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1110 0.092246 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1084 0.016245 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003371 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 1084 0.011199 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.007866 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003622 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010154 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/network HTTP/1.1" 200 978 0.006591 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.50 - - [2025-08-04 02:21:46] "POST /neutron/network HTTP/1.1" 200 978 0.010825 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1084 0.013549 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007132 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1084 0.013584 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007412 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/port HTTP/1.1" 200 1084 0.013713 10.0.0.50 - - [2025-08-04 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006486 10.0.0.50 - - [2025-08-04 02:21:50] "GET /virtual-machine/4d445839-b061-46b6-b4f5-ed516bea4fa8 HTTP/1.1" 200 1284 0.004809 10.0.0.50 - - [2025-08-04 02:21:50] "GET /virtual-machine-interface/be949a75-0c24-4b74-a180-538b1bef7aa4 HTTP/1.1" 200 2924 0.006631 10.0.0.50 - - [2025-08-04 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005875 10.0.0.50 - - [2025-08-04 02:21:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004839 10.0.0.50 - - [2025-08-04 02:21:50] "GET /virtual-networks?parent_id=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005805 10.0.0.50 - - [2025-08-04 02:21:50] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006462 10.0.0.50 - - [2025-08-04 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.50 - - [2025-08-04 02:21:54] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005543 10.0.0.50 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.016445 10.0.0.50 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007875 10.0.0.50 - - [2025-08-04 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.012953 10.0.0.50 - - [2025-08-04 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006220 10.0.0.50 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.50 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003506 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003027 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006202 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/port HTTP/1.1" 200 1084 0.015090 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012332 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/port HTTP/1.1" 200 1084 0.012146 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007952 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/port HTTP/1.1" 200 1084 0.013344 10.0.0.50 - - [2025-08-04 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006811 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-machine/4fa1b44a-79ea-4088-856f-bc219fe7d3a8 HTTP/1.1" 200 1283 0.005809 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-machine-interface/f6b7aba6-02ab-456b-b104-eefe02ebe0ce HTTP/1.1" 200 2924 0.006549 10.0.0.50 - - [2025-08-04 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.50 - - [2025-08-04 02:21:56] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005490 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-networks?parent_id=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003241 10.0.0.50 - - [2025-08-04 02:21:56] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005414 10.0.0.50 - - [2025-08-04 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.50 - - [2025-08-04 02:21:57] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003319 10.0.0.50 - - [2025-08-04 02:21:58] "GET /virtual-networks?parent_id=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002930 10.0.0.50 - - [2025-08-04 02:21:58] "GET /virtual-network/06a8e818-f574-451d-911a-ac31b0cf345e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005415 10.0.0.50 - - [2025-08-04 02:21:58] "POST /neutron/port HTTP/1.1" 200 1084 0.012614 10.0.0.50 - - [2025-08-04 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006130 10.0.0.50 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1110 0.013021 10.0.0.50 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1110 0.013602 10.0.0.50 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 151 0.129642 10.0.0.50 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1110 0.013697 10.0.0.50 - - [2025-08-04 02:22:06] "POST /neutron/port HTTP/1.1" 200 1110 0.010962 10.0.0.50 - - [2025-08-04 02:22:07] "POST /neutron/port HTTP/1.1" 200 151 0.150830 10.0.0.50 - - [2025-08-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 978 0.009774 10.0.0.50 - - [2025-08-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004020 10.0.0.50 - - [2025-08-04 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008080 10.0.0.50 - - [2025-08-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006303 10.0.0.50 - - [2025-08-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004881 10.0.0.50 - - [2025-08-04 02:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004618 10.0.0.50 - - [2025-08-04 02:22:07] "DELETE /route-target/bc92be22-2b4a-4e44-9e09-697d5c9acde1 HTTP/1.1" 200 115 0.039554 10.0.0.50 - - [2025-08-04 02:22:07] "POST /neutron/network HTTP/1.1" 200 151 0.163712 10.0.0.50 - - [2025-08-04 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.50 - - [2025-08-04 02:22:07] "POST /neutron/port HTTP/1.1" 400 205 0.003338 10.0.0.50 - - [2025-08-04 02:22:07] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001607 10.0.0.50 - - [2025-08-04 02:22:07] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.037407 10.0.0.50 - - [2025-08-04 02:22:07] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001770 10.0.0.50 - - [2025-08-04 02:22:07] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?fields=virtual_networks HTTP/1.1" 200 1024 0.080759 10.0.0.50 - - [2025-08-04 02:22:07] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001324 10.0.0.50 - - [2025-08-04 02:22:07] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.034164 10.0.0.50 - - [2025-08-04 02:22:07] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001369 10.0.0.50 - - [2025-08-04 02:22:07] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?fields=security_groups HTTP/1.1" 200 1246 0.034248 10.0.0.50 - - [2025-08-04 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.025150 10.0.0.50 - - [2025-08-04 02:22:08] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003143 10.0.0.50 - - [2025-08-04 02:22:08] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003103 10.0.0.50 - - [2025-08-04 02:22:08] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009624 10.0.0.50 - - [2025-08-04 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.001642 10.0.0.50 - - [2025-08-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003035 10.0.0.50 - - [2025-08-04 02:22:09] "POST /security-groups HTTP/1.1" 200 589 0.067241 10.0.0.50 - - [2025-08-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.002684 10.0.0.50 - - [2025-08-04 02:22:09] "POST /projects HTTP/1.1" 200 581 0.241071 10.0.0.50 - - [2025-08-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.309925 10.0.0.50 - - [2025-08-04 02:22:09] "POST /access-control-lists HTTP/1.1" 200 594 0.067792 10.0.0.50 - - [2025-08-04 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.002503 10.0.0.50 - - [2025-08-04 02:22:09] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.444204 10.0.0.50 - - [2025-08-04 02:22:09] "POST /access-control-lists HTTP/1.1" 200 592 0.063261 10.0.0.50 - - [2025-08-04 02:22:10] "GET / HTTP/1.1" 200 35931 0.002255 10.0.0.50 - - [2025-08-04 02:22:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2025-08-04 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054087 10.0.0.50 - - [2025-08-04 02:22:11] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.50 - - [2025-08-04 02:22:11] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031247 10.0.0.50 - - [2025-08-04 02:22:11] "POST /neutron/network HTTP/1.1" 200 117 0.032856 10.0.0.50 - - [2025-08-04 02:22:11] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001566 10.0.0.50 - - [2025-08-04 02:22:11] "POST /neutron/network HTTP/1.1" 200 605 0.070314 10.0.0.50 - - [2025-08-04 02:22:11] "POST /route-targets HTTP/1.1" 200 327 0.011648 10.0.0.50 - - [2025-08-04 02:22:11] "POST /ref-update HTTP/1.1" 200 156 0.013131 10.0.0.50 - - [2025-08-04 02:22:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005382 10.0.0.50 - - [2025-08-04 02:22:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.199956 10.0.0.50 - - [2025-08-04 02:22:11] "POST /neutron/network HTTP/1.1" 200 825 0.012974 10.0.0.50 - - [2025-08-04 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.002173 10.0.0.50 - - [2025-08-04 02:22:11] "GET /virtual-network/7b99e237-ab23-4c42-9656-90a51f753c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007944 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 825 0.006008 10.0.0.50 - - [2025-08-04 02:22:12] "GET /virtual-network/7b99e237-ab23-4c42-9656-90a51f753c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007709 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 825 0.006249 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.006327 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.016603 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/port HTTP/1.1" 400 205 0.004308 10.0.0.50 - - [2025-08-04 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2025-08-04 02:22:12] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.50 - - [2025-08-04 02:22:12] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046790 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 117 0.014717 10.0.0.50 - - [2025-08-04 02:22:12] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001936 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 605 0.080830 10.0.0.50 - - [2025-08-04 02:22:12] "POST /route-targets HTTP/1.1" 200 327 0.011026 10.0.0.50 - - [2025-08-04 02:22:12] "POST /ref-update HTTP/1.1" 200 156 0.016469 10.0.0.50 - - [2025-08-04 02:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003306 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.150149 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 823 0.006984 10.0.0.50 - - [2025-08-04 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001521 10.0.0.50 - - [2025-08-04 02:22:12] "GET /virtual-network/eff67cea-bc40-447a-a88e-fca99a3ed5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005070 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 823 0.006818 10.0.0.50 - - [2025-08-04 02:22:12] "GET /virtual-network/eff67cea-bc40-447a-a88e-fca99a3ed5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005658 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/network HTTP/1.1" 200 823 0.006100 10.0.0.50 - - [2025-08-04 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.007664 10.0.0.50 - - [2025-08-04 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001268 10.0.0.50 - - [2025-08-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 835 0.005900 10.0.0.50 - - [2025-08-04 02:22:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2025-08-04 02:22:13] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.50 - - [2025-08-04 02:22:13] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000433 10.0.0.50 - - [2025-08-04 02:22:13] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.50 - - [2025-08-04 02:22:13] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053838 10.0.0.50 - - [2025-08-04 02:22:13] "POST /neutron/network HTTP/1.1" 200 825 0.005668 10.0.0.50 - - [2025-08-04 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.006800 10.0.0.50 - - [2025-08-04 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.012636 10.0.0.50 - - [2025-08-04 02:22:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001411 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.007431 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 833 0.006048 10.0.0.50 - - [2025-08-04 02:22:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 835 0.006487 10.0.0.50 - - [2025-08-04 02:22:14] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001373 10.0.0.50 - - [2025-08-04 02:22:14] "GET / HTTP/1.1" 200 35931 0.002511 10.0.0.50 - - [2025-08-04 02:22:14] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 1059 0.266468 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 1059 0.010224 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 1059 0.011039 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 1113 0.077734 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 1087 0.019295 10.0.0.50 - - [2025-08-04 02:22:14] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001561 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004375 10.0.0.50 - - [2025-08-04 02:22:14] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.076838 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.016673 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 823 0.005455 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.50 - - [2025-08-04 02:22:14] "POST /neutron/network HTTP/1.1" 200 825 0.008980 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 1087 0.016338 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009161 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 117 0.007589 10.0.0.50 - - [2025-08-04 02:22:15] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/router HTTP/1.1" 200 580 0.065652 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/router HTTP/1.1" 200 580 0.010440 10.0.0.50 - - [2025-08-04 02:22:15] "POST /route-targets HTTP/1.1" 200 327 0.032064 10.0.0.50 - - [2025-08-04 02:22:15] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001607 10.0.0.50 - - [2025-08-04 02:22:15] "PUT /logical-router/0c1ad425-2bfd-479c-b660-07982c4ab7eb HTTP/1.1" 200 262 0.045583 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/network HTTP/1.1" 200 833 0.010251 10.0.0.50 - - [2025-08-04 02:22:15] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/router HTTP/1.1" 200 344 0.313267 10.0.0.50 - - [2025-08-04 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.028646 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 1087 0.026080 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011120 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 1057 0.312307 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 1057 0.014050 10.0.0.50 - - [2025-08-04 02:22:15] "POST /neutron/port HTTP/1.1" 200 1057 0.013157 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1111 0.104628 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 1085 0.012412 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003645 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.008365 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/port HTTP/1.1" 200 117 0.001969 10.0.0.50 - - [2025-08-04 02:22:16] "POST /neutron/network HTTP/1.1" 200 823 0.006094 10.0.0.50 - - [2025-08-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1087 0.021018 10.0.0.50 - - [2025-08-04 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017787 10.0.0.50 - - [2025-08-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1087 0.019111 10.0.0.50 - - [2025-08-04 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012796 10.0.0.50 - - [2025-08-04 02:22:20] "POST /neutron/port HTTP/1.1" 200 1087 0.016367 10.0.0.50 - - [2025-08-04 02:22:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009474 10.0.0.50 - - [2025-08-04 02:22:21] "GET /virtual-machine/558d5bfb-2c6a-4797-ba34-f7ae2f2ad80d HTTP/1.1" 401 292 0.000580 10.0.0.50 - - [2025-08-04 02:22:21] "GET /virtual-machine/558d5bfb-2c6a-4797-ba34-f7ae2f2ad80d HTTP/1.1" 200 1290 0.042552 10.0.0.50 - - [2025-08-04 02:22:21] "GET /virtual-machine-interface/623c841f-7fac-4fd3-be8f-d87684198a38 HTTP/1.1" 200 2933 0.006269 10.0.0.50 - - [2025-08-04 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.50 - - [2025-08-04 02:22:21] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003949 10.0.0.50 - - [2025-08-04 02:22:21] "GET /virtual-networks?parent_id=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003447 10.0.0.50 - - [2025-08-04 02:22:21] "GET /virtual-network/7b99e237-ab23-4c42-9656-90a51f753c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005989 10.0.0.50 - - [2025-08-04 02:22:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015685 10.0.0.50 - - [2025-08-04 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.062834 10.0.0.50 - - [2025-08-04 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.50 - - [2025-08-04 02:22:24] "GET /virtual-network/7b99e237-ab23-4c42-9656-90a51f753c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005216 10.0.0.50 - - [2025-08-04 02:22:25] "POST /neutron/port HTTP/1.1" 200 1085 0.014650 10.0.0.50 - - [2025-08-04 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005608 10.0.0.50 - - [2025-08-04 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.50 - - [2025-08-04 02:22:26] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003777 10.0.0.50 - - [2025-08-04 02:22:26] "GET /virtual-networks?parent_id=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002976 10.0.0.50 - - [2025-08-04 02:22:26] "GET /virtual-network/7b99e237-ab23-4c42-9656-90a51f753c56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006751 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/port HTTP/1.1" 200 1085 0.014206 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006600 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/port HTTP/1.1" 200 1085 0.014376 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006440 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/port HTTP/1.1" 200 1085 0.013605 10.0.0.50 - - [2025-08-04 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007993 10.0.0.50 - - [2025-08-04 02:22:27] "GET /virtual-machine/662bfe61-a008-4180-93c7-4e564bd9a06b HTTP/1.1" 200 1290 0.004721 10.0.0.50 - - [2025-08-04 02:22:27] "GET /virtual-machine-interface/539c0168-c4c4-4ea1-b23c-959716b70847 HTTP/1.1" 200 2933 0.011120 10.0.0.50 - - [2025-08-04 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.50 - - [2025-08-04 02:22:27] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004027 10.0.0.50 - - [2025-08-04 02:22:27] "GET /virtual-networks?parent_id=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003695 10.0.0.50 - - [2025-08-04 02:22:27] "GET /virtual-network/eff67cea-bc40-447a-a88e-fca99a3ed5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006275 10.0.0.50 - - [2025-08-04 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.50 - - [2025-08-04 02:22:28] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003844 10.0.0.50 - - [2025-08-04 02:22:28] "GET /virtual-networks?parent_id=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002951 10.0.0.50 - - [2025-08-04 02:22:28] "GET /virtual-network/eff67cea-bc40-447a-a88e-fca99a3ed5c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006077 10.0.0.50 - - [2025-08-04 02:22:29] "DELETE /project/926aaede201a4af582eb479c2396d3d9 HTTP/1.1" 404 173 0.009741 10.0.0.50 - - [2025-08-04 02:22:29] "DELETE /project/54b1e87c64fc4c4ea6c9d8eac0d45df3 HTTP/1.1" 404 173 0.008607 10.0.0.50 - - [2025-08-04 02:22:29] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.50 - - [2025-08-04 02:22:29] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.027436 10.0.0.50 - - [2025-08-04 02:22:29] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.50 - - [2025-08-04 02:22:29] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?fields=security_groups HTTP/1.1" 200 1351 0.072241 10.0.0.50 - - [2025-08-04 02:22:29] "DELETE /security-group/33e9ac4e-aab5-4218-836f-247040431414 HTTP/1.1" 200 115 0.047039 10.0.0.50 - - [2025-08-04 02:22:29] "GET /projects?obj_uuids=54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001316 10.0.0.50 - - [2025-08-04 02:22:29] "DELETE /access-control-list/ce2f41ab-01a9-4c81-ad84-b2c981e7c680 HTTP/1.1" 200 115 0.033067 10.0.0.50 - - [2025-08-04 02:22:29] "GET /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3?fields=application_policy_sets HTTP/1.1" 200 1390 0.037586 10.0.0.50 - - [2025-08-04 02:22:29] "DELETE /access-control-list/bc5b9044-025f-4ab6-a3ef-3204cccd1451 HTTP/1.1" 200 115 0.029453 10.0.0.50 - - [2025-08-04 02:22:30] "DELETE /project/54b1e87c-64fc-4c4e-a6c9-d8eac0d45df3 HTTP/1.1" 200 115 0.377687 10.0.0.50 - - [2025-08-04 02:22:33] "POST /neutron/router HTTP/1.1" 200 580 0.004547 10.0.0.50 - - [2025-08-04 02:22:33] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.50 - - [2025-08-04 02:22:33] "POST /neutron/router HTTP/1.1" 200 344 0.215276 10.0.0.50 - - [2025-08-04 02:22:33] "POST /neutron/port HTTP/1.1" 200 1884 0.017729 10.0.0.50 - - [2025-08-04 02:22:34] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.50 - - [2025-08-04 02:22:34] "GET /obj-perms HTTP/1.1" 200 5056 0.065617 10.0.0.50 - - [2025-08-04 02:22:35] "GET /obj-perms HTTP/1.1" 200 5056 0.064762 10.0.0.50 - - [2025-08-04 02:22:40] "POST /neutron/router HTTP/1.1" 200 580 0.004176 10.0.0.50 - - [2025-08-04 02:22:40] "POST /ref-update HTTP/1.1" 200 156 0.016107 10.0.0.50 - - [2025-08-04 02:22:40] "POST /neutron/router HTTP/1.1" 200 344 0.118724 10.0.0.50 - - [2025-08-04 02:22:43] "POST /neutron/router HTTP/1.1" 200 580 0.006342 10.0.0.50 - - [2025-08-04 02:22:43] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001380 10.0.0.50 - - [2025-08-04 02:22:43] "POST /neutron/router HTTP/1.1" 200 344 0.246893 10.0.0.50 - - [2025-08-04 02:22:43] "POST /ref-update HTTP/1.1" 200 156 0.011193 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 580 0.006602 10.0.0.50 - - [2025-08-04 02:22:46] "POST /ref-update HTTP/1.1" 200 156 0.013563 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 344 0.104713 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 580 0.004847 10.0.0.50 - - [2025-08-04 02:22:46] "POST /ref-update HTTP/1.1" 200 156 0.014395 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 344 0.105068 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 580 0.004946 10.0.0.50 - - [2025-08-04 02:22:46] "GET /logical-router/0c1ad425-2bfd-479c-b660-07982c4ab7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004374 10.0.0.50 - - [2025-08-04 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/router HTTP/1.1" 200 151 0.049131 10.0.0.50 - - [2025-08-04 02:22:46] "DELETE /route-target/5621a309-9290-4b0d-a0fe-3f23a90a1a79 HTTP/1.1" 200 115 0.014352 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/port HTTP/1.1" 200 1087 0.019115 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014692 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/network HTTP/1.1" 200 823 0.007681 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/network HTTP/1.1" 200 835 0.008104 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/network HTTP/1.1" 400 204 0.017548 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004403 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.007310 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.50 - - [2025-08-04 02:22:46] "POST /neutron/network HTTP/1.1" 200 825 0.005904 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1085 0.013456 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1111 0.018380 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1087 0.018470 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 1113 0.008197 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 151 0.147630 10.0.0.50 - - [2025-08-04 02:22:47] "POST /neutron/port HTTP/1.1" 200 151 0.124603 10.0.0.50 - - [2025-08-04 02:22:48] "POST /neutron/network HTTP/1.1" 200 823 0.005966 10.0.0.50 - - [2025-08-04 02:22:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003249 10.0.0.50 - - [2025-08-04 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.50 - - [2025-08-04 02:22:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001947 10.0.0.50 - - [2025-08-04 02:22:48] "POST /neutron/network HTTP/1.1" 200 151 0.094372 10.0.0.50 - - [2025-08-04 02:22:48] "DELETE /route-target/a23d79c2-c196-44b9-b87a-45b8abe93bd8 HTTP/1.1" 200 115 0.021632 10.0.0.50 - - [2025-08-04 02:22:48] "POST /neutron/network HTTP/1.1" 200 825 0.007670 10.0.0.50 - - [2025-08-04 02:22:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003053 10.0.0.50 - - [2025-08-04 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.50 - - [2025-08-04 02:22:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.50 - - [2025-08-04 02:22:48] "POST /neutron/network HTTP/1.1" 200 151 0.086016 10.0.0.50 - - [2025-08-04 02:22:48] "DELETE /route-target/e031e281-1007-40f0-ba33-f75a515c5248 HTTP/1.1" 200 115 0.018045 10.0.0.50 - - [2025-08-04 02:22:49] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.50 - - [2025-08-04 02:22:49] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030033 10.0.0.50 - - [2025-08-04 02:22:49] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.50 - - [2025-08-04 02:22:49] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?fields=virtual_networks HTTP/1.1" 200 1028 0.067796 10.0.0.50 - - [2025-08-04 02:22:49] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.50 - - [2025-08-04 02:22:49] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.035182 10.0.0.50 - - [2025-08-04 02:22:49] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.50 - - [2025-08-04 02:22:49] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?fields=security_groups HTTP/1.1" 200 1252 0.025894 10.0.0.50 - - [2025-08-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.028224 10.0.0.50 - - [2025-08-04 02:22:50] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002414 10.0.0.50 - - [2025-08-04 02:22:50] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.50 - - [2025-08-04 02:22:50] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007527 10.0.0.50 - - [2025-08-04 02:22:50] "POST /id-to-fqname HTTP/1.1" 200 193 0.002083 10.0.0.50 - - [2025-08-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002647 10.0.0.50 - - [2025-08-04 02:22:50] "POST /security-groups HTTP/1.1" 200 594 0.068411 10.0.0.50 - - [2025-08-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.002754 10.0.0.50 - - [2025-08-04 02:22:50] "POST /projects HTTP/1.1" 200 591 0.227273 10.0.0.50 - - [2025-08-04 02:22:50] "POST /access-control-lists HTTP/1.1" 200 599 0.059109 10.0.0.50 - - [2025-08-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.305420 10.0.0.50 - - [2025-08-04 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.002684 10.0.0.50 - - [2025-08-04 02:22:50] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.434399 10.0.0.50 - - [2025-08-04 02:22:50] "POST /access-control-lists HTTP/1.1" 200 597 0.067969 10.0.0.50 - - [2025-08-04 02:22:51] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.50 - - [2025-08-04 02:22:52] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2025-08-04 02:22:53] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001482 10.0.0.50 - - [2025-08-04 02:22:53] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.062507 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.50 - - [2025-08-04 02:22:53] "GET /security-group/eabc381c-ddb2-4a61-8048-d0cb37f7020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005932 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.50 - - [2025-08-04 02:22:53] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001648 10.0.0.50 - - [2025-08-04 02:22:53] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.031733 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.50 - - [2025-08-04 02:22:53] "GET /security-group/eabc381c-ddb2-4a61-8048-d0cb37f7020d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004392 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.50 - - [2025-08-04 02:22:53] "PUT /security-group/eabc381c-ddb2-4a61-8048-d0cb37f7020d HTTP/1.1" 200 262 0.014405 10.0.0.50 - - [2025-08-04 02:22:53] "PUT /access-control-list/7ed4529f-6daa-47ae-8c7f-9931d379abfa HTTP/1.1" 200 272 0.010900 10.0.0.50 - - [2025-08-04 02:22:53] "PUT /access-control-list/0d2e20c9-5229-40b7-b251-a0e95faec8ca HTTP/1.1" 200 272 0.012453 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002422 10.0.0.50 - - [2025-08-04 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.50 - - [2025-08-04 02:22:53] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002274 10.0.0.50 - - [2025-08-04 02:22:53] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.034269 10.0.0.50 - - [2025-08-04 02:22:53] "POST /neutron/network HTTP/1.1" 200 117 0.028053 10.0.0.50 - - [2025-08-04 02:22:53] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 608 0.096302 10.0.0.50 - - [2025-08-04 02:22:54] "POST /route-targets HTTP/1.1" 200 327 0.015994 10.0.0.50 - - [2025-08-04 02:22:54] "POST /ref-update HTTP/1.1" 200 156 0.015005 10.0.0.50 - - [2025-08-04 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004604 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.195433 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 824 0.006800 10.0.0.50 - - [2025-08-04 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001197 10.0.0.50 - - [2025-08-04 02:22:54] "GET /virtual-network/5f81cf3a-31d1-48a5-843b-d5c0fc169e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004681 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 824 0.007151 10.0.0.50 - - [2025-08-04 02:22:54] "GET /virtual-network/5f81cf3a-31d1-48a5-843b-d5c0fc169e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006011 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 824 0.006822 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.006880 10.0.0.50 - - [2025-08-04 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.50 - - [2025-08-04 02:22:54] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001175 10.0.0.50 - - [2025-08-04 02:22:54] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026896 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 117 0.009865 10.0.0.50 - - [2025-08-04 02:22:54] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 615 0.115586 10.0.0.50 - - [2025-08-04 02:22:54] "POST /route-targets HTTP/1.1" 200 327 0.023508 10.0.0.50 - - [2025-08-04 02:22:54] "POST /ref-update HTTP/1.1" 200 156 0.019188 10.0.0.50 - - [2025-08-04 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003833 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.196537 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 834 0.006528 10.0.0.50 - - [2025-08-04 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001284 10.0.0.50 - - [2025-08-04 02:22:54] "GET /virtual-network/bdb09f82-750f-4694-9b47-4f854e6496a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005179 10.0.0.50 - - [2025-08-04 02:22:54] "POST /neutron/network HTTP/1.1" 200 834 0.006979 10.0.0.50 - - [2025-08-04 02:22:54] "GET /virtual-network/bdb09f82-750f-4694-9b47-4f854e6496a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005250 10.0.0.50 - - [2025-08-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 834 0.007034 10.0.0.50 - - [2025-08-04 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.006990 10.0.0.50 - - [2025-08-04 02:22:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.002172 10.0.0.50 - - [2025-08-04 02:22:55] "POST /neutron/network HTTP/1.1" 200 834 0.005973 10.0.0.50 - - [2025-08-04 02:22:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2025-08-04 02:22:55] "GET / HTTP/1.1" 200 35931 0.001682 10.0.0.50 - - [2025-08-04 02:22:55] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-08-04 02:22:55] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001162 10.0.0.50 - - [2025-08-04 02:22:56] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.058381 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/network HTTP/1.1" 200 824 0.006397 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.008704 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.005523 10.0.0.50 - - [2025-08-04 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001567 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.007660 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/network HTTP/1.1" 200 844 0.006150 10.0.0.50 - - [2025-08-04 02:22:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/network HTTP/1.1" 200 834 0.006088 10.0.0.50 - - [2025-08-04 02:22:56] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001210 10.0.0.50 - - [2025-08-04 02:22:56] "GET / HTTP/1.1" 200 35931 0.004101 10.0.0.50 - - [2025-08-04 02:22:56] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000561 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 1060 0.235869 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 1060 0.017953 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 1060 0.010171 10.0.0.50 - - [2025-08-04 02:22:56] "POST /neutron/port HTTP/1.1" 200 1114 0.077542 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1088 0.013880 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006284 10.0.0.50 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001077 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/subnet HTTP/1.1" 200 684 0.012035 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.50 - - [2025-08-04 02:22:57] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.061288 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 824 0.006329 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 834 0.004995 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017640 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007363 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 117 0.005547 10.0.0.50 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002389 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/router HTTP/1.1" 200 585 0.068413 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/router HTTP/1.1" 200 585 0.011868 10.0.0.50 - - [2025-08-04 02:22:57] "POST /route-targets HTTP/1.1" 200 327 0.043383 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/router HTTP/1.1" 200 656 0.072539 10.0.0.50 - - [2025-08-04 02:22:57] "GET /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.016077 10.0.0.50 - - [2025-08-04 02:22:57] "PUT /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b HTTP/1.1" 200 262 0.064502 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/router HTTP/1.1" 200 656 0.012424 10.0.0.50 - - [2025-08-04 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.019351 10.0.0.50 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002087 10.0.0.50 - - [2025-08-04 02:22:57] "GET /service-template/ab933f49-b147-4602-ae0d-b72f838158b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003024 10.0.0.50 - - [2025-08-04 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.002933 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/network HTTP/1.1" 200 844 0.012708 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/router HTTP/1.1" 200 344 0.309896 10.0.0.50 - - [2025-08-04 02:22:57] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001458 10.0.0.50 - - [2025-08-04 02:22:57] "POST /ref-update HTTP/1.1" 200 156 0.015039 10.0.0.50 - - [2025-08-04 02:22:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.50 - - [2025-08-04 02:22:57] "POST /virtual-networks HTTP/1.1" 200 694 0.228885 10.0.0.50 - - [2025-08-04 02:22:57] "POST /route-targets HTTP/1.1" 200 327 0.037058 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/port HTTP/1.1" 200 1088 0.035056 10.0.0.50 - - [2025-08-04 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009853 10.0.0.50 - - [2025-08-04 02:22:58] "POST /ref-update HTTP/1.1" 200 156 0.040906 10.0.0.50 - - [2025-08-04 02:22:58] "POST /service-instances HTTP/1.1" 200 670 0.109679 10.0.0.50 - - [2025-08-04 02:22:58] "POST /route-tables HTTP/1.1" 200 582 0.039676 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1063 0.348126 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1063 0.017097 10.0.0.50 - - [2025-08-04 02:22:58] "PUT /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b HTTP/1.1" 200 262 0.034308 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1063 0.021336 10.0.0.50 - - [2025-08-04 02:22:58] "POST /ref-update HTTP/1.1" 200 156 0.025722 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1117 0.077774 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 1091 0.011972 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003328 10.0.0.50 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002208 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/subnet HTTP/1.1" 200 698 0.008694 10.0.0.50 - - [2025-08-04 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.50 - - [2025-08-04 02:22:58] "POST /neutron/network HTTP/1.1" 200 834 0.007381 10.0.0.50 - - [2025-08-04 02:22:58] "POST /virtual-machines HTTP/1.1" 200 553 0.014075 10.0.0.50 - - [2025-08-04 02:22:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090056 10.0.0.50 - - [2025-08-04 02:22:58] "POST /chown HTTP/1.1" 200 109 0.008325 10.0.0.50 - - [2025-08-04 02:22:58] "POST /instance-ips HTTP/1.1" 200 551 0.042110 10.0.0.50 - - [2025-08-04 02:22:58] "POST /instance-ips HTTP/1.1" 400 246 0.014885 10.0.0.50 - - [2025-08-04 02:22:58] "POST /chown HTTP/1.1" 200 109 0.009095 10.0.0.50 - - [2025-08-04 02:22:58] "PUT /virtual-machine-interface/3bb009dc-9897-4604-96ac-f94478d9d6b4 HTTP/1.1" 200 284 0.013956 10.0.0.50 - - [2025-08-04 02:22:59] "PUT /instance-ip/d6e1bc26-24c6-414e-9ce5-3ee9456baa59 HTTP/1.1" 200 256 0.014683 10.0.0.50 - - [2025-08-04 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.011635 10.0.0.50 - - [2025-08-04 02:22:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.102265 10.0.0.50 - - [2025-08-04 02:22:59] "POST /chown HTTP/1.1" 200 109 0.008323 10.0.0.50 - - [2025-08-04 02:22:59] "POST /instance-ips HTTP/1.1" 200 549 0.042746 10.0.0.50 - - [2025-08-04 02:22:59] "POST /instance-ips HTTP/1.1" 400 316 0.021294 10.0.0.50 - - [2025-08-04 02:22:59] "POST /chown HTTP/1.1" 200 109 0.009178 10.0.0.50 - - [2025-08-04 02:22:59] "PUT /virtual-machine-interface/4354ee50-3912-41e9-91dd-25eb33244139 HTTP/1.1" 200 284 0.014858 10.0.0.50 - - [2025-08-04 02:22:59] "PUT /instance-ip/09c05aee-0b14-44c2-9640-09e81e216a03 HTTP/1.1" 200 256 0.014373 10.0.0.50 - - [2025-08-04 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.012244 10.0.0.50 - - [2025-08-04 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.013931 10.0.0.50 - - [2025-08-04 02:22:59] "PUT /routing-instance/e7e4cc47-9c12-47f7-b484-152e962b6db8 HTTP/1.1" 200 266 0.017793 10.0.0.50 - - [2025-08-04 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.014759 10.0.0.50 - - [2025-08-04 02:22:59] "POST /virtual-machines HTTP/1.1" 200 553 0.011427 10.0.0.50 - - [2025-08-04 02:22:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.087210 10.0.0.50 - - [2025-08-04 02:23:00] "POST /chown HTTP/1.1" 200 109 0.013199 10.0.0.50 - - [2025-08-04 02:23:00] "POST /instance-ips HTTP/1.1" 400 246 0.017540 10.0.0.50 - - [2025-08-04 02:23:00] "POST /chown HTTP/1.1" 200 109 0.010819 10.0.0.50 - - [2025-08-04 02:23:00] "PUT /virtual-machine-interface/7bb3d147-1095-4d4e-86e1-950fa56c51dd HTTP/1.1" 200 284 0.012085 10.0.0.50 - - [2025-08-04 02:23:00] "PUT /instance-ip/d6e1bc26-24c6-414e-9ce5-3ee9456baa59 HTTP/1.1" 200 256 0.018991 10.0.0.50 - - [2025-08-04 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.013361 10.0.0.50 - - [2025-08-04 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.014132 10.0.0.50 - - [2025-08-04 02:23:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092610 10.0.0.50 - - [2025-08-04 02:23:00] "POST /chown HTTP/1.1" 200 109 0.008377 10.0.0.50 - - [2025-08-04 02:23:00] "POST /instance-ips HTTP/1.1" 400 316 0.016368 10.0.0.50 - - [2025-08-04 02:23:00] "POST /chown HTTP/1.1" 200 109 0.010299 10.0.0.50 - - [2025-08-04 02:23:00] "PUT /virtual-machine-interface/e3b739d0-71bb-40d5-afb0-7418e72313ab HTTP/1.1" 200 284 0.012527 10.0.0.50 - - [2025-08-04 02:23:00] "PUT /instance-ip/09c05aee-0b14-44c2-9640-09e81e216a03 HTTP/1.1" 200 256 0.017533 10.0.0.50 - - [2025-08-04 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.013177 10.0.0.50 - - [2025-08-04 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.016364 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/port HTTP/1.1" 200 1088 0.013057 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007902 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/port HTTP/1.1" 200 1088 0.013647 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006768 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/port HTTP/1.1" 200 1088 0.012625 10.0.0.50 - - [2025-08-04 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009156 10.0.0.50 - - [2025-08-04 02:23:03] "GET /virtual-machine/af8405f9-f68d-41bc-9e4d-1aa50e884650 HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2025-08-04 02:23:03] "GET /virtual-machine/af8405f9-f68d-41bc-9e4d-1aa50e884650 HTTP/1.1" 200 1296 0.034867 10.0.0.50 - - [2025-08-04 02:23:03] "GET /virtual-machine-interface/9460e90b-a96e-47b1-98fe-947912c881a0 HTTP/1.1" 200 2956 0.006323 10.0.0.50 - - [2025-08-04 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.50 - - [2025-08-04 02:23:03] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004816 10.0.0.50 - - [2025-08-04 02:23:03] "GET /virtual-networks?parent_id=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003434 10.0.0.50 - - [2025-08-04 02:23:03] "GET /virtual-network/5f81cf3a-31d1-48a5-843b-d5c0fc169e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007377 10.0.0.50 - - [2025-08-04 02:23:06] "POST /neutron/port HTTP/1.1" 200 1088 0.012923 10.0.0.50 - - [2025-08-04 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006211 10.0.0.50 - - [2025-08-04 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.50 - - [2025-08-04 02:23:06] "GET /virtual-network/5f81cf3a-31d1-48a5-843b-d5c0fc169e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005456 10.0.0.50 - - [2025-08-04 02:23:07] "POST /neutron/port HTTP/1.1" 200 1091 0.015287 10.0.0.50 - - [2025-08-04 02:23:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006884 10.0.0.50 - - [2025-08-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.50 - - [2025-08-04 02:23:09] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003533 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-networks?parent_id=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002627 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-network/5f81cf3a-31d1-48a5-843b-d5c0fc169e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006526 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1091 0.015282 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006613 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1091 0.012619 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007496 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/port HTTP/1.1" 200 1091 0.012254 10.0.0.50 - - [2025-08-04 02:23:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006742 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-machine/425deb48-6dfd-41ae-a028-1b6b1b67c0c7 HTTP/1.1" 200 1295 0.005844 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-machine-interface/3e304d23-05f5-4205-ad33-84e0002bde68 HTTP/1.1" 200 2967 0.005018 10.0.0.50 - - [2025-08-04 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.50 - - [2025-08-04 02:23:09] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003029 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-networks?parent_id=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002944 10.0.0.50 - - [2025-08-04 02:23:09] "GET /virtual-network/bdb09f82-750f-4694-9b47-4f854e6496a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005232 10.0.0.50 - - [2025-08-04 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.50 - - [2025-08-04 02:23:10] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003246 10.0.0.50 - - [2025-08-04 02:23:10] "GET /virtual-networks?parent_id=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004180 10.0.0.50 - - [2025-08-04 02:23:10] "GET /virtual-network/bdb09f82-750f-4694-9b47-4f854e6496a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006757 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/router HTTP/1.1" 200 656 0.005111 10.0.0.50 - - [2025-08-04 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.012500 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/router HTTP/1.1" 200 344 0.113398 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/router HTTP/1.1" 200 656 0.005383 10.0.0.50 - - [2025-08-04 02:23:15] "GET /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.003884 10.0.0.50 - - [2025-08-04 02:23:15] "GET /service-instance/38d091a8-c232-498c-a32b-1776583f35a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.004515 10.0.0.50 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/router HTTP/1.1" 200 151 0.059162 10.0.0.50 - - [2025-08-04 02:23:15] "DELETE /route-target/f1d7345a-e4b5-42ff-ac96-2f1b9a5768e4 HTTP/1.1" 409 239 0.005149 10.0.0.50 - - [2025-08-04 02:23:15] "PUT /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b HTTP/1.1" 404 171 0.003695 10.0.0.50 - - [2025-08-04 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.019116 10.0.0.50 - - [2025-08-04 02:23:15] "DELETE /route-table/8b188d67-9e60-440e-b4e6-a6bec043931c HTTP/1.1" 200 115 0.039568 10.0.0.50 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.50 - - [2025-08-04 02:23:15] "PUT /routing-instance/e7e4cc47-9c12-47f7-b484-152e962b6db8 HTTP/1.1" 200 266 0.014323 10.0.0.50 - - [2025-08-04 02:23:15] "GET /virtual-network/6f682324-3cf2-4f7f-a90a-df6c1afb87ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007237 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/network HTTP/1.1" 200 834 0.011006 10.0.0.50 - - [2025-08-04 02:23:15] "POST /neutron/network HTTP/1.1" 400 204 0.039331 10.0.0.50 - - [2025-08-04 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.012421 10.0.0.50 - - [2025-08-04 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.50 - - [2025-08-04 02:23:15] "DELETE /instance-ip/09c05aee-0b14-44c2-9640-09e81e216a03 HTTP/1.1" 200 115 0.041174 10.0.0.50 - - [2025-08-04 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.50 - - [2025-08-04 02:23:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003550 10.0.0.50 - - [2025-08-04 02:23:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003535 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-network/6f682324-3cf2-4f7f-a90a-df6c1afb87ab HTTP/1.1" 200 115 0.131301 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /route-target/a1ba32ca-2132-43fe-bf91-d534fc9747e5 HTTP/1.1" 200 115 0.021247 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /service-instance/38d091a8-c232-498c-a32b-1776583f35a4 HTTP/1.1" 200 115 0.030884 10.0.0.50 - - [2025-08-04 02:23:16] "GET /logical-router/0015f826-fa49-4f3e-bc2f-811cb459e63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002325 10.0.0.50 - - [2025-08-04 02:23:16] "GET /service-instance/38d091a8-c232-498c-a32b-1776583f35a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002961 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 1091 0.011440 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 1117 0.013268 10.0.0.50 - - [2025-08-04 02:23:16] "GET /virtual-machine-interface/e3b739d0-71bb-40d5-afb0-7418e72313ab?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.007577 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 1088 0.025937 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine-interface/e3b739d0-71bb-40d5-afb0-7418e72313ab HTTP/1.1" 200 115 0.051063 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 1114 0.016552 10.0.0.50 - - [2025-08-04 02:23:16] "GET /virtual-machine-interface/7bb3d147-1095-4d4e-86e1-950fa56c51dd?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.006023 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 151 0.160854 10.0.0.50 - - [2025-08-04 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.018471 10.0.0.50 - - [2025-08-04 02:23:16] "GET /instance-ip/d6e1bc26-24c6-414e-9ce5-3ee9456baa59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004147 10.0.0.50 - - [2025-08-04 02:23:16] "POST /neutron/port HTTP/1.1" 200 151 0.144670 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine-interface/7bb3d147-1095-4d4e-86e1-950fa56c51dd HTTP/1.1" 200 115 0.043227 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine/7a9995bc-1d81-425e-bd1a-b65ee8f4c540 HTTP/1.1" 200 115 0.023312 10.0.0.50 - - [2025-08-04 02:23:16] "GET /virtual-machine-interface/3bb009dc-9897-4604-96ac-f94478d9d6b4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.009600 10.0.0.50 - - [2025-08-04 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.014426 10.0.0.50 - - [2025-08-04 02:23:16] "GET /instance-ip/d6e1bc26-24c6-414e-9ce5-3ee9456baa59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005028 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /instance-ip/d6e1bc26-24c6-414e-9ce5-3ee9456baa59 HTTP/1.1" 200 115 0.033187 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine-interface/3bb009dc-9897-4604-96ac-f94478d9d6b4 HTTP/1.1" 200 115 0.036292 10.0.0.50 - - [2025-08-04 02:23:16] "GET /virtual-machine-interface/4354ee50-3912-41e9-91dd-25eb33244139?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.005742 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine-interface/4354ee50-3912-41e9-91dd-25eb33244139 HTTP/1.1" 200 115 0.027694 10.0.0.50 - - [2025-08-04 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.50 - - [2025-08-04 02:23:16] "DELETE /virtual-machine/a8f62aaf-cf59-4049-a23f-127f9f6742b1 HTTP/1.1" 200 115 0.017775 10.0.0.50 - - [2025-08-04 02:23:17] "POST /neutron/network HTTP/1.1" 200 834 0.005964 10.0.0.50 - - [2025-08-04 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003862 10.0.0.50 - - [2025-08-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006390 10.0.0.50 - - [2025-08-04 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004337 10.0.0.50 - - [2025-08-04 02:23:17] "POST /neutron/network HTTP/1.1" 200 151 0.094928 10.0.0.50 - - [2025-08-04 02:23:17] "DELETE /route-target/34e4321b-a0fe-4943-abac-6c8216aa9b5a HTTP/1.1" 200 115 0.022705 10.0.0.50 - - [2025-08-04 02:23:17] "POST /neutron/network HTTP/1.1" 200 824 0.005984 10.0.0.50 - - [2025-08-04 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002498 10.0.0.50 - - [2025-08-04 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007981 10.0.0.50 - - [2025-08-04 02:23:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003679 10.0.0.50 - - [2025-08-04 02:23:17] "POST /neutron/network HTTP/1.1" 200 151 0.098282 10.0.0.50 - - [2025-08-04 02:23:17] "DELETE /route-target/9fff0b77-4287-4dc0-ba50-6da90535a76a HTTP/1.1" 200 115 0.020236 10.0.0.50 - - [2025-08-04 02:23:18] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.50 - - [2025-08-04 02:23:18] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.029329 10.0.0.50 - - [2025-08-04 02:23:18] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001336 10.0.0.50 - - [2025-08-04 02:23:18] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?fields=virtual_networks HTTP/1.1" 200 1039 0.069657 10.0.0.50 - - [2025-08-04 02:23:18] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.50 - - [2025-08-04 02:23:18] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.026685 10.0.0.50 - - [2025-08-04 02:23:18] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001421 10.0.0.50 - - [2025-08-04 02:23:18] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?fields=security_groups HTTP/1.1" 200 1268 0.027903 10.0.0.50 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.024643 10.0.0.50 - - [2025-08-04 02:23:19] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002585 10.0.0.50 - - [2025-08-04 02:23:19] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.50 - - [2025-08-04 02:23:19] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008319 10.0.0.50 - - [2025-08-04 02:23:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.003821 10.0.0.50 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004216 10.0.0.50 - - [2025-08-04 02:23:19] "POST /security-groups HTTP/1.1" 200 599 0.064001 10.0.0.50 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002719 10.0.0.50 - - [2025-08-04 02:23:19] "POST /projects HTTP/1.1" 200 601 0.224266 10.0.0.50 - - [2025-08-04 02:23:19] "POST /access-control-lists HTTP/1.1" 200 604 0.061055 10.0.0.50 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.302079 10.0.0.50 - - [2025-08-04 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 241 0.003020 10.0.0.50 - - [2025-08-04 02:23:19] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.427520 10.0.0.50 - - [2025-08-04 02:23:19] "POST /access-control-lists HTTP/1.1" 200 602 0.068066 10.0.0.50 - - [2025-08-04 02:23:20] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.50 - - [2025-08-04 02:23:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.50 - - [2025-08-04 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.059137 10.0.0.50 - - [2025-08-04 02:23:21] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.50 - - [2025-08-04 02:23:21] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025986 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 117 0.032676 10.0.0.50 - - [2025-08-04 02:23:22] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001560 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 613 0.072797 10.0.0.50 - - [2025-08-04 02:23:22] "POST /route-targets HTTP/1.1" 200 327 0.013162 10.0.0.50 - - [2025-08-04 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.012969 10.0.0.50 - - [2025-08-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006978 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.158049 10.0.0.50 - - [2025-08-04 02:23:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004666 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.197105 10.0.0.50 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.033260 10.0.0.50 - - [2025-08-04 02:23:22] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.011950 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 1008 0.006529 10.0.0.50 - - [2025-08-04 02:23:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001289 10.0.0.50 - - [2025-08-04 02:23:22] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005018 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 1008 0.007970 10.0.0.50 - - [2025-08-04 02:23:22] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005149 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 1008 0.008198 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.009399 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.007384 10.0.0.50 - - [2025-08-04 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.50 - - [2025-08-04 02:23:22] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492 10.0.0.50 - - [2025-08-04 02:23:22] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.032852 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 117 0.009852 10.0.0.50 - - [2025-08-04 02:23:22] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.50 - - [2025-08-04 02:23:22] "POST /neutron/network HTTP/1.1" 200 613 0.079117 10.0.0.50 - - [2025-08-04 02:23:22] "POST /route-targets HTTP/1.1" 200 327 0.011308 10.0.0.50 - - [2025-08-04 02:23:22] "POST /ref-update HTTP/1.1" 200 156 0.013955 10.0.0.50 - - [2025-08-04 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004365 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 714 0.150198 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.50 - - [2025-08-04 02:23:23] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.008520 10.0.0.50 - - [2025-08-04 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003980 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.139667 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1003 0.008230 10.0.0.50 - - [2025-08-04 02:23:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001417 10.0.0.50 - - [2025-08-04 02:23:23] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005510 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1003 0.007367 10.0.0.50 - - [2025-08-04 02:23:23] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005233 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1003 0.007451 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 714 0.008627 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.007591 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.003165 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.50 - - [2025-08-04 02:23:23] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.50 - - [2025-08-04 02:23:23] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.032905 10.0.0.50 - - [2025-08-04 02:23:23] "POST /network-policys HTTP/1.1" 200 577 0.059891 10.0.0.50 - - [2025-08-04 02:23:23] "GET /network-policy/823529b9-7515-4b46-87bc-97d4aa3af2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004886 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1008 0.007685 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007506 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.007246 10.0.0.50 - - [2025-08-04 02:23:23] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007404 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1116 0.060889 10.0.0.50 - - [2025-08-04 02:23:23] "POST /access-control-lists HTTP/1.1" 200 596 0.075888 10.0.0.50 - - [2025-08-04 02:23:23] "POST /neutron/network HTTP/1.1" 200 1116 0.046462 10.0.0.50 - - [2025-08-04 02:23:23] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.009892 10.0.0.50 - - [2025-08-04 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.50 - - [2025-08-04 02:23:23] "GET /network-policy/823529b9-7515-4b46-87bc-97d4aa3af2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004260 10.0.0.50 - - [2025-08-04 02:23:24] "POST /neutron/network HTTP/1.1" 200 1003 0.007666 10.0.0.50 - - [2025-08-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009090 10.0.0.50 - - [2025-08-04 02:23:24] "PUT /access-control-list/e2f96f36-f5c2-4efa-96f0-9e4cfe5c2522 HTTP/1.1" 200 272 0.071774 10.0.0.50 - - [2025-08-04 02:23:24] "POST /neutron/network HTTP/1.1" 200 1111 0.105997 10.0.0.50 - - [2025-08-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.002590 10.0.0.50 - - [2025-08-04 02:23:24] "POST /neutron/network HTTP/1.1" 200 1111 0.014017 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005829 10.0.0.50 - - [2025-08-04 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2025-08-04 02:23:24] "GET /network-policy/823529b9-7515-4b46-87bc-97d4aa3af2b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.017067 10.0.0.50 - - [2025-08-04 02:23:24] "POST /access-control-lists HTTP/1.1" 200 596 0.062558 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domains HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2025-08-04 02:23:24] "POST /ref-update HTTP/1.1" 200 156 0.009975 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domains HTTP/1.1" 200 280 0.028321 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.008732 10.0.0.50 - - [2025-08-04 02:23:24] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.50 - - [2025-08-04 02:23:24] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 2626 0.070816 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a HTTP/1.1" 200 3511 0.006635 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a HTTP/1.1" 200 3511 0.005839 10.0.0.50 - - [2025-08-04 02:23:24] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 200 1794 0.004145 10.0.0.50 - - [2025-08-04 02:23:24] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 200 1794 0.004303 10.0.0.50 - - [2025-08-04 02:23:24] "GET /route-target/8170f5bb-a1ea-4327-ac1b-1cc6f05eb8ee HTTP/1.1" 200 1212 0.003627 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a HTTP/1.1" 200 3511 0.004913 10.0.0.50 - - [2025-08-04 02:23:24] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 200 1794 0.003528 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005231 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a HTTP/1.1" 200 3511 0.005747 10.0.0.50 - - [2025-08-04 02:23:24] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 200 1794 0.006055 10.0.0.50 - - [2025-08-04 02:23:24] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 200 1794 0.003700 10.0.0.50 - - [2025-08-04 02:23:24] "GET /route-target/8170f5bb-a1ea-4327-ac1b-1cc6f05eb8ee HTTP/1.1" 200 1212 0.003626 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domains HTTP/1.1" 200 280 0.002970 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.50 - - [2025-08-04 02:23:24] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.007540 10.0.0.50 - - [2025-08-04 02:23:24] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.50 - - [2025-08-04 02:23:24] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 2626 0.072663 10.0.0.50 - - [2025-08-04 02:23:24] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a HTTP/1.1" 200 3511 0.004843 10.0.0.50 - - [2025-08-04 02:23:25] "GET /obj-perms HTTP/1.1" 200 5046 0.051797 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domains HTTP/1.1" 200 280 0.002669 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.008407 10.0.0.50 - - [2025-08-04 02:23:25] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.50 - - [2025-08-04 02:23:25] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 2626 0.070457 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f HTTP/1.1" 200 3496 0.007045 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f HTTP/1.1" 200 3496 0.005438 10.0.0.50 - - [2025-08-04 02:23:25] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 200 1796 0.004368 10.0.0.50 - - [2025-08-04 02:23:25] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 200 1796 0.004611 10.0.0.50 - - [2025-08-04 02:23:25] "GET /route-target/4282caee-9029-40a4-8856-bdd5b7ba268d HTTP/1.1" 200 1211 0.004048 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f HTTP/1.1" 200 3496 0.006285 10.0.0.50 - - [2025-08-04 02:23:25] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 200 1796 0.004023 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005598 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f HTTP/1.1" 200 3496 0.005292 10.0.0.50 - - [2025-08-04 02:23:25] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 200 1796 0.003809 10.0.0.50 - - [2025-08-04 02:23:25] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 200 1796 0.004011 10.0.0.50 - - [2025-08-04 02:23:25] "GET /route-target/4282caee-9029-40a4-8856-bdd5b7ba268d HTTP/1.1" 200 1211 0.003264 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.50 - - [2025-08-04 02:23:25] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.007289 10.0.0.50 - - [2025-08-04 02:23:25] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.50 - - [2025-08-04 02:23:25] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 2626 0.066212 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f HTTP/1.1" 200 3496 0.004700 10.0.0.50 - - [2025-08-04 02:23:25] "GET /obj-perms HTTP/1.1" 200 5046 0.003527 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005249 10.0.0.50 - - [2025-08-04 02:23:25] "POST /neutron/network HTTP/1.1" 200 1111 0.008092 10.0.0.50 - - [2025-08-04 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006464 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007160 10.0.0.50 - - [2025-08-04 02:23:25] "POST /neutron/network HTTP/1.1" 200 1003 0.060961 10.0.0.50 - - [2025-08-04 02:23:25] "DELETE /access-control-list/d4d55c97-a450-45a8-aef1-82c0266cd1b2 HTTP/1.1" 200 115 0.042497 10.0.0.50 - - [2025-08-04 02:23:25] "POST /neutron/network HTTP/1.1" 200 1003 0.014785 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/4e0ffaca-3fe5-497a-9981-b07a7cd1238f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005447 10.0.0.50 - - [2025-08-04 02:23:25] "POST /ref-update HTTP/1.1" 200 156 0.026037 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.013962 10.0.0.50 - - [2025-08-04 02:23:25] "POST /neutron/network HTTP/1.1" 200 1116 0.007249 10.0.0.50 - - [2025-08-04 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.50 - - [2025-08-04 02:23:25] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005159 10.0.0.50 - - [2025-08-04 02:23:25] "POST /neutron/network HTTP/1.1" 200 1008 0.047736 10.0.0.50 - - [2025-08-04 02:23:25] "DELETE /access-control-list/e2f96f36-f5c2-4efa-96f0-9e4cfe5c2522 HTTP/1.1" 200 115 0.028207 10.0.0.50 - - [2025-08-04 02:23:26] "POST /neutron/network HTTP/1.1" 200 1008 0.010589 10.0.0.50 - - [2025-08-04 02:23:26] "POST /ref-update HTTP/1.1" 200 156 0.024719 10.0.0.50 - - [2025-08-04 02:23:26] "GET /virtual-network/ffc140d0-1739-4fe5-bc51-a48bab7b774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009662 10.0.0.50 - - [2025-08-04 02:23:26] "DELETE /network-policy/823529b9-7515-4b46-87bc-97d4aa3af2b6 HTTP/1.1" 200 115 0.026689 10.0.0.50 - - [2025-08-04 02:23:26] "POST /neutron/network HTTP/1.1" 200 1003 0.007601 10.0.0.50 - - [2025-08-04 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002002 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003316 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001724 10.0.0.50 - - [2025-08-04 02:23:26] "POST /neutron/network HTTP/1.1" 200 151 0.095309 10.0.0.50 - - [2025-08-04 02:23:26] "DELETE /route-target/4282caee-9029-40a4-8856-bdd5b7ba268d HTTP/1.1" 200 115 0.022132 10.0.0.50 - - [2025-08-04 02:23:26] "GET /routing-instance/b92ca6f3-4863-4c55-a04d-8916dac6b9c5 HTTP/1.1" 404 171 0.002591 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domains HTTP/1.1" 200 280 0.002876 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.049790 10.0.0.50 - - [2025-08-04 02:23:26] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001639 10.0.0.50 - - [2025-08-04 02:23:26] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 2146 0.069349 10.0.0.50 - - [2025-08-04 02:23:26] "POST /neutron/network HTTP/1.1" 200 1008 0.008354 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004588 10.0.0.50 - - [2025-08-04 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006181 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003923 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003439 10.0.0.50 - - [2025-08-04 02:23:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002353 10.0.0.50 - - [2025-08-04 02:23:26] "POST /neutron/network HTTP/1.1" 200 151 0.103204 10.0.0.50 - - [2025-08-04 02:23:26] "DELETE /route-target/8170f5bb-a1ea-4327-ac1b-1cc6f05eb8ee HTTP/1.1" 200 115 0.028228 10.0.0.50 - - [2025-08-04 02:23:26] "GET /routing-instance/026ec088-6078-4401-b37e-a44d89039885 HTTP/1.1" 404 171 0.004516 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domains HTTP/1.1" 200 280 0.002968 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2025-08-04 02:23:26] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3134 0.051669 10.0.0.50 - - [2025-08-04 02:23:26] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.50 - - [2025-08-04 02:23:26] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 1901 0.069386 10.0.0.50 - - [2025-08-04 02:23:26] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.50 - - [2025-08-04 02:23:26] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026299 10.0.0.50 - - [2025-08-04 02:23:26] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.50 - - [2025-08-04 02:23:27] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?fields=virtual_networks HTTP/1.1" 200 1049 0.066388 10.0.0.50 - - [2025-08-04 02:23:27] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.50 - - [2025-08-04 02:23:27] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.026083 10.0.0.50 - - [2025-08-04 02:23:27] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.50 - - [2025-08-04 02:23:27] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?fields=security_groups HTTP/1.1" 200 1283 0.027704 10.0.0.50 - - [2025-08-04 02:23:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.028980 10.0.0.50 - - [2025-08-04 02:23:28] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002385 10.0.0.50 - - [2025-08-04 02:23:28] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.50 - - [2025-08-04 02:23:28] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007894 10.0.0.50 - - [2025-08-04 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.002413 10.0.0.50 - - [2025-08-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002258 10.0.0.50 - - [2025-08-04 02:23:28] "POST /security-groups HTTP/1.1" 200 607 0.152639 10.0.0.50 - - [2025-08-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 250 0.004577 10.0.0.50 - - [2025-08-04 02:23:28] "POST /projects HTTP/1.1" 200 617 0.312758 10.0.0.50 - - [2025-08-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.384374 10.0.0.50 - - [2025-08-04 02:23:28] "POST /access-control-lists HTTP/1.1" 200 612 0.064562 10.0.0.50 - - [2025-08-04 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.003014 10.0.0.50 - - [2025-08-04 02:23:28] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.520633 10.0.0.50 - - [2025-08-04 02:23:28] "POST /access-control-lists HTTP/1.1" 200 610 0.059738 10.0.0.50 - - [2025-08-04 02:23:29] "GET / HTTP/1.1" 200 35931 0.002208 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/b6c5dd9de6674cf8b0d27fe4ea555e0f HTTP/1.1" 404 173 0.015955 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/88419b2287be4f9a9541c4e3965ee01c HTTP/1.1" 404 173 0.011348 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/a2f2f44310e24da4a683ac0ddc419fdc HTTP/1.1" 404 173 0.015857 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000975 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.070161 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.075626 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.078428 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001382 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001563 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?fields=security_groups HTTP/1.1" 200 1373 0.060776 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?fields=security_groups HTTP/1.1" 200 1388 0.062746 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?fields=security_groups HTTP/1.1" 200 1357 0.067771 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /security-group/eabc381c-ddb2-4a61-8048-d0cb37f7020d HTTP/1.1" 200 115 0.098980 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=a2f2f443-10e2-4da4-a683-ac0ddc419fdc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/7ed4529f-6daa-47ae-8c7f-9931d379abfa HTTP/1.1" 200 115 0.062332 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /security-group/d56b33c8-fcdf-4ea2-9d6e-c71d0c093f48 HTTP/1.1" 200 115 0.112819 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /security-group/c284a0d7-4fad-4327-b3c4-52805037be2c HTTP/1.1" 200 115 0.116144 10.0.0.50 - - [2025-08-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2025-08-04 02:23:30] "GET /projects?obj_uuids=926aaede-201a-4af5-82eb-479c2396d3d9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc?fields=application_policy_sets HTTP/1.1" 200 1412 0.079416 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/0d2e20c9-5229-40b7-b251-a0e95faec8ca HTTP/1.1" 200 115 0.084385 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/926aaede-201a-4af5-82eb-479c2396d3d9?fields=application_policy_sets HTTP/1.1" 200 1396 0.088618 10.0.0.50 - - [2025-08-04 02:23:30] "GET /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f?fields=application_policy_sets HTTP/1.1" 200 1427 0.131462 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/a77e5632-f05c-4640-8d84-9c440258d744 HTTP/1.1" 200 115 0.055980 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/193f3517-f4c9-42c3-b7ef-014ba2de357d HTTP/1.1" 200 115 0.050465 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/9872babf-2957-4242-9bde-679f37ef04f0 HTTP/1.1" 200 115 0.066354 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/a2f2f443-10e2-4da4-a683-ac0ddc419fdc HTTP/1.1" 200 115 0.640891 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /access-control-list/1cc3e17f-02b7-4900-820b-4de8e339d421 HTTP/1.1" 200 115 0.059218 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/926aaede-201a-4af5-82eb-479c2396d3d9 HTTP/1.1" 200 115 0.696351 10.0.0.50 - - [2025-08-04 02:23:30] "DELETE /project/b6c5dd9d-e667-4cf8-b0d2-7fe4ea555e0f HTTP/1.1" 200 115 0.707434 10.0.0.50 - - [2025-08-04 02:23:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.028407 10.0.0.50 - - [2025-08-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.50 - - [2025-08-04 02:23:31] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001297 10.0.0.50 - - [2025-08-04 02:23:31] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.032391 10.0.0.50 - - [2025-08-04 02:23:31] "POST /network-policys HTTP/1.1" 200 567 0.064268 10.0.0.50 - - [2025-08-04 02:23:31] "GET /network-policy/696bfaa0-79f1-4908-8a2a-ddc46683d5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.005768 10.0.0.50 - - [2025-08-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.50 - - [2025-08-04 02:23:31] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001246 10.0.0.50 - - [2025-08-04 02:23:31] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.035433 10.0.0.50 - - [2025-08-04 02:23:31] "POST /neutron/network HTTP/1.1" 200 117 0.030551 10.0.0.50 - - [2025-08-04 02:23:31] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001302 10.0.0.50 - - [2025-08-04 02:23:31] "POST /neutron/network HTTP/1.1" 200 623 0.085352 10.0.0.50 - - [2025-08-04 02:23:31] "POST /route-targets HTTP/1.1" 200 327 0.012749 10.0.0.50 - - [2025-08-04 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.020302 10.0.0.50 - - [2025-08-04 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.50 - - [2025-08-04 02:23:31] "POST /neutron/subnet HTTP/1.1" 200 719 0.208610 10.0.0.50 - - [2025-08-04 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.50 - - [2025-08-04 02:23:31] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005156 10.0.0.50 - - [2025-08-04 02:23:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004379 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.198512 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1015 0.009651 10.0.0.50 - - [2025-08-04 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 237 0.001665 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005477 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1015 0.007848 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005422 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1015 0.007498 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.006914 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.007651 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1015 0.008527 10.0.0.50 - - [2025-08-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006629 10.0.0.50 - - [2025-08-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.005043 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/9b72f392-f9fd-4001-ae72-b124e2a70399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007900 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1122 0.056423 10.0.0.50 - - [2025-08-04 02:23:32] "POST /neutron/network HTTP/1.1" 200 1122 0.008368 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.038220 10.0.0.50 - - [2025-08-04 02:23:32] "POST /access-control-lists HTTP/1.1" 200 607 0.083807 10.0.0.50 - - [2025-08-04 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.50 - - [2025-08-04 02:23:32] "GET /network-policy/696bfaa0-79f1-4908-8a2a-ddc46683d5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3151 0.003830 10.0.0.50 - - [2025-08-04 02:23:32] "GET /domains HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2025-08-04 02:23:32] "GET /domains HTTP/1.1" 200 280 0.029251 10.0.0.50 - - [2025-08-04 02:23:32] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.50 - - [2025-08-04 02:23:32] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2769 0.008884 10.0.0.50 - - [2025-08-04 02:23:32] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001252 10.0.0.50 - - [2025-08-04 02:23:32] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c HTTP/1.1" 200 2458 0.068710 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172 HTTP/1.1" 200 3539 0.007655 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172 HTTP/1.1" 200 3539 0.006068 10.0.0.50 - - [2025-08-04 02:23:32] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 200 1495 0.003854 10.0.0.50 - - [2025-08-04 02:23:32] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 200 1495 0.003806 10.0.0.50 - - [2025-08-04 02:23:32] "GET /route-target/ce9cec14-c533-4383-b9cb-02b5acb4e589 HTTP/1.1" 200 1223 0.003093 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172 HTTP/1.1" 200 3539 0.005160 10.0.0.50 - - [2025-08-04 02:23:32] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 200 1495 0.003463 10.0.0.50 - - [2025-08-04 02:23:32] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.004956 10.0.0.50 - - [2025-08-04 02:23:33] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172 HTTP/1.1" 200 3539 0.005400 10.0.0.50 - - [2025-08-04 02:23:33] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 200 1495 0.004441 10.0.0.50 - - [2025-08-04 02:23:33] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 200 1495 0.003430 10.0.0.50 - - [2025-08-04 02:23:33] "GET /route-target/ce9cec14-c533-4383-b9cb-02b5acb4e589 HTTP/1.1" 200 1223 0.003845 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains HTTP/1.1" 200 280 0.002952 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2769 0.007756 10.0.0.50 - - [2025-08-04 02:23:33] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001390 10.0.0.50 - - [2025-08-04 02:23:33] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c HTTP/1.1" 200 2458 0.070796 10.0.0.50 - - [2025-08-04 02:23:33] "GET /virtual-network/800cc074-2437-43c8-af1d-f2c5c3f0b172 HTTP/1.1" 200 3539 0.005575 10.0.0.50 - - [2025-08-04 02:23:33] "GET /obj-perms HTTP/1.1" 200 5062 0.054396 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains HTTP/1.1" 200 280 0.003450 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2769 0.007750 10.0.0.50 - - [2025-08-04 02:23:33] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002399 10.0.0.50 - - [2025-08-04 02:23:33] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c HTTP/1.1" 200 2458 0.072439 10.0.0.50 - - [2025-08-04 02:23:33] "GET /network-policy/696bfaa0-79f1-4908-8a2a-ddc46683d5e9 HTTP/1.1" 200 3477 0.004863 10.0.0.50 - - [2025-08-04 02:23:33] "DELETE /network-policy/696bfaa0-79f1-4908-8a2a-ddc46683d5e9 HTTP/1.1" 409 238 0.008237 10.0.0.50 - - [2025-08-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 1122 0.008023 10.0.0.50 - - [2025-08-04 02:23:33] "DELETE /access-control-list/5a7a3778-7fe0-4a6c-86a6-4e03cb300570 HTTP/1.1" 200 115 0.033554 10.0.0.50 - - [2025-08-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.50 - - [2025-08-04 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005650 10.0.0.50 - - [2025-08-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.50 - - [2025-08-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001977 10.0.0.50 - - [2025-08-04 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002191 10.0.0.50 - - [2025-08-04 02:23:33] "POST /neutron/network HTTP/1.1" 200 151 0.128898 10.0.0.50 - - [2025-08-04 02:23:33] "GET /routing-instance/818249db-a0d8-4e7a-8cdd-7ac1afc5c1ae HTTP/1.1" 404 171 0.003696 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains HTTP/1.1" 200 280 0.002698 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001676 10.0.0.50 - - [2025-08-04 02:23:33] "DELETE /route-target/ce9cec14-c533-4383-b9cb-02b5acb4e589 HTTP/1.1" 200 115 0.023268 10.0.0.50 - - [2025-08-04 02:23:33] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2769 0.053030 10.0.0.50 - - [2025-08-04 02:23:33] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001188 10.0.0.50 - - [2025-08-04 02:23:33] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c HTTP/1.1" 200 2204 0.072647 10.0.0.50 - - [2025-08-04 02:23:34] "DELETE /network-policy/696bfaa0-79f1-4908-8a2a-ddc46683d5e9 HTTP/1.1" 200 115 0.020971 10.0.0.50 - - [2025-08-04 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.50 - - [2025-08-04 02:23:34] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001166 10.0.0.50 - - [2025-08-04 02:23:34] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.035076 10.0.0.50 - - [2025-08-04 02:23:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-98978517&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004248 10.0.0.50 - - [2025-08-04 02:23:34] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001127 10.0.0.50 - - [2025-08-04 02:23:34] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.024360 10.0.0.50 - - [2025-08-04 02:23:34] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001095 10.0.0.50 - - [2025-08-04 02:23:34] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?fields=virtual_networks HTTP/1.1" 200 1064 0.069674 10.0.0.50 - - [2025-08-04 02:23:34] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002042 10.0.0.50 - - [2025-08-04 02:23:34] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.027237 10.0.0.50 - - [2025-08-04 02:23:34] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001452 10.0.0.50 - - [2025-08-04 02:23:35] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?fields=security_groups HTTP/1.1" 200 1306 0.026522 10.0.0.50 - - [2025-08-04 02:23:35] "GET /obj-perms HTTP/1.1" 200 5056 0.050383 10.0.0.50 - - [2025-08-04 02:23:36] "GET /obj-perms HTTP/1.1" 200 5056 0.155420 10.0.0.50 - - [2025-08-04 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.026207 10.0.0.50 - - [2025-08-04 02:23:36] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002406 10.0.0.50 - - [2025-08-04 02:23:36] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.50 - - [2025-08-04 02:23:36] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007529 10.0.0.50 - - [2025-08-04 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 192 0.002081 10.0.0.50 - - [2025-08-04 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003671 10.0.0.50 - - [2025-08-04 02:23:36] "POST /security-groups HTTP/1.1" 200 593 0.063800 10.0.0.50 - - [2025-08-04 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.002855 10.0.0.50 - - [2025-08-04 02:23:36] "POST /projects HTTP/1.1" 200 589 0.220282 10.0.0.50 - - [2025-08-04 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.291703 10.0.0.50 - - [2025-08-04 02:23:36] "POST /access-control-lists HTTP/1.1" 200 598 0.061666 10.0.0.50 - - [2025-08-04 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.003631 10.0.0.50 - - [2025-08-04 02:23:37] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.425969 10.0.0.50 - - [2025-08-04 02:23:37] "POST /access-control-lists HTTP/1.1" 200 596 0.064039 10.0.0.50 - - [2025-08-04 02:23:38] "GET / HTTP/1.1" 200 35931 0.002209 10.0.0.50 - - [2025-08-04 02:23:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2025-08-04 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.063354 10.0.0.50 - - [2025-08-04 02:23:39] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.50 - - [2025-08-04 02:23:39] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026706 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.032207 10.0.0.50 - - [2025-08-04 02:23:39] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001667 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 607 0.068096 10.0.0.50 - - [2025-08-04 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.012829 10.0.0.50 - - [2025-08-04 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.016404 10.0.0.50 - - [2025-08-04 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004498 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.198192 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 827 0.005433 10.0.0.50 - - [2025-08-04 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001757 10.0.0.50 - - [2025-08-04 02:23:39] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004653 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 827 0.007240 10.0.0.50 - - [2025-08-04 02:23:39] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005466 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 827 0.006019 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.006763 10.0.0.50 - - [2025-08-04 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.50 - - [2025-08-04 02:23:39] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.50 - - [2025-08-04 02:23:39] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030137 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.009695 10.0.0.50 - - [2025-08-04 02:23:39] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001130 10.0.0.50 - - [2025-08-04 02:23:39] "POST /neutron/network HTTP/1.1" 200 607 0.073061 10.0.0.50 - - [2025-08-04 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.011086 10.0.0.50 - - [2025-08-04 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.50 - - [2025-08-04 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005783 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.183446 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.005149 10.0.0.50 - - [2025-08-04 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001297 10.0.0.50 - - [2025-08-04 02:23:40] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005055 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.006576 10.0.0.50 - - [2025-08-04 02:23:40] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005651 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.005599 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.007257 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.002262 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.50 - - [2025-08-04 02:23:40] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001670 10.0.0.50 - - [2025-08-04 02:23:40] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.033329 10.0.0.50 - - [2025-08-04 02:23:40] "POST /network-policys HTTP/1.1" 200 571 0.019259 10.0.0.50 - - [2025-08-04 02:23:40] "GET /network-policy/91b67c6c-9524-4da0-9233-b2336e349fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005240 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 827 0.005874 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.002959 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 929 0.054283 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 929 0.038158 10.0.0.50 - - [2025-08-04 02:23:40] "POST /access-control-lists HTTP/1.1" 200 590 0.067827 10.0.0.50 - - [2025-08-04 02:23:40] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.010902 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2025-08-04 02:23:40] "GET /network-policy/91b67c6c-9524-4da0-9233-b2336e349fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004047 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 826 0.005497 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.003906 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 928 0.050279 10.0.0.50 - - [2025-08-04 02:23:40] "POST /access-control-lists HTTP/1.1" 200 590 0.066309 10.0.0.50 - - [2025-08-04 02:23:40] "POST /neutron/network HTTP/1.1" 200 928 0.044486 10.0.0.50 - - [2025-08-04 02:23:40] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005420 10.0.0.50 - - [2025-08-04 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.50 - - [2025-08-04 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.011201 10.0.0.50 - - [2025-08-04 02:23:41] "GET /network-policy/91b67c6c-9524-4da0-9233-b2336e349fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004197 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domains HTTP/1.1" 401 292 0.000446 10.0.0.50 - - [2025-08-04 02:23:41] "PUT /access-control-list/3b9887dc-f151-4a68-9157-9e0a4fed611f HTTP/1.1" 200 272 0.058388 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domains HTTP/1.1" 200 280 0.026174 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.009658 10.0.0.50 - - [2025-08-04 02:23:41] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.50 - - [2025-08-04 02:23:41] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 2571 0.072836 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979 HTTP/1.1" 200 2894 0.007045 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979 HTTP/1.1" 200 2894 0.005467 10.0.0.50 - - [2025-08-04 02:23:41] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 200 1782 0.003978 10.0.0.50 - - [2025-08-04 02:23:41] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 200 1782 0.003564 10.0.0.50 - - [2025-08-04 02:23:41] "GET /route-target/da4d3326-96b7-42f7-926f-ae484c27b860 HTTP/1.1" 200 1207 0.003563 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979 HTTP/1.1" 200 2894 0.005154 10.0.0.50 - - [2025-08-04 02:23:41] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 200 1782 0.004333 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005771 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979 HTTP/1.1" 200 2894 0.005155 10.0.0.50 - - [2025-08-04 02:23:41] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 200 1782 0.005430 10.0.0.50 - - [2025-08-04 02:23:41] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 200 1782 0.003222 10.0.0.50 - - [2025-08-04 02:23:41] "GET /route-target/da4d3326-96b7-42f7-926f-ae484c27b860 HTTP/1.1" 200 1207 0.003418 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domains HTTP/1.1" 200 280 0.002573 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.50 - - [2025-08-04 02:23:41] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.006869 10.0.0.50 - - [2025-08-04 02:23:41] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001549 10.0.0.50 - - [2025-08-04 02:23:41] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 2571 0.071687 10.0.0.50 - - [2025-08-04 02:23:41] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979 HTTP/1.1" 200 2894 0.004479 10.0.0.50 - - [2025-08-04 02:23:42] "GET /obj-perms HTTP/1.1" 200 5034 0.064749 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domains HTTP/1.1" 200 280 0.002717 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.007055 10.0.0.50 - - [2025-08-04 02:23:42] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001406 10.0.0.50 - - [2025-08-04 02:23:42] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 2571 0.071921 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034 HTTP/1.1" 200 2892 0.007543 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034 HTTP/1.1" 200 2892 0.005685 10.0.0.50 - - [2025-08-04 02:23:42] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 200 1783 0.003955 10.0.0.50 - - [2025-08-04 02:23:42] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 200 1783 0.005393 10.0.0.50 - - [2025-08-04 02:23:42] "GET /route-target/1096cb9c-4a66-4cdf-959c-39a7e3ef8264 HTTP/1.1" 200 1206 0.003957 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034 HTTP/1.1" 200 2892 0.004907 10.0.0.50 - - [2025-08-04 02:23:42] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 200 1783 0.003858 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007141 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034 HTTP/1.1" 200 2892 0.005184 10.0.0.50 - - [2025-08-04 02:23:42] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 200 1783 0.003787 10.0.0.50 - - [2025-08-04 02:23:42] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 200 1783 0.003721 10.0.0.50 - - [2025-08-04 02:23:42] "GET /route-target/1096cb9c-4a66-4cdf-959c-39a7e3ef8264 HTTP/1.1" 200 1206 0.003629 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domains HTTP/1.1" 200 280 0.003206 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.50 - - [2025-08-04 02:23:42] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.007221 10.0.0.50 - - [2025-08-04 02:23:42] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002946 10.0.0.50 - - [2025-08-04 02:23:42] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 2571 0.071213 10.0.0.50 - - [2025-08-04 02:23:42] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034 HTTP/1.1" 200 2892 0.005525 10.0.0.50 - - [2025-08-04 02:23:42] "GET /obj-perms HTTP/1.1" 200 5034 0.003278 10.0.0.50 - - [2025-08-04 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001453 10.0.0.50 - - [2025-08-04 02:23:42] "POST /neutron/network HTTP/1.1" 200 939 0.006826 10.0.0.50 - - [2025-08-04 02:23:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-08-04 02:23:43] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.50 - - [2025-08-04 02:23:43] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2025-08-04 02:23:43] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.50 - - [2025-08-04 02:23:43] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054722 10.0.0.50 - - [2025-08-04 02:23:43] "POST /neutron/network HTTP/1.1" 200 929 0.006703 10.0.0.50 - - [2025-08-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.005631 10.0.0.50 - - [2025-08-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.005975 10.0.0.50 - - [2025-08-04 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001472 10.0.0.50 - - [2025-08-04 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.007339 10.0.0.50 - - [2025-08-04 02:23:43] "POST /neutron/network HTTP/1.1" 200 938 0.005548 10.0.0.50 - - [2025-08-04 02:23:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000598 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/network HTTP/1.1" 200 939 0.015749 10.0.0.50 - - [2025-08-04 02:23:44] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001546 10.0.0.50 - - [2025-08-04 02:23:44] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.50 - - [2025-08-04 02:23:44] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1063 0.223604 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1063 0.010089 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1063 0.010097 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1117 0.070291 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1091 0.018436 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003979 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.007677 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/network HTTP/1.1" 200 929 0.009153 10.0.0.50 - - [2025-08-04 02:23:44] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.50 - - [2025-08-04 02:23:44] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062162 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/network HTTP/1.1" 200 928 0.008442 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1091 0.022739 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.020897 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 117 0.005460 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/port HTTP/1.1" 200 1091 0.016191 10.0.0.50 - - [2025-08-04 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006722 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/network HTTP/1.1" 200 938 0.007523 10.0.0.50 - - [2025-08-04 02:23:45] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001413 10.0.0.50 - - [2025-08-04 02:23:45] "PUT /access-control-list/b172be5d-3ea8-4559-a444-35458fa6bf76 HTTP/1.1" 200 272 0.057398 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 1062 0.308754 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 1062 0.011415 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 1062 0.017230 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 1116 0.074534 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 1090 0.014039 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.009257 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.001641 10.0.0.50 - - [2025-08-04 02:23:45] "POST /neutron/network HTTP/1.1" 200 928 0.006079 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/port HTTP/1.1" 200 1091 0.015975 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006682 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/port HTTP/1.1" 200 1091 0.011587 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006638 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/port HTTP/1.1" 200 1091 0.019341 10.0.0.50 - - [2025-08-04 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007149 10.0.0.50 - - [2025-08-04 02:23:50] "GET /virtual-machine/a4e97433-a056-496d-9665-0c6e4a4f5e92 HTTP/1.1" 200 1295 0.006641 10.0.0.50 - - [2025-08-04 02:23:50] "GET /virtual-machine-interface/5ef943c3-e4d1-449b-9bbe-82caf454b963 HTTP/1.1" 200 2950 0.006123 10.0.0.50 - - [2025-08-04 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.50 - - [2025-08-04 02:23:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003086 10.0.0.50 - - [2025-08-04 02:23:50] "GET /virtual-networks?parent_id=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003204 10.0.0.50 - - [2025-08-04 02:23:50] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005376 10.0.0.50 - - [2025-08-04 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.50 - - [2025-08-04 02:23:53] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005079 10.0.0.50 - - [2025-08-04 02:23:53] "POST /neutron/port HTTP/1.1" 200 1091 0.014403 10.0.0.50 - - [2025-08-04 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010394 10.0.0.50 - - [2025-08-04 02:23:54] "POST /neutron/port HTTP/1.1" 200 1090 0.011756 10.0.0.50 - - [2025-08-04 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009274 10.0.0.50 - - [2025-08-04 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.50 - - [2025-08-04 02:23:55] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003107 10.0.0.50 - - [2025-08-04 02:23:55] "GET /virtual-networks?parent_id=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003355 10.0.0.50 - - [2025-08-04 02:23:55] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006006 10.0.0.50 - - [2025-08-04 02:23:55] "POST /neutron/port HTTP/1.1" 200 1091 0.013183 10.0.0.50 - - [2025-08-04 02:23:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007642 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014165 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006729 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1090 0.014051 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008590 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016390 10.0.0.50 - - [2025-08-04 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008091 10.0.0.50 - - [2025-08-04 02:24:01] "GET /virtual-machine/16143015-2671-4868-aa95-22579b037fb7 HTTP/1.1" 200 1294 0.007296 10.0.0.50 - - [2025-08-04 02:24:01] "GET /virtual-machine-interface/973f2e39-5344-44a9-b1c2-1153c3a5ba58 HTTP/1.1" 200 2951 0.008303 10.0.0.50 - - [2025-08-04 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.50 - - [2025-08-04 02:24:01] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003356 10.0.0.50 - - [2025-08-04 02:24:01] "GET /virtual-networks?parent_id=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003950 10.0.0.50 - - [2025-08-04 02:24:01] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005792 10.0.0.50 - - [2025-08-04 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.50 - - [2025-08-04 02:24:02] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004481 10.0.0.50 - - [2025-08-04 02:24:02] "GET /virtual-networks?parent_id=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003138 10.0.0.50 - - [2025-08-04 02:24:02] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005530 10.0.0.50 - - [2025-08-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.50 - - [2025-08-04 02:24:06] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001242 10.0.0.50 - - [2025-08-04 02:24:06] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025123 10.0.0.50 - - [2025-08-04 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.50 - - [2025-08-04 02:24:06] "PUT /network-policy/91b67c6c-9524-4da0-9233-b2336e349fee HTTP/1.1" 200 262 0.010290 10.0.0.50 - - [2025-08-04 02:24:06] "PUT /access-control-list/b172be5d-3ea8-4559-a444-35458fa6bf76 HTTP/1.1" 200 272 0.053382 10.0.0.50 - - [2025-08-04 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.013029 10.0.0.50 - - [2025-08-04 02:24:07] "PUT /access-control-list/3b9887dc-f151-4a68-9157-9e0a4fed611f HTTP/1.1" 200 272 0.053302 10.0.0.50 - - [2025-08-04 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.012606 10.0.0.50 - - [2025-08-04 02:24:10] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005758 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 928 0.005897 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 826 0.054831 10.0.0.50 - - [2025-08-04 02:24:10] "DELETE /access-control-list/b172be5d-3ea8-4559-a444-35458fa6bf76 HTTP/1.1" 200 115 0.055166 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 826 0.014363 10.0.0.50 - - [2025-08-04 02:24:10] "GET /virtual-network/eae90729-3ae8-4b91-aa6c-68e73f6c6034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006360 10.0.0.50 - - [2025-08-04 02:24:10] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005724 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 929 0.009866 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 827 0.064118 10.0.0.50 - - [2025-08-04 02:24:10] "DELETE /access-control-list/3b9887dc-f151-4a68-9157-9e0a4fed611f HTTP/1.1" 200 115 0.052224 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 827 0.015473 10.0.0.50 - - [2025-08-04 02:24:10] "GET /virtual-network/cb768009-4eb3-4aa1-9b62-60d6b1c79979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009279 10.0.0.50 - - [2025-08-04 02:24:10] "DELETE /network-policy/91b67c6c-9524-4da0-9233-b2336e349fee HTTP/1.1" 200 115 0.029020 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 200 826 0.007012 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/network HTTP/1.1" 400 204 0.010147 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1090 0.019324 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1116 0.010480 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1091 0.019402 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 1117 0.010918 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 151 0.142737 10.0.0.50 - - [2025-08-04 02:24:10] "POST /neutron/port HTTP/1.1" 200 151 0.134171 10.0.0.50 - - [2025-08-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 826 0.007408 10.0.0.50 - - [2025-08-04 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.50 - - [2025-08-04 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.50 - - [2025-08-04 02:24:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.50 - - [2025-08-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 151 0.083899 10.0.0.50 - - [2025-08-04 02:24:12] "DELETE /route-target/1096cb9c-4a66-4cdf-959c-39a7e3ef8264 HTTP/1.1" 200 115 0.015838 10.0.0.50 - - [2025-08-04 02:24:12] "GET /routing-instance/9180fb6e-42b1-4814-8a3f-5db524ca62ed HTTP/1.1" 404 171 0.003367 10.0.0.50 - - [2025-08-04 02:24:12] "GET /domains HTTP/1.1" 200 280 0.002768 10.0.0.50 - - [2025-08-04 02:24:12] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.50 - - [2025-08-04 02:24:12] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.050840 10.0.0.50 - - [2025-08-04 02:24:12] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001844 10.0.0.50 - - [2025-08-04 02:24:12] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 2103 0.073756 10.0.0.50 - - [2025-08-04 02:24:12] "POST /neutron/network HTTP/1.1" 200 827 0.006114 10.0.0.50 - - [2025-08-04 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.50 - - [2025-08-04 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.50 - - [2025-08-04 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002218 10.0.0.50 - - [2025-08-04 02:24:13] "POST /neutron/network HTTP/1.1" 200 151 0.087851 10.0.0.50 - - [2025-08-04 02:24:13] "DELETE /route-target/da4d3326-96b7-42f7-926f-ae484c27b860 HTTP/1.1" 200 115 0.026851 10.0.0.50 - - [2025-08-04 02:24:13] "GET /routing-instance/085f8cc0-eeda-4356-acf5-9602a3bcbff5 HTTP/1.1" 404 171 0.003009 10.0.0.50 - - [2025-08-04 02:24:13] "GET /domains HTTP/1.1" 200 280 0.002395 10.0.0.50 - - [2025-08-04 02:24:13] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.50 - - [2025-08-04 02:24:13] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2957 0.051537 10.0.0.50 - - [2025-08-04 02:24:13] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.50 - - [2025-08-04 02:24:13] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 1864 0.071982 10.0.0.50 - - [2025-08-04 02:24:13] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.50 - - [2025-08-04 02:24:13] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.027808 10.0.0.50 - - [2025-08-04 02:24:13] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.50 - - [2025-08-04 02:24:13] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?fields=virtual_networks HTTP/1.1" 200 1036 0.067931 10.0.0.50 - - [2025-08-04 02:24:13] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.50 - - [2025-08-04 02:24:13] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027699 10.0.0.50 - - [2025-08-04 02:24:13] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.50 - - [2025-08-04 02:24:13] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?fields=security_groups HTTP/1.1" 200 1264 0.030576 10.0.0.50 - - [2025-08-04 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 181 0.029207 10.0.0.50 - - [2025-08-04 02:24:14] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002881 10.0.0.50 - - [2025-08-04 02:24:14] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.50 - - [2025-08-04 02:24:14] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007831 10.0.0.50 - - [2025-08-04 02:24:14] "POST /id-to-fqname HTTP/1.1" 200 183 0.005076 10.0.0.50 - - [2025-08-04 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.006700 10.0.0.50 - - [2025-08-04 02:24:14] "POST /security-groups HTTP/1.1" 200 584 0.067370 10.0.0.50 - - [2025-08-04 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 227 0.002700 10.0.0.50 - - [2025-08-04 02:24:14] "POST /projects HTTP/1.1" 200 571 0.249304 10.0.0.50 - - [2025-08-04 02:24:15] "POST /access-control-lists HTTP/1.1" 200 589 0.060225 10.0.0.50 - - [2025-08-04 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.324701 10.0.0.50 - - [2025-08-04 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 226 0.003159 10.0.0.50 - - [2025-08-04 02:24:15] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.449553 10.0.0.50 - - [2025-08-04 02:24:15] "POST /access-control-lists HTTP/1.1" 200 587 0.064029 10.0.0.50 - - [2025-08-04 02:24:16] "GET / HTTP/1.1" 200 35931 0.002476 10.0.0.50 - - [2025-08-04 02:24:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2025-08-04 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.057971 10.0.0.50 - - [2025-08-04 02:24:17] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.50 - - [2025-08-04 02:24:17] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.022993 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 117 0.033322 10.0.0.50 - - [2025-08-04 02:24:17] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001434 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 612 0.071326 10.0.0.50 - - [2025-08-04 02:24:17] "POST /route-targets HTTP/1.1" 200 327 0.012944 10.0.0.50 - - [2025-08-04 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.014437 10.0.0.50 - - [2025-08-04 02:24:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.151207 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 832 0.005766 10.0.0.50 - - [2025-08-04 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001286 10.0.0.50 - - [2025-08-04 02:24:17] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005813 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 832 0.009610 10.0.0.50 - - [2025-08-04 02:24:17] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005308 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/network HTTP/1.1" 200 832 0.005930 10.0.0.50 - - [2025-08-04 02:24:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.008399 10.0.0.50 - - [2025-08-04 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.50 - - [2025-08-04 02:24:17] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007790 10.0.0.50 - - [2025-08-04 02:24:17] "PUT /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39 HTTP/1.1" 200 264 0.038487 10.0.0.50 - - [2025-08-04 02:24:17] "POST /route-targets HTTP/1.1" 200 323 0.014007 10.0.0.50 - - [2025-08-04 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.009365 10.0.0.50 - - [2025-08-04 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.50 - - [2025-08-04 02:24:18] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001141 10.0.0.50 - - [2025-08-04 02:24:18] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.024488 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 117 0.011702 10.0.0.50 - - [2025-08-04 02:24:18] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001174 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 612 0.069496 10.0.0.50 - - [2025-08-04 02:24:18] "POST /route-targets HTTP/1.1" 200 327 0.011787 10.0.0.50 - - [2025-08-04 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.011019 10.0.0.50 - - [2025-08-04 02:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 714 0.181481 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 829 0.005499 10.0.0.50 - - [2025-08-04 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001458 10.0.0.50 - - [2025-08-04 02:24:18] "GET /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005696 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 829 0.007518 10.0.0.50 - - [2025-08-04 02:24:18] "GET /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005247 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 829 0.005838 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 714 0.009423 10.0.0.50 - - [2025-08-04 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004671 10.0.0.50 - - [2025-08-04 02:24:18] "GET /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005175 10.0.0.50 - - [2025-08-04 02:24:18] "POST /ref-update HTTP/1.1" 200 156 0.014960 10.0.0.50 - - [2025-08-04 02:24:18] "PUT /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f HTTP/1.1" 200 264 0.039499 10.0.0.50 - - [2025-08-04 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001666 10.0.0.50 - - [2025-08-04 02:24:18] "POST /neutron/network HTTP/1.1" 200 842 0.005845 10.0.0.50 - - [2025-08-04 02:24:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000658 10.0.0.50 - - [2025-08-04 02:24:19] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.50 - - [2025-08-04 02:24:19] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2025-08-04 02:24:19] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001265 10.0.0.50 - - [2025-08-04 02:24:19] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.059412 10.0.0.50 - - [2025-08-04 02:24:19] "POST /neutron/network HTTP/1.1" 200 832 0.006750 10.0.0.50 - - [2025-08-04 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.005444 10.0.0.50 - - [2025-08-04 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.006256 10.0.0.50 - - [2025-08-04 02:24:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001403 10.0.0.50 - - [2025-08-04 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.006048 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/network HTTP/1.1" 200 839 0.010300 10.0.0.50 - - [2025-08-04 02:24:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/network HTTP/1.1" 200 842 0.006532 10.0.0.50 - - [2025-08-04 02:24:20] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001830 10.0.0.50 - - [2025-08-04 02:24:20] "GET / HTTP/1.1" 200 35931 0.001960 10.0.0.50 - - [2025-08-04 02:24:20] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.206783 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.014323 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1054 0.008480 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1108 0.066669 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1082 0.010737 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003634 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.008596 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.001475 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/network HTTP/1.1" 200 832 0.010540 10.0.0.50 - - [2025-08-04 02:24:20] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001336 10.0.0.50 - - [2025-08-04 02:24:20] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.056738 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/network HTTP/1.1" 200 829 0.007896 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/port HTTP/1.1" 200 1082 0.020540 10.0.0.50 - - [2025-08-04 02:24:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007163 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.006560 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1082 0.013056 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008290 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/network HTTP/1.1" 200 839 0.006603 10.0.0.50 - - [2025-08-04 02:24:21] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001343 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1051 0.257932 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1051 0.023873 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1051 0.011774 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1105 0.082520 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 1079 0.011838 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/subnet HTTP/1.1" 200 688 0.007330 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.50 - - [2025-08-04 02:24:21] "POST /neutron/network HTTP/1.1" 200 829 0.005837 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1082 0.012894 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007677 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1082 0.014611 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006365 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/port HTTP/1.1" 200 1082 0.014540 10.0.0.50 - - [2025-08-04 02:24:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006561 10.0.0.50 - - [2025-08-04 02:24:26] "GET /virtual-machine/26557a39-0aeb-4655-818f-f657e1292534 HTTP/1.1" 401 292 0.000681 10.0.0.50 - - [2025-08-04 02:24:26] "GET /virtual-machine/26557a39-0aeb-4655-818f-f657e1292534 HTTP/1.1" 200 1284 0.034383 10.0.0.50 - - [2025-08-04 02:24:26] "GET /virtual-machine-interface/9e05cf14-824f-440d-8f1a-df3d58e6ffb6 HTTP/1.1" 200 2927 0.006467 10.0.0.50 - - [2025-08-04 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.50 - - [2025-08-04 02:24:26] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006321 10.0.0.50 - - [2025-08-04 02:24:26] "GET /virtual-networks?parent_id=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003449 10.0.0.50 - - [2025-08-04 02:24:26] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006031 10.0.0.50 - - [2025-08-04 02:24:30] "POST /neutron/port HTTP/1.1" 200 1082 0.012297 10.0.0.50 - - [2025-08-04 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006223 10.0.0.50 - - [2025-08-04 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.50 - - [2025-08-04 02:24:30] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.010952 10.0.0.50 - - [2025-08-04 02:24:30] "POST /neutron/port HTTP/1.1" 200 1079 0.011832 10.0.0.50 - - [2025-08-04 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006802 10.0.0.50 - - [2025-08-04 02:24:30] "DELETE /project/f71e35c2c13242f4a4e13534a513d906 HTTP/1.1" 404 173 0.018358 10.0.0.50 - - [2025-08-04 02:24:30] "DELETE /project/2f6547c02cf843e9a1bb0f15c201a954 HTTP/1.1" 404 173 0.012797 10.0.0.50 - - [2025-08-04 02:24:30] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000950 10.0.0.50 - - [2025-08-04 02:24:30] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000906 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.065539 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.078835 10.0.0.50 - - [2025-08-04 02:24:31] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001889 10.0.0.50 - - [2025-08-04 02:24:31] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001324 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?fields=security_groups HTTP/1.1" 200 1369 0.051503 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?fields=security_groups HTTP/1.1" 200 1411 0.054286 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /security-group/d9a5281e-39b4-4705-8a75-a99444eb3509 HTTP/1.1" 200 115 0.071115 10.0.0.50 - - [2025-08-04 02:24:31] "GET /projects?obj_uuids=2f6547c0-2cf8-43e9-a1bb-0f15c201a954&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001193 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /access-control-list/edc97226-6701-4fec-80a8-4bb0524fa31b HTTP/1.1" 200 115 0.044744 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /security-group/4b7d0710-2f43-41a2-9151-f4024447bfe6 HTTP/1.1" 200 115 0.068648 10.0.0.50 - - [2025-08-04 02:24:31] "GET /projects?obj_uuids=88419b22-87be-4f9a-9541-c4e3965ee01c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001192 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954?fields=application_policy_sets HTTP/1.1" 200 1408 0.047214 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /access-control-list/d7bbaded-c03f-499d-8177-52d00cad4282 HTTP/1.1" 200 115 0.048637 10.0.0.50 - - [2025-08-04 02:24:31] "GET /project/88419b22-87be-4f9a-9541-c4e3965ee01c?fields=application_policy_sets HTTP/1.1" 200 1450 0.087719 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /access-control-list/b1d14eb2-7ed9-47a4-8eff-e583f77bb15b HTTP/1.1" 200 115 0.045179 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /access-control-list/2c3f7ab6-13a8-4092-92bb-f208291d2b69 HTTP/1.1" 200 115 0.027547 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /project/2f6547c0-2cf8-43e9-a1bb-0f15c201a954 HTTP/1.1" 200 115 0.482726 10.0.0.50 - - [2025-08-04 02:24:31] "DELETE /project/88419b22-87be-4f9a-9541-c4e3965ee01c HTTP/1.1" 200 115 0.521644 10.0.0.50 - - [2025-08-04 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.50 - - [2025-08-04 02:24:32] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003359 10.0.0.50 - - [2025-08-04 02:24:32] "GET /virtual-networks?parent_id=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004323 10.0.0.50 - - [2025-08-04 02:24:32] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006516 10.0.0.50 - - [2025-08-04 02:24:32] "POST /neutron/port HTTP/1.1" 200 1082 0.011141 10.0.0.50 - - [2025-08-04 02:24:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006734 10.0.0.50 - - [2025-08-04 02:24:36] "GET /obj-perms HTTP/1.1" 200 5056 0.072925 10.0.0.50 - - [2025-08-04 02:24:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048238 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/port HTTP/1.1" 200 1079 0.012868 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006549 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/port HTTP/1.1" 200 1079 0.011861 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006959 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/port HTTP/1.1" 200 1079 0.011703 10.0.0.50 - - [2025-08-04 02:24:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006882 10.0.0.50 - - [2025-08-04 02:24:37] "GET /virtual-machine/868c2d12-3c16-4e25-b674-8a3b699df5f5 HTTP/1.1" 200 1285 0.004551 10.0.0.50 - - [2025-08-04 02:24:37] "GET /virtual-machine-interface/377dfba4-b390-416a-bbce-d4d7efc501f7 HTTP/1.1" 200 2926 0.004868 10.0.0.50 - - [2025-08-04 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.50 - - [2025-08-04 02:24:37] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003659 10.0.0.50 - - [2025-08-04 02:24:38] "GET /virtual-networks?parent_id=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003356 10.0.0.50 - - [2025-08-04 02:24:38] "GET /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006429 10.0.0.50 - - [2025-08-04 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.50 - - [2025-08-04 02:24:39] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003117 10.0.0.50 - - [2025-08-04 02:24:39] "GET /virtual-networks?parent_id=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003639 10.0.0.50 - - [2025-08-04 02:24:39] "GET /virtual-network/46c17afa-e3b4-42cc-9a01-461842a7d82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005894 10.0.0.50 - - [2025-08-04 02:24:39] "POST /routing-policys HTTP/1.1" 200 534 0.017124 10.0.0.50 - - [2025-08-04 02:24:39] "GET /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008917 10.0.0.50 - - [2025-08-04 02:24:39] "PUT /virtual-network/e22cfdad-2123-49e2-88bd-a522d92f5d39 HTTP/1.1" 200 264 0.031042 10.0.0.50 - - [2025-08-04 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.009625 10.0.0.50 - - [2025-08-04 02:24:44] "GET /global-system-configs HTTP/1.1" 200 322 0.031417 10.0.0.50 - - [2025-08-04 02:24:44] "GET /obj-perms HTTP/1.1" 200 5056 0.080344 10.0.0.50 - - [2025-08-04 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.032998 10.0.0.50 - - [2025-08-04 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.014158 10.0.0.50 - - [2025-08-04 02:24:44] "DELETE /routing-policy/36cdadee-51e2-4330-9643-09ebe4293f59 HTTP/1.1" 200 115 0.033400 10.0.0.50 - - [2025-08-04 02:24:44] "POST /neutron/network HTTP/1.1" 200 829 0.008362 10.0.0.50 - - [2025-08-04 02:24:44] "POST /neutron/network HTTP/1.1" 400 204 0.012535 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1079 0.014143 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1105 0.010559 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1082 0.014634 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 1108 0.014854 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 151 0.151859 10.0.0.50 - - [2025-08-04 02:24:45] "POST /neutron/port HTTP/1.1" 200 151 0.152679 10.0.0.50 - - [2025-08-04 02:24:45] "GET /global-system-configs HTTP/1.1" 200 322 0.038763 10.0.0.50 - - [2025-08-04 02:24:45] "GET /obj-perms HTTP/1.1" 200 5056 0.082624 10.0.0.50 - - [2025-08-04 02:24:46] "POST /neutron/network HTTP/1.1" 200 829 0.006279 10.0.0.50 - - [2025-08-04 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.50 - - [2025-08-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.50 - - [2025-08-04 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001786 10.0.0.50 - - [2025-08-04 02:24:47] "POST /neutron/network HTTP/1.1" 200 151 0.088090 10.0.0.50 - - [2025-08-04 02:24:47] "DELETE /route-target/3363ea42-ba80-4259-b712-9f87a75598a9 HTTP/1.1" 200 115 0.012722 10.0.0.50 - - [2025-08-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008826 10.0.0.50 - - [2025-08-04 02:24:47] "POST /neutron/network HTTP/1.1" 200 832 0.009511 10.0.0.50 - - [2025-08-04 02:24:47] "DELETE /route-target/08f29a23-74ae-4183-a615-1f2880641f02 HTTP/1.1" 409 239 0.005530 10.0.0.50 - - [2025-08-04 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002486 10.0.0.50 - - [2025-08-04 02:24:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.50 - - [2025-08-04 02:24:47] "POST /neutron/network HTTP/1.1" 200 151 0.084105 10.0.0.50 - - [2025-08-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.50 - - [2025-08-04 02:24:47] "DELETE /route-target/69af2874-6f0e-4302-a46c-4907c6fdd940 HTTP/1.1" 200 115 0.024408 10.0.0.50 - - [2025-08-04 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.50 - - [2025-08-04 02:24:47] "DELETE /route-target/08f29a23-74ae-4183-a615-1f2880641f02 HTTP/1.1" 200 115 0.015587 10.0.0.50 - - [2025-08-04 02:24:47] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001275 10.0.0.50 - - [2025-08-04 02:24:47] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.026426 10.0.0.50 - - [2025-08-04 02:24:47] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001170 10.0.0.50 - - [2025-08-04 02:24:47] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?fields=virtual_networks HTTP/1.1" 200 1019 0.073176 10.0.0.50 - - [2025-08-04 02:24:47] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001202 10.0.0.50 - - [2025-08-04 02:24:47] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.027941 10.0.0.50 - - [2025-08-04 02:24:47] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 10.0.0.50 - - [2025-08-04 02:24:47] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?fields=security_groups HTTP/1.1" 200 1238 0.030821 10.0.0.50 - - [2025-08-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 186 0.027993 10.0.0.50 - - [2025-08-04 02:24:48] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003117 10.0.0.50 - - [2025-08-04 02:24:48] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.50 - - [2025-08-04 02:24:48] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008646 10.0.0.50 - - [2025-08-04 02:24:48] "POST /id-to-fqname HTTP/1.1" 200 188 0.001264 10.0.0.50 - - [2025-08-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.002829 10.0.0.50 - - [2025-08-04 02:24:48] "POST /security-groups HTTP/1.1" 200 589 0.063719 10.0.0.50 - - [2025-08-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 232 0.003085 10.0.0.50 - - [2025-08-04 02:24:48] "POST /projects HTTP/1.1" 200 581 0.228128 10.0.0.50 - - [2025-08-04 02:24:48] "POST /access-control-lists HTTP/1.1" 200 594 0.060210 10.0.0.50 - - [2025-08-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.313134 10.0.0.50 - - [2025-08-04 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 231 0.002884 10.0.0.50 - - [2025-08-04 02:24:49] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.438081 10.0.0.50 - - [2025-08-04 02:24:49] "POST /access-control-lists HTTP/1.1" 200 592 0.063068 10.0.0.50 - - [2025-08-04 02:24:50] "GET / HTTP/1.1" 200 35931 0.002054 10.0.0.50 - - [2025-08-04 02:24:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2025-08-04 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.068947 10.0.0.50 - - [2025-08-04 02:24:51] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.50 - - [2025-08-04 02:24:51] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031961 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.032838 10.0.0.50 - - [2025-08-04 02:24:51] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002210 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 613 0.087239 10.0.0.50 - - [2025-08-04 02:24:51] "POST /route-targets HTTP/1.1" 200 327 0.014716 10.0.0.50 - - [2025-08-04 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.016096 10.0.0.50 - - [2025-08-04 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003711 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.188715 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 833 0.007375 10.0.0.50 - - [2025-08-04 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001345 10.0.0.50 - - [2025-08-04 02:24:51] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005168 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 833 0.006274 10.0.0.50 - - [2025-08-04 02:24:51] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005580 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/network HTTP/1.1" 200 833 0.009719 10.0.0.50 - - [2025-08-04 02:24:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.007332 10.0.0.50 - - [2025-08-04 02:24:51] "GET /domains HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domains HTTP/1.1" 200 280 0.024300 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001861 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.010181 10.0.0.50 - - [2025-08-04 02:24:52] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.50 - - [2025-08-04 02:24:52] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2081 0.075225 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200 HTTP/1.1" 200 2319 0.009080 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200 HTTP/1.1" 200 2319 0.007061 10.0.0.50 - - [2025-08-04 02:24:52] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 200 1492 0.003840 10.0.0.50 - - [2025-08-04 02:24:52] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 200 1492 0.004243 10.0.0.50 - - [2025-08-04 02:24:52] "GET /route-target/fdd9ac2b-f7f0-4f19-9398-591ccb235828 HTTP/1.1" 200 1213 0.008399 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200 HTTP/1.1" 200 2319 0.005763 10.0.0.50 - - [2025-08-04 02:24:52] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 200 1492 0.004107 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005354 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200 HTTP/1.1" 200 2319 0.005361 10.0.0.50 - - [2025-08-04 02:24:52] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 200 1492 0.004053 10.0.0.50 - - [2025-08-04 02:24:52] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 200 1492 0.004375 10.0.0.50 - - [2025-08-04 02:24:52] "GET /route-target/fdd9ac2b-f7f0-4f19-9398-591ccb235828 HTTP/1.1" 200 1213 0.003585 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domains HTTP/1.1" 200 280 0.002975 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.50 - - [2025-08-04 02:24:52] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.008258 10.0.0.50 - - [2025-08-04 02:24:52] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.50 - - [2025-08-04 02:24:52] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2081 0.065448 10.0.0.50 - - [2025-08-04 02:24:52] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200 HTTP/1.1" 200 2319 0.005186 10.0.0.50 - - [2025-08-04 02:24:52] "GET /obj-perms HTTP/1.1" 200 5026 0.051169 10.0.0.50 - - [2025-08-04 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.50 - - [2025-08-04 02:24:52] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001926 10.0.0.50 - - [2025-08-04 02:24:52] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031333 10.0.0.50 - - [2025-08-04 02:24:52] "POST /neutron/network HTTP/1.1" 200 117 0.009785 10.0.0.50 - - [2025-08-04 02:24:52] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 613 0.070260 10.0.0.50 - - [2025-08-04 02:24:53] "POST /route-targets HTTP/1.1" 200 327 0.009808 10.0.0.50 - - [2025-08-04 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.011137 10.0.0.50 - - [2025-08-04 02:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005267 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.187038 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 832 0.008026 10.0.0.50 - - [2025-08-04 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001995 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007570 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 832 0.005432 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005568 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 832 0.007505 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.008781 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domains HTTP/1.1" 200 280 0.002854 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.007792 10.0.0.50 - - [2025-08-04 02:24:53] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.50 - - [2025-08-04 02:24:53] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2299 0.079909 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b HTTP/1.1" 200 2319 0.009351 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b HTTP/1.1" 200 2319 0.009654 10.0.0.50 - - [2025-08-04 02:24:53] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 200 1493 0.006369 10.0.0.50 - - [2025-08-04 02:24:53] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 200 1493 0.006498 10.0.0.50 - - [2025-08-04 02:24:53] "GET /route-target/75ed749e-4b13-4c07-85f9-34f05a215304 HTTP/1.1" 200 1211 0.003360 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b HTTP/1.1" 200 2319 0.005164 10.0.0.50 - - [2025-08-04 02:24:53] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 200 1493 0.005209 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005156 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b HTTP/1.1" 200 2319 0.005946 10.0.0.50 - - [2025-08-04 02:24:53] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 200 1493 0.004607 10.0.0.50 - - [2025-08-04 02:24:53] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 200 1493 0.006607 10.0.0.50 - - [2025-08-04 02:24:53] "GET /route-target/75ed749e-4b13-4c07-85f9-34f05a215304 HTTP/1.1" 200 1211 0.003635 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domains HTTP/1.1" 200 280 0.002829 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.50 - - [2025-08-04 02:24:53] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.007533 10.0.0.50 - - [2025-08-04 02:24:53] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002126 10.0.0.50 - - [2025-08-04 02:24:53] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2299 0.079956 10.0.0.50 - - [2025-08-04 02:24:53] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b HTTP/1.1" 200 2319 0.005458 10.0.0.50 - - [2025-08-04 02:24:53] "GET /obj-perms HTTP/1.1" 200 5026 0.003714 10.0.0.50 - - [2025-08-04 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.50 - - [2025-08-04 02:24:53] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.50 - - [2025-08-04 02:24:53] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030393 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 117 0.010973 10.0.0.50 - - [2025-08-04 02:24:53] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.50 - - [2025-08-04 02:24:53] "POST /neutron/network HTTP/1.1" 200 615 0.072026 10.0.0.50 - - [2025-08-04 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.016323 10.0.0.50 - - [2025-08-04 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003720 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.196737 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/network HTTP/1.1" 200 835 0.005883 10.0.0.50 - - [2025-08-04 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001292 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005824 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/network HTTP/1.1" 200 835 0.006217 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005203 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/network HTTP/1.1" 200 835 0.006364 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.007597 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domains HTTP/1.1" 200 280 0.002925 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.008367 10.0.0.50 - - [2025-08-04 02:24:54] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.50 - - [2025-08-04 02:24:54] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2518 0.080064 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b HTTP/1.1" 200 2326 0.010098 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b HTTP/1.1" 200 2326 0.004981 10.0.0.50 - - [2025-08-04 02:24:54] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 200 1497 0.004223 10.0.0.50 - - [2025-08-04 02:24:54] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 200 1497 0.003755 10.0.0.50 - - [2025-08-04 02:24:54] "GET /route-target/f1d7345a-e4b5-42ff-ac96-2f1b9a5768e4 HTTP/1.1" 200 1215 0.003767 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b HTTP/1.1" 200 2326 0.007837 10.0.0.50 - - [2025-08-04 02:24:54] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 200 1497 0.003402 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005501 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b HTTP/1.1" 200 2326 0.005149 10.0.0.50 - - [2025-08-04 02:24:54] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 200 1497 0.003666 10.0.0.50 - - [2025-08-04 02:24:54] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 200 1497 0.003730 10.0.0.50 - - [2025-08-04 02:24:54] "GET /route-target/f1d7345a-e4b5-42ff-ac96-2f1b9a5768e4 HTTP/1.1" 200 1215 0.003534 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domains HTTP/1.1" 200 280 0.002817 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.50 - - [2025-08-04 02:24:54] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2930 0.007761 10.0.0.50 - - [2025-08-04 02:24:54] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.50 - - [2025-08-04 02:24:54] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2518 0.073894 10.0.0.50 - - [2025-08-04 02:24:54] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b HTTP/1.1" 200 2326 0.005569 10.0.0.50 - - [2025-08-04 02:24:54] "GET /obj-perms HTTP/1.1" 200 5026 0.003346 10.0.0.50 - - [2025-08-04 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001456 10.0.0.50 - - [2025-08-04 02:24:54] "POST /neutron/network HTTP/1.1" 200 842 0.008061 10.0.0.50 - - [2025-08-04 02:24:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2025-08-04 02:24:55] "GET / HTTP/1.1" 200 35931 0.002916 10.0.0.50 - - [2025-08-04 02:24:55] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-08-04 02:24:55] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.50 - - [2025-08-04 02:24:55] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048273 10.0.0.50 - - [2025-08-04 02:24:55] "POST /neutron/network HTTP/1.1" 200 832 0.006109 10.0.0.50 - - [2025-08-04 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.004716 10.0.0.50 - - [2025-08-04 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.005599 10.0.0.50 - - [2025-08-04 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.004321 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.005725 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/network HTTP/1.1" 200 845 0.005986 10.0.0.50 - - [2025-08-04 02:24:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/network HTTP/1.1" 200 842 0.005554 10.0.0.50 - - [2025-08-04 02:24:56] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.200854 10.0.0.50 - - [2025-08-04 02:24:56] "GET / HTTP/1.1" 200 35931 0.002650 10.0.0.50 - - [2025-08-04 02:24:56] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.013337 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.008808 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 1112 0.067644 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 1086 0.011135 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003254 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.007445 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.002260 10.0.0.50 - - [2025-08-04 02:24:56] "POST /neutron/network HTTP/1.1" 200 832 0.005878 10.0.0.50 - - [2025-08-04 02:24:56] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.50 - - [2025-08-04 02:24:56] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.063777 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/network HTTP/1.1" 200 835 0.006069 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 1086 0.014566 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008668 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.006345 10.0.0.50 - - [2025-08-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003030 10.0.0.50 - - [2025-08-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.50 - - [2025-08-04 02:24:57] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.50 - - [2025-08-04 02:24:57] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.010013 10.0.0.50 - - [2025-08-04 02:24:57] "POST /service-templates HTTP/1.1" 200 543 0.028437 10.0.0.50 - - [2025-08-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.50 - - [2025-08-04 02:24:57] "GET /service-template/3187e0ac-5c09-431d-9105-7fc5654e8d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004992 10.0.0.50 - - [2025-08-04 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.50 - - [2025-08-04 02:24:57] "GET /service-template/3187e0ac-5c09-431d-9105-7fc5654e8d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007013 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/network HTTP/1.1" 200 845 0.016659 10.0.0.50 - - [2025-08-04 02:24:57] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.50 - - [2025-08-04 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.005933 10.0.0.50 - - [2025-08-04 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.003336 10.0.0.50 - - [2025-08-04 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.002290 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 1059 0.302650 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 2003 0.021100 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 1059 0.018172 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009698 10.0.0.50 - - [2025-08-04 02:24:57] "POST /neutron/port HTTP/1.1" 200 1059 0.017181 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/port HTTP/1.1" 200 1113 0.099336 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/port HTTP/1.1" 200 1087 0.012007 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.006825 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.50 - - [2025-08-04 02:24:58] "POST /neutron/network HTTP/1.1" 200 835 0.006206 10.0.0.50 - - [2025-08-04 02:24:59] "POST /neutron/network HTTP/1.1" 200 2225 0.021054 10.0.0.50 - - [2025-08-04 02:24:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2025-08-04 02:24:59] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.50 - - [2025-08-04 02:24:59] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.50 - - [2025-08-04 02:24:59] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.50 - - [2025-08-04 02:24:59] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.069206 10.0.0.50 - - [2025-08-04 02:24:59] "POST /neutron/network HTTP/1.1" 200 833 0.007530 10.0.0.50 - - [2025-08-04 02:24:59] "POST /neutron/network HTTP/1.1" 200 832 0.007691 10.0.0.50 - - [2025-08-04 02:24:59] "POST /neutron/network HTTP/1.1" 200 835 0.007918 10.0.0.50 - - [2025-08-04 02:24:59] "POST /neutron/port HTTP/1.1" 200 2057 0.028991 10.0.0.50 - - [2025-08-04 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016629 10.0.0.50 - - [2025-08-04 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.012910 10.0.0.50 - - [2025-08-04 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.006947 10.0.0.50 - - [2025-08-04 02:25:00] "POST /neutron/network HTTP/1.1" 200 2225 0.016878 10.0.0.50 - - [2025-08-04 02:25:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.50 - - [2025-08-04 02:25:00] "POST /neutron/port HTTP/1.1" 200 1059 0.276666 10.0.0.50 - - [2025-08-04 02:25:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1058 0.249243 10.0.0.50 - - [2025-08-04 02:25:01] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002231 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1059 0.243309 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1059 0.010982 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1059 0.009674 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1113 0.092081 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1058 0.011225 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1058 0.012646 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1112 0.082504 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1059 0.012269 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1059 0.012252 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 1113 0.082033 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 3027 0.017416 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003545 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.009670 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.001750 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/network HTTP/1.1" 200 833 0.005384 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003209 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.006608 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.001572 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/network HTTP/1.1" 200 832 0.007164 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742 10.0.0.50 - - [2025-08-04 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.007468 10.0.0.50 - - [2025-08-04 02:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.50 - - [2025-08-04 02:25:02] "POST /neutron/network HTTP/1.1" 200 835 0.005870 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/port HTTP/1.1" 200 3027 0.023865 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008741 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/port HTTP/1.1" 200 3027 0.022057 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010313 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/port HTTP/1.1" 200 3027 0.026274 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006664 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/port HTTP/1.1" 200 3027 0.019492 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009816 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/port HTTP/1.1" 200 3027 0.019070 10.0.0.50 - - [2025-08-04 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006583 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-machine/72d877db-51ef-45a0-8373-5242ea2d5f1e HTTP/1.1" 200 1801 0.005208 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8 HTTP/1.1" 200 2948 0.006136 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612 HTTP/1.1" 200 2945 0.005869 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5 HTTP/1.1" 200 2945 0.008686 10.0.0.50 - - [2025-08-04 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.50 - - [2025-08-04 02:25:05] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003607 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004482 10.0.0.50 - - [2025-08-04 02:25:05] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007482 10.0.0.50 - - [2025-08-04 02:25:06] "POST /neutron/port HTTP/1.1" 200 1086 0.014992 10.0.0.50 - - [2025-08-04 02:25:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007386 10.0.0.50 - - [2025-08-04 02:25:07] "POST /neutron/port HTTP/1.1" 200 1087 0.015159 10.0.0.50 - - [2025-08-04 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006150 10.0.0.50 - - [2025-08-04 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.50 - - [2025-08-04 02:25:09] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008566 10.0.0.50 - - [2025-08-04 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.50 - - [2025-08-04 02:25:13] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006207 10.0.0.50 - - [2025-08-04 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.50 - - [2025-08-04 02:25:17] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005042 10.0.0.50 - - [2025-08-04 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.50 - - [2025-08-04 02:25:21] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005122 10.0.0.50 - - [2025-08-04 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.50 - - [2025-08-04 02:25:23] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.006217 10.0.0.50 - - [2025-08-04 02:25:23] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003710 10.0.0.50 - - [2025-08-04 02:25:23] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006877 10.0.0.50 - - [2025-08-04 02:25:23] "POST /neutron/port HTTP/1.1" 200 3027 0.018449 10.0.0.50 - - [2025-08-04 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006891 10.0.0.50 - - [2025-08-04 02:25:28] "POST /neutron/port HTTP/1.1" 200 3027 0.019891 10.0.0.50 - - [2025-08-04 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007226 10.0.0.50 - - [2025-08-04 02:25:31] "DELETE /project/de7f699664fa459b95112e9d26975a35 HTTP/1.1" 404 173 0.048351 10.0.0.50 - - [2025-08-04 02:25:31] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001339 10.0.0.50 - - [2025-08-04 02:25:31] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.061945 10.0.0.50 - - [2025-08-04 02:25:31] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001401 10.0.0.50 - - [2025-08-04 02:25:31] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?fields=security_groups HTTP/1.1" 200 1343 0.089391 10.0.0.50 - - [2025-08-04 02:25:31] "DELETE /security-group/b5ae4efb-c7da-49fa-ae73-90a8d0355e9a HTTP/1.1" 200 115 0.038150 10.0.0.50 - - [2025-08-04 02:25:31] "GET /projects?obj_uuids=f71e35c2-c132-42f4-a4e1-3534a513d906&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.50 - - [2025-08-04 02:25:31] "GET /project/f71e35c2-c132-42f4-a4e1-3534a513d906?fields=application_policy_sets HTTP/1.1" 200 1382 0.036475 10.0.0.50 - - [2025-08-04 02:25:31] "DELETE /access-control-list/c209db83-436b-46a3-9cc3-d0dad54cba07 HTTP/1.1" 200 115 0.066018 10.0.0.50 - - [2025-08-04 02:25:31] "DELETE /access-control-list/dcd9cbfd-fc1c-479a-90ae-78bc914c0b4c HTTP/1.1" 200 115 0.033102 10.0.0.50 - - [2025-08-04 02:25:31] "DELETE /project/f71e35c2-c132-42f4-a4e1-3534a513d906 HTTP/1.1" 200 115 0.425549 10.0.0.50 - - [2025-08-04 02:25:32] "POST /neutron/port HTTP/1.1" 200 3027 0.020947 10.0.0.50 - - [2025-08-04 02:25:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005838 10.0.0.50 - - [2025-08-04 02:25:34] "POST /neutron/port HTTP/1.1" 200 3027 0.017401 10.0.0.50 - - [2025-08-04 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006510 10.0.0.50 - - [2025-08-04 02:25:37] "GET /obj-perms HTTP/1.1" 200 5056 0.049710 10.0.0.50 - - [2025-08-04 02:25:37] "GET /obj-perms HTTP/1.1" 200 5056 0.052120 10.0.0.50 - - [2025-08-04 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.50 - - [2025-08-04 02:25:39] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005817 10.0.0.50 - - [2025-08-04 02:25:39] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003215 10.0.0.50 - - [2025-08-04 02:25:39] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006918 10.0.0.50 - - [2025-08-04 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.50 - - [2025-08-04 02:25:39] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003210 10.0.0.50 - - [2025-08-04 02:25:39] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002928 10.0.0.50 - - [2025-08-04 02:25:39] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006488 10.0.0.50 - - [2025-08-04 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003073 10.0.0.50 - - [2025-08-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.50 - - [2025-08-04 02:25:40] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.50 - - [2025-08-04 02:25:40] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.033297 10.0.0.50 - - [2025-08-04 02:25:40] "POST /service-instances HTTP/1.1" 200 543 0.067931 10.0.0.50 - - [2025-08-04 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.50 - - [2025-08-04 02:25:40] "GET /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.012026 10.0.0.50 - - [2025-08-04 02:25:40] "POST /port-tuples HTTP/1.1" 200 586 0.026064 10.0.0.50 - - [2025-08-04 02:25:40] "GET /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005997 10.0.0.50 - - [2025-08-04 02:25:40] "PUT /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5 HTTP/1.1" 200 284 0.010864 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.011526 10.0.0.50 - - [2025-08-04 02:25:40] "POST /instance-ips HTTP/1.1" 200 385 0.024559 10.0.0.50 - - [2025-08-04 02:25:40] "GET /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004763 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.014750 10.0.0.50 - - [2025-08-04 02:25:40] "PUT /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612 HTTP/1.1" 200 284 0.016231 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.012405 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004980 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.013759 10.0.0.50 - - [2025-08-04 02:25:40] "GET /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.008498 10.0.0.50 - - [2025-08-04 02:25:40] "POST /instance-ips HTTP/1.1" 200 385 0.036959 10.0.0.50 - - [2025-08-04 02:25:40] "PUT /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8 HTTP/1.1" 200 284 0.010994 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.009657 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.009181 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.50 - - [2025-08-04 02:25:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016354 10.0.0.50 - - [2025-08-04 02:25:40] "POST /neutron/port HTTP/1.1" 200 1086 0.016215 10.0.0.50 - - [2025-08-04 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006192 10.0.0.50 - - [2025-08-04 02:25:41] "POST /instance-ips HTTP/1.1" 200 373 0.017313 10.0.0.50 - - [2025-08-04 02:25:41] "POST /neutron/port HTTP/1.1" 200 1086 0.013566 10.0.0.50 - - [2025-08-04 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007366 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.009614 10.0.0.50 - - [2025-08-04 02:25:41] "POST /neutron/port HTTP/1.1" 200 1086 0.012681 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.012801 10.0.0.50 - - [2025-08-04 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007038 10.0.0.50 - - [2025-08-04 02:25:41] "GET /virtual-machine/edb65de1-4dc5-4e8e-b8cf-3df3b2b4080d HTTP/1.1" 200 1291 0.005455 10.0.0.50 - - [2025-08-04 02:25:41] "GET /virtual-machine-interface/c1e6022c-b377-44b4-86ac-50d50199c259 HTTP/1.1" 200 2945 0.005450 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003219 10.0.0.50 - - [2025-08-04 02:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.50 - - [2025-08-04 02:25:41] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003526 10.0.0.50 - - [2025-08-04 02:25:41] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003895 10.0.0.50 - - [2025-08-04 02:25:41] "POST /instance-ips HTTP/1.1" 200 373 0.022854 10.0.0.50 - - [2025-08-04 02:25:41] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006045 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.010728 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.008788 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002986 10.0.0.50 - - [2025-08-04 02:25:41] "POST /instance-ips HTTP/1.1" 200 375 0.017433 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.012935 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.009365 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002948 10.0.0.50 - - [2025-08-04 02:25:41] "POST /instance-ips HTTP/1.1" 200 375 0.016284 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.50 - - [2025-08-04 02:25:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003876 10.0.0.50 - - [2025-08-04 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.50 - - [2025-08-04 02:25:42] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003229 10.0.0.50 - - [2025-08-04 02:25:42] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003286 10.0.0.50 - - [2025-08-04 02:25:42] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007571 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/port HTTP/1.1" 200 1087 0.011633 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006415 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015780 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006320 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/port HTTP/1.1" 200 1087 0.013733 10.0.0.50 - - [2025-08-04 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006854 10.0.0.50 - - [2025-08-04 02:25:43] "GET /virtual-machine/56073b49-a6bc-41e7-8383-309dcfd3e523 HTTP/1.1" 200 1289 0.004881 10.0.0.50 - - [2025-08-04 02:25:43] "GET /virtual-machine-interface/51dec39a-9b3a-4a74-a554-bd41f704f394 HTTP/1.1" 200 2948 0.005409 10.0.0.50 - - [2025-08-04 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.50 - - [2025-08-04 02:25:43] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003114 10.0.0.50 - - [2025-08-04 02:25:43] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003551 10.0.0.50 - - [2025-08-04 02:25:43] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006067 10.0.0.50 - - [2025-08-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.50 - - [2025-08-04 02:25:44] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003966 10.0.0.50 - - [2025-08-04 02:25:44] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003147 10.0.0.50 - - [2025-08-04 02:25:44] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005692 10.0.0.50 - - [2025-08-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003025 10.0.0.50 - - [2025-08-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.50 - - [2025-08-04 02:25:44] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001823 10.0.0.50 - - [2025-08-04 02:25:44] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031430 10.0.0.50 - - [2025-08-04 02:25:44] "POST /network-policys HTTP/1.1" 200 547 0.015946 10.0.0.50 - - [2025-08-04 02:25:44] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.022555 10.0.0.50 - - [2025-08-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.50 - - [2025-08-04 02:25:44] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007298 10.0.0.50 - - [2025-08-04 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.50 - - [2025-08-04 02:25:44] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005218 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.004035 10.0.0.50 - - [2025-08-04 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.034278 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.50 - - [2025-08-04 02:25:45] "POST /access-control-lists HTTP/1.1" 200 601 0.075833 10.0.0.50 - - [2025-08-04 02:25:45] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004220 10.0.0.50 - - [2025-08-04 02:25:45] "POST /neutron/network HTTP/1.1" 200 920 0.007076 10.0.0.50 - - [2025-08-04 02:25:45] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004619 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2025-08-04 02:25:45] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003757 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.50 - - [2025-08-04 02:25:45] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006867 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.50 - - [2025-08-04 02:25:45] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004515 10.0.0.50 - - [2025-08-04 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.036967 10.0.0.50 - - [2025-08-04 02:25:45] "PUT /access-control-list/91b841eb-f18e-4120-a6f0-be8fd45258c3 HTTP/1.1" 200 272 0.014761 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.003045 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.50 - - [2025-08-04 02:25:45] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.024609 10.0.0.50 - - [2025-08-04 02:25:45] "POST /access-control-lists HTTP/1.1" 200 604 0.061227 10.0.0.50 - - [2025-08-04 02:25:45] "POST /neutron/network HTTP/1.1" 200 923 0.007775 10.0.0.50 - - [2025-08-04 02:25:45] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004172 10.0.0.50 - - [2025-08-04 02:25:45] "POST /routing-instances HTTP/1.1" 200 759 0.024604 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.50 - - [2025-08-04 02:25:45] "POST /route-targets HTTP/1.1" 200 327 0.009130 10.0.0.50 - - [2025-08-04 02:25:45] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003897 10.0.0.50 - - [2025-08-04 02:25:45] "POST /ref-update HTTP/1.1" 200 156 0.010306 10.0.0.50 - - [2025-08-04 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.50 - - [2025-08-04 02:25:45] "GET /routing-instance/54ecc4bd-1aa7-416d-8791-1c80a2d04da7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004560 10.0.0.50 - - [2025-08-04 02:25:45] "GET /service-template/3187e0ac-5c09-431d-9105-7fc5654e8d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003992 10.0.0.50 - - [2025-08-04 02:25:45] "GET /routing-instance/54ecc4bd-1aa7-416d-8791-1c80a2d04da7?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003753 10.0.0.50 - - [2025-08-04 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.50 - - [2025-08-04 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.009684 10.0.0.50 - - [2025-08-04 02:25:46] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001666 10.0.0.50 - - [2025-08-04 02:25:46] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031224 10.0.0.50 - - [2025-08-04 02:25:46] "POST /routing-instances HTTP/1.1" 200 760 0.017183 10.0.0.50 - - [2025-08-04 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.50 - - [2025-08-04 02:25:46] "POST /route-targets HTTP/1.1" 200 327 0.010299 10.0.0.50 - - [2025-08-04 02:25:46] "GET /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005337 10.0.0.50 - - [2025-08-04 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.010942 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domains HTTP/1.1" 200 280 0.002302 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2951 0.010637 10.0.0.50 - - [2025-08-04 02:25:46] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.50 - - [2025-08-04 02:25:46] "GET /routing-instance/a185005f-de5b-41c7-b52d-f1aed6d9ac8d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003762 10.0.0.50 - - [2025-08-04 02:25:46] "GET /routing-instance/a185005f-de5b-41c7-b52d-f1aed6d9ac8d?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.005559 10.0.0.50 - - [2025-08-04 02:25:46] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 4234 0.074731 10.0.0.50 - - [2025-08-04 02:25:46] "GET /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41 HTTP/1.1" 200 3782 0.005751 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domains HTTP/1.1" 200 280 0.002187 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.50 - - [2025-08-04 02:25:46] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2951 0.007077 10.0.0.50 - - [2025-08-04 02:25:46] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.50 - - [2025-08-04 02:25:46] "PUT /routing-instance/54ecc4bd-1aa7-416d-8791-1c80a2d04da7 HTTP/1.1" 200 266 0.009787 10.0.0.50 - - [2025-08-04 02:25:46] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 4234 0.072436 10.0.0.50 - - [2025-08-04 02:25:46] "GET /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41 HTTP/1.1" 200 3782 0.003739 10.0.0.50 - - [2025-08-04 02:25:46] "PUT /routing-instance/a185005f-de5b-41c7-b52d-f1aed6d9ac8d HTTP/1.1" 200 266 0.021601 10.0.0.50 - - [2025-08-04 02:25:46] "GET /port-tuple/20183295-5cf0-40a6-821c-1e2f7a493b85 HTTP/1.1" 200 1977 0.003426 10.0.0.50 - - [2025-08-04 02:25:46] "GET /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8 HTTP/1.1" 200 3803 0.007545 10.0.0.50 - - [2025-08-04 02:25:46] "GET /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612 HTTP/1.1" 200 3797 0.005536 10.0.0.50 - - [2025-08-04 02:25:46] "GET /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5 HTTP/1.1" 200 3815 0.006980 10.0.0.50 - - [2025-08-04 02:25:46] "POST /ref-update HTTP/1.1" 200 156 0.015152 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/port HTTP/1.1" 200 3834 0.037522 10.0.0.50 - - [2025-08-04 02:25:46] "PUT /access-control-list/43add7fc-c4d3-4fe6-8897-1d014ffc3989 HTTP/1.1" 200 272 0.010091 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009864 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/port HTTP/1.1" 200 3834 0.031093 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008077 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/port HTTP/1.1" 200 3834 0.028705 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006128 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/port HTTP/1.1" 200 3834 0.028016 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006163 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/network HTTP/1.1" 200 894 0.013899 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/network HTTP/1.1" 200 920 0.006220 10.0.0.50 - - [2025-08-04 02:25:46] "POST /neutron/network HTTP/1.1" 200 807 0.013626 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/network HTTP/1.1" 200 833 0.007210 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/network HTTP/1.1" 200 897 0.013776 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/network HTTP/1.1" 200 923 0.005525 10.0.0.50 - - [2025-08-04 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001297 10.0.0.50 - - [2025-08-04 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001361 10.0.0.50 - - [2025-08-04 02:25:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001607 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine/72d877db-51ef-45a0-8373-5242ea2d5f1e HTTP/1.1" 200 1801 0.003940 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8 HTTP/1.1" 200 3803 0.007508 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612 HTTP/1.1" 200 3797 0.004905 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5 HTTP/1.1" 200 3815 0.005366 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/93fd6cb2-67e4-4452-ac94-522615b17f47 HTTP/1.1" 200 1959 0.004490 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/cd3a4707-f981-4a0c-bd59-19c334e94cf2 HTTP/1.1" 200 1624 0.005269 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/d99a998c-29b9-43ac-a657-3c96fa4eb7f4 HTTP/1.1" 200 1961 0.005698 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/9d60ef5b-aaaf-48db-9b9c-702cd51e938c HTTP/1.1" 200 1622 0.004976 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/a52a6c68-314b-463a-97a2-28219b9e50a3 HTTP/1.1" 200 1957 0.003415 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/e675b8e6-0199-47a7-a16f-a88ab275de83 HTTP/1.1" 200 1955 0.004950 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/4f8c53e8-e925-41f9-955d-a58601a9bac8 HTTP/1.1" 200 1978 0.003745 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/7a543e1e-e3f9-4086-8180-fa822b797b88 HTTP/1.1" 200 1979 0.003386 10.0.0.50 - - [2025-08-04 02:25:47] "GET /instance-ip/cbe95e0b-32f9-4b74-a425-20c06ccefb5a HTTP/1.1" 200 1623 0.004453 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/port HTTP/1.1" 200 3834 0.028765 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007071 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/port HTTP/1.1" 200 3834 0.031408 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006457 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/port HTTP/1.1" 200 3834 0.045497 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007370 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/port HTTP/1.1" 200 3834 0.032118 10.0.0.50 - - [2025-08-04 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006036 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine/72d877db-51ef-45a0-8373-5242ea2d5f1e HTTP/1.1" 200 1801 0.003172 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/4e413ee6-897b-4427-9629-6298d70cfda8 HTTP/1.1" 200 3803 0.005575 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/4e47360c-15f8-4d8a-b83c-2eba79ef3612 HTTP/1.1" 200 3797 0.005632 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-machine-interface/fc285f43-bf6f-476f-8965-4684c137a0d5 HTTP/1.1" 200 3815 0.005658 10.0.0.50 - - [2025-08-04 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.50 - - [2025-08-04 02:25:47] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003143 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003442 10.0.0.50 - - [2025-08-04 02:25:47] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006442 10.0.0.50 - - [2025-08-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.50 - - [2025-08-04 02:25:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003367 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003644 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006672 10.0.0.50 - - [2025-08-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.50 - - [2025-08-04 02:25:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003973 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003146 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007125 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.037177 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/port HTTP/1.1" 200 1086 0.011544 10.0.0.50 - - [2025-08-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/network HTTP/1.1" 200 930 0.006129 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003531 10.0.0.50 - - [2025-08-04 02:25:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004899 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.011213 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.50 - - [2025-08-04 02:25:49] "POST /neutron/network HTTP/1.1" 200 920 0.007390 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005795 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005792 10.0.0.50 - - [2025-08-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.50 - - [2025-08-04 02:25:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003690 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003826 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006323 10.0.0.50 - - [2025-08-04 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.50 - - [2025-08-04 02:25:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003889 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003654 10.0.0.50 - - [2025-08-04 02:25:49] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005305 10.0.0.50 - - [2025-08-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.50 - - [2025-08-04 02:25:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004781 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003460 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005660 10.0.0.50 - - [2025-08-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.50 - - [2025-08-04 02:25:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003391 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003498 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006086 10.0.0.50 - - [2025-08-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.50 - - [2025-08-04 02:25:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004278 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003330 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-network/386eef49-1bd1-4c0f-8455-5b72603db200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005619 10.0.0.50 - - [2025-08-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.50 - - [2025-08-04 02:25:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004035 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003232 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005251 10.0.0.50 - - [2025-08-04 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008076 10.0.0.50 - - [2025-08-04 02:25:50] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003496 10.0.0.50 - - [2025-08-04 02:25:50] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002945 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005335 10.0.0.50 - - [2025-08-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.50 - - [2025-08-04 02:25:51] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004514 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003473 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005785 10.0.0.50 - - [2025-08-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.50 - - [2025-08-04 02:25:51] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003651 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-networks?parent_id=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003475 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005714 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-machine/72d877db-51ef-45a0-8373-5242ea2d5f1e HTTP/1.1" 200 1801 0.003994 10.0.0.50 - - [2025-08-04 02:25:51] "GET /domains HTTP/1.1" 200 280 0.004224 10.0.0.50 - - [2025-08-04 02:25:51] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.50 - - [2025-08-04 02:25:51] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2951 0.007551 10.0.0.50 - - [2025-08-04 02:25:51] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.50 - - [2025-08-04 02:25:51] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 4234 0.069257 10.0.0.50 - - [2025-08-04 02:25:51] "GET /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41 HTTP/1.1" 200 3782 0.005086 10.0.0.50 - - [2025-08-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.50 - - [2025-08-04 02:25:51] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003487 10.0.0.50 - - [2025-08-04 02:25:51] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005269 10.0.0.50 - - [2025-08-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.50 - - [2025-08-04 02:25:51] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003787 10.0.0.50 - - [2025-08-04 02:25:51] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005912 10.0.0.50 - - [2025-08-04 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.50 - - [2025-08-04 02:25:51] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006835 10.0.0.50 - - [2025-08-04 02:25:52] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?fields=routing_instances HTTP/1.1" 200 1683 0.008416 10.0.0.50 - - [2025-08-04 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2025-08-04 02:25:52] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006309 10.0.0.50 - - [2025-08-04 02:25:52] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?fields=routing_instances HTTP/1.1" 200 1687 0.008520 10.0.0.50 - - [2025-08-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.043366 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /access-control-list/43add7fc-c4d3-4fe6-8897-1d014ffc3989 HTTP/1.1" 200 115 0.044032 10.0.0.50 - - [2025-08-04 02:25:56] "POST /neutron/network HTTP/1.1" 200 835 0.018481 10.0.0.50 - - [2025-08-04 02:25:56] "GET /virtual-network/350633c6-bfdc-489d-943f-9958954fe83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006149 10.0.0.50 - - [2025-08-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /routing-instance/54ecc4bd-1aa7-416d-8791-1c80a2d04da7 HTTP/1.1" 200 115 0.038845 10.0.0.50 - - [2025-08-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.50 - - [2025-08-04 02:25:56] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003965 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /route-target/95f2b6f4-a56e-4ff3-9738-159e411210c4 HTTP/1.1" 200 115 0.021751 10.0.0.50 - - [2025-08-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.045454 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /routing-instance/a185005f-de5b-41c7-b52d-f1aed6d9ac8d HTTP/1.1" 200 115 0.044582 10.0.0.50 - - [2025-08-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.50 - - [2025-08-04 02:25:56] "POST /neutron/network HTTP/1.1" 200 832 0.007217 10.0.0.50 - - [2025-08-04 02:25:56] "GET /virtual-network/e3c2f2e0-c2e9-45e1-8c43-875838e8a16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006248 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /route-target/e9480162-e91c-46d0-adf9-5eda4dfbed49 HTTP/1.1" 200 115 0.015791 10.0.0.50 - - [2025-08-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /access-control-list/91b841eb-f18e-4120-a6f0-be8fd45258c3 HTTP/1.1" 200 115 0.024027 10.0.0.50 - - [2025-08-04 02:25:56] "GET /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003662 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /network-policy/46aa19d6-b74f-4b76-b0e1-afd325c5ef27 HTTP/1.1" 200 115 0.022532 10.0.0.50 - - [2025-08-04 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /service-instance/47df37c8-ac8d-40f1-a5f9-0c3e7fc21d41 HTTP/1.1" 200 115 0.049170 10.0.0.50 - - [2025-08-04 02:25:56] "GET /domains HTTP/1.1" 200 280 0.002225 10.0.0.50 - - [2025-08-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.014999 10.0.0.50 - - [2025-08-04 02:25:56] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.50 - - [2025-08-04 02:25:56] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2951 0.010914 10.0.0.50 - - [2025-08-04 02:25:56] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.50 - - [2025-08-04 02:25:56] "DELETE /instance-ip/d99a998c-29b9-43ac-a657-3c96fa4eb7f4 HTTP/1.1" 200 115 0.030735 10.0.0.50 - - [2025-08-04 02:25:56] "POST /ref-update HTTP/1.1" 200 156 0.009396 10.0.0.50 - - [2025-08-04 02:25:56] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 3760 0.073949 10.0.0.50 - - [2025-08-04 02:25:56] "GET /virtual-machine/72d877db-51ef-45a0-8373-5242ea2d5f1e HTTP/1.1" 200 1801 0.003851 10.0.0.50 - - [2025-08-04 02:25:56] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002304 10.0.0.50 - - [2025-08-04 02:25:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002639 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /instance-ip/7a543e1e-e3f9-4086-8180-fa822b797b88 HTTP/1.1" 200 115 0.028656 10.0.0.50 - - [2025-08-04 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.009471 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /instance-ip/e675b8e6-0199-47a7-a16f-a88ab275de83 HTTP/1.1" 200 115 0.022424 10.0.0.50 - - [2025-08-04 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.010852 10.0.0.50 - - [2025-08-04 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /service-template/3187e0ac-5c09-431d-9105-7fc5654e8d96 HTTP/1.1" 200 115 0.046116 10.0.0.50 - - [2025-08-04 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003985 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /instance-ip/4f8c53e8-e925-41f9-955d-a58601a9bac8 HTTP/1.1" 200 115 0.044121 10.0.0.50 - - [2025-08-04 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.015017 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /instance-ip/a52a6c68-314b-463a-97a2-28219b9e50a3 HTTP/1.1" 200 115 0.024898 10.0.0.50 - - [2025-08-04 02:25:57] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.50 - - [2025-08-04 02:25:57] "DELETE /instance-ip/93fd6cb2-67e4-4452-ac94-522615b17f47 HTTP/1.1" 200 115 0.028166 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/network HTTP/1.1" 200 835 0.007555 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/network HTTP/1.1" 400 204 0.016046 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/port HTTP/1.1" 200 1087 0.011349 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/port HTTP/1.1" 200 1113 0.011440 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/port HTTP/1.1" 200 1086 0.015726 10.0.0.50 - - [2025-08-04 02:25:57] "POST /neutron/port HTTP/1.1" 200 1112 0.012307 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.161442 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.159415 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 3027 0.021191 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 1113 0.011305 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.123399 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 1113 0.011013 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.119530 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 1112 0.009894 10.0.0.50 - - [2025-08-04 02:25:58] "POST /neutron/port HTTP/1.1" 200 151 0.111589 10.0.0.50 - - [2025-08-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 835 0.006413 10.0.0.50 - - [2025-08-04 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.50 - - [2025-08-04 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.50 - - [2025-08-04 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.50 - - [2025-08-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.084154 10.0.0.50 - - [2025-08-04 02:25:59] "DELETE /route-target/f1d7345a-e4b5-42ff-ac96-2f1b9a5768e4 HTTP/1.1" 200 115 0.016565 10.0.0.50 - - [2025-08-04 02:25:59] "GET /routing-instance/332dc048-05a7-4a8a-a406-53a1edebffe0 HTTP/1.1" 404 171 0.002571 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002586 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2751 0.053694 10.0.0.50 - - [2025-08-04 02:25:59] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.50 - - [2025-08-04 02:25:59] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2299 0.075630 10.0.0.50 - - [2025-08-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 832 0.006188 10.0.0.50 - - [2025-08-04 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003581 10.0.0.50 - - [2025-08-04 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.50 - - [2025-08-04 02:25:59] "POST /useragent-kv HTTP/1.1" 200 115 0.001882 10.0.0.50 - - [2025-08-04 02:25:59] "POST /neutron/network HTTP/1.1" 200 151 0.088298 10.0.0.50 - - [2025-08-04 02:25:59] "GET /routing-instance/6283a9f2-77a9-43d7-98f9-3883fc249bdc HTTP/1.1" 404 171 0.004767 10.0.0.50 - - [2025-08-04 02:25:59] "DELETE /route-target/75ed749e-4b13-4c07-85f9-34f05a215304 HTTP/1.1" 200 115 0.021003 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.50 - - [2025-08-04 02:25:59] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2751 0.051626 10.0.0.50 - - [2025-08-04 02:25:59] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001555 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 2081 0.072487 10.0.0.50 - - [2025-08-04 02:26:00] "POST /neutron/network HTTP/1.1" 200 833 0.006217 10.0.0.50 - - [2025-08-04 02:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005740 10.0.0.50 - - [2025-08-04 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.50 - - [2025-08-04 02:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.50 - - [2025-08-04 02:26:00] "POST /neutron/network HTTP/1.1" 200 151 0.087836 10.0.0.50 - - [2025-08-04 02:26:00] "GET /routing-instance/48604ef8-de23-4492-89b9-611dd3a887e3 HTTP/1.1" 404 171 0.003329 10.0.0.50 - - [2025-08-04 02:26:00] "DELETE /route-target/fdd9ac2b-f7f0-4f19-9398-591ccb235828 HTTP/1.1" 200 115 0.018264 10.0.0.50 - - [2025-08-04 02:26:00] "GET /domains HTTP/1.1" 200 280 0.002590 10.0.0.50 - - [2025-08-04 02:26:00] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.50 - - [2025-08-04 02:26:00] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2751 0.049074 10.0.0.50 - - [2025-08-04 02:26:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001858 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 1841 0.072522 10.0.0.50 - - [2025-08-04 02:26:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072717 10.0.0.50 - - [2025-08-04 02:26:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?fields=virtual_networks HTTP/1.1" 200 1029 0.072827 10.0.0.50 - - [2025-08-04 02:26:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.049893 10.0.0.50 - - [2025-08-04 02:26:00] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.50 - - [2025-08-04 02:26:00] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?fields=security_groups HTTP/1.1" 200 1253 0.028514 10.0.0.50 - - [2025-08-04 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.028059 10.0.0.50 - - [2025-08-04 02:26:01] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002875 10.0.0.50 - - [2025-08-04 02:26:01] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.50 - - [2025-08-04 02:26:01] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008323 10.0.0.50 - - [2025-08-04 02:26:01] "POST /id-to-fqname HTTP/1.1" 200 191 0.002548 10.0.0.50 - - [2025-08-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.002913 10.0.0.50 - - [2025-08-04 02:26:02] "POST /security-groups HTTP/1.1" 200 592 0.063142 10.0.0.50 - - [2025-08-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.003359 10.0.0.50 - - [2025-08-04 02:26:02] "POST /projects HTTP/1.1" 200 587 0.221099 10.0.0.50 - - [2025-08-04 02:26:02] "POST /access-control-lists HTTP/1.1" 200 597 0.058355 10.0.0.50 - - [2025-08-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.297812 10.0.0.50 - - [2025-08-04 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003193 10.0.0.50 - - [2025-08-04 02:26:02] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.430957 10.0.0.50 - - [2025-08-04 02:26:02] "POST /access-control-lists HTTP/1.1" 200 595 0.060259 10.0.0.50 - - [2025-08-04 02:26:03] "GET / HTTP/1.1" 200 35931 0.003686 10.0.0.50 - - [2025-08-04 02:26:04] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000686 10.0.0.50 - - [2025-08-04 02:26:04] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001327 10.0.0.50 - - [2025-08-04 02:26:04] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059005 10.0.0.50 - - [2025-08-04 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.003004 10.0.0.50 - - [2025-08-04 02:26:04] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018116 10.0.0.50 - - [2025-08-04 02:26:05] "GET /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.007244 10.0.0.50 - - [2025-08-04 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.50 - - [2025-08-04 02:26:05] "GET /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004733 10.0.0.50 - - [2025-08-04 02:26:05] "GET /domains HTTP/1.1" 401 292 0.000546 10.0.0.50 - - [2025-08-04 02:26:05] "GET /domains HTTP/1.1" 200 280 0.027056 10.0.0.50 - - [2025-08-04 02:26:05] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002007 10.0.0.50 - - [2025-08-04 02:26:05] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 3138 0.013229 10.0.0.50 - - [2025-08-04 02:26:05] "GET /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c HTTP/1.1" 200 1438 0.003884 10.0.0.50 - - [2025-08-04 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002416 10.0.0.50 - - [2025-08-04 02:26:05] "POST /network-ipams HTTP/1.1" 200 514 0.018177 10.0.0.50 - - [2025-08-04 02:26:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003040 10.0.0.50 - - [2025-08-04 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.50 - - [2025-08-04 02:26:05] "GET /network-ipam/8c400d93-74f5-4b50-92be-b7569542f6be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.006202 10.0.0.50 - - [2025-08-04 02:26:05] "PUT /network-ipam/8c400d93-74f5-4b50-92be-b7569542f6be HTTP/1.1" 200 258 0.010286 10.0.0.50 - - [2025-08-04 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.009153 10.0.0.50 - - [2025-08-04 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.50 - - [2025-08-04 02:26:05] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001826 10.0.0.50 - - [2025-08-04 02:26:05] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.033410 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 117 0.029528 10.0.0.50 - - [2025-08-04 02:26:06] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 618 0.078851 10.0.0.50 - - [2025-08-04 02:26:06] "POST /route-targets HTTP/1.1" 200 327 0.014536 10.0.0.50 - - [2025-08-04 02:26:06] "POST /ref-update HTTP/1.1" 200 156 0.012541 10.0.0.50 - - [2025-08-04 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005417 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 711 0.197584 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.006088 10.0.0.50 - - [2025-08-04 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001438 10.0.0.50 - - [2025-08-04 02:26:06] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005283 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.006306 10.0.0.50 - - [2025-08-04 02:26:06] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005005 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.007858 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/subnet HTTP/1.1" 200 711 0.007053 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 807 0.011487 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.005637 10.0.0.50 - - [2025-08-04 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001222 10.0.0.50 - - [2025-08-04 02:26:06] "POST /neutron/network HTTP/1.1" 200 843 0.005857 10.0.0.50 - - [2025-08-04 02:26:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2025-08-04 02:26:07] "GET / HTTP/1.1" 200 35931 0.005627 10.0.0.50 - - [2025-08-04 02:26:07] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000939 10.0.0.50 - - [2025-08-04 02:26:07] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001660 10.0.0.50 - - [2025-08-04 02:26:07] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052656 10.0.0.50 - - [2025-08-04 02:26:07] "POST /neutron/network HTTP/1.1" 200 833 0.030716 10.0.0.50 - - [2025-08-04 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.005529 10.0.0.50 - - [2025-08-04 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.005677 10.0.0.50 - - [2025-08-04 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.005692 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/network HTTP/1.1" 200 843 0.005652 10.0.0.50 - - [2025-08-04 02:26:08] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001968 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 1058 0.226680 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 1058 0.010468 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 1058 0.009319 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 1112 0.066585 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 1086 0.012867 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 685 0.007568 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.50 - - [2025-08-04 02:26:08] "POST /neutron/network HTTP/1.1" 200 833 0.005567 10.0.0.50 - - [2025-08-04 02:26:12] "POST /neutron/port HTTP/1.1" 200 1086 0.011305 10.0.0.50 - - [2025-08-04 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005633 10.0.0.50 - - [2025-08-04 02:26:12] "POST /neutron/port HTTP/1.1" 200 1086 0.012544 10.0.0.50 - - [2025-08-04 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007514 10.0.0.50 - - [2025-08-04 02:26:13] "POST /neutron/port HTTP/1.1" 200 1086 0.011534 10.0.0.50 - - [2025-08-04 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006630 10.0.0.50 - - [2025-08-04 02:26:13] "GET /virtual-machine/64b3b8a1-0f48-436e-ba08-4ec6ada2ab39 HTTP/1.1" 200 1293 0.004801 10.0.0.50 - - [2025-08-04 02:26:13] "GET /virtual-machine-interface/bafec8fc-d974-42d6-baa3-25904191e4be HTTP/1.1" 200 2964 0.004962 10.0.0.50 - - [2025-08-04 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.50 - - [2025-08-04 02:26:13] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003030 10.0.0.50 - - [2025-08-04 02:26:13] "GET /virtual-networks?parent_id=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003691 10.0.0.50 - - [2025-08-04 02:26:13] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006877 10.0.0.50 - - [2025-08-04 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.50 - - [2025-08-04 02:26:16] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005904 10.0.0.50 - - [2025-08-04 02:26:17] "POST /neutron/port HTTP/1.1" 200 1086 0.033380 10.0.0.50 - - [2025-08-04 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005364 10.0.0.50 - - [2025-08-04 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.50 - - [2025-08-04 02:26:20] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005043 10.0.0.50 - - [2025-08-04 02:26:20] "GET /virtual-networks?parent_id=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003405 10.0.0.50 - - [2025-08-04 02:26:20] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009818 10.0.0.50 - - [2025-08-04 02:26:25] "POST /neutron/network HTTP/1.1" 200 807 0.028791 10.0.0.50 - - [2025-08-04 02:26:25] "POST /neutron/network HTTP/1.1" 200 833 0.005695 10.0.0.50 - - [2025-08-04 02:26:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001262 10.0.0.50 - - [2025-08-04 02:26:25] "POST /neutron/port HTTP/1.1" 200 1086 0.011220 10.0.0.50 - - [2025-08-04 02:26:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006469 10.0.0.50 - - [2025-08-04 02:26:25] "POST /neutron/network HTTP/1.1" 200 843 0.006701 10.0.0.50 - - [2025-08-04 02:26:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000588 10.0.0.50 - - [2025-08-04 02:26:25] "GET / HTTP/1.1" 200 35931 0.001514 10.0.0.50 - - [2025-08-04 02:26:25] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2025-08-04 02:26:25] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.50 - - [2025-08-04 02:26:26] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058263 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/network HTTP/1.1" 200 833 0.007355 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1086 0.015750 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007224 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.005160 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 117 0.004691 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/network HTTP/1.1" 200 843 0.006163 10.0.0.50 - - [2025-08-04 02:26:26] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1058 0.192938 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1058 0.009696 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1058 0.010230 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1112 0.123199 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/port HTTP/1.1" 200 1086 0.013030 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003339 10.0.0.50 - - [2025-08-04 02:26:26] "POST /neutron/subnet HTTP/1.1" 200 685 0.009786 10.0.0.50 - - [2025-08-04 02:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.001664 10.0.0.50 - - [2025-08-04 02:26:27] "POST /neutron/network HTTP/1.1" 200 833 0.005384 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/port HTTP/1.1" 200 1086 0.012408 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006524 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/port HTTP/1.1" 200 1086 0.012489 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010267 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/port HTTP/1.1" 200 1086 0.011203 10.0.0.50 - - [2025-08-04 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012810 10.0.0.50 - - [2025-08-04 02:26:31] "GET /virtual-machine/cf3d17ed-faab-4ef4-ba9c-7ae3918e66da HTTP/1.1" 200 1294 0.005485 10.0.0.50 - - [2025-08-04 02:26:31] "GET /virtual-machine-interface/56357459-3307-40c5-ae5a-e6d0c4f9dc4c HTTP/1.1" 200 2963 0.005276 10.0.0.50 - - [2025-08-04 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.50 - - [2025-08-04 02:26:31] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003205 10.0.0.50 - - [2025-08-04 02:26:31] "GET /virtual-networks?parent_id=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002920 10.0.0.50 - - [2025-08-04 02:26:31] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005179 10.0.0.50 - - [2025-08-04 02:26:32] "DELETE /project/daf6eda1af52454dac104e61f64fbb0b HTTP/1.1" 404 173 0.005776 10.0.0.50 - - [2025-08-04 02:26:32] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.50 - - [2025-08-04 02:26:32] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.028557 10.0.0.50 - - [2025-08-04 02:26:32] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001230 10.0.0.50 - - [2025-08-04 02:26:32] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?fields=security_groups HTTP/1.1" 200 1358 0.075736 10.0.0.50 - - [2025-08-04 02:26:32] "DELETE /security-group/72665958-3188-409a-a1ae-06852a733e19 HTTP/1.1" 200 115 0.044089 10.0.0.50 - - [2025-08-04 02:26:32] "GET /projects?obj_uuids=de7f6996-64fa-459b-9511-2e9d26975a35&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.50 - - [2025-08-04 02:26:32] "DELETE /access-control-list/7c2815e7-a1a4-43e0-8556-a7e4ea8d2cac HTTP/1.1" 200 115 0.041036 10.0.0.50 - - [2025-08-04 02:26:32] "GET /project/de7f6996-64fa-459b-9511-2e9d26975a35?fields=application_policy_sets HTTP/1.1" 200 1397 0.044032 10.0.0.50 - - [2025-08-04 02:26:32] "DELETE /access-control-list/870d902b-1f4e-426c-bb0c-078361bb2629 HTTP/1.1" 200 115 0.034136 10.0.0.50 - - [2025-08-04 02:26:32] "DELETE /project/de7f6996-64fa-459b-9511-2e9d26975a35 HTTP/1.1" 200 115 0.361585 10.0.0.50 - - [2025-08-04 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.50 - - [2025-08-04 02:26:34] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005247 10.0.0.50 - - [2025-08-04 02:26:35] "POST /neutron/port HTTP/1.1" 200 1086 0.012287 10.0.0.50 - - [2025-08-04 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005949 10.0.0.50 - - [2025-08-04 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.50 - - [2025-08-04 02:26:36] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002776 10.0.0.50 - - [2025-08-04 02:26:37] "GET /virtual-networks?parent_id=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002851 10.0.0.50 - - [2025-08-04 02:26:37] "GET /virtual-network/9e736d84-8544-42c8-8a04-82ec8f74eea2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005784 10.0.0.50 - - [2025-08-04 02:26:37] "POST /neutron/port HTTP/1.1" 200 1086 0.012376 10.0.0.50 - - [2025-08-04 02:26:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006546 10.0.0.50 - - [2025-08-04 02:26:38] "GET /obj-perms HTTP/1.1" 200 5056 0.050601 10.0.0.50 - - [2025-08-04 02:26:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045148 10.0.0.50 - - [2025-08-04 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.50 - - [2025-08-04 02:26:49] "DELETE /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c HTTP/1.1" 409 235 0.005623 10.0.0.50 - - [2025-08-04 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.002992 10.0.0.50 - - [2025-08-04 02:26:49] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.020239 10.0.0.50 - - [2025-08-04 02:26:49] "GET /virtual-DNS-record/cfe89ba8-7d99-4550-b10d-fd6c341a3cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004494 10.0.0.50 - - [2025-08-04 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.50 - - [2025-08-04 02:26:49] "GET /virtual-DNS-record/cfe89ba8-7d99-4550-b10d-fd6c341a3cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005090 10.0.0.50 - - [2025-08-04 02:26:49] "GET /domains HTTP/1.1" 200 280 0.002757 10.0.0.50 - - [2025-08-04 02:26:49] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001527 10.0.0.50 - - [2025-08-04 02:26:49] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2954 0.010470 10.0.0.50 - - [2025-08-04 02:26:49] "GET /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c HTTP/1.1" 200 1907 0.004184 10.0.0.50 - - [2025-08-04 02:26:49] "GET /virtual-DNS-record/cfe89ba8-7d99-4550-b10d-fd6c341a3cb3 HTTP/1.1" 200 1336 0.003274 10.0.0.50 - - [2025-08-04 02:26:54] "DELETE /virtual-DNS-record/cfe89ba8-7d99-4550-b10d-fd6c341a3cb3 HTTP/1.1" 200 115 0.025470 10.0.0.50 - - [2025-08-04 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.002503 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/network HTTP/1.1" 200 833 0.007790 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/network HTTP/1.1" 400 204 0.021023 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 1086 0.026738 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 1112 0.015713 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 1086 0.020626 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 1112 0.011994 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.156281 10.0.0.50 - - [2025-08-04 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.156844 10.0.0.50 - - [2025-08-04 02:26:57] "POST /neutron/network HTTP/1.1" 200 833 0.007020 10.0.0.50 - - [2025-08-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.50 - - [2025-08-04 02:26:57] "DELETE /route-target/c7e1603f-96d8-40bb-b070-315c0e400e5a HTTP/1.1" 200 115 0.042027 10.0.0.50 - - [2025-08-04 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002443 10.0.0.50 - - [2025-08-04 02:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002167 10.0.0.50 - - [2025-08-04 02:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.240948 10.0.0.50 - - [2025-08-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.50 - - [2025-08-04 02:26:57] "DELETE /network-ipam/8c400d93-74f5-4b50-92be-b7569542f6be HTTP/1.1" 200 115 0.027245 10.0.0.50 - - [2025-08-04 02:26:57] "DELETE /virtual-DNS/d073df9d-64b5-41d0-aa0d-f485f8bfaf3c HTTP/1.1" 200 115 0.022568 10.0.0.50 - - [2025-08-04 02:26:57] "POST /fqname-to-id HTTP/1.1" 404 180 0.003985 10.0.0.50 - - [2025-08-04 02:26:57] "GET /domains HTTP/1.1" 200 280 0.003496 10.0.0.50 - - [2025-08-04 02:26:57] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.50 - - [2025-08-04 02:26:57] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2754 0.012055 10.0.0.50 - - [2025-08-04 02:26:57] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.50 - - [2025-08-04 02:26:57] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.029115 10.0.0.50 - - [2025-08-04 02:26:57] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.50 - - [2025-08-04 02:26:57] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?fields=virtual_networks HTTP/1.1" 200 1035 0.068983 10.0.0.50 - - [2025-08-04 02:26:57] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.50 - - [2025-08-04 02:26:57] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029624 10.0.0.50 - - [2025-08-04 02:26:57] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001525 10.0.0.50 - - [2025-08-04 02:26:58] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?fields=security_groups HTTP/1.1" 200 1262 0.032489 10.0.0.50 - - [2025-08-04 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.023277 10.0.0.50 - - [2025-08-04 02:26:58] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002292 10.0.0.50 - - [2025-08-04 02:26:58] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.50 - - [2025-08-04 02:26:58] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007399 10.0.0.50 - - [2025-08-04 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 191 0.001900 10.0.0.50 - - [2025-08-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.008417 10.0.0.50 - - [2025-08-04 02:26:59] "POST /security-groups HTTP/1.1" 200 592 0.063980 10.0.0.50 - - [2025-08-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.004494 10.0.0.50 - - [2025-08-04 02:26:59] "POST /projects HTTP/1.1" 200 587 0.220251 10.0.0.50 - - [2025-08-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289587 10.0.0.50 - - [2025-08-04 02:26:59] "POST /access-control-lists HTTP/1.1" 200 597 0.064606 10.0.0.50 - - [2025-08-04 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 234 0.002968 10.0.0.50 - - [2025-08-04 02:26:59] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.411338 10.0.0.50 - - [2025-08-04 02:26:59] "POST /access-control-lists HTTP/1.1" 200 595 0.063945 10.0.0.50 - - [2025-08-04 02:27:00] "GET / HTTP/1.1" 200 35931 0.003526 10.0.0.50 - - [2025-08-04 02:27:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000679 10.0.0.50 - - [2025-08-04 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.061049 10.0.0.50 - - [2025-08-04 02:27:01] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.50 - - [2025-08-04 02:27:01] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032962 10.0.0.50 - - [2025-08-04 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.036781 10.0.0.50 - - [2025-08-04 02:27:01] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002064 10.0.0.50 - - [2025-08-04 02:27:01] "POST /neutron/network HTTP/1.1" 200 606 0.083374 10.0.0.50 - - [2025-08-04 02:27:01] "POST /route-targets HTTP/1.1" 200 327 0.015254 10.0.0.50 - - [2025-08-04 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.015191 10.0.0.50 - - [2025-08-04 02:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003748 10.0.0.50 - - [2025-08-04 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.191358 10.0.0.50 - - [2025-08-04 02:27:01] "POST /neutron/network HTTP/1.1" 200 826 0.006936 10.0.0.50 - - [2025-08-04 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001337 10.0.0.50 - - [2025-08-04 02:27:01] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005381 10.0.0.50 - - [2025-08-04 02:27:01] "POST /neutron/network HTTP/1.1" 200 826 0.005789 10.0.0.50 - - [2025-08-04 02:27:01] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004853 10.0.0.50 - - [2025-08-04 02:27:02] "POST /neutron/network HTTP/1.1" 200 826 0.008271 10.0.0.50 - - [2025-08-04 02:27:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.008254 10.0.0.50 - - [2025-08-04 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001736 10.0.0.50 - - [2025-08-04 02:27:02] "POST /neutron/network HTTP/1.1" 200 836 0.006985 10.0.0.50 - - [2025-08-04 02:27:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2025-08-04 02:27:02] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.50 - - [2025-08-04 02:27:02] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2025-08-04 02:27:03] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.50 - - [2025-08-04 02:27:03] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052928 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 826 0.006200 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.005504 10.0.0.50 - - [2025-08-04 02:27:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001307 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.008340 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 836 0.005867 10.0.0.50 - - [2025-08-04 02:27:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000668 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/network HTTP/1.1" 200 836 0.007235 10.0.0.50 - - [2025-08-04 02:27:03] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.50 - - [2025-08-04 02:27:03] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.50 - - [2025-08-04 02:27:03] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 1062 0.226855 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 1062 0.009575 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 1062 0.008987 10.0.0.50 - - [2025-08-04 02:27:03] "POST /neutron/port HTTP/1.1" 200 1116 0.064233 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/port HTTP/1.1" 200 1090 0.014977 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.009945 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.001512 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/network HTTP/1.1" 200 826 0.006245 10.0.0.50 - - [2025-08-04 02:27:04] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.50 - - [2025-08-04 02:27:04] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071301 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/network HTTP/1.1" 200 826 0.006655 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/port HTTP/1.1" 200 1090 0.026427 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006803 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.004759 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/port HTTP/1.1" 200 1090 0.026247 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006921 10.0.0.50 - - [2025-08-04 02:27:04] "POST /neutron/network HTTP/1.1" 200 836 0.005647 10.0.0.50 - - [2025-08-04 02:27:04] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 1062 0.239711 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 1062 0.016647 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 1062 0.012874 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 1116 0.113841 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 1090 0.015656 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.007483 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.001600 10.0.0.50 - - [2025-08-04 02:27:05] "POST /neutron/network HTTP/1.1" 200 826 0.006388 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/port HTTP/1.1" 200 1090 0.013895 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006352 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/port HTTP/1.1" 200 1090 0.012574 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006653 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/port HTTP/1.1" 200 1090 0.012377 10.0.0.50 - - [2025-08-04 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007260 10.0.0.50 - - [2025-08-04 02:27:09] "GET /virtual-machine/a6da5bd2-0e59-4d46-830a-f8fcf010d250 HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2025-08-04 02:27:10] "GET /virtual-machine/a6da5bd2-0e59-4d46-830a-f8fcf010d250 HTTP/1.1" 200 1293 0.032285 10.0.0.50 - - [2025-08-04 02:27:10] "GET /virtual-machine-interface/5b3a9ccc-cb10-455e-b27d-2a122b74e40c HTTP/1.1" 200 2945 0.005418 10.0.0.50 - - [2025-08-04 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.50 - - [2025-08-04 02:27:10] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003303 10.0.0.50 - - [2025-08-04 02:27:10] "GET /virtual-networks?parent_id=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003545 10.0.0.50 - - [2025-08-04 02:27:10] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006783 10.0.0.50 - - [2025-08-04 02:27:13] "POST /neutron/port HTTP/1.1" 200 1090 0.014993 10.0.0.50 - - [2025-08-04 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006231 10.0.0.50 - - [2025-08-04 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.50 - - [2025-08-04 02:27:13] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006796 10.0.0.50 - - [2025-08-04 02:27:14] "POST /neutron/port HTTP/1.1" 200 1090 0.012262 10.0.0.50 - - [2025-08-04 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005793 10.0.0.50 - - [2025-08-04 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.50 - - [2025-08-04 02:27:15] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002983 10.0.0.50 - - [2025-08-04 02:27:15] "GET /virtual-networks?parent_id=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003570 10.0.0.50 - - [2025-08-04 02:27:15] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005733 10.0.0.50 - - [2025-08-04 02:27:15] "POST /neutron/port HTTP/1.1" 200 1090 0.011698 10.0.0.50 - - [2025-08-04 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007015 10.0.0.50 - - [2025-08-04 02:27:16] "POST /neutron/port HTTP/1.1" 200 1090 0.012565 10.0.0.50 - - [2025-08-04 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006001 10.0.0.50 - - [2025-08-04 02:27:16] "POST /neutron/port HTTP/1.1" 200 1090 0.012882 10.0.0.50 - - [2025-08-04 02:27:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006504 10.0.0.50 - - [2025-08-04 02:27:16] "GET /virtual-machine/956191ea-a573-452e-9a6d-195f505cc364 HTTP/1.1" 200 1294 0.005069 10.0.0.50 - - [2025-08-04 02:27:16] "GET /virtual-machine-interface/523821b2-251b-4b19-83ae-daefbb6fb30e HTTP/1.1" 200 2944 0.005238 10.0.0.50 - - [2025-08-04 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.50 - - [2025-08-04 02:27:16] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003928 10.0.0.50 - - [2025-08-04 02:27:16] "GET /virtual-networks?parent_id=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003190 10.0.0.50 - - [2025-08-04 02:27:16] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006611 10.0.0.50 - - [2025-08-04 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.50 - - [2025-08-04 02:27:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003318 10.0.0.50 - - [2025-08-04 02:27:17] "GET /virtual-networks?parent_id=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003082 10.0.0.50 - - [2025-08-04 02:27:17] "GET /virtual-network/7e950bd5-bc75-4e4d-ad49-d3d8bcef5d3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006279 10.0.0.50 - - [2025-08-04 02:27:22] "POST /neutron/network HTTP/1.1" 200 826 0.012547 10.0.0.50 - - [2025-08-04 02:27:22] "POST /neutron/network HTTP/1.1" 400 204 0.015556 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 1090 0.012642 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 1116 0.010458 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 1090 0.016508 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 1116 0.009241 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 151 0.143179 10.0.0.50 - - [2025-08-04 02:27:23] "POST /neutron/port HTTP/1.1" 200 151 0.137290 10.0.0.50 - - [2025-08-04 02:27:24] "POST /neutron/network HTTP/1.1" 200 826 0.005668 10.0.0.50 - - [2025-08-04 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004163 10.0.0.50 - - [2025-08-04 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006472 10.0.0.50 - - [2025-08-04 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004813 10.0.0.50 - - [2025-08-04 02:27:24] "POST /neutron/network HTTP/1.1" 200 151 0.092845 10.0.0.50 - - [2025-08-04 02:27:24] "DELETE /route-target/014a7899-0394-42d6-becc-249591b99120 HTTP/1.1" 200 115 0.023349 10.0.0.50 - - [2025-08-04 02:27:24] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.50 - - [2025-08-04 02:27:25] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028857 10.0.0.50 - - [2025-08-04 02:27:25] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.50 - - [2025-08-04 02:27:25] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?fields=virtual_networks HTTP/1.1" 200 1035 0.066861 10.0.0.50 - - [2025-08-04 02:27:25] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001203 10.0.0.50 - - [2025-08-04 02:27:25] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.027962 10.0.0.50 - - [2025-08-04 02:27:25] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.50 - - [2025-08-04 02:27:25] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?fields=security_groups HTTP/1.1" 200 1262 0.025582 10.0.0.50 - - [2025-08-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.028533 10.0.0.50 - - [2025-08-04 02:27:26] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004123 10.0.0.50 - - [2025-08-04 02:27:26] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.50 - - [2025-08-04 02:27:26] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008057 10.0.0.50 - - [2025-08-04 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.001358 10.0.0.50 - - [2025-08-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.004634 10.0.0.50 - - [2025-08-04 02:27:26] "POST /security-groups HTTP/1.1" 200 591 0.063800 10.0.0.50 - - [2025-08-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002713 10.0.0.50 - - [2025-08-04 02:27:26] "POST /projects HTTP/1.1" 200 585 0.228193 10.0.0.50 - - [2025-08-04 02:27:26] "POST /access-control-lists HTTP/1.1" 200 596 0.062793 10.0.0.50 - - [2025-08-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.310333 10.0.0.50 - - [2025-08-04 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002928 10.0.0.50 - - [2025-08-04 02:27:26] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.439149 10.0.0.50 - - [2025-08-04 02:27:26] "POST /access-control-lists HTTP/1.1" 200 594 0.064402 10.0.0.50 - - [2025-08-04 02:27:27] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.50 - - [2025-08-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.50 - - [2025-08-04 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.066987 10.0.0.50 - - [2025-08-04 02:27:28] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001373 10.0.0.50 - - [2025-08-04 02:27:28] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030408 10.0.0.50 - - [2025-08-04 02:27:28] "POST /neutron/network HTTP/1.1" 200 117 0.032045 10.0.0.50 - - [2025-08-04 02:27:28] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.50 - - [2025-08-04 02:27:28] "POST /neutron/network HTTP/1.1" 200 625 0.078016 10.0.0.50 - - [2025-08-04 02:27:29] "POST /route-targets HTTP/1.1" 200 327 0.013503 10.0.0.50 - - [2025-08-04 02:27:29] "POST /ref-update HTTP/1.1" 200 156 0.014215 10.0.0.50 - - [2025-08-04 02:27:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003559 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.158301 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 839 0.006375 10.0.0.50 - - [2025-08-04 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001276 10.0.0.50 - - [2025-08-04 02:27:29] "GET /virtual-network/38f8008e-3ff8-40ca-a871-4ac8d88c0318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006361 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 839 0.008094 10.0.0.50 - - [2025-08-04 02:27:29] "GET /virtual-network/38f8008e-3ff8-40ca-a871-4ac8d88c0318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005064 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 839 0.005870 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.007443 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 839 0.007046 10.0.0.50 - - [2025-08-04 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.001377 10.0.0.50 - - [2025-08-04 02:27:29] "POST /neutron/network HTTP/1.1" 200 849 0.006375 10.0.0.50 - - [2025-08-04 02:27:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2025-08-04 02:27:29] "GET / HTTP/1.1" 200 35931 0.002087 10.0.0.50 - - [2025-08-04 02:27:29] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2025-08-04 02:27:30] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.50 - - [2025-08-04 02:27:30] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052339 10.0.0.50 - - [2025-08-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 839 0.005667 10.0.0.50 - - [2025-08-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.005750 10.0.0.50 - - [2025-08-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.009616 10.0.0.50 - - [2025-08-04 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.50 - - [2025-08-04 02:27:30] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003343 10.0.0.50 - - [2025-08-04 02:27:30] "PUT /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 276 0.008829 10.0.0.50 - - [2025-08-04 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.006098 10.0.0.50 - - [2025-08-04 02:27:30] "POST /neutron/network HTTP/1.1" 200 849 0.007342 10.0.0.50 - - [2025-08-04 02:27:30] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 1055 0.236455 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 1055 0.010134 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 1055 0.010911 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 1109 0.068759 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014220 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003446 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.009537 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.50 - - [2025-08-04 02:27:31] "POST /neutron/network HTTP/1.1" 200 839 0.006362 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /project/c1448a572a16456fbc04acf2916fb552 HTTP/1.1" 404 173 0.016337 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /project/28bd54ff41f74e31adbc15f118980a7a HTTP/1.1" 404 173 0.011809 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.058861 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.064546 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?fields=security_groups HTTP/1.1" 200 1367 0.054517 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?fields=security_groups HTTP/1.1" 200 1367 0.063410 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /security-group/332b6447-27d1-42fb-9bb0-f21a2f386b32 HTTP/1.1" 200 115 0.082189 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=c1448a57-2a16-456f-bc04-acf2916fb552&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001807 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /access-control-list/00099bc9-d241-46a5-96b9-7fe5e225e2dd HTTP/1.1" 200 115 0.052098 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /security-group/b346a5cb-b033-4ba4-bfd1-d02744559f6c HTTP/1.1" 200 115 0.099665 10.0.0.50 - - [2025-08-04 02:27:32] "GET /projects?obj_uuids=daf6eda1-af52-454d-ac10-4e61f64fbb0b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/c1448a57-2a16-456f-bc04-acf2916fb552?fields=application_policy_sets HTTP/1.1" 200 1406 0.061729 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /access-control-list/d701bbc2-6de0-4d56-85eb-8b8c57f2513d HTTP/1.1" 200 115 0.052938 10.0.0.50 - - [2025-08-04 02:27:32] "GET /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b?fields=application_policy_sets HTTP/1.1" 200 1406 0.083175 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /access-control-list/91663009-3b9d-45f1-b758-72f7d6605661 HTTP/1.1" 200 115 0.050382 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /access-control-list/f9999f2c-0446-4e3d-a3a9-54cff1f663e1 HTTP/1.1" 200 115 0.033989 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /project/c1448a57-2a16-456f-bc04-acf2916fb552 HTTP/1.1" 200 115 0.489970 10.0.0.50 - - [2025-08-04 02:27:32] "DELETE /project/daf6eda1-af52-454d-ac10-4e61f64fbb0b HTTP/1.1" 200 115 0.528203 10.0.0.50 - - [2025-08-04 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012831 10.0.0.50 - - [2025-08-04 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006631 10.0.0.50 - - [2025-08-04 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012262 10.0.0.50 - - [2025-08-04 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006070 10.0.0.50 - - [2025-08-04 02:27:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014065 10.0.0.50 - - [2025-08-04 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008102 10.0.0.50 - - [2025-08-04 02:27:36] "GET /virtual-machine/c91fbc99-095d-44ab-a19e-6644a6480cf7 HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2025-08-04 02:27:36] "GET /virtual-machine/c91fbc99-095d-44ab-a19e-6644a6480cf7 HTTP/1.1" 200 1293 0.029569 10.0.0.50 - - [2025-08-04 02:27:36] "GET /virtual-machine-interface/8359f47d-6261-406a-b0c7-87b8bf3ca2fc HTTP/1.1" 200 2970 0.005780 10.0.0.50 - - [2025-08-04 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.50 - - [2025-08-04 02:27:36] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003784 10.0.0.50 - - [2025-08-04 02:27:36] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002911 10.0.0.50 - - [2025-08-04 02:27:36] "GET /virtual-network/38f8008e-3ff8-40ca-a871-4ac8d88c0318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008753 10.0.0.50 - - [2025-08-04 02:27:38] "GET /obj-perms HTTP/1.1" 200 5056 0.054558 10.0.0.50 - - [2025-08-04 02:27:39] "GET /obj-perms HTTP/1.1" 200 5056 0.053016 10.0.0.50 - - [2025-08-04 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.50 - - [2025-08-04 02:27:39] "GET /virtual-network/38f8008e-3ff8-40ca-a871-4ac8d88c0318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004905 10.0.0.50 - - [2025-08-04 02:27:40] "POST /neutron/port HTTP/1.1" 200 1083 0.012194 10.0.0.50 - - [2025-08-04 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005722 10.0.0.50 - - [2025-08-04 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.50 - - [2025-08-04 02:27:41] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003448 10.0.0.50 - - [2025-08-04 02:27:41] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003595 10.0.0.50 - - [2025-08-04 02:27:41] "GET /virtual-network/38f8008e-3ff8-40ca-a871-4ac8d88c0318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006270 10.0.0.50 - - [2025-08-04 02:27:42] "POST /neutron/port HTTP/1.1" 200 1083 0.013826 10.0.0.50 - - [2025-08-04 02:27:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014518 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/port HTTP/1.1" 200 1083 0.011283 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/port HTTP/1.1" 200 1083 0.010860 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/network HTTP/1.1" 200 849 0.005642 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.008679 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.50 - - [2025-08-04 02:27:48] "POST /neutron/network HTTP/1.1" 200 839 0.005652 10.0.0.50 - - [2025-08-04 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.50 - - [2025-08-04 02:27:49] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003583 10.0.0.50 - - [2025-08-04 02:27:49] "PUT /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 276 0.008996 10.0.0.50 - - [2025-08-04 02:27:49] "POST /neutron/network HTTP/1.1" 200 839 0.007641 10.0.0.50 - - [2025-08-04 02:27:49] "POST /neutron/network HTTP/1.1" 400 204 0.010473 10.0.0.50 - - [2025-08-04 02:27:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013265 10.0.0.50 - - [2025-08-04 02:27:49] "POST /neutron/port HTTP/1.1" 200 1109 0.009567 10.0.0.50 - - [2025-08-04 02:27:49] "POST /neutron/port HTTP/1.1" 200 151 0.103747 10.0.0.50 - - [2025-08-04 02:27:51] "POST /neutron/network HTTP/1.1" 200 839 0.006642 10.0.0.50 - - [2025-08-04 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.50 - - [2025-08-04 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.50 - - [2025-08-04 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002012 10.0.0.50 - - [2025-08-04 02:27:51] "POST /neutron/network HTTP/1.1" 200 151 0.088276 10.0.0.50 - - [2025-08-04 02:27:51] "DELETE /route-target/7bc153c2-0f9c-4212-adda-e8da1b0219bd HTTP/1.1" 200 115 0.019841 10.0.0.50 - - [2025-08-04 02:27:51] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002853 10.0.0.50 - - [2025-08-04 02:27:51] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d HTTP/1.1" 200 1827 0.005832 10.0.0.50 - - [2025-08-04 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.50 - - [2025-08-04 02:27:51] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001710 10.0.0.50 - - [2025-08-04 02:27:52] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030791 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 117 0.008590 10.0.0.50 - - [2025-08-04 02:27:52] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 605 0.067702 10.0.0.50 - - [2025-08-04 02:27:52] "POST /route-targets HTTP/1.1" 200 327 0.013510 10.0.0.50 - - [2025-08-04 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.012627 10.0.0.50 - - [2025-08-04 02:27:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.199668 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 826 0.005457 10.0.0.50 - - [2025-08-04 02:27:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001166 10.0.0.50 - - [2025-08-04 02:27:52] "GET /virtual-network/8d4981a5-c388-4577-8685-7a55ae0ab135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005242 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 826 0.005490 10.0.0.50 - - [2025-08-04 02:27:52] "GET /virtual-network/8d4981a5-c388-4577-8685-7a55ae0ab135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005689 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 826 0.005437 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.007764 10.0.0.50 - - [2025-08-04 02:27:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001487 10.0.0.50 - - [2025-08-04 02:27:52] "POST /neutron/network HTTP/1.1" 200 836 0.007121 10.0.0.50 - - [2025-08-04 02:27:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-08-04 02:27:53] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.50 - - [2025-08-04 02:27:53] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000823 10.0.0.50 - - [2025-08-04 02:27:53] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.50 - - [2025-08-04 02:27:53] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058485 10.0.0.50 - - [2025-08-04 02:27:53] "POST /neutron/network HTTP/1.1" 200 826 0.005623 10.0.0.50 - - [2025-08-04 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.004808 10.0.0.50 - - [2025-08-04 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.004973 10.0.0.50 - - [2025-08-04 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.004995 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/network HTTP/1.1" 200 836 0.006134 10.0.0.50 - - [2025-08-04 02:27:54] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 1062 0.222203 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 1062 0.010971 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 1062 0.009132 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 1116 0.058467 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 1090 0.015401 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.007335 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.50 - - [2025-08-04 02:27:54] "POST /neutron/network HTTP/1.1" 200 826 0.006115 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/port HTTP/1.1" 200 1090 0.018056 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009718 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/port HTTP/1.1" 200 1090 0.010697 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006516 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/port HTTP/1.1" 200 1090 0.012220 10.0.0.50 - - [2025-08-04 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006583 10.0.0.50 - - [2025-08-04 02:27:58] "GET /virtual-machine/4b6ddf50-cb03-44d0-927c-2c848ecaaec9 HTTP/1.1" 200 1292 0.005333 10.0.0.50 - - [2025-08-04 02:27:58] "GET /virtual-machine-interface/0b211efc-a7a7-43a9-abc1-d07ea0b514cd HTTP/1.1" 200 2939 0.006080 10.0.0.50 - - [2025-08-04 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.50 - - [2025-08-04 02:27:58] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003654 10.0.0.50 - - [2025-08-04 02:27:59] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003289 10.0.0.50 - - [2025-08-04 02:27:59] "GET /virtual-network/8d4981a5-c388-4577-8685-7a55ae0ab135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006589 10.0.0.50 - - [2025-08-04 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.50 - - [2025-08-04 02:28:02] "GET /virtual-network/8d4981a5-c388-4577-8685-7a55ae0ab135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006608 10.0.0.50 - - [2025-08-04 02:28:03] "POST /neutron/port HTTP/1.1" 200 1090 0.012644 10.0.0.50 - - [2025-08-04 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006370 10.0.0.50 - - [2025-08-04 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.50 - - [2025-08-04 02:28:06] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004132 10.0.0.50 - - [2025-08-04 02:28:06] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003810 10.0.0.50 - - [2025-08-04 02:28:06] "GET /virtual-network/8d4981a5-c388-4577-8685-7a55ae0ab135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005340 10.0.0.50 - - [2025-08-04 02:28:08] "POST /neutron/network HTTP/1.1" 200 826 0.006933 10.0.0.50 - - [2025-08-04 02:28:08] "POST /neutron/network HTTP/1.1" 400 204 0.011066 10.0.0.50 - - [2025-08-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1090 0.011547 10.0.0.50 - - [2025-08-04 02:28:08] "POST /neutron/port HTTP/1.1" 200 1116 0.009066 10.0.0.50 - - [2025-08-04 02:28:09] "POST /neutron/port HTTP/1.1" 200 151 0.097466 10.0.0.50 - - [2025-08-04 02:28:10] "POST /neutron/network HTTP/1.1" 200 826 0.005669 10.0.0.50 - - [2025-08-04 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.50 - - [2025-08-04 02:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.50 - - [2025-08-04 02:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.50 - - [2025-08-04 02:28:10] "POST /neutron/network HTTP/1.1" 200 151 0.095396 10.0.0.50 - - [2025-08-04 02:28:10] "DELETE /route-target/f103db02-4c23-4736-a20c-6dc14ee5d10d HTTP/1.1" 200 115 0.021674 10.0.0.50 - - [2025-08-04 02:28:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003461 10.0.0.50 - - [2025-08-04 02:28:11] "POST /network-ipams HTTP/1.1" 200 541 0.019557 10.0.0.50 - - [2025-08-04 02:28:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002832 10.0.0.50 - - [2025-08-04 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.50 - - [2025-08-04 02:28:11] "GET /network-ipam/5f386e3f-dd2d-4a7d-ae94-66aa101624cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.005206 10.0.0.50 - - [2025-08-04 02:28:11] "PUT /network-ipam/5f386e3f-dd2d-4a7d-ae94-66aa101624cd HTTP/1.1" 200 258 0.011562 10.0.0.50 - - [2025-08-04 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.50 - - [2025-08-04 02:28:11] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.50 - - [2025-08-04 02:28:11] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028469 10.0.0.50 - - [2025-08-04 02:28:11] "POST /neutron/network HTTP/1.1" 200 117 0.007556 10.0.0.50 - - [2025-08-04 02:28:11] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.50 - - [2025-08-04 02:28:11] "POST /neutron/network HTTP/1.1" 200 605 0.067989 10.0.0.50 - - [2025-08-04 02:28:11] "POST /route-targets HTTP/1.1" 200 327 0.010427 10.0.0.50 - - [2025-08-04 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.012383 10.0.0.50 - - [2025-08-04 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006128 10.0.0.50 - - [2025-08-04 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.178382 10.0.0.50 - - [2025-08-04 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005079 10.0.0.50 - - [2025-08-04 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.166363 10.0.0.50 - - [2025-08-04 02:28:11] "POST /neutron/network HTTP/1.1" 200 994 0.008237 10.0.0.50 - - [2025-08-04 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001197 10.0.0.50 - - [2025-08-04 02:28:12] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005813 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/network HTTP/1.1" 200 994 0.008210 10.0.0.50 - - [2025-08-04 02:28:12] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006467 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/network HTTP/1.1" 200 994 0.008349 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.007216 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.006423 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/network HTTP/1.1" 200 994 0.008805 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.008399 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.007324 10.0.0.50 - - [2025-08-04 02:28:12] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.157186 10.0.0.50 - - [2025-08-04 02:28:12] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.186111 10.0.0.50 - - [2025-08-04 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001392 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.008820 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.009885 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/network HTTP/1.1" 200 994 0.009234 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.007927 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.005802 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 1017 0.013823 10.0.0.50 - - [2025-08-04 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.005811 10.0.0.50 - - [2025-08-04 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001424 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.005370 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008352 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.008258 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/network HTTP/1.1" 200 994 0.007217 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009246 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.011068 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.007666 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009329 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.005701 10.0.0.50 - - [2025-08-04 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001355 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/network HTTP/1.1" 200 1004 0.013057 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.007917 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009868 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.011808 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1109 0.119621 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/network HTTP/1.1" 200 1004 0.008560 10.0.0.50 - - [2025-08-04 02:28:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1083 0.014227 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 673 0.014561 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/network HTTP/1.1" 200 994 0.009414 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.009394 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/network HTTP/1.1" 200 1004 0.007059 10.0.0.50 - - [2025-08-04 02:28:13] "POST /neutron/port HTTP/1.1" 200 1017 0.007979 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 1017 0.008831 10.0.0.50 - - [2025-08-04 02:28:14] "GET / HTTP/1.1" 200 35931 0.002625 10.0.0.50 - - [2025-08-04 02:28:14] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 1109 0.091670 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 1083 0.010590 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 673 0.013688 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/network HTTP/1.1" 200 994 0.007373 10.0.0.50 - - [2025-08-04 02:28:14] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.50 - - [2025-08-04 02:28:14] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061045 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/network HTTP/1.1" 200 994 0.008754 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 2050 0.025038 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007501 10.0.0.50 - - [2025-08-04 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005526 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domains HTTP/1.1" 200 280 0.008075 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.019472 10.0.0.50 - - [2025-08-04 02:28:14] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.50 - - [2025-08-04 02:28:14] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a HTTP/1.1" 200 2842 0.090217 10.0.0.50 - - [2025-08-04 02:28:14] "GET /network-ipam/5f386e3f-dd2d-4a7d-ae94-66aa101624cd HTTP/1.1" 200 2600 0.008671 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domains HTTP/1.1" 200 280 0.003133 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001541 10.0.0.50 - - [2025-08-04 02:28:14] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.010234 10.0.0.50 - - [2025-08-04 02:28:14] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002587 10.0.0.50 - - [2025-08-04 02:28:15] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a HTTP/1.1" 200 2842 0.087913 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25 HTTP/1.1" 200 3779 0.014157 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25 HTTP/1.1" 200 3779 0.008189 10.0.0.50 - - [2025-08-04 02:28:15] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 200 2380 0.004282 10.0.0.50 - - [2025-08-04 02:28:15] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 200 2380 0.003863 10.0.0.50 - - [2025-08-04 02:28:15] "GET /route-target/df037acb-5b2d-4c64-b7fa-23181b7f71e3 HTTP/1.1" 200 1205 0.004740 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25 HTTP/1.1" 200 3779 0.004881 10.0.0.50 - - [2025-08-04 02:28:15] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 200 2380 0.003766 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005574 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25 HTTP/1.1" 200 3779 0.011712 10.0.0.50 - - [2025-08-04 02:28:15] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 200 2380 0.004423 10.0.0.50 - - [2025-08-04 02:28:15] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 200 2380 0.004059 10.0.0.50 - - [2025-08-04 02:28:15] "GET /route-target/df037acb-5b2d-4c64-b7fa-23181b7f71e3 HTTP/1.1" 200 1205 0.003009 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/network HTTP/1.1" 200 1004 0.008793 10.0.0.50 - - [2025-08-04 02:28:15] "GET /domains HTTP/1.1" 200 280 0.002683 10.0.0.50 - - [2025-08-04 02:28:15] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.50 - - [2025-08-04 02:28:15] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.50 - - [2025-08-04 02:28:15] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.078936 10.0.0.50 - - [2025-08-04 02:28:15] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002134 10.0.0.50 - - [2025-08-04 02:28:15] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a HTTP/1.1" 200 3086 0.157597 10.0.0.50 - - [2025-08-04 02:28:15] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25 HTTP/1.1" 200 4037 0.028647 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 1055 0.367444 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 1055 0.026858 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 1055 0.011485 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 1109 0.088849 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 1083 0.015425 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004634 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 673 0.011871 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.50 - - [2025-08-04 02:28:15] "POST /neutron/network HTTP/1.1" 200 994 0.012579 10.0.0.50 - - [2025-08-04 02:28:15] "GET /obj-perms HTTP/1.1" 200 5030 0.058290 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/port HTTP/1.1" 200 1083 0.020215 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.029241 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/port HTTP/1.1" 200 1083 0.010418 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017497 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/port HTTP/1.1" 200 1083 0.012285 10.0.0.50 - - [2025-08-04 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006988 10.0.0.50 - - [2025-08-04 02:28:16] "GET /virtual-machine/f67ec70f-3f8a-497c-924b-8bb341e08c25 HTTP/1.1" 200 1289 0.004875 10.0.0.50 - - [2025-08-04 02:28:16] "GET /virtual-machine-interface/5d672ac8-d7b2-4160-96cf-64c8bf3e80fd HTTP/1.1" 200 2940 0.004992 10.0.0.50 - - [2025-08-04 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.50 - - [2025-08-04 02:28:16] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004279 10.0.0.50 - - [2025-08-04 02:28:16] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006314 10.0.0.50 - - [2025-08-04 02:28:16] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005640 10.0.0.50 - - [2025-08-04 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.50 - - [2025-08-04 02:28:19] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005558 10.0.0.50 - - [2025-08-04 02:28:23] "POST /neutron/port HTTP/1.1" 200 1083 0.012060 10.0.0.50 - - [2025-08-04 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006308 10.0.0.50 - - [2025-08-04 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.50 - - [2025-08-04 02:28:23] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.010515 10.0.0.50 - - [2025-08-04 02:28:23] "POST /neutron/port HTTP/1.1" 200 1083 0.012216 10.0.0.50 - - [2025-08-04 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008609 10.0.0.50 - - [2025-08-04 02:28:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014669 10.0.0.50 - - [2025-08-04 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006681 10.0.0.50 - - [2025-08-04 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.50 - - [2025-08-04 02:28:25] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003043 10.0.0.50 - - [2025-08-04 02:28:25] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002921 10.0.0.50 - - [2025-08-04 02:28:25] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005771 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/port HTTP/1.1" 200 1083 0.012962 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006233 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/port HTTP/1.1" 200 1083 0.012272 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006838 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/port HTTP/1.1" 200 1083 0.012602 10.0.0.50 - - [2025-08-04 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006284 10.0.0.50 - - [2025-08-04 02:28:26] "GET /virtual-machine/1c274181-8e7c-4db6-8c8f-c603fe96fce6 HTTP/1.1" 200 1288 0.011342 10.0.0.50 - - [2025-08-04 02:28:26] "GET /virtual-machine-interface/be3be07d-168f-4a9c-86fb-3b7c6ea0b28a HTTP/1.1" 200 2940 0.005364 10.0.0.50 - - [2025-08-04 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.50 - - [2025-08-04 02:28:26] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003698 10.0.0.50 - - [2025-08-04 02:28:26] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003059 10.0.0.50 - - [2025-08-04 02:28:26] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005866 10.0.0.50 - - [2025-08-04 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.50 - - [2025-08-04 02:28:27] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003755 10.0.0.50 - - [2025-08-04 02:28:27] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004469 10.0.0.50 - - [2025-08-04 02:28:27] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006959 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.014636 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006854 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.012840 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006429 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/port HTTP/1.1" 200 1083 0.012305 10.0.0.50 - - [2025-08-04 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006922 10.0.0.50 - - [2025-08-04 02:28:28] "GET /virtual-machine/1f85b09d-d5e4-48c8-8639-234ddaff4d61 HTTP/1.1" 200 1291 0.005459 10.0.0.50 - - [2025-08-04 02:28:28] "GET /virtual-machine-interface/445d2f3b-9a8b-47d5-80cc-db77eb70d696 HTTP/1.1" 200 2939 0.005436 10.0.0.50 - - [2025-08-04 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.50 - - [2025-08-04 02:28:28] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004186 10.0.0.50 - - [2025-08-04 02:28:28] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003600 10.0.0.50 - - [2025-08-04 02:28:28] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005431 10.0.0.50 - - [2025-08-04 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.50 - - [2025-08-04 02:28:29] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003267 10.0.0.50 - - [2025-08-04 02:28:29] "GET /virtual-networks?parent_id=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003860 10.0.0.50 - - [2025-08-04 02:28:29] "GET /virtual-network/cc7efa23-207b-4846-8d9f-2e7532f7cd25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005700 10.0.0.50 - - [2025-08-04 02:28:39] "GET /obj-perms HTTP/1.1" 200 5056 0.055842 10.0.0.50 - - [2025-08-04 02:28:39] "GET /obj-perms HTTP/1.1" 200 5056 0.045439 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1109 0.013993 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1109 0.014672 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 151 0.140558 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1109 0.009927 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1109 0.013180 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1083 0.021286 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 1109 0.009289 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 151 0.149492 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/network HTTP/1.1" 200 994 0.010709 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/network HTTP/1.1" 400 204 0.015263 10.0.0.50 - - [2025-08-04 02:28:45] "POST /neutron/port HTTP/1.1" 200 151 0.128739 10.0.0.50 - - [2025-08-04 02:28:47] "POST /neutron/network HTTP/1.1" 200 994 0.009569 10.0.0.50 - - [2025-08-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006343 10.0.0.50 - - [2025-08-04 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002212 10.0.0.50 - - [2025-08-04 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003562 10.0.0.50 - - [2025-08-04 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002204 10.0.0.50 - - [2025-08-04 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.50 - - [2025-08-04 02:28:48] "POST /neutron/network HTTP/1.1" 200 151 0.114334 10.0.0.50 - - [2025-08-04 02:28:48] "DELETE /route-target/df037acb-5b2d-4c64-b7fa-23181b7f71e3 HTTP/1.1" 200 115 0.027522 10.0.0.50 - - [2025-08-04 02:28:48] "GET /routing-instance/54bd13be-ebfa-4928-beca-014669189d4b HTTP/1.1" 404 171 0.003197 10.0.0.50 - - [2025-08-04 02:28:48] "GET /domains HTTP/1.1" 200 280 0.003929 10.0.0.50 - - [2025-08-04 02:28:48] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003334 10.0.0.50 - - [2025-08-04 02:28:48] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.052303 10.0.0.50 - - [2025-08-04 02:28:48] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001702 10.0.0.50 - - [2025-08-04 02:28:48] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a HTTP/1.1" 200 2085 0.080781 10.0.0.50 - - [2025-08-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.50 - - [2025-08-04 02:28:48] "DELETE /network-ipam/5f386e3f-dd2d-4a7d-ae94-66aa101624cd HTTP/1.1" 200 115 0.026565 10.0.0.50 - - [2025-08-04 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.002544 10.0.0.50 - - [2025-08-04 02:28:48] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001695 10.0.0.50 - - [2025-08-04 02:28:48] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027988 10.0.0.50 - - [2025-08-04 02:28:48] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.50 - - [2025-08-04 02:28:48] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?fields=virtual_networks HTTP/1.1" 200 1032 0.068492 10.0.0.50 - - [2025-08-04 02:28:48] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.50 - - [2025-08-04 02:28:48] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028428 10.0.0.50 - - [2025-08-04 02:28:48] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.50 - - [2025-08-04 02:28:48] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?fields=security_groups HTTP/1.1" 200 1258 0.026426 10.0.0.50 - - [2025-08-04 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.50 - - [2025-08-04 02:28:50] "POST /neutron/port HTTP/1.1" 400 205 0.004439 10.0.0.50 - - [2025-08-04 02:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.005107 10.0.0.50 - - [2025-08-04 02:28:50] "POST /neutron/port HTTP/1.1" 400 205 0.003808 10.0.0.50 - - [2025-08-04 02:28:57] "GET / HTTP/1.1" 200 35931 0.002032 10.0.0.50 - - [2025-08-04 02:28:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.50 - - [2025-08-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.061870 10.0.0.50 - - [2025-08-04 02:28:58] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002659 10.0.0.50 - - [2025-08-04 02:28:58] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.50 - - [2025-08-04 02:28:58] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007439 10.0.0.50 - - [2025-08-04 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001281 10.0.0.50 - - [2025-08-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.006677 10.0.0.50 - - [2025-08-04 02:28:58] "POST /security-groups HTTP/1.1" 200 586 0.059479 10.0.0.50 - - [2025-08-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.003772 10.0.0.50 - - [2025-08-04 02:28:58] "POST /projects HTTP/1.1" 200 575 0.220992 10.0.0.50 - - [2025-08-04 02:28:58] "POST /access-control-lists HTTP/1.1" 200 591 0.059936 10.0.0.50 - - [2025-08-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.294013 10.0.0.50 - - [2025-08-04 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002989 10.0.0.50 - - [2025-08-04 02:28:58] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.420230 10.0.0.50 - - [2025-08-04 02:28:58] "POST /access-control-lists HTTP/1.1" 200 589 0.059910 10.0.0.50 - - [2025-08-04 02:28:59] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.50 - - [2025-08-04 02:29:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.50 - - [2025-08-04 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.026594 10.0.0.50 - - [2025-08-04 02:29:02] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004516 10.0.0.50 - - [2025-08-04 02:29:02] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003692 10.0.0.50 - - [2025-08-04 02:29:02] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004880 10.0.0.50 - - [2025-08-04 02:29:02] "PUT /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8 HTTP/1.1" 200 264 0.010510 10.0.0.50 - - [2025-08-04 02:29:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2025-08-04 02:29:02] "GET /aaa-mode HTTP/1.1" 200 128 0.025658 10.0.0.50 - - [2025-08-04 02:29:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.028063 10.0.0.50 - - [2025-08-04 02:29:03] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005054 10.0.0.50 - - [2025-08-04 02:29:03] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547 10.0.0.50 - - [2025-08-04 02:29:03] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008588 10.0.0.50 - - [2025-08-04 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001844 10.0.0.50 - - [2025-08-04 02:29:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002714 10.0.0.50 - - [2025-08-04 02:29:03] "POST /security-groups HTTP/1.1" 200 586 0.063569 10.0.0.50 - - [2025-08-04 02:29:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.002898 10.0.0.50 - - [2025-08-04 02:29:03] "POST /projects HTTP/1.1" 200 575 0.227047 10.0.0.50 - - [2025-08-04 02:29:03] "POST /access-control-lists HTTP/1.1" 200 591 0.062004 10.0.0.50 - - [2025-08-04 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.306358 10.0.0.50 - - [2025-08-04 02:29:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003388 10.0.0.50 - - [2025-08-04 02:29:03] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.447243 10.0.0.50 - - [2025-08-04 02:29:03] "POST /access-control-lists HTTP/1.1" 200 589 0.059802 10.0.0.50 - - [2025-08-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.033118 10.0.0.50 - - [2025-08-04 02:29:04] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002957 10.0.0.50 - - [2025-08-04 02:29:04] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.50 - - [2025-08-04 02:29:04] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008734 10.0.0.50 - - [2025-08-04 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001254 10.0.0.50 - - [2025-08-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.005180 10.0.0.50 - - [2025-08-04 02:29:04] "POST /security-groups HTTP/1.1" 200 586 0.066859 10.0.0.50 - - [2025-08-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002625 10.0.0.50 - - [2025-08-04 02:29:04] "POST /projects HTTP/1.1" 200 575 0.230172 10.0.0.50 - - [2025-08-04 02:29:04] "POST /access-control-lists HTTP/1.1" 200 591 0.061680 10.0.0.50 - - [2025-08-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.309412 10.0.0.50 - - [2025-08-04 02:29:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.002849 10.0.0.50 - - [2025-08-04 02:29:04] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.446583 10.0.0.50 - - [2025-08-04 02:29:04] "POST /access-control-lists HTTP/1.1" 200 589 0.076721 10.0.0.50 - - [2025-08-04 02:29:05] "GET / HTTP/1.1" 200 35931 0.002770 10.0.0.50 - - [2025-08-04 02:29:06] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.50 - - [2025-08-04 02:29:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.003519 10.0.0.50 - - [2025-08-04 02:29:06] "POST /api-access-lists HTTP/1.1" 200 521 0.014720 10.0.0.50 - - [2025-08-04 02:29:06] "GET /api-access-list/45f98ddf-e702-40fe-b236-09a0027f83e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.004930 10.0.0.50 - - [2025-08-04 02:29:06] "GET /api-access-list/45f98ddf-e702-40fe-b236-09a0027f83e1 HTTP/1.1" 401 292 0.000552 10.0.0.50 - - [2025-08-04 02:29:07] "GET /api-access-list/45f98ddf-e702-40fe-b236-09a0027f83e1 HTTP/1.1" 200 1264 0.056224 10.0.0.50 - - [2025-08-04 02:29:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-08-04 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.107748 10.0.0.50 - - [2025-08-04 02:29:07] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.50 - - [2025-08-04 02:29:07] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039947 10.0.0.50 - - [2025-08-04 02:29:07] "GET /virtual-networks?parent_id=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014113 10.0.0.50 - - [2025-08-04 02:29:07] "POST /virtual-networks HTTP/1.1" 200 568 0.054722 10.0.0.50 - - [2025-08-04 02:29:07] "POST /route-targets HTTP/1.1" 200 327 0.013550 10.0.0.50 - - [2025-08-04 02:29:07] "POST /ref-update HTTP/1.1" 200 156 0.014577 10.0.0.50 - - [2025-08-04 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.018702 10.0.0.50 - - [2025-08-04 02:29:07] "GET /network-ipam/fd768b63-edb4-4047-927c-4a2f7b2840ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.013184 10.0.0.50 - - [2025-08-04 02:29:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.50 - - [2025-08-04 02:29:07] "POST /ref-update HTTP/1.1" 200 156 0.053442 10.0.0.50 - - [2025-08-04 02:29:07] "POST /neutron/network HTTP/1.1" 200 832 0.050431 10.0.0.50 - - [2025-08-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 832 0.020483 10.0.0.50 - - [2025-08-04 02:29:08] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.014673 10.0.0.50 - - [2025-08-04 02:29:08] "POST /neutron/network HTTP/1.1" 200 832 0.021576 10.0.0.50 - - [2025-08-04 02:29:08] "POST /neutron/subnet HTTP/1.1" 200 675 0.027901 10.0.0.50 - - [2025-08-04 02:29:08] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2025-08-04 02:29:08] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d HTTP/1.1" 200 2265 0.044154 10.0.0.50 - - [2025-08-04 02:29:08] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-08-04 02:29:08] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d HTTP/1.1" 200 2005 0.046327 10.0.0.50 - - [2025-08-04 02:29:08] "POST /id-to-fqname HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2025-08-04 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.042931 10.0.0.50 - - [2025-08-04 02:29:09] "POST /neutron/network HTTP/1.1" 200 842 0.044775 10.0.0.50 - - [2025-08-04 02:29:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000531 10.0.0.50 - - [2025-08-04 02:29:10] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.50 - - [2025-08-04 02:29:10] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000529 10.0.0.50 - - [2025-08-04 02:29:10] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.50 - - [2025-08-04 02:29:10] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.050514 10.0.0.50 - - [2025-08-04 02:29:10] "POST /neutron/network HTTP/1.1" 200 832 0.006311 10.0.0.50 - - [2025-08-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.027654 10.0.0.50 - - [2025-08-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.005965 10.0.0.50 - - [2025-08-04 02:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.006089 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/network HTTP/1.1" 200 842 0.027479 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/network HTTP/1.1" 200 832 0.032362 10.0.0.50 - - [2025-08-04 02:29:11] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 1055 0.361492 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 1055 0.010015 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 1055 0.008172 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 1109 0.057861 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 1083 0.011841 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003105 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 649 0.008558 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.001830 10.0.0.50 - - [2025-08-04 02:29:11] "POST /neutron/network HTTP/1.1" 200 832 0.008162 10.0.0.50 - - [2025-08-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1083 0.012460 10.0.0.50 - - [2025-08-04 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007626 10.0.0.50 - - [2025-08-04 02:29:15] "POST /neutron/port HTTP/1.1" 200 1083 0.010725 10.0.0.50 - - [2025-08-04 02:29:15] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008391 10.0.0.50 - - [2025-08-04 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.012696 10.0.0.50 - - [2025-08-04 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006341 10.0.0.50 - - [2025-08-04 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.014785 10.0.0.50 - - [2025-08-04 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007353 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 200 1286 0.037005 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 200 1286 0.012300 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc HTTP/1.1" 200 2529 0.016046 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 200 1286 0.021288 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc HTTP/1.1" 200 2529 0.022070 10.0.0.50 - - [2025-08-04 02:29:16] "GET /instance-ip/7260558a-3ab5-4de5-a23b-6c9de0bb4a3f HTTP/1.1" 200 1625 0.016357 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 200 1286 0.015267 10.0.0.50 - - [2025-08-04 02:29:16] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc HTTP/1.1" 200 2529 0.027739 10.0.0.50 - - [2025-08-04 02:29:16] "GET /instance-ip/7260558a-3ab5-4de5-a23b-6c9de0bb4a3f HTTP/1.1" 200 1625 0.013560 10.0.0.50 - - [2025-08-04 02:29:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.011669 10.0.0.50 - - [2025-08-04 02:29:16] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.50 - - [2025-08-04 02:29:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.039696 10.0.0.50 - - [2025-08-04 02:29:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003909 10.0.0.50 - - [2025-08-04 02:29:17] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010411 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.011631 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.50 - - [2025-08-04 02:29:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002848 10.0.0.50 - - [2025-08-04 02:29:17] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013941 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.014491 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.50 - - [2025-08-04 02:29:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003647 10.0.0.50 - - [2025-08-04 02:29:17] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010565 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.012810 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.50 - - [2025-08-04 02:29:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003161 10.0.0.50 - - [2025-08-04 02:29:17] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011133 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.010744 10.0.0.50 - - [2025-08-04 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2025-08-04 02:29:17] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002918 10.0.0.50 - - [2025-08-04 02:29:17] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011467 10.0.0.50 - - [2025-08-04 02:29:20] "POST /neutron/port HTTP/1.1" 200 1083 0.012275 10.0.0.50 - - [2025-08-04 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006398 10.0.0.50 - - [2025-08-04 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011122 10.0.0.50 - - [2025-08-04 02:29:20] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013451 10.0.0.50 - - [2025-08-04 02:29:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.012966 10.0.0.50 - - [2025-08-04 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.50 - - [2025-08-04 02:29:22] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002826 10.0.0.50 - - [2025-08-04 02:29:22] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011525 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.011846 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.50 - - [2025-08-04 02:29:23] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002685 10.0.0.50 - - [2025-08-04 02:29:23] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011600 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.012417 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.50 - - [2025-08-04 02:29:23] "GET /routing-instance/b9b56b5d-fa08-413b-a35a-a4f82887f8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003706 10.0.0.50 - - [2025-08-04 02:29:23] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010624 10.0.0.50 - - [2025-08-04 02:29:23] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003188 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.011438 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.50 - - [2025-08-04 02:29:23] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004881 10.0.0.50 - - [2025-08-04 02:29:23] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011338 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 403 361 0.011512 10.0.0.50 - - [2025-08-04 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006152 10.0.0.50 - - [2025-08-04 02:29:23] "GET /routing-instance/b9b56b5d-fa08-413b-a35a-a4f82887f8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004050 10.0.0.50 - - [2025-08-04 02:29:23] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011775 10.0.0.50 - - [2025-08-04 02:29:23] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002861 10.0.0.50 - - [2025-08-04 02:29:23] "GET /obj-perms HTTP/1.1" 200 4915 0.056771 10.0.0.50 - - [2025-08-04 02:29:24] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.012265 10.0.0.50 - - [2025-08-04 02:29:24] "GET /obj-perms HTTP/1.1" 200 4915 0.012933 10.0.0.50 - - [2025-08-04 02:29:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.50 - - [2025-08-04 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.032554 10.0.0.50 - - [2025-08-04 02:29:24] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.019091 10.0.0.50 - - [2025-08-04 02:29:24] "GET /obj-perms HTTP/1.1" 200 4915 0.011555 10.0.0.50 - - [2025-08-04 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.50 - - [2025-08-04 02:29:24] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.017797 10.0.0.50 - - [2025-08-04 02:29:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010008 10.0.0.50 - - [2025-08-04 02:29:24] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.012205 10.0.0.50 - - [2025-08-04 02:29:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010943 10.0.0.50 - - [2025-08-04 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.50 - - [2025-08-04 02:29:25] "GET /virtual-machine-interface/064fb309-3f3e-4219-b31e-de04359994fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2308 0.016514 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.011075 10.0.0.50 - - [2025-08-04 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.50 - - [2025-08-04 02:29:25] "GET /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.015383 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010035 10.0.0.50 - - [2025-08-04 02:29:25] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.012270 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010322 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.011562 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.060330 10.0.0.50 - - [2025-08-04 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010243 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 5020 0.047455 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003624 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.010838 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.012180 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.061373 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.011089 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003298 10.0.0.50 - - [2025-08-04 02:29:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003731 10.0.0.50 - - [2025-08-04 02:29:27] "GET /obj-perms HTTP/1.1" 200 4915 0.011143 10.0.0.50 - - [2025-08-04 02:29:27] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.011279 10.0.0.50 - - [2025-08-04 02:29:27] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 200 1286 0.024984 10.0.0.50 - - [2025-08-04 02:29:27] "POST /neutron/port HTTP/1.1" 200 1083 0.012109 10.0.0.50 - - [2025-08-04 02:29:27] "POST /neutron/port HTTP/1.1" 200 1109 0.009574 10.0.0.50 - - [2025-08-04 02:29:27] "POST /neutron/port HTTP/1.1" 200 151 0.110193 10.0.0.50 - - [2025-08-04 02:29:29] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 404 171 0.011614 10.0.0.50 - - [2025-08-04 02:29:29] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 404 171 0.011562 10.0.0.50 - - [2025-08-04 02:29:29] "GET /virtual-machine/06c21119-9809-4237-a228-d12842995de2 HTTP/1.1" 404 171 0.010187 10.0.0.50 - - [2025-08-04 02:29:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.012570 10.0.0.50 - - [2025-08-04 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.50 - - [2025-08-04 02:29:29] "GET /global-vrouter-config/ee7eab01-b5b0-459c-bdf7-2407f482043d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003966 10.0.0.50 - - [2025-08-04 02:29:29] "GET /virtual-networks?parent_id=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016160 10.0.0.50 - - [2025-08-04 02:29:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.014367 10.0.0.50 - - [2025-08-04 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.50 - - [2025-08-04 02:29:29] "GET /routing-instance/b9b56b5d-fa08-413b-a35a-a4f82887f8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.006177 10.0.0.50 - - [2025-08-04 02:29:29] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012439 10.0.0.50 - - [2025-08-04 02:29:29] "GET /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004121 10.0.0.50 - - [2025-08-04 02:29:29] "GET /obj-perms HTTP/1.1" 200 4915 0.012742 10.0.0.50 - - [2025-08-04 02:29:29] "GET /obj-perms HTTP/1.1" 200 4915 0.012263 10.0.0.50 - - [2025-08-04 02:29:30] "GET /obj-perms HTTP/1.1" 200 4915 0.067887 10.0.0.50 - - [2025-08-04 02:29:30] "GET /obj-perms HTTP/1.1" 200 4915 0.015091 10.0.0.50 - - [2025-08-04 02:29:30] "GET /obj-perms HTTP/1.1" 200 5020 0.004590 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /project/c5e83814eb42454c8614a29cf724cd02 HTTP/1.1" 404 173 0.010838 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /project/8d36a2c7104f4cbb8676fdbc328055c9 HTTP/1.1" 404 173 0.006540 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /project/875aae546e6c4b5c881f58b00c64eb49 HTTP/1.1" 404 173 0.005562 10.0.0.50 - - [2025-08-04 02:29:33] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.50 - - [2025-08-04 02:29:33] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.033507 10.0.0.50 - - [2025-08-04 02:29:33] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.50 - - [2025-08-04 02:29:33] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?fields=security_groups HTTP/1.1" 200 1363 0.069487 10.0.0.50 - - [2025-08-04 02:29:33] "GET /obj-perms HTTP/1.1" 200 5020 0.006220 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /security-group/aa4d70ca-7c4c-40d3-aff7-4185eada945e HTTP/1.1" 200 115 0.044831 10.0.0.50 - - [2025-08-04 02:29:33] "GET /projects?obj_uuids=28bd54ff-41f7-4e31-adbc-15f118980a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /access-control-list/315c2dc6-17cc-492d-81f8-9574de8bacc2 HTTP/1.1" 200 115 0.046010 10.0.0.50 - - [2025-08-04 02:29:33] "GET /project/28bd54ff-41f7-4e31-adbc-15f118980a7a?fields=application_policy_sets HTTP/1.1" 200 1402 0.040000 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /access-control-list/6a33e757-a01d-48f4-89c8-a34ed875e657 HTTP/1.1" 200 115 0.027597 10.0.0.50 - - [2025-08-04 02:29:33] "DELETE /project/28bd54ff-41f7-4e31-adbc-15f118980a7a HTTP/1.1" 200 115 0.344802 10.0.0.50 - - [2025-08-04 02:29:36] "GET /obj-perms HTTP/1.1" 200 5020 0.003577 10.0.0.50 - - [2025-08-04 02:29:39] "GET /obj-perms HTTP/1.1" 200 5020 0.005079 10.0.0.50 - - [2025-08-04 02:29:40] "GET /obj-perms HTTP/1.1" 200 5056 0.050812 10.0.0.50 - - [2025-08-04 02:29:40] "GET /obj-perms HTTP/1.1" 200 5056 0.057957 10.0.0.50 - - [2025-08-04 02:29:42] "GET /obj-perms HTTP/1.1" 200 5020 0.003196 10.0.0.50 - - [2025-08-04 02:29:44] "GET /global-system-configs HTTP/1.1" 200 322 0.033934 10.0.0.50 - - [2025-08-04 02:29:44] "GET /obj-perms HTTP/1.1" 200 5056 0.069364 10.0.0.50 - - [2025-08-04 02:29:45] "GET /obj-perms HTTP/1.1" 200 5020 0.004979 10.0.0.50 - - [2025-08-04 02:29:45] "GET /global-system-configs HTTP/1.1" 200 322 0.028763 10.0.0.50 - - [2025-08-04 02:29:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057077 10.0.0.50 - - [2025-08-04 02:29:48] "GET /obj-perms HTTP/1.1" 200 5020 0.003439 10.0.0.50 - - [2025-08-04 02:29:51] "GET /obj-perms HTTP/1.1" 200 5020 0.003804 10.0.0.50 - - [2025-08-04 02:29:54] "GET /obj-perms HTTP/1.1" 200 5020 0.003751 10.0.0.50 - - [2025-08-04 02:29:57] "GET /obj-perms HTTP/1.1" 200 5020 0.003576 10.0.0.50 - - [2025-08-04 02:30:00] "GET /obj-perms HTTP/1.1" 200 5020 0.003752 10.0.0.50 - - [2025-08-04 02:30:03] "GET /obj-perms HTTP/1.1" 200 5020 0.004045 10.0.0.50 - - [2025-08-04 02:30:06] "GET /obj-perms HTTP/1.1" 200 5020 0.004134 10.0.0.50 - - [2025-08-04 02:30:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003714 10.0.0.50 - - [2025-08-04 02:30:12] "GET /obj-perms HTTP/1.1" 200 5020 0.003254 10.0.0.50 - - [2025-08-04 02:30:15] "GET /obj-perms HTTP/1.1" 200 5020 0.003684 10.0.0.50 - - [2025-08-04 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009438 10.0.0.50 - - [2025-08-04 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003678 10.0.0.50 - - [2025-08-04 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003485 10.0.0.50 - - [2025-08-04 02:30:15] "DELETE /virtual-network/c9b089e0-c3d1-4767-953f-373ddcf07a5d HTTP/1.1" 200 115 0.101972 10.0.0.50 - - [2025-08-04 02:30:15] "DELETE /route-target/b6edfb29-e199-40f7-ac7c-08924b23de1f HTTP/1.1" 200 115 0.022273 10.0.0.50 - - [2025-08-04 02:30:15] "DELETE /api-access-list/45f98ddf-e702-40fe-b236-09a0027f83e1 HTTP/1.1" 200 115 0.019774 10.0.0.50 - - [2025-08-04 02:30:15] "GET /api-access-list/45f98ddf-e702-40fe-b236-09a0027f83e1 HTTP/1.1" 404 171 0.003350 10.0.0.50 - - [2025-08-04 02:30:15] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001178 10.0.0.50 - - [2025-08-04 02:30:15] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.030721 10.0.0.50 - - [2025-08-04 02:30:15] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.50 - - [2025-08-04 02:30:15] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?fields=virtual_networks HTTP/1.1" 200 1022 0.069366 10.0.0.50 - - [2025-08-04 02:30:15] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.50 - - [2025-08-04 02:30:15] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.032463 10.0.0.50 - - [2025-08-04 02:30:16] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001375 10.0.0.50 - - [2025-08-04 02:30:16] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?fields=security_groups HTTP/1.1" 200 1243 0.032582 10.0.0.50 - - [2025-08-04 02:30:16] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001216 10.0.0.50 - - [2025-08-04 02:30:16] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.028425 10.0.0.50 - - [2025-08-04 02:30:16] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.50 - - [2025-08-04 02:30:16] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?fields=virtual_networks HTTP/1.1" 200 1021 0.070925 10.0.0.50 - - [2025-08-04 02:30:16] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001490 10.0.0.50 - - [2025-08-04 02:30:16] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.032418 10.0.0.50 - - [2025-08-04 02:30:16] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001841 10.0.0.50 - - [2025-08-04 02:30:16] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?fields=security_groups HTTP/1.1" 200 1242 0.031005 10.0.0.50 - - [2025-08-04 02:30:18] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004616 10.0.0.50 - - [2025-08-04 02:30:18] "PUT /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8 HTTP/1.1" 200 264 0.009207 10.0.0.50 - - [2025-08-04 02:30:18] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001312 10.0.0.50 - - [2025-08-04 02:30:18] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.025649 10.0.0.50 - - [2025-08-04 02:30:18] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001380 10.0.0.50 - - [2025-08-04 02:30:18] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?fields=virtual_networks HTTP/1.1" 200 1022 0.072387 10.0.0.50 - - [2025-08-04 02:30:18] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.50 - - [2025-08-04 02:30:18] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026757 10.0.0.50 - - [2025-08-04 02:30:18] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001371 10.0.0.50 - - [2025-08-04 02:30:18] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?fields=security_groups HTTP/1.1" 200 1243 0.028904 10.0.0.50 - - [2025-08-04 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.029906 10.0.0.50 - - [2025-08-04 02:30:19] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003505 10.0.0.50 - - [2025-08-04 02:30:19] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.50 - - [2025-08-04 02:30:19] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007340 10.0.0.50 - - [2025-08-04 02:30:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001523 10.0.0.50 - - [2025-08-04 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.002992 10.0.0.50 - - [2025-08-04 02:30:19] "POST /security-groups HTTP/1.1" 200 591 0.068271 10.0.0.50 - - [2025-08-04 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003833 10.0.0.50 - - [2025-08-04 02:30:19] "POST /projects HTTP/1.1" 200 585 0.242533 10.0.0.50 - - [2025-08-04 02:30:19] "POST /access-control-lists HTTP/1.1" 200 596 0.064721 10.0.0.50 - - [2025-08-04 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.320112 10.0.0.50 - - [2025-08-04 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.003903 10.0.0.50 - - [2025-08-04 02:30:19] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.459305 10.0.0.50 - - [2025-08-04 02:30:19] "POST /access-control-lists HTTP/1.1" 200 594 0.061388 10.0.0.50 - - [2025-08-04 02:30:20] "GET / HTTP/1.1" 200 35931 0.003216 10.0.0.50 - - [2025-08-04 02:30:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.50 - - [2025-08-04 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027698 10.0.0.50 - - [2025-08-04 02:30:23] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003219 10.0.0.50 - - [2025-08-04 02:30:23] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003504 10.0.0.50 - - [2025-08-04 02:30:23] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003557 10.0.0.50 - - [2025-08-04 02:30:23] "PUT /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8 HTTP/1.1" 200 264 0.009343 10.0.0.50 - - [2025-08-04 02:30:23] "GET /aaa-mode HTTP/1.1" 200 128 0.001237 10.0.0.50 - - [2025-08-04 02:30:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.029012 10.0.0.50 - - [2025-08-04 02:30:23] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.50 - - [2025-08-04 02:30:23] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001994 10.0.0.50 - - [2025-08-04 02:30:23] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008729 10.0.0.50 - - [2025-08-04 02:30:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.002851 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.003144 10.0.0.50 - - [2025-08-04 02:30:24] "POST /security-groups HTTP/1.1" 200 591 0.067274 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002732 10.0.0.50 - - [2025-08-04 02:30:24] "POST /projects HTTP/1.1" 200 585 0.229615 10.0.0.50 - - [2025-08-04 02:30:24] "POST /access-control-lists HTTP/1.1" 200 596 0.064327 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.301766 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.003159 10.0.0.50 - - [2025-08-04 02:30:24] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.435770 10.0.0.50 - - [2025-08-04 02:30:24] "POST /access-control-lists HTTP/1.1" 200 594 0.061038 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.023046 10.0.0.50 - - [2025-08-04 02:30:24] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003704 10.0.0.50 - - [2025-08-04 02:30:24] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.50 - - [2025-08-04 02:30:24] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007207 10.0.0.50 - - [2025-08-04 02:30:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.001307 10.0.0.50 - - [2025-08-04 02:30:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.004978 10.0.0.50 - - [2025-08-04 02:30:25] "POST /security-groups HTTP/1.1" 200 591 0.063899 10.0.0.50 - - [2025-08-04 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002607 10.0.0.50 - - [2025-08-04 02:30:25] "POST /projects HTTP/1.1" 200 585 0.220239 10.0.0.50 - - [2025-08-04 02:30:25] "POST /access-control-lists HTTP/1.1" 200 596 0.058548 10.0.0.50 - - [2025-08-04 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.300111 10.0.0.50 - - [2025-08-04 02:30:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003653 10.0.0.50 - - [2025-08-04 02:30:25] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.433363 10.0.0.50 - - [2025-08-04 02:30:25] "POST /access-control-lists HTTP/1.1" 200 594 0.064000 10.0.0.50 - - [2025-08-04 02:30:25] "GET / HTTP/1.1" 200 35931 0.002437 10.0.0.50 - - [2025-08-04 02:30:26] "GET / HTTP/1.1" 200 35931 0.002342 10.0.0.50 - - [2025-08-04 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.003012 10.0.0.50 - - [2025-08-04 02:30:27] "POST /api-access-lists HTTP/1.1" 200 521 0.013799 10.0.0.50 - - [2025-08-04 02:30:27] "GET /api-access-list/39854f44-5ca4-41e8-a63d-447f2cc11dd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006225 10.0.0.50 - - [2025-08-04 02:30:27] "GET /api-access-list/39854f44-5ca4-41e8-a63d-447f2cc11dd5 HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2025-08-04 02:30:27] "GET /api-access-list/39854f44-5ca4-41e8-a63d-447f2cc11dd5 HTTP/1.1" 200 1288 0.059896 10.0.0.50 - - [2025-08-04 02:30:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.50 - - [2025-08-04 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.039710 10.0.0.50 - - [2025-08-04 02:30:27] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.50 - - [2025-08-04 02:30:27] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039023 10.0.0.50 - - [2025-08-04 02:30:27] "GET /virtual-networks?parent_id=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012506 10.0.0.50 - - [2025-08-04 02:30:28] "POST /virtual-networks HTTP/1.1" 200 583 0.055122 10.0.0.50 - - [2025-08-04 02:30:28] "POST /route-targets HTTP/1.1" 200 327 0.010584 10.0.0.50 - - [2025-08-04 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.014236 10.0.0.50 - - [2025-08-04 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.014390 10.0.0.50 - - [2025-08-04 02:30:28] "GET /network-ipam/fd768b63-edb4-4047-927c-4a2f7b2840ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012461 10.0.0.50 - - [2025-08-04 02:30:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.50 - - [2025-08-04 02:30:28] "POST /ref-update HTTP/1.1" 200 156 0.055337 10.0.0.50 - - [2025-08-04 02:30:28] "POST /neutron/network HTTP/1.1" 200 848 0.051629 10.0.0.50 - - [2025-08-04 02:30:28] "POST /neutron/network HTTP/1.1" 200 848 0.025672 10.0.0.50 - - [2025-08-04 02:30:28] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015517 10.0.0.50 - - [2025-08-04 02:30:28] "POST /neutron/network HTTP/1.1" 200 848 0.021298 10.0.0.50 - - [2025-08-04 02:30:28] "POST /neutron/subnet HTTP/1.1" 200 679 0.030806 10.0.0.50 - - [2025-08-04 02:30:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2025-08-04 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.037454 10.0.0.50 - - [2025-08-04 02:30:28] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.50 - - [2025-08-04 02:30:28] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043489 10.0.0.50 - - [2025-08-04 02:30:28] "GET /virtual-networks?parent_id=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012871 10.0.0.50 - - [2025-08-04 02:30:29] "POST /virtual-networks HTTP/1.1" 200 583 0.056251 10.0.0.50 - - [2025-08-04 02:30:29] "POST /route-targets HTTP/1.1" 200 327 0.011204 10.0.0.50 - - [2025-08-04 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.013596 10.0.0.50 - - [2025-08-04 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.018806 10.0.0.50 - - [2025-08-04 02:30:29] "GET /network-ipam/fd768b63-edb4-4047-927c-4a2f7b2840ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012407 10.0.0.50 - - [2025-08-04 02:30:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004503 10.0.0.50 - - [2025-08-04 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.054281 10.0.0.50 - - [2025-08-04 02:30:29] "POST /neutron/network HTTP/1.1" 200 847 0.054549 10.0.0.50 - - [2025-08-04 02:30:29] "POST /neutron/network HTTP/1.1" 200 847 0.024070 10.0.0.50 - - [2025-08-04 02:30:29] "GET /virtual-network/f634a687-b5b1-4d95-a1d9-9f5a7d2b803f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.016499 10.0.0.50 - - [2025-08-04 02:30:29] "POST /neutron/network HTTP/1.1" 200 847 0.022805 10.0.0.50 - - [2025-08-04 02:30:29] "POST /neutron/subnet HTTP/1.1" 200 674 0.054828 10.0.0.50 - - [2025-08-04 02:30:29] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 401 292 0.000594 10.0.0.50 - - [2025-08-04 02:30:29] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 200 2313 0.040640 10.0.0.50 - - [2025-08-04 02:30:29] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 401 292 0.000586 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 403 376 0.034521 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 200 2313 0.005556 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-networks HTTP/1.1" 200 371 0.023588 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-networks HTTP/1.1" 200 371 0.025725 10.0.0.50 - - [2025-08-04 02:30:30] "PUT /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 200 264 0.031800 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-networks HTTP/1.1" 200 132 0.021831 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-networks HTTP/1.1" 200 611 0.025120 10.0.0.50 - - [2025-08-04 02:30:30] "GET /virtual-networks HTTP/1.1" 200 1647 0.002315 10.0.0.50 - - [2025-08-04 02:30:30] "PUT /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 200 264 0.028656 10.0.0.50 - - [2025-08-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.50 - - [2025-08-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.50 - - [2025-08-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002394 10.0.0.50 - - [2025-08-04 02:30:30] "DELETE /virtual-network/f634a687-b5b1-4d95-a1d9-9f5a7d2b803f HTTP/1.1" 200 115 0.100168 10.0.0.50 - - [2025-08-04 02:30:30] "DELETE /route-target/1d81fa5c-aad9-428e-9149-d19ed521ad75 HTTP/1.1" 200 115 0.029130 10.0.0.50 - - [2025-08-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004043 10.0.0.50 - - [2025-08-04 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.50 - - [2025-08-04 02:30:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.50 - - [2025-08-04 02:30:30] "DELETE /virtual-network/5618026b-a0de-4348-a976-ab80989afca2 HTTP/1.1" 200 115 0.094380 10.0.0.50 - - [2025-08-04 02:30:30] "DELETE /route-target/6764ae61-8936-4501-b1d0-7bf214f178b3 HTTP/1.1" 200 115 0.019667 10.0.0.50 - - [2025-08-04 02:30:30] "DELETE /api-access-list/39854f44-5ca4-41e8-a63d-447f2cc11dd5 HTTP/1.1" 200 115 0.026445 10.0.0.50 - - [2025-08-04 02:30:30] "GET /api-access-list/39854f44-5ca4-41e8-a63d-447f2cc11dd5 HTTP/1.1" 404 171 0.002531 10.0.0.50 - - [2025-08-04 02:30:30] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.50 - - [2025-08-04 02:30:30] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030602 10.0.0.50 - - [2025-08-04 02:30:30] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?fields=virtual_networks HTTP/1.1" 200 1033 0.078182 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.063025 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.092607 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?fields=security_groups HTTP/1.1" 200 1259 0.026684 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043007 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?fields=virtual_networks HTTP/1.1" 200 1033 0.032359 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.029652 10.0.0.50 - - [2025-08-04 02:30:31] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.50 - - [2025-08-04 02:30:31] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?fields=security_groups HTTP/1.1" 200 1259 0.074237 10.0.0.50 - - [2025-08-04 02:30:32] "GET /aaa-mode HTTP/1.1" 200 128 0.001209 10.0.0.50 - - [2025-08-04 02:30:33] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002063 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.036507 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.50 - - [2025-08-04 02:30:33] "DELETE /project/8e55558f67f641f1a5c0e1928c24eed5 HTTP/1.1" 404 173 0.109111 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.066609 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001089 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.062471 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?fields=security_groups HTTP/1.1" 200 1364 0.070843 10.0.0.50 - - [2025-08-04 02:30:33] "DELETE /project/b1794c60e0894783b92ac4a69d456bc1 HTTP/1.1" 404 173 0.164104 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.50 - - [2025-08-04 02:30:33] "DELETE /project/e436dcef5d75442b803f5d2c4b37d7b6 HTTP/1.1" 404 173 0.173026 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.054165 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.50 - - [2025-08-04 02:30:33] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.50 - - [2025-08-04 02:30:33] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.118888 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?fields=security_groups HTTP/1.1" 200 1347 0.058821 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?fields=security_groups HTTP/1.1" 200 1348 0.098088 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?fields=security_groups HTTP/1.1" 200 1364 0.121062 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /security-group/bceec75f-78d9-4cc6-9e0a-dcb895132660 HTTP/1.1" 200 115 0.115821 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=8e55558f-67f6-41f1-a5c0-e1928c24eed5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?fields=security_groups HTTP/1.1" 200 1348 0.063623 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5?fields=application_policy_sets HTTP/1.1" 200 1403 0.050820 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /security-group/ac7bd1f8-fd74-4901-8228-714622341571 HTTP/1.1" 200 115 0.097379 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /security-group/a35c2751-7137-46d0-8699-a8b27c760c6f HTTP/1.1" 200 115 0.103306 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=875aae54-6e6c-4b5c-881f-58b00c64eb49&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=8d36a2c7-104f-4cbb-8676-fdbc328055c9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /security-group/d56b7d14-b9cc-481d-8231-687a8e9974f1 HTTP/1.1" 200 115 0.113545 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/875aae54-6e6c-4b5c-881f-58b00c64eb49?fields=application_policy_sets HTTP/1.1" 200 1386 0.065593 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=b1794c60-e089-4783-b92a-c4a69d456bc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002613 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9?fields=application_policy_sets HTTP/1.1" 200 1387 0.107491 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /security-group/9b4155b0-e907-45be-a7b7-5bc840ba3ad9 HTTP/1.1" 200 115 0.155824 10.0.0.50 - - [2025-08-04 02:30:34] "GET /projects?obj_uuids=c5e83814-eb42-454c-8614-a29cf724cd02&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/b1794c60-e089-4783-b92a-c4a69d456bc1?fields=application_policy_sets HTTP/1.1" 200 1403 0.103396 10.0.0.50 - - [2025-08-04 02:30:34] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.50 - - [2025-08-04 02:30:34] "GET /project/c5e83814-eb42-454c-8614-a29cf724cd02?fields=application_policy_sets HTTP/1.1" 200 1387 0.095053 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/1f214ce1-d51a-4f51-b9e4-6878c52a625f HTTP/1.1" 200 115 0.362377 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /project/8e55558f-67f6-41f1-a5c0-e1928c24eed5 HTTP/1.1" 200 115 0.679755 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/b11e2787-6d26-4454-9be1-e3802edbc3cf HTTP/1.1" 200 115 0.029435 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /project/875aae54-6e6c-4b5c-881f-58b00c64eb49 HTTP/1.1" 200 115 0.774363 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/28a4b8f8-356b-4f69-9bb8-fa2c65960d75 HTTP/1.1" 200 115 0.057350 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /project/8d36a2c7-104f-4cbb-8676-fdbc328055c9 HTTP/1.1" 200 115 0.803907 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /project/b1794c60-e089-4783-b92a-c4a69d456bc1 HTTP/1.1" 200 115 0.805924 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/c623d7cc-3b26-47b3-b545-adf8431e59f0 HTTP/1.1" 200 115 0.030480 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /project/c5e83814-eb42-454c-8614-a29cf724cd02 HTTP/1.1" 200 115 0.816213 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/9ed8cedb-cf38-48e3-b1f1-ec2050e038f2 HTTP/1.1" 200 115 0.018922 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/4055c8da-c63f-4294-a985-2fa0c4d477f9 HTTP/1.1" 200 115 0.027720 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/819b5f0a-2f84-436c-9c10-9201f7a627db HTTP/1.1" 200 115 0.022444 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/112bf590-dd72-4888-8970-88147eb3ecfe HTTP/1.1" 200 115 0.027002 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/9943c2a5-b31c-4b5a-b7b4-2f80ce74943d HTTP/1.1" 200 115 0.022478 10.0.0.50 - - [2025-08-04 02:30:34] "DELETE /access-control-list/8cf6460f-11e7-484b-8454-cc2417f396bc HTTP/1.1" 200 115 0.019837 10.0.0.50 - - [2025-08-04 02:30:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.036069 10.0.0.50 - - [2025-08-04 02:30:35] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001515 10.0.0.50 - - [2025-08-04 02:30:35] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038701 10.0.0.50 - - [2025-08-04 02:30:35] "GET /virtual-networks?parent_id=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008565 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.009026 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.012792 10.0.0.50 - - [2025-08-04 02:30:35] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.50 - - [2025-08-04 02:30:35] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.014760 10.0.0.50 - - [2025-08-04 02:30:35] "POST /service-templates HTTP/1.1" 403 264 0.006822 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003583 10.0.0.50 - - [2025-08-04 02:30:35] "POST /api-access-lists HTTP/1.1" 200 555 0.016349 10.0.0.50 - - [2025-08-04 02:30:35] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.004932 10.0.0.50 - - [2025-08-04 02:30:35] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 1321 0.003759 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.012887 10.0.0.50 - - [2025-08-04 02:30:35] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.50 - - [2025-08-04 02:30:35] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038403 10.0.0.50 - - [2025-08-04 02:30:35] "GET /virtual-networks?parent_id=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016030 10.0.0.50 - - [2025-08-04 02:30:35] "POST /virtual-networks HTTP/1.1" 200 583 0.049623 10.0.0.50 - - [2025-08-04 02:30:35] "POST /route-targets HTTP/1.1" 200 327 0.009553 10.0.0.50 - - [2025-08-04 02:30:35] "POST /ref-update HTTP/1.1" 200 156 0.010604 10.0.0.50 - - [2025-08-04 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014801 10.0.0.50 - - [2025-08-04 02:30:35] "GET /network-ipam/fd768b63-edb4-4047-927c-4a2f7b2840ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.012098 10.0.0.50 - - [2025-08-04 02:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002477 10.0.0.50 - - [2025-08-04 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.052252 10.0.0.50 - - [2025-08-04 02:30:36] "POST /neutron/network HTTP/1.1" 200 849 0.046161 10.0.0.50 - - [2025-08-04 02:30:36] "POST /neutron/network HTTP/1.1" 200 849 0.022893 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015236 10.0.0.50 - - [2025-08-04 02:30:36] "POST /neutron/network HTTP/1.1" 200 849 0.022289 10.0.0.50 - - [2025-08-04 02:30:36] "POST /neutron/subnet HTTP/1.1" 200 681 0.030403 10.0.0.50 - - [2025-08-04 02:30:36] "POST /neutron/network HTTP/1.1" 200 849 0.056494 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005761 10.0.0.50 - - [2025-08-04 02:30:36] "GET /network-ipam/fd768b63-edb4-4047-927c-4a2f7b2840ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003156 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domains HTTP/1.1" 200 280 0.002689 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.006779 10.0.0.50 - - [2025-08-04 02:30:36] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.50 - - [2025-08-04 02:30:36] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6 HTTP/1.1" 200 2352 0.074448 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.006118 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.005132 10.0.0.50 - - [2025-08-04 02:30:36] "GET /routing-instance/41091ea8-ed22-4ab9-b93c-adda0614ba77 HTTP/1.1" 200 1555 0.004087 10.0.0.50 - - [2025-08-04 02:30:36] "GET /routing-instance/41091ea8-ed22-4ab9-b93c-adda0614ba77 HTTP/1.1" 200 1555 0.003652 10.0.0.50 - - [2025-08-04 02:30:36] "GET /route-target/0d692952-d9eb-489c-a081-b35a0d48b892 HTTP/1.1" 200 1243 0.003776 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.004469 10.0.0.50 - - [2025-08-04 02:30:36] "GET /routing-instance/41091ea8-ed22-4ab9-b93c-adda0614ba77 HTTP/1.1" 200 1555 0.003484 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005497 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.005455 10.0.0.50 - - [2025-08-04 02:30:36] "GET /routing-instance/41091ea8-ed22-4ab9-b93c-adda0614ba77 HTTP/1.1" 200 1555 0.003061 10.0.0.50 - - [2025-08-04 02:30:36] "GET /routing-instance/41091ea8-ed22-4ab9-b93c-adda0614ba77 HTTP/1.1" 200 1555 0.003224 10.0.0.50 - - [2025-08-04 02:30:36] "GET /route-target/0d692952-d9eb-489c-a081-b35a0d48b892 HTTP/1.1" 200 1243 0.002864 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domains HTTP/1.1" 200 280 0.002834 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001720 10.0.0.50 - - [2025-08-04 02:30:36] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d HTTP/1.1" 200 2753 0.014300 10.0.0.50 - - [2025-08-04 02:30:36] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001814 10.0.0.50 - - [2025-08-04 02:30:36] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6 HTTP/1.1" 200 2352 0.072857 10.0.0.50 - - [2025-08-04 02:30:36] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.004427 10.0.0.50 - - [2025-08-04 02:30:37] "GET /obj-perms HTTP/1.1" 200 5030 0.051358 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.009974 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.011339 10.0.0.50 - - [2025-08-04 02:30:37] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001203 10.0.0.50 - - [2025-08-04 02:30:37] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.016989 10.0.0.50 - - [2025-08-04 02:30:37] "POST /service-templates HTTP/1.1" 403 264 0.009649 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.002966 10.0.0.50 - - [2025-08-04 02:30:37] "POST /api-access-lists HTTP/1.1" 200 521 0.013907 10.0.0.50 - - [2025-08-04 02:30:37] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005309 10.0.0.50 - - [2025-08-04 02:30:37] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 1289 0.003932 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.014314 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012255 10.0.0.50 - - [2025-08-04 02:30:37] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001779 10.0.0.50 - - [2025-08-04 02:30:37] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.018291 10.0.0.50 - - [2025-08-04 02:30:37] "POST /service-templates HTTP/1.1" 200 551 0.027325 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015828 10.0.0.50 - - [2025-08-04 02:30:37] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.013866 10.0.0.50 - - [2025-08-04 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014483 10.0.0.50 - - [2025-08-04 02:30:37] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.013316 10.0.0.50 - - [2025-08-04 02:30:37] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2025-08-04 02:30:38] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 403 263 0.033894 10.0.0.50 - - [2025-08-04 02:30:38] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.009591 10.0.0.50 - - [2025-08-04 02:30:38] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.032750 10.0.0.50 - - [2025-08-04 02:30:38] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.003283 10.0.0.50 - - [2025-08-04 02:30:38] "PUT /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 264 0.009385 10.0.0.50 - - [2025-08-04 02:30:38] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 1458 0.003728 10.0.0.50 - - [2025-08-04 02:30:38] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.015663 10.0.0.50 - - [2025-08-04 02:30:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2025-08-04 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.037428 10.0.0.50 - - [2025-08-04 02:30:39] "GET /projects?obj_uuids=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.50 - - [2025-08-04 02:30:39] "GET /project/e436dcef-5d75-442b-803f-5d2c4b37d7b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035770 10.0.0.50 - - [2025-08-04 02:30:39] "GET /virtual-networks?parent_id=e436dcef-5d75-442b-803f-5d2c4b37d7b6&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015753 10.0.0.50 - - [2025-08-04 02:30:39] "POST /virtual-networks HTTP/1.1" 403 263 0.009403 10.0.0.50 - - [2025-08-04 02:30:39] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.010475 10.0.0.50 - - [2025-08-04 02:30:39] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.033476 10.0.0.50 - - [2025-08-04 02:30:39] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003807 10.0.0.50 - - [2025-08-04 02:30:39] "PUT /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 264 0.009560 10.0.0.50 - - [2025-08-04 02:30:39] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 1427 0.003497 10.0.0.50 - - [2025-08-04 02:30:39] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 200 1854 0.015121 10.0.0.50 - - [2025-08-04 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.011974 10.0.0.50 - - [2025-08-04 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.013220 10.0.0.50 - - [2025-08-04 02:30:39] "GET /domains?obj_uuids=24f65d5f-50c0-4485-879b-6ea068bf951d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001430 10.0.0.50 - - [2025-08-04 02:30:39] "GET /domain/24f65d5f-50c0-4485-879b-6ea068bf951d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.021012 10.0.0.50 - - [2025-08-04 02:30:39] "POST /service-templates HTTP/1.1" 403 264 0.010466 10.0.0.50 - - [2025-08-04 02:30:39] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.003915 10.0.0.50 - - [2025-08-04 02:30:39] "PUT /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 264 0.009865 10.0.0.50 - - [2025-08-04 02:30:39] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 1321 0.004314 10.0.0.50 - - [2025-08-04 02:30:39] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.003370 10.0.0.50 - - [2025-08-04 02:30:39] "PUT /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 264 0.012491 10.0.0.50 - - [2025-08-04 02:30:40] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 1289 0.003721 10.0.0.50 - - [2025-08-04 02:30:40] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 403 263 0.009244 10.0.0.50 - - [2025-08-04 02:30:40] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 403 263 0.036491 10.0.0.50 - - [2025-08-04 02:30:40] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.009086 10.0.0.50 - - [2025-08-04 02:30:41] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.332147 10.0.0.50 - - [2025-08-04 02:30:41] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003792 10.0.0.50 - - [2025-08-04 02:30:41] "PUT /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8 HTTP/1.1" 200 264 0.014624 10.0.0.50 - - [2025-08-04 02:30:41] "GET /obj-perms HTTP/1.1" 200 5056 0.070913 10.0.0.50 - - [2025-08-04 02:30:41] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 200 1854 0.014346 10.0.0.50 - - [2025-08-04 02:30:41] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 200 2314 0.015995 10.0.0.50 - - [2025-08-04 02:30:41] "DELETE /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 200 115 0.026196 10.0.0.50 - - [2025-08-04 02:30:41] "GET /api-access-list/183a9cbe-39a1-4c8f-8627-2569431b3519 HTTP/1.1" 404 171 0.002852 10.0.0.50 - - [2025-08-04 02:30:41] "DELETE /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 200 115 0.020863 10.0.0.50 - - [2025-08-04 02:30:41] "GET /api-access-list/0f0435d2-c5b2-4612-90b0-6e474d7c9833 HTTP/1.1" 404 171 0.002573 10.0.0.50 - - [2025-08-04 02:30:41] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 401 292 0.000367 10.0.0.50 - - [2025-08-04 02:30:41] "GET /virtual-network/40bac28a-2e5d-408c-b665-ec3640620ff3 HTTP/1.1" 403 263 0.043351 10.0.0.50 - - [2025-08-04 02:30:41] "GET /obj-perms HTTP/1.1" 200 5056 0.338155 10.0.0.50 - - [2025-08-04 02:30:41] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.010077 10.0.0.50 - - [2025-08-04 02:30:42] "GET /service-template/9ff20abb-0712-41a3-a463-6cbecd3147f6 HTTP/1.1" 403 264 0.032423 10.0.0.50 - - [2025-08-04 02:30:42] "GET /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003564 10.0.0.50 - - [2025-08-04 02:30:42] "PUT /api-access-list/2298e350-953e-4f25-a21a-39569a7e1cc8 HTTP/1.1" 200 264 0.009102