++ 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 Jul 28 02:15:06 UTC 2025 ===================' INFO: =================== Mon Jul 28 02:15:06 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.41:8081 ' ']' +++ echo 10.0.0.41:8081 ++ ANALYTICS_SERVERS=10.0.0.41:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.41:9042 ' ']' +++ echo 10.0.0.41:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.41:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.41:8086 ' ']' +++ echo 10.0.0.41:8086 ++ COLLECTOR_SERVERS=10.0.0.41:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.41 ++ CONFIGDB_NODES=10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.41:8082 ' ']' +++ echo 10.0.0.41:8082 ++ CONFIG_SERVERS=10.0.0.41:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.41:9161 ' ']' +++ echo 10.0.0.41:9161 ++ CONFIGDB_SERVERS=10.0.0.41:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.41:9041 ' ']' +++ echo 10.0.0.41:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.41: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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.41:2181, ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.41:2181 ' ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.41:2181 ++ RABBITMQ_NODES=10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.41:5673, ']' +++ echo 10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.41:6379 ' ']' +++ echo 10.0.0.41:6379 ++ REDIS_SERVERS=10.0.0.41:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.41:9092 ' ']' +++ echo 10.0.0.41:9092 ++ KAFKA_SERVERS=10.0.0.41:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.41 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.41 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.41 +++ local servers=10.0.0.41 +++ 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.41,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.41:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/28/2025 02:15:14.929 7fc64355e508 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/28/2025 02:15:15.096 7fc64355e508 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/28/2025 02:15:15.110 7fc64355e508 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/28/2025 02:15:15.111 7fc64355e508 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-07-28 02:15:18] "GET / HTTP/1.1" 503 181 0.000505 10.0.0.41 - - [2025-07-28 02:15:18] "GET / HTTP/1.1" 503 181 0.000179 10.0.0.41 - - [2025-07-28 02:15:18] "GET / HTTP/1.1" 503 181 0.000386 10.0.0.41 - - [2025-07-28 02:15:19] "GET / HTTP/1.1" 200 45871 0.048770 10.0.0.41 - - [2025-07-28 02:15:19] "GET / HTTP/1.1" 200 45871 0.001428 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.41 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000679 10.0.0.41 - - [2025-07-28 02:15:19] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000328 10.0.0.41 - - [2025-07-28 02:15:19] "GET / HTTP/1.1" 200 35931 0.004203 10.0.0.41 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.41 - - [2025-07-28 02:15:20] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.41 - - [2025-07-28 02:15:20] "GET / HTTP/1.1" 200 35931 0.001696 10.0.0.41 - - [2025-07-28 02:15:21] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.41 - - [2025-07-28 02:15:21] "GET / HTTP/1.1" 200 35931 0.001807 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.935117 10.0.0.41 - - [2025-07-28 02:15:21] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006563 10.0.0.41 - - [2025-07-28 02:15:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.240444 10.0.0.41 - - [2025-07-28 02:15:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003194 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 1.556016 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.375240 10.0.0.41 - - [2025-07-28 02:15:21] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007199 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.006792 10.0.0.41 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003109 10.0.0.41 - - [2025-07-28 02:15:21] "POST /config-database-nodes HTTP/1.1" 200 617 0.032112 10.0.0.41 - - [2025-07-28 02:15:22] "POST /config-nodes HTTP/1.1" 200 599 0.051399 10.0.0.41 - - [2025-07-28 02:15:22] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.41 - - [2025-07-28 02:15:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.693755 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.349477 10.0.0.41 - - [2025-07-28 02:15:22] "GET /network-ipam/744ae40b-93e3-4521-9be4-235f3f0c4002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005005 10.0.0.41 - - [2025-07-28 02:15:22] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008595 10.0.0.41 - - [2025-07-28 02:15:22] "POST /service-appliance-sets HTTP/1.1" 200 553 0.029174 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 180 0.009872 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.41 - - [2025-07-28 02:15:22] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006886 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.387418 10.0.0.41 - - [2025-07-28 02:15:22] "POST /service-appliance-sets HTTP/1.1" 200 541 0.029293 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005325 10.0.0.41 - - [2025-07-28 02:15:22] "POST /job-templates HTTP/1.1" 200 555 0.069066 10.0.0.41 - - [2025-07-28 02:15:22] "GET /network-ipam/744ae40b-93e3-4521-9be4-235f3f0c4002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006818 10.0.0.41 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.004364 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 563 0.066770 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.007749 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.005857 10.0.0.41 - - [2025-07-28 02:15:23] "POST /service-templates HTTP/1.1" 200 511 0.052309 10.0.0.41 - - [2025-07-28 02:15:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.341458 10.0.0.41 - - [2025-07-28 02:15:23] "POST /access-control-lists HTTP/1.1" 200 587 0.048705 /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.41 - - [2025-07-28 02:15:23] "POST /service-templates HTTP/1.1" 200 501 0.034776 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 224 0.003477 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 545 0.073202 10.0.0.41 - - [2025-07-28 02:15:23] "POST /service-templates HTTP/1.1" 200 515 0.027762 10.0.0.41 - - [2025-07-28 02:15:23] "POST /access-control-lists HTTP/1.1" 200 585 0.024878 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003578 10.0.0.41 - - [2025-07-28 02:15:23] "POST /service-templates HTTP/1.1" 200 535 0.029307 10.0.0.41 - - [2025-07-28 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.049387 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 577 0.078354 10.0.0.41 - - [2025-07-28 02:15:23] "POST /service-templates HTTP/1.1" 200 507 0.038279 10.0.0.41 - - [2025-07-28 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.017437 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 208 0.003309 10.0.0.41 - - [2025-07-28 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.026154 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 579 0.074089 10.0.0.41 - - [2025-07-28 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.032204 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.003993 10.0.0.41 - - [2025-07-28 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.012334 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 583 0.066481 10.0.0.41 - - [2025-07-28 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.045780 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003087 10.0.0.41 - - [2025-07-28 02:15:23] "POST /route-targets HTTP/1.1" 200 327 0.011918 10.0.0.41 - - [2025-07-28 02:15:23] "POST /job-templates HTTP/1.1" 200 559 0.075389 10.0.0.41 - - [2025-07-28 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.044859 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.003461 10.0.0.41 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.003130 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 569 0.066933 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003251 10.0.0.41 - - [2025-07-28 02:15:24] "POST /access-control-lists HTTP/1.1" 200 551 0.093026 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 555 0.026360 10.0.0.41 - - [2025-07-28 02:15:24] "PUT /access-control-list/93ee913b-4844-44ef-b84e-cd754133f8b3 HTTP/1.1" 200 272 0.018806 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.004674 10.0.0.41 - - [2025-07-28 02:15:24] "PUT /access-control-list/8ed23e6f-b772-4778-94f5-ece61a603f1a HTTP/1.1" 200 272 0.011910 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 555 0.065553 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003980 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 555 0.069117 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.004567 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 535 0.065346 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003112 10.0.0.41 - - [2025-07-28 02:15:24] "POST /job-templates HTTP/1.1" 200 559 0.075297 10.0.0.41 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003589 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 559 0.076390 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003649 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 559 0.070804 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.003703 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 565 0.065427 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.003604 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 557 0.067379 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003559 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 555 0.072537 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.004238 10.0.0.41 - - [2025-07-28 02:15:25] "POST /job-templates HTTP/1.1" 200 573 0.067124 10.0.0.41 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003483 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 551 0.073405 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.003527 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 579 0.066002 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.003281 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 555 0.077978 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003553 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 559 0.069838 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003365 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 575 0.070071 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.010576 10.0.0.41 - - [2025-07-28 02:15:26] "POST /job-templates HTTP/1.1" 200 557 0.069080 10.0.0.41 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003551 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 559 0.070989 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003436 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 555 0.065493 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003591 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 553 0.061136 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.004462 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 553 0.073209 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.003968 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 553 0.065668 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.003457 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 563 0.065291 10.0.0.41 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003538 10.0.0.41 - - [2025-07-28 02:15:27] "POST /job-templates HTTP/1.1" 200 565 0.060596 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003523 10.0.0.41 - - [2025-07-28 02:15:28] "POST /config-propertiess HTTP/1.1" 200 551 0.020151 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 168 0.004079 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.41 - - [2025-07-28 02:15:28] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.004323 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007594 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 321 0.052348 10.0.0.41 - - [2025-07-28 02:15:28] "PUT /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 276 0.009173 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 166 0.003678 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 317 0.029093 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 174 0.004077 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 333 0.033560 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 162 0.003587 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 309 0.038247 10.0.0.41 - - [2025-07-28 02:15:28] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.41 - - [2025-07-28 02:15:28] "POST /alarms HTTP/1.1" 401 292 0.000714 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 174 0.003602 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 333 0.027481 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.003482 10.0.0.41 - - [2025-07-28 02:15:28] "POST /tags HTTP/1.1" 200 313 0.035332 10.0.0.41 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 169 0.003512 10.0.0.41 - - [2025-07-28 02:15:29] "POST /tags HTTP/1.1" 200 323 0.035531 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 581 0.058184 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 575 0.042598 10.0.0.41 - - [2025-07-28 02:15:29] "PUT /global-system-config/6f500480-5727-4228-a650-ce21be80ee69 HTTP/1.1" 200 274 0.027095 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.008061 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 575 0.031454 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 327 0.014307 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 559 0.029376 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.003796 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 555 0.028485 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 327 0.013640 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.002743 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 557 0.021690 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 327 0.014410 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 565 0.027447 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 166 0.004353 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 549 0.031553 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 327 0.015150 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.007664 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 557 0.027051 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 323 0.016400 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 567 0.022493 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003159 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 555 0.021147 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 323 0.014190 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.003010 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 567 0.044165 10.0.0.41 - - [2025-07-28 02:15:29] "POST /hardwares HTTP/1.1" 200 317 0.015076 10.0.0.41 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003492 10.0.0.41 - - [2025-07-28 02:15:29] "POST /alarms HTTP/1.1" 200 575 0.073110 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 323 0.015821 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 569 0.022978 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.003435 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 561 0.022538 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 323 0.013295 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.005274 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 561 0.020825 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 323 0.015588 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 561 0.025103 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.003386 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 547 0.026480 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 325 0.015397 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.002950 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 595 0.023472 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 325 0.018645 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 575 0.025215 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.003292 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 571 0.023887 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 325 0.012450 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 583 0.018346 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 165 0.002680 10.0.0.41 - - [2025-07-28 02:15:30] "POST /alarms HTTP/1.1" 200 609 0.027088 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 325 0.018778 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.008404 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 323 0.012665 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 161 0.003466 10.0.0.41 - - [2025-07-28 02:15:30] "POST /hardwares HTTP/1.1" 200 317 0.011425 10.0.0.41 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 164 0.003186 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 323 0.020675 10.0.0.41 - - [2025-07-28 02:15:31] "GET / HTTP/1.1" 200 35931 0.001784 10.0.0.41 - - [2025-07-28 02:15:31] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000452 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.003043 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 317 0.014797 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003606 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 323 0.016889 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003098 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 319 0.014291 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003119 10.0.0.41 - - [2025-07-28 02:15:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027694 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 319 0.012973 10.0.0.41 - - [2025-07-28 02:15:31] "PUT /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 276 0.012055 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 165 0.003205 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 325 0.012001 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.003377 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 317 0.011673 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.003102 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 317 0.011929 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003091 10.0.0.41 - - [2025-07-28 02:15:31] "GET / HTTP/1.1" 200 35931 0.002735 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 319 0.016995 10.0.0.41 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003373 10.0.0.41 - - [2025-07-28 02:15:31] "POST /hardwares HTTP/1.1" 200 319 0.012578 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 162 0.004259 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 319 0.013019 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.003133 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 311 0.015410 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.031669 10.0.0.41 - - [2025-07-28 02:15:32] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004545 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.003922 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 311 0.012127 10.0.0.41 - - [2025-07-28 02:15:32] "PUT /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 276 0.011300 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 160 0.003568 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 315 0.013083 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 154 0.004751 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 303 0.018735 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 158 0.003682 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 311 0.029252 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.004817 10.0.0.41 - - [2025-07-28 02:15:32] "GET / HTTP/1.1" 200 35931 0.002526 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 305 0.011887 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.004351 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 305 0.012408 10.0.0.41 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 155 0.003400 10.0.0.41 - - [2025-07-28 02:15:32] "POST /hardwares HTTP/1.1" 200 305 0.013667 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 155 0.003370 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 305 0.015188 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.029448 10.0.0.41 - - [2025-07-28 02:15:33] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005793 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.003707 10.0.0.41 - - [2025-07-28 02:15:33] "PUT /global-system-config/6f500480-5727-4228-a650-ce21be80ee69 HTTP/1.1" 200 274 0.023194 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 307 0.010780 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.003652 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 307 0.013635 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 156 0.003636 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 307 0.011749 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.003439 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 309 0.011961 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.003019 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 311 0.012130 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 158 0.003356 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 311 0.014745 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 153 0.003221 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 301 0.012698 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.003111 10.0.0.41 - - [2025-07-28 02:15:33] "POST /hardwares HTTP/1.1" 200 309 0.013892 10.0.0.41 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 157 0.003581 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.013858 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003696 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.031018 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003396 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.011558 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003574 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.011772 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.003961 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 317 0.012112 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.004095 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.011294 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 157 0.003412 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 309 0.012439 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 154 0.003256 10.0.0.41 - - [2025-07-28 02:15:34] "POST /hardwares HTTP/1.1" 200 303 0.011926 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.003407 10.0.0.41 - - [2025-07-28 02:15:34] "POST /features HTTP/1.1" 200 533 0.022844 10.0.0.41 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.004096 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 523 0.020633 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003144 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 521 0.018770 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003388 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 521 0.023543 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.003569 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 531 0.019325 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003917 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 521 0.020226 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.004412 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 539 0.022683 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.003267 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 525 0.025260 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.003412 10.0.0.41 - - [2025-07-28 02:15:35] "POST /features HTTP/1.1" 200 519 0.023039 10.0.0.41 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 182 0.004507 10.0.0.41 - - [2025-07-28 02:15:36] "POST /features HTTP/1.1" 200 517 0.107627 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003539 10.0.0.41 - - [2025-07-28 02:15:36] "POST /features HTTP/1.1" 200 533 0.027134 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.003389 10.0.0.41 - - [2025-07-28 02:15:36] "POST /features HTTP/1.1" 200 541 0.027132 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 178 0.003635 10.0.0.41 - - [2025-07-28 02:15:36] "POST /physical-roles HTTP/1.1" 200 521 0.029108 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 179 0.003306 10.0.0.41 - - [2025-07-28 02:15:36] "POST /physical-roles HTTP/1.1" 200 523 0.062453 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.003423 10.0.0.41 - - [2025-07-28 02:15:36] "POST /physical-roles HTTP/1.1" 200 533 0.051594 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 177 0.003143 10.0.0.41 - - [2025-07-28 02:15:36] "POST /physical-roles HTTP/1.1" 200 519 0.040863 10.0.0.41 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.003973 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 545 0.160836 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.005191 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 531 0.080788 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.003487 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 545 0.026792 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.003925 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 533 0.019958 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.003053 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 541 0.019611 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2025-07-28 02:15:37] "PUT /overlay-role/5510d1f6-597a-486d-b448-bd1acc4d0250 HTTP/1.1" 200 258 0.011435 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.003440 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 531 0.020703 10.0.0.41 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.003922 10.0.0.41 - - [2025-07-28 02:15:37] "POST /overlay-roles HTTP/1.1" 200 533 0.034505 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003063 10.0.0.41 - - [2025-07-28 02:15:38] "POST /overlay-roles HTTP/1.1" 200 529 0.021477 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.003378 10.0.0.41 - - [2025-07-28 02:15:38] "POST /overlay-roles HTTP/1.1" 200 537 0.019322 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.004085 10.0.0.41 - - [2025-07-28 02:15:38] "POST /overlay-roles HTTP/1.1" 200 541 0.019174 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 178 0.003236 10.0.0.41 - - [2025-07-28 02:15:38] "POST /overlay-roles HTTP/1.1" 200 519 0.023867 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.004241 10.0.0.41 - - [2025-07-28 02:15:38] "POST /overlay-roles HTTP/1.1" 200 543 0.017230 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.003145 10.0.0.41 - - [2025-07-28 02:15:38] "POST /role-definitions HTTP/1.1" 200 533 0.018784 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.003509 10.0.0.41 - - [2025-07-28 02:15:38] "POST /role-definitions HTTP/1.1" 200 547 0.019376 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.004604 10.0.0.41 - - [2025-07-28 02:15:38] "POST /role-definitions HTTP/1.1" 200 549 0.025167 10.0.0.41 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 191 0.003151 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 551 0.018418 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.003526 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 563 0.020348 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003268 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 547 0.019879 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.004392 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 549 0.024302 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.003330 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 551 0.019052 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.004594 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 549 0.038639 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.004255 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 561 0.017663 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003033 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 547 0.021265 10.0.0.41 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003330 10.0.0.41 - - [2025-07-28 02:15:39] "POST /role-definitions HTTP/1.1" 200 549 0.022554 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.003257 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 545 0.020522 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003759 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 547 0.020426 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 192 0.003206 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 553 0.025662 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004123 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 555 0.023630 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 182 0.003381 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 533 0.018349 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 187 0.003127 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 543 0.018008 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 181 0.003447 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 531 0.015775 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003078 10.0.0.41 - - [2025-07-28 02:15:40] "POST /role-definitions HTTP/1.1" 200 537 0.019470 10.0.0.41 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003014 10.0.0.41 - - [2025-07-28 02:15:41] "POST /role-definitions HTTP/1.1" 200 547 0.016095 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.002997 10.0.0.41 - - [2025-07-28 02:15:41] "POST /role-definitions HTTP/1.1" 200 557 0.039783 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003668 10.0.0.41 - - [2025-07-28 02:15:41] "POST /role-definitions HTTP/1.1" 200 561 0.026084 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.003124 10.0.0.41 - - [2025-07-28 02:15:41] "POST /role-definitions HTTP/1.1" 200 559 0.019004 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.002987 10.0.0.41 - - [2025-07-28 02:15:41] "POST /feature-configs HTTP/1.1" 200 537 0.017020 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 212 0.003392 10.0.0.41 - - [2025-07-28 02:15:41] "POST /feature-configs HTTP/1.1" 200 562 0.016437 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003341 10.0.0.41 - - [2025-07-28 02:15:41] "POST /feature-configs HTTP/1.1" 200 561 0.017443 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.005873 10.0.0.41 - - [2025-07-28 02:15:41] "POST /node-profiles HTTP/1.1" 200 547 0.019783 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.003313 10.0.0.41 - - [2025-07-28 02:15:41] "POST /node-profiles HTTP/1.1" 200 537 0.020204 10.0.0.41 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003663 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 549 0.018475 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.002974 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 541 0.018002 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.002951 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 541 0.019736 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.003237 10.0.0.41 - - [2025-07-28 02:15:42] "GET /global-system-configs HTTP/1.1" 200 322 0.600657 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 539 0.024784 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003189 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 531 0.019323 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.003018 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 533 0.059313 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003918 10.0.0.41 - - [2025-07-28 02:15:42] "POST /node-profiles HTTP/1.1" 200 557 0.017678 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003099 10.0.0.41 - - [2025-07-28 02:15:42] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018094 10.0.0.41 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003274 10.0.0.41 - - [2025-07-28 02:15:42] "GET /global-system-configs HTTP/1.1" 200 322 0.026849 10.0.0.41 - - [2025-07-28 02:15:43] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019992 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.002760 10.0.0.41 - - [2025-07-28 02:15:43] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021873 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003756 10.0.0.41 - - [2025-07-28 02:15:43] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019091 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.003035 10.0.0.41 - - [2025-07-28 02:15:43] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018826 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.002875 10.0.0.41 - - [2025-07-28 02:15:43] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018702 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003237 10.0.0.41 - - [2025-07-28 02:15:43] "POST /sflow-profiles HTTP/1.1" 200 532 0.017429 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003102 10.0.0.41 - - [2025-07-28 02:15:43] "POST /sflow-profiles HTTP/1.1" 200 538 0.016232 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.003268 10.0.0.41 - - [2025-07-28 02:15:43] "POST /sflow-profiles HTTP/1.1" 200 538 0.019673 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003077 10.0.0.41 - - [2025-07-28 02:15:43] "POST /grpc-profiles HTTP/1.1" 200 530 0.017475 10.0.0.41 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.003286 10.0.0.41 - - [2025-07-28 02:15:44] "POST /snmp-profiles HTTP/1.1" 200 530 0.016773 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.002897 10.0.0.41 - - [2025-07-28 02:15:44] "POST /netconf-profiles HTTP/1.1" 200 542 0.021801 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002750 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 540 0.018572 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002952 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 540 0.015952 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.002889 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 544 0.015668 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003339 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 542 0.016988 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.004016 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 590 0.040866 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.002788 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 570 0.016393 10.0.0.41 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.003823 10.0.0.41 - - [2025-07-28 02:15:44] "POST /device-functional-groups HTTP/1.1" 200 620 0.017596 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.002988 10.0.0.41 - - [2025-07-28 02:15:45] "POST /device-functional-groups HTTP/1.1" 200 566 0.023214 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002862 10.0.0.41 - - [2025-07-28 02:15:45] "POST /device-functional-groups HTTP/1.1" 200 564 0.017629 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.003182 10.0.0.41 - - [2025-07-28 02:15:45] "POST /device-functional-groups HTTP/1.1" 200 574 0.020423 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003319 10.0.0.41 - - [2025-07-28 02:15:45] "POST /role-configs HTTP/1.1" 200 525 0.020052 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.002914 10.0.0.41 - - [2025-07-28 02:15:45] "POST /role-configs HTTP/1.1" 200 520 0.017353 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.007325 10.0.0.41 - - [2025-07-28 02:15:45] "POST /role-configs HTTP/1.1" 200 522 0.020848 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.002720 10.0.0.41 - - [2025-07-28 02:15:45] "POST /role-configs HTTP/1.1" 200 522 0.019312 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.003607 10.0.0.41 - - [2025-07-28 02:15:45] "POST /role-configs HTTP/1.1" 200 526 0.022695 10.0.0.41 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003431 10.0.0.41 - - [2025-07-28 02:15:46] "POST /role-configs HTTP/1.1" 200 521 0.020688 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003040 10.0.0.41 - - [2025-07-28 02:15:46] "POST /role-configs HTTP/1.1" 200 517 0.016647 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003484 10.0.0.41 - - [2025-07-28 02:15:46] "POST /role-configs HTTP/1.1" 200 518 0.016266 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.41 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009588 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.41 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.008198 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.41 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009384 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.41 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.011055 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.011267 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.009482 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.011101 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.010574 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.41 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.010234 10.0.0.41 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009395 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011072 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.017842 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.41 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009796 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.41 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.022601 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008338 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007131 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.41 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.010564 10.0.0.41 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008521 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008158 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008626 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.41 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.41 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008756 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007404 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008230 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.41 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007727 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008760 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007615 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.010940 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.41 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007567 10.0.0.41 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.010552 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.41 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.010261 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005629 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009864 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.013324 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007309 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.010486 10.0.0.41 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007905 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.008356 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009627 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.011064 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.010116 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.008769 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.41 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.41 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.008351 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009599 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008248 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007317 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009444 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007577 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.41 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.009485 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.010523 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.009188 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.41 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007650 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007817 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007654 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008444 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.41 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008424 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008299 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.41 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.010163 10.0.0.41 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008085 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.016409 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.010096 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.010171 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007652 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.41 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009559 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010252 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008561 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.009378 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.41 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.41 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.010079 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.010468 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008213 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.009030 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.006890 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.009791 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007547 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.41 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008591 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007437 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.41 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.41 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007248 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.016892 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007361 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007604 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007204 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.41 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007437 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008414 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008241 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.41 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007375 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009936 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007695 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008983 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007821 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008152 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007867 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.41 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.054790 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.41 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.41 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.009338 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007611 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008602 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.41 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.41 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.010694 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.012432 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010094 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.011827 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.010413 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.41 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.41 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008841 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.010675 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007017 10.0.0.41 - - [2025-07-28 02:16:12] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.026906 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028095 10.0.0.41 - - [2025-07-28 02:16:12] "GET /routing-instance/501a1bc4-671a-4035-8896-ee50247f48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003863 10.0.0.41 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009376 10.0.0.41 - - [2025-07-28 02:16:12] "POST /bgp-routers HTTP/1.1" 200 620 0.026172 10.0.0.41 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.41 - - [2025-07-28 02:16:13] "GET /bgp-router/d1a4a4d1-8b63-4763-a93d-97678fafe0ae?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.007634 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.41 - - [2025-07-28 02:16:13] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007016 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003977 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009177 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.012052 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.006734 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009624 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009536 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.41 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.41 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009638 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.011338 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.012168 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008918 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.009607 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.010872 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005785 10.0.0.41 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.011131 10.0.0.41 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.010248 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008722 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008542 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.41 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.010662 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.41 - - [2025-07-28 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.010297 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.009787 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.010589 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.009833 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-07-28 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.013932 10.0.0.41 - - [2025-07-28 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.012126 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.010419 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.010961 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.010113 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2025-07-28 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.011664 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.41 - - [2025-07-28 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008354 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009082 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.016042 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009280 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.010823 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-07-28 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.41 - - [2025-07-28 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009589 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.010088 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.017659 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.010146 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.41 - - [2025-07-28 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.009219 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2025-07-28 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009440 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011611 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011897 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006727 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010688 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.41 - - [2025-07-28 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-07-28 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.012013 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008577 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010109 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009855 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.41 - - [2025-07-28 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008510 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.41 - - [2025-07-28 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009416 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.015613 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.013089 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009600 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.41 - - [2025-07-28 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.008942 10.0.0.41 - - [2025-07-28 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.013182 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.007889 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-07-28 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.012505 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.41 - - [2025-07-28 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.013296 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.011671 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.011064 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.011011 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.009279 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.41 - - [2025-07-28 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.011252 10.0.0.41 - - [2025-07-28 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.011404 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009874 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.011981 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.010778 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009700 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.41 - - [2025-07-28 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-07-28 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.41 - - [2025-07-28 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.41 - - [2025-07-28 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.41 - - [2025-07-28 02:16:26] "POST /network-ipams HTTP/1.1" 200 550 0.020911 10.0.0.41 - - [2025-07-28 02:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005207 10.0.0.41 - - [2025-07-28 02:16:26] "POST /virtual-networks HTTP/1.1" 200 552 0.123847 10.0.0.41 - - [2025-07-28 02:16:26] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002779 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.003556 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 178 0.003195 10.0.0.41 - - [2025-07-28 02:16:26] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002848 10.0.0.41 - - [2025-07-28 02:16:26] "GET /fabric/c8a233ba-6c49-4f2a-8fa3-d9688d463f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004485 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003091 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.002993 10.0.0.41 - - [2025-07-28 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003023 10.0.0.41 - - [2025-07-28 02:16:26] "POST /route-targets HTTP/1.1" 200 327 0.013185 10.0.0.41 - - [2025-07-28 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.013297 10.0.0.41 - - [2025-07-28 02:16:45] "GET / HTTP/1.1" 200 35931 0.001931 10.0.0.41 - - [2025-07-28 02:16:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-07-28 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.023855 10.0.0.41 - - [2025-07-28 02:16:45] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007119 10.0.0.41 - - [2025-07-28 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.002890 10.0.0.41 - - [2025-07-28 02:16:45] "POST /database-nodes HTTP/1.1" 200 603 0.030497 10.0.0.41 - - [2025-07-28 02:17:19] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.41 - - [2025-07-28 02:17:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-07-28 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.026497 10.0.0.41 - - [2025-07-28 02:17:20] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008580 10.0.0.41 - - [2025-07-28 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002769 10.0.0.41 - - [2025-07-28 02:17:20] "POST /analytics-nodes HTTP/1.1" 200 605 0.018742 10.0.0.41 - - [2025-07-28 02:17:25] "GET / HTTP/1.1" 200 35931 0.002700 10.0.0.41 - - [2025-07-28 02:17:34] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.41 - - [2025-07-28 02:17:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000715 10.0.0.41 - - [2025-07-28 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.026332 10.0.0.41 - - [2025-07-28 02:17:34] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005616 10.0.0.41 - - [2025-07-28 02:17:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003886 10.0.0.41 - - [2025-07-28 02:17:34] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.052844 10.0.0.41 - - [2025-07-28 02:17:43] "GET / HTTP/1.1" 200 35931 0.001568 10.0.0.41 - - [2025-07-28 02:17:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-07-28 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.028793 10.0.0.41 - - [2025-07-28 02:17:43] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007842 10.0.0.41 - - [2025-07-28 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003003 10.0.0.41 - - [2025-07-28 02:17:43] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.027835 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.41 - - [2025-07-28 02:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.387380 10.0.0.41 - - [2025-07-28 02:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.057557 10.0.0.41 - - [2025-07-28 02:19:15] "GET / HTTP/1.1" 200 35931 0.002434 10.0.0.41 - - [2025-07-28 02:19:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.026446 10.0.0.41 - - [2025-07-28 02:19:16] "GET /global-system-config/6f500480-5727-4228-a650-ce21be80ee69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007025 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.41 - - [2025-07-28 02:19:16] "GET /routing-instance/501a1bc4-671a-4035-8896-ee50247f48d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005086 10.0.0.41 - - [2025-07-28 02:19:16] "PUT /global-system-config/6f500480-5727-4228-a650-ce21be80ee69 HTTP/1.1" 200 274 0.011822 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 218 0.002955 10.0.0.41 - - [2025-07-28 02:19:16] "POST /virtual-routers HTTP/1.1" 200 603 0.017314 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.41 - - [2025-07-28 02:19:16] "GET /virtual-router/30cc44bc-3629-442e-a0a2-bbb12c467030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006042 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.002745 10.0.0.41 - - [2025-07-28 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.41 - - [2025-07-28 02:19:16] "GET /virtual-network/b94307a4-f01b-4d8d-b47c-47010bdbb57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005664 10.0.0.41 - - [2025-07-28 02:19:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040734 10.0.0.41 - - [2025-07-28 02:19:17] "PUT /access-control-list/36f3e799-8cf6-421a-bf2b-6f9d671d0612 HTTP/1.1" 200 272 0.011252 10.0.0.41 - - [2025-07-28 02:19:25] "GET /obj-perms HTTP/1.1" 200 5056 0.054351 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:19:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000857 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:19:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000927 10.0.0.41 - - [2025-07-28 02:19:26] "GET /obj-perms HTTP/1.1" 200 5056 0.053029 10.0.0.41 - - [2025-07-28 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.41 - - [2025-07-28 02:19:26] "GET /virtual-router/30cc44bc-3629-442e-a0a2-bbb12c467030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003947 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:19:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000865 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:19:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001020 10.0.0.41 - - [2025-07-28 02:20:26] "GET /obj-perms HTTP/1.1" 200 5056 0.048654 10.0.0.41 - - [2025-07-28 02:20:26] "GET /obj-perms HTTP/1.1" 200 5056 0.049127 10.0.0.41 - - [2025-07-28 02:20:31] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.41 - - [2025-07-28 02:20:32] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-07-28 02:20:32] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022722 10.0.0.41 - - [2025-07-28 02:20:32] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.41 - - [2025-07-28 02:20:32] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031312 10.0.0.41 - - [2025-07-28 02:20:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.001762 10.0.0.41 - - [2025-07-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.003787 10.0.0.41 - - [2025-07-28 02:20:32] "POST /security-groups HTTP/1.1" 200 568 0.068480 10.0.0.41 - - [2025-07-28 02:20:32] "POST /projects HTTP/1.1" 200 539 0.238748 10.0.0.41 - - [2025-07-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.026742 10.0.0.41 - - [2025-07-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.312837 10.0.0.41 - - [2025-07-28 02:20:32] "POST /access-control-lists HTTP/1.1" 200 573 0.061557 10.0.0.41 - - [2025-07-28 02:20:32] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.477850 10.0.0.41 - - [2025-07-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003277 10.0.0.41 - - [2025-07-28 02:20:33] "POST /access-control-lists HTTP/1.1" 200 571 0.064095 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:20:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001433 10.0.0.41 - - [2025-07-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.022230 10.0.0.41 - - [2025-07-28 02:20:33] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.41 - - [2025-07-28 02:20:33] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003364 10.0.0.41 - - [2025-07-28 02:20:33] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010449 10.0.0.41 - - [2025-07-28 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 201 0.001384 10.0.0.41 - - [2025-07-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.002666 10.0.0.41 - - [2025-07-28 02:20:34] "POST /security-groups HTTP/1.1" 200 602 0.063867 10.0.0.41 - - [2025-07-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.002960 10.0.0.41 - - [2025-07-28 02:20:34] "POST /projects HTTP/1.1" 200 607 0.218719 10.0.0.41 - - [2025-07-28 02:20:34] "POST /access-control-lists HTTP/1.1" 200 607 0.062058 10.0.0.41 - - [2025-07-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.290964 10.0.0.41 - - [2025-07-28 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.003366 10.0.0.41 - - [2025-07-28 02:20:34] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.420630 10.0.0.41 - - [2025-07-28 02:20:34] "POST /access-control-lists HTTP/1.1" 200 605 0.068057 10.0.0.41 - - [2025-07-28 02:20:35] "GET / HTTP/1.1" 200 35931 0.003433 10.0.0.41 - - [2025-07-28 02:20:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.41 - - [2025-07-28 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.060603 10.0.0.41 - - [2025-07-28 02:20:36] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001000 10.0.0.41 - - [2025-07-28 02:20:36] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.028492 10.0.0.41 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 117 0.037097 10.0.0.41 - - [2025-07-28 02:20:36] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.41 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 620 0.067968 10.0.0.41 - - [2025-07-28 02:20:36] "POST /route-targets HTTP/1.1" 200 327 0.012171 10.0.0.41 - - [2025-07-28 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.021170 10.0.0.41 - - [2025-07-28 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005618 10.0.0.41 - - [2025-07-28 02:20:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.154648 10.0.0.41 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 839 0.005597 10.0.0.41 - - [2025-07-28 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001418 10.0.0.41 - - [2025-07-28 02:20:36] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005442 10.0.0.41 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 839 0.006136 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005982 10.0.0.41 - - [2025-07-28 02:20:37] "POST /neutron/network HTTP/1.1" 200 839 0.006224 10.0.0.41 - - [2025-07-28 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.008925 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domains HTTP/1.1" 401 292 0.000481 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.026235 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2585 0.012840 10.0.0.41 - - [2025-07-28 02:20:37] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.41 - - [2025-07-28 02:20:37] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd HTTP/1.1" 200 2168 0.073734 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c HTTP/1.1" 200 2342 0.006822 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c HTTP/1.1" 200 2342 0.004650 10.0.0.41 - - [2025-07-28 02:20:37] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 200 1494 0.003918 10.0.0.41 - - [2025-07-28 02:20:37] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 200 1494 0.003335 10.0.0.41 - - [2025-07-28 02:20:37] "GET /route-target/5a7e81c0-86b6-4a3a-b723-17dbda58febf HTTP/1.1" 200 1219 0.003062 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c HTTP/1.1" 200 2342 0.005621 10.0.0.41 - - [2025-07-28 02:20:37] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 200 1494 0.003585 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005348 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c HTTP/1.1" 200 2342 0.007533 10.0.0.41 - - [2025-07-28 02:20:37] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 200 1494 0.003300 10.0.0.41 - - [2025-07-28 02:20:37] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 200 1494 0.004426 10.0.0.41 - - [2025-07-28 02:20:37] "GET /route-target/5a7e81c0-86b6-4a3a-b723-17dbda58febf HTTP/1.1" 200 1219 0.003087 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.002708 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.41 - - [2025-07-28 02:20:37] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2585 0.007618 10.0.0.41 - - [2025-07-28 02:20:37] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001498 10.0.0.41 - - [2025-07-28 02:20:37] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd HTTP/1.1" 200 2168 0.070980 10.0.0.41 - - [2025-07-28 02:20:37] "GET /virtual-network/60107473-fbc1-42fe-9c63-5bb20100597c HTTP/1.1" 200 2342 0.004658 10.0.0.41 - - [2025-07-28 02:20:38] "GET /obj-perms HTTP/1.1" 200 5052 0.055363 10.0.0.41 - - [2025-07-28 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001548 10.0.0.41 - - [2025-07-28 02:20:39] "GET /global-system-configs HTTP/1.1" 200 322 0.007377 10.0.0.41 - - [2025-07-28 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.027763 10.0.0.41 - - [2025-07-28 02:20:39] "POST /neutron/network HTTP/1.1" 200 849 0.006752 10.0.0.41 - - [2025-07-28 02:20:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.41 - - [2025-07-28 02:20:40] "GET / HTTP/1.1" 200 35931 0.001397 10.0.0.41 - - [2025-07-28 02:20:40] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-07-28 02:20:40] "GET /global-system-configs HTTP/1.1" 200 322 0.008179 10.0.0.41 - - [2025-07-28 02:20:40] "GET /obj-perms HTTP/1.1" 200 5056 0.026947 10.0.0.41 - - [2025-07-28 02:20:40] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001467 10.0.0.41 - - [2025-07-28 02:20:40] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.061439 10.0.0.41 - - [2025-07-28 02:20:41] "POST /neutron/network HTTP/1.1" 200 839 0.031095 10.0.0.41 - - [2025-07-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.005833 10.0.0.41 - - [2025-07-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.007277 10.0.0.41 - - [2025-07-28 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.005859 10.0.0.41 - - [2025-07-28 02:20:42] "POST /neutron/network HTTP/1.1" 200 849 0.006149 10.0.0.41 - - [2025-07-28 02:20:42] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001709 10.0.0.41 - - [2025-07-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 1071 0.210581 10.0.0.41 - - [2025-07-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 1071 0.035064 10.0.0.41 - - [2025-07-28 02:20:42] "POST /neutron/port HTTP/1.1" 200 1071 0.010391 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1125 0.074307 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 1099 0.012385 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003597 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.031620 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.41 - - [2025-07-28 02:20:43] "POST /neutron/network HTTP/1.1" 200 839 0.007761 10.0.0.41 - - [2025-07-28 02:20:46] "POST /neutron/port HTTP/1.1" 200 1099 0.016641 10.0.0.41 - - [2025-07-28 02:20:46] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007152 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/port HTTP/1.1" 200 1099 0.013325 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/port HTTP/1.1" 200 1099 0.014198 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/network HTTP/1.1" 200 849 0.006060 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003679 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.008577 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.41 - - [2025-07-28 02:20:48] "POST /neutron/network HTTP/1.1" 200 839 0.006989 10.0.0.41 - - [2025-07-28 02:20:51] "POST /neutron/port HTTP/1.1" 200 1099 0.011311 10.0.0.41 - - [2025-07-28 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005632 10.0.0.41 - - [2025-07-28 02:20:51] "GET /obj-perms HTTP/1.1" 200 5052 0.003494 10.0.0.41 - - [2025-07-28 02:20:52] "GET /obj-perms HTTP/1.1" 200 5052 0.003293 10.0.0.41 - - [2025-07-28 02:20:53] "GET /obj-perms HTTP/1.1" 200 5052 0.004010 10.0.0.41 - - [2025-07-28 02:20:54] "GET /obj-perms HTTP/1.1" 200 5052 0.004933 10.0.0.41 - - [2025-07-28 02:20:55] "GET /obj-perms HTTP/1.1" 200 5052 0.003541 10.0.0.41 - - [2025-07-28 02:20:56] "POST /neutron/network HTTP/1.1" 200 839 0.006237 10.0.0.41 - - [2025-07-28 02:20:56] "POST /neutron/network HTTP/1.1" 400 204 0.014359 10.0.0.41 - - [2025-07-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1099 0.012616 10.0.0.41 - - [2025-07-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 1125 0.009682 10.0.0.41 - - [2025-07-28 02:20:57] "POST /neutron/port HTTP/1.1" 200 151 0.128817 10.0.0.41 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.027820 10.0.0.41 - - [2025-07-28 02:20:58] "POST /neutron/network HTTP/1.1" 200 839 0.008111 10.0.0.41 - - [2025-07-28 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005626 10.0.0.41 - - [2025-07-28 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.41 - - [2025-07-28 02:20:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.41 - - [2025-07-28 02:20:59] "POST /neutron/network HTTP/1.1" 200 151 0.102541 10.0.0.41 - - [2025-07-28 02:20:59] "GET /routing-instance/4005a485-7272-4f97-bb5d-a3cc25e1b015 HTTP/1.1" 404 171 0.006536 10.0.0.41 - - [2025-07-28 02:20:59] "DELETE /route-target/5a7e81c0-86b6-4a3a-b723-17dbda58febf HTTP/1.1" 200 115 0.018550 10.0.0.41 - - [2025-07-28 02:20:59] "GET /domains HTTP/1.1" 200 280 0.003024 10.0.0.41 - - [2025-07-28 02:20:59] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.41 - - [2025-07-28 02:20:59] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2585 0.051587 10.0.0.41 - - [2025-07-28 02:20:59] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001788 10.0.0.41 - - [2025-07-28 02:20:59] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd HTTP/1.1" 200 1918 0.081718 10.0.0.41 - - [2025-07-28 02:20:59] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001338 10.0.0.41 - - [2025-07-28 02:20:59] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033726 10.0.0.41 - - [2025-07-28 02:20:59] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001739 10.0.0.41 - - [2025-07-28 02:20:59] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?fields=virtual_networks HTTP/1.1" 200 1054 0.070445 10.0.0.41 - - [2025-07-28 02:20:59] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001435 10.0.0.41 - - [2025-07-28 02:20:59] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.027386 10.0.0.41 - - [2025-07-28 02:20:59] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001311 10.0.0.41 - - [2025-07-28 02:20:59] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?fields=security_groups HTTP/1.1" 200 1291 0.027261 10.0.0.41 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001186 10.0.0.41 - - [2025-07-28 02:21:00] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.031945 10.0.0.41 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.025206 10.0.0.41 - - [2025-07-28 02:21:05] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003230 10.0.0.41 - - [2025-07-28 02:21:05] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.41 - - [2025-07-28 02:21:05] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007354 10.0.0.41 - - [2025-07-28 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 202 0.002247 10.0.0.41 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002772 10.0.0.41 - - [2025-07-28 02:21:05] "POST /security-groups HTTP/1.1" 200 603 0.062967 10.0.0.41 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 246 0.003135 10.0.0.41 - - [2025-07-28 02:21:05] "POST /projects HTTP/1.1" 200 609 0.231500 10.0.0.41 - - [2025-07-28 02:21:05] "POST /access-control-lists HTTP/1.1" 200 608 0.059719 10.0.0.41 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.300377 10.0.0.41 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002772 10.0.0.41 - - [2025-07-28 02:21:05] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.424505 10.0.0.41 - - [2025-07-28 02:21:05] "POST /access-control-lists HTTP/1.1" 200 606 0.061420 10.0.0.41 - - [2025-07-28 02:21:06] "GET / HTTP/1.1" 200 35931 0.002248 10.0.0.41 - - [2025-07-28 02:21:07] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001854 10.0.0.41 - - [2025-07-28 02:21:07] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.039060 10.0.0.41 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.41 - - [2025-07-28 02:21:08] "GET /security-group/7992514d-bb13-46d5-ac4c-0d59b4c9d4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004755 10.0.0.41 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-07-28 02:21:08] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.41 - - [2025-07-28 02:21:08] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.029995 10.0.0.41 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.41 - - [2025-07-28 02:21:08] "GET /security-group/7992514d-bb13-46d5-ac4c-0d59b4c9d4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004495 10.0.0.41 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.41 - - [2025-07-28 02:21:08] "PUT /security-group/7992514d-bb13-46d5-ac4c-0d59b4c9d4fb HTTP/1.1" 200 262 0.035217 10.0.0.41 - - [2025-07-28 02:21:08] "PUT /access-control-list/d356f890-fb2a-40a9-8688-9f86f8f0a4ee HTTP/1.1" 200 272 0.015965 10.0.0.41 - - [2025-07-28 02:21:08] "PUT /access-control-list/0ded5760-9867-4b9f-96cd-9efe9436e2b7 HTTP/1.1" 200 272 0.016809 10.0.0.41 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.41 - - [2025-07-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.060786 10.0.0.41 - - [2025-07-28 02:21:09] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.41 - - [2025-07-28 02:21:09] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026676 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 117 0.029827 10.0.0.41 - - [2025-07-28 02:21:09] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 619 0.088495 10.0.0.41 - - [2025-07-28 02:21:09] "POST /route-targets HTTP/1.1" 200 327 0.015706 10.0.0.41 - - [2025-07-28 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.013990 10.0.0.41 - - [2025-07-28 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.239863 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.005532 10.0.0.41 - - [2025-07-28 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.41 - - [2025-07-28 02:21:09] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004982 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.005811 10.0.0.41 - - [2025-07-28 02:21:09] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005046 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/network HTTP/1.1" 200 837 0.007718 10.0.0.41 - - [2025-07-28 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.007109 10.0.0.41 - - [2025-07-28 02:21:09] "GET /domains HTTP/1.1" 401 292 0.000407 10.0.0.41 - - [2025-07-28 02:21:09] "GET /domains HTTP/1.1" 200 280 0.027017 10.0.0.41 - - [2025-07-28 02:21:10] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.41 - - [2025-07-28 02:21:10] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.009196 10.0.0.41 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.41 - - [2025-07-28 02:21:10] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 2174 0.074261 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2338 0.009547 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2338 0.006189 10.0.0.41 - - [2025-07-28 02:21:10] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 200 1491 0.005995 10.0.0.41 - - [2025-07-28 02:21:10] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 200 1491 0.003399 10.0.0.41 - - [2025-07-28 02:21:10] "GET /route-target/71a20368-1597-4899-8b0a-0a06d383b12e HTTP/1.1" 200 1218 0.002788 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2338 0.004714 10.0.0.41 - - [2025-07-28 02:21:10] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 200 1491 0.003309 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005322 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2338 0.006396 10.0.0.41 - - [2025-07-28 02:21:10] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 200 1491 0.007445 10.0.0.41 - - [2025-07-28 02:21:10] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 200 1491 0.005580 10.0.0.41 - - [2025-07-28 02:21:10] "GET /route-target/71a20368-1597-4899-8b0a-0a06d383b12e HTTP/1.1" 200 1218 0.002674 10.0.0.41 - - [2025-07-28 02:21:10] "GET /domains HTTP/1.1" 200 280 0.002591 10.0.0.41 - - [2025-07-28 02:21:10] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.41 - - [2025-07-28 02:21:10] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.007583 10.0.0.41 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001233 10.0.0.41 - - [2025-07-28 02:21:10] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 2174 0.074312 10.0.0.41 - - [2025-07-28 02:21:10] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2338 0.005477 10.0.0.41 - - [2025-07-28 02:21:10] "GET /obj-perms HTTP/1.1" 200 5054 0.051244 10.0.0.41 - - [2025-07-28 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.41 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.41 - - [2025-07-28 02:21:10] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.024790 10.0.0.41 - - [2025-07-28 02:21:10] "POST /neutron/network HTTP/1.1" 200 117 0.009902 10.0.0.41 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.41 - - [2025-07-28 02:21:10] "POST /neutron/network HTTP/1.1" 200 619 0.079089 10.0.0.41 - - [2025-07-28 02:21:10] "POST /route-targets HTTP/1.1" 200 327 0.010344 10.0.0.41 - - [2025-07-28 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.013338 10.0.0.41 - - [2025-07-28 02:21:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004772 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.175527 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/network HTTP/1.1" 200 837 0.006163 10.0.0.41 - - [2025-07-28 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001403 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008607 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/network HTTP/1.1" 200 837 0.006350 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004437 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/network HTTP/1.1" 200 837 0.005863 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.007505 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domains HTTP/1.1" 200 280 0.002441 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.006719 10.0.0.41 - - [2025-07-28 02:21:11] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.41 - - [2025-07-28 02:21:11] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 2402 0.068224 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618 HTTP/1.1" 200 2337 0.006024 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618 HTTP/1.1" 200 2337 0.004734 10.0.0.41 - - [2025-07-28 02:21:11] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 200 1490 0.004059 10.0.0.41 - - [2025-07-28 02:21:11] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 200 1490 0.003968 10.0.0.41 - - [2025-07-28 02:21:11] "GET /route-target/d4b404bb-31b7-4864-8e93-2450d5ea6836 HTTP/1.1" 200 1219 0.004136 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618 HTTP/1.1" 200 2337 0.005270 10.0.0.41 - - [2025-07-28 02:21:11] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 200 1490 0.004376 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005162 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618 HTTP/1.1" 200 2337 0.005780 10.0.0.41 - - [2025-07-28 02:21:11] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 200 1490 0.005023 10.0.0.41 - - [2025-07-28 02:21:11] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 200 1490 0.003939 10.0.0.41 - - [2025-07-28 02:21:11] "GET /route-target/d4b404bb-31b7-4864-8e93-2450d5ea6836 HTTP/1.1" 200 1219 0.002972 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domains HTTP/1.1" 200 280 0.003051 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.41 - - [2025-07-28 02:21:11] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.007418 10.0.0.41 - - [2025-07-28 02:21:11] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001322 10.0.0.41 - - [2025-07-28 02:21:11] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 2402 0.064487 10.0.0.41 - - [2025-07-28 02:21:11] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618 HTTP/1.1" 200 2337 0.005250 10.0.0.41 - - [2025-07-28 02:21:11] "GET /obj-perms HTTP/1.1" 200 5054 0.003897 10.0.0.41 - - [2025-07-28 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001229 10.0.0.41 - - [2025-07-28 02:21:11] "POST /neutron/network HTTP/1.1" 200 847 0.006845 10.0.0.41 - - [2025-07-28 02:21:11] "GET /aaa-mode HTTP/1.1" 401 292 0.001111 10.0.0.41 - - [2025-07-28 02:21:12] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.41 - - [2025-07-28 02:21:12] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.41 - - [2025-07-28 02:21:12] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048867 10.0.0.41 - - [2025-07-28 02:21:12] "POST /neutron/network HTTP/1.1" 200 837 0.005641 10.0.0.41 - - [2025-07-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.004943 10.0.0.41 - - [2025-07-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.011434 10.0.0.41 - - [2025-07-28 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.41 - - [2025-07-28 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.41 - - [2025-07-28 02:21:12] "POST /neutron/network HTTP/1.1" 200 847 0.005517 10.0.0.41 - - [2025-07-28 02:21:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/network HTTP/1.1" 200 847 0.005650 10.0.0.41 - - [2025-07-28 02:21:13] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.41 - - [2025-07-28 02:21:13] "GET / HTTP/1.1" 200 35931 0.004958 10.0.0.41 - - [2025-07-28 02:21:13] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000995 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1071 0.248463 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1071 0.011356 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1071 0.010713 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1125 0.083895 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1099 0.010590 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003179 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 694 0.006802 10.0.0.41 - - [2025-07-28 02:21:13] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.000933 10.0.0.41 - - [2025-07-28 02:21:13] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052555 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/network HTTP/1.1" 200 837 0.010297 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/network HTTP/1.1" 200 837 0.005476 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 1099 0.013384 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021115 10.0.0.41 - - [2025-07-28 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.41 - - [2025-07-28 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.41 - - [2025-07-28 02:21:13] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001661 10.0.0.41 - - [2025-07-28 02:21:13] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031372 10.0.0.41 - - [2025-07-28 02:21:13] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006503 10.0.0.41 - - [2025-07-28 02:21:14] "GET /floating-ip-pools?parent_id=eb183f75-4b41-41d3-b407-3a91369db016&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003190 10.0.0.41 - - [2025-07-28 02:21:14] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005344 10.0.0.41 - - [2025-07-28 02:21:14] "POST /floating-ip-pools HTTP/1.1" 200 609 0.052822 10.0.0.41 - - [2025-07-28 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.013652 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 847 0.008376 10.0.0.41 - - [2025-07-28 02:21:14] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004984 10.0.0.41 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domains HTTP/1.1" 200 280 0.004964 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.012946 10.0.0.41 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.41 - - [2025-07-28 02:21:14] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 3244 0.131427 10.0.0.41 - - [2025-07-28 02:21:14] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 2929 0.027803 10.0.0.41 - - [2025-07-28 02:21:14] "GET /floating-ip-pool/4bd806b9-b714-4bd5-884d-e01aa46dfbb8 HTTP/1.1" 200 1440 0.009399 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domains HTTP/1.1" 200 280 0.005668 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.41 - - [2025-07-28 02:21:14] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2783 0.010097 10.0.0.41 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1071 0.351454 10.0.0.41 - - [2025-07-28 02:21:14] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 3244 0.089742 10.0.0.41 - - [2025-07-28 02:21:14] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016 HTTP/1.1" 200 3150 0.012503 10.0.0.41 - - [2025-07-28 02:21:14] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.012251 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1071 0.019190 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1071 0.008647 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1099 0.023863 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017270 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1125 0.117315 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 1099 0.011774 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003419 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.007624 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.41 - - [2025-07-28 02:21:14] "POST /neutron/network HTTP/1.1" 200 837 0.005694 10.0.0.41 - - [2025-07-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 1099 0.013177 10.0.0.41 - - [2025-07-28 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006726 10.0.0.41 - - [2025-07-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 1099 0.015613 10.0.0.41 - - [2025-07-28 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007393 10.0.0.41 - - [2025-07-28 02:21:20] "POST /neutron/port HTTP/1.1" 200 1099 0.014602 10.0.0.41 - - [2025-07-28 02:21:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008357 10.0.0.41 - - [2025-07-28 02:21:20] "GET /virtual-machine/6fa7c4e5-b33f-4f0e-8bbb-2f92b181606e HTTP/1.1" 200 1304 0.005270 10.0.0.41 - - [2025-07-28 02:21:20] "GET /virtual-machine-interface/fca475e6-05f4-4bfb-8725-27801c86a93c HTTP/1.1" 200 3004 0.005087 10.0.0.41 - - [2025-07-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.41 - - [2025-07-28 02:21:20] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003363 10.0.0.41 - - [2025-07-28 02:21:20] "GET /virtual-networks?parent_id=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003697 10.0.0.41 - - [2025-07-28 02:21:20] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005185 10.0.0.41 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1099 0.011072 10.0.0.41 - - [2025-07-28 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006432 10.0.0.41 - - [2025-07-28 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.41 - - [2025-07-28 02:21:23] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005167 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /project/52cbc62b7f7846878cba74e805a1e588 HTTP/1.1" 404 173 0.007122 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /project/16ee6036bb1e4c67aa936650ddd254bd HTTP/1.1" 404 173 0.002666 10.0.0.41 - - [2025-07-28 02:21:23] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001067 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /project/87e142e155194aea8b478caa33fd5458 HTTP/1.1" 404 173 0.002807 10.0.0.41 - - [2025-07-28 02:21:23] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.033218 10.0.0.41 - - [2025-07-28 02:21:23] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001149 10.0.0.41 - - [2025-07-28 02:21:23] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?fields=security_groups HTTP/1.1" 200 1396 0.106945 10.0.0.41 - - [2025-07-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 1099 0.022683 10.0.0.41 - - [2025-07-28 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011185 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /security-group/b7dff57d-c7f6-4015-b88f-32ebf0adc1fa HTTP/1.1" 200 115 0.096051 10.0.0.41 - - [2025-07-28 02:21:23] "GET /projects?obj_uuids=16ee6036-bb1e-4c67-aa93-6650ddd254bd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001431 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /access-control-list/35b5aa90-9077-40af-aa63-f12dfff59e65 HTTP/1.1" 200 115 0.046415 10.0.0.41 - - [2025-07-28 02:21:23] "GET /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd?fields=application_policy_sets HTTP/1.1" 200 1435 0.039821 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /access-control-list/35603098-ad53-4226-8e57-4709bf3a7986 HTTP/1.1" 200 115 0.054590 10.0.0.41 - - [2025-07-28 02:21:23] "DELETE /project/16ee6036-bb1e-4c67-aa93-6650ddd254bd HTTP/1.1" 200 115 0.453630 10.0.0.41 - - [2025-07-28 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-07-28 02:21:25] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003316 10.0.0.41 - - [2025-07-28 02:21:25] "GET /virtual-networks?parent_id=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003015 10.0.0.41 - - [2025-07-28 02:21:25] "GET /virtual-network/6ac829f2-0174-4072-98f3-4a092a495618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005450 10.0.0.41 - - [2025-07-28 02:21:25] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.074363 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1099 0.011077 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005541 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/floatingip HTTP/1.1" 200 575 0.033942 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1099 0.012111 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011424 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/port HTTP/1.1" 200 1099 0.014335 10.0.0.41 - - [2025-07-28 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007214 10.0.0.41 - - [2025-07-28 02:21:26] "POST /neutron/port HTTP/1.1" 200 1099 0.014354 10.0.0.41 - - [2025-07-28 02:21:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006994 10.0.0.41 - - [2025-07-28 02:21:26] "GET /virtual-machine/7f0a2374-a80e-4c45-bdb9-8ba7bea8208a HTTP/1.1" 200 1304 0.004357 10.0.0.41 - - [2025-07-28 02:21:26] "GET /virtual-machine-interface/4a559bb0-f887-40a3-a3e6-249aaf8e799f HTTP/1.1" 200 3004 0.005113 10.0.0.41 - - [2025-07-28 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.41 - - [2025-07-28 02:21:26] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003932 10.0.0.41 - - [2025-07-28 02:21:26] "GET /virtual-networks?parent_id=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003195 10.0.0.41 - - [2025-07-28 02:21:26] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006007 10.0.0.41 - - [2025-07-28 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.41 - - [2025-07-28 02:21:27] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003132 10.0.0.41 - - [2025-07-28 02:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.043756 10.0.0.41 - - [2025-07-28 02:21:27] "GET /virtual-networks?parent_id=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003024 10.0.0.41 - - [2025-07-28 02:21:27] "GET /virtual-network/eb183f75-4b41-41d3-b407-3a91369db016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005415 10.0.0.41 - - [2025-07-28 02:21:27] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010593 10.0.0.41 - - [2025-07-28 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.41 - - [2025-07-28 02:21:27] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003398 10.0.0.41 - - [2025-07-28 02:21:27] "GET /route-target/71a20368-1597-4899-8b0a-0a06d383b12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003880 10.0.0.41 - - [2025-07-28 02:21:27] "GET /obj-perms HTTP/1.1" 200 5056 0.049495 10.0.0.41 - - [2025-07-28 02:21:27] "GET /floating-ip/819e9af8-cf86-49d6-b0e1-66f7a72ea917 HTTP/1.1" 200 1887 0.005045 10.0.0.41 - - [2025-07-28 02:21:30] "POST /neutron/floatingip HTTP/1.1" 200 575 0.010259 10.0.0.41 - - [2025-07-28 02:21:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.032417 10.0.0.41 - - [2025-07-28 02:21:30] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005539 10.0.0.41 - - [2025-07-28 02:21:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037349 10.0.0.41 - - [2025-07-28 02:21:30] "GET /floating-ip-pool/4bd806b9-b714-4bd5-884d-e01aa46dfbb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003445 10.0.0.41 - - [2025-07-28 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.008366 10.0.0.41 - - [2025-07-28 02:21:30] "DELETE /floating-ip-pool/4bd806b9-b714-4bd5-884d-e01aa46dfbb8 HTTP/1.1" 200 115 0.025401 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/network HTTP/1.1" 200 837 0.006646 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/network HTTP/1.1" 400 204 0.013656 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1099 0.017289 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1125 0.011537 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1099 0.015658 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016024 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.149019 10.0.0.41 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 151 0.124711 10.0.0.41 - - [2025-07-28 02:21:33] "POST /neutron/network HTTP/1.1" 200 837 0.007578 10.0.0.41 - - [2025-07-28 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003142 10.0.0.41 - - [2025-07-28 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.41 - - [2025-07-28 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.41 - - [2025-07-28 02:21:33] "POST /neutron/network HTTP/1.1" 200 151 0.096726 10.0.0.41 - - [2025-07-28 02:21:33] "GET /routing-instance/1c544265-3cd3-483a-899f-3fb6982448f2 HTTP/1.1" 404 171 0.004240 10.0.0.41 - - [2025-07-28 02:21:33] "DELETE /route-target/d4b404bb-31b7-4864-8e93-2450d5ea6836 HTTP/1.1" 200 115 0.018331 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domains HTTP/1.1" 200 280 0.002517 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2586 0.050022 10.0.0.41 - - [2025-07-28 02:21:33] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.41 - - [2025-07-28 02:21:33] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 2174 0.068500 10.0.0.41 - - [2025-07-28 02:21:33] "POST /neutron/network HTTP/1.1" 200 837 0.006943 10.0.0.41 - - [2025-07-28 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.41 - - [2025-07-28 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004239 10.0.0.41 - - [2025-07-28 02:21:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002143 10.0.0.41 - - [2025-07-28 02:21:33] "POST /neutron/network HTTP/1.1" 200 151 0.088029 10.0.0.41 - - [2025-07-28 02:21:33] "DELETE /route-target/71a20368-1597-4899-8b0a-0a06d383b12e HTTP/1.1" 200 115 0.027129 10.0.0.41 - - [2025-07-28 02:21:33] "GET /routing-instance/7f518521-b822-4119-b756-51969371ef1a HTTP/1.1" 404 171 0.007929 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domains HTTP/1.1" 200 280 0.008111 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.41 - - [2025-07-28 02:21:33] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2586 0.050080 10.0.0.41 - - [2025-07-28 02:21:33] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.41 - - [2025-07-28 02:21:33] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 1924 0.076560 10.0.0.41 - - [2025-07-28 02:21:33] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.41 - - [2025-07-28 02:21:33] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.034204 10.0.0.41 - - [2025-07-28 02:21:33] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.41 - - [2025-07-28 02:21:34] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?fields=virtual_networks HTTP/1.1" 200 1056 0.073408 10.0.0.41 - - [2025-07-28 02:21:34] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.41 - - [2025-07-28 02:21:34] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.031671 10.0.0.41 - - [2025-07-28 02:21:34] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.41 - - [2025-07-28 02:21:34] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?fields=security_groups HTTP/1.1" 200 1294 0.029796 10.0.0.41 - - [2025-07-28 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.027019 10.0.0.41 - - [2025-07-28 02:21:35] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002326 10.0.0.41 - - [2025-07-28 02:21:35] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.41 - - [2025-07-28 02:21:35] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008633 10.0.0.41 - - [2025-07-28 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001150 10.0.0.41 - - [2025-07-28 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.002433 10.0.0.41 - - [2025-07-28 02:21:35] "POST /security-groups HTTP/1.1" 200 586 0.065362 10.0.0.41 - - [2025-07-28 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.002732 10.0.0.41 - - [2025-07-28 02:21:35] "POST /projects HTTP/1.1" 200 575 0.221367 10.0.0.41 - - [2025-07-28 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.255609 10.0.0.41 - - [2025-07-28 02:21:35] "POST /access-control-lists HTTP/1.1" 200 591 0.058369 10.0.0.41 - - [2025-07-28 02:21:35] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.385806 10.0.0.41 - - [2025-07-28 02:21:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002867 10.0.0.41 - - [2025-07-28 02:21:35] "POST /access-control-lists HTTP/1.1" 200 589 0.059905 10.0.0.41 - - [2025-07-28 02:21:36] "GET / HTTP/1.1" 200 35931 0.001969 10.0.0.41 - - [2025-07-28 02:21:37] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001444 10.0.0.41 - - [2025-07-28 02:21:37] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026771 10.0.0.41 - - [2025-07-28 02:21:37] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.41 - - [2025-07-28 02:21:37] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?fields=virtual_networks HTTP/1.1" 200 1022 0.073230 10.0.0.41 - - [2025-07-28 02:21:37] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.41 - - [2025-07-28 02:21:37] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026432 10.0.0.41 - - [2025-07-28 02:21:37] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001115 10.0.0.41 - - [2025-07-28 02:21:37] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?fields=security_groups HTTP/1.1" 200 1243 0.071429 10.0.0.41 - - [2025-07-28 02:21:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.024823 10.0.0.41 - - [2025-07-28 02:21:38] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002678 10.0.0.41 - - [2025-07-28 02:21:38] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.41 - - [2025-07-28 02:21:38] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007644 10.0.0.41 - - [2025-07-28 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 185 0.001988 10.0.0.41 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.004885 10.0.0.41 - - [2025-07-28 02:21:39] "POST /security-groups HTTP/1.1" 200 586 0.063558 10.0.0.41 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003945 10.0.0.41 - - [2025-07-28 02:21:39] "POST /projects HTTP/1.1" 200 575 0.263103 10.0.0.41 - - [2025-07-28 02:21:39] "POST /access-control-lists HTTP/1.1" 200 591 0.060106 10.0.0.41 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.349514 10.0.0.41 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 228 0.003415 10.0.0.41 - - [2025-07-28 02:21:39] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.480652 10.0.0.41 - - [2025-07-28 02:21:39] "POST /access-control-lists HTTP/1.1" 200 589 0.063626 10.0.0.41 - - [2025-07-28 02:21:40] "GET / HTTP/1.1" 200 35931 0.002191 10.0.0.41 - - [2025-07-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003381 10.0.0.41 - - [2025-07-28 02:21:40] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001371 10.0.0.41 - - [2025-07-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.004428 10.0.0.41 - - [2025-07-28 02:21:40] "POST /access-control-lists HTTP/1.1" 200 590 0.018714 10.0.0.41 - - [2025-07-28 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 227 0.003386 10.0.0.41 - - [2025-07-28 02:21:41] "POST /access-control-lists HTTP/1.1" 200 588 0.019424 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/1e11597c-bd16-46ed-891d-30774333495b HTTP/1.1" 200 272 0.010281 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 1364 0.328430 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/0b122bad-825f-4b0d-9bb4-921c51606e18 HTTP/1.1" 200 272 0.010572 10.0.0.41 - - [2025-07-28 02:21:41] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.034813 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011632 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/0b122bad-825f-4b0d-9bb4-921c51606e18 HTTP/1.1" 200 272 0.012525 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174773 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/0b122bad-825f-4b0d-9bb4-921c51606e18 HTTP/1.1" 200 272 0.012260 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015223 10.0.0.41 - - [2025-07-28 02:21:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156712 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/0b122bad-825f-4b0d-9bb4-921c51606e18 HTTP/1.1" 200 272 0.009792 10.0.0.41 - - [2025-07-28 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003309 10.0.0.41 - - [2025-07-28 02:21:41] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001082 10.0.0.41 - - [2025-07-28 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.002691 10.0.0.41 - - [2025-07-28 02:21:41] "POST /access-control-lists HTTP/1.1" 200 590 0.015310 10.0.0.41 - - [2025-07-28 02:21:41] "POST /fqname-to-id HTTP/1.1" 404 227 0.003466 10.0.0.41 - - [2025-07-28 02:21:41] "POST /access-control-lists HTTP/1.1" 200 588 0.015898 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/9a64aa3f-04cd-4c6f-9e38-e2fdadbb67b0 HTTP/1.1" 200 272 0.009615 10.0.0.41 - - [2025-07-28 02:21:41] "PUT /access-control-list/380d124a-52ff-48c0-abc4-2b98f78ec242 HTTP/1.1" 200 272 0.011238 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group HTTP/1.1" 200 1364 0.341555 10.0.0.41 - - [2025-07-28 02:21:42] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001082 10.0.0.41 - - [2025-07-28 02:21:42] "PUT /access-control-list/380d124a-52ff-48c0-abc4-2b98f78ec242 HTTP/1.1" 200 272 0.016022 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.037997 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009278 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153607 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010180 10.0.0.41 - - [2025-07-28 02:21:42] "PUT /access-control-list/380d124a-52ff-48c0-abc4-2b98f78ec242 HTTP/1.1" 200 272 0.015486 10.0.0.41 - - [2025-07-28 02:21:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.100701 10.0.0.41 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-07-28 02:21:42] "PUT /access-control-list/380d124a-52ff-48c0-abc4-2b98f78ec242 HTTP/1.1" 200 272 0.012578 10.0.0.41 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.030642 10.0.0.41 - - [2025-07-28 02:21:42] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.41 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.002777 10.0.0.41 - - [2025-07-28 02:21:42] "POST /access-control-lists HTTP/1.1" 200 607 0.014090 10.0.0.41 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.003309 10.0.0.41 - - [2025-07-28 02:21:42] "POST /access-control-lists HTTP/1.1" 200 605 0.019459 10.0.0.41 - - [2025-07-28 02:21:42] "PUT /access-control-list/f6bfd00f-9d1d-4459-bc03-0b591e5d00c4 HTTP/1.1" 200 272 0.010502 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/80667913-d90c-4a79-aa8f-dca13937854d HTTP/1.1" 200 272 0.010024 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 1379 0.368042 10.0.0.41 - - [2025-07-28 02:21:43] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/80667913-d90c-4a79-aa8f-dca13937854d HTTP/1.1" 200 272 0.009715 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.035423 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010134 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.120372 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/80667913-d90c-4a79-aa8f-dca13937854d HTTP/1.1" 200 272 0.010035 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012155 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152686 10.0.0.41 - - [2025-07-28 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.003274 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/80667913-d90c-4a79-aa8f-dca13937854d HTTP/1.1" 200 272 0.007844 10.0.0.41 - - [2025-07-28 02:21:43] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.41 - - [2025-07-28 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.003081 10.0.0.41 - - [2025-07-28 02:21:43] "POST /access-control-lists HTTP/1.1" 200 607 0.018531 10.0.0.41 - - [2025-07-28 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.003376 10.0.0.41 - - [2025-07-28 02:21:43] "POST /access-control-lists HTTP/1.1" 200 605 0.032799 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/1040e178-433c-4375-bb41-c3816abc80c6 HTTP/1.1" 200 272 0.009615 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 1379 0.328970 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/09e49d1a-0f3c-41f5-bc96-49ca2d247452 HTTP/1.1" 200 272 0.012846 10.0.0.41 - - [2025-07-28 02:21:43] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003044 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.039795 10.0.0.41 - - [2025-07-28 02:21:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015440 10.0.0.41 - - [2025-07-28 02:21:43] "PUT /access-control-list/09e49d1a-0f3c-41f5-bc96-49ca2d247452 HTTP/1.1" 200 272 0.018617 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163233 10.0.0.41 - - [2025-07-28 02:21:44] "PUT /access-control-list/09e49d1a-0f3c-41f5-bc96-49ca2d247452 HTTP/1.1" 200 272 0.017221 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016462 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161551 10.0.0.41 - - [2025-07-28 02:21:44] "PUT /access-control-list/09e49d1a-0f3c-41f5-bc96-49ca2d247452 HTTP/1.1" 200 272 0.012006 10.0.0.41 - - [2025-07-28 02:21:44] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001234 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.049563 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.005485 10.0.0.41 - - [2025-07-28 02:21:44] "POST /route-targets HTTP/1.1" 200 327 0.013371 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003815 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003410 10.0.0.41 - - [2025-07-28 02:21:44] "PUT /logical-router/1281f815-6132-446a-9f56-af97061ef7da HTTP/1.1" 200 262 0.020428 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004564 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003728 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003211 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003707 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003322 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003686 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003400 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003333 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003283 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003351 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003389 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004137 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004291 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003679 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004823 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003736 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004230 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003968 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003522 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004750 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003797 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003492 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003418 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003426 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.003920 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004029 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004072 10.0.0.41 - - [2025-07-28 02:21:44] "POST /neutron/router HTTP/1.1" 200 541 0.004164 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.003810 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.015182 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.003513 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 542 0.019547 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 542 0.003535 10.0.0.41 - - [2025-07-28 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.41 - - [2025-07-28 02:21:45] "GET /logical-router/1281f815-6132-446a-9f56-af97061ef7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006512 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 151 0.061806 10.0.0.41 - - [2025-07-28 02:21:45] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002855 10.0.0.41 - - [2025-07-28 02:21:45] "DELETE /route-target/dd60c756-f94c-489a-a5c7-1796154233d9 HTTP/1.1" 200 115 0.033502 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.061126 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.005786 10.0.0.41 - - [2025-07-28 02:21:45] "POST /route-targets HTTP/1.1" 200 327 0.015468 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.004521 10.0.0.41 - - [2025-07-28 02:21:45] "PUT /logical-router/afcbfaae-8f4f-44dc-82be-c560bf81e9bc HTTP/1.1" 200 262 0.018538 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.006645 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003321 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003998 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003353 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003555 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003062 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003127 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003430 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003704 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003235 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003708 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003812 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003276 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003267 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003512 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003962 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.004441 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003564 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003373 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003834 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003545 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003352 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.004199 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003444 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.004131 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003333 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003000 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003070 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003536 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003471 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.016491 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003700 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.017998 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 559 0.003991 10.0.0.41 - - [2025-07-28 02:21:45] "GET /logical-router/afcbfaae-8f4f-44dc-82be-c560bf81e9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004075 10.0.0.41 - - [2025-07-28 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006126 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 151 0.060467 10.0.0.41 - - [2025-07-28 02:21:45] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001128 10.0.0.41 - - [2025-07-28 02:21:45] "DELETE /route-target/f9111a79-9357-43bc-8363-f481febfcb51 HTTP/1.1" 200 115 0.026474 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.067096 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.004841 10.0.0.41 - - [2025-07-28 02:21:45] "POST /route-targets HTTP/1.1" 200 327 0.014399 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.003353 10.0.0.41 - - [2025-07-28 02:21:45] "PUT /logical-router/de1023b4-8d5a-42fd-a20f-c7d4a073401c HTTP/1.1" 200 262 0.020605 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.004484 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.003423 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.006166 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.003224 10.0.0.41 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 541 0.004093 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003660 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003680 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003265 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003487 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003170 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004845 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004476 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004466 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003549 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.012929 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003447 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003644 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004014 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004329 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004397 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004104 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003531 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003575 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003551 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003492 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003430 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004356 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004800 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.004929 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.003639 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.021197 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 541 0.005840 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 542 0.016640 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 542 0.003499 10.0.0.41 - - [2025-07-28 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.41 - - [2025-07-28 02:21:46] "GET /logical-router/de1023b4-8d5a-42fd-a20f-c7d4a073401c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003588 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 151 0.050819 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 521 0.005535 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /route-target/f2b4aa27-1702-4331-a07d-1b9a95eb19bb HTTP/1.1" 200 115 0.020551 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.045061 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 521 0.004159 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/1040e178-433c-4375-bb41-c3816abc80c6 HTTP/1.1" 200 115 0.048480 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/09e49d1a-0f3c-41f5-bc96-49ca2d247452 HTTP/1.1" 200 115 0.029839 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.061278 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/f6bfd00f-9d1d-4459-bc03-0b591e5d00c4 HTTP/1.1" 200 115 0.024545 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.004321 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/80667913-d90c-4a79-aa8f-dca13937854d HTTP/1.1" 200 115 0.027258 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.052799 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 506 0.007657 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/9a64aa3f-04cd-4c6f-9e38-e2fdadbb67b0 HTTP/1.1" 200 115 0.029274 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/380d124a-52ff-48c0-abc4-2b98f78ec242 HTTP/1.1" 200 115 0.035566 10.0.0.41 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.058905 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/1e11597c-bd16-46ed-891d-30774333495b HTTP/1.1" 200 115 0.023672 10.0.0.41 - - [2025-07-28 02:21:46] "DELETE /access-control-list/0b122bad-825f-4b0d-9bb4-921c51606e18 HTTP/1.1" 200 115 0.020198 10.0.0.41 - - [2025-07-28 02:21:47] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001679 10.0.0.41 - - [2025-07-28 02:21:47] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.027031 10.0.0.41 - - [2025-07-28 02:21:47] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.41 - - [2025-07-28 02:21:47] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?fields=virtual_networks HTTP/1.1" 200 1023 0.073213 10.0.0.41 - - [2025-07-28 02:21:47] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001694 10.0.0.41 - - [2025-07-28 02:21:47] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.030866 10.0.0.41 - - [2025-07-28 02:21:47] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.41 - - [2025-07-28 02:21:47] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?fields=security_groups HTTP/1.1" 200 1244 0.025538 10.0.0.41 - - [2025-07-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.025356 10.0.0.41 - - [2025-07-28 02:21:48] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002515 10.0.0.41 - - [2025-07-28 02:21:48] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.41 - - [2025-07-28 02:21:48] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011399 10.0.0.41 - - [2025-07-28 02:21:48] "POST /id-to-fqname HTTP/1.1" 200 186 0.003664 10.0.0.41 - - [2025-07-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.003762 10.0.0.41 - - [2025-07-28 02:21:48] "POST /security-groups HTTP/1.1" 200 587 0.063614 10.0.0.41 - - [2025-07-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 230 0.003521 10.0.0.41 - - [2025-07-28 02:21:48] "POST /projects HTTP/1.1" 200 577 0.227073 10.0.0.41 - - [2025-07-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.298274 10.0.0.41 - - [2025-07-28 02:21:48] "POST /access-control-lists HTTP/1.1" 200 592 0.080002 10.0.0.41 - - [2025-07-28 02:21:48] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.431359 10.0.0.41 - - [2025-07-28 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.011448 10.0.0.41 - - [2025-07-28 02:21:48] "POST /access-control-lists HTTP/1.1" 200 590 0.060690 10.0.0.41 - - [2025-07-28 02:21:49] "GET / HTTP/1.1" 200 35931 0.002412 10.0.0.41 - - [2025-07-28 02:21:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000717 10.0.0.41 - - [2025-07-28 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.056987 10.0.0.41 - - [2025-07-28 02:21:50] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.41 - - [2025-07-28 02:21:50] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.036766 10.0.0.41 - - [2025-07-28 02:21:50] "POST /neutron/network HTTP/1.1" 200 117 0.032418 10.0.0.41 - - [2025-07-28 02:21:50] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001518 10.0.0.41 - - [2025-07-28 02:21:50] "POST /neutron/network HTTP/1.1" 200 601 0.077419 10.0.0.41 - - [2025-07-28 02:21:51] "POST /route-targets HTTP/1.1" 200 327 0.013480 10.0.0.41 - - [2025-07-28 02:21:51] "POST /ref-update HTTP/1.1" 200 156 0.013748 10.0.0.41 - - [2025-07-28 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003528 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.176828 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/network HTTP/1.1" 200 819 0.006330 10.0.0.41 - - [2025-07-28 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 216 0.001344 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-network/5178cebc-e856-4dcd-8135-8122c0d8f9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005233 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/network HTTP/1.1" 200 819 0.007967 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-network/5178cebc-e856-4dcd-8135-8122c0d8f9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006177 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/network HTTP/1.1" 200 819 0.005709 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 719 0.007824 10.0.0.41 - - [2025-07-28 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003108 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-network/5178cebc-e856-4dcd-8135-8122c0d8f9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.005231 10.0.0.41 - - [2025-07-28 02:21:51] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.41 - - [2025-07-28 02:21:51] "POST /neutron/port HTTP/1.1" 200 1016 0.183432 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-machine-interface/53425e67-50ba-4fe6-ae63-e97429ecc227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.009507 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-machine-interface/53425e67-50ba-4fe6-ae63-e97429ecc227?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.005478 10.0.0.41 - - [2025-07-28 02:21:51] "GET /instance-ip/f1968a08-2f78-4d9e-8431-6d34b2676f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004101 10.0.0.41 - - [2025-07-28 02:21:51] "GET /virtual-machine-interface/53425e67-50ba-4fe6-ae63-e97429ecc227 HTTP/1.1" 401 292 0.000571 10.0.0.41 - - [2025-07-28 02:21:52] "GET /virtual-machine-interface/53425e67-50ba-4fe6-ae63-e97429ecc227 HTTP/1.1" 200 2605 0.030473 10.0.0.41 - - [2025-07-28 02:21:52] "POST /neutron/port HTTP/1.1" 200 1016 0.009525 10.0.0.41 - - [2025-07-28 02:21:52] "POST /neutron/port HTTP/1.1" 200 151 0.083260 10.0.0.41 - - [2025-07-28 02:21:52] "POST /neutron/network HTTP/1.1" 200 819 0.005735 10.0.0.41 - - [2025-07-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.41 - - [2025-07-28 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.41 - - [2025-07-28 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003022 10.0.0.41 - - [2025-07-28 02:21:52] "POST /neutron/network HTTP/1.1" 200 151 0.089254 10.0.0.41 - - [2025-07-28 02:21:52] "DELETE /route-target/1639b10e-fdf5-498d-8612-457e2f6f07c7 HTTP/1.1" 200 115 0.018846 10.0.0.41 - - [2025-07-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.41 - - [2025-07-28 02:21:52] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001679 10.0.0.41 - - [2025-07-28 02:21:52] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.036870 10.0.0.41 - - [2025-07-28 02:21:52] "POST /neutron/network HTTP/1.1" 200 117 0.009188 10.0.0.41 - - [2025-07-28 02:21:52] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002570 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 603 0.095469 10.0.0.41 - - [2025-07-28 02:21:53] "POST /route-targets HTTP/1.1" 200 327 0.010586 10.0.0.41 - - [2025-07-28 02:21:53] "POST /ref-update HTTP/1.1" 200 156 0.014520 10.0.0.41 - - [2025-07-28 02:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004471 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.177063 10.0.0.41 - - [2025-07-28 02:21:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003075 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.180742 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 977 0.007282 10.0.0.41 - - [2025-07-28 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001393 10.0.0.41 - - [2025-07-28 02:21:53] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006095 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 977 0.008152 10.0.0.41 - - [2025-07-28 02:21:53] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005431 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/network HTTP/1.1" 200 977 0.008407 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.010019 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.007816 10.0.0.41 - - [2025-07-28 02:21:53] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001495 10.0.0.41 - - [2025-07-28 02:21:53] "POST /neutron/port HTTP/1.1" 200 1018 0.161073 10.0.0.41 - - [2025-07-28 02:21:53] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001605 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.190983 10.0.0.41 - - [2025-07-28 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001530 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1018 0.008706 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1018 0.007710 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/network HTTP/1.1" 200 977 0.008691 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1018 0.007638 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.005015 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.005034 10.0.0.41 - - [2025-07-28 02:21:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001349 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.006676 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.008126 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1018 0.008180 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.011472 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/network HTTP/1.1" 200 977 0.009716 10.0.0.41 - - [2025-07-28 02:21:54] "POST /neutron/port HTTP/1.1" 200 1017 0.010309 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.014421 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.011090 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.008339 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.006688 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1018 0.008531 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 987 0.007601 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1018 0.007677 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1018 0.008085 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1110 0.085410 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1084 0.012394 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003394 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.014555 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.012728 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 987 0.008983 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 977 0.008241 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.011018 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1017 0.007592 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1109 0.081103 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1083 0.013787 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 693 0.010012 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.41 - - [2025-07-28 02:21:55] "POST /neutron/network HTTP/1.1" 200 977 0.007183 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/port HTTP/1.1" 200 1084 0.017408 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010028 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/port HTTP/1.1" 200 1084 0.022336 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008544 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/port HTTP/1.1" 200 1084 0.017298 10.0.0.41 - - [2025-07-28 02:22:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007112 10.0.0.41 - - [2025-07-28 02:22:00] "GET /virtual-machine/138cb7c8-1c11-453b-987f-6ac6b7395244 HTTP/1.1" 200 1284 0.006953 10.0.0.41 - - [2025-07-28 02:22:00] "GET /virtual-machine-interface/ee91e906-b880-4459-be66-db7aa93778bc HTTP/1.1" 200 2925 0.006875 10.0.0.41 - - [2025-07-28 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.41 - - [2025-07-28 02:22:00] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005197 10.0.0.41 - - [2025-07-28 02:22:00] "GET /virtual-networks?parent_id=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005167 10.0.0.41 - - [2025-07-28 02:22:00] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005482 10.0.0.41 - - [2025-07-28 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.41 - - [2025-07-28 02:22:03] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005658 10.0.0.41 - - [2025-07-28 02:22:05] "POST /neutron/port HTTP/1.1" 200 1084 0.012970 10.0.0.41 - - [2025-07-28 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006851 10.0.0.41 - - [2025-07-28 02:22:05] "POST /neutron/port HTTP/1.1" 200 1083 0.014428 10.0.0.41 - - [2025-07-28 02:22:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007984 10.0.0.41 - - [2025-07-28 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-07-28 02:22:05] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004739 10.0.0.41 - - [2025-07-28 02:22:05] "GET /virtual-networks?parent_id=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004587 10.0.0.41 - - [2025-07-28 02:22:06] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006780 10.0.0.41 - - [2025-07-28 02:22:06] "POST /neutron/port HTTP/1.1" 200 1084 0.016624 10.0.0.41 - - [2025-07-28 02:22:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014987 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.018889 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007272 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015753 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007086 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014404 10.0.0.41 - - [2025-07-28 02:22:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.016871 10.0.0.41 - - [2025-07-28 02:22:11] "GET /virtual-machine/5d5efac0-f42a-420b-9b61-b65d4ebf44de HTTP/1.1" 200 1284 0.005638 10.0.0.41 - - [2025-07-28 02:22:11] "GET /virtual-machine-interface/4485d619-9fd5-4813-8fe3-b1c022d93e92 HTTP/1.1" 200 2924 0.005548 10.0.0.41 - - [2025-07-28 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.41 - - [2025-07-28 02:22:11] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003502 10.0.0.41 - - [2025-07-28 02:22:11] "GET /virtual-networks?parent_id=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003603 10.0.0.41 - - [2025-07-28 02:22:11] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006905 10.0.0.41 - - [2025-07-28 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.41 - - [2025-07-28 02:22:12] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.014660 10.0.0.41 - - [2025-07-28 02:22:12] "GET /virtual-networks?parent_id=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003101 10.0.0.41 - - [2025-07-28 02:22:13] "GET /virtual-network/f226f2ca-6bb3-4f44-823e-b9f415209c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008476 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1109 0.016952 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1109 0.009807 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 151 0.136127 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1110 0.014671 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 1110 0.011896 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/port HTTP/1.1" 200 151 0.126295 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/network HTTP/1.1" 200 977 0.007433 10.0.0.41 - - [2025-07-28 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008941 10.0.0.41 - - [2025-07-28 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005156 10.0.0.41 - - [2025-07-28 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003402 10.0.0.41 - - [2025-07-28 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003219 10.0.0.41 - - [2025-07-28 02:22:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.41 - - [2025-07-28 02:22:16] "POST /neutron/network HTTP/1.1" 200 151 0.147210 10.0.0.41 - - [2025-07-28 02:22:16] "DELETE /route-target/0e4bfe56-cfcd-42bd-b839-56e3235de02c HTTP/1.1" 200 115 0.040986 10.0.0.41 - - [2025-07-28 02:22:16] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001195 10.0.0.41 - - [2025-07-28 02:22:17] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.033959 10.0.0.41 - - [2025-07-28 02:22:17] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001637 10.0.0.41 - - [2025-07-28 02:22:17] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?fields=virtual_networks HTTP/1.1" 200 1025 0.075880 10.0.0.41 - - [2025-07-28 02:22:17] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.41 - - [2025-07-28 02:22:17] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.032094 10.0.0.41 - - [2025-07-28 02:22:17] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001206 10.0.0.41 - - [2025-07-28 02:22:17] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?fields=security_groups HTTP/1.1" 200 1247 0.037369 10.0.0.41 - - [2025-07-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.114564 10.0.0.41 - - [2025-07-28 02:22:18] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003116 10.0.0.41 - - [2025-07-28 02:22:18] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.41 - - [2025-07-28 02:22:18] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008457 10.0.0.41 - - [2025-07-28 02:22:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.001951 10.0.0.41 - - [2025-07-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003494 10.0.0.41 - - [2025-07-28 02:22:18] "POST /security-groups HTTP/1.1" 200 589 0.063995 10.0.0.41 - - [2025-07-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.002741 10.0.0.41 - - [2025-07-28 02:22:18] "POST /projects HTTP/1.1" 200 581 0.238033 10.0.0.41 - - [2025-07-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.308475 10.0.0.41 - - [2025-07-28 02:22:18] "POST /access-control-lists HTTP/1.1" 200 594 0.069218 10.0.0.41 - - [2025-07-28 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.002479 10.0.0.41 - - [2025-07-28 02:22:18] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.437250 10.0.0.41 - - [2025-07-28 02:22:18] "POST /access-control-lists HTTP/1.1" 200 592 0.064477 10.0.0.41 - - [2025-07-28 02:22:19] "GET / HTTP/1.1" 200 35931 0.002348 10.0.0.41 - - [2025-07-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.41 - - [2025-07-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.061789 10.0.0.41 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.41 - - [2025-07-28 02:22:20] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.030684 10.0.0.41 - - [2025-07-28 02:22:20] "POST /neutron/network HTTP/1.1" 200 117 0.032440 10.0.0.41 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001436 10.0.0.41 - - [2025-07-28 02:22:20] "POST /neutron/network HTTP/1.1" 200 605 0.084192 10.0.0.41 - - [2025-07-28 02:22:21] "POST /route-targets HTTP/1.1" 200 327 0.010756 10.0.0.41 - - [2025-07-28 02:22:21] "POST /ref-update HTTP/1.1" 200 156 0.012084 10.0.0.41 - - [2025-07-28 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.230366 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 826 0.014179 10.0.0.41 - - [2025-07-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001670 10.0.0.41 - - [2025-07-28 02:22:21] "GET /virtual-network/65464507-e9dd-465f-a4af-ee8fe324f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006153 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 826 0.006209 10.0.0.41 - - [2025-07-28 02:22:21] "GET /virtual-network/65464507-e9dd-465f-a4af-ee8fe324f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008541 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 826 0.005522 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.008380 10.0.0.41 - - [2025-07-28 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-07-28 02:22:21] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002414 10.0.0.41 - - [2025-07-28 02:22:21] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043870 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 117 0.010624 10.0.0.41 - - [2025-07-28 02:22:21] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001746 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.005868 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/port HTTP/1.1" 400 205 0.002943 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/port HTTP/1.1" 200 117 0.007039 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/port HTTP/1.1" 400 205 0.002995 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 605 0.112378 10.0.0.41 - - [2025-07-28 02:22:21] "POST /route-targets HTTP/1.1" 200 327 0.012404 10.0.0.41 - - [2025-07-28 02:22:21] "POST /ref-update HTTP/1.1" 200 156 0.012462 10.0.0.41 - - [2025-07-28 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004960 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.217640 10.0.0.41 - - [2025-07-28 02:22:21] "POST /neutron/network HTTP/1.1" 200 826 0.008237 10.0.0.41 - - [2025-07-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001625 10.0.0.41 - - [2025-07-28 02:22:21] "GET /virtual-network/fea149e3-72d2-48ef-a304-43bdc326ec18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005642 10.0.0.41 - - [2025-07-28 02:22:22] "POST /neutron/network HTTP/1.1" 200 826 0.006082 10.0.0.41 - - [2025-07-28 02:22:22] "GET /virtual-network/fea149e3-72d2-48ef-a304-43bdc326ec18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005918 10.0.0.41 - - [2025-07-28 02:22:22] "POST /neutron/network HTTP/1.1" 200 826 0.005842 10.0.0.41 - - [2025-07-28 02:22:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.010228 10.0.0.41 - - [2025-07-28 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.003663 10.0.0.41 - - [2025-07-28 02:22:22] "POST /neutron/network HTTP/1.1" 200 836 0.005583 10.0.0.41 - - [2025-07-28 02:22:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-07-28 02:22:22] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.41 - - [2025-07-28 02:22:22] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-07-28 02:22:23] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.41 - - [2025-07-28 02:22:23] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050804 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/network HTTP/1.1" 200 826 0.006543 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.006536 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.005226 10.0.0.41 - - [2025-07-28 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001476 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.006781 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/network HTTP/1.1" 200 836 0.007372 10.0.0.41 - - [2025-07-28 02:22:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-07-28 02:22:23] "POST /neutron/network HTTP/1.1" 200 836 0.006037 10.0.0.41 - - [2025-07-28 02:22:23] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001549 10.0.0.41 - - [2025-07-28 02:22:23] "GET / HTTP/1.1" 200 35931 0.004376 10.0.0.41 - - [2025-07-28 02:22:23] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /project/983f2aa9ff054479a208b901a00ba2fb HTTP/1.1" 404 173 0.022808 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /project/98a3e765ec1e49119b16814366dd50e7 HTTP/1.1" 404 173 0.021872 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /project/3bd58759cf7e4b82870f293f845c3e57 HTTP/1.1" 404 173 0.017308 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /project/16dbea688e734e999eb42212fcb86bd1 HTTP/1.1" 404 173 0.010972 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001333 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.089962 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.115654 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.105012 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.114640 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000884 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?fields=security_groups HTTP/1.1" 200 1349 0.077304 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?fields=security_groups HTTP/1.1" 200 1399 0.075873 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?fields=security_groups HTTP/1.1" 200 1352 0.075926 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?fields=security_groups HTTP/1.1" 200 1348 0.085484 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1060 0.506741 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1060 0.025131 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.208645 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1060 0.090751 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 826 0.017515 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /security-group/9ba00c66-a324-42f6-9678-a12d7071db4d HTTP/1.1" 200 115 0.178821 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /security-group/353e5ef4-2ace-42a9-86f3-6867be0f4b71 HTTP/1.1" 200 115 0.197891 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=16dbea68-8e73-4e99-9eb4-2212fcb86bd1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001192 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /security-group/15f5ec21-c169-4def-8cb5-3d955a07b4dc HTTP/1.1" 200 115 0.225034 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=98a3e765-ec1e-4911-9b16-814366dd50e7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002549 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /security-group/1c14fecf-7fb9-4a55-bd1a-1cc49762446a HTTP/1.1" 200 115 0.227073 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=983f2aa9-ff05-4479-a208-b901a00ba2fb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=52cbc62b-7f78-4687-8cba-74e805a1e588&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001800 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /access-control-list/ad442ece-be17-4daf-af7a-5f9540c5a776 HTTP/1.1" 200 115 0.106604 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1?fields=application_policy_sets HTTP/1.1" 200 1387 0.100646 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/983f2aa9-ff05-4479-a208-b901a00ba2fb?fields=application_policy_sets HTTP/1.1" 200 1388 0.092834 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1114 0.218756 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/52cbc62b-7f78-4687-8cba-74e805a1e588?fields=application_policy_sets HTTP/1.1" 200 1438 0.114293 10.0.0.41 - - [2025-07-28 02:22:24] "GET /project/98a3e765-ec1e-4911-9b16-814366dd50e7?fields=application_policy_sets HTTP/1.1" 200 1391 0.162221 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1088 0.066565 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /access-control-list/7a60df3b-1b88-4362-a179-bcef97a30b0c HTTP/1.1" 200 115 0.135726 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022125 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 1088 0.051009 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.024079 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.032188 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /access-control-list/e88c3dc9-b0bb-4a2f-94e3-03d2749c5bbd HTTP/1.1" 200 115 0.105057 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.044172 10.0.0.41 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.41 - - [2025-07-28 02:22:24] "DELETE /access-control-list/ce94cf50-c676-47a3-91c9-3b8bfcb5b6fa HTTP/1.1" 200 115 0.085077 10.0.0.41 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 826 0.034167 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /access-control-list/55e90de5-4de2-43b2-9b9a-8fb48ebdc3fc HTTP/1.1" 200 115 0.090005 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /project/16dbea68-8e73-4e99-9eb4-2212fcb86bd1 HTTP/1.1" 200 115 0.999553 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /project/983f2aa9-ff05-4479-a208-b901a00ba2fb HTTP/1.1" 200 115 1.017128 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /project/52cbc62b-7f78-4687-8cba-74e805a1e588 HTTP/1.1" 200 115 1.015294 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /project/98a3e765-ec1e-4911-9b16-814366dd50e7 HTTP/1.1" 200 115 1.039696 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/router HTTP/1.1" 200 580 0.224530 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/router HTTP/1.1" 200 580 0.005716 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /access-control-list/aa122ea0-2c05-4ff1-8567-ffb92f87060f HTTP/1.1" 200 115 0.108439 10.0.0.41 - - [2025-07-28 02:22:25] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /access-control-list/b9b85022-4e92-4ccf-9f46-f20951cdcc45 HTTP/1.1" 200 115 0.059570 10.0.0.41 - - [2025-07-28 02:22:25] "DELETE /access-control-list/6993f2b4-0e05-4f4d-823c-239b42296d45 HTTP/1.1" 200 115 0.049924 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 836 0.042372 10.0.0.41 - - [2025-07-28 02:22:25] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.41 - - [2025-07-28 02:22:25] "POST /route-targets HTTP/1.1" 200 327 0.040868 10.0.0.41 - - [2025-07-28 02:22:25] "PUT /logical-router/44d6403c-cc86-483f-8670-8d325caec400 HTTP/1.1" 200 262 0.047691 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/router HTTP/1.1" 200 344 0.418145 10.0.0.41 - - [2025-07-28 02:22:25] "POST /ref-update HTTP/1.1" 200 156 0.047544 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/port HTTP/1.1" 200 1088 0.046199 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.042448 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/port HTTP/1.1" 200 1060 0.440161 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/port HTTP/1.1" 200 1060 0.017304 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/port HTTP/1.1" 200 1060 0.010387 10.0.0.41 - - [2025-07-28 02:22:25] "POST /neutron/port HTTP/1.1" 200 1114 0.100123 10.0.0.41 - - [2025-07-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 1088 0.026595 10.0.0.41 - - [2025-07-28 02:22:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.41 - - [2025-07-28 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.007531 10.0.0.41 - - [2025-07-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.41 - - [2025-07-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 826 0.006842 10.0.0.41 - - [2025-07-28 02:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059716 10.0.0.41 - - [2025-07-28 02:22:28] "GET /obj-perms HTTP/1.1" 200 5056 0.048572 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1088 0.029026 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006514 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1088 0.011702 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006043 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/port HTTP/1.1" 200 1088 0.012588 10.0.0.41 - - [2025-07-28 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007321 10.0.0.41 - - [2025-07-28 02:22:30] "GET /virtual-machine/239cd29c-a98d-4390-b074-f46251f5aab4 HTTP/1.1" 401 292 0.000460 10.0.0.41 - - [2025-07-28 02:22:31] "GET /virtual-machine/239cd29c-a98d-4390-b074-f46251f5aab4 HTTP/1.1" 200 1290 0.029228 10.0.0.41 - - [2025-07-28 02:22:31] "GET /virtual-machine-interface/74dea7e7-15e7-4815-89f0-645814348d90 HTTP/1.1" 200 2933 0.006394 10.0.0.41 - - [2025-07-28 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2025-07-28 02:22:31] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003518 10.0.0.41 - - [2025-07-28 02:22:31] "GET /virtual-networks?parent_id=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003910 10.0.0.41 - - [2025-07-28 02:22:31] "GET /virtual-network/65464507-e9dd-465f-a4af-ee8fe324f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005753 10.0.0.41 - - [2025-07-28 02:22:34] "POST /neutron/port HTTP/1.1" 200 1088 0.030364 10.0.0.41 - - [2025-07-28 02:22:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006358 10.0.0.41 - - [2025-07-28 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.41 - - [2025-07-28 02:22:34] "GET /virtual-network/65464507-e9dd-465f-a4af-ee8fe324f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005537 10.0.0.41 - - [2025-07-28 02:22:35] "POST /neutron/port HTTP/1.1" 200 1088 0.012316 10.0.0.41 - - [2025-07-28 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005470 10.0.0.41 - - [2025-07-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2025-07-28 02:22:36] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004872 10.0.0.41 - - [2025-07-28 02:22:36] "GET /virtual-networks?parent_id=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005261 10.0.0.41 - - [2025-07-28 02:22:36] "GET /virtual-network/65464507-e9dd-465f-a4af-ee8fe324f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007655 10.0.0.41 - - [2025-07-28 02:22:36] "POST /neutron/port HTTP/1.1" 200 1088 0.015259 10.0.0.41 - - [2025-07-28 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008163 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/port HTTP/1.1" 200 1088 0.011997 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008729 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/port HTTP/1.1" 200 1088 0.015312 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006624 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/port HTTP/1.1" 200 1088 0.013059 10.0.0.41 - - [2025-07-28 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007847 10.0.0.41 - - [2025-07-28 02:22:42] "GET /virtual-machine/0bc8ce58-8394-4504-9f4a-9cb73419f275 HTTP/1.1" 200 1289 0.005453 10.0.0.41 - - [2025-07-28 02:22:42] "GET /virtual-machine-interface/1a23d13d-7561-48db-9fcd-9ef70cfb56ab HTTP/1.1" 200 2934 0.005533 10.0.0.41 - - [2025-07-28 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.41 - - [2025-07-28 02:22:42] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003480 10.0.0.41 - - [2025-07-28 02:22:42] "GET /virtual-networks?parent_id=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004128 10.0.0.41 - - [2025-07-28 02:22:42] "GET /virtual-network/fea149e3-72d2-48ef-a304-43bdc326ec18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006685 10.0.0.41 - - [2025-07-28 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.41 - - [2025-07-28 02:22:43] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003394 10.0.0.41 - - [2025-07-28 02:22:43] "GET /virtual-networks?parent_id=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003171 10.0.0.41 - - [2025-07-28 02:22:43] "GET /virtual-network/fea149e3-72d2-48ef-a304-43bdc326ec18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005933 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/router HTTP/1.1" 200 580 0.004369 10.0.0.41 - - [2025-07-28 02:22:49] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001596 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/router HTTP/1.1" 200 344 0.226336 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/port HTTP/1.1" 200 1888 0.017097 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/port HTTP/1.1" 200 1088 0.013277 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/port HTTP/1.1" 200 1088 0.011456 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/network HTTP/1.1" 200 836 0.005882 10.0.0.41 - - [2025-07-28 02:22:49] "POST /ref-update HTTP/1.1" 200 156 0.010193 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007006 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.007040 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/port HTTP/1.1" 200 117 0.001905 10.0.0.41 - - [2025-07-28 02:22:49] "POST /neutron/network HTTP/1.1" 200 826 0.006520 10.0.0.41 - - [2025-07-28 02:22:55] "POST /neutron/router HTTP/1.1" 200 580 0.004245 10.0.0.41 - - [2025-07-28 02:22:55] "POST /ref-update HTTP/1.1" 200 156 0.013834 10.0.0.41 - - [2025-07-28 02:22:55] "POST /neutron/router HTTP/1.1" 200 344 0.118531 10.0.0.41 - - [2025-07-28 02:22:59] "POST /neutron/router HTTP/1.1" 200 580 0.005327 10.0.0.41 - - [2025-07-28 02:22:59] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.41 - - [2025-07-28 02:22:59] "POST /neutron/router HTTP/1.1" 200 344 0.221864 10.0.0.41 - - [2025-07-28 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.009550 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 580 0.005427 10.0.0.41 - - [2025-07-28 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.013874 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 344 0.115610 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 580 0.006963 10.0.0.41 - - [2025-07-28 02:23:01] "POST /ref-update HTTP/1.1" 200 156 0.012658 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 344 0.102832 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 580 0.004949 10.0.0.41 - - [2025-07-28 02:23:01] "GET /logical-router/44d6403c-cc86-483f-8670-8d325caec400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007194 10.0.0.41 - - [2025-07-28 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.41 - - [2025-07-28 02:23:01] "POST /neutron/router HTTP/1.1" 200 151 0.050892 10.0.0.41 - - [2025-07-28 02:23:01] "DELETE /route-target/f108a099-d148-4403-a3bd-3bd821c623cf HTTP/1.1" 200 115 0.013104 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/network HTTP/1.1" 200 826 0.006405 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/network HTTP/1.1" 400 204 0.018001 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 1088 0.012365 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 1114 0.027390 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 1088 0.026159 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 1114 0.011347 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 151 0.190039 10.0.0.41 - - [2025-07-28 02:23:02] "POST /neutron/port HTTP/1.1" 200 151 0.178141 10.0.0.41 - - [2025-07-28 02:23:04] "POST /neutron/network HTTP/1.1" 200 826 0.006517 10.0.0.41 - - [2025-07-28 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005624 10.0.0.41 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006991 10.0.0.41 - - [2025-07-28 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.41 - - [2025-07-28 02:23:04] "POST /neutron/network HTTP/1.1" 200 151 0.091379 10.0.0.41 - - [2025-07-28 02:23:04] "DELETE /route-target/e115968d-ab83-4d6a-97c3-36c3fc388ec1 HTTP/1.1" 200 115 0.015841 10.0.0.41 - - [2025-07-28 02:23:04] "POST /neutron/network HTTP/1.1" 200 826 0.006324 10.0.0.41 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.41 - - [2025-07-28 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003334 10.0.0.41 - - [2025-07-28 02:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.41 - - [2025-07-28 02:23:04] "POST /neutron/network HTTP/1.1" 200 151 0.095095 10.0.0.41 - - [2025-07-28 02:23:04] "DELETE /route-target/1ee22399-06d3-44a4-9da8-82ba1359ff2b HTTP/1.1" 200 115 0.019172 10.0.0.41 - - [2025-07-28 02:23:04] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.41 - - [2025-07-28 02:23:04] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.029294 10.0.0.41 - - [2025-07-28 02:23:04] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.41 - - [2025-07-28 02:23:04] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?fields=virtual_networks HTTP/1.1" 200 1027 0.068535 10.0.0.41 - - [2025-07-28 02:23:04] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.41 - - [2025-07-28 02:23:04] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.029583 10.0.0.41 - - [2025-07-28 02:23:04] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.41 - - [2025-07-28 02:23:04] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?fields=security_groups HTTP/1.1" 200 1251 0.027116 10.0.0.41 - - [2025-07-28 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.028857 10.0.0.41 - - [2025-07-28 02:23:05] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002698 10.0.0.41 - - [2025-07-28 02:23:05] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.41 - - [2025-07-28 02:23:05] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007645 10.0.0.41 - - [2025-07-28 02:23:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001800 10.0.0.41 - - [2025-07-28 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.002960 10.0.0.41 - - [2025-07-28 02:23:05] "POST /security-groups HTTP/1.1" 200 594 0.063609 10.0.0.41 - - [2025-07-28 02:23:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.002699 10.0.0.41 - - [2025-07-28 02:23:06] "POST /projects HTTP/1.1" 200 591 0.222621 10.0.0.41 - - [2025-07-28 02:23:06] "POST /access-control-lists HTTP/1.1" 200 599 0.060141 10.0.0.41 - - [2025-07-28 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.300665 10.0.0.41 - - [2025-07-28 02:23:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.002723 10.0.0.41 - - [2025-07-28 02:23:06] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.436780 10.0.0.41 - - [2025-07-28 02:23:06] "POST /access-control-lists HTTP/1.1" 200 597 0.064929 10.0.0.41 - - [2025-07-28 02:23:07] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.41 - - [2025-07-28 02:23:08] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000639 10.0.0.41 - - [2025-07-28 02:23:08] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001110 10.0.0.41 - - [2025-07-28 02:23:08] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.053268 10.0.0.41 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.41 - - [2025-07-28 02:23:08] "GET /security-group/179e896f-d179-47ad-ae16-d1edad88a29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006448 10.0.0.41 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.41 - - [2025-07-28 02:23:08] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001418 10.0.0.41 - - [2025-07-28 02:23:08] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027369 10.0.0.41 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2025-07-28 02:23:08] "GET /security-group/179e896f-d179-47ad-ae16-d1edad88a29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004125 10.0.0.41 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.41 - - [2025-07-28 02:23:09] "PUT /security-group/179e896f-d179-47ad-ae16-d1edad88a29f HTTP/1.1" 200 262 0.016985 10.0.0.41 - - [2025-07-28 02:23:09] "PUT /access-control-list/95670d5f-6970-4aae-abd0-584615153a21 HTTP/1.1" 200 272 0.009844 10.0.0.41 - - [2025-07-28 02:23:09] "PUT /access-control-list/a17c8940-2975-4b7f-b090-19da176e5964 HTTP/1.1" 200 272 0.010248 10.0.0.41 - - [2025-07-28 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.002623 10.0.0.41 - - [2025-07-28 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.41 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001495 10.0.0.41 - - [2025-07-28 02:23:09] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026577 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 117 0.032710 10.0.0.41 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001681 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 608 0.073524 10.0.0.41 - - [2025-07-28 02:23:09] "POST /route-targets HTTP/1.1" 200 327 0.011263 10.0.0.41 - - [2025-07-28 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.014128 10.0.0.41 - - [2025-07-28 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.150973 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 827 0.006032 10.0.0.41 - - [2025-07-28 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001175 10.0.0.41 - - [2025-07-28 02:23:09] "GET /virtual-network/9fac928e-c230-465c-b829-0f3ba33f67eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004797 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 827 0.008617 10.0.0.41 - - [2025-07-28 02:23:09] "GET /virtual-network/9fac928e-c230-465c-b829-0f3ba33f67eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006287 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 827 0.006004 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.007581 10.0.0.41 - - [2025-07-28 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.41 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001193 10.0.0.41 - - [2025-07-28 02:23:09] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023563 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 117 0.009899 10.0.0.41 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.41 - - [2025-07-28 02:23:09] "POST /neutron/network HTTP/1.1" 200 615 0.099404 10.0.0.41 - - [2025-07-28 02:23:09] "POST /route-targets HTTP/1.1" 200 327 0.013048 10.0.0.41 - - [2025-07-28 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.015995 10.0.0.41 - - [2025-07-28 02:23:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.176993 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 835 0.005853 10.0.0.41 - - [2025-07-28 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001349 10.0.0.41 - - [2025-07-28 02:23:10] "GET /virtual-network/685d7e22-f13f-46a5-bc44-640f580100f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005342 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 835 0.007364 10.0.0.41 - - [2025-07-28 02:23:10] "GET /virtual-network/685d7e22-f13f-46a5-bc44-640f580100f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005495 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 835 0.007041 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007811 10.0.0.41 - - [2025-07-28 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001377 10.0.0.41 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 837 0.005952 10.0.0.41 - - [2025-07-28 02:23:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000420 10.0.0.41 - - [2025-07-28 02:23:10] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.41 - - [2025-07-28 02:23:10] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-07-28 02:23:11] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001129 10.0.0.41 - - [2025-07-28 02:23:11] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055746 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 827 0.006275 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.005164 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.007801 10.0.0.41 - - [2025-07-28 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001649 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.005322 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 845 0.006669 10.0.0.41 - - [2025-07-28 02:23:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 837 0.006728 10.0.0.41 - - [2025-07-28 02:23:11] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.41 - - [2025-07-28 02:23:11] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.41 - - [2025-07-28 02:23:11] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1063 0.208462 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1063 0.011728 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1063 0.009334 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1117 0.071825 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1091 0.016126 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003489 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.008963 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/network HTTP/1.1" 200 827 0.009249 10.0.0.41 - - [2025-07-28 02:23:12] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.41 - - [2025-07-28 02:23:12] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.056750 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/network HTTP/1.1" 200 835 0.011114 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1091 0.015240 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009385 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.004648 10.0.0.41 - - [2025-07-28 02:23:12] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002386 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/router HTTP/1.1" 200 585 0.069420 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/router HTTP/1.1" 200 585 0.013654 10.0.0.41 - - [2025-07-28 02:23:12] "POST /route-targets HTTP/1.1" 200 327 0.039895 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/router HTTP/1.1" 200 656 0.057980 10.0.0.41 - - [2025-07-28 02:23:12] "PUT /logical-router/b5814109-416a-4f4c-9925-9719052e1b55 HTTP/1.1" 200 262 0.044104 10.0.0.41 - - [2025-07-28 02:23:12] "GET /logical-router/b5814109-416a-4f4c-9925-9719052e1b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.012314 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/router HTTP/1.1" 200 656 0.005028 10.0.0.41 - - [2025-07-28 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006807 10.0.0.41 - - [2025-07-28 02:23:12] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001111 10.0.0.41 - - [2025-07-28 02:23:12] "GET /service-template/40c4fdba-7141-4455-a716-56d9c23162f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007082 10.0.0.41 - - [2025-07-28 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.008678 10.0.0.41 - - [2025-07-28 02:23:12] "POST /neutron/network HTTP/1.1" 200 845 0.017517 10.0.0.41 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001332 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/router HTTP/1.1" 200 344 0.400481 10.0.0.41 - - [2025-07-28 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.033002 10.0.0.41 - - [2025-07-28 02:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.011377 10.0.0.41 - - [2025-07-28 02:23:13] "POST /virtual-networks HTTP/1.1" 200 694 0.294217 10.0.0.41 - - [2025-07-28 02:23:13] "POST /route-targets HTTP/1.1" 200 327 0.043459 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1091 0.084063 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016497 10.0.0.41 - - [2025-07-28 02:23:13] "POST /service-instances HTTP/1.1" 200 670 0.100992 10.0.0.41 - - [2025-07-28 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.042468 10.0.0.41 - - [2025-07-28 02:23:13] "POST /route-tables HTTP/1.1" 200 582 0.049844 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1064 0.513056 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1064 0.017495 10.0.0.41 - - [2025-07-28 02:23:13] "PUT /logical-router/b5814109-416a-4f4c-9925-9719052e1b55 HTTP/1.1" 200 262 0.027838 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1064 0.017961 10.0.0.41 - - [2025-07-28 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.028986 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1118 0.068319 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 1092 0.014174 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.007051 10.0.0.41 - - [2025-07-28 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.41 - - [2025-07-28 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.41 - - [2025-07-28 02:23:13] "POST /neutron/network HTTP/1.1" 200 835 0.006348 10.0.0.41 - - [2025-07-28 02:23:13] "POST /virtual-machines HTTP/1.1" 200 553 0.017213 10.0.0.41 - - [2025-07-28 02:23:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094796 10.0.0.41 - - [2025-07-28 02:23:14] "POST /chown HTTP/1.1" 200 109 0.010640 10.0.0.41 - - [2025-07-28 02:23:14] "POST /instance-ips HTTP/1.1" 200 551 0.030360 10.0.0.41 - - [2025-07-28 02:23:14] "POST /instance-ips HTTP/1.1" 400 246 0.015743 10.0.0.41 - - [2025-07-28 02:23:14] "POST /chown HTTP/1.1" 200 109 0.008214 10.0.0.41 - - [2025-07-28 02:23:14] "PUT /virtual-machine-interface/a99e543d-1311-45e0-86c5-0f9d9a668ad1 HTTP/1.1" 200 284 0.013093 10.0.0.41 - - [2025-07-28 02:23:14] "PUT /instance-ip/1d468e35-e8d6-4cfd-a29f-caba87017f7d HTTP/1.1" 200 256 0.014108 10.0.0.41 - - [2025-07-28 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.014776 10.0.0.41 - - [2025-07-28 02:23:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.095938 10.0.0.41 - - [2025-07-28 02:23:14] "POST /chown HTTP/1.1" 200 109 0.007304 10.0.0.41 - - [2025-07-28 02:23:14] "POST /instance-ips HTTP/1.1" 200 549 0.065298 10.0.0.41 - - [2025-07-28 02:23:14] "POST /instance-ips HTTP/1.1" 400 316 0.014957 10.0.0.41 - - [2025-07-28 02:23:14] "POST /chown HTTP/1.1" 200 109 0.011762 10.0.0.41 - - [2025-07-28 02:23:14] "PUT /virtual-machine-interface/7c113ed1-9f06-49d6-939b-60ac98ee9e85 HTTP/1.1" 200 284 0.013246 10.0.0.41 - - [2025-07-28 02:23:14] "PUT /instance-ip/a9ec5daf-0d5e-4d61-8f69-6d240957b340 HTTP/1.1" 200 256 0.017159 10.0.0.41 - - [2025-07-28 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.014952 10.0.0.41 - - [2025-07-28 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.011799 10.0.0.41 - - [2025-07-28 02:23:15] "PUT /routing-instance/5986e125-2569-4bb7-8932-19a5f1f2219f HTTP/1.1" 200 266 0.015116 10.0.0.41 - - [2025-07-28 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.015173 10.0.0.41 - - [2025-07-28 02:23:15] "POST /virtual-machines HTTP/1.1" 200 553 0.020140 10.0.0.41 - - [2025-07-28 02:23:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.123427 10.0.0.41 - - [2025-07-28 02:23:15] "POST /chown HTTP/1.1" 200 109 0.015055 10.0.0.41 - - [2025-07-28 02:23:15] "POST /instance-ips HTTP/1.1" 400 246 0.019198 10.0.0.41 - - [2025-07-28 02:23:15] "POST /chown HTTP/1.1" 200 109 0.013276 10.0.0.41 - - [2025-07-28 02:23:15] "PUT /virtual-machine-interface/6c3c6e93-6571-4c3e-a436-199b088c5e84 HTTP/1.1" 200 284 0.013767 10.0.0.41 - - [2025-07-28 02:23:15] "PUT /instance-ip/1d468e35-e8d6-4cfd-a29f-caba87017f7d HTTP/1.1" 200 256 0.011955 10.0.0.41 - - [2025-07-28 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.010910 10.0.0.41 - - [2025-07-28 02:23:15] "POST /ref-update HTTP/1.1" 200 156 0.012408 10.0.0.41 - - [2025-07-28 02:23:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.096331 10.0.0.41 - - [2025-07-28 02:23:15] "POST /chown HTTP/1.1" 200 109 0.008294 10.0.0.41 - - [2025-07-28 02:23:15] "POST /instance-ips HTTP/1.1" 400 316 0.015055 10.0.0.41 - - [2025-07-28 02:23:16] "POST /chown HTTP/1.1" 200 109 0.011342 10.0.0.41 - - [2025-07-28 02:23:16] "PUT /virtual-machine-interface/68c5cca9-7215-48f3-9a1b-82c63e8166c7 HTTP/1.1" 200 284 0.014057 10.0.0.41 - - [2025-07-28 02:23:16] "PUT /instance-ip/a9ec5daf-0d5e-4d61-8f69-6d240957b340 HTTP/1.1" 200 256 0.014107 10.0.0.41 - - [2025-07-28 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.011931 10.0.0.41 - - [2025-07-28 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.012108 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/port HTTP/1.1" 200 1091 0.011865 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006415 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/port HTTP/1.1" 200 1091 0.012884 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006388 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/port HTTP/1.1" 200 1091 0.012368 10.0.0.41 - - [2025-07-28 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009127 10.0.0.41 - - [2025-07-28 02:23:18] "GET /virtual-machine/20a7d210-21c5-4f44-bdd2-7ca76169db8d HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-07-28 02:23:18] "GET /virtual-machine/20a7d210-21c5-4f44-bdd2-7ca76169db8d HTTP/1.1" 200 1295 0.029412 10.0.0.41 - - [2025-07-28 02:23:18] "GET /virtual-machine-interface/85159b90-a534-4652-9927-63dd6be7eda1 HTTP/1.1" 200 2956 0.006794 10.0.0.41 - - [2025-07-28 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.41 - - [2025-07-28 02:23:19] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004169 10.0.0.41 - - [2025-07-28 02:23:19] "GET /virtual-networks?parent_id=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003555 10.0.0.41 - - [2025-07-28 02:23:19] "GET /virtual-network/9fac928e-c230-465c-b829-0f3ba33f67eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006573 10.0.0.41 - - [2025-07-28 02:23:21] "POST /neutron/port HTTP/1.1" 200 1091 0.011894 10.0.0.41 - - [2025-07-28 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006393 10.0.0.41 - - [2025-07-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-07-28 02:23:22] "GET /virtual-network/9fac928e-c230-465c-b829-0f3ba33f67eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005323 10.0.0.41 - - [2025-07-28 02:23:22] "POST /neutron/port HTTP/1.1" 200 1092 0.012898 10.0.0.41 - - [2025-07-28 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006313 10.0.0.41 - - [2025-07-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.41 - - [2025-07-28 02:23:24] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003253 10.0.0.41 - - [2025-07-28 02:23:24] "GET /virtual-networks?parent_id=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003279 10.0.0.41 - - [2025-07-28 02:23:24] "GET /virtual-network/9fac928e-c230-465c-b829-0f3ba33f67eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005398 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/port HTTP/1.1" 200 1092 0.013342 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006915 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/port HTTP/1.1" 200 1092 0.012714 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006641 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/port HTTP/1.1" 200 1092 0.013481 10.0.0.41 - - [2025-07-28 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008119 10.0.0.41 - - [2025-07-28 02:23:24] "GET /virtual-machine/0c02f9f9-bf60-435c-88d5-2562c3dc6f0d HTTP/1.1" 200 1293 0.005721 10.0.0.41 - - [2025-07-28 02:23:24] "GET /virtual-machine-interface/fe00cbb6-a6e1-462e-9569-d5c73adf504f HTTP/1.1" 200 2969 0.005250 10.0.0.41 - - [2025-07-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-07-28 02:23:24] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003741 10.0.0.41 - - [2025-07-28 02:23:25] "GET /virtual-networks?parent_id=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003514 10.0.0.41 - - [2025-07-28 02:23:25] "GET /virtual-network/685d7e22-f13f-46a5-bc44-640f580100f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009206 10.0.0.41 - - [2025-07-28 02:23:25] "DELETE /project/58c17137e7b04d5b96206ef25a3e0cac HTTP/1.1" 404 173 0.005614 10.0.0.41 - - [2025-07-28 02:23:25] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.41 - - [2025-07-28 02:23:25] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.027065 10.0.0.41 - - [2025-07-28 02:23:25] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.41 - - [2025-07-28 02:23:25] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?fields=security_groups HTTP/1.1" 200 1356 0.084160 10.0.0.41 - - [2025-07-28 02:23:25] "DELETE /security-group/7eedc529-454c-48e6-a134-8e2d101375b9 HTTP/1.1" 200 115 0.042699 10.0.0.41 - - [2025-07-28 02:23:25] "GET /projects?obj_uuids=3bd58759-cf7e-4b82-870f-293f845c3e57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001158 10.0.0.41 - - [2025-07-28 02:23:25] "DELETE /access-control-list/12d9bf7f-b90b-4090-83d8-6a8089a9a386 HTTP/1.1" 200 115 0.034013 10.0.0.41 - - [2025-07-28 02:23:25] "GET /project/3bd58759-cf7e-4b82-870f-293f845c3e57?fields=application_policy_sets HTTP/1.1" 200 1395 0.039832 10.0.0.41 - - [2025-07-28 02:23:25] "DELETE /access-control-list/920229c0-c7af-4133-9829-2b97c3dbf361 HTTP/1.1" 200 115 0.039247 10.0.0.41 - - [2025-07-28 02:23:25] "DELETE /project/3bd58759-cf7e-4b82-870f-293f845c3e57 HTTP/1.1" 200 115 0.376052 10.0.0.41 - - [2025-07-28 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.41 - - [2025-07-28 02:23:26] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003223 10.0.0.41 - - [2025-07-28 02:23:26] "GET /virtual-networks?parent_id=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004556 10.0.0.41 - - [2025-07-28 02:23:26] "GET /virtual-network/685d7e22-f13f-46a5-bc44-640f580100f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005517 10.0.0.41 - - [2025-07-28 02:23:28] "GET /obj-perms HTTP/1.1" 200 5056 0.076334 10.0.0.41 - - [2025-07-28 02:23:29] "GET /obj-perms HTTP/1.1" 200 5056 0.046458 10.0.0.41 - - [2025-07-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.41 - - [2025-07-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.008771 10.0.0.41 - - [2025-07-28 02:23:29] "POST /instance-ips HTTP/1.1" 400 246 0.019138 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.008891 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.008878 10.0.0.41 - - [2025-07-28 02:23:29] "POST /instance-ips HTTP/1.1" 400 316 0.016536 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.009299 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.010184 10.0.0.41 - - [2025-07-28 02:23:29] "POST /instance-ips HTTP/1.1" 400 246 0.014124 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.007436 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.010890 10.0.0.41 - - [2025-07-28 02:23:29] "POST /instance-ips HTTP/1.1" 400 316 0.015006 10.0.0.41 - - [2025-07-28 02:23:29] "POST /chown HTTP/1.1" 200 109 0.009447 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/router HTTP/1.1" 200 656 0.004873 10.0.0.41 - - [2025-07-28 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.014323 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/router HTTP/1.1" 200 344 0.129947 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/router HTTP/1.1" 200 656 0.006135 10.0.0.41 - - [2025-07-28 02:23:30] "GET /logical-router/b5814109-416a-4f4c-9925-9719052e1b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.007030 10.0.0.41 - - [2025-07-28 02:23:30] "GET /service-instance/8772c48f-2a4f-4f74-8698-62d9dc3aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.004478 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/router HTTP/1.1" 200 151 0.069034 10.0.0.41 - - [2025-07-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006849 10.0.0.41 - - [2025-07-28 02:23:30] "DELETE /route-target/d5d09139-ac9b-43a5-8577-5d5b15338294 HTTP/1.1" 409 239 0.005771 10.0.0.41 - - [2025-07-28 02:23:30] "PUT /logical-router/b5814109-416a-4f4c-9925-9719052e1b55 HTTP/1.1" 404 171 0.003139 10.0.0.41 - - [2025-07-28 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.014665 10.0.0.41 - - [2025-07-28 02:23:30] "DELETE /route-table/c40a6f89-a7c4-4fee-a1e9-f13019b7c49e HTTP/1.1" 200 115 0.037533 10.0.0.41 - - [2025-07-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.41 - - [2025-07-28 02:23:30] "PUT /routing-instance/5986e125-2569-4bb7-8932-19a5f1f2219f HTTP/1.1" 200 266 0.011708 10.0.0.41 - - [2025-07-28 02:23:30] "GET /virtual-network/774db434-e1c8-49a6-b878-5218ebdb1651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006074 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/network HTTP/1.1" 200 835 0.006687 10.0.0.41 - - [2025-07-28 02:23:30] "POST /neutron/network HTTP/1.1" 400 204 0.051618 10.0.0.41 - - [2025-07-28 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.017446 10.0.0.41 - - [2025-07-28 02:23:30] "POST /ref-update HTTP/1.1" 200 156 0.010652 10.0.0.41 - - [2025-07-28 02:23:30] "DELETE /instance-ip/a9ec5daf-0d5e-4d61-8f69-6d240957b340 HTTP/1.1" 200 115 0.048739 10.0.0.41 - - [2025-07-28 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.41 - - [2025-07-28 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.41 - - [2025-07-28 02:23:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.41 - - [2025-07-28 02:23:30] "DELETE /virtual-network/774db434-e1c8-49a6-b878-5218ebdb1651 HTTP/1.1" 200 115 0.147440 10.0.0.41 - - [2025-07-28 02:23:30] "DELETE /route-target/52d1e29e-d702-4ede-84ee-97f1143dfdfe HTTP/1.1" 200 115 0.027582 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /service-instance/8772c48f-2a4f-4f74-8698-62d9dc3aea36 HTTP/1.1" 200 115 0.036704 10.0.0.41 - - [2025-07-28 02:23:31] "GET /logical-router/b5814109-416a-4f4c-9925-9719052e1b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002630 10.0.0.41 - - [2025-07-28 02:23:31] "GET /service-instance/8772c48f-2a4f-4f74-8698-62d9dc3aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002715 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 1092 0.013905 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 1118 0.015949 10.0.0.41 - - [2025-07-28 02:23:31] "GET /virtual-machine-interface/a99e543d-1311-45e0-86c5-0f9d9a668ad1?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.010371 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 1091 0.014012 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 1117 0.025440 10.0.0.41 - - [2025-07-28 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.030758 10.0.0.41 - - [2025-07-28 02:23:31] "GET /instance-ip/1d468e35-e8d6-4cfd-a29f-caba87017f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006110 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 151 0.178532 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine-interface/a99e543d-1311-45e0-86c5-0f9d9a668ad1 HTTP/1.1" 200 115 0.057935 10.0.0.41 - - [2025-07-28 02:23:31] "GET /virtual-machine-interface/7c113ed1-9f06-49d6-939b-60ac98ee9e85?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.013550 10.0.0.41 - - [2025-07-28 02:23:31] "POST /neutron/port HTTP/1.1" 200 151 0.190114 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine-interface/7c113ed1-9f06-49d6-939b-60ac98ee9e85 HTTP/1.1" 200 115 0.030071 10.0.0.41 - - [2025-07-28 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.017127 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine/43373607-9b76-4354-88c3-3ea95cd7ddec HTTP/1.1" 200 115 0.022512 10.0.0.41 - - [2025-07-28 02:23:31] "GET /virtual-machine-interface/6c3c6e93-6571-4c3e-a436-199b088c5e84?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.005722 10.0.0.41 - - [2025-07-28 02:23:31] "POST /ref-update HTTP/1.1" 200 156 0.038305 10.0.0.41 - - [2025-07-28 02:23:31] "GET /instance-ip/1d468e35-e8d6-4cfd-a29f-caba87017f7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.005705 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /instance-ip/1d468e35-e8d6-4cfd-a29f-caba87017f7d HTTP/1.1" 200 115 0.030114 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine-interface/6c3c6e93-6571-4c3e-a436-199b088c5e84 HTTP/1.1" 200 115 0.036261 10.0.0.41 - - [2025-07-28 02:23:31] "GET /virtual-machine-interface/68c5cca9-7215-48f3-9a1b-82c63e8166c7?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1333 0.005780 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine-interface/68c5cca9-7215-48f3-9a1b-82c63e8166c7 HTTP/1.1" 200 115 0.030318 10.0.0.41 - - [2025-07-28 02:23:31] "DELETE /virtual-machine/98958b2c-cdd4-4741-b79d-0a5753486f68 HTTP/1.1" 200 115 0.019465 10.0.0.41 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 835 0.006842 10.0.0.41 - - [2025-07-28 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003868 10.0.0.41 - - [2025-07-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.41 - - [2025-07-28 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002132 10.0.0.41 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 151 0.097477 10.0.0.41 - - [2025-07-28 02:23:32] "DELETE /route-target/261bc8b0-4c72-45c5-bc3b-35cc09973009 HTTP/1.1" 200 115 0.015472 10.0.0.41 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 827 0.009579 10.0.0.41 - - [2025-07-28 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.41 - - [2025-07-28 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002469 10.0.0.41 - - [2025-07-28 02:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.41 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 151 0.090879 10.0.0.41 - - [2025-07-28 02:23:32] "DELETE /route-target/d65ce4e4-b94c-4f37-87cf-a6903d9af540 HTTP/1.1" 200 115 0.019266 10.0.0.41 - - [2025-07-28 02:23:33] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001286 10.0.0.41 - - [2025-07-28 02:23:33] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026650 10.0.0.41 - - [2025-07-28 02:23:33] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001132 10.0.0.41 - - [2025-07-28 02:23:33] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?fields=virtual_networks HTTP/1.1" 200 1038 0.072584 10.0.0.41 - - [2025-07-28 02:23:33] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001150 10.0.0.41 - - [2025-07-28 02:23:33] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032955 10.0.0.41 - - [2025-07-28 02:23:33] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001173 10.0.0.41 - - [2025-07-28 02:23:33] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?fields=security_groups HTTP/1.1" 200 1267 0.028900 10.0.0.41 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.027244 10.0.0.41 - - [2025-07-28 02:23:34] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002420 10.0.0.41 - - [2025-07-28 02:23:34] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001774 10.0.0.41 - - [2025-07-28 02:23:34] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008106 10.0.0.41 - - [2025-07-28 02:23:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.003103 10.0.0.41 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002989 10.0.0.41 - - [2025-07-28 02:23:34] "POST /security-groups HTTP/1.1" 200 599 0.068161 10.0.0.41 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.004815 10.0.0.41 - - [2025-07-28 02:23:34] "POST /projects HTTP/1.1" 200 601 0.224128 10.0.0.41 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.295867 10.0.0.41 - - [2025-07-28 02:23:34] "POST /access-control-lists HTTP/1.1" 200 604 0.065172 10.0.0.41 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.003444 10.0.0.41 - - [2025-07-28 02:23:34] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.425230 10.0.0.41 - - [2025-07-28 02:23:34] "POST /access-control-lists HTTP/1.1" 200 602 0.068050 10.0.0.41 - - [2025-07-28 02:23:35] "GET / HTTP/1.1" 200 35931 0.002241 10.0.0.41 - - [2025-07-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.002938 10.0.0.41 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.068244 10.0.0.41 - - [2025-07-28 02:23:37] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.41 - - [2025-07-28 02:23:37] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.031969 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 117 0.029158 10.0.0.41 - - [2025-07-28 02:23:37] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 613 0.081535 10.0.0.41 - - [2025-07-28 02:23:37] "POST /route-targets HTTP/1.1" 200 327 0.014821 10.0.0.41 - - [2025-07-28 02:23:37] "POST /ref-update HTTP/1.1" 200 156 0.012865 10.0.0.41 - - [2025-07-28 02:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005010 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.218977 10.0.0.41 - - [2025-07-28 02:23:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002825 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.190447 10.0.0.41 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.031462 10.0.0.41 - - [2025-07-28 02:23:37] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008080 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 1006 0.007374 10.0.0.41 - - [2025-07-28 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001453 10.0.0.41 - - [2025-07-28 02:23:37] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005160 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 1006 0.008455 10.0.0.41 - - [2025-07-28 02:23:37] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006745 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/network HTTP/1.1" 200 1006 0.007567 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.007973 10.0.0.41 - - [2025-07-28 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.008129 10.0.0.41 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.41 - - [2025-07-28 02:23:37] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.41 - - [2025-07-28 02:23:37] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029723 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 117 0.025848 10.0.0.41 - - [2025-07-28 02:23:38] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 613 0.075028 10.0.0.41 - - [2025-07-28 02:23:38] "POST /route-targets HTTP/1.1" 200 327 0.009520 10.0.0.41 - - [2025-07-28 02:23:38] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.41 - - [2025-07-28 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003138 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.156808 10.0.0.41 - - [2025-07-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008479 10.0.0.41 - - [2025-07-28 02:23:38] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.009904 10.0.0.41 - - [2025-07-28 02:23:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003962 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.138401 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 1005 0.008387 10.0.0.41 - - [2025-07-28 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001179 10.0.0.41 - - [2025-07-28 02:23:38] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004745 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 1005 0.008141 10.0.0.41 - - [2025-07-28 02:23:38] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004959 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 1005 0.008105 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.006858 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.007292 10.0.0.41 - - [2025-07-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002416 10.0.0.41 - - [2025-07-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002234 10.0.0.41 - - [2025-07-28 02:23:38] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.41 - - [2025-07-28 02:23:38] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.024320 10.0.0.41 - - [2025-07-28 02:23:38] "POST /network-policys HTTP/1.1" 200 577 0.060420 10.0.0.41 - - [2025-07-28 02:23:38] "GET /network-policy/25c5b51d-77e3-4c97-8ec1-c801389454cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005092 10.0.0.41 - - [2025-07-28 02:23:38] "POST /neutron/network HTTP/1.1" 200 1006 0.008155 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.003668 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007359 10.0.0.41 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 1114 0.061338 10.0.0.41 - - [2025-07-28 02:23:39] "POST /access-control-lists HTTP/1.1" 200 596 0.082078 10.0.0.41 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 1114 0.046076 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008160 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.41 - - [2025-07-28 02:23:39] "GET /network-policy/25c5b51d-77e3-4c97-8ec1-c801389454cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003623 10.0.0.41 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 1005 0.007908 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006284 10.0.0.41 - - [2025-07-28 02:23:39] "PUT /access-control-list/3ba807cf-20df-4bcc-ab97-5620957bcdd6 HTTP/1.1" 200 272 0.021309 10.0.0.41 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 1113 0.056768 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.003314 10.0.0.41 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 1113 0.008939 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005069 10.0.0.41 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.41 - - [2025-07-28 02:23:39] "GET /network-policy/25c5b51d-77e3-4c97-8ec1-c801389454cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.029539 10.0.0.41 - - [2025-07-28 02:23:39] "POST /access-control-lists HTTP/1.1" 200 596 0.065550 10.0.0.41 - - [2025-07-28 02:23:39] "GET /domains HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-07-28 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.010544 10.0.0.41 - - [2025-07-28 02:23:39] "GET /domains HTTP/1.1" 200 280 0.025350 10.0.0.41 - - [2025-07-28 02:23:39] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001895 10.0.0.41 - - [2025-07-28 02:23:39] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.010770 10.0.0.41 - - [2025-07-28 02:23:39] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.41 - - [2025-07-28 02:23:39] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 2624 0.075428 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8 HTTP/1.1" 200 3506 0.007004 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8 HTTP/1.1" 200 3506 0.008014 10.0.0.41 - - [2025-07-28 02:23:39] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 200 1795 0.005201 10.0.0.41 - - [2025-07-28 02:23:39] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 200 1795 0.003838 10.0.0.41 - - [2025-07-28 02:23:39] "GET /route-target/21cc3b7c-cde6-4f48-a879-f18f9630bb39 HTTP/1.1" 200 1212 0.004304 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8 HTTP/1.1" 200 3506 0.009104 10.0.0.41 - - [2025-07-28 02:23:39] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 200 1795 0.003618 10.0.0.41 - - [2025-07-28 02:23:39] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005092 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8 HTTP/1.1" 200 3506 0.005325 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 200 1795 0.003866 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 200 1795 0.003548 10.0.0.41 - - [2025-07-28 02:23:40] "GET /route-target/21cc3b7c-cde6-4f48-a879-f18f9630bb39 HTTP/1.1" 200 1212 0.003175 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains HTTP/1.1" 200 280 0.002634 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.008354 10.0.0.41 - - [2025-07-28 02:23:40] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.41 - - [2025-07-28 02:23:40] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 2624 0.071862 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8 HTTP/1.1" 200 3506 0.005088 10.0.0.41 - - [2025-07-28 02:23:40] "GET /obj-perms HTTP/1.1" 200 5046 0.048332 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains HTTP/1.1" 200 280 0.002821 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001585 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.008444 10.0.0.41 - - [2025-07-28 02:23:40] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.41 - - [2025-07-28 02:23:40] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 2624 0.068080 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d HTTP/1.1" 200 3503 0.006721 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d HTTP/1.1" 200 3503 0.004800 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 200 1796 0.003749 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 200 1796 0.003347 10.0.0.41 - - [2025-07-28 02:23:40] "GET /route-target/511c5589-cf83-4076-9b45-80eed276a14b HTTP/1.1" 200 1212 0.003254 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d HTTP/1.1" 200 3503 0.006694 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 200 1796 0.003184 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005027 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d HTTP/1.1" 200 3503 0.005644 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 200 1796 0.003798 10.0.0.41 - - [2025-07-28 02:23:40] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 200 1796 0.003884 10.0.0.41 - - [2025-07-28 02:23:40] "GET /route-target/511c5589-cf83-4076-9b45-80eed276a14b HTTP/1.1" 200 1212 0.003254 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains HTTP/1.1" 200 280 0.006262 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.41 - - [2025-07-28 02:23:40] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.008562 10.0.0.41 - - [2025-07-28 02:23:40] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.41 - - [2025-07-28 02:23:40] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 2624 0.069923 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d HTTP/1.1" 200 3503 0.005589 10.0.0.41 - - [2025-07-28 02:23:40] "GET /obj-perms HTTP/1.1" 200 5046 0.003425 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007127 10.0.0.41 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 1113 0.007504 10.0.0.41 - - [2025-07-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-07-28 02:23:40] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005469 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1005 0.055710 10.0.0.41 - - [2025-07-28 02:23:41] "DELETE /access-control-list/01522a4c-29a3-4975-b983-37aa9db207bb HTTP/1.1" 200 115 0.036260 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1005 0.011175 10.0.0.41 - - [2025-07-28 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.028194 10.0.0.41 - - [2025-07-28 02:23:41] "GET /virtual-network/713c32bd-8e75-4ea9-b477-eddae859391d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009226 10.0.0.41 - - [2025-07-28 02:23:41] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006096 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1114 0.008106 10.0.0.41 - - [2025-07-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007556 10.0.0.41 - - [2025-07-28 02:23:41] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005336 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.063736 10.0.0.41 - - [2025-07-28 02:23:41] "DELETE /access-control-list/3ba807cf-20df-4bcc-ab97-5620957bcdd6 HTTP/1.1" 200 115 0.035892 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.014173 10.0.0.41 - - [2025-07-28 02:23:41] "GET /virtual-network/9c22d062-1755-4279-817f-ab7ba48956e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.014394 10.0.0.41 - - [2025-07-28 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.033621 10.0.0.41 - - [2025-07-28 02:23:41] "DELETE /network-policy/25c5b51d-77e3-4c97-8ec1-c801389454cc HTTP/1.1" 200 115 0.033564 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1005 0.008368 10.0.0.41 - - [2025-07-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002136 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 151 0.095490 10.0.0.41 - - [2025-07-28 02:23:41] "DELETE /route-target/511c5589-cf83-4076-9b45-80eed276a14b HTTP/1.1" 200 115 0.024715 10.0.0.41 - - [2025-07-28 02:23:41] "GET /routing-instance/95a963bb-a9ea-4885-8fe7-9aeb33bbf308 HTTP/1.1" 404 171 0.003274 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domains HTTP/1.1" 200 280 0.002648 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.049865 10.0.0.41 - - [2025-07-28 02:23:41] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001638 10.0.0.41 - - [2025-07-28 02:23:41] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 2144 0.070457 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008792 10.0.0.41 - - [2025-07-28 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002045 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003233 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002407 10.0.0.41 - - [2025-07-28 02:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.41 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 151 0.095408 10.0.0.41 - - [2025-07-28 02:23:41] "DELETE /route-target/21cc3b7c-cde6-4f48-a879-f18f9630bb39 HTTP/1.1" 200 115 0.029091 10.0.0.41 - - [2025-07-28 02:23:41] "GET /routing-instance/4d5ecfff-8ee5-46de-ba5f-b0ee9346c714 HTTP/1.1" 404 171 0.004049 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domains HTTP/1.1" 200 280 0.002285 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.41 - - [2025-07-28 02:23:41] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2771 0.048600 10.0.0.41 - - [2025-07-28 02:23:41] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.41 - - [2025-07-28 02:23:41] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 1899 0.072483 10.0.0.41 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.41 - - [2025-07-28 02:23:42] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029423 10.0.0.41 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.41 - - [2025-07-28 02:23:42] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?fields=virtual_networks HTTP/1.1" 200 1047 0.071941 10.0.0.41 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.41 - - [2025-07-28 02:23:42] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.028124 10.0.0.41 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.41 - - [2025-07-28 02:23:42] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?fields=security_groups HTTP/1.1" 200 1281 0.023863 10.0.0.41 - - [2025-07-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 204 0.023660 10.0.0.41 - - [2025-07-28 02:23:43] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002672 10.0.0.41 - - [2025-07-28 02:23:43] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.41 - - [2025-07-28 02:23:43] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007459 10.0.0.41 - - [2025-07-28 02:23:43] "POST /id-to-fqname HTTP/1.1" 200 206 0.001409 10.0.0.41 - - [2025-07-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.004985 10.0.0.41 - - [2025-07-28 02:23:43] "POST /security-groups HTTP/1.1" 200 607 0.067200 10.0.0.41 - - [2025-07-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 250 0.002769 10.0.0.41 - - [2025-07-28 02:23:43] "POST /projects HTTP/1.1" 200 617 0.219173 10.0.0.41 - - [2025-07-28 02:23:43] "POST /access-control-lists HTTP/1.1" 200 612 0.059764 10.0.0.41 - - [2025-07-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.292510 10.0.0.41 - - [2025-07-28 02:23:43] "POST /fqname-to-id HTTP/1.1" 404 249 0.003182 10.0.0.41 - - [2025-07-28 02:23:43] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.416115 10.0.0.41 - - [2025-07-28 02:23:43] "POST /access-control-lists HTTP/1.1" 200 610 0.058670 10.0.0.41 - - [2025-07-28 02:23:44] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.41 - - [2025-07-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.41 - - [2025-07-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.060334 10.0.0.41 - - [2025-07-28 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.41 - - [2025-07-28 02:23:46] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001755 10.0.0.41 - - [2025-07-28 02:23:46] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.030670 10.0.0.41 - - [2025-07-28 02:23:46] "POST /network-policys HTTP/1.1" 200 567 0.063370 10.0.0.41 - - [2025-07-28 02:23:46] "GET /network-policy/fb8130c0-243d-470d-b0bc-e9281283d096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005985 10.0.0.41 - - [2025-07-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2025-07-28 02:23:46] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001323 10.0.0.41 - - [2025-07-28 02:23:46] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.028805 10.0.0.41 - - [2025-07-28 02:23:46] "POST /neutron/network HTTP/1.1" 200 117 0.029724 10.0.0.41 - - [2025-07-28 02:23:46] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001359 10.0.0.41 - - [2025-07-28 02:23:46] "POST /neutron/network HTTP/1.1" 200 623 0.083155 10.0.0.41 - - [2025-07-28 02:23:46] "POST /route-targets HTTP/1.1" 200 327 0.015931 10.0.0.41 - - [2025-07-28 02:23:46] "POST /ref-update HTTP/1.1" 200 156 0.012677 10.0.0.41 - - [2025-07-28 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003856 10.0.0.41 - - [2025-07-28 02:23:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.200449 10.0.0.41 - - [2025-07-28 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.41 - - [2025-07-28 02:23:46] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004710 10.0.0.41 - - [2025-07-28 02:23:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002469 10.0.0.41 - - [2025-07-28 02:23:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.184864 10.0.0.41 - - [2025-07-28 02:23:46] "POST /neutron/network HTTP/1.1" 200 1017 0.007549 10.0.0.41 - - [2025-07-28 02:23:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.002183 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006100 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/network HTTP/1.1" 200 1017 0.008831 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.007590 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/network HTTP/1.1" 200 1017 0.007940 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.007883 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.007800 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/network HTTP/1.1" 200 1017 0.008867 10.0.0.41 - - [2025-07-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.011240 10.0.0.41 - - [2025-07-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008077 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/76097d0f-689c-4b53-a016-e7b8e80e195c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006311 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/network HTTP/1.1" 200 1124 0.072106 10.0.0.41 - - [2025-07-28 02:23:47] "POST /access-control-lists HTTP/1.1" 200 607 0.084990 10.0.0.41 - - [2025-07-28 02:23:47] "POST /neutron/network HTTP/1.1" 200 1124 0.040349 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005284 10.0.0.41 - - [2025-07-28 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.41 - - [2025-07-28 02:23:47] "GET /network-policy/fb8130c0-243d-470d-b0bc-e9281283d096?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003741 10.0.0.41 - - [2025-07-28 02:23:47] "GET /domains HTTP/1.1" 401 292 0.000551 10.0.0.41 - - [2025-07-28 02:23:47] "GET /domains HTTP/1.1" 200 280 0.025383 10.0.0.41 - - [2025-07-28 02:23:47] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.41 - - [2025-07-28 02:23:47] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2973 0.008042 10.0.0.41 - - [2025-07-28 02:23:47] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000988 10.0.0.41 - - [2025-07-28 02:23:47] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231 HTTP/1.1" 200 2458 0.072490 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b HTTP/1.1" 200 3548 0.007521 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b HTTP/1.1" 200 3548 0.008296 10.0.0.41 - - [2025-07-28 02:23:47] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 200 1496 0.003744 10.0.0.41 - - [2025-07-28 02:23:47] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 200 1496 0.003962 10.0.0.41 - - [2025-07-28 02:23:47] "GET /route-target/2a9e831e-b7f4-40f8-b24a-d74e62356085 HTTP/1.1" 200 1222 0.003775 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b HTTP/1.1" 200 3548 0.008166 10.0.0.41 - - [2025-07-28 02:23:47] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 200 1496 0.004308 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.006321 10.0.0.41 - - [2025-07-28 02:23:47] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b HTTP/1.1" 200 3548 0.005573 10.0.0.41 - - [2025-07-28 02:23:47] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 200 1496 0.003968 10.0.0.41 - - [2025-07-28 02:23:47] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 200 1496 0.003575 10.0.0.41 - - [2025-07-28 02:23:48] "GET /route-target/2a9e831e-b7f4-40f8-b24a-d74e62356085 HTTP/1.1" 200 1222 0.004435 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains HTTP/1.1" 200 280 0.002793 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2973 0.007883 10.0.0.41 - - [2025-07-28 02:23:48] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001354 10.0.0.41 - - [2025-07-28 02:23:48] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231 HTTP/1.1" 200 2458 0.067819 10.0.0.41 - - [2025-07-28 02:23:48] "GET /virtual-network/f4b16055-a517-4841-b760-fd6884ab060b HTTP/1.1" 200 3548 0.004564 10.0.0.41 - - [2025-07-28 02:23:48] "GET /obj-perms HTTP/1.1" 200 5062 0.049498 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains HTTP/1.1" 200 280 0.003220 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2973 0.007990 10.0.0.41 - - [2025-07-28 02:23:48] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001671 10.0.0.41 - - [2025-07-28 02:23:48] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231 HTTP/1.1" 200 2458 0.071331 10.0.0.41 - - [2025-07-28 02:23:48] "GET /network-policy/fb8130c0-243d-470d-b0bc-e9281283d096 HTTP/1.1" 200 3480 0.004335 10.0.0.41 - - [2025-07-28 02:23:48] "DELETE /network-policy/fb8130c0-243d-470d-b0bc-e9281283d096 HTTP/1.1" 409 238 0.005472 10.0.0.41 - - [2025-07-28 02:23:48] "POST /neutron/network HTTP/1.1" 200 1124 0.007453 10.0.0.41 - - [2025-07-28 02:23:48] "DELETE /access-control-list/40158504-44da-4203-96c8-c35824b62ca0 HTTP/1.1" 200 115 0.026238 10.0.0.41 - - [2025-07-28 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004207 10.0.0.41 - - [2025-07-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.41 - - [2025-07-28 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.41 - - [2025-07-28 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002378 10.0.0.41 - - [2025-07-28 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002331 10.0.0.41 - - [2025-07-28 02:23:48] "POST /neutron/network HTTP/1.1" 200 151 0.103715 10.0.0.41 - - [2025-07-28 02:23:48] "GET /routing-instance/d73a4654-e3b6-431f-b760-d6e7ce4084ea HTTP/1.1" 404 171 0.002733 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains HTTP/1.1" 200 280 0.002455 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.41 - - [2025-07-28 02:23:48] "DELETE /route-target/2a9e831e-b7f4-40f8-b24a-d74e62356085 HTTP/1.1" 200 115 0.020001 10.0.0.41 - - [2025-07-28 02:23:48] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2973 0.051924 10.0.0.41 - - [2025-07-28 02:23:48] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001319 10.0.0.41 - - [2025-07-28 02:23:48] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231 HTTP/1.1" 200 2204 0.076848 10.0.0.41 - - [2025-07-28 02:23:48] "DELETE /network-policy/fb8130c0-243d-470d-b0bc-e9281283d096 HTTP/1.1" 200 115 0.024636 10.0.0.41 - - [2025-07-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.41 - - [2025-07-28 02:23:49] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001071 10.0.0.41 - - [2025-07-28 02:23:49] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.028423 10.0.0.41 - - [2025-07-28 02:23:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-06612267&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005121 10.0.0.41 - - [2025-07-28 02:23:49] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001220 10.0.0.41 - - [2025-07-28 02:23:49] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.030112 10.0.0.41 - - [2025-07-28 02:23:49] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001702 10.0.0.41 - - [2025-07-28 02:23:49] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?fields=virtual_networks HTTP/1.1" 200 1064 0.075402 10.0.0.41 - - [2025-07-28 02:23:49] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001616 10.0.0.41 - - [2025-07-28 02:23:49] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.027798 10.0.0.41 - - [2025-07-28 02:23:49] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001114 10.0.0.41 - - [2025-07-28 02:23:49] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?fields=security_groups HTTP/1.1" 200 1306 0.026679 10.0.0.41 - - [2025-07-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.023044 10.0.0.41 - - [2025-07-28 02:23:50] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002433 10.0.0.41 - - [2025-07-28 02:23:50] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002987 10.0.0.41 - - [2025-07-28 02:23:50] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009146 10.0.0.41 - - [2025-07-28 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.001384 10.0.0.41 - - [2025-07-28 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.002474 10.0.0.41 - - [2025-07-28 02:23:51] "POST /security-groups HTTP/1.1" 200 593 0.063482 10.0.0.41 - - [2025-07-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.003012 10.0.0.41 - - [2025-07-28 02:23:51] "POST /projects HTTP/1.1" 200 589 0.214232 10.0.0.41 - - [2025-07-28 02:23:51] "POST /access-control-lists HTTP/1.1" 200 598 0.057299 10.0.0.41 - - [2025-07-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.286095 10.0.0.41 - - [2025-07-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.002682 10.0.0.41 - - [2025-07-28 02:23:51] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.407216 10.0.0.41 - - [2025-07-28 02:23:51] "POST /access-control-lists HTTP/1.1" 200 596 0.062320 10.0.0.41 - - [2025-07-28 02:23:52] "GET / HTTP/1.1" 200 35931 0.002162 10.0.0.41 - - [2025-07-28 02:23:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.41 - - [2025-07-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.051453 10.0.0.41 - - [2025-07-28 02:23:53] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.41 - - [2025-07-28 02:23:53] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024119 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 117 0.029578 10.0.0.41 - - [2025-07-28 02:23:53] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001428 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 607 0.064041 10.0.0.41 - - [2025-07-28 02:23:53] "POST /route-targets HTTP/1.1" 200 327 0.011522 10.0.0.41 - - [2025-07-28 02:23:53] "POST /ref-update HTTP/1.1" 200 156 0.012147 10.0.0.41 - - [2025-07-28 02:23:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005727 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.213290 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 824 0.007734 10.0.0.41 - - [2025-07-28 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001138 10.0.0.41 - - [2025-07-28 02:23:53] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004805 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 824 0.005721 10.0.0.41 - - [2025-07-28 02:23:53] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005279 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 824 0.005965 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.006500 10.0.0.41 - - [2025-07-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.41 - - [2025-07-28 02:23:53] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.41 - - [2025-07-28 02:23:53] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.028601 10.0.0.41 - - [2025-07-28 02:23:53] "POST /neutron/network HTTP/1.1" 200 117 0.015645 10.0.0.41 - - [2025-07-28 02:23:53] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 607 0.074894 10.0.0.41 - - [2025-07-28 02:23:54] "POST /route-targets HTTP/1.1" 200 327 0.014637 10.0.0.41 - - [2025-07-28 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.012912 10.0.0.41 - - [2025-07-28 02:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004441 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.187907 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 827 0.006092 10.0.0.41 - - [2025-07-28 02:23:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001680 10.0.0.41 - - [2025-07-28 02:23:54] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005164 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 827 0.006055 10.0.0.41 - - [2025-07-28 02:23:54] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005974 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 827 0.006441 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.007171 10.0.0.41 - - [2025-07-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.002503 10.0.0.41 - - [2025-07-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.41 - - [2025-07-28 02:23:54] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.41 - - [2025-07-28 02:23:54] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041468 10.0.0.41 - - [2025-07-28 02:23:54] "POST /network-policys HTTP/1.1" 200 571 0.016793 10.0.0.41 - - [2025-07-28 02:23:54] "GET /network-policy/1b40b249-8ab1-4fa4-a8ff-5b44f45cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004777 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 824 0.005425 10.0.0.41 - - [2025-07-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.004699 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 926 0.050809 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 926 0.043388 10.0.0.41 - - [2025-07-28 02:23:54] "POST /access-control-lists HTTP/1.1" 200 590 0.066203 10.0.0.41 - - [2025-07-28 02:23:54] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005810 10.0.0.41 - - [2025-07-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.41 - - [2025-07-28 02:23:54] "GET /network-policy/1b40b249-8ab1-4fa4-a8ff-5b44f45cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003545 10.0.0.41 - - [2025-07-28 02:23:54] "POST /neutron/network HTTP/1.1" 200 827 0.007010 10.0.0.41 - - [2025-07-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.004151 10.0.0.41 - - [2025-07-28 02:23:55] "POST /neutron/network HTTP/1.1" 200 929 0.049694 10.0.0.41 - - [2025-07-28 02:23:55] "POST /neutron/network HTTP/1.1" 200 929 0.041397 10.0.0.41 - - [2025-07-28 02:23:55] "POST /access-control-lists HTTP/1.1" 200 590 0.067516 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005355 10.0.0.41 - - [2025-07-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.41 - - [2025-07-28 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.41 - - [2025-07-28 02:23:55] "GET /network-policy/1b40b249-8ab1-4fa4-a8ff-5b44f45cb33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003923 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domains HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-07-28 02:23:55] "PUT /access-control-list/6e40e230-cc9b-4897-975e-fe22f65a31c9 HTTP/1.1" 200 272 0.054235 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domains HTTP/1.1" 200 280 0.026226 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.008743 10.0.0.41 - - [2025-07-28 02:23:55] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.41 - - [2025-07-28 02:23:55] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 2571 0.066632 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49 HTTP/1.1" 200 2887 0.006333 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49 HTTP/1.1" 200 2887 0.004934 10.0.0.41 - - [2025-07-28 02:23:55] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 200 1782 0.003677 10.0.0.41 - - [2025-07-28 02:23:55] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 200 1782 0.003992 10.0.0.41 - - [2025-07-28 02:23:55] "GET /route-target/45115fd3-825b-49f4-8f1f-1f11d03cee1f HTTP/1.1" 200 1206 0.004513 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49 HTTP/1.1" 200 2887 0.006461 10.0.0.41 - - [2025-07-28 02:23:55] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 200 1782 0.004109 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005053 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49 HTTP/1.1" 200 2887 0.005811 10.0.0.41 - - [2025-07-28 02:23:55] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 200 1782 0.004881 10.0.0.41 - - [2025-07-28 02:23:55] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 200 1782 0.003604 10.0.0.41 - - [2025-07-28 02:23:55] "GET /route-target/45115fd3-825b-49f4-8f1f-1f11d03cee1f HTTP/1.1" 200 1206 0.003979 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domains HTTP/1.1" 200 280 0.003110 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.41 - - [2025-07-28 02:23:55] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.007961 10.0.0.41 - - [2025-07-28 02:23:55] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.41 - - [2025-07-28 02:23:55] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 2571 0.067077 10.0.0.41 - - [2025-07-28 02:23:55] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49 HTTP/1.1" 200 2887 0.006293 10.0.0.41 - - [2025-07-28 02:23:56] "GET /obj-perms HTTP/1.1" 200 5034 0.055180 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domains HTTP/1.1" 200 280 0.002804 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.009090 10.0.0.41 - - [2025-07-28 02:23:56] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001598 10.0.0.41 - - [2025-07-28 02:23:56] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 2571 0.069486 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d HTTP/1.1" 200 2895 0.009867 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d HTTP/1.1" 200 2895 0.005025 10.0.0.41 - - [2025-07-28 02:23:56] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 200 1784 0.003869 10.0.0.41 - - [2025-07-28 02:23:56] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 200 1784 0.004177 10.0.0.41 - - [2025-07-28 02:23:56] "GET /route-target/98a1dd6c-5b5e-469d-9769-20e83055b758 HTTP/1.1" 200 1207 0.006292 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d HTTP/1.1" 200 2895 0.005386 10.0.0.41 - - [2025-07-28 02:23:56] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 200 1784 0.005070 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004629 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d HTTP/1.1" 200 2895 0.005949 10.0.0.41 - - [2025-07-28 02:23:56] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 200 1784 0.003776 10.0.0.41 - - [2025-07-28 02:23:56] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 200 1784 0.003542 10.0.0.41 - - [2025-07-28 02:23:56] "GET /route-target/98a1dd6c-5b5e-469d-9769-20e83055b758 HTTP/1.1" 200 1207 0.003590 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domains HTTP/1.1" 200 280 0.003599 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.41 - - [2025-07-28 02:23:56] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.007670 10.0.0.41 - - [2025-07-28 02:23:56] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001338 10.0.0.41 - - [2025-07-28 02:23:56] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 2571 0.076065 10.0.0.41 - - [2025-07-28 02:23:56] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d HTTP/1.1" 200 2895 0.005013 10.0.0.41 - - [2025-07-28 02:23:56] "GET /obj-perms HTTP/1.1" 200 5034 0.003512 10.0.0.41 - - [2025-07-28 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001339 10.0.0.41 - - [2025-07-28 02:23:56] "POST /neutron/network HTTP/1.1" 200 936 0.006293 10.0.0.41 - - [2025-07-28 02:23:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-07-28 02:23:57] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.41 - - [2025-07-28 02:23:57] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2025-07-28 02:23:57] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.41 - - [2025-07-28 02:23:57] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050667 10.0.0.41 - - [2025-07-28 02:23:57] "POST /neutron/network HTTP/1.1" 200 926 0.010796 10.0.0.41 - - [2025-07-28 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.004951 10.0.0.41 - - [2025-07-28 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.005608 10.0.0.41 - - [2025-07-28 02:23:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001309 10.0.0.41 - - [2025-07-28 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.006072 10.0.0.41 - - [2025-07-28 02:23:57] "POST /neutron/network HTTP/1.1" 200 939 0.006886 10.0.0.41 - - [2025-07-28 02:23:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000419 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/network HTTP/1.1" 200 936 0.005910 10.0.0.41 - - [2025-07-28 02:23:58] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.41 - - [2025-07-28 02:23:58] "GET / HTTP/1.1" 200 35931 0.001480 10.0.0.41 - - [2025-07-28 02:23:58] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1060 0.233992 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1060 0.009619 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1060 0.009541 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1114 0.076865 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1088 0.011389 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003082 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 689 0.006589 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/network HTTP/1.1" 200 926 0.005416 10.0.0.41 - - [2025-07-28 02:23:58] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001832 10.0.0.41 - - [2025-07-28 02:23:58] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050266 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/network HTTP/1.1" 200 929 0.007731 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1088 0.016539 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009265 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.010115 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/port HTTP/1.1" 200 1088 0.014031 10.0.0.41 - - [2025-07-28 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008003 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/network HTTP/1.1" 200 939 0.005662 10.0.0.41 - - [2025-07-28 02:23:59] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.41 - - [2025-07-28 02:23:59] "PUT /access-control-list/2b41e186-0fd2-4b56-87c6-df5437231b6b HTTP/1.1" 200 272 0.057210 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 1063 0.279505 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 1063 0.010467 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 1063 0.027545 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 1117 0.068941 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 1091 0.011930 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003171 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.009361 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.41 - - [2025-07-28 02:23:59] "POST /neutron/network HTTP/1.1" 200 929 0.005854 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 1088 0.013701 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006809 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 1088 0.012605 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008710 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/port HTTP/1.1" 200 1088 0.013366 10.0.0.41 - - [2025-07-28 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007509 10.0.0.41 - - [2025-07-28 02:24:04] "GET /virtual-machine/72df8313-805a-4dd1-8618-56075ef5891d HTTP/1.1" 200 1293 0.005785 10.0.0.41 - - [2025-07-28 02:24:04] "GET /virtual-machine-interface/00dba323-b4a0-4596-99c9-11ee9a498488 HTTP/1.1" 200 2949 0.005335 10.0.0.41 - - [2025-07-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2025-07-28 02:24:04] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003292 10.0.0.41 - - [2025-07-28 02:24:04] "GET /virtual-networks?parent_id=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003660 10.0.0.41 - - [2025-07-28 02:24:04] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006087 10.0.0.41 - - [2025-07-28 02:24:07] "POST /neutron/port HTTP/1.1" 200 1088 0.018043 10.0.0.41 - - [2025-07-28 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008003 10.0.0.41 - - [2025-07-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2025-07-28 02:24:07] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004977 10.0.0.41 - - [2025-07-28 02:24:08] "POST /neutron/port HTTP/1.1" 200 1091 0.013426 10.0.0.41 - - [2025-07-28 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006092 10.0.0.41 - - [2025-07-28 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.41 - - [2025-07-28 02:24:09] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003194 10.0.0.41 - - [2025-07-28 02:24:09] "GET /virtual-networks?parent_id=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002934 10.0.0.41 - - [2025-07-28 02:24:09] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005873 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1091 0.011970 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007180 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1091 0.011782 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006960 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 1091 0.012064 10.0.0.41 - - [2025-07-28 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006764 10.0.0.41 - - [2025-07-28 02:24:10] "GET /virtual-machine/74ae17db-491a-4006-a4fe-88611fde1876 HTTP/1.1" 200 1294 0.006585 10.0.0.41 - - [2025-07-28 02:24:10] "GET /virtual-machine-interface/7f0898f7-5ebf-4f3d-b00c-43f00112c244 HTTP/1.1" 200 2951 0.005080 10.0.0.41 - - [2025-07-28 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.41 - - [2025-07-28 02:24:10] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003536 10.0.0.41 - - [2025-07-28 02:24:10] "GET /virtual-networks?parent_id=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002896 10.0.0.41 - - [2025-07-28 02:24:10] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005347 10.0.0.41 - - [2025-07-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.41 - - [2025-07-28 02:24:11] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004316 10.0.0.41 - - [2025-07-28 02:24:11] "GET /virtual-networks?parent_id=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003917 10.0.0.41 - - [2025-07-28 02:24:11] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005154 10.0.0.41 - - [2025-07-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.41 - - [2025-07-28 02:24:15] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.41 - - [2025-07-28 02:24:15] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024245 10.0.0.41 - - [2025-07-28 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.41 - - [2025-07-28 02:24:15] "PUT /network-policy/1b40b249-8ab1-4fa4-a8ff-5b44f45cb33a HTTP/1.1" 200 262 0.010965 10.0.0.41 - - [2025-07-28 02:24:16] "PUT /access-control-list/2b41e186-0fd2-4b56-87c6-df5437231b6b HTTP/1.1" 200 272 0.051873 10.0.0.41 - - [2025-07-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.016134 10.0.0.41 - - [2025-07-28 02:24:16] "PUT /access-control-list/6e40e230-cc9b-4897-975e-fe22f65a31c9 HTTP/1.1" 200 272 0.052646 10.0.0.41 - - [2025-07-28 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.41 - - [2025-07-28 02:24:19] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006832 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 929 0.005994 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 827 0.045443 10.0.0.41 - - [2025-07-28 02:24:19] "DELETE /access-control-list/2b41e186-0fd2-4b56-87c6-df5437231b6b HTTP/1.1" 200 115 0.039329 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 827 0.006213 10.0.0.41 - - [2025-07-28 02:24:19] "GET /virtual-network/371d28e1-1fc0-41cb-a293-bcdd5bd6754d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006366 10.0.0.41 - - [2025-07-28 02:24:19] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005643 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 926 0.005607 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 824 0.060628 10.0.0.41 - - [2025-07-28 02:24:19] "DELETE /access-control-list/6e40e230-cc9b-4897-975e-fe22f65a31c9 HTTP/1.1" 200 115 0.035296 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 824 0.016207 10.0.0.41 - - [2025-07-28 02:24:19] "GET /virtual-network/d5aaf57f-c36c-4333-b770-c4e8a4968e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005919 10.0.0.41 - - [2025-07-28 02:24:19] "DELETE /network-policy/1b40b249-8ab1-4fa4-a8ff-5b44f45cb33a HTTP/1.1" 200 115 0.028422 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 200 827 0.006561 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/network HTTP/1.1" 400 204 0.011691 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 1091 0.011402 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 1117 0.010636 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 1088 0.016838 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 151 0.137347 10.0.0.41 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 1114 0.019055 10.0.0.41 - - [2025-07-28 02:24:20] "POST /neutron/port HTTP/1.1" 200 151 0.122321 10.0.0.41 - - [2025-07-28 02:24:21] "POST /neutron/network HTTP/1.1" 200 827 0.006018 10.0.0.41 - - [2025-07-28 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.41 - - [2025-07-28 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004482 10.0.0.41 - - [2025-07-28 02:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.41 - - [2025-07-28 02:24:21] "POST /neutron/network HTTP/1.1" 200 151 0.090667 10.0.0.41 - - [2025-07-28 02:24:21] "DELETE /route-target/98a1dd6c-5b5e-469d-9769-20e83055b758 HTTP/1.1" 200 115 0.022788 10.0.0.41 - - [2025-07-28 02:24:21] "GET /routing-instance/a13d962d-798d-45b2-8d96-490c66ec402c HTTP/1.1" 404 171 0.002799 10.0.0.41 - - [2025-07-28 02:24:21] "GET /domains HTTP/1.1" 200 280 0.003773 10.0.0.41 - - [2025-07-28 02:24:21] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.41 - - [2025-07-28 02:24:21] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.048891 10.0.0.41 - - [2025-07-28 02:24:21] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001191 10.0.0.41 - - [2025-07-28 02:24:21] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 2103 0.071315 10.0.0.41 - - [2025-07-28 02:24:22] "POST /neutron/network HTTP/1.1" 200 824 0.006324 10.0.0.41 - - [2025-07-28 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.41 - - [2025-07-28 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.41 - - [2025-07-28 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.41 - - [2025-07-28 02:24:22] "POST /neutron/network HTTP/1.1" 200 151 0.090173 10.0.0.41 - - [2025-07-28 02:24:22] "GET /routing-instance/07d041bb-7a76-4a7a-b9ac-20f949f571c1 HTTP/1.1" 404 171 0.003583 10.0.0.41 - - [2025-07-28 02:24:22] "DELETE /route-target/45115fd3-825b-49f4-8f1f-1f11d03cee1f HTTP/1.1" 200 115 0.019807 10.0.0.41 - - [2025-07-28 02:24:22] "GET /domains HTTP/1.1" 200 280 0.003119 10.0.0.41 - - [2025-07-28 02:24:22] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.41 - - [2025-07-28 02:24:22] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 3161 0.049709 10.0.0.41 - - [2025-07-28 02:24:22] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.41 - - [2025-07-28 02:24:22] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 1864 0.074804 10.0.0.41 - - [2025-07-28 02:24:22] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001218 10.0.0.41 - - [2025-07-28 02:24:22] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025863 10.0.0.41 - - [2025-07-28 02:24:22] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.41 - - [2025-07-28 02:24:22] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?fields=virtual_networks HTTP/1.1" 200 1036 0.074234 10.0.0.41 - - [2025-07-28 02:24:22] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.41 - - [2025-07-28 02:24:22] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.038819 10.0.0.41 - - [2025-07-28 02:24:22] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001374 10.0.0.41 - - [2025-07-28 02:24:22] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?fields=security_groups HTTP/1.1" 200 1264 0.025822 10.0.0.41 - - [2025-07-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 181 0.024102 10.0.0.41 - - [2025-07-28 02:24:23] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.41 - - [2025-07-28 02:24:23] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.41 - - [2025-07-28 02:24:23] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007675 10.0.0.41 - - [2025-07-28 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 183 0.001308 10.0.0.41 - - [2025-07-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.003363 10.0.0.41 - - [2025-07-28 02:24:23] "POST /security-groups HTTP/1.1" 200 584 0.063767 10.0.0.41 - - [2025-07-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.002753 10.0.0.41 - - [2025-07-28 02:24:24] "POST /projects HTTP/1.1" 200 571 0.217863 10.0.0.41 - - [2025-07-28 02:24:24] "POST /access-control-lists HTTP/1.1" 200 589 0.060843 10.0.0.41 - - [2025-07-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.286581 10.0.0.41 - - [2025-07-28 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 226 0.003228 10.0.0.41 - - [2025-07-28 02:24:24] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.409441 10.0.0.41 - - [2025-07-28 02:24:24] "POST /access-control-lists HTTP/1.1" 200 587 0.060773 10.0.0.41 - - [2025-07-28 02:24:25] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /project/46e4f88c53084cfcacd275fc1c3a7a52 HTTP/1.1" 404 173 0.029655 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /project/e7ef765e957e40158176c3c50fa96231 HTTP/1.1" 404 173 0.022459 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /project/1bc664f7bb054d4c8834f050cb31a81a HTTP/1.1" 404 173 0.021498 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /project/905f4edfe7f94dc48a981d1d397443e9 HTTP/1.1" 404 173 0.017208 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001002 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000829 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000868 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.058856 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.061653 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.064813 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.068791 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000882 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000861 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000826 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?fields=security_groups HTTP/1.1" 200 1411 0.062591 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?fields=security_groups HTTP/1.1" 200 1369 0.065289 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?fields=security_groups HTTP/1.1" 200 1386 0.066479 10.0.0.41 - - [2025-07-28 02:24:25] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?fields=security_groups HTTP/1.1" 200 1372 0.073907 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /security-group/12ea121b-4c8e-4f56-8a09-0b7f7fcb5ffb HTTP/1.1" 200 115 0.093709 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=e7ef765e-957e-4015-8176-c3c50fa96231&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001599 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /access-control-list/850a3d88-b818-4127-b60a-3922fa06a4ab HTTP/1.1" 200 115 0.062752 10.0.0.41 - - [2025-07-28 02:24:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /security-group/a99771c7-5172-4019-99cd-ea8977b3916b HTTP/1.1" 200 115 0.115111 10.0.0.41 - - [2025-07-28 02:24:25] "GET /projects?obj_uuids=46e4f88c-5308-4cfc-acd2-75fc1c3a7a52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /security-group/179e896f-d179-47ad-ae16-d1edad88a29f HTTP/1.1" 200 115 0.122702 10.0.0.41 - - [2025-07-28 02:24:25] "DELETE /security-group/d7efa7da-3802-4d84-aa13-b78ca6150dd9 HTTP/1.1" 200 115 0.139560 10.0.0.41 - - [2025-07-28 02:24:26] "GET /project/e7ef765e-957e-4015-8176-c3c50fa96231?fields=application_policy_sets HTTP/1.1" 200 1450 0.071036 10.0.0.41 - - [2025-07-28 02:24:26] "GET /projects?obj_uuids=58c17137-e7b0-4d5b-9620-6ef25a3e0cac&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001153 10.0.0.41 - - [2025-07-28 02:24:26] "GET /projects?obj_uuids=1bc664f7-bb05-4d4c-8834-f050cb31a81a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/71e2f11a-2463-4f43-bf96-8cb21d3236e1 HTTP/1.1" 200 115 0.083207 10.0.0.41 - - [2025-07-28 02:24:26] "GET /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac?fields=application_policy_sets HTTP/1.1" 200 1411 0.077776 10.0.0.41 - - [2025-07-28 02:24:26] "GET /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a?fields=application_policy_sets HTTP/1.1" 200 1425 0.067583 10.0.0.41 - - [2025-07-28 02:24:26] "GET /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52?fields=application_policy_sets HTTP/1.1" 200 1408 0.124277 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/ec22cbff-9e1c-4480-ae26-76ac2b121c35 HTTP/1.1" 200 115 0.061902 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/76a132e3-198e-4470-85e3-0db8affc530e HTTP/1.1" 200 115 0.062713 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/95670d5f-6970-4aae-abd0-584615153a21 HTTP/1.1" 200 115 0.064766 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /project/e7ef765e-957e-4015-8176-c3c50fa96231 HTTP/1.1" 200 115 0.659238 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /project/1bc664f7-bb05-4d4c-8834-f050cb31a81a HTTP/1.1" 200 115 0.689429 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /project/58c17137-e7b0-4d5b-9620-6ef25a3e0cac HTTP/1.1" 200 115 0.688543 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/a17c8940-2975-4b7f-b090-19da176e5964 HTTP/1.1" 200 115 0.048422 10.0.0.41 - - [2025-07-28 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.060061 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /project/46e4f88c-5308-4cfc-acd2-75fc1c3a7a52 HTTP/1.1" 200 115 0.719495 10.0.0.41 - - [2025-07-28 02:24:26] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001064 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/0715c65e-72f2-4c41-b5e4-0eb7c6d0c88b HTTP/1.1" 200 115 0.037551 10.0.0.41 - - [2025-07-28 02:24:26] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.051668 10.0.0.41 - - [2025-07-28 02:24:26] "DELETE /access-control-list/db61df8d-5293-4ee9-97f6-59f66fc94bed HTTP/1.1" 200 115 0.042100 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 117 0.034414 10.0.0.41 - - [2025-07-28 02:24:26] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001217 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 612 0.069774 10.0.0.41 - - [2025-07-28 02:24:26] "POST /route-targets HTTP/1.1" 200 327 0.011843 10.0.0.41 - - [2025-07-28 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.017927 10.0.0.41 - - [2025-07-28 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007286 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.204460 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 833 0.006720 10.0.0.41 - - [2025-07-28 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001436 10.0.0.41 - - [2025-07-28 02:24:26] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005301 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 833 0.014240 10.0.0.41 - - [2025-07-28 02:24:26] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006225 10.0.0.41 - - [2025-07-28 02:24:26] "POST /neutron/network HTTP/1.1" 200 833 0.006113 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.008250 10.0.0.41 - - [2025-07-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006790 10.0.0.41 - - [2025-07-28 02:24:27] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008411 10.0.0.41 - - [2025-07-28 02:24:27] "PUT /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e HTTP/1.1" 200 264 0.049903 10.0.0.41 - - [2025-07-28 02:24:27] "POST /route-targets HTTP/1.1" 200 323 0.022191 10.0.0.41 - - [2025-07-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.012263 10.0.0.41 - - [2025-07-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.41 - - [2025-07-28 02:24:27] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001114 10.0.0.41 - - [2025-07-28 02:24:27] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.027138 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 117 0.011103 10.0.0.41 - - [2025-07-28 02:24:27] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001352 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 612 0.078755 10.0.0.41 - - [2025-07-28 02:24:27] "POST /route-targets HTTP/1.1" 200 327 0.009491 10.0.0.41 - - [2025-07-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.012590 10.0.0.41 - - [2025-07-28 02:24:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 730 0.156202 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 832 0.005444 10.0.0.41 - - [2025-07-28 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001162 10.0.0.41 - - [2025-07-28 02:24:27] "GET /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006163 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 832 0.006062 10.0.0.41 - - [2025-07-28 02:24:27] "GET /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004882 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/network HTTP/1.1" 200 832 0.005636 10.0.0.41 - - [2025-07-28 02:24:27] "POST /neutron/subnet HTTP/1.1" 200 730 0.007554 10.0.0.41 - - [2025-07-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002192 10.0.0.41 - - [2025-07-28 02:24:27] "GET /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004880 10.0.0.41 - - [2025-07-28 02:24:27] "POST /ref-update HTTP/1.1" 200 156 0.014351 10.0.0.41 - - [2025-07-28 02:24:27] "PUT /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b HTTP/1.1" 200 264 0.038048 10.0.0.41 - - [2025-07-28 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.002419 10.0.0.41 - - [2025-07-28 02:24:28] "POST /neutron/network HTTP/1.1" 200 843 0.005666 10.0.0.41 - - [2025-07-28 02:24:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2025-07-28 02:24:28] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.41 - - [2025-07-28 02:24:28] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-07-28 02:24:28] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001283 10.0.0.41 - - [2025-07-28 02:24:28] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.051693 10.0.0.41 - - [2025-07-28 02:24:28] "POST /neutron/network HTTP/1.1" 200 833 0.006943 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.005591 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.005223 10.0.0.41 - - [2025-07-28 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001460 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.006582 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 842 0.006258 10.0.0.41 - - [2025-07-28 02:24:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 843 0.005788 10.0.0.41 - - [2025-07-28 02:24:29] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001075 10.0.0.41 - - [2025-07-28 02:24:29] "GET / HTTP/1.1" 200 35931 0.002649 10.0.0.41 - - [2025-07-28 02:24:29] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1055 0.219284 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1055 0.009870 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1055 0.009341 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1109 0.066134 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 1083 0.012615 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003686 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.008514 10.0.0.41 - - [2025-07-28 02:24:29] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001155 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.41 - - [2025-07-28 02:24:29] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.064181 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 833 0.007860 10.0.0.41 - - [2025-07-28 02:24:29] "POST /neutron/network HTTP/1.1" 200 832 0.008991 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1083 0.014580 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006821 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 117 0.005001 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1083 0.018363 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014034 10.0.0.41 - - [2025-07-28 02:24:30] "GET /obj-perms HTTP/1.1" 200 5056 0.066512 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/network HTTP/1.1" 200 842 0.008164 10.0.0.41 - - [2025-07-28 02:24:30] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001657 10.0.0.41 - - [2025-07-28 02:24:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048059 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1054 0.263064 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1054 0.011675 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1054 0.010121 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1108 0.073893 10.0.0.41 - - [2025-07-28 02:24:30] "POST /neutron/port HTTP/1.1" 200 1082 0.013660 10.0.0.41 - - [2025-07-28 02:24:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.41 - - [2025-07-28 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 704 0.008066 10.0.0.41 - - [2025-07-28 02:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.41 - - [2025-07-28 02:24:31] "POST /neutron/network HTTP/1.1" 200 832 0.005718 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014423 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009219 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012427 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007177 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012978 10.0.0.41 - - [2025-07-28 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008571 10.0.0.41 - - [2025-07-28 02:24:35] "GET /virtual-machine/3daa6202-3a90-4bfc-b81b-cca83ad221a9 HTTP/1.1" 401 292 0.005117 10.0.0.41 - - [2025-07-28 02:24:35] "GET /virtual-machine/3daa6202-3a90-4bfc-b81b-cca83ad221a9 HTTP/1.1" 200 1285 0.035705 10.0.0.41 - - [2025-07-28 02:24:35] "GET /virtual-machine-interface/b7d15a20-a8aa-4a64-9c67-877150e199bc HTTP/1.1" 200 2928 0.005744 10.0.0.41 - - [2025-07-28 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.41 - - [2025-07-28 02:24:35] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003396 10.0.0.41 - - [2025-07-28 02:24:36] "GET /virtual-networks?parent_id=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003222 10.0.0.41 - - [2025-07-28 02:24:36] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005723 10.0.0.41 - - [2025-07-28 02:24:38] "POST /neutron/port HTTP/1.1" 200 1083 0.012186 10.0.0.41 - - [2025-07-28 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006493 10.0.0.41 - - [2025-07-28 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-07-28 02:24:39] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005401 10.0.0.41 - - [2025-07-28 02:24:39] "POST /neutron/port HTTP/1.1" 200 1082 0.016372 10.0.0.41 - - [2025-07-28 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005975 10.0.0.41 - - [2025-07-28 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.41 - - [2025-07-28 02:24:41] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003658 10.0.0.41 - - [2025-07-28 02:24:41] "GET /virtual-networks?parent_id=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004260 10.0.0.41 - - [2025-07-28 02:24:41] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005912 10.0.0.41 - - [2025-07-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1082 0.013036 10.0.0.41 - - [2025-07-28 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007761 10.0.0.41 - - [2025-07-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1082 0.012119 10.0.0.41 - - [2025-07-28 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007392 10.0.0.41 - - [2025-07-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 1082 0.011731 10.0.0.41 - - [2025-07-28 02:24:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008473 10.0.0.41 - - [2025-07-28 02:24:42] "GET /virtual-machine/f5637d7d-6501-4686-aca6-399c0497b28b HTTP/1.1" 200 1286 0.006576 10.0.0.41 - - [2025-07-28 02:24:42] "GET /virtual-machine-interface/3c4ea3d5-d481-4a11-868f-05bbffa53217 HTTP/1.1" 200 2926 0.005948 10.0.0.41 - - [2025-07-28 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-07-28 02:24:42] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003936 10.0.0.41 - - [2025-07-28 02:24:42] "GET /virtual-networks?parent_id=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003921 10.0.0.41 - - [2025-07-28 02:24:42] "GET /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006098 10.0.0.41 - - [2025-07-28 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-07-28 02:24:43] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003966 10.0.0.41 - - [2025-07-28 02:24:43] "GET /virtual-networks?parent_id=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003548 10.0.0.41 - - [2025-07-28 02:24:43] "GET /virtual-network/7a5b68de-bfb5-4507-8902-7ce08d9b5e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006217 10.0.0.41 - - [2025-07-28 02:24:43] "POST /routing-policys HTTP/1.1" 200 534 0.018305 10.0.0.41 - - [2025-07-28 02:24:43] "GET /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005281 10.0.0.41 - - [2025-07-28 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.018590 10.0.0.41 - - [2025-07-28 02:24:43] "PUT /virtual-network/a3e16d09-0033-4ff0-a2e6-f84ac416106e HTTP/1.1" 200 264 0.049021 10.0.0.41 - - [2025-07-28 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.031687 10.0.0.41 - - [2025-07-28 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.41 - - [2025-07-28 02:24:47] "DELETE /routing-policy/f052efb7-151f-4748-adfa-fbaac698c81a HTTP/1.1" 200 115 0.038347 10.0.0.41 - - [2025-07-28 02:24:47] "POST /neutron/network HTTP/1.1" 200 832 0.005622 10.0.0.41 - - [2025-07-28 02:24:47] "POST /neutron/network HTTP/1.1" 400 204 0.011091 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 1082 0.012336 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 1108 0.008879 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 1083 0.011580 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010584 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 151 0.137729 10.0.0.41 - - [2025-07-28 02:24:48] "POST /neutron/port HTTP/1.1" 200 151 0.126644 10.0.0.41 - - [2025-07-28 02:24:49] "POST /neutron/network HTTP/1.1" 200 832 0.006337 10.0.0.41 - - [2025-07-28 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.41 - - [2025-07-28 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002087 10.0.0.41 - - [2025-07-28 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.41 - - [2025-07-28 02:24:49] "POST /neutron/network HTTP/1.1" 200 151 0.081609 10.0.0.41 - - [2025-07-28 02:24:49] "DELETE /route-target/47728e6f-d541-48ec-a10f-02ddb7e2c806 HTTP/1.1" 200 115 0.013765 10.0.0.41 - - [2025-07-28 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2025-07-28 02:24:49] "POST /neutron/network HTTP/1.1" 200 833 0.004693 10.0.0.41 - - [2025-07-28 02:24:49] "DELETE /route-target/0772a216-588a-4856-8ff4-73328a8495ac HTTP/1.1" 409 239 0.012136 10.0.0.41 - - [2025-07-28 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002272 10.0.0.41 - - [2025-07-28 02:24:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002298 10.0.0.41 - - [2025-07-28 02:24:49] "POST /neutron/network HTTP/1.1" 200 151 0.096439 10.0.0.41 - - [2025-07-28 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.41 - - [2025-07-28 02:24:49] "DELETE /route-target/28075811-3302-43fa-a9e3-74351ae4cecd HTTP/1.1" 200 115 0.025780 10.0.0.41 - - [2025-07-28 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.41 - - [2025-07-28 02:24:50] "DELETE /route-target/0772a216-588a-4856-8ff4-73328a8495ac HTTP/1.1" 200 115 0.016866 10.0.0.41 - - [2025-07-28 02:24:50] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001122 10.0.0.41 - - [2025-07-28 02:24:50] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.037211 10.0.0.41 - - [2025-07-28 02:24:50] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.41 - - [2025-07-28 02:24:50] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?fields=virtual_networks HTTP/1.1" 200 1018 0.071223 10.0.0.41 - - [2025-07-28 02:24:50] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.41 - - [2025-07-28 02:24:50] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.024728 10.0.0.41 - - [2025-07-28 02:24:50] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001456 10.0.0.41 - - [2025-07-28 02:24:50] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?fields=security_groups HTTP/1.1" 200 1237 0.038563 10.0.0.41 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.028467 10.0.0.41 - - [2025-07-28 02:24:51] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.41 - - [2025-07-28 02:24:51] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001608 10.0.0.41 - - [2025-07-28 02:24:51] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008984 10.0.0.41 - - [2025-07-28 02:24:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.001601 10.0.0.41 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.004268 10.0.0.41 - - [2025-07-28 02:24:51] "POST /security-groups HTTP/1.1" 200 589 0.067427 10.0.0.41 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.003027 10.0.0.41 - - [2025-07-28 02:24:51] "POST /projects HTTP/1.1" 200 581 0.232050 10.0.0.41 - - [2025-07-28 02:24:51] "POST /access-control-lists HTTP/1.1" 200 594 0.062044 10.0.0.41 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.307149 10.0.0.41 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002831 10.0.0.41 - - [2025-07-28 02:24:51] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.446864 10.0.0.41 - - [2025-07-28 02:24:51] "POST /access-control-lists HTTP/1.1" 200 592 0.063411 10.0.0.41 - - [2025-07-28 02:24:52] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.41 - - [2025-07-28 02:24:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2025-07-28 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.057886 10.0.0.41 - - [2025-07-28 02:24:53] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.41 - - [2025-07-28 02:24:53] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.024302 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/network HTTP/1.1" 200 117 0.029564 10.0.0.41 - - [2025-07-28 02:24:54] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001487 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/network HTTP/1.1" 200 613 0.068804 10.0.0.41 - - [2025-07-28 02:24:54] "POST /route-targets HTTP/1.1" 200 327 0.011233 10.0.0.41 - - [2025-07-28 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.012433 10.0.0.41 - - [2025-07-28 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004078 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.189387 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/network HTTP/1.1" 200 834 0.008192 10.0.0.41 - - [2025-07-28 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001495 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007389 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/network HTTP/1.1" 200 834 0.005523 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005116 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/network HTTP/1.1" 200 834 0.006196 10.0.0.41 - - [2025-07-28 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.006539 10.0.0.41 - - [2025-07-28 02:24:54] "GET /domains HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-07-28 02:24:54] "GET /domains HTTP/1.1" 200 280 0.027932 10.0.0.41 - - [2025-07-28 02:24:54] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.41 - - [2025-07-28 02:24:54] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.009163 10.0.0.41 - - [2025-07-28 02:24:54] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.41 - - [2025-07-28 02:24:54] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2080 0.072788 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9 HTTP/1.1" 200 2323 0.008202 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9 HTTP/1.1" 200 2323 0.004985 10.0.0.41 - - [2025-07-28 02:24:54] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 200 1494 0.004012 10.0.0.41 - - [2025-07-28 02:24:54] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 200 1494 0.004127 10.0.0.41 - - [2025-07-28 02:24:54] "GET /route-target/818075ff-3703-4425-bea0-de62a0b9f9b3 HTTP/1.1" 200 1212 0.003626 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9 HTTP/1.1" 200 2323 0.004951 10.0.0.41 - - [2025-07-28 02:24:54] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 200 1494 0.003261 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005557 10.0.0.41 - - [2025-07-28 02:24:54] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9 HTTP/1.1" 200 2323 0.006205 10.0.0.41 - - [2025-07-28 02:24:55] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 200 1494 0.003570 10.0.0.41 - - [2025-07-28 02:24:55] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 200 1494 0.004196 10.0.0.41 - - [2025-07-28 02:24:55] "GET /route-target/818075ff-3703-4425-bea0-de62a0b9f9b3 HTTP/1.1" 200 1212 0.003577 10.0.0.41 - - [2025-07-28 02:24:55] "GET /domains HTTP/1.1" 200 280 0.004126 10.0.0.41 - - [2025-07-28 02:24:55] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001562 10.0.0.41 - - [2025-07-28 02:24:55] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.009522 10.0.0.41 - - [2025-07-28 02:24:55] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.41 - - [2025-07-28 02:24:55] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2080 0.071358 10.0.0.41 - - [2025-07-28 02:24:55] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9 HTTP/1.1" 200 2323 0.005408 10.0.0.41 - - [2025-07-28 02:24:55] "GET /obj-perms HTTP/1.1" 200 5026 0.049807 10.0.0.41 - - [2025-07-28 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.41 - - [2025-07-28 02:24:55] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.41 - - [2025-07-28 02:24:55] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030316 10.0.0.41 - - [2025-07-28 02:24:55] "POST /neutron/network HTTP/1.1" 200 117 0.009689 10.0.0.41 - - [2025-07-28 02:24:55] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.41 - - [2025-07-28 02:24:55] "POST /neutron/network HTTP/1.1" 200 613 0.066967 10.0.0.41 - - [2025-07-28 02:24:55] "POST /route-targets HTTP/1.1" 200 327 0.010192 10.0.0.41 - - [2025-07-28 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.010756 10.0.0.41 - - [2025-07-28 02:24:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002389 10.0.0.41 - - [2025-07-28 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.184023 10.0.0.41 - - [2025-07-28 02:24:55] "POST /neutron/network HTTP/1.1" 200 829 0.005526 10.0.0.41 - - [2025-07-28 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.41 - - [2025-07-28 02:24:55] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004933 10.0.0.41 - - [2025-07-28 02:24:55] "POST /neutron/network HTTP/1.1" 200 829 0.005663 10.0.0.41 - - [2025-07-28 02:24:55] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005027 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 829 0.006026 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 710 0.007339 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domains HTTP/1.1" 200 280 0.002476 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.007575 10.0.0.41 - - [2025-07-28 02:24:56] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.41 - - [2025-07-28 02:24:56] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2298 0.069597 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347 HTTP/1.1" 200 2309 0.006018 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347 HTTP/1.1" 200 2309 0.005120 10.0.0.41 - - [2025-07-28 02:24:56] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 200 1494 0.003806 10.0.0.41 - - [2025-07-28 02:24:56] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 200 1494 0.003577 10.0.0.41 - - [2025-07-28 02:24:56] "GET /route-target/3ab333ca-afd8-47c1-8813-2c3497d0a827 HTTP/1.1" 200 1211 0.003268 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347 HTTP/1.1" 200 2309 0.005069 10.0.0.41 - - [2025-07-28 02:24:56] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 200 1494 0.003484 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005558 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347 HTTP/1.1" 200 2309 0.005583 10.0.0.41 - - [2025-07-28 02:24:56] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 200 1494 0.003561 10.0.0.41 - - [2025-07-28 02:24:56] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 200 1494 0.004258 10.0.0.41 - - [2025-07-28 02:24:56] "GET /route-target/3ab333ca-afd8-47c1-8813-2c3497d0a827 HTTP/1.1" 200 1211 0.003655 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domains HTTP/1.1" 200 280 0.003817 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.007668 10.0.0.41 - - [2025-07-28 02:24:56] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001823 10.0.0.41 - - [2025-07-28 02:24:56] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2298 0.075672 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347 HTTP/1.1" 200 2309 0.004663 10.0.0.41 - - [2025-07-28 02:24:56] "GET /obj-perms HTTP/1.1" 200 5026 0.003420 10.0.0.41 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.41 - - [2025-07-28 02:24:56] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.41 - - [2025-07-28 02:24:56] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027164 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 117 0.010796 10.0.0.41 - - [2025-07-28 02:24:56] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 615 0.070072 10.0.0.41 - - [2025-07-28 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.011286 10.0.0.41 - - [2025-07-28 02:24:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 719 0.168808 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 833 0.005999 10.0.0.41 - - [2025-07-28 02:24:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001154 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005071 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 833 0.006838 10.0.0.41 - - [2025-07-28 02:24:56] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005512 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/network HTTP/1.1" 200 833 0.006051 10.0.0.41 - - [2025-07-28 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 719 0.006727 10.0.0.41 - - [2025-07-28 02:24:56] "GET /domains HTTP/1.1" 200 280 0.002564 10.0.0.41 - - [2025-07-28 02:24:57] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.41 - - [2025-07-28 02:24:57] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.007300 10.0.0.41 - - [2025-07-28 02:24:57] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.41 - - [2025-07-28 02:24:57] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2517 0.071585 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695 HTTP/1.1" 200 2321 0.005949 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695 HTTP/1.1" 200 2321 0.004860 10.0.0.41 - - [2025-07-28 02:24:57] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 200 1497 0.003356 10.0.0.41 - - [2025-07-28 02:24:57] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 200 1497 0.003240 10.0.0.41 - - [2025-07-28 02:24:57] "GET /route-target/d5d09139-ac9b-43a5-8577-5d5b15338294 HTTP/1.1" 200 1214 0.003082 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695 HTTP/1.1" 200 2321 0.007133 10.0.0.41 - - [2025-07-28 02:24:57] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 200 1497 0.005183 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004968 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695 HTTP/1.1" 200 2321 0.004957 10.0.0.41 - - [2025-07-28 02:24:57] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 200 1497 0.003506 10.0.0.41 - - [2025-07-28 02:24:57] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 200 1497 0.003604 10.0.0.41 - - [2025-07-28 02:24:57] "GET /route-target/d5d09139-ac9b-43a5-8577-5d5b15338294 HTTP/1.1" 200 1214 0.003047 10.0.0.41 - - [2025-07-28 02:24:57] "GET /domains HTTP/1.1" 200 280 0.002868 10.0.0.41 - - [2025-07-28 02:24:57] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.41 - - [2025-07-28 02:24:57] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2751 0.007609 10.0.0.41 - - [2025-07-28 02:24:57] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.41 - - [2025-07-28 02:24:57] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2517 0.088261 10.0.0.41 - - [2025-07-28 02:24:57] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695 HTTP/1.1" 200 2321 0.005023 10.0.0.41 - - [2025-07-28 02:24:57] "GET /obj-perms HTTP/1.1" 200 5026 0.006087 10.0.0.41 - - [2025-07-28 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.002555 10.0.0.41 - - [2025-07-28 02:24:57] "POST /neutron/network HTTP/1.1" 200 839 0.005990 10.0.0.41 - - [2025-07-28 02:24:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.41 - - [2025-07-28 02:24:57] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.41 - - [2025-07-28 02:24:57] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-07-28 02:24:58] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.41 - - [2025-07-28 02:24:58] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050973 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 829 0.005574 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.007016 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.007366 10.0.0.41 - - [2025-07-28 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.002197 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.005917 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 843 0.006798 10.0.0.41 - - [2025-07-28 02:24:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000489 10.0.0.41 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 839 0.006967 10.0.0.41 - - [2025-07-28 02:24:58] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001525 10.0.0.41 - - [2025-07-28 02:24:58] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.41 - - [2025-07-28 02:24:58] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1055 0.221833 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1055 0.010882 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1055 0.012255 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1109 0.058712 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1083 0.011420 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003931 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 684 0.008985 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/network HTTP/1.1" 200 829 0.005945 10.0.0.41 - - [2025-07-28 02:24:59] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.41 - - [2025-07-28 02:24:59] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052632 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/network HTTP/1.1" 200 833 0.006558 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 1083 0.014172 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011432 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 117 0.007406 10.0.0.41 - - [2025-07-28 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003156 10.0.0.41 - - [2025-07-28 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.41 - - [2025-07-28 02:24:59] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001778 10.0.0.41 - - [2025-07-28 02:24:59] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010288 10.0.0.41 - - [2025-07-28 02:24:59] "POST /service-templates HTTP/1.1" 200 543 0.020330 10.0.0.41 - - [2025-07-28 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.41 - - [2025-07-28 02:24:59] "GET /service-template/b8cf40af-3c48-4157-8d10-352293c68e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007242 10.0.0.41 - - [2025-07-28 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.41 - - [2025-07-28 02:24:59] "POST /neutron/network HTTP/1.1" 200 843 0.006197 10.0.0.41 - - [2025-07-28 02:24:59] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.41 - - [2025-07-28 02:24:59] "GET /service-template/b8cf40af-3c48-4157-8d10-352293c68e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004908 10.0.0.41 - - [2025-07-28 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001799 10.0.0.41 - - [2025-07-28 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001559 10.0.0.41 - - [2025-07-28 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.002976 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1057 0.284766 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1057 0.016344 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1998 0.022178 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009098 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1057 0.016474 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1111 0.058107 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 1085 0.011779 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005040 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/subnet HTTP/1.1" 200 693 0.008449 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.002111 10.0.0.41 - - [2025-07-28 02:25:00] "POST /neutron/network HTTP/1.1" 200 833 0.006243 10.0.0.41 - - [2025-07-28 02:25:01] "POST /neutron/network HTTP/1.1" 200 2221 0.016706 10.0.0.41 - - [2025-07-28 02:25:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.41 - - [2025-07-28 02:25:01] "GET / HTTP/1.1" 200 35931 0.002392 10.0.0.41 - - [2025-07-28 02:25:01] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.41 - - [2025-07-28 02:25:01] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.41 - - [2025-07-28 02:25:01] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065744 10.0.0.41 - - [2025-07-28 02:25:01] "POST /neutron/network HTTP/1.1" 200 834 0.005735 10.0.0.41 - - [2025-07-28 02:25:01] "POST /neutron/network HTTP/1.1" 200 829 0.005793 10.0.0.41 - - [2025-07-28 02:25:01] "POST /neutron/network HTTP/1.1" 200 833 0.006586 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 2052 0.046642 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008718 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.005440 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.005273 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/network HTTP/1.1" 200 2221 0.012474 10.0.0.41 - - [2025-07-28 02:25:02] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001516 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 1060 0.237801 10.0.0.41 - - [2025-07-28 02:25:02] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001299 10.0.0.41 - - [2025-07-28 02:25:02] "POST /neutron/port HTTP/1.1" 200 1055 0.216325 10.0.0.41 - - [2025-07-28 02:25:02] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1057 0.206355 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009371 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1060 0.008867 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1114 0.068769 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1055 0.011027 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1055 0.014756 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1109 0.069643 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1057 0.010611 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1057 0.010439 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 1111 0.064857 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 3023 0.021638 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004552 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.007582 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/network HTTP/1.1" 200 834 0.005927 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 684 0.007774 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/network HTTP/1.1" 200 829 0.007298 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 693 0.007401 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.41 - - [2025-07-28 02:25:03] "POST /neutron/network HTTP/1.1" 200 833 0.006175 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 3023 0.019167 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008620 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 3023 0.022673 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006898 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 3023 0.024435 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009006 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 3023 0.024648 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007372 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/port HTTP/1.1" 200 3023 0.018098 10.0.0.41 - - [2025-07-28 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006908 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-machine/836bd87e-235b-4e2d-9726-de159314738b HTTP/1.1" 200 1802 0.005218 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b HTTP/1.1" 200 2949 0.005023 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80 HTTP/1.1" 200 2947 0.009166 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a HTTP/1.1" 200 2946 0.007496 10.0.0.41 - - [2025-07-28 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.41 - - [2025-07-28 02:25:07] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003619 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003095 10.0.0.41 - - [2025-07-28 02:25:07] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005727 10.0.0.41 - - [2025-07-28 02:25:08] "POST /neutron/port HTTP/1.1" 200 1083 0.012616 10.0.0.41 - - [2025-07-28 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009953 10.0.0.41 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1085 0.011743 10.0.0.41 - - [2025-07-28 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005651 10.0.0.41 - - [2025-07-28 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.41 - - [2025-07-28 02:25:10] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004923 10.0.0.41 - - [2025-07-28 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2025-07-28 02:25:15] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005792 10.0.0.41 - - [2025-07-28 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.41 - - [2025-07-28 02:25:19] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005021 10.0.0.41 - - [2025-07-28 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.41 - - [2025-07-28 02:25:23] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005828 10.0.0.41 - - [2025-07-28 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.41 - - [2025-07-28 02:25:25] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003288 10.0.0.41 - - [2025-07-28 02:25:25] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003737 10.0.0.41 - - [2025-07-28 02:25:25] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006103 10.0.0.41 - - [2025-07-28 02:25:25] "POST /neutron/port HTTP/1.1" 200 3023 0.019204 10.0.0.41 - - [2025-07-28 02:25:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007976 10.0.0.41 - - [2025-07-28 02:25:26] "DELETE /project/2d04fbf13d034072bc3fa679b1de78c9 HTTP/1.1" 404 173 0.008706 10.0.0.41 - - [2025-07-28 02:25:26] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001386 10.0.0.41 - - [2025-07-28 02:25:26] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.038590 10.0.0.41 - - [2025-07-28 02:25:26] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001412 10.0.0.41 - - [2025-07-28 02:25:26] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?fields=security_groups HTTP/1.1" 200 1342 0.070198 10.0.0.41 - - [2025-07-28 02:25:26] "DELETE /security-group/2a225fb4-ebc3-4cb1-a081-f8e35b615723 HTTP/1.1" 200 115 0.040858 10.0.0.41 - - [2025-07-28 02:25:26] "GET /projects?obj_uuids=905f4edf-e7f9-4dc4-8a98-1d1d397443e9&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001166 10.0.0.41 - - [2025-07-28 02:25:26] "DELETE /access-control-list/9bed85f3-563d-49d4-80c8-372c21b0b47c HTTP/1.1" 200 115 0.038831 10.0.0.41 - - [2025-07-28 02:25:26] "GET /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9?fields=application_policy_sets HTTP/1.1" 200 1381 0.039308 10.0.0.41 - - [2025-07-28 02:25:26] "DELETE /access-control-list/357222f2-b975-47ef-b2bd-c3a0ab8a9797 HTTP/1.1" 200 115 0.026620 10.0.0.41 - - [2025-07-28 02:25:26] "DELETE /project/905f4edf-e7f9-4dc4-8a98-1d1d397443e9 HTTP/1.1" 200 115 0.374960 10.0.0.41 - - [2025-07-28 02:25:30] "POST /neutron/port HTTP/1.1" 200 3023 0.022514 10.0.0.41 - - [2025-07-28 02:25:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006177 10.0.0.41 - - [2025-07-28 02:25:31] "GET /obj-perms HTTP/1.1" 200 5056 0.051319 10.0.0.41 - - [2025-07-28 02:25:31] "GET /obj-perms HTTP/1.1" 200 5056 0.044354 10.0.0.41 - - [2025-07-28 02:25:34] "POST /neutron/port HTTP/1.1" 200 3023 0.018179 10.0.0.41 - - [2025-07-28 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005981 10.0.0.41 - - [2025-07-28 02:25:36] "POST /neutron/port HTTP/1.1" 200 3023 0.016331 10.0.0.41 - - [2025-07-28 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007031 10.0.0.41 - - [2025-07-28 02:25:39] "GET /global-system-configs HTTP/1.1" 200 322 0.033386 10.0.0.41 - - [2025-07-28 02:25:39] "GET /obj-perms HTTP/1.1" 200 5056 0.065734 10.0.0.41 - - [2025-07-28 02:25:40] "GET /global-system-configs HTTP/1.1" 200 322 0.035689 10.0.0.41 - - [2025-07-28 02:25:40] "GET /obj-perms HTTP/1.1" 200 5056 0.080382 10.0.0.41 - - [2025-07-28 02:25:41] "POST /neutron/port HTTP/1.1" 200 3023 0.017277 10.0.0.41 - - [2025-07-28 02:25:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007391 10.0.0.41 - - [2025-07-28 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.41 - - [2025-07-28 02:25:46] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003155 10.0.0.41 - - [2025-07-28 02:25:46] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002958 10.0.0.41 - - [2025-07-28 02:25:46] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005465 10.0.0.41 - - [2025-07-28 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.41 - - [2025-07-28 02:25:46] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003346 10.0.0.41 - - [2025-07-28 02:25:46] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003031 10.0.0.41 - - [2025-07-28 02:25:46] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006217 10.0.0.41 - - [2025-07-28 02:25:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002933 10.0.0.41 - - [2025-07-28 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.41 - - [2025-07-28 02:25:47] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.027489 10.0.0.41 - - [2025-07-28 02:25:47] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059388 10.0.0.41 - - [2025-07-28 02:25:47] "POST /service-instances HTTP/1.1" 200 543 0.067898 10.0.0.41 - - [2025-07-28 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.41 - - [2025-07-28 02:25:47] "GET /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005023 10.0.0.41 - - [2025-07-28 02:25:47] "POST /port-tuples HTTP/1.1" 200 586 0.024913 10.0.0.41 - - [2025-07-28 02:25:47] "GET /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006429 10.0.0.41 - - [2025-07-28 02:25:47] "PUT /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80 HTTP/1.1" 200 284 0.021413 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.010546 10.0.0.41 - - [2025-07-28 02:25:47] "POST /instance-ips HTTP/1.1" 200 385 0.028613 10.0.0.41 - - [2025-07-28 02:25:47] "GET /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.008721 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.011167 10.0.0.41 - - [2025-07-28 02:25:47] "PUT /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a HTTP/1.1" 200 284 0.010577 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.011046 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.009724 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-07-28 02:25:47] "GET /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005696 10.0.0.41 - - [2025-07-28 02:25:47] "POST /instance-ips HTTP/1.1" 200 385 0.030073 10.0.0.41 - - [2025-07-28 02:25:47] "PUT /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b HTTP/1.1" 200 284 0.012896 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.009075 10.0.0.41 - - [2025-07-28 02:25:47] "POST /ref-update HTTP/1.1" 200 156 0.011925 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.011658 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/port HTTP/1.1" 200 1083 0.012719 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008086 10.0.0.41 - - [2025-07-28 02:25:48] "POST /instance-ips HTTP/1.1" 200 373 0.021702 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/port HTTP/1.1" 200 1083 0.022389 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.025494 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.026761 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.011371 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/port HTTP/1.1" 200 1083 0.019888 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-07-28 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008563 10.0.0.41 - - [2025-07-28 02:25:48] "GET /virtual-machine/750ee634-5e2e-4434-ab27-d5105b9b18ab HTTP/1.1" 200 1290 0.007588 10.0.0.41 - - [2025-07-28 02:25:48] "GET /virtual-machine-interface/8066a1aa-e654-440f-9bc5-c49512c2044d HTTP/1.1" 200 2946 0.005659 10.0.0.41 - - [2025-07-28 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.41 - - [2025-07-28 02:25:48] "POST /instance-ips HTTP/1.1" 200 373 0.022061 10.0.0.41 - - [2025-07-28 02:25:48] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008248 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.011608 10.0.0.41 - - [2025-07-28 02:25:48] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.010098 10.0.0.41 - - [2025-07-28 02:25:48] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005827 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.014675 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003140 10.0.0.41 - - [2025-07-28 02:25:48] "POST /instance-ips HTTP/1.1" 200 375 0.018930 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.011372 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.009226 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004322 10.0.0.41 - - [2025-07-28 02:25:48] "POST /instance-ips HTTP/1.1" 200 375 0.017917 10.0.0.41 - - [2025-07-28 02:25:48] "POST /ref-update HTTP/1.1" 200 156 0.010029 10.0.0.41 - - [2025-07-28 02:25:49] "POST /ref-update HTTP/1.1" 200 156 0.008984 10.0.0.41 - - [2025-07-28 02:25:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002879 10.0.0.41 - - [2025-07-28 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.41 - - [2025-07-28 02:25:49] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004094 10.0.0.41 - - [2025-07-28 02:25:49] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003182 10.0.0.41 - - [2025-07-28 02:25:49] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005674 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/port HTTP/1.1" 200 1085 0.011566 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007109 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/port HTTP/1.1" 200 1085 0.014612 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007057 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/port HTTP/1.1" 200 1085 0.011740 10.0.0.41 - - [2025-07-28 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007055 10.0.0.41 - - [2025-07-28 02:25:50] "GET /virtual-machine/97b7d3ca-9cf3-4fbf-9ab0-10f8d3909c77 HTTP/1.1" 200 1291 0.005191 10.0.0.41 - - [2025-07-28 02:25:50] "GET /virtual-machine-interface/3c0e1aae-74ba-4fae-9148-f431dbfab8c4 HTTP/1.1" 200 2949 0.005073 10.0.0.41 - - [2025-07-28 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-07-28 02:25:50] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003352 10.0.0.41 - - [2025-07-28 02:25:50] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003288 10.0.0.41 - - [2025-07-28 02:25:50] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006742 10.0.0.41 - - [2025-07-28 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.41 - - [2025-07-28 02:25:51] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003245 10.0.0.41 - - [2025-07-28 02:25:51] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003162 10.0.0.41 - - [2025-07-28 02:25:51] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005716 10.0.0.41 - - [2025-07-28 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.003311 10.0.0.41 - - [2025-07-28 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.41 - - [2025-07-28 02:25:51] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.41 - - [2025-07-28 02:25:51] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027822 10.0.0.41 - - [2025-07-28 02:25:51] "POST /network-policys HTTP/1.1" 200 547 0.017728 10.0.0.41 - - [2025-07-28 02:25:51] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005088 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.41 - - [2025-07-28 02:25:52] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006312 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.41 - - [2025-07-28 02:25:52] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003560 10.0.0.41 - - [2025-07-28 02:25:52] "POST /ref-update HTTP/1.1" 200 156 0.045526 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.034415 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.41 - - [2025-07-28 02:25:52] "POST /access-control-lists HTTP/1.1" 200 601 0.060985 10.0.0.41 - - [2025-07-28 02:25:52] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004793 10.0.0.41 - - [2025-07-28 02:25:52] "POST /neutron/network HTTP/1.1" 200 917 0.008847 10.0.0.41 - - [2025-07-28 02:25:52] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005526 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.41 - - [2025-07-28 02:25:52] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003795 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.41 - - [2025-07-28 02:25:52] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005640 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.41 - - [2025-07-28 02:25:52] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003817 10.0.0.41 - - [2025-07-28 02:25:52] "POST /ref-update HTTP/1.1" 200 156 0.032094 10.0.0.41 - - [2025-07-28 02:25:52] "PUT /access-control-list/e6b470e8-806a-434f-880a-9ca926552291 HTTP/1.1" 200 272 0.010950 10.0.0.41 - - [2025-07-28 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.41 - - [2025-07-28 02:25:52] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004281 10.0.0.41 - - [2025-07-28 02:25:52] "POST /neutron/network HTTP/1.1" 200 921 0.006887 10.0.0.41 - - [2025-07-28 02:25:52] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005613 10.0.0.41 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.41 - - [2025-07-28 02:25:53] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004605 10.0.0.41 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.41 - - [2025-07-28 02:25:53] "GET /service-template/b8cf40af-3c48-4157-8d10-352293c68e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003771 10.0.0.41 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.41 - - [2025-07-28 02:25:53] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.41 - - [2025-07-28 02:25:53] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036747 10.0.0.41 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.006172 10.0.0.41 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.41 - - [2025-07-28 02:25:53] "POST /access-control-lists HTTP/1.1" 200 604 0.061340 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/port HTTP/1.1" 200 1083 0.088066 10.0.0.41 - - [2025-07-28 02:25:53] "GET /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005380 10.0.0.41 - - [2025-07-28 02:25:53] "POST /routing-instances HTTP/1.1" 200 759 0.023567 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/port HTTP/1.1" 200 1083 0.018248 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domains HTTP/1.1" 200 280 0.006196 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2772 0.013066 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/network HTTP/1.1" 200 927 0.008914 10.0.0.41 - - [2025-07-28 02:25:53] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005749 10.0.0.41 - - [2025-07-28 02:25:53] "POST /route-targets HTTP/1.1" 200 327 0.010706 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/subnet HTTP/1.1" 200 684 0.007473 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.41 - - [2025-07-28 02:25:53] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 4233 0.076272 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/network HTTP/1.1" 200 917 0.008607 10.0.0.41 - - [2025-07-28 02:25:53] "GET /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4 HTTP/1.1" 200 3782 0.008099 10.0.0.41 - - [2025-07-28 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.019340 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domains HTTP/1.1" 200 280 0.003841 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.41 - - [2025-07-28 02:25:53] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2772 0.008073 10.0.0.41 - - [2025-07-28 02:25:53] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.41 - - [2025-07-28 02:25:53] "GET /routing-instance/894de61c-52cd-4a03-84c4-c77db3cf87b6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004068 10.0.0.41 - - [2025-07-28 02:25:53] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 4233 0.081105 10.0.0.41 - - [2025-07-28 02:25:53] "GET /routing-instance/894de61c-52cd-4a03-84c4-c77db3cf87b6?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.012862 10.0.0.41 - - [2025-07-28 02:25:53] "GET /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4 HTTP/1.1" 200 3782 0.003534 10.0.0.41 - - [2025-07-28 02:25:53] "GET /port-tuple/fd3c843e-09ac-4dbd-a3cf-c49ab4a70ae0 HTTP/1.1" 200 1980 0.004300 10.0.0.41 - - [2025-07-28 02:25:53] "GET /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b HTTP/1.1" 200 3804 0.006361 10.0.0.41 - - [2025-07-28 02:25:53] "GET /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80 HTTP/1.1" 200 3817 0.005471 10.0.0.41 - - [2025-07-28 02:25:53] "GET /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a HTTP/1.1" 200 3798 0.006752 10.0.0.41 - - [2025-07-28 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.020427 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/port HTTP/1.1" 200 3830 0.046186 10.0.0.41 - - [2025-07-28 02:25:53] "POST /routing-instances HTTP/1.1" 200 760 0.038145 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006453 10.0.0.41 - - [2025-07-28 02:25:53] "POST /route-targets HTTP/1.1" 200 327 0.030325 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/port HTTP/1.1" 200 3830 0.051513 10.0.0.41 - - [2025-07-28 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007072 10.0.0.41 - - [2025-07-28 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.016614 10.0.0.41 - - [2025-07-28 02:25:54] "GET /routing-instance/1df9c7ca-f19a-4112-ab3f-94d7a1a838cb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003913 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.035147 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006072 10.0.0.41 - - [2025-07-28 02:25:54] "GET /routing-instance/1df9c7ca-f19a-4112-ab3f-94d7a1a838cb?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003711 10.0.0.41 - - [2025-07-28 02:25:54] "PUT /routing-instance/894de61c-52cd-4a03-84c4-c77db3cf87b6 HTTP/1.1" 200 266 0.019734 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.049419 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006932 10.0.0.41 - - [2025-07-28 02:25:54] "PUT /routing-instance/1df9c7ca-f19a-4112-ab3f-94d7a1a838cb HTTP/1.1" 200 266 0.018207 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 891 0.016442 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 917 0.006576 10.0.0.41 - - [2025-07-28 02:25:54] "POST /ref-update HTTP/1.1" 200 156 0.017835 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 808 0.016135 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 834 0.008660 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 895 0.013575 10.0.0.41 - - [2025-07-28 02:25:54] "PUT /access-control-list/0cf4dcc2-8b6d-45ce-a7d9-7c92538cf4d5 HTTP/1.1" 200 272 0.013950 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/network HTTP/1.1" 200 921 0.005812 10.0.0.41 - - [2025-07-28 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.002991 10.0.0.41 - - [2025-07-28 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.41 - - [2025-07-28 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001954 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine/836bd87e-235b-4e2d-9726-de159314738b HTTP/1.1" 200 1802 0.004004 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b HTTP/1.1" 200 3804 0.005087 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80 HTTP/1.1" 200 3817 0.005186 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a HTTP/1.1" 200 3798 0.005171 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/0d839e2f-abff-4182-8a1a-f7cc6fdbbd81 HTTP/1.1" 200 1958 0.003727 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/80d5cd7f-f688-4b31-87ed-776974347d6c HTTP/1.1" 200 1620 0.005151 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/b6b5d610-5d2f-41e9-bf4b-564256b8292c HTTP/1.1" 200 1959 0.003426 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/a9a2cd51-5599-485d-89bc-9c996a6336c3 HTTP/1.1" 200 1623 0.004494 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/b8d45d21-1dea-4108-ba70-13c657771b8f HTTP/1.1" 200 1979 0.003664 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/c0f7854d-9739-462e-a6f0-80ab56f5a81c HTTP/1.1" 200 1981 0.004712 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/94dad7b6-91ca-470d-ada3-4971e57e5069 HTTP/1.1" 200 1957 0.004220 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/a945fb0a-7334-4683-aeaf-40b2f8752c29 HTTP/1.1" 200 1955 0.004131 10.0.0.41 - - [2025-07-28 02:25:54] "GET /instance-ip/d2f139cc-d523-49d9-9641-5c9943f94536 HTTP/1.1" 200 1619 0.006767 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.028458 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007155 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.029964 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006888 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.028708 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006154 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/port HTTP/1.1" 200 3830 0.033675 10.0.0.41 - - [2025-07-28 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006734 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine/836bd87e-235b-4e2d-9726-de159314738b HTTP/1.1" 200 1802 0.007122 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine-interface/499839b8-56cc-4954-bd0b-42b07f1e168b HTTP/1.1" 200 3804 0.004718 10.0.0.41 - - [2025-07-28 02:25:54] "GET /virtual-machine-interface/9de2a42c-bd11-48e2-a83a-3d674d08de80 HTTP/1.1" 200 3817 0.005026 10.0.0.41 - - [2025-07-28 02:25:55] "GET /virtual-machine-interface/cf76e461-8c39-4c64-8728-b5bca3f3c31a HTTP/1.1" 200 3798 0.005423 10.0.0.41 - - [2025-07-28 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-07-28 02:25:55] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003772 10.0.0.41 - - [2025-07-28 02:25:55] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003062 10.0.0.41 - - [2025-07-28 02:25:55] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008163 10.0.0.41 - - [2025-07-28 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.41 - - [2025-07-28 02:25:56] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003362 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003081 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005502 10.0.0.41 - - [2025-07-28 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-07-28 02:25:56] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004028 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002909 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006335 10.0.0.41 - - [2025-07-28 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-07-28 02:25:56] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004385 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003349 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005308 10.0.0.41 - - [2025-07-28 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.41 - - [2025-07-28 02:25:56] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003418 10.0.0.41 - - [2025-07-28 02:25:56] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003110 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.005704 10.0.0.41 - - [2025-07-28 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.41 - - [2025-07-28 02:25:57] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003544 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004079 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005892 10.0.0.41 - - [2025-07-28 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2025-07-28 02:25:57] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003679 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003323 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005355 10.0.0.41 - - [2025-07-28 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.41 - - [2025-07-28 02:25:57] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003888 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003795 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005136 10.0.0.41 - - [2025-07-28 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.41 - - [2025-07-28 02:25:57] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003493 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003267 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-network/003b8cf0-cd6e-47b1-bf8a-6422d078c5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004993 10.0.0.41 - - [2025-07-28 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-07-28 02:25:57] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003281 10.0.0.41 - - [2025-07-28 02:25:57] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003536 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005396 10.0.0.41 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.41 - - [2025-07-28 02:25:58] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003340 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004325 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006959 10.0.0.41 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.41 - - [2025-07-28 02:25:58] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003591 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003034 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005911 10.0.0.41 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.41 - - [2025-07-28 02:25:58] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003505 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-networks?parent_id=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003857 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005745 10.0.0.41 - - [2025-07-28 02:25:58] "GET /virtual-machine/836bd87e-235b-4e2d-9726-de159314738b HTTP/1.1" 200 1802 0.004363 10.0.0.41 - - [2025-07-28 02:25:58] "GET /domains HTTP/1.1" 200 280 0.002551 10.0.0.41 - - [2025-07-28 02:25:58] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.41 - - [2025-07-28 02:25:58] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2772 0.008050 10.0.0.41 - - [2025-07-28 02:25:58] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.41 - - [2025-07-28 02:25:58] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 4233 0.074192 10.0.0.41 - - [2025-07-28 02:25:58] "GET /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4 HTTP/1.1" 200 3782 0.003988 10.0.0.41 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-07-28 02:25:58] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003830 10.0.0.41 - - [2025-07-28 02:25:58] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006597 10.0.0.41 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.41 - - [2025-07-28 02:25:59] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004595 10.0.0.41 - - [2025-07-28 02:25:59] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006180 10.0.0.41 - - [2025-07-28 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-07-28 02:25:59] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006914 10.0.0.41 - - [2025-07-28 02:25:59] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?fields=routing_instances HTTP/1.1" 200 1682 0.006958 10.0.0.41 - - [2025-07-28 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.41 - - [2025-07-28 02:25:59] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005450 10.0.0.41 - - [2025-07-28 02:25:59] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?fields=routing_instances HTTP/1.1" 200 1688 0.007744 10.0.0.41 - - [2025-07-28 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.039023 10.0.0.41 - - [2025-07-28 02:26:03] "POST /neutron/network HTTP/1.1" 200 833 0.008314 10.0.0.41 - - [2025-07-28 02:26:03] "GET /virtual-network/3a5df5b8-87c5-42e7-963a-abf291247695?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007156 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /access-control-list/0cf4dcc2-8b6d-45ce-a7d9-7c92538cf4d5 HTTP/1.1" 200 115 0.059044 10.0.0.41 - - [2025-07-28 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /routing-instance/894de61c-52cd-4a03-84c4-c77db3cf87b6 HTTP/1.1" 200 115 0.032573 10.0.0.41 - - [2025-07-28 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.41 - - [2025-07-28 02:26:03] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003900 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /route-target/2a03245f-a82f-4328-84d8-ba84c0bfa933 HTTP/1.1" 200 115 0.033479 10.0.0.41 - - [2025-07-28 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.039964 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /routing-instance/1df9c7ca-f19a-4112-ab3f-94d7a1a838cb HTTP/1.1" 200 115 0.027930 10.0.0.41 - - [2025-07-28 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-07-28 02:26:03] "POST /neutron/network HTTP/1.1" 200 829 0.007489 10.0.0.41 - - [2025-07-28 02:26:03] "GET /virtual-network/3a7cbab8-dec9-405e-8a46-3a3437aac347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006790 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /route-target/9c7b510b-b3fb-42b6-8f84-3e1d94e6caa1 HTTP/1.1" 200 115 0.021441 10.0.0.41 - - [2025-07-28 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007092 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /access-control-list/e6b470e8-806a-434f-880a-9ca926552291 HTTP/1.1" 200 115 0.029163 10.0.0.41 - - [2025-07-28 02:26:03] "GET /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005882 10.0.0.41 - - [2025-07-28 02:26:03] "DELETE /network-policy/d2da3a8d-9a0d-4891-8bb1-b3c9f5aec23b HTTP/1.1" 200 115 0.024854 10.0.0.41 - - [2025-07-28 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /service-instance/0b42075e-e37b-4429-bfc8-b2592eb857b4 HTTP/1.1" 200 115 0.042578 10.0.0.41 - - [2025-07-28 02:26:04] "GET /domains HTTP/1.1" 200 280 0.004048 10.0.0.41 - - [2025-07-28 02:26:04] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.41 - - [2025-07-28 02:26:04] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2772 0.008203 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.016757 10.0.0.41 - - [2025-07-28 02:26:04] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001703 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/94dad7b6-91ca-470d-ada3-4971e57e5069 HTTP/1.1" 200 115 0.030298 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.010373 10.0.0.41 - - [2025-07-28 02:26:04] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 3759 0.078388 10.0.0.41 - - [2025-07-28 02:26:04] "GET /virtual-machine/836bd87e-235b-4e2d-9726-de159314738b HTTP/1.1" 200 1802 0.005593 10.0.0.41 - - [2025-07-28 02:26:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002787 10.0.0.41 - - [2025-07-28 02:26:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002519 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/0d839e2f-abff-4182-8a1a-f7cc6fdbbd81 HTTP/1.1" 200 115 0.026531 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.072911 10.0.0.41 - - [2025-07-28 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.010294 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /service-template/b8cf40af-3c48-4157-8d10-352293c68e64 HTTP/1.1" 200 115 0.027323 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/b8d45d21-1dea-4108-ba70-13c657771b8f HTTP/1.1" 200 115 0.029955 10.0.0.41 - - [2025-07-28 02:26:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004854 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.016455 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/a945fb0a-7334-4683-aeaf-40b2f8752c29 HTTP/1.1" 200 115 0.019542 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.013632 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/c0f7854d-9739-462e-a6f0-80ab56f5a81c HTTP/1.1" 200 115 0.026472 10.0.0.41 - - [2025-07-28 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.019353 10.0.0.41 - - [2025-07-28 02:26:04] "POST /neutron/network HTTP/1.1" 200 833 0.005910 10.0.0.41 - - [2025-07-28 02:26:04] "POST /neutron/network HTTP/1.1" 400 204 0.010945 10.0.0.41 - - [2025-07-28 02:26:04] "DELETE /instance-ip/b6b5d610-5d2f-41e9-bf4b-564256b8292c HTTP/1.1" 200 115 0.025558 10.0.0.41 - - [2025-07-28 02:26:04] "POST /neutron/port HTTP/1.1" 200 1085 0.012461 10.0.0.41 - - [2025-07-28 02:26:04] "POST /neutron/port HTTP/1.1" 200 1111 0.009026 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 151 0.119634 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 1083 0.012010 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 1109 0.015603 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 3023 0.025987 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 151 0.116016 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 1111 0.009050 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 151 0.109803 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 1114 0.010316 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 151 0.105948 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 1109 0.009406 10.0.0.41 - - [2025-07-28 02:26:05] "POST /neutron/port HTTP/1.1" 200 151 0.112394 10.0.0.41 - - [2025-07-28 02:26:06] "POST /neutron/network HTTP/1.1" 200 833 0.012959 10.0.0.41 - - [2025-07-28 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.41 - - [2025-07-28 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002732 10.0.0.41 - - [2025-07-28 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.41 - - [2025-07-28 02:26:06] "POST /neutron/network HTTP/1.1" 200 151 0.091214 10.0.0.41 - - [2025-07-28 02:26:06] "GET /routing-instance/49535669-d447-437a-931b-6816a2b59406 HTTP/1.1" 404 171 0.002790 10.0.0.41 - - [2025-07-28 02:26:06] "DELETE /route-target/d5d09139-ac9b-43a5-8577-5d5b15338294 HTTP/1.1" 200 115 0.024451 10.0.0.41 - - [2025-07-28 02:26:06] "GET /domains HTTP/1.1" 200 280 0.002484 10.0.0.41 - - [2025-07-28 02:26:06] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001596 10.0.0.41 - - [2025-07-28 02:26:06] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2572 0.055949 10.0.0.41 - - [2025-07-28 02:26:06] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001535 10.0.0.41 - - [2025-07-28 02:26:06] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2298 0.079333 10.0.0.41 - - [2025-07-28 02:26:06] "POST /neutron/network HTTP/1.1" 200 829 0.005405 10.0.0.41 - - [2025-07-28 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.41 - - [2025-07-28 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.41 - - [2025-07-28 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002881 10.0.0.41 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 151 0.078156 10.0.0.41 - - [2025-07-28 02:26:07] "DELETE /route-target/3ab333ca-afd8-47c1-8813-2c3497d0a827 HTTP/1.1" 200 115 0.019608 10.0.0.41 - - [2025-07-28 02:26:07] "GET /routing-instance/f489161f-d0f7-4b28-a450-314dff371597 HTTP/1.1" 404 171 0.002301 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domains HTTP/1.1" 200 280 0.002730 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2572 0.050797 10.0.0.41 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.41 - - [2025-07-28 02:26:07] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 2080 0.078657 10.0.0.41 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 834 0.006008 10.0.0.41 - - [2025-07-28 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.41 - - [2025-07-28 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.41 - - [2025-07-28 02:26:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001784 10.0.0.41 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 151 0.084484 10.0.0.41 - - [2025-07-28 02:26:07] "DELETE /route-target/818075ff-3703-4425-bea0-de62a0b9f9b3 HTTP/1.1" 200 115 0.015491 10.0.0.41 - - [2025-07-28 02:26:07] "GET /routing-instance/8c8fe4fa-4610-4c16-9291-c9e0c4234f25 HTTP/1.1" 404 171 0.002513 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domains HTTP/1.1" 200 280 0.002151 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.41 - - [2025-07-28 02:26:07] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2572 0.048234 10.0.0.41 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.41 - - [2025-07-28 02:26:07] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 1840 0.070133 10.0.0.41 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.41 - - [2025-07-28 02:26:07] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059571 10.0.0.41 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.41 - - [2025-07-28 02:26:07] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?fields=virtual_networks HTTP/1.1" 200 1028 0.075010 10.0.0.41 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.41 - - [2025-07-28 02:26:07] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.027498 10.0.0.41 - - [2025-07-28 02:26:08] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.41 - - [2025-07-28 02:26:08] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?fields=security_groups HTTP/1.1" 200 1252 0.025233 10.0.0.41 - - [2025-07-28 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.024661 10.0.0.41 - - [2025-07-28 02:26:08] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002689 10.0.0.41 - - [2025-07-28 02:26:08] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.41 - - [2025-07-28 02:26:08] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034884 10.0.0.41 - - [2025-07-28 02:26:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.002097 10.0.0.41 - - [2025-07-28 02:26:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.003739 10.0.0.41 - - [2025-07-28 02:26:09] "POST /security-groups HTTP/1.1" 200 592 0.067503 10.0.0.41 - - [2025-07-28 02:26:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002796 10.0.0.41 - - [2025-07-28 02:26:09] "POST /projects HTTP/1.1" 200 587 0.222639 10.0.0.41 - - [2025-07-28 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.291877 10.0.0.41 - - [2025-07-28 02:26:09] "POST /access-control-lists HTTP/1.1" 200 597 0.060541 10.0.0.41 - - [2025-07-28 02:26:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002515 10.0.0.41 - - [2025-07-28 02:26:09] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.443579 10.0.0.41 - - [2025-07-28 02:26:09] "POST /access-control-lists HTTP/1.1" 200 595 0.064080 10.0.0.41 - - [2025-07-28 02:26:10] "GET / HTTP/1.1" 200 35931 0.002828 10.0.0.41 - - [2025-07-28 02:26:11] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.41 - - [2025-07-28 02:26:11] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.41 - - [2025-07-28 02:26:11] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051397 10.0.0.41 - - [2025-07-28 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.003428 10.0.0.41 - - [2025-07-28 02:26:11] "POST /virtual-DNSs HTTP/1.1" 200 507 0.015402 10.0.0.41 - - [2025-07-28 02:26:11] "GET /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005947 10.0.0.41 - - [2025-07-28 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.41 - - [2025-07-28 02:26:12] "GET /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.015847 10.0.0.41 - - [2025-07-28 02:26:12] "GET /domains HTTP/1.1" 401 292 0.000496 10.0.0.41 - - [2025-07-28 02:26:12] "GET /domains HTTP/1.1" 200 280 0.028467 10.0.0.41 - - [2025-07-28 02:26:12] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.41 - - [2025-07-28 02:26:12] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2959 0.009037 10.0.0.41 - - [2025-07-28 02:26:12] "GET /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2 HTTP/1.1" 200 1438 0.004080 10.0.0.41 - - [2025-07-28 02:26:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002453 10.0.0.41 - - [2025-07-28 02:26:12] "POST /network-ipams HTTP/1.1" 200 514 0.016126 10.0.0.41 - - [2025-07-28 02:26:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003171 10.0.0.41 - - [2025-07-28 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.41 - - [2025-07-28 02:26:12] "GET /network-ipam/ffb39ee1-810c-43e5-ae31-b02f18ddb80d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004563 10.0.0.41 - - [2025-07-28 02:26:12] "PUT /network-ipam/ffb39ee1-810c-43e5-ae31-b02f18ddb80d HTTP/1.1" 200 258 0.009984 10.0.0.41 - - [2025-07-28 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.011442 10.0.0.41 - - [2025-07-28 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.41 - - [2025-07-28 02:26:12] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.41 - - [2025-07-28 02:26:12] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028238 10.0.0.41 - - [2025-07-28 02:26:12] "POST /neutron/network HTTP/1.1" 200 117 0.030948 10.0.0.41 - - [2025-07-28 02:26:12] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001211 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 618 0.063869 10.0.0.41 - - [2025-07-28 02:26:13] "POST /route-targets HTTP/1.1" 200 327 0.011621 10.0.0.41 - - [2025-07-28 02:26:13] "POST /ref-update HTTP/1.1" 200 156 0.015355 10.0.0.41 - - [2025-07-28 02:26:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 711 0.152396 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 833 0.007507 10.0.0.41 - - [2025-07-28 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001578 10.0.0.41 - - [2025-07-28 02:26:13] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005815 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 833 0.006991 10.0.0.41 - - [2025-07-28 02:26:13] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005052 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 833 0.005457 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/subnet HTTP/1.1" 200 711 0.006788 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 807 0.011465 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 833 0.005309 10.0.0.41 - - [2025-07-28 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001178 10.0.0.41 - - [2025-07-28 02:26:13] "POST /neutron/network HTTP/1.1" 200 843 0.006502 10.0.0.41 - - [2025-07-28 02:26:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-07-28 02:26:13] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.41 - - [2025-07-28 02:26:13] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2025-07-28 02:26:14] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.41 - - [2025-07-28 02:26:14] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050141 10.0.0.41 - - [2025-07-28 02:26:14] "POST /neutron/network HTTP/1.1" 200 833 0.032586 10.0.0.41 - - [2025-07-28 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.005410 10.0.0.41 - - [2025-07-28 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.005439 10.0.0.41 - - [2025-07-28 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.007050 10.0.0.41 - - [2025-07-28 02:26:14] "POST /neutron/network HTTP/1.1" 200 843 0.007900 10.0.0.41 - - [2025-07-28 02:26:15] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1058 0.212922 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009984 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1058 0.011526 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1112 0.073511 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1086 0.011315 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003803 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.006619 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.41 - - [2025-07-28 02:26:15] "POST /neutron/network HTTP/1.1" 200 833 0.005245 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1086 0.023098 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007358 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1086 0.013962 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009055 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1086 0.012335 10.0.0.41 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006000 10.0.0.41 - - [2025-07-28 02:26:19] "GET /virtual-machine/31581a83-606f-4090-8b58-b2de75bc5bed HTTP/1.1" 200 1293 0.005408 10.0.0.41 - - [2025-07-28 02:26:19] "GET /virtual-machine-interface/72c5b232-bd1f-4432-a909-160369ade869 HTTP/1.1" 200 2964 0.004810 10.0.0.41 - - [2025-07-28 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.41 - - [2025-07-28 02:26:19] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004055 10.0.0.41 - - [2025-07-28 02:26:19] "GET /virtual-networks?parent_id=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003179 10.0.0.41 - - [2025-07-28 02:26:20] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005655 10.0.0.41 - - [2025-07-28 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.41 - - [2025-07-28 02:26:23] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006795 10.0.0.41 - - [2025-07-28 02:26:24] "POST /neutron/port HTTP/1.1" 200 1086 0.039029 10.0.0.41 - - [2025-07-28 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005659 10.0.0.41 - - [2025-07-28 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.41 - - [2025-07-28 02:26:25] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003289 10.0.0.41 - - [2025-07-28 02:26:25] "GET /virtual-networks?parent_id=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003185 10.0.0.41 - - [2025-07-28 02:26:25] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005861 10.0.0.41 - - [2025-07-28 02:26:26] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.41 - - [2025-07-28 02:26:26] "DELETE /project/93270c1b03bf434fbfe6e86f19c454c7 HTTP/1.1" 404 173 0.009403 10.0.0.41 - - [2025-07-28 02:26:26] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.026287 10.0.0.41 - - [2025-07-28 02:26:26] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001300 10.0.0.41 - - [2025-07-28 02:26:26] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?fields=security_groups HTTP/1.1" 200 1357 0.089572 10.0.0.41 - - [2025-07-28 02:26:27] "DELETE /security-group/5b7fc047-1ec2-47d1-9dfa-88b64210f6e4 HTTP/1.1" 200 115 0.046851 10.0.0.41 - - [2025-07-28 02:26:27] "GET /projects?obj_uuids=2d04fbf1-3d03-4072-bc3f-a679b1de78c9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.41 - - [2025-07-28 02:26:27] "DELETE /access-control-list/4343a709-f2d4-4448-a632-81e1b56cae90 HTTP/1.1" 200 115 0.035817 10.0.0.41 - - [2025-07-28 02:26:27] "GET /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9?fields=application_policy_sets HTTP/1.1" 200 1396 0.051359 10.0.0.41 - - [2025-07-28 02:26:27] "DELETE /access-control-list/a6c303f0-fcfe-4fae-a68e-498ca2ad3662 HTTP/1.1" 200 115 0.049218 10.0.0.41 - - [2025-07-28 02:26:27] "DELETE /project/2d04fbf1-3d03-4072-bc3f-a679b1de78c9 HTTP/1.1" 200 115 0.397124 10.0.0.41 - - [2025-07-28 02:26:29] "POST /neutron/network HTTP/1.1" 200 807 0.012293 10.0.0.41 - - [2025-07-28 02:26:29] "POST /neutron/network HTTP/1.1" 200 833 0.006138 10.0.0.41 - - [2025-07-28 02:26:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001241 10.0.0.41 - - [2025-07-28 02:26:29] "POST /neutron/port HTTP/1.1" 200 1086 0.012011 10.0.0.41 - - [2025-07-28 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006880 10.0.0.41 - - [2025-07-28 02:26:30] "POST /neutron/network HTTP/1.1" 200 843 0.005724 10.0.0.41 - - [2025-07-28 02:26:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000564 10.0.0.41 - - [2025-07-28 02:26:30] "GET / HTTP/1.1" 200 35931 0.002332 10.0.0.41 - - [2025-07-28 02:26:30] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000436 10.0.0.41 - - [2025-07-28 02:26:30] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.41 - - [2025-07-28 02:26:30] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048998 10.0.0.41 - - [2025-07-28 02:26:30] "POST /neutron/network HTTP/1.1" 200 833 0.005387 10.0.0.41 - - [2025-07-28 02:26:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013893 10.0.0.41 - - [2025-07-28 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008849 10.0.0.41 - - [2025-07-28 02:26:30] "POST /neutron/port HTTP/1.1" 200 117 0.005246 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 843 0.005779 10.0.0.41 - - [2025-07-28 02:26:31] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 1058 0.209318 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 1058 0.014364 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 1058 0.013906 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 1112 0.076807 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 1086 0.011535 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003423 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/subnet HTTP/1.1" 200 685 0.008276 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.41 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 833 0.006187 10.0.0.41 - - [2025-07-28 02:26:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048106 10.0.0.41 - - [2025-07-28 02:26:32] "GET /obj-perms HTTP/1.1" 200 5056 0.052928 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/port HTTP/1.1" 200 1086 0.011027 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007410 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/port HTTP/1.1" 200 1086 0.011657 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006310 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/port HTTP/1.1" 200 1086 0.012668 10.0.0.41 - - [2025-07-28 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006670 10.0.0.41 - - [2025-07-28 02:26:36] "GET /virtual-machine/36095e1c-b886-4ae0-9af2-de950104c7e5 HTTP/1.1" 200 1293 0.005612 10.0.0.41 - - [2025-07-28 02:26:36] "GET /virtual-machine-interface/eef74bdf-5bb6-47cc-ad34-8c1a3f8a16fe HTTP/1.1" 200 2965 0.006390 10.0.0.41 - - [2025-07-28 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.41 - - [2025-07-28 02:26:36] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003666 10.0.0.41 - - [2025-07-28 02:26:36] "GET /virtual-networks?parent_id=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003369 10.0.0.41 - - [2025-07-28 02:26:36] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005239 10.0.0.41 - - [2025-07-28 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.41 - - [2025-07-28 02:26:39] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005642 10.0.0.41 - - [2025-07-28 02:26:40] "POST /neutron/port HTTP/1.1" 200 1086 0.013098 10.0.0.41 - - [2025-07-28 02:26:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005961 10.0.0.41 - - [2025-07-28 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.41 - - [2025-07-28 02:26:41] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003588 10.0.0.41 - - [2025-07-28 02:26:41] "GET /virtual-networks?parent_id=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004709 10.0.0.41 - - [2025-07-28 02:26:41] "GET /virtual-network/c1de9222-1d38-4db0-8c53-a538350f0cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005612 10.0.0.41 - - [2025-07-28 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.41 - - [2025-07-28 02:26:48] "DELETE /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2 HTTP/1.1" 409 235 0.008258 10.0.0.41 - - [2025-07-28 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.002870 10.0.0.41 - - [2025-07-28 02:26:48] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016090 10.0.0.41 - - [2025-07-28 02:26:48] "GET /virtual-DNS-record/06201320-5375-4a27-81ca-b59fb19e52d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.005105 10.0.0.41 - - [2025-07-28 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-07-28 02:26:48] "GET /virtual-DNS-record/06201320-5375-4a27-81ca-b59fb19e52d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.003607 10.0.0.41 - - [2025-07-28 02:26:48] "GET /domains HTTP/1.1" 200 280 0.003356 10.0.0.41 - - [2025-07-28 02:26:48] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001376 10.0.0.41 - - [2025-07-28 02:26:48] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2775 0.010126 10.0.0.41 - - [2025-07-28 02:26:48] "GET /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2 HTTP/1.1" 200 1907 0.004229 10.0.0.41 - - [2025-07-28 02:26:49] "GET /virtual-DNS-record/06201320-5375-4a27-81ca-b59fb19e52d2 HTTP/1.1" 200 1334 0.003076 10.0.0.41 - - [2025-07-28 02:26:54] "DELETE /virtual-DNS-record/06201320-5375-4a27-81ca-b59fb19e52d2 HTTP/1.1" 200 115 0.020256 10.0.0.41 - - [2025-07-28 02:26:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.002770 10.0.0.41 - - [2025-07-28 02:26:54] "POST /neutron/network HTTP/1.1" 200 833 0.009013 10.0.0.41 - - [2025-07-28 02:26:54] "POST /neutron/network HTTP/1.1" 400 204 0.011506 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1086 0.013297 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1112 0.009924 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015591 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1112 0.008920 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.126191 10.0.0.41 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 151 0.132692 10.0.0.41 - - [2025-07-28 02:26:56] "POST /neutron/network HTTP/1.1" 200 833 0.005628 10.0.0.41 - - [2025-07-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-07-28 02:26:56] "DELETE /route-target/017ca961-f694-47b3-bffe-2e87efd779f1 HTTP/1.1" 200 115 0.042745 10.0.0.41 - - [2025-07-28 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003672 10.0.0.41 - - [2025-07-28 02:26:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.41 - - [2025-07-28 02:26:56] "POST /neutron/network HTTP/1.1" 200 151 0.193105 10.0.0.41 - - [2025-07-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.41 - - [2025-07-28 02:26:56] "DELETE /network-ipam/ffb39ee1-810c-43e5-ae31-b02f18ddb80d HTTP/1.1" 200 115 0.034315 10.0.0.41 - - [2025-07-28 02:26:56] "DELETE /virtual-DNS/22e8fa0e-b599-4149-ae9b-1ae9202fc5b2 HTTP/1.1" 200 115 0.028272 10.0.0.41 - - [2025-07-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 404 180 0.002645 10.0.0.41 - - [2025-07-28 02:26:56] "GET /domains HTTP/1.1" 200 280 0.009735 10.0.0.41 - - [2025-07-28 02:26:56] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.41 - - [2025-07-28 02:26:56] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2575 0.013461 10.0.0.41 - - [2025-07-28 02:26:57] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.41 - - [2025-07-28 02:26:57] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032593 10.0.0.41 - - [2025-07-28 02:26:57] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001141 10.0.0.41 - - [2025-07-28 02:26:57] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?fields=virtual_networks HTTP/1.1" 200 1035 0.070082 10.0.0.41 - - [2025-07-28 02:26:57] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.41 - - [2025-07-28 02:26:57] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031085 10.0.0.41 - - [2025-07-28 02:26:57] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.41 - - [2025-07-28 02:26:57] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?fields=security_groups HTTP/1.1" 200 1262 0.031205 10.0.0.41 - - [2025-07-28 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.022641 10.0.0.41 - - [2025-07-28 02:26:58] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002365 10.0.0.41 - - [2025-07-28 02:26:58] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.41 - - [2025-07-28 02:26:58] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007252 10.0.0.41 - - [2025-07-28 02:26:58] "POST /id-to-fqname HTTP/1.1" 200 191 0.001296 10.0.0.41 - - [2025-07-28 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.002368 10.0.0.41 - - [2025-07-28 02:26:58] "POST /security-groups HTTP/1.1" 200 592 0.063071 10.0.0.41 - - [2025-07-28 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.004033 10.0.0.41 - - [2025-07-28 02:26:58] "POST /projects HTTP/1.1" 200 587 0.214382 10.0.0.41 - - [2025-07-28 02:26:58] "POST /access-control-lists HTTP/1.1" 200 597 0.055732 10.0.0.41 - - [2025-07-28 02:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.282508 10.0.0.41 - - [2025-07-28 02:26:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002887 10.0.0.41 - - [2025-07-28 02:26:58] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.401376 10.0.0.41 - - [2025-07-28 02:26:58] "POST /access-control-lists HTTP/1.1" 200 595 0.061589 10.0.0.41 - - [2025-07-28 02:26:59] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.41 - - [2025-07-28 02:27:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000715 10.0.0.41 - - [2025-07-28 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.067491 10.0.0.41 - - [2025-07-28 02:27:00] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.41 - - [2025-07-28 02:27:00] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.034946 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 117 0.032572 10.0.0.41 - - [2025-07-28 02:27:01] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001389 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 606 0.072852 10.0.0.41 - - [2025-07-28 02:27:01] "POST /route-targets HTTP/1.1" 200 327 0.012379 10.0.0.41 - - [2025-07-28 02:27:01] "POST /ref-update HTTP/1.1" 200 156 0.012748 10.0.0.41 - - [2025-07-28 02:27:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.191782 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 824 0.006825 10.0.0.41 - - [2025-07-28 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001813 10.0.0.41 - - [2025-07-28 02:27:01] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006084 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 824 0.006178 10.0.0.41 - - [2025-07-28 02:27:01] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005099 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 824 0.007751 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.008779 10.0.0.41 - - [2025-07-28 02:27:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001624 10.0.0.41 - - [2025-07-28 02:27:01] "POST /neutron/network HTTP/1.1" 200 834 0.005737 10.0.0.41 - - [2025-07-28 02:27:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000570 10.0.0.41 - - [2025-07-28 02:27:02] "GET / HTTP/1.1" 200 35931 0.005328 10.0.0.41 - - [2025-07-28 02:27:02] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2025-07-28 02:27:02] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.41 - - [2025-07-28 02:27:02] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048494 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/network HTTP/1.1" 200 824 0.005028 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.004728 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.005048 10.0.0.41 - - [2025-07-28 02:27:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001271 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/port HTTP/1.1" 200 117 0.006138 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/network HTTP/1.1" 200 834 0.006204 10.0.0.41 - - [2025-07-28 02:27:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000431 10.0.0.41 - - [2025-07-28 02:27:02] "POST /neutron/network HTTP/1.1" 200 834 0.006238 10.0.0.41 - - [2025-07-28 02:27:02] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.41 - - [2025-07-28 02:27:03] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.41 - - [2025-07-28 02:27:03] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1060 0.215948 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1060 0.010584 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1060 0.009055 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1114 0.062860 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1088 0.012879 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004240 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/subnet HTTP/1.1" 200 693 0.011268 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/network HTTP/1.1" 200 824 0.006098 10.0.0.41 - - [2025-07-28 02:27:03] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.41 - - [2025-07-28 02:27:03] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060954 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/network HTTP/1.1" 200 824 0.006582 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1088 0.037684 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008387 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1088 0.019542 10.0.0.41 - - [2025-07-28 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006147 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/network HTTP/1.1" 200 834 0.008094 10.0.0.41 - - [2025-07-28 02:27:04] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001661 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 1060 0.255152 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 1060 0.012155 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 1060 0.020232 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 1114 0.086227 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 1088 0.012435 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004618 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.008659 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/port HTTP/1.1" 200 117 0.001470 10.0.0.41 - - [2025-07-28 02:27:04] "POST /neutron/network HTTP/1.1" 200 824 0.006442 10.0.0.41 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1088 0.012492 10.0.0.41 - - [2025-07-28 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006524 10.0.0.41 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 1088 0.011545 10.0.0.41 - - [2025-07-28 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006313 10.0.0.41 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 1088 0.011535 10.0.0.41 - - [2025-07-28 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007466 10.0.0.41 - - [2025-07-28 02:27:09] "GET /virtual-machine/c1e2b914-3f6c-4666-a3b8-b887ec6998a2 HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-07-28 02:27:09] "GET /virtual-machine/c1e2b914-3f6c-4666-a3b8-b887ec6998a2 HTTP/1.1" 200 1294 0.032969 10.0.0.41 - - [2025-07-28 02:27:09] "GET /virtual-machine-interface/ae9ea97c-7a81-436f-be50-07ae0b8a7971 HTTP/1.1" 200 2947 0.006073 10.0.0.41 - - [2025-07-28 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.41 - - [2025-07-28 02:27:09] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003502 10.0.0.41 - - [2025-07-28 02:27:09] "GET /virtual-networks?parent_id=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003093 10.0.0.41 - - [2025-07-28 02:27:09] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005371 10.0.0.41 - - [2025-07-28 02:27:12] "POST /neutron/port HTTP/1.1" 200 1088 0.013480 10.0.0.41 - - [2025-07-28 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006279 10.0.0.41 - - [2025-07-28 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.41 - - [2025-07-28 02:27:12] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006541 10.0.0.41 - - [2025-07-28 02:27:13] "POST /neutron/port HTTP/1.1" 200 1088 0.011654 10.0.0.41 - - [2025-07-28 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005413 10.0.0.41 - - [2025-07-28 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-07-28 02:27:14] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003539 10.0.0.41 - - [2025-07-28 02:27:14] "GET /virtual-networks?parent_id=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003362 10.0.0.41 - - [2025-07-28 02:27:15] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006506 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/port HTTP/1.1" 200 1088 0.013519 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006446 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/port HTTP/1.1" 200 1088 0.013012 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006618 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/port HTTP/1.1" 200 1088 0.012719 10.0.0.41 - - [2025-07-28 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007195 10.0.0.41 - - [2025-07-28 02:27:15] "GET /virtual-machine/9fdeed6d-3f2d-45ea-9988-5e4067744d4e HTTP/1.1" 200 1294 0.004776 10.0.0.41 - - [2025-07-28 02:27:15] "GET /virtual-machine-interface/651724de-f89b-47a6-8788-c07a002e031c HTTP/1.1" 200 2945 0.004922 10.0.0.41 - - [2025-07-28 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.41 - - [2025-07-28 02:27:15] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003267 10.0.0.41 - - [2025-07-28 02:27:15] "GET /virtual-networks?parent_id=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003311 10.0.0.41 - - [2025-07-28 02:27:15] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005484 10.0.0.41 - - [2025-07-28 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.41 - - [2025-07-28 02:27:16] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003493 10.0.0.41 - - [2025-07-28 02:27:16] "GET /virtual-networks?parent_id=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002902 10.0.0.41 - - [2025-07-28 02:27:16] "GET /virtual-network/e4f7f16a-dbe7-4683-853d-363472883153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005537 10.0.0.41 - - [2025-07-28 02:27:21] "POST /neutron/network HTTP/1.1" 200 824 0.007035 10.0.0.41 - - [2025-07-28 02:27:21] "POST /neutron/network HTTP/1.1" 400 204 0.017577 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1088 0.013297 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1114 0.013258 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1088 0.021425 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.138033 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1114 0.019986 10.0.0.41 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 151 0.106071 10.0.0.41 - - [2025-07-28 02:27:23] "POST /neutron/network HTTP/1.1" 200 824 0.005998 10.0.0.41 - - [2025-07-28 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.41 - - [2025-07-28 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.41 - - [2025-07-28 02:27:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.41 - - [2025-07-28 02:27:23] "POST /neutron/network HTTP/1.1" 200 151 0.087356 10.0.0.41 - - [2025-07-28 02:27:24] "DELETE /route-target/ee8b1c1e-149f-4fc3-8233-e1e1bf9f529a HTTP/1.1" 200 115 0.017819 10.0.0.41 - - [2025-07-28 02:27:24] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.41 - - [2025-07-28 02:27:24] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028539 10.0.0.41 - - [2025-07-28 02:27:24] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.41 - - [2025-07-28 02:27:24] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?fields=virtual_networks HTTP/1.1" 200 1035 0.070061 10.0.0.41 - - [2025-07-28 02:27:24] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001719 10.0.0.41 - - [2025-07-28 02:27:24] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.030281 10.0.0.41 - - [2025-07-28 02:27:24] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.41 - - [2025-07-28 02:27:24] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?fields=security_groups HTTP/1.1" 200 1262 0.031759 10.0.0.41 - - [2025-07-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.027483 10.0.0.41 - - [2025-07-28 02:27:25] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002442 10.0.0.41 - - [2025-07-28 02:27:25] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.41 - - [2025-07-28 02:27:25] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007495 10.0.0.41 - - [2025-07-28 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001891 10.0.0.41 - - [2025-07-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.003893 10.0.0.41 - - [2025-07-28 02:27:25] "POST /security-groups HTTP/1.1" 200 591 0.067488 10.0.0.41 - - [2025-07-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002771 10.0.0.41 - - [2025-07-28 02:27:25] "POST /projects HTTP/1.1" 200 585 0.241619 10.0.0.41 - - [2025-07-28 02:27:25] "POST /access-control-lists HTTP/1.1" 200 596 0.062613 10.0.0.41 - - [2025-07-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.322062 10.0.0.41 - - [2025-07-28 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.003271 10.0.0.41 - - [2025-07-28 02:27:25] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.450991 10.0.0.41 - - [2025-07-28 02:27:25] "POST /access-control-lists HTTP/1.1" 200 594 0.060566 10.0.0.41 - - [2025-07-28 02:27:26] "GET / HTTP/1.1" 200 35931 0.002603 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /project/0681cdc0d9a041c1a25594c1df48dc9c HTTP/1.1" 404 173 0.005464 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /project/bd4b46b4d90c4f03b19e799f4d7d7038 HTTP/1.1" 404 173 0.004649 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.035092 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.038968 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?fields=security_groups HTTP/1.1" 200 1367 0.043957 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?fields=security_groups HTTP/1.1" 200 1367 0.046618 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /security-group/042b61b9-69b2-43ed-bc10-1c8332a04d4a HTTP/1.1" 200 115 0.051230 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=bd4b46b4-d90c-4f03-b19e-799f4d7d7038&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /access-control-list/049dbfb4-8f19-47f4-a14b-684000362a99 HTTP/1.1" 200 115 0.034145 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /security-group/d70731a9-b2e1-45a5-8da3-565bbf9296e4 HTTP/1.1" 200 115 0.060137 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=93270c1b-03bf-434f-bfe6-e86f19c454c7&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.41 - - [2025-07-28 02:27:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038?fields=application_policy_sets HTTP/1.1" 200 1406 0.044174 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /access-control-list/8455335c-3f8e-4c49-9923-427b7f86833d HTTP/1.1" 200 115 0.039014 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/93270c1b-03bf-434f-bfe6-e86f19c454c7?fields=application_policy_sets HTTP/1.1" 200 1406 0.076221 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /access-control-list/95e3b83a-ca11-47ad-b5ed-20895d33c590 HTTP/1.1" 200 115 0.038147 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /access-control-list/631e54f2-d3c1-41d1-8a23-d25405974811 HTTP/1.1" 200 115 0.029876 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /project/bd4b46b4-d90c-4f03-b19e-799f4d7d7038 HTTP/1.1" 200 115 0.404397 10.0.0.41 - - [2025-07-28 02:27:27] "DELETE /project/93270c1b-03bf-434f-bfe6-e86f19c454c7 HTTP/1.1" 200 115 0.422968 10.0.0.41 - - [2025-07-28 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.028272 10.0.0.41 - - [2025-07-28 02:27:27] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.41 - - [2025-07-28 02:27:27] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.028695 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 117 0.032289 10.0.0.41 - - [2025-07-28 02:27:28] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 625 0.066904 10.0.0.41 - - [2025-07-28 02:27:28] "POST /route-targets HTTP/1.1" 200 327 0.014009 10.0.0.41 - - [2025-07-28 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.013836 10.0.0.41 - - [2025-07-28 02:27:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003624 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.177217 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 839 0.005945 10.0.0.41 - - [2025-07-28 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001339 10.0.0.41 - - [2025-07-28 02:27:28] "GET /virtual-network/66af710c-f955-4da5-a3c1-20ce45b340bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006438 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 839 0.005539 10.0.0.41 - - [2025-07-28 02:27:28] "GET /virtual-network/66af710c-f955-4da5-a3c1-20ce45b340bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006654 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 839 0.005691 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.007129 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 839 0.005605 10.0.0.41 - - [2025-07-28 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 230 0.001302 10.0.0.41 - - [2025-07-28 02:27:28] "POST /neutron/network HTTP/1.1" 200 849 0.008920 10.0.0.41 - - [2025-07-28 02:27:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-07-28 02:27:29] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.41 - - [2025-07-28 02:27:29] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.41 - - [2025-07-28 02:27:29] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.41 - - [2025-07-28 02:27:29] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046583 10.0.0.41 - - [2025-07-28 02:27:29] "POST /neutron/network HTTP/1.1" 200 839 0.005323 10.0.0.41 - - [2025-07-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.007032 10.0.0.41 - - [2025-07-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.007448 10.0.0.41 - - [2025-07-28 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.41 - - [2025-07-28 02:27:29] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003162 10.0.0.41 - - [2025-07-28 02:27:29] "PUT /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 276 0.014354 10.0.0.41 - - [2025-07-28 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/network HTTP/1.1" 200 849 0.006124 10.0.0.41 - - [2025-07-28 02:27:30] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 1055 0.243412 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 1055 0.009311 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 1055 0.009761 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 1109 0.076108 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 1083 0.012555 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003736 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.008369 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.41 - - [2025-07-28 02:27:30] "POST /neutron/network HTTP/1.1" 200 839 0.008492 10.0.0.41 - - [2025-07-28 02:27:32] "GET /obj-perms HTTP/1.1" 200 5056 0.057815 10.0.0.41 - - [2025-07-28 02:27:32] "GET /obj-perms HTTP/1.1" 200 5056 0.059381 10.0.0.41 - - [2025-07-28 02:27:34] "POST /neutron/port HTTP/1.1" 200 1083 0.011899 10.0.0.41 - - [2025-07-28 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006850 10.0.0.41 - - [2025-07-28 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.011564 10.0.0.41 - - [2025-07-28 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006236 10.0.0.41 - - [2025-07-28 02:27:35] "POST /neutron/port HTTP/1.1" 200 1083 0.012320 10.0.0.41 - - [2025-07-28 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007687 10.0.0.41 - - [2025-07-28 02:27:35] "GET /virtual-machine/de83ca55-3dfe-4e83-9faf-209d00d31302 HTTP/1.1" 401 292 0.000632 10.0.0.41 - - [2025-07-28 02:27:35] "GET /virtual-machine/de83ca55-3dfe-4e83-9faf-209d00d31302 HTTP/1.1" 200 1293 0.026933 10.0.0.41 - - [2025-07-28 02:27:35] "GET /virtual-machine-interface/5570b5b6-ff3d-44d9-b774-e5784ae31a60 HTTP/1.1" 200 2971 0.005457 10.0.0.41 - - [2025-07-28 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.41 - - [2025-07-28 02:27:35] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004334 10.0.0.41 - - [2025-07-28 02:27:35] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002870 10.0.0.41 - - [2025-07-28 02:27:35] "GET /virtual-network/66af710c-f955-4da5-a3c1-20ce45b340bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005695 10.0.0.41 - - [2025-07-28 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.41 - - [2025-07-28 02:27:38] "GET /virtual-network/66af710c-f955-4da5-a3c1-20ce45b340bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004935 10.0.0.41 - - [2025-07-28 02:27:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013052 10.0.0.41 - - [2025-07-28 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005259 10.0.0.41 - - [2025-07-28 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2025-07-28 02:27:40] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004349 10.0.0.41 - - [2025-07-28 02:27:40] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003996 10.0.0.41 - - [2025-07-28 02:27:41] "GET /virtual-network/66af710c-f955-4da5-a3c1-20ce45b340bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005973 10.0.0.41 - - [2025-07-28 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.41 - - [2025-07-28 02:27:43] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003069 10.0.0.41 - - [2025-07-28 02:27:43] "PUT /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 276 0.010417 10.0.0.41 - - [2025-07-28 02:27:43] "POST /neutron/network HTTP/1.1" 200 839 0.005461 10.0.0.41 - - [2025-07-28 02:27:43] "POST /neutron/network HTTP/1.1" 400 204 0.016668 10.0.0.41 - - [2025-07-28 02:27:43] "POST /neutron/port HTTP/1.1" 200 1083 0.011531 10.0.0.41 - - [2025-07-28 02:27:43] "POST /neutron/port HTTP/1.1" 200 1109 0.011032 10.0.0.41 - - [2025-07-28 02:27:43] "POST /neutron/port HTTP/1.1" 200 151 0.086626 10.0.0.41 - - [2025-07-28 02:27:45] "POST /neutron/network HTTP/1.1" 200 839 0.006043 10.0.0.41 - - [2025-07-28 02:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.41 - - [2025-07-28 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.41 - - [2025-07-28 02:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002044 10.0.0.41 - - [2025-07-28 02:27:45] "POST /neutron/network HTTP/1.1" 200 151 0.085287 10.0.0.41 - - [2025-07-28 02:27:45] "DELETE /route-target/5752f72a-152b-4278-ba06-8552068952ae HTTP/1.1" 200 115 0.017907 10.0.0.41 - - [2025-07-28 02:27:45] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002808 10.0.0.41 - - [2025-07-28 02:27:45] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f HTTP/1.1" 200 1827 0.004043 10.0.0.41 - - [2025-07-28 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.41 - - [2025-07-28 02:27:45] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.41 - - [2025-07-28 02:27:45] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025657 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 117 0.016371 10.0.0.41 - - [2025-07-28 02:27:46] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 605 0.064606 10.0.0.41 - - [2025-07-28 02:27:46] "POST /route-targets HTTP/1.1" 200 327 0.011693 10.0.0.41 - - [2025-07-28 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.015830 10.0.0.41 - - [2025-07-28 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002244 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.133133 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 825 0.005686 10.0.0.41 - - [2025-07-28 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.41 - - [2025-07-28 02:27:46] "GET /virtual-network/f86a9cc8-059f-4eea-a015-a0e3af384a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005283 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 825 0.009434 10.0.0.41 - - [2025-07-28 02:27:46] "GET /virtual-network/f86a9cc8-059f-4eea-a015-a0e3af384a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005754 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 825 0.006968 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.006962 10.0.0.41 - - [2025-07-28 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001204 10.0.0.41 - - [2025-07-28 02:27:46] "POST /neutron/network HTTP/1.1" 200 835 0.006293 10.0.0.41 - - [2025-07-28 02:27:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-07-28 02:27:46] "GET / HTTP/1.1" 200 35931 0.001917 10.0.0.41 - - [2025-07-28 02:27:46] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.41 - - [2025-07-28 02:27:47] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001207 10.0.0.41 - - [2025-07-28 02:27:47] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065384 10.0.0.41 - - [2025-07-28 02:27:47] "POST /neutron/network HTTP/1.1" 200 825 0.005857 10.0.0.41 - - [2025-07-28 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005429 10.0.0.41 - - [2025-07-28 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.006829 10.0.0.41 - - [2025-07-28 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.005364 10.0.0.41 - - [2025-07-28 02:27:47] "POST /neutron/network HTTP/1.1" 200 835 0.006076 10.0.0.41 - - [2025-07-28 02:27:47] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1061 0.203460 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1061 0.010628 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1061 0.009415 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1115 0.054880 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 1089 0.011591 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.007078 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.41 - - [2025-07-28 02:27:48] "POST /neutron/network HTTP/1.1" 200 825 0.005696 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1089 0.012655 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006664 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1089 0.012565 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006719 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/port HTTP/1.1" 200 1089 0.012526 10.0.0.41 - - [2025-07-28 02:27:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006859 10.0.0.41 - - [2025-07-28 02:27:52] "GET /virtual-machine/eab592ab-06d3-44b2-bc47-7d8d47b30a9c HTTP/1.1" 200 1293 0.004774 10.0.0.41 - - [2025-07-28 02:27:52] "GET /virtual-machine-interface/f091dec2-42d6-4a10-ba67-4bdfb272c534 HTTP/1.1" 200 2942 0.005019 10.0.0.41 - - [2025-07-28 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.41 - - [2025-07-28 02:27:52] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003034 10.0.0.41 - - [2025-07-28 02:27:52] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003448 10.0.0.41 - - [2025-07-28 02:27:52] "GET /virtual-network/f86a9cc8-059f-4eea-a015-a0e3af384a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005784 10.0.0.41 - - [2025-07-28 02:27:54] "POST /neutron/port HTTP/1.1" 200 1089 0.011504 10.0.0.41 - - [2025-07-28 02:27:54] "POST /neutron/port HTTP/1.1" 200 1089 0.011725 10.0.0.41 - - [2025-07-28 02:27:55] "POST /neutron/network HTTP/1.1" 200 835 0.005919 10.0.0.41 - - [2025-07-28 02:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.41 - - [2025-07-28 02:27:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.008229 10.0.0.41 - - [2025-07-28 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.41 - - [2025-07-28 02:27:55] "POST /neutron/network HTTP/1.1" 200 825 0.005961 10.0.0.41 - - [2025-07-28 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.41 - - [2025-07-28 02:27:56] "GET /virtual-network/f86a9cc8-059f-4eea-a015-a0e3af384a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005260 10.0.0.41 - - [2025-07-28 02:27:56] "POST /neutron/port HTTP/1.1" 200 1089 0.011478 10.0.0.41 - - [2025-07-28 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005501 10.0.0.41 - - [2025-07-28 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.41 - - [2025-07-28 02:27:58] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002891 10.0.0.41 - - [2025-07-28 02:27:58] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003419 10.0.0.41 - - [2025-07-28 02:27:58] "GET /virtual-network/f86a9cc8-059f-4eea-a015-a0e3af384a10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005509 10.0.0.41 - - [2025-07-28 02:27:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017209 10.0.0.41 - - [2025-07-28 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008739 10.0.0.41 - - [2025-07-28 02:28:05] "POST /neutron/network HTTP/1.1" 200 825 0.007434 10.0.0.41 - - [2025-07-28 02:28:05] "POST /neutron/network HTTP/1.1" 400 204 0.012878 10.0.0.41 - - [2025-07-28 02:28:05] "POST /neutron/port HTTP/1.1" 200 1089 0.014204 10.0.0.41 - - [2025-07-28 02:28:05] "POST /neutron/port HTTP/1.1" 200 1115 0.012369 10.0.0.41 - - [2025-07-28 02:28:05] "POST /neutron/port HTTP/1.1" 200 151 0.099291 10.0.0.41 - - [2025-07-28 02:28:07] "POST /neutron/network HTTP/1.1" 200 825 0.005695 10.0.0.41 - - [2025-07-28 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.41 - - [2025-07-28 02:28:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.41 - - [2025-07-28 02:28:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003365 10.0.0.41 - - [2025-07-28 02:28:07] "POST /neutron/network HTTP/1.1" 200 151 0.086000 10.0.0.41 - - [2025-07-28 02:28:07] "DELETE /route-target/2ed5fa61-0754-4f02-b06e-7619224e8ba5 HTTP/1.1" 200 115 0.021276 10.0.0.41 - - [2025-07-28 02:28:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003707 10.0.0.41 - - [2025-07-28 02:28:08] "POST /network-ipams HTTP/1.1" 200 541 0.016279 10.0.0.41 - - [2025-07-28 02:28:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003527 10.0.0.41 - - [2025-07-28 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.41 - - [2025-07-28 02:28:08] "GET /network-ipam/64098818-270b-42be-a4f3-4c41b77ba568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.005126 10.0.0.41 - - [2025-07-28 02:28:08] "PUT /network-ipam/64098818-270b-42be-a4f3-4c41b77ba568 HTTP/1.1" 200 258 0.011388 10.0.0.41 - - [2025-07-28 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.41 - - [2025-07-28 02:28:08] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.41 - - [2025-07-28 02:28:08] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.034654 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/network HTTP/1.1" 200 117 0.007488 10.0.0.41 - - [2025-07-28 02:28:08] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/network HTTP/1.1" 200 605 0.086384 10.0.0.41 - - [2025-07-28 02:28:08] "POST /route-targets HTTP/1.1" 200 327 0.011119 10.0.0.41 - - [2025-07-28 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.012882 10.0.0.41 - - [2025-07-28 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.162734 10.0.0.41 - - [2025-07-28 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.148279 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/network HTTP/1.1" 200 994 0.006785 10.0.0.41 - - [2025-07-28 02:28:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001279 10.0.0.41 - - [2025-07-28 02:28:08] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004732 10.0.0.41 - - [2025-07-28 02:28:08] "POST /neutron/network HTTP/1.1" 200 994 0.007570 10.0.0.41 - - [2025-07-28 02:28:09] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005921 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/network HTTP/1.1" 200 994 0.008015 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007193 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007067 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/network HTTP/1.1" 200 994 0.008845 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007508 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.007920 10.0.0.41 - - [2025-07-28 02:28:09] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.166419 10.0.0.41 - - [2025-07-28 02:28:09] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.164140 10.0.0.41 - - [2025-07-28 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001459 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007751 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.008612 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/network HTTP/1.1" 200 994 0.007274 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007640 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.008775 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1017 0.013863 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.008257 10.0.0.41 - - [2025-07-28 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.002093 10.0.0.41 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.004851 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009655 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.008016 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/network HTTP/1.1" 200 994 0.007775 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.007935 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.016253 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.006938 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.005447 10.0.0.41 - - [2025-07-28 02:28:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001397 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.008191 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/network HTTP/1.1" 200 1004 0.007976 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009212 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.009470 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.009890 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1109 0.086929 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/network HTTP/1.1" 200 1004 0.008608 10.0.0.41 - - [2025-07-28 02:28:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011734 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007502 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.009690 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/network HTTP/1.1" 200 994 0.007837 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.012414 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/network HTTP/1.1" 200 1004 0.008678 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.007972 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1017 0.007633 10.0.0.41 - - [2025-07-28 02:28:10] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.41 - - [2025-07-28 02:28:10] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-07-28 02:28:10] "POST /neutron/port HTTP/1.1" 200 1109 0.089334 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/port HTTP/1.1" 200 1083 0.011716 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004788 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.011281 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/network HTTP/1.1" 200 994 0.008268 10.0.0.41 - - [2025-07-28 02:28:11] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.41 - - [2025-07-28 02:28:11] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062612 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/network HTTP/1.1" 200 994 0.015489 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/port HTTP/1.1" 200 2050 0.022079 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008474 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.005260 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains HTTP/1.1" 200 280 0.002780 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.008721 10.0.0.41 - - [2025-07-28 02:28:11] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001525 10.0.0.41 - - [2025-07-28 02:28:11] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c HTTP/1.1" 200 2841 0.086429 10.0.0.41 - - [2025-07-28 02:28:11] "GET /network-ipam/64098818-270b-42be-a4f3-4c41b77ba568 HTTP/1.1" 200 2601 0.004933 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains HTTP/1.1" 200 280 0.003711 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.012334 10.0.0.41 - - [2025-07-28 02:28:11] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.41 - - [2025-07-28 02:28:11] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c HTTP/1.1" 200 2841 0.082780 10.0.0.41 - - [2025-07-28 02:28:11] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706 HTTP/1.1" 200 3780 0.007007 10.0.0.41 - - [2025-07-28 02:28:11] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706 HTTP/1.1" 200 3780 0.005507 10.0.0.41 - - [2025-07-28 02:28:11] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 200 2381 0.004686 10.0.0.41 - - [2025-07-28 02:28:11] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 200 2381 0.004642 10.0.0.41 - - [2025-07-28 02:28:11] "GET /route-target/343eb9d0-83c5-4d46-97b7-008145d80aa9 HTTP/1.1" 200 1204 0.003235 10.0.0.41 - - [2025-07-28 02:28:11] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706 HTTP/1.1" 200 3780 0.010757 10.0.0.41 - - [2025-07-28 02:28:11] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 200 2381 0.003270 10.0.0.41 - - [2025-07-28 02:28:11] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005189 10.0.0.41 - - [2025-07-28 02:28:11] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706 HTTP/1.1" 200 3780 0.005244 10.0.0.41 - - [2025-07-28 02:28:11] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 200 2381 0.005054 10.0.0.41 - - [2025-07-28 02:28:11] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 200 2381 0.003347 10.0.0.41 - - [2025-07-28 02:28:11] "GET /route-target/343eb9d0-83c5-4d46-97b7-008145d80aa9 HTTP/1.1" 200 1204 0.003618 10.0.0.41 - - [2025-07-28 02:28:11] "POST /neutron/network HTTP/1.1" 200 1004 0.009711 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains HTTP/1.1" 200 280 0.002541 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.41 - - [2025-07-28 02:28:11] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000859 10.0.0.41 - - [2025-07-28 02:28:11] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.012529 10.0.0.41 - - [2025-07-28 02:28:12] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.41 - - [2025-07-28 02:28:12] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c HTTP/1.1" 200 3085 0.142788 10.0.0.41 - - [2025-07-28 02:28:12] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706 HTTP/1.1" 200 4038 0.021720 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1055 0.289828 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1055 0.009007 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1055 0.017461 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1109 0.078302 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1083 0.017109 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004730 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.017406 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/network HTTP/1.1" 200 994 0.007433 10.0.0.41 - - [2025-07-28 02:28:12] "GET /obj-perms HTTP/1.1" 200 5030 0.059285 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1083 0.011620 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007270 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1083 0.017019 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009931 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/port HTTP/1.1" 200 1083 0.010395 10.0.0.41 - - [2025-07-28 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009893 10.0.0.41 - - [2025-07-28 02:28:12] "GET /virtual-machine/19161a63-5147-4f78-be51-ba672408f97e HTTP/1.1" 200 1288 0.008215 10.0.0.41 - - [2025-07-28 02:28:12] "GET /virtual-machine-interface/b90fb139-643d-4f2f-a384-8c888d603636 HTTP/1.1" 200 2942 0.009034 10.0.0.41 - - [2025-07-28 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.41 - - [2025-07-28 02:28:12] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002844 10.0.0.41 - - [2025-07-28 02:28:13] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003571 10.0.0.41 - - [2025-07-28 02:28:13] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007661 10.0.0.41 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.41 - - [2025-07-28 02:28:16] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005623 10.0.0.41 - - [2025-07-28 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.012353 10.0.0.41 - - [2025-07-28 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005680 10.0.0.41 - - [2025-07-28 02:28:20] "POST /neutron/port HTTP/1.1" 200 1083 0.012383 10.0.0.41 - - [2025-07-28 02:28:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005453 10.0.0.41 - - [2025-07-28 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2025-07-28 02:28:20] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007370 10.0.0.41 - - [2025-07-28 02:28:21] "POST /neutron/port HTTP/1.1" 200 1083 0.011800 10.0.0.41 - - [2025-07-28 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005740 10.0.0.41 - - [2025-07-28 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.41 - - [2025-07-28 02:28:22] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004018 10.0.0.41 - - [2025-07-28 02:28:22] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003829 10.0.0.41 - - [2025-07-28 02:28:22] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006033 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/port HTTP/1.1" 200 1083 0.012735 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006303 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010726 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006749 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/port HTTP/1.1" 200 1083 0.013728 10.0.0.41 - - [2025-07-28 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006576 10.0.0.41 - - [2025-07-28 02:28:22] "GET /virtual-machine/782a932d-e84d-427c-9b69-3c74320df28d HTTP/1.1" 200 1288 0.005018 10.0.0.41 - - [2025-07-28 02:28:23] "GET /virtual-machine-interface/1eb86a2c-37a9-4618-a8ae-4412347d1226 HTTP/1.1" 200 2941 0.004741 10.0.0.41 - - [2025-07-28 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.41 - - [2025-07-28 02:28:23] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003028 10.0.0.41 - - [2025-07-28 02:28:23] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002804 10.0.0.41 - - [2025-07-28 02:28:23] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005037 10.0.0.41 - - [2025-07-28 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.41 - - [2025-07-28 02:28:24] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003714 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003052 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006276 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012378 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006827 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012924 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007421 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014489 10.0.0.41 - - [2025-07-28 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007675 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-machine/36ea863d-fc79-43df-9cfe-bd8bd487340e HTTP/1.1" 200 1292 0.005415 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-machine-interface/efb48531-5abc-4c1d-898b-2093d86d0f7e HTTP/1.1" 200 2941 0.005443 10.0.0.41 - - [2025-07-28 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.41 - - [2025-07-28 02:28:24] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003215 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003080 10.0.0.41 - - [2025-07-28 02:28:24] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005393 10.0.0.41 - - [2025-07-28 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.41 - - [2025-07-28 02:28:26] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003423 10.0.0.41 - - [2025-07-28 02:28:26] "GET /virtual-networks?parent_id=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002943 10.0.0.41 - - [2025-07-28 02:28:26] "GET /virtual-network/5a96ac8d-7e9e-41d1-92cf-1101e7b35706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007571 10.0.0.41 - - [2025-07-28 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.046505 10.0.0.41 - - [2025-07-28 02:28:33] "GET /obj-perms HTTP/1.1" 200 5056 0.051491 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1109 0.012629 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1109 0.009992 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 151 0.136915 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1109 0.013549 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1109 0.016161 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015822 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 1109 0.015235 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 151 0.181084 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/network HTTP/1.1" 200 994 0.026300 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/network HTTP/1.1" 400 204 0.011407 10.0.0.41 - - [2025-07-28 02:28:42] "POST /neutron/port HTTP/1.1" 200 151 0.175491 10.0.0.41 - - [2025-07-28 02:28:44] "POST /neutron/network HTTP/1.1" 200 994 0.007866 10.0.0.41 - - [2025-07-28 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003101 10.0.0.41 - - [2025-07-28 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010206 10.0.0.41 - - [2025-07-28 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003228 10.0.0.41 - - [2025-07-28 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.41 - - [2025-07-28 02:28:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002030 10.0.0.41 - - [2025-07-28 02:28:44] "POST /neutron/network HTTP/1.1" 200 151 0.112348 10.0.0.41 - - [2025-07-28 02:28:44] "DELETE /route-target/343eb9d0-83c5-4d46-97b7-008145d80aa9 HTTP/1.1" 200 115 0.024094 10.0.0.41 - - [2025-07-28 02:28:44] "GET /routing-instance/ebecb624-a5b8-44d3-a6aa-ea5bab452186 HTTP/1.1" 404 171 0.003215 10.0.0.41 - - [2025-07-28 02:28:44] "GET /domains HTTP/1.1" 200 280 0.003150 10.0.0.41 - - [2025-07-28 02:28:44] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.41 - - [2025-07-28 02:28:44] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.050939 10.0.0.41 - - [2025-07-28 02:28:44] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.41 - - [2025-07-28 02:28:44] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c HTTP/1.1" 200 2084 0.077433 10.0.0.41 - - [2025-07-28 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.41 - - [2025-07-28 02:28:44] "DELETE /network-ipam/64098818-270b-42be-a4f3-4c41b77ba568 HTTP/1.1" 200 115 0.022958 10.0.0.41 - - [2025-07-28 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.002644 10.0.0.41 - - [2025-07-28 02:28:45] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001675 10.0.0.41 - - [2025-07-28 02:28:45] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027619 10.0.0.41 - - [2025-07-28 02:28:45] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001274 10.0.0.41 - - [2025-07-28 02:28:45] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?fields=virtual_networks HTTP/1.1" 200 1031 0.077791 10.0.0.41 - - [2025-07-28 02:28:45] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.41 - - [2025-07-28 02:28:45] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.030200 10.0.0.41 - - [2025-07-28 02:28:45] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.41 - - [2025-07-28 02:28:45] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?fields=security_groups HTTP/1.1" 200 1257 0.033142 10.0.0.41 - - [2025-07-28 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.005755 10.0.0.41 - - [2025-07-28 02:28:47] "POST /neutron/port HTTP/1.1" 400 205 0.003619 10.0.0.41 - - [2025-07-28 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.005483 10.0.0.41 - - [2025-07-28 02:28:47] "POST /neutron/port HTTP/1.1" 400 205 0.003125 10.0.0.41 - - [2025-07-28 02:28:53] "GET / HTTP/1.1" 200 35931 0.002030 10.0.0.41 - - [2025-07-28 02:28:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2025-07-28 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.046844 10.0.0.41 - - [2025-07-28 02:28:54] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002615 10.0.0.41 - - [2025-07-28 02:28:54] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001193 10.0.0.41 - - [2025-07-28 02:28:54] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007920 10.0.0.41 - - [2025-07-28 02:28:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001263 10.0.0.41 - - [2025-07-28 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.002545 10.0.0.41 - - [2025-07-28 02:28:54] "POST /security-groups HTTP/1.1" 200 586 0.063770 10.0.0.41 - - [2025-07-28 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.002664 10.0.0.41 - - [2025-07-28 02:28:54] "POST /projects HTTP/1.1" 200 575 0.222338 10.0.0.41 - - [2025-07-28 02:28:54] "POST /access-control-lists HTTP/1.1" 200 591 0.060138 10.0.0.41 - - [2025-07-28 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.290362 10.0.0.41 - - [2025-07-28 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002831 10.0.0.41 - - [2025-07-28 02:28:55] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.419240 10.0.0.41 - - [2025-07-28 02:28:55] "POST /access-control-lists HTTP/1.1" 200 589 0.064060 10.0.0.41 - - [2025-07-28 02:28:56] "GET / HTTP/1.1" 200 35931 0.001921 10.0.0.41 - - [2025-07-28 02:28:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.41 - - [2025-07-28 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.024719 10.0.0.41 - - [2025-07-28 02:28:58] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003921 10.0.0.41 - - [2025-07-28 02:28:58] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003941 10.0.0.41 - - [2025-07-28 02:28:58] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003901 10.0.0.41 - - [2025-07-28 02:28:58] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.010252 10.0.0.41 - - [2025-07-28 02:28:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000646 10.0.0.41 - - [2025-07-28 02:28:59] "GET /aaa-mode HTTP/1.1" 200 128 0.021070 10.0.0.41 - - [2025-07-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.020490 10.0.0.41 - - [2025-07-28 02:28:59] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002528 10.0.0.41 - - [2025-07-28 02:28:59] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.41 - - [2025-07-28 02:28:59] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008212 10.0.0.41 - - [2025-07-28 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001244 10.0.0.41 - - [2025-07-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002686 10.0.0.41 - - [2025-07-28 02:28:59] "POST /security-groups HTTP/1.1" 200 586 0.063298 10.0.0.41 - - [2025-07-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.008281 10.0.0.41 - - [2025-07-28 02:28:59] "POST /projects HTTP/1.1" 200 575 0.211986 10.0.0.41 - - [2025-07-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.281237 10.0.0.41 - - [2025-07-28 02:28:59] "POST /access-control-lists HTTP/1.1" 200 591 0.067326 10.0.0.41 - - [2025-07-28 02:28:59] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.408990 10.0.0.41 - - [2025-07-28 02:28:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.009465 10.0.0.41 - - [2025-07-28 02:29:00] "POST /access-control-lists HTTP/1.1" 200 589 0.064724 10.0.0.41 - - [2025-07-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.021919 10.0.0.41 - - [2025-07-28 02:29:00] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134 10.0.0.41 - - [2025-07-28 02:29:00] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.41 - - [2025-07-28 02:29:00] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008150 10.0.0.41 - - [2025-07-28 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.002594 10.0.0.41 - - [2025-07-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.004289 10.0.0.41 - - [2025-07-28 02:29:00] "POST /security-groups HTTP/1.1" 200 586 0.067702 10.0.0.41 - - [2025-07-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002716 10.0.0.41 - - [2025-07-28 02:29:00] "POST /projects HTTP/1.1" 200 575 0.233275 10.0.0.41 - - [2025-07-28 02:29:00] "POST /access-control-lists HTTP/1.1" 200 591 0.062809 10.0.0.41 - - [2025-07-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.310884 10.0.0.41 - - [2025-07-28 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002942 10.0.0.41 - - [2025-07-28 02:29:00] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.434144 10.0.0.41 - - [2025-07-28 02:29:00] "POST /access-control-lists HTTP/1.1" 200 589 0.058697 10.0.0.41 - - [2025-07-28 02:29:01] "GET / HTTP/1.1" 200 35931 0.002296 10.0.0.41 - - [2025-07-28 02:29:02] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.41 - - [2025-07-28 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003157 10.0.0.41 - - [2025-07-28 02:29:02] "POST /api-access-lists HTTP/1.1" 200 521 0.019904 10.0.0.41 - - [2025-07-28 02:29:02] "GET /api-access-list/3bdaf1ae-9abd-44f3-b5d7-6e0170c691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005515 10.0.0.41 - - [2025-07-28 02:29:02] "GET /api-access-list/3bdaf1ae-9abd-44f3-b5d7-6e0170c691cd HTTP/1.1" 401 292 0.000513 10.0.0.41 - - [2025-07-28 02:29:03] "GET /api-access-list/3bdaf1ae-9abd-44f3-b5d7-6e0170c691cd HTTP/1.1" 200 1265 0.050496 10.0.0.41 - - [2025-07-28 02:29:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.41 - - [2025-07-28 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.102946 10.0.0.41 - - [2025-07-28 02:29:03] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001434 10.0.0.41 - - [2025-07-28 02:29:03] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.050520 10.0.0.41 - - [2025-07-28 02:29:03] "GET /virtual-networks?parent_id=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013489 10.0.0.41 - - [2025-07-28 02:29:03] "POST /virtual-networks HTTP/1.1" 200 568 0.054715 10.0.0.41 - - [2025-07-28 02:29:03] "POST /route-targets HTTP/1.1" 200 327 0.010526 10.0.0.41 - - [2025-07-28 02:29:03] "POST /ref-update HTTP/1.1" 200 156 0.014061 10.0.0.41 - - [2025-07-28 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.013332 10.0.0.41 - - [2025-07-28 02:29:03] "GET /network-ipam/8f5da604-12f9-48d5-b835-5ebf6cc17a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.010975 10.0.0.41 - - [2025-07-28 02:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003552 10.0.0.41 - - [2025-07-28 02:29:03] "POST /ref-update HTTP/1.1" 200 156 0.051738 10.0.0.41 - - [2025-07-28 02:29:04] "POST /neutron/network HTTP/1.1" 200 831 0.046623 10.0.0.41 - - [2025-07-28 02:29:04] "POST /neutron/network HTTP/1.1" 200 831 0.023021 10.0.0.41 - - [2025-07-28 02:29:04] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.019712 10.0.0.41 - - [2025-07-28 02:29:04] "POST /neutron/network HTTP/1.1" 200 831 0.023053 10.0.0.41 - - [2025-07-28 02:29:04] "POST /neutron/subnet HTTP/1.1" 200 670 0.031859 10.0.0.41 - - [2025-07-28 02:29:04] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6 HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2025-07-28 02:29:04] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6 HTTP/1.1" 200 2262 0.038848 10.0.0.41 - - [2025-07-28 02:29:04] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6 HTTP/1.1" 401 292 0.000409 10.0.0.41 - - [2025-07-28 02:29:04] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6 HTTP/1.1" 200 2002 0.045523 10.0.0.41 - - [2025-07-28 02:29:04] "POST /id-to-fqname HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-07-28 02:29:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.035344 10.0.0.41 - - [2025-07-28 02:29:05] "POST /neutron/network HTTP/1.1" 200 841 0.045756 10.0.0.41 - - [2025-07-28 02:29:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000518 10.0.0.41 - - [2025-07-28 02:29:06] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.41 - - [2025-07-28 02:29:06] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000537 10.0.0.41 - - [2025-07-28 02:29:06] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.41 - - [2025-07-28 02:29:06] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.060519 10.0.0.41 - - [2025-07-28 02:29:06] "POST /neutron/network HTTP/1.1" 200 831 0.006102 10.0.0.41 - - [2025-07-28 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.025055 10.0.0.41 - - [2025-07-28 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.005497 10.0.0.41 - - [2025-07-28 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.005128 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/network HTTP/1.1" 200 841 0.025158 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/network HTTP/1.1" 200 831 0.031587 10.0.0.41 - - [2025-07-28 02:29:07] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 1054 0.331670 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 1054 0.019958 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 1054 0.018094 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 1108 0.070061 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 1082 0.015520 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 644 0.008101 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.41 - - [2025-07-28 02:29:07] "POST /neutron/network HTTP/1.1" 200 831 0.005434 10.0.0.41 - - [2025-07-28 02:29:11] "POST /neutron/port HTTP/1.1" 200 1082 0.012534 10.0.0.41 - - [2025-07-28 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006350 10.0.0.41 - - [2025-07-28 02:29:11] "POST /neutron/port HTTP/1.1" 200 1082 0.012079 10.0.0.41 - - [2025-07-28 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006588 10.0.0.41 - - [2025-07-28 02:29:12] "POST /neutron/port HTTP/1.1" 200 1082 0.012991 10.0.0.41 - - [2025-07-28 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006585 10.0.0.41 - - [2025-07-28 02:29:12] "POST /neutron/port HTTP/1.1" 200 1082 0.010562 10.0.0.41 - - [2025-07-28 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006405 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 200 1288 0.014169 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 200 1288 0.012553 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb HTTP/1.1" 200 2530 0.016086 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 200 1288 0.012537 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb HTTP/1.1" 200 2530 0.017039 10.0.0.41 - - [2025-07-28 02:29:12] "GET /instance-ip/e3e83f81-749e-41eb-871b-33cf3b095697 HTTP/1.1" 200 1624 0.016577 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 200 1288 0.015563 10.0.0.41 - - [2025-07-28 02:29:12] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb HTTP/1.1" 200 2530 0.018566 10.0.0.41 - - [2025-07-28 02:29:12] "GET /instance-ip/e3e83f81-749e-41eb-871b-33cf3b095697 HTTP/1.1" 200 1624 0.014920 10.0.0.41 - - [2025-07-28 02:29:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.011252 10.0.0.41 - - [2025-07-28 02:29:12] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.41 - - [2025-07-28 02:29:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.023148 10.0.0.41 - - [2025-07-28 02:29:13] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003587 10.0.0.41 - - [2025-07-28 02:29:13] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012216 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.011090 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.41 - - [2025-07-28 02:29:13] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003181 10.0.0.41 - - [2025-07-28 02:29:13] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011851 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.012100 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2025-07-28 02:29:13] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004949 10.0.0.41 - - [2025-07-28 02:29:13] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010615 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.012095 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.41 - - [2025-07-28 02:29:13] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003016 10.0.0.41 - - [2025-07-28 02:29:13] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011747 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.013613 10.0.0.41 - - [2025-07-28 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.41 - - [2025-07-28 02:29:13] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003140 10.0.0.41 - - [2025-07-28 02:29:13] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015600 10.0.0.41 - - [2025-07-28 02:29:16] "POST /neutron/port HTTP/1.1" 200 1082 0.014594 10.0.0.41 - - [2025-07-28 02:29:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006187 10.0.0.41 - - [2025-07-28 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010570 10.0.0.41 - - [2025-07-28 02:29:16] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.014232 10.0.0.41 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.010246 10.0.0.41 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.41 - - [2025-07-28 02:29:18] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002779 10.0.0.41 - - [2025-07-28 02:29:18] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010272 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.010552 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002156 10.0.0.41 - - [2025-07-28 02:29:19] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002837 10.0.0.41 - - [2025-07-28 02:29:19] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011276 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 403 361 0.009276 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.41 - - [2025-07-28 02:29:19] "GET /routing-instance/3c6a9974-d76d-4cf9-94a4-011fb1f3bd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003999 10.0.0.41 - - [2025-07-28 02:29:19] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010381 10.0.0.41 - - [2025-07-28 02:29:19] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.002799 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.011528 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.41 - - [2025-07-28 02:29:19] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004114 10.0.0.41 - - [2025-07-28 02:29:19] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011177 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 403 361 0.010515 10.0.0.41 - - [2025-07-28 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.41 - - [2025-07-28 02:29:19] "GET /routing-instance/3c6a9974-d76d-4cf9-94a4-011fb1f3bd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.008129 10.0.0.41 - - [2025-07-28 02:29:19] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010645 10.0.0.41 - - [2025-07-28 02:29:19] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003260 10.0.0.41 - - [2025-07-28 02:29:19] "GET /obj-perms HTTP/1.1" 200 4915 0.060575 10.0.0.41 - - [2025-07-28 02:29:19] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012584 10.0.0.41 - - [2025-07-28 02:29:20] "GET /obj-perms HTTP/1.1" 200 4915 0.010866 10.0.0.41 - - [2025-07-28 02:29:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2025-07-28 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029584 10.0.0.41 - - [2025-07-28 02:29:20] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.015812 10.0.0.41 - - [2025-07-28 02:29:20] "GET /obj-perms HTTP/1.1" 200 4915 0.009405 10.0.0.41 - - [2025-07-28 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.41 - - [2025-07-28 02:29:20] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.018628 10.0.0.41 - - [2025-07-28 02:29:20] "GET /obj-perms HTTP/1.1" 200 4915 0.013261 10.0.0.41 - - [2025-07-28 02:29:20] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012278 10.0.0.41 - - [2025-07-28 02:29:20] "GET /obj-perms HTTP/1.1" 200 4915 0.012967 10.0.0.41 - - [2025-07-28 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.41 - - [2025-07-28 02:29:20] "GET /virtual-machine-interface/70694d3b-5fc5-4c6b-b8aa-a32876ba6efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.015021 10.0.0.41 - - [2025-07-28 02:29:20] "GET /obj-perms HTTP/1.1" 200 4915 0.010886 10.0.0.41 - - [2025-07-28 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.41 - - [2025-07-28 02:29:21] "GET /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.014971 10.0.0.41 - - [2025-07-28 02:29:21] "GET /obj-perms HTTP/1.1" 200 4915 0.011129 10.0.0.41 - - [2025-07-28 02:29:21] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.012085 10.0.0.41 - - [2025-07-28 02:29:21] "GET /obj-perms HTTP/1.1" 200 4915 0.010459 10.0.0.41 - - [2025-07-28 02:29:21] "GET /obj-perms HTTP/1.1" 200 4915 0.010772 10.0.0.41 - - [2025-07-28 02:29:21] "GET /obj-perms HTTP/1.1" 200 4915 0.061477 10.0.0.41 - - [2025-07-28 02:29:21] "GET /obj-perms HTTP/1.1" 200 4915 0.009873 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 5020 0.052131 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003125 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 4915 0.011269 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 4915 0.011038 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 4915 0.056826 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 4915 0.009686 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003325 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 5020 0.003378 10.0.0.41 - - [2025-07-28 02:29:22] "GET /obj-perms HTTP/1.1" 200 4915 0.013301 10.0.0.41 - - [2025-07-28 02:29:23] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.012408 10.0.0.41 - - [2025-07-28 02:29:23] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 200 1288 0.020012 10.0.0.41 - - [2025-07-28 02:29:23] "POST /neutron/port HTTP/1.1" 200 1082 0.011513 10.0.0.41 - - [2025-07-28 02:29:23] "POST /neutron/port HTTP/1.1" 200 1108 0.009175 10.0.0.41 - - [2025-07-28 02:29:23] "POST /neutron/port HTTP/1.1" 200 151 0.101288 10.0.0.41 - - [2025-07-28 02:29:25] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 404 171 0.012616 10.0.0.41 - - [2025-07-28 02:29:25] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 404 171 0.012603 10.0.0.41 - - [2025-07-28 02:29:25] "GET /virtual-machine/b3d7bd96-121f-4dc9-a5e8-591d9b66b666 HTTP/1.1" 404 171 0.009208 10.0.0.41 - - [2025-07-28 02:29:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.012045 10.0.0.41 - - [2025-07-28 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.41 - - [2025-07-28 02:29:25] "GET /global-vrouter-config/af4d6d2f-9f70-46b6-adcd-85cfaf8bc70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003190 10.0.0.41 - - [2025-07-28 02:29:25] "GET /virtual-networks?parent_id=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011542 10.0.0.41 - - [2025-07-28 02:29:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.008821 10.0.0.41 - - [2025-07-28 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.41 - - [2025-07-28 02:29:25] "GET /routing-instance/3c6a9974-d76d-4cf9-94a4-011fb1f3bd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005622 10.0.0.41 - - [2025-07-28 02:29:25] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009209 10.0.0.41 - - [2025-07-28 02:29:25] "GET /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003166 10.0.0.41 - - [2025-07-28 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.010025 10.0.0.41 - - [2025-07-28 02:29:25] "GET /obj-perms HTTP/1.1" 200 4915 0.012662 10.0.0.41 - - [2025-07-28 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.053995 10.0.0.41 - - [2025-07-28 02:29:26] "GET /obj-perms HTTP/1.1" 200 4915 0.009779 10.0.0.41 - - [2025-07-28 02:29:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003891 10.0.0.41 - - [2025-07-28 02:29:27] "DELETE /project/8916b0853e3c462a8de8c152cce49aed HTTP/1.1" 404 173 0.007481 10.0.0.41 - - [2025-07-28 02:29:27] "DELETE /project/3b7fe92f80de4a829cfb568ef0427eba HTTP/1.1" 404 173 0.006741 10.0.0.41 - - [2025-07-28 02:29:27] "DELETE /project/919dc12d3d53458697fca983ee4ef483 HTTP/1.1" 404 173 0.005643 10.0.0.41 - - [2025-07-28 02:29:27] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.41 - - [2025-07-28 02:29:27] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.031821 10.0.0.41 - - [2025-07-28 02:29:27] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.41 - - [2025-07-28 02:29:27] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?fields=security_groups HTTP/1.1" 200 1362 0.065087 10.0.0.41 - - [2025-07-28 02:29:28] "DELETE /security-group/1f44049e-8802-4aa4-a267-dbae45214af4 HTTP/1.1" 200 115 0.035981 10.0.0.41 - - [2025-07-28 02:29:28] "GET /projects?obj_uuids=0681cdc0-d9a0-41c1-a255-94c1df48dc9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.41 - - [2025-07-28 02:29:28] "DELETE /access-control-list/d90f63fb-533a-4b07-b784-6f9149abc328 HTTP/1.1" 200 115 0.040599 10.0.0.41 - - [2025-07-28 02:29:28] "GET /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c?fields=application_policy_sets HTTP/1.1" 200 1401 0.038203 10.0.0.41 - - [2025-07-28 02:29:28] "DELETE /access-control-list/63f92038-c9ab-4740-b202-ec9374b51968 HTTP/1.1" 200 115 0.017462 10.0.0.41 - - [2025-07-28 02:29:28] "DELETE /project/0681cdc0-d9a0-41c1-a255-94c1df48dc9c HTTP/1.1" 200 115 0.331323 10.0.0.41 - - [2025-07-28 02:29:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003490 10.0.0.41 - - [2025-07-28 02:29:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003908 10.0.0.41 - - [2025-07-28 02:29:33] "GET /obj-perms HTTP/1.1" 200 5056 0.046420 10.0.0.41 - - [2025-07-28 02:29:34] "GET /obj-perms HTTP/1.1" 200 5056 0.048302 10.0.0.41 - - [2025-07-28 02:29:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003364 10.0.0.41 - - [2025-07-28 02:29:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003499 10.0.0.41 - - [2025-07-28 02:29:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003652 10.0.0.41 - - [2025-07-28 02:29:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003564 10.0.0.41 - - [2025-07-28 02:29:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003245 10.0.0.41 - - [2025-07-28 02:29:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003301 10.0.0.41 - - [2025-07-28 02:29:53] "GET /obj-perms HTTP/1.1" 200 5020 0.003482 10.0.0.41 - - [2025-07-28 02:29:56] "GET /obj-perms HTTP/1.1" 200 5020 0.003818 10.0.0.41 - - [2025-07-28 02:29:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003981 10.0.0.41 - - [2025-07-28 02:30:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003403 10.0.0.41 - - [2025-07-28 02:30:05] "GET /obj-perms HTTP/1.1" 200 5020 0.004016 10.0.0.41 - - [2025-07-28 02:30:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003362 10.0.0.41 - - [2025-07-28 02:30:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003789 10.0.0.41 - - [2025-07-28 02:30:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003277 10.0.0.41 - - [2025-07-28 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005389 10.0.0.41 - - [2025-07-28 02:30:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002392 10.0.0.41 - - [2025-07-28 02:30:11] "DELETE /virtual-network/24c864c5-fe37-499f-b63c-573da367d6d6 HTTP/1.1" 200 115 0.085734 10.0.0.41 - - [2025-07-28 02:30:11] "DELETE /route-target/2fc16ba9-0d9f-44e1-bb05-2f561e3921e2 HTTP/1.1" 200 115 0.017412 10.0.0.41 - - [2025-07-28 02:30:11] "DELETE /api-access-list/3bdaf1ae-9abd-44f3-b5d7-6e0170c691cd HTTP/1.1" 200 115 0.022828 10.0.0.41 - - [2025-07-28 02:30:11] "GET /api-access-list/3bdaf1ae-9abd-44f3-b5d7-6e0170c691cd HTTP/1.1" 404 171 0.002399 10.0.0.41 - - [2025-07-28 02:30:11] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.41 - - [2025-07-28 02:30:11] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026678 10.0.0.41 - - [2025-07-28 02:30:11] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001124 10.0.0.41 - - [2025-07-28 02:30:11] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?fields=virtual_networks HTTP/1.1" 200 1022 0.070705 10.0.0.41 - - [2025-07-28 02:30:11] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.41 - - [2025-07-28 02:30:11] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028318 10.0.0.41 - - [2025-07-28 02:30:11] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001084 10.0.0.41 - - [2025-07-28 02:30:11] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?fields=security_groups HTTP/1.1" 200 1243 0.026068 10.0.0.41 - - [2025-07-28 02:30:12] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001551 10.0.0.41 - - [2025-07-28 02:30:12] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026470 10.0.0.41 - - [2025-07-28 02:30:12] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.41 - - [2025-07-28 02:30:12] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?fields=virtual_networks HTTP/1.1" 200 1022 0.067558 10.0.0.41 - - [2025-07-28 02:30:12] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.41 - - [2025-07-28 02:30:12] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.031346 10.0.0.41 - - [2025-07-28 02:30:12] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.41 - - [2025-07-28 02:30:12] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?fields=security_groups HTTP/1.1" 200 1243 0.025950 10.0.0.41 - - [2025-07-28 02:30:13] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003667 10.0.0.41 - - [2025-07-28 02:30:13] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.008999 10.0.0.41 - - [2025-07-28 02:30:13] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001911 10.0.0.41 - - [2025-07-28 02:30:13] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.028201 10.0.0.41 - - [2025-07-28 02:30:13] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002675 10.0.0.41 - - [2025-07-28 02:30:13] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?fields=virtual_networks HTTP/1.1" 200 1023 0.074596 10.0.0.41 - - [2025-07-28 02:30:14] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.41 - - [2025-07-28 02:30:14] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.032946 10.0.0.41 - - [2025-07-28 02:30:14] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.41 - - [2025-07-28 02:30:14] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?fields=security_groups HTTP/1.1" 200 1244 0.027332 10.0.0.41 - - [2025-07-28 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.023558 10.0.0.41 - - [2025-07-28 02:30:15] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003073 10.0.0.41 - - [2025-07-28 02:30:15] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.41 - - [2025-07-28 02:30:15] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007178 10.0.0.41 - - [2025-07-28 02:30:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001609 10.0.0.41 - - [2025-07-28 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.003702 10.0.0.41 - - [2025-07-28 02:30:15] "POST /security-groups HTTP/1.1" 200 591 0.059733 10.0.0.41 - - [2025-07-28 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003869 10.0.0.41 - - [2025-07-28 02:30:15] "POST /projects HTTP/1.1" 200 585 0.223609 10.0.0.41 - - [2025-07-28 02:30:15] "POST /access-control-lists HTTP/1.1" 200 596 0.059230 10.0.0.41 - - [2025-07-28 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.296236 10.0.0.41 - - [2025-07-28 02:30:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.002770 10.0.0.41 - - [2025-07-28 02:30:15] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.425704 10.0.0.41 - - [2025-07-28 02:30:15] "POST /access-control-lists HTTP/1.1" 200 594 0.059495 10.0.0.41 - - [2025-07-28 02:30:16] "GET / HTTP/1.1" 200 35931 0.002156 10.0.0.41 - - [2025-07-28 02:30:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.41 - - [2025-07-28 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.034426 10.0.0.41 - - [2025-07-28 02:30:18] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003469 10.0.0.41 - - [2025-07-28 02:30:18] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003438 10.0.0.41 - - [2025-07-28 02:30:18] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003106 10.0.0.41 - - [2025-07-28 02:30:18] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.008904 10.0.0.41 - - [2025-07-28 02:30:19] "GET /aaa-mode HTTP/1.1" 200 128 0.001363 10.0.0.41 - - [2025-07-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 188 0.022046 10.0.0.41 - - [2025-07-28 02:30:19] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002620 10.0.0.41 - - [2025-07-28 02:30:19] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.41 - - [2025-07-28 02:30:19] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007414 10.0.0.41 - - [2025-07-28 02:30:19] "POST /id-to-fqname HTTP/1.1" 200 190 0.001285 10.0.0.41 - - [2025-07-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 199 0.002368 10.0.0.41 - - [2025-07-28 02:30:19] "POST /security-groups HTTP/1.1" 200 591 0.059810 10.0.0.41 - - [2025-07-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.002545 10.0.0.41 - - [2025-07-28 02:30:19] "POST /projects HTTP/1.1" 200 585 0.211911 10.0.0.41 - - [2025-07-28 02:30:19] "POST /access-control-lists HTTP/1.1" 200 596 0.058540 10.0.0.41 - - [2025-07-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.279611 10.0.0.41 - - [2025-07-28 02:30:19] "POST /fqname-to-id HTTP/1.1" 404 233 0.002722 10.0.0.41 - - [2025-07-28 02:30:19] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.394210 10.0.0.41 - - [2025-07-28 02:30:20] "POST /access-control-lists HTTP/1.1" 200 594 0.059943 10.0.0.41 - - [2025-07-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.026735 10.0.0.41 - - [2025-07-28 02:30:20] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002527 10.0.0.41 - - [2025-07-28 02:30:20] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.41 - - [2025-07-28 02:30:20] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008430 10.0.0.41 - - [2025-07-28 02:30:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001216 10.0.0.41 - - [2025-07-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003619 10.0.0.41 - - [2025-07-28 02:30:20] "POST /security-groups HTTP/1.1" 200 591 0.059957 10.0.0.41 - - [2025-07-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.004507 10.0.0.41 - - [2025-07-28 02:30:20] "POST /projects HTTP/1.1" 200 585 0.216993 10.0.0.41 - - [2025-07-28 02:30:20] "POST /access-control-lists HTTP/1.1" 200 596 0.056441 10.0.0.41 - - [2025-07-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.286975 10.0.0.41 - - [2025-07-28 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.002827 10.0.0.41 - - [2025-07-28 02:30:20] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.413119 10.0.0.41 - - [2025-07-28 02:30:20] "POST /access-control-lists HTTP/1.1" 200 594 0.059968 10.0.0.41 - - [2025-07-28 02:30:21] "GET / HTTP/1.1" 200 35931 0.003276 10.0.0.41 - - [2025-07-28 02:30:22] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.41 - - [2025-07-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.002994 10.0.0.41 - - [2025-07-28 02:30:22] "POST /api-access-lists HTTP/1.1" 200 521 0.013353 10.0.0.41 - - [2025-07-28 02:30:22] "GET /api-access-list/70fa9657-c414-4824-aab4-47d1d9edb4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004586 10.0.0.41 - - [2025-07-28 02:30:22] "GET /api-access-list/70fa9657-c414-4824-aab4-47d1d9edb4a2 HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-07-28 02:30:22] "GET /api-access-list/70fa9657-c414-4824-aab4-47d1d9edb4a2 HTTP/1.1" 200 1289 0.050865 10.0.0.41 - - [2025-07-28 02:30:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2025-07-28 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.038541 10.0.0.41 - - [2025-07-28 02:30:23] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001243 10.0.0.41 - - [2025-07-28 02:30:23] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036456 10.0.0.41 - - [2025-07-28 02:30:23] "GET /virtual-networks?parent_id=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012322 10.0.0.41 - - [2025-07-28 02:30:23] "POST /virtual-networks HTTP/1.1" 200 583 0.049581 10.0.0.41 - - [2025-07-28 02:30:23] "POST /route-targets HTTP/1.1" 200 327 0.008881 10.0.0.41 - - [2025-07-28 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.41 - - [2025-07-28 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015868 10.0.0.41 - - [2025-07-28 02:30:23] "GET /network-ipam/8f5da604-12f9-48d5-b835-5ebf6cc17a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.010866 10.0.0.41 - - [2025-07-28 02:30:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006152 10.0.0.41 - - [2025-07-28 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.066521 10.0.0.41 - - [2025-07-28 02:30:23] "POST /neutron/network HTTP/1.1" 200 845 0.044259 10.0.0.41 - - [2025-07-28 02:30:23] "POST /neutron/network HTTP/1.1" 200 845 0.024364 10.0.0.41 - - [2025-07-28 02:30:23] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.013423 10.0.0.41 - - [2025-07-28 02:30:23] "POST /neutron/network HTTP/1.1" 200 845 0.019811 10.0.0.41 - - [2025-07-28 02:30:23] "POST /neutron/subnet HTTP/1.1" 200 664 0.028866 10.0.0.41 - - [2025-07-28 02:30:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.41 - - [2025-07-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.038923 10.0.0.41 - - [2025-07-28 02:30:24] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.41 - - [2025-07-28 02:30:24] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038654 10.0.0.41 - - [2025-07-28 02:30:24] "GET /virtual-networks?parent_id=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016200 10.0.0.41 - - [2025-07-28 02:30:24] "POST /virtual-networks HTTP/1.1" 200 583 0.049519 10.0.0.41 - - [2025-07-28 02:30:24] "POST /route-targets HTTP/1.1" 200 327 0.009665 10.0.0.41 - - [2025-07-28 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.012056 10.0.0.41 - - [2025-07-28 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011894 10.0.0.41 - - [2025-07-28 02:30:24] "GET /network-ipam/8f5da604-12f9-48d5-b835-5ebf6cc17a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011927 10.0.0.41 - - [2025-07-28 02:30:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003747 10.0.0.41 - - [2025-07-28 02:30:24] "POST /ref-update HTTP/1.1" 200 156 0.053690 10.0.0.41 - - [2025-07-28 02:30:24] "POST /neutron/network HTTP/1.1" 200 849 0.047224 10.0.0.41 - - [2025-07-28 02:30:24] "POST /neutron/network HTTP/1.1" 200 849 0.020784 10.0.0.41 - - [2025-07-28 02:30:24] "GET /virtual-network/6fa3e517-9d41-420f-ba1c-2e59cf9de80b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.016434 10.0.0.41 - - [2025-07-28 02:30:24] "POST /neutron/network HTTP/1.1" 200 849 0.026721 10.0.0.41 - - [2025-07-28 02:30:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.026840 10.0.0.41 - - [2025-07-28 02:30:24] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 401 292 0.000629 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 200 2305 0.042315 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 403 376 0.034454 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 200 2305 0.005543 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-networks HTTP/1.1" 200 371 0.026524 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-networks HTTP/1.1" 200 371 0.022162 10.0.0.41 - - [2025-07-28 02:30:25] "PUT /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 200 264 0.035548 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-networks HTTP/1.1" 200 132 0.021319 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-networks HTTP/1.1" 200 611 0.020456 10.0.0.41 - - [2025-07-28 02:30:25] "GET /virtual-networks HTTP/1.1" 200 1647 0.002635 10.0.0.41 - - [2025-07-28 02:30:25] "PUT /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 200 264 0.029874 10.0.0.41 - - [2025-07-28 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.41 - - [2025-07-28 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002128 10.0.0.41 - - [2025-07-28 02:30:25] "DELETE /virtual-network/6fa3e517-9d41-420f-ba1c-2e59cf9de80b HTTP/1.1" 200 115 0.076793 10.0.0.41 - - [2025-07-28 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.41 - - [2025-07-28 02:30:25] "DELETE /route-target/9c243942-377c-4de8-a5db-34f69e6f3c28 HTTP/1.1" 200 115 0.020890 10.0.0.41 - - [2025-07-28 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.41 - - [2025-07-28 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.41 - - [2025-07-28 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.41 - - [2025-07-28 02:30:25] "DELETE /virtual-network/ae10730c-9e21-469c-92c9-cc7fa61b45fb HTTP/1.1" 200 115 0.085908 10.0.0.41 - - [2025-07-28 02:30:25] "DELETE /route-target/1968a95e-b642-406f-b6e5-d81c57aaa99c HTTP/1.1" 200 115 0.015716 10.0.0.41 - - [2025-07-28 02:30:25] "DELETE /api-access-list/70fa9657-c414-4824-aab4-47d1d9edb4a2 HTTP/1.1" 200 115 0.020394 10.0.0.41 - - [2025-07-28 02:30:26] "GET /api-access-list/70fa9657-c414-4824-aab4-47d1d9edb4a2 HTTP/1.1" 404 171 0.002619 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.41 - - [2025-07-28 02:30:26] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029300 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003623 10.0.0.41 - - [2025-07-28 02:30:26] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?fields=virtual_networks HTTP/1.1" 200 1031 0.070016 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002775 10.0.0.41 - - [2025-07-28 02:30:26] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.040676 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.41 - - [2025-07-28 02:30:26] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?fields=security_groups HTTP/1.1" 200 1257 0.024210 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001053 10.0.0.41 - - [2025-07-28 02:30:26] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039657 10.0.0.41 - - [2025-07-28 02:30:26] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.41 - - [2025-07-28 02:30:27] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?fields=virtual_networks HTTP/1.1" 200 1032 0.030430 10.0.0.41 - - [2025-07-28 02:30:27] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001666 10.0.0.41 - - [2025-07-28 02:30:27] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043431 10.0.0.41 - - [2025-07-28 02:30:27] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.41 - - [2025-07-28 02:30:27] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?fields=security_groups HTTP/1.1" 200 1258 0.026388 10.0.0.41 - - [2025-07-28 02:30:27] "GET /aaa-mode HTTP/1.1" 200 128 0.001149 10.0.0.41 - - [2025-07-28 02:30:28] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /project/bb6df46b3efe459da19e5e016c2b81aa HTTP/1.1" 404 173 0.036174 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /project/4f074e0904c748b88e55b994c7c5a28e HTTP/1.1" 404 173 0.021683 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /project/27b944c9574043c7801d55165feadef5 HTTP/1.1" 404 173 0.017921 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001180 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073347 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.076145 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.076645 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.080467 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.090273 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?fields=security_groups HTTP/1.1" 200 1349 0.075255 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?fields=security_groups HTTP/1.1" 200 1362 0.077099 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?fields=security_groups HTTP/1.1" 200 1348 0.076991 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?fields=security_groups HTTP/1.1" 200 1363 0.083795 10.0.0.41 - - [2025-07-28 02:30:28] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?fields=security_groups HTTP/1.1" 200 1348 0.083979 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /security-group/d8b1bf7f-66ec-45c9-bfca-766c99bb8722 HTTP/1.1" 200 115 0.104557 10.0.0.41 - - [2025-07-28 02:30:28] "GET /projects?obj_uuids=919dc12d-3d53-4586-97fc-a983ee4ef483&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /access-control-list/6ee80607-e0b9-450b-b2bf-051c5c2f63a2 HTTP/1.1" 200 115 0.062461 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /security-group/e6ed3f78-5d4c-4d29-a8cc-de72d32dff9c HTTP/1.1" 200 115 0.138117 10.0.0.41 - - [2025-07-28 02:30:28] "DELETE /security-group/a28e96ed-ad5a-4a69-a96d-44ae04a0252f HTTP/1.1" 200 115 0.147900 10.0.0.41 - - [2025-07-28 02:30:29] "GET /project/919dc12d-3d53-4586-97fc-a983ee4ef483?fields=application_policy_sets HTTP/1.1" 200 1388 0.062313 10.0.0.41 - - [2025-07-28 02:30:29] "GET /projects?obj_uuids=8916b085-3e3c-462a-8de8-c152cce49aed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001566 10.0.0.41 - - [2025-07-28 02:30:29] "GET /projects?obj_uuids=27b944c9-5740-43c7-801d-55165feadef5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /security-group/1926a410-b512-4813-a24d-c8f1b8f0c57e HTTP/1.1" 200 115 0.169430 10.0.0.41 - - [2025-07-28 02:30:29] "GET /projects?obj_uuids=4f074e09-04c7-48b8-8e55-b994c7c5a28e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /security-group/cd34b3ca-ab9d-481c-80f5-5fabbff36cae HTTP/1.1" 200 115 0.180551 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/32829898-db2b-4844-a7b3-cd4a9fe1741b HTTP/1.1" 200 115 0.104596 10.0.0.41 - - [2025-07-28 02:30:29] "GET /project/8916b085-3e3c-462a-8de8-c152cce49aed?fields=application_policy_sets HTTP/1.1" 200 1387 0.083598 10.0.0.41 - - [2025-07-28 02:30:29] "GET /projects?obj_uuids=3b7fe92f-80de-4a82-9cfb-568ef0427eba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000981 10.0.0.41 - - [2025-07-28 02:30:29] "GET /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e?fields=application_policy_sets HTTP/1.1" 200 1402 0.066473 10.0.0.41 - - [2025-07-28 02:30:29] "GET /project/27b944c9-5740-43c7-801d-55165feadef5?fields=application_policy_sets HTTP/1.1" 200 1401 0.102185 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/068daa3e-bf45-4066-865f-f648ab9777c5 HTTP/1.1" 200 115 0.064188 10.0.0.41 - - [2025-07-28 02:30:29] "GET /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba?fields=application_policy_sets HTTP/1.1" 200 1387 0.102988 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/d576b071-4415-4fdc-8a86-570d70e19357 HTTP/1.1" 200 115 0.076421 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /project/919dc12d-3d53-4586-97fc-a983ee4ef483 HTTP/1.1" 200 115 0.663952 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/2a2f5758-1cf5-4a4e-82ce-6ea629bec148 HTTP/1.1" 200 115 0.054326 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /project/8916b085-3e3c-462a-8de8-c152cce49aed HTTP/1.1" 200 115 0.728478 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /project/4f074e09-04c7-48b8-8e55-b994c7c5a28e HTTP/1.1" 200 115 0.727563 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/0d134e84-20f7-4c32-af7c-82e25dec6fa1 HTTP/1.1" 200 115 0.037124 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /project/27b944c9-5740-43c7-801d-55165feadef5 HTTP/1.1" 200 115 0.746909 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /project/3b7fe92f-80de-4a82-9cfb-568ef0427eba HTTP/1.1" 200 115 0.758798 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/2bd75536-1401-4435-83f1-d1ccd210cb1f HTTP/1.1" 200 115 0.021993 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/30a13b73-fa3b-40a2-bdda-7f861637eff4 HTTP/1.1" 200 115 0.020455 10.0.0.41 - - [2025-07-28 02:30:29] "GET / HTTP/1.1" 200 35931 0.002335 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/6956d65f-4cd7-4886-9e87-7f1ac95a4e91 HTTP/1.1" 200 115 0.033711 10.0.0.41 - - [2025-07-28 02:30:29] "DELETE /access-control-list/5b00f9a9-18fe-4cce-b597-1e9d1a677cfa HTTP/1.1" 200 115 0.018778 10.0.0.41 - - [2025-07-28 02:30:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.039801 10.0.0.41 - - [2025-07-28 02:30:30] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.41 - - [2025-07-28 02:30:30] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.035283 10.0.0.41 - - [2025-07-28 02:30:30] "GET /virtual-networks?parent_id=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009768 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.008302 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010675 10.0.0.41 - - [2025-07-28 02:30:30] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.41 - - [2025-07-28 02:30:30] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021511 10.0.0.41 - - [2025-07-28 02:30:30] "POST /service-templates HTTP/1.1" 403 264 0.008157 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 215 0.002943 10.0.0.41 - - [2025-07-28 02:30:30] "POST /api-access-lists HTTP/1.1" 200 555 0.015355 10.0.0.41 - - [2025-07-28 02:30:30] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004576 10.0.0.41 - - [2025-07-28 02:30:30] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 1324 0.003194 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011391 10.0.0.41 - - [2025-07-28 02:30:30] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.41 - - [2025-07-28 02:30:30] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.035637 10.0.0.41 - - [2025-07-28 02:30:30] "GET /virtual-networks?parent_id=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013098 10.0.0.41 - - [2025-07-28 02:30:30] "POST /virtual-networks HTTP/1.1" 200 583 0.051895 10.0.0.41 - - [2025-07-28 02:30:30] "POST /route-targets HTTP/1.1" 200 327 0.012074 10.0.0.41 - - [2025-07-28 02:30:30] "POST /ref-update HTTP/1.1" 200 156 0.013551 10.0.0.41 - - [2025-07-28 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.017033 10.0.0.41 - - [2025-07-28 02:30:30] "GET /network-ipam/8f5da604-12f9-48d5-b835-5ebf6cc17a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.011450 10.0.0.41 - - [2025-07-28 02:30:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003889 10.0.0.41 - - [2025-07-28 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.045447 10.0.0.41 - - [2025-07-28 02:30:31] "POST /neutron/network HTTP/1.1" 200 850 0.044092 10.0.0.41 - - [2025-07-28 02:30:31] "POST /neutron/network HTTP/1.1" 200 850 0.022203 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.014035 10.0.0.41 - - [2025-07-28 02:30:31] "POST /neutron/network HTTP/1.1" 200 850 0.021990 10.0.0.41 - - [2025-07-28 02:30:31] "POST /neutron/subnet HTTP/1.1" 200 686 0.027575 10.0.0.41 - - [2025-07-28 02:30:31] "POST /neutron/network HTTP/1.1" 200 850 0.057937 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.006499 10.0.0.41 - - [2025-07-28 02:30:31] "GET /network-ipam/8f5da604-12f9-48d5-b835-5ebf6cc17a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003708 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domains HTTP/1.1" 200 280 0.003699 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.007672 10.0.0.41 - - [2025-07-28 02:30:31] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.41 - - [2025-07-28 02:30:31] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa HTTP/1.1" 200 2353 0.066109 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.005350 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.004763 10.0.0.41 - - [2025-07-28 02:30:31] "GET /routing-instance/8ecd395d-d09e-4be0-b661-9c39a99fe713 HTTP/1.1" 200 1556 0.003262 10.0.0.41 - - [2025-07-28 02:30:31] "GET /routing-instance/8ecd395d-d09e-4be0-b661-9c39a99fe713 HTTP/1.1" 200 1556 0.003367 10.0.0.41 - - [2025-07-28 02:30:31] "GET /route-target/06141073-5939-43db-adfa-8a0a593fce24 HTTP/1.1" 200 1243 0.002949 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.004544 10.0.0.41 - - [2025-07-28 02:30:31] "GET /routing-instance/8ecd395d-d09e-4be0-b661-9c39a99fe713 HTTP/1.1" 200 1556 0.003496 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004818 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.004541 10.0.0.41 - - [2025-07-28 02:30:31] "GET /routing-instance/8ecd395d-d09e-4be0-b661-9c39a99fe713 HTTP/1.1" 200 1556 0.003891 10.0.0.41 - - [2025-07-28 02:30:31] "GET /routing-instance/8ecd395d-d09e-4be0-b661-9c39a99fe713 HTTP/1.1" 200 1556 0.003398 10.0.0.41 - - [2025-07-28 02:30:31] "GET /route-target/06141073-5939-43db-adfa-8a0a593fce24 HTTP/1.1" 200 1243 0.003998 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domains HTTP/1.1" 200 280 0.002536 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.41 - - [2025-07-28 02:30:31] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5 HTTP/1.1" 200 2574 0.006751 10.0.0.41 - - [2025-07-28 02:30:31] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.41 - - [2025-07-28 02:30:31] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa HTTP/1.1" 200 2353 0.067279 10.0.0.41 - - [2025-07-28 02:30:31] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.006218 10.0.0.41 - - [2025-07-28 02:30:32] "GET /obj-perms HTTP/1.1" 200 5030 0.049461 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.009649 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010472 10.0.0.41 - - [2025-07-28 02:30:32] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.41 - - [2025-07-28 02:30:32] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015215 10.0.0.41 - - [2025-07-28 02:30:32] "POST /service-templates HTTP/1.1" 403 264 0.009696 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.003067 10.0.0.41 - - [2025-07-28 02:30:32] "POST /api-access-lists HTTP/1.1" 200 521 0.014872 10.0.0.41 - - [2025-07-28 02:30:32] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004340 10.0.0.41 - - [2025-07-28 02:30:32] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 1290 0.003295 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.012302 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.011391 10.0.0.41 - - [2025-07-28 02:30:32] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.41 - - [2025-07-28 02:30:32] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021250 10.0.0.41 - - [2025-07-28 02:30:32] "POST /service-templates HTTP/1.1" 200 551 0.027495 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.016650 10.0.0.41 - - [2025-07-28 02:30:32] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.016984 10.0.0.41 - - [2025-07-28 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.013131 10.0.0.41 - - [2025-07-28 02:30:32] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013642 10.0.0.41 - - [2025-07-28 02:30:32] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 401 292 0.003175 10.0.0.41 - - [2025-07-28 02:30:33] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 403 263 0.041850 10.0.0.41 - - [2025-07-28 02:30:33] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.009255 10.0.0.41 - - [2025-07-28 02:30:33] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.035599 10.0.0.41 - - [2025-07-28 02:30:33] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.002423 10.0.0.41 - - [2025-07-28 02:30:33] "PUT /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 264 0.007813 10.0.0.41 - - [2025-07-28 02:30:33] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 1461 0.003480 10.0.0.41 - - [2025-07-28 02:30:33] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.016889 10.0.0.41 - - [2025-07-28 02:30:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.41 - - [2025-07-28 02:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.039073 10.0.0.41 - - [2025-07-28 02:30:33] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.41 - - [2025-07-28 02:30:33] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038096 10.0.0.41 - - [2025-07-28 02:30:34] "GET /virtual-networks?parent_id=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.016981 10.0.0.41 - - [2025-07-28 02:30:34] "POST /virtual-networks HTTP/1.1" 403 263 0.009305 10.0.0.41 - - [2025-07-28 02:30:34] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.009990 10.0.0.41 - - [2025-07-28 02:30:34] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.332034 10.0.0.41 - - [2025-07-28 02:30:34] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002967 10.0.0.41 - - [2025-07-28 02:30:34] "PUT /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 264 0.012970 10.0.0.41 - - [2025-07-28 02:30:34] "GET /obj-perms HTTP/1.1" 200 5056 0.069343 10.0.0.41 - - [2025-07-28 02:30:34] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 1428 0.003924 10.0.0.41 - - [2025-07-28 02:30:34] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 200 1853 0.011812 10.0.0.41 - - [2025-07-28 02:30:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.012167 10.0.0.41 - - [2025-07-28 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.012026 10.0.0.41 - - [2025-07-28 02:30:34] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.41 - - [2025-07-28 02:30:34] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016588 10.0.0.41 - - [2025-07-28 02:30:35] "POST /service-templates HTTP/1.1" 403 264 0.009886 10.0.0.41 - - [2025-07-28 02:30:35] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003391 10.0.0.41 - - [2025-07-28 02:30:35] "PUT /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 264 0.008304 10.0.0.41 - - [2025-07-28 02:30:35] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 1324 0.008036 10.0.0.41 - - [2025-07-28 02:30:35] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.003000 10.0.0.41 - - [2025-07-28 02:30:35] "GET /obj-perms HTTP/1.1" 200 5056 0.045873 10.0.0.41 - - [2025-07-28 02:30:35] "PUT /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 264 0.008152 10.0.0.41 - - [2025-07-28 02:30:35] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 1290 0.003368 10.0.0.41 - - [2025-07-28 02:30:35] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 403 263 0.008520 10.0.0.41 - - [2025-07-28 02:30:35] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 403 263 0.033963 10.0.0.41 - - [2025-07-28 02:30:35] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.010398 10.0.0.41 - - [2025-07-28 02:30:35] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.032083 10.0.0.41 - - [2025-07-28 02:30:35] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.002927 10.0.0.41 - - [2025-07-28 02:30:35] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.009564 10.0.0.41 - - [2025-07-28 02:30:36] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 200 1853 0.011870 10.0.0.41 - - [2025-07-28 02:30:36] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.014259 10.0.0.41 - - [2025-07-28 02:30:36] "DELETE /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 200 115 0.020072 10.0.0.41 - - [2025-07-28 02:30:36] "GET /api-access-list/8c3595c3-9ea3-4c4e-b70f-4edd2b32bc55 HTTP/1.1" 404 171 0.002509 10.0.0.41 - - [2025-07-28 02:30:36] "DELETE /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 200 115 0.018725 10.0.0.41 - - [2025-07-28 02:30:36] "GET /api-access-list/71901153-74a7-41b3-9097-598f9d25a826 HTTP/1.1" 404 171 0.002872 10.0.0.41 - - [2025-07-28 02:30:36] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-07-28 02:30:36] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 403 263 0.033262 10.0.0.41 - - [2025-07-28 02:30:36] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.007060 10.0.0.41 - - [2025-07-28 02:30:36] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 403 264 0.035387 10.0.0.41 - - [2025-07-28 02:30:36] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004060 10.0.0.41 - - [2025-07-28 02:30:36] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.008890 10.0.0.41 - - [2025-07-28 02:30:36] "GET /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 2317 0.014259 10.0.0.41 - - [2025-07-28 02:30:36] "GET /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 200 1853 0.012250 10.0.0.41 - - [2025-07-28 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008612 10.0.0.41 - - [2025-07-28 02:30:36] "DELETE /service-template/3bead7f8-1e44-4abe-af9e-90f64222ca87 HTTP/1.1" 200 115 0.027799 10.0.0.41 - - [2025-07-28 02:30:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.009116 10.0.0.41 - - [2025-07-28 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005898 10.0.0.41 - - [2025-07-28 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.41 - - [2025-07-28 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.41 - - [2025-07-28 02:30:37] "DELETE /virtual-network/4c3f8bc5-a481-4097-8c4d-0612c56c5ef3 HTTP/1.1" 200 115 0.076510 10.0.0.41 - - [2025-07-28 02:30:37] "DELETE /route-target/06141073-5939-43db-adfa-8a0a593fce24 HTTP/1.1" 200 115 0.018145 10.0.0.41 - - [2025-07-28 02:30:37] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.003448 10.0.0.41 - - [2025-07-28 02:30:37] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.008774 10.0.0.41 - - [2025-07-28 02:30:37] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.003820 10.0.0.41 - - [2025-07-28 02:30:37] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.009648 10.0.0.41 - - [2025-07-28 02:30:38] "GET /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.003901 10.0.0.41 - - [2025-07-28 02:30:38] "PUT /api-access-list/c05c9291-6003-48dd-ae4f-fee23468ebf2 HTTP/1.1" 200 264 0.008740 10.0.0.41 - - [2025-07-28 02:30:38] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.41 - - [2025-07-28 02:30:38] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024621 10.0.0.41 - - [2025-07-28 02:30:38] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.41 - - [2025-07-28 02:30:38] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?fields=virtual_networks HTTP/1.1" 200 1033 0.069858 10.0.0.41 - - [2025-07-28 02:30:38] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.41 - - [2025-07-28 02:30:38] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026378 10.0.0.41 - - [2025-07-28 02:30:38] "GET /projects?obj_uuids=bb6df46b-3efe-459d-a19e-5e016c2b81aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001270 10.0.0.41 - - [2025-07-28 02:30:38] "GET /project/bb6df46b-3efe-459d-a19e-5e016c2b81aa?fields=security_groups HTTP/1.1" 200 1259 0.025669 10.0.0.41 - - [2025-07-28 02:30:39] "GET /projects?obj_uuids=87e142e1-5519-4aea-8b47-8caa33fd5458&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001075 10.0.0.41 - - [2025-07-28 02:30:39] "GET /project/87e142e1-5519-4aea-8b47-8caa33fd5458?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.025283 [Introspect:8084]10.0.0.41 - - [2025-07-28 02:30:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001003 10.0.0.41 - - [2025-07-28 02:30:39] "GET /global-system-configs HTTP/1.1" 200 322 0.070341 10.0.0.41 - - [2025-07-28 02:30:39] "GET /obj-perms HTTP/1.1" 200 5056 0.116731 10.0.0.41 - - [2025-07-28 02:30:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.022679 10.0.0.41 - - [2025-07-28 02:30:39] "GET /projects?obj_uuids=a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002434 10.0.0.41 - - [2025-07-28 02:30:39] "GET /domains?obj_uuids=d06f6505-035f-4bb2-97be-dfdf8405bca5&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.41 - - [2025-07-28 02:30:39] "GET /domain/d06f6505-035f-4bb2-97be-dfdf8405bca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007884 10.0.0.41 - - [2025-07-28 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 186 0.001273 10.0.0.41 - - [2025-07-28 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.003690 10.0.0.41 - - [2025-07-28 02:30:40] "POST /security-groups HTTP/1.1" 200 587 0.063196 10.0.0.41 - - [2025-07-28 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 230 0.002865 10.0.0.41 - - [2025-07-28 02:30:40] "POST /projects HTTP/1.1" 200 577 0.207071 10.0.0.41 - - [2025-07-28 02:30:40] "POST /access-control-lists HTTP/1.1" 200 592 0.057975 10.0.0.41 - - [2025-07-28 02:30:40] "GET /global-system-configs HTTP/1.1" 200 322 0.036076 10.0.0.41 - - [2025-07-28 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.282944 10.0.0.41 - - [2025-07-28 02:30:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.003595 10.0.0.41 - - [2025-07-28 02:30:40] "GET /obj-perms HTTP/1.1" 200 5056 0.082783 10.0.0.41 - - [2025-07-28 02:30:40] "GET /project/a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.408274 10.0.0.41 - - [2025-07-28 02:30:40] "POST /access-control-lists HTTP/1.1" 200 590 0.064162 10.0.0.41 - - [2025-07-28 02:30:41] "GET / HTTP/1.1" 200 35931 0.004339 10.0.0.41 - - [2025-07-28 02:30:41] "GET /projects?obj_uuids=a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001451 10.0.0.41 - - [2025-07-28 02:30:41] "GET /project/a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.024428 10.0.0.41 - - [2025-07-28 02:30:41] "GET /projects?obj_uuids=a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001159 10.0.0.41 - - [2025-07-28 02:30:41] "GET /project/a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607?fields=virtual_networks HTTP/1.1" 200 1025 0.070099 10.0.0.41 - - [2025-07-28 02:30:41] "GET /projects?obj_uuids=a4c8b5ba-22b3-4700-9b0f-d9e2d7d9f607&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087