++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jul 10 02:11:59 UTC 2025 ===================' INFO: =================== Thu Jul 10 02:11:59 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.249:8081 ' ']' +++ echo 10.0.0.249:8081 ++ ANALYTICS_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.249:9042 ' ']' +++ echo 10.0.0.249:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.249:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.249:8086 ' ']' +++ echo 10.0.0.249:8086 ++ COLLECTOR_SERVERS=10.0.0.249: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.249 ++ CONFIGDB_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.249:8082 ' ']' +++ echo 10.0.0.249:8082 ++ CONFIG_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.249:9161 ' ']' +++ echo 10.0.0.249:9161 ++ CONFIGDB_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.249:9041 ' ']' +++ echo 10.0.0.249:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.249:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.249:2181, ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.249:2181 ' ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.249:2181 ++ RABBITMQ_NODES=10.0.0.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.249:5673, ']' +++ echo 10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.249: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.249:6379 ' ']' +++ echo 10.0.0.249:6379 ++ REDIS_SERVERS=10.0.0.249: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.249 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.249:9092 ' ']' +++ echo 10.0.0.249:9092 ++ KAFKA_SERVERS=10.0.0.249: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.249 ++ 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.249 ++ 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.249 ++ 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.249 ++ cut -d , -f 1 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.249 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.249,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + [[ cql == \c\q\l ]] ++ echo 10.0.0.249:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.249:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.249:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/10/2025 02:12:07.655 7f601b6ffdc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/10/2025 02:12:07.803 7f601b6ffdc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/10/2025 02:12:07.816 7f601b6ffdc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/10/2025 02:12:07.816 7f601b6ffdc8 [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.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2025-07-10 02:12:11] "GET / HTTP/1.1" 503 181 0.000346 10.0.0.249 - - [2025-07-10 02:12:11] "GET / HTTP/1.1" 503 181 0.000354 10.0.0.249 - - [2025-07-10 02:12:12] "GET / HTTP/1.1" 200 45871 0.002704 10.0.0.249 - - [2025-07-10 02:12:12] "GET / HTTP/1.1" 200 45871 0.002058 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.249 - - [2025-07-10 02:12:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000588 10.0.0.249 - - [2025-07-10 02:12:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000290 10.0.0.249 - - [2025-07-10 02:12:12] "GET / HTTP/1.1" 200 36215 0.001574 10.0.0.249 - - [2025-07-10 02:12:13] "GET / HTTP/1.1" 200 36215 0.002920 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000640 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.904919 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.249 - - [2025-07-10 02:12:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.628713 10.0.0.249 - - [2025-07-10 02:12:13] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002637 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.073264 10.0.0.249 - - [2025-07-10 02:12:13] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008276 10.0.0.249 - - [2025-07-10 02:12:13] "GET / HTTP/1.1" 200 36215 0.001667 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003173 10.0.0.249 - - [2025-07-10 02:12:13] "POST /config-nodes HTTP/1.1" 200 601 0.019642 10.0.0.249 - - [2025-07-10 02:12:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000462 10.0.0.249 - - [2025-07-10 02:12:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000576 10.0.0.249 - - [2025-07-10 02:12:14] "GET / HTTP/1.1" 200 36215 0.001609 10.0.0.249 - - [2025-07-10 02:12:14] "GET / HTTP/1.1" 200 36215 0.001256 10.0.0.249 - - [2025-07-10 02:12:14] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-07-10 02:12:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000646 /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.249 - - [2025-07-10 02:12:15] "GET / HTTP/1.1" 200 36215 0.002500 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 401 293 0.000613 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.884327 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.615803 10.0.0.249 - - [2025-07-10 02:12:15] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.350912 10.0.0.249 - - [2025-07-10 02:12:15] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005585 10.0.0.249 - - [2025-07-10 02:12:15] "GET /network-ipam/a98e65b6-a022-46f4-9d4b-8d511a9739db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004035 10.0.0.249 - - [2025-07-10 02:12:15] "POST /service-appliance-sets HTTP/1.1" 200 555 0.028018 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.002831 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-07-10 02:12:15] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006397 10.0.0.249 - - [2025-07-10 02:12:15] "POST /service-appliance-sets HTTP/1.1" 200 543 0.023927 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.368292 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.051050 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2025-07-10 02:12:15] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.028786 10.0.0.249 - - [2025-07-10 02:12:15] "POST /job-templates HTTP/1.1" 200 557 0.064915 10.0.0.249 - - [2025-07-10 02:12:15] "GET /network-ipam/a98e65b6-a022-46f4-9d4b-8d511a9739db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004177 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.003352 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.002316 10.0.0.249 - - [2025-07-10 02:12:15] "POST /config-database-nodes HTTP/1.1" 200 619 0.022800 10.0.0.249 - - [2025-07-10 02:12:15] "POST /job-templates HTTP/1.1" 200 565 0.072910 10.0.0.249 - - [2025-07-10 02:12:15] "POST /service-templates HTTP/1.1" 200 513 0.034872 10.0.0.249 - - [2025-07-10 02:12:15] "POST /service-templates HTTP/1.1" 200 503 0.018368 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 191 0.003055 10.0.0.249 - - [2025-07-10 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.002580 10.0.0.249 - - [2025-07-10 02:12:15] "POST /access-control-lists HTTP/1.1" 200 589 0.016726 10.0.0.249 - - [2025-07-10 02:12:15] "POST /service-templates HTTP/1.1" 200 517 0.017437 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 224 0.002477 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 547 0.057037 10.0.0.249 - - [2025-07-10 02:12:16] "POST /service-templates HTTP/1.1" 200 537 0.022907 10.0.0.249 - - [2025-07-10 02:12:16] "POST /access-control-lists HTTP/1.1" 200 587 0.019160 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004185 10.0.0.249 - - [2025-07-10 02:12:16] "POST /service-templates HTTP/1.1" 200 509 0.016943 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 579 0.062274 10.0.0.249 - - [2025-07-10 02:12:16] "POST /route-targets HTTP/1.1" 200 328 0.037702 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.002881 10.0.0.249 - - [2025-07-10 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 581 0.065383 10.0.0.249 - - [2025-07-10 02:12:16] "POST /route-targets HTTP/1.1" 200 328 0.050544 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.003039 10.0.0.249 - - [2025-07-10 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 585 0.064832 10.0.0.249 - - [2025-07-10 02:12:16] "POST /route-targets HTTP/1.1" 200 328 0.048983 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003211 10.0.0.249 - - [2025-07-10 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.010131 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 561 0.065586 10.0.0.249 - - [2025-07-10 02:12:16] "POST /route-targets HTTP/1.1" 200 328 0.038610 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.003514 10.0.0.249 - - [2025-07-10 02:12:16] "POST /ref-update HTTP/1.1" 200 156 0.009238 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.003063 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 571 0.064915 10.0.0.249 - - [2025-07-10 02:12:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003545 10.0.0.249 - - [2025-07-10 02:12:16] "POST /access-control-lists HTTP/1.1" 200 553 0.064602 10.0.0.249 - - [2025-07-10 02:12:16] "POST /job-templates HTTP/1.1" 200 557 0.062289 10.0.0.249 - - [2025-07-10 02:12:16] "PUT /access-control-list/fdee9f21-a4b2-4d63-b0e2-f4c37617bd78 HTTP/1.1" 200 273 0.034645 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.004766 10.0.0.249 - - [2025-07-10 02:12:17] "PUT /access-control-list/1166b893-e555-45ce-ac6c-fd85d8c8a063 HTTP/1.1" 200 273 0.008100 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 557 0.060706 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.003001 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 557 0.061883 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.003101 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 537 0.060862 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003061 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 561 0.065433 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.002985 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 561 0.065176 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003292 10.0.0.249 - - [2025-07-10 02:12:17] "POST /job-templates HTTP/1.1" 200 561 0.064835 10.0.0.249 - - [2025-07-10 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.003143 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 567 0.061442 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003142 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 559 0.061624 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.002981 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 557 0.061703 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003089 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 575 0.061718 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.002887 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 553 0.065592 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.002979 10.0.0.249 - - [2025-07-10 02:12:18] "POST /job-templates HTTP/1.1" 200 581 0.061485 10.0.0.249 - - [2025-07-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.002904 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 557 0.061512 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.003411 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 561 0.060864 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002834 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 577 0.062299 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.002974 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 559 0.061255 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 198 0.002936 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 561 0.061093 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.002963 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 557 0.060914 10.0.0.249 - - [2025-07-10 02:12:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.002861 10.0.0.249 - - [2025-07-10 02:12:19] "POST /job-templates HTTP/1.1" 200 555 0.057022 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.003020 10.0.0.249 - - [2025-07-10 02:12:20] "POST /job-templates HTTP/1.1" 200 555 0.061009 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.002755 10.0.0.249 - - [2025-07-10 02:12:20] "POST /job-templates HTTP/1.1" 200 555 0.057407 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.002918 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-07-10 02:12:20] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.003444 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2025-07-10 02:12:20] "POST /job-templates HTTP/1.1" 200 565 0.060501 10.0.0.249 - - [2025-07-10 02:12:20] "PUT /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 277 0.009299 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.002419 10.0.0.249 - - [2025-07-10 02:12:20] "POST /job-templates HTTP/1.1" 200 567 0.061436 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.002894 10.0.0.249 - - [2025-07-10 02:12:20] "POST /config-propertiess HTTP/1.1" 200 553 0.023634 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 168 0.002766 10.0.0.249 - - [2025-07-10 02:12:20] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.249 - - [2025-07-10 02:12:20] "POST /alarms HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-07-10 02:12:20] "POST /tags HTTP/1.1" 200 322 0.029113 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 166 0.002905 10.0.0.249 - - [2025-07-10 02:12:20] "POST /tags HTTP/1.1" 200 318 0.021500 10.0.0.249 - - [2025-07-10 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 174 0.002885 10.0.0.249 - - [2025-07-10 02:12:21] "POST /tags HTTP/1.1" 200 334 0.022775 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.003080 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 583 0.042326 10.0.0.249 - - [2025-07-10 02:12:21] "POST /tags HTTP/1.1" 200 310 0.024168 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 577 0.018556 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 174 0.002933 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 577 0.020043 10.0.0.249 - - [2025-07-10 02:12:21] "POST /tags HTTP/1.1" 200 334 0.020019 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 561 0.017896 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003211 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 557 0.018542 10.0.0.249 - - [2025-07-10 02:12:21] "POST /tags HTTP/1.1" 200 314 0.024190 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 559 0.016101 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 169 0.002080 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 567 0.027297 10.0.0.249 - - [2025-07-10 02:12:21] "POST /tags HTTP/1.1" 200 324 0.031986 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 551 0.031127 10.0.0.249 - - [2025-07-10 02:12:21] "PUT /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69 HTTP/1.1" 200 275 0.009122 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 559 0.016448 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.002776 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 569 0.021353 10.0.0.249 - - [2025-07-10 02:12:21] "POST /hardwares HTTP/1.1" 200 328 0.012699 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003396 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 557 0.019224 10.0.0.249 - - [2025-07-10 02:12:21] "POST /hardwares HTTP/1.1" 200 328 0.010623 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 569 0.016172 10.0.0.249 - - [2025-07-10 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 166 0.003062 10.0.0.249 - - [2025-07-10 02:12:21] "POST /alarms HTTP/1.1" 200 577 0.061405 10.0.0.249 - - [2025-07-10 02:12:21] "POST /hardwares HTTP/1.1" 200 328 0.034317 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 166 0.003097 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 571 0.020876 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 328 0.011628 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 563 0.017975 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.002887 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 563 0.016981 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 324 0.011391 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 563 0.018392 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.002819 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 549 0.019729 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 324 0.012456 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.002946 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 597 0.016582 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 318 0.018423 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 577 0.016312 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.002817 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 573 0.015279 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 324 0.010832 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 585 0.019961 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003693 10.0.0.249 - - [2025-07-10 02:12:22] "POST /alarms HTTP/1.1" 200 611 0.023165 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 324 0.013867 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 164 0.003260 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 324 0.010860 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003358 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 326 0.011451 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003244 10.0.0.249 - - [2025-07-10 02:12:22] "GET / HTTP/1.1" 200 36215 0.001426 10.0.0.249 - - [2025-07-10 02:12:22] "POST /hardwares HTTP/1.1" 200 326 0.012652 10.0.0.249 - - [2025-07-10 02:12:22] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-07-10 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.002906 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 326 0.011084 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.003190 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 326 0.012832 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.003813 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 324 0.014484 10.0.0.249 - - [2025-07-10 02:12:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023283 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.002130 10.0.0.249 - - [2025-07-10 02:12:23] "PUT /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 277 0.009981 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 318 0.010450 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.003048 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 324 0.010767 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.002861 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 318 0.011422 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 164 0.002904 10.0.0.249 - - [2025-07-10 02:12:23] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000369 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 324 0.010849 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.002965 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 320 0.010689 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 162 0.003938 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 320 0.010021 10.0.0.249 - - [2025-07-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 165 0.002852 10.0.0.249 - - [2025-07-10 02:12:23] "POST /hardwares HTTP/1.1" 200 326 0.010985 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.023705 10.0.0.249 - - [2025-07-10 02:12:24] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003608 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.002830 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 318 0.009569 10.0.0.249 - - [2025-07-10 02:12:24] "PUT /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 277 0.007920 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 161 0.002866 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 318 0.009925 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002831 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 320 0.016786 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.003053 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 320 0.010071 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 162 0.002906 10.0.0.249 - - [2025-07-10 02:12:24] "GET / HTTP/1.1" 200 36215 0.001436 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 320 0.011701 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.002868 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 312 0.010345 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.002917 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 312 0.010807 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 160 0.003001 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 316 0.012180 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.021357 10.0.0.249 - - [2025-07-10 02:12:24] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005068 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 154 0.002627 10.0.0.249 - - [2025-07-10 02:12:24] "PUT /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69 HTTP/1.1" 200 275 0.014384 10.0.0.249 - - [2025-07-10 02:12:24] "POST /hardwares HTTP/1.1" 200 304 0.010781 10.0.0.249 - - [2025-07-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.003018 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 312 0.010353 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002892 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 306 0.010262 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002740 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 306 0.129810 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002833 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 306 0.024783 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 155 0.002852 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 306 0.013392 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 156 0.003446 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 308 0.010949 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 156 0.002935 10.0.0.249 - - [2025-07-10 02:12:25] "POST /hardwares HTTP/1.1" 200 308 0.014996 10.0.0.249 - - [2025-07-10 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 156 0.002840 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 308 0.103121 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.003122 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 310 0.041178 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.002756 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 312 0.010239 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 158 0.003166 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 312 0.011106 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 153 0.002846 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 302 0.010393 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002718 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 310 0.013769 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002841 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 310 0.013554 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002854 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 310 0.010467 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.002858 10.0.0.249 - - [2025-07-10 02:12:26] "POST /hardwares HTTP/1.1" 200 310 0.010067 10.0.0.249 - - [2025-07-10 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 157 0.003075 10.0.0.249 - - [2025-07-10 02:12:27] "POST /hardwares HTTP/1.1" 200 310 0.012977 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.003122 10.0.0.249 - - [2025-07-10 02:12:27] "POST /hardwares HTTP/1.1" 200 318 0.014299 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002737 10.0.0.249 - - [2025-07-10 02:12:27] "POST /hardwares HTTP/1.1" 200 310 0.010289 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 157 0.002921 10.0.0.249 - - [2025-07-10 02:12:27] "POST /hardwares HTTP/1.1" 200 310 0.010362 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 154 0.003080 10.0.0.249 - - [2025-07-10 02:12:27] "POST /hardwares HTTP/1.1" 200 304 0.013573 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.018771 10.0.0.249 - - [2025-07-10 02:12:27] "POST /features HTTP/1.1" 200 535 0.018223 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.003044 10.0.0.249 - - [2025-07-10 02:12:27] "POST /features HTTP/1.1" 200 525 0.014621 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.002690 10.0.0.249 - - [2025-07-10 02:12:27] "POST /features HTTP/1.1" 200 523 0.015664 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.002816 10.0.0.249 - - [2025-07-10 02:12:27] "POST /features HTTP/1.1" 200 523 0.015559 10.0.0.249 - - [2025-07-10 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.002799 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 533 0.015574 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003271 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 523 0.015969 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002833 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 541 0.014818 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.003036 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 527 0.016302 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.002774 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 521 0.015383 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 182 0.003150 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 519 0.017679 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.002756 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 535 0.015851 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003182 10.0.0.249 - - [2025-07-10 02:12:28] "POST /features HTTP/1.1" 200 543 0.017463 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 178 0.003078 10.0.0.249 - - [2025-07-10 02:12:28] "POST /physical-roles HTTP/1.1" 200 523 0.015675 10.0.0.249 - - [2025-07-10 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 179 0.003082 10.0.0.249 - - [2025-07-10 02:12:29] "POST /physical-roles HTTP/1.1" 200 525 0.027239 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002756 10.0.0.249 - - [2025-07-10 02:12:29] "POST /physical-roles HTTP/1.1" 200 535 0.016508 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 177 0.002719 10.0.0.249 - - [2025-07-10 02:12:29] "POST /physical-roles HTTP/1.1" 200 521 0.015681 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.002651 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 547 0.019890 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003914 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 533 0.016118 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.002595 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 547 0.014410 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.003074 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 535 0.014715 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.002899 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 543 0.014520 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-07-10 02:12:29] "PUT /overlay-role/469363d8-c29c-45bc-aea5-6e7edbb5cf9b HTTP/1.1" 200 259 0.008858 10.0.0.249 - - [2025-07-10 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002720 10.0.0.249 - - [2025-07-10 02:12:29] "POST /overlay-roles HTTP/1.1" 200 533 0.015092 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 185 0.002702 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 535 0.014825 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.002661 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 531 0.014499 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.002759 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 539 0.032137 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003390 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 543 0.018659 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 178 0.002750 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 521 0.014611 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.002687 10.0.0.249 - - [2025-07-10 02:12:30] "POST /overlay-roles HTTP/1.1" 200 545 0.017020 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 182 0.002682 10.0.0.249 - - [2025-07-10 02:12:30] "GET /global-system-configs HTTP/1.1" 200 323 0.855415 10.0.0.249 - - [2025-07-10 02:12:30] "POST /role-definitions HTTP/1.1" 200 535 0.015849 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.002901 10.0.0.249 - - [2025-07-10 02:12:30] "POST /role-definitions HTTP/1.1" 200 549 0.015754 10.0.0.249 - - [2025-07-10 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.002743 10.0.0.249 - - [2025-07-10 02:12:30] "POST /role-definitions HTTP/1.1" 200 551 0.015062 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.002770 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 553 0.015011 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.003071 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 565 0.017045 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002846 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 549 0.015654 10.0.0.249 - - [2025-07-10 02:12:31] "GET /global-system-configs HTTP/1.1" 200 323 0.021262 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.002695 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 551 0.015191 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.002721 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 553 0.014928 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.003059 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 551 0.042811 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.002824 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 563 0.015984 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002731 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 549 0.016421 10.0.0.249 - - [2025-07-10 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.002701 10.0.0.249 - - [2025-07-10 02:12:31] "POST /role-definitions HTTP/1.1" 200 551 0.015531 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003478 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 547 0.016875 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.004409 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 549 0.018001 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.002748 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 555 0.016003 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002873 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 557 0.015639 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 182 0.002755 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 535 0.017638 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.003173 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 545 0.014893 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 181 0.002835 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 533 0.014894 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.002776 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 539 0.015215 10.0.0.249 - - [2025-07-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.002786 10.0.0.249 - - [2025-07-10 02:12:32] "POST /role-definitions HTTP/1.1" 200 549 0.016160 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.002783 10.0.0.249 - - [2025-07-10 02:12:33] "POST /role-definitions HTTP/1.1" 200 559 0.015523 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.002814 10.0.0.249 - - [2025-07-10 02:12:33] "POST /role-definitions HTTP/1.1" 200 563 0.015772 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.002741 10.0.0.249 - - [2025-07-10 02:12:33] "POST /role-definitions HTTP/1.1" 200 561 0.015442 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003196 10.0.0.249 - - [2025-07-10 02:12:33] "POST /feature-configs HTTP/1.1" 200 539 0.014899 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.002774 10.0.0.249 - - [2025-07-10 02:12:33] "POST /feature-configs HTTP/1.1" 200 564 0.014923 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.003368 10.0.0.249 - - [2025-07-10 02:12:33] "POST /feature-configs HTTP/1.1" 200 563 0.015730 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.002772 10.0.0.249 - - [2025-07-10 02:12:33] "POST /node-profiles HTTP/1.1" 200 549 0.020872 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 187 0.002811 10.0.0.249 - - [2025-07-10 02:12:33] "POST /node-profiles HTTP/1.1" 200 539 0.015705 10.0.0.249 - - [2025-07-10 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002864 10.0.0.249 - - [2025-07-10 02:12:33] "POST /node-profiles HTTP/1.1" 200 551 0.015551 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002709 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 543 0.016412 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003665 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 543 0.015186 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.002795 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 541 0.015694 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.002778 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 533 0.016179 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.002850 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 535 0.016601 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.002913 10.0.0.249 - - [2025-07-10 02:12:34] "POST /node-profiles HTTP/1.1" 200 559 0.015373 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002853 10.0.0.249 - - [2025-07-10 02:12:34] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014940 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002735 10.0.0.249 - - [2025-07-10 02:12:34] "POST /telemetry-profiles HTTP/1.1" 200 556 0.014428 10.0.0.249 - - [2025-07-10 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003402 10.0.0.249 - - [2025-07-10 02:12:34] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015635 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002921 10.0.0.249 - - [2025-07-10 02:12:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016787 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003131 10.0.0.249 - - [2025-07-10 02:12:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017357 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.002852 10.0.0.249 - - [2025-07-10 02:12:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015228 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.002843 10.0.0.249 - - [2025-07-10 02:12:35] "POST /sflow-profiles HTTP/1.1" 200 534 0.015234 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002615 10.0.0.249 - - [2025-07-10 02:12:35] "POST /sflow-profiles HTTP/1.1" 200 540 0.014411 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.002849 10.0.0.249 - - [2025-07-10 02:12:35] "POST /sflow-profiles HTTP/1.1" 200 540 0.016272 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.003396 10.0.0.249 - - [2025-07-10 02:12:35] "POST /grpc-profiles HTTP/1.1" 200 532 0.014935 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.002821 10.0.0.249 - - [2025-07-10 02:12:35] "POST /snmp-profiles HTTP/1.1" 200 532 0.017921 10.0.0.249 - - [2025-07-10 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.003110 10.0.0.249 - - [2025-07-10 02:12:35] "POST /netconf-profiles HTTP/1.1" 200 544 0.015076 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002758 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 542 0.016489 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.002694 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 542 0.015692 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.002845 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 546 0.019074 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002746 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 544 0.018896 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.002857 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 592 0.017397 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.002797 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 572 0.015108 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.003857 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 622 0.014991 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.003875 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 568 0.015249 10.0.0.249 - - [2025-07-10 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.002706 10.0.0.249 - - [2025-07-10 02:12:36] "POST /device-functional-groups HTTP/1.1" 200 566 0.015960 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.002778 10.0.0.249 - - [2025-07-10 02:12:37] "POST /device-functional-groups HTTP/1.1" 200 576 0.016427 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.002786 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 527 0.016463 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.002648 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 522 0.014375 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.002823 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 524 0.015052 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003101 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 524 0.014186 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.003075 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 528 0.015742 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003669 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 523 0.014762 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002875 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 519 0.015307 10.0.0.249 - - [2025-07-10 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.003115 10.0.0.249 - - [2025-07-10 02:12:37] "POST /role-configs HTTP/1.1" 200 520 0.019633 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.010178 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.007452 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.007448 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-07-10 02:12:38] "POST /ref-update HTTP/1.1" 200 156 0.007839 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.249 - - [2025-07-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.009093 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007640 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.008140 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.007072 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.249 - - [2025-07-10 02:12:39] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.249 - - [2025-07-10 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.006852 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.007059 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.006636 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.007426 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.008297 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-10 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2025-07-10 02:12:40] "POST /ref-update HTTP/1.1" 200 156 0.006656 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.007043 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.006927 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.006656 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.007626 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.249 - - [2025-07-10 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.006887 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-07-10 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.007609 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.007430 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.007018 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.007319 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.006697 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.249 - - [2025-07-10 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.249 - - [2025-07-10 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007126 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.006633 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.006952 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.006603 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007213 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.249 - - [2025-07-10 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007658 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-10 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.006862 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2025-07-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006648 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007857 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007496 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006837 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007265 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.249 - - [2025-07-10 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006393 10.0.0.249 - - [2025-07-10 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.007656 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.006778 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-10 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.006777 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.249 - - [2025-07-10 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.007051 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.008244 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006794 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.249 - - [2025-07-10 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.249 - - [2025-07-10 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007822 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.006558 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.006493 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007567 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.022779 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.249 - - [2025-07-10 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.249 - - [2025-07-10 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006502 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006913 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.249 - - [2025-07-10 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.007045 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.249 - - [2025-07-10 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006542 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007415 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006832 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-10 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007066 10.0.0.249 - - [2025-07-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006879 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.008951 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006967 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2025-07-10 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006573 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006975 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006907 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007078 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.249 - - [2025-07-10 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007189 10.0.0.249 - - [2025-07-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008622 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.006817 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008135 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.249 - - [2025-07-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2025-07-10 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006976 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006839 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006518 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.249 - - [2025-07-10 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006709 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.249 - - [2025-07-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006858 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.007543 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006648 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.007655 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.007712 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2025-07-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2025-07-10 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.007486 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.026968 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.009565 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006715 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.010526 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008370 10.0.0.249 - - [2025-07-10 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.249 - - [2025-07-10 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007677 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.013372 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007738 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007775 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-07-10 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2025-07-10 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007043 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-07-10 02:12:58] "GET / HTTP/1.1" 200 36215 0.002150 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000519 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.011222 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.021922 10.0.0.249 - - [2025-07-10 02:12:58] "GET /routing-instance/2c9af588-36e9-4458-94e5-267159bedd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003601 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.249 - - [2025-07-10 02:12:58] "POST /bgp-routers HTTP/1.1" 200 622 0.017685 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008081 10.0.0.249 - - [2025-07-10 02:12:58] "GET /bgp-router/dcd2fbc5-a039-4939-b88b-ccff05e6f66c?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.004586 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002134 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.249 - - [2025-07-10 02:12:58] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.004992 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002414 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008140 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.249 - - [2025-07-10 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.249 - - [2025-07-10 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.008786 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007701 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.009515 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.008945 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2025-07-10 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007523 10.0.0.249 - - [2025-07-10 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007817 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007452 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007460 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.006940 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007174 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-07-10 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007101 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.249 - - [2025-07-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006916 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006963 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007067 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006996 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-10 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006774 10.0.0.249 - - [2025-07-10 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.007981 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.249 - - [2025-07-10 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.249 - - [2025-07-10 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006949 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.006957 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007284 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.249 - - [2025-07-10 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.249 - - [2025-07-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.008272 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007062 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.011108 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007884 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007080 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-07-10 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007640 10.0.0.249 - - [2025-07-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.006549 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.006821 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.249 - - [2025-07-10 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2025-07-10 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007615 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007533 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-10 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.249 - - [2025-07-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007760 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007957 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.008472 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.008899 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2025-07-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007673 10.0.0.249 - - [2025-07-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008926 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2025-07-10 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.249 - - [2025-07-10 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2025-07-10 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.249 - - [2025-07-10 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007508 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008918 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008814 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.249 - - [2025-07-10 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.249 - - [2025-07-10 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007547 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.008472 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.249 - - [2025-07-10 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.249 - - [2025-07-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008034 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008442 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008040 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007981 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.249 - - [2025-07-10 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.249 - - [2025-07-10 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007837 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007821 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007851 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007754 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.006862 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007100 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.249 - - [2025-07-10 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.006935 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-10 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.006490 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.006487 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007437 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008543 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.249 - - [2025-07-10 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.249 - - [2025-07-10 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.009051 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.008995 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.009642 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.011357 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2025-07-10 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.249 - - [2025-07-10 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.008696 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005335 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007543 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.249 - - [2025-07-10 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007243 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.249 - - [2025-07-10 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.249 - - [2025-07-10 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.249 - - [2025-07-10 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007195 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.249 - - [2025-07-10 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-07-10 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007883 10.0.0.249 - - [2025-07-10 02:13:17] "POST /network-ipams HTTP/1.1" 200 552 0.017261 10.0.0.249 - - [2025-07-10 02:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.249 - - [2025-07-10 02:13:17] "POST /virtual-networks HTTP/1.1" 200 554 0.100996 10.0.0.249 - - [2025-07-10 02:13:17] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003734 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.002789 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 178 0.002987 10.0.0.249 - - [2025-07-10 02:13:17] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002921 10.0.0.249 - - [2025-07-10 02:13:17] "GET /fabric/3f73413c-1a95-4043-8e85-2a6fb3c502d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.004279 10.0.0.249 - - [2025-07-10 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003471 10.0.0.249 - - [2025-07-10 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.002876 10.0.0.249 - - [2025-07-10 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002798 10.0.0.249 - - [2025-07-10 02:13:18] "POST /route-targets HTTP/1.1" 200 328 0.010865 10.0.0.249 - - [2025-07-10 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.013613 10.0.0.249 - - [2025-07-10 02:13:27] "GET / HTTP/1.1" 200 36215 0.003067 10.0.0.249 - - [2025-07-10 02:13:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429 10.0.0.249 - - [2025-07-10 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.021918 10.0.0.249 - - [2025-07-10 02:13:27] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006850 10.0.0.249 - - [2025-07-10 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003151 10.0.0.249 - - [2025-07-10 02:13:28] "POST /database-nodes HTTP/1.1" 200 605 0.022451 10.0.0.249 - - [2025-07-10 02:13:58] "GET / HTTP/1.1" 200 36215 0.003605 10.0.0.249 - - [2025-07-10 02:13:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.249 - - [2025-07-10 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.022493 10.0.0.249 - - [2025-07-10 02:13:58] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007467 10.0.0.249 - - [2025-07-10 02:13:58] "POST /fqname-to-id HTTP/1.1" 404 220 0.002753 10.0.0.249 - - [2025-07-10 02:13:58] "POST /analytics-nodes HTTP/1.1" 200 607 0.015601 10.0.0.249 - - [2025-07-10 02:14:04] "GET / HTTP/1.1" 200 36215 0.001841 10.0.0.249 - - [2025-07-10 02:14:11] "GET / HTTP/1.1" 200 36215 0.002138 10.0.0.249 - - [2025-07-10 02:14:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2025-07-10 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.022442 10.0.0.249 - - [2025-07-10 02:14:12] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005277 10.0.0.249 - - [2025-07-10 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.002728 10.0.0.249 - - [2025-07-10 02:14:12] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.031221 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.249 - - [2025-07-10 02:14:17] "GET /obj-perms HTTP/1.1" 200 5075 0.385165 10.0.0.249 - - [2025-07-10 02:14:17] "GET /obj-perms HTTP/1.1" 200 5075 0.044886 10.0.0.249 - - [2025-07-10 02:14:19] "GET / HTTP/1.1" 200 36215 0.001859 10.0.0.249 - - [2025-07-10 02:14:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000579 10.0.0.249 - - [2025-07-10 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.022052 10.0.0.249 - - [2025-07-10 02:14:20] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005690 10.0.0.249 - - [2025-07-10 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002854 10.0.0.249 - - [2025-07-10 02:14:20] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.017193 10.0.0.249 - - [2025-07-10 02:15:18] "GET /obj-perms HTTP/1.1" 200 5075 0.044167 10.0.0.249 - - [2025-07-10 02:15:18] "GET /obj-perms HTTP/1.1" 200 5075 0.052294 10.0.0.249 - - [2025-07-10 02:15:49] "GET / HTTP/1.1" 200 36215 0.001626 10.0.0.249 - - [2025-07-10 02:15:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-07-10 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.022970 10.0.0.249 - - [2025-07-10 02:15:49] "GET /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005467 10.0.0.249 - - [2025-07-10 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2025-07-10 02:15:49] "GET /routing-instance/2c9af588-36e9-4458-94e5-267159bedd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003714 10.0.0.249 - - [2025-07-10 02:15:49] "PUT /global-system-config/24c0f9c6-7472-4087-8e85-66ee5acedb69 HTTP/1.1" 200 275 0.009840 10.0.0.249 - - [2025-07-10 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.002569 10.0.0.249 - - [2025-07-10 02:15:50] "POST /virtual-routers HTTP/1.1" 200 605 0.016777 10.0.0.249 - - [2025-07-10 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.249 - - [2025-07-10 02:15:50] "GET /virtual-router/8e255a05-a9f1-4872-9359-a13b6c2a1480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.005892 10.0.0.249 - - [2025-07-10 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002674 10.0.0.249 - - [2025-07-10 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-10 02:15:50] "GET /virtual-network/ab0ef2ee-58dc-4570-addb-ebf5f70480ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.007521 10.0.0.249 - - [2025-07-10 02:15:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.041289 10.0.0.249 - - [2025-07-10 02:15:50] "PUT /access-control-list/d13a8844-901f-4210-9650-26ff2cc9b596 HTTP/1.1" 200 273 0.011479 [Introspect:8084]10.0.0.249 - - [2025-07-10 02:15:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000987 [Introspect:8084]10.0.0.249 - - [2025-07-10 02:15:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001039 [Introspect:8084]10.0.0.249 - - [2025-07-10 02:15:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000806 [Introspect:8084]10.0.0.249 - - [2025-07-10 02:15:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000939 10.0.0.249 - - [2025-07-10 02:16:18] "GET /obj-perms HTTP/1.1" 200 5075 0.041086 10.0.0.249 - - [2025-07-10 02:16:19] "GET /obj-perms HTTP/1.1" 200 5075 0.043028 10.0.0.249 - - [2025-07-10 02:16:48] "GET / HTTP/1.1" 200 36215 0.001762 10.0.0.249 - - [2025-07-10 02:16:48] "GET /project/c8cfd27d-bcf4-481c-a88b-f023190b9f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000457 10.0.0.249 - - [2025-07-10 02:16:49] "GET /projects?obj_uuids=c8cfd27d-bcf4-481c-a88b-f023190b9f4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002230 10.0.0.249 - - [2025-07-10 02:16:49] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.249 - - [2025-07-10 02:16:49] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049871 10.0.0.249 - - [2025-07-10 02:16:49] "POST /id-to-fqname HTTP/1.1" 200 167 0.001202 10.0.0.249 - - [2025-07-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 176 0.002078 10.0.0.249 - - [2025-07-10 02:16:49] "POST /security-groups HTTP/1.1" 200 568 0.059737 10.0.0.249 - - [2025-07-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002473 10.0.0.249 - - [2025-07-10 02:16:49] "POST /projects HTTP/1.1" 200 539 0.214247 10.0.0.249 - - [2025-07-10 02:16:49] "POST /access-control-lists HTTP/1.1" 200 575 0.057902 10.0.0.249 - - [2025-07-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.286423 10.0.0.249 - - [2025-07-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002678 10.0.0.249 - - [2025-07-10 02:16:49] "GET /project/c8cfd27d-bcf4-481c-a88b-f023190b9f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.435630 10.0.0.249 - - [2025-07-10 02:16:49] "POST /access-control-lists HTTP/1.1" 200 573 0.059454 [Introspect:8084]10.0.0.249 - - [2025-07-10 02:16:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001042 10.0.0.249 - - [2025-07-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.020312 10.0.0.249 - - [2025-07-10 02:16:50] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003645 10.0.0.249 - - [2025-07-10 02:16:50] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001543 10.0.0.249 - - [2025-07-10 02:16:50] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008114 10.0.0.249 - - [2025-07-10 02:16:50] "POST /id-to-fqname HTTP/1.1" 200 201 0.001509 10.0.0.249 - - [2025-07-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.002312 10.0.0.249 - - [2025-07-10 02:16:50] "POST /security-groups HTTP/1.1" 200 602 0.059641 10.0.0.249 - - [2025-07-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.002764 10.0.0.249 - - [2025-07-10 02:16:50] "POST /projects HTTP/1.1" 200 607 0.236812 10.0.0.249 - - [2025-07-10 02:16:50] "POST /access-control-lists HTTP/1.1" 200 609 0.059886 10.0.0.249 - - [2025-07-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.304228 10.0.0.249 - - [2025-07-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.002562 10.0.0.249 - - [2025-07-10 02:16:50] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.423500 10.0.0.249 - - [2025-07-10 02:16:50] "POST /access-control-lists HTTP/1.1" 200 607 0.060127 10.0.0.249 - - [2025-07-10 02:16:51] "GET / HTTP/1.1" 200 36215 0.001987 10.0.0.249 - - [2025-07-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.249 - - [2025-07-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.053798 10.0.0.249 - - [2025-07-10 02:16:52] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001008 10.0.0.249 - - [2025-07-10 02:16:52] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.024290 10.0.0.249 - - [2025-07-10 02:16:52] "POST /neutron/network HTTP/1.1" 200 117 0.033942 10.0.0.249 - - [2025-07-10 02:16:52] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001021 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/network HTTP/1.1" 200 620 0.057279 10.0.0.249 - - [2025-07-10 02:16:53] "POST /route-targets HTTP/1.1" 200 328 0.009084 10.0.0.249 - - [2025-07-10 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.016404 10.0.0.249 - - [2025-07-10 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004845 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.179324 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/network HTTP/1.1" 200 841 0.006150 10.0.0.249 - - [2025-07-10 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001527 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006061 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/network HTTP/1.1" 200 841 0.005188 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004404 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/network HTTP/1.1" 200 841 0.006512 10.0.0.249 - - [2025-07-10 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.006436 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domains HTTP/1.1" 401 293 0.000365 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domains HTTP/1.1" 200 281 0.021469 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2595 0.011170 10.0.0.249 - - [2025-07-10 02:16:53] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001074 10.0.0.249 - - [2025-07-10 02:16:53] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7 HTTP/1.1" 200 2173 0.066376 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71 HTTP/1.1" 200 2352 0.005381 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71 HTTP/1.1" 200 2352 0.004319 10.0.0.249 - - [2025-07-10 02:16:53] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 200 1497 0.003103 10.0.0.249 - - [2025-07-10 02:16:53] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 200 1497 0.002771 10.0.0.249 - - [2025-07-10 02:16:53] "GET /route-target/38769f94-e7db-40f2-9c71-4ccc4bdca957 HTTP/1.1" 200 1221 0.002738 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71 HTTP/1.1" 200 2352 0.004210 10.0.0.249 - - [2025-07-10 02:16:53] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 200 1497 0.003171 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004326 10.0.0.249 - - [2025-07-10 02:16:53] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71 HTTP/1.1" 200 2352 0.004771 10.0.0.249 - - [2025-07-10 02:16:53] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 200 1497 0.003132 10.0.0.249 - - [2025-07-10 02:16:53] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 200 1497 0.002861 10.0.0.249 - - [2025-07-10 02:16:53] "GET /route-target/38769f94-e7db-40f2-9c71-4ccc4bdca957 HTTP/1.1" 200 1221 0.002772 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domains HTTP/1.1" 200 281 0.002561 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.249 - - [2025-07-10 02:16:53] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2595 0.008386 10.0.0.249 - - [2025-07-10 02:16:53] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001552 10.0.0.249 - - [2025-07-10 02:16:54] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7 HTTP/1.1" 200 2173 0.068868 10.0.0.249 - - [2025-07-10 02:16:54] "GET /virtual-network/f21db477-555e-4449-b965-5c7fcee18d71 HTTP/1.1" 200 2352 0.006034 10.0.0.249 - - [2025-07-10 02:16:54] "GET /obj-perms HTTP/1.1" 200 5071 0.041668 10.0.0.249 - - [2025-07-10 02:16:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001323 10.0.0.249 - - [2025-07-10 02:16:55] "POST /neutron/network HTTP/1.1" 200 851 0.005181 10.0.0.249 - - [2025-07-10 02:16:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-07-10 02:16:56] "GET / HTTP/1.1" 200 36215 0.001730 10.0.0.249 - - [2025-07-10 02:16:56] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000578 10.0.0.249 - - [2025-07-10 02:16:56] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001891 10.0.0.249 - - [2025-07-10 02:16:56] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044561 10.0.0.249 - - [2025-07-10 02:16:57] "POST /neutron/network HTTP/1.1" 200 841 0.025522 10.0.0.249 - - [2025-07-10 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.005384 10.0.0.249 - - [2025-07-10 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.004802 10.0.0.249 - - [2025-07-10 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.005029 10.0.0.249 - - [2025-07-10 02:16:58] "POST /neutron/network HTTP/1.1" 200 851 0.006084 10.0.0.249 - - [2025-07-10 02:16:58] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.249 - - [2025-07-10 02:16:58] "POST /neutron/port HTTP/1.1" 200 1073 0.214319 10.0.0.249 - - [2025-07-10 02:16:58] "POST /neutron/port HTTP/1.1" 200 1073 0.028640 10.0.0.249 - - [2025-07-10 02:16:58] "POST /neutron/port HTTP/1.1" 200 1073 0.007629 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/port HTTP/1.1" 200 1127 0.052006 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/port HTTP/1.1" 200 1101 0.011877 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003620 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.007361 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.249 - - [2025-07-10 02:16:59] "POST /neutron/network HTTP/1.1" 200 841 0.006154 10.0.0.249 - - [2025-07-10 02:17:02] "POST /neutron/port HTTP/1.1" 200 1101 0.011622 10.0.0.249 - - [2025-07-10 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006184 10.0.0.249 - - [2025-07-10 02:17:02] "GET /obj-perms HTTP/1.1" 200 5071 0.003013 10.0.0.249 - - [2025-07-10 02:17:03] "GET /obj-perms HTTP/1.1" 200 5071 0.003297 10.0.0.249 - - [2025-07-10 02:17:04] "GET /obj-perms HTTP/1.1" 200 5071 0.003130 10.0.0.249 - - [2025-07-10 02:17:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003512 10.0.0.249 - - [2025-07-10 02:17:06] "GET /obj-perms HTTP/1.1" 200 5071 0.003281 10.0.0.249 - - [2025-07-10 02:17:07] "POST /neutron/network HTTP/1.1" 200 841 0.006041 10.0.0.249 - - [2025-07-10 02:17:07] "POST /neutron/network HTTP/1.1" 400 204 0.009801 10.0.0.249 - - [2025-07-10 02:17:08] "POST /neutron/port HTTP/1.1" 200 1101 0.010301 10.0.0.249 - - [2025-07-10 02:17:08] "POST /neutron/port HTTP/1.1" 200 1127 0.008519 10.0.0.249 - - [2025-07-10 02:17:08] "POST /neutron/port HTTP/1.1" 200 151 0.099984 10.0.0.249 - - [2025-07-10 02:17:09] "POST /neutron/network HTTP/1.1" 200 841 0.005670 10.0.0.249 - - [2025-07-10 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2025-07-10 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002099 10.0.0.249 - - [2025-07-10 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.249 - - [2025-07-10 02:17:09] "POST /neutron/network HTTP/1.1" 200 151 0.075403 10.0.0.249 - - [2025-07-10 02:17:09] "DELETE /route-target/38769f94-e7db-40f2-9c71-4ccc4bdca957 HTTP/1.1" 200 115 0.015492 10.0.0.249 - - [2025-07-10 02:17:09] "GET /routing-instance/78e961c5-56ab-4ebd-9b93-644b1f106f4c HTTP/1.1" 404 171 0.002707 10.0.0.249 - - [2025-07-10 02:17:09] "GET /domains HTTP/1.1" 200 281 0.002034 10.0.0.249 - - [2025-07-10 02:17:09] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.249 - - [2025-07-10 02:17:09] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2595 0.050692 10.0.0.249 - - [2025-07-10 02:17:10] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001045 10.0.0.249 - - [2025-07-10 02:17:10] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7 HTTP/1.1" 200 1922 0.079410 10.0.0.249 - - [2025-07-10 02:17:10] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.249 - - [2025-07-10 02:17:10] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.022684 10.0.0.249 - - [2025-07-10 02:17:10] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001014 10.0.0.249 - - [2025-07-10 02:17:10] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?fields=virtual_networks HTTP/1.1" 200 1055 0.063559 10.0.0.249 - - [2025-07-10 02:17:10] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.249 - - [2025-07-10 02:17:10] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.024373 10.0.0.249 - - [2025-07-10 02:17:10] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001012 10.0.0.249 - - [2025-07-10 02:17:10] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?fields=security_groups HTTP/1.1" 200 1293 0.022951 10.0.0.249 - - [2025-07-10 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.023849 10.0.0.249 - - [2025-07-10 02:17:11] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002388 10.0.0.249 - - [2025-07-10 02:17:11] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.249 - - [2025-07-10 02:17:11] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007572 10.0.0.249 - - [2025-07-10 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 202 0.003104 10.0.0.249 - - [2025-07-10 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.002188 10.0.0.249 - - [2025-07-10 02:17:11] "POST /security-groups HTTP/1.1" 200 603 0.060022 10.0.0.249 - - [2025-07-10 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 246 0.002578 10.0.0.249 - - [2025-07-10 02:17:11] "POST /projects HTTP/1.1" 200 609 0.209392 10.0.0.249 - - [2025-07-10 02:17:11] "POST /access-control-lists HTTP/1.1" 200 610 0.059264 10.0.0.249 - - [2025-07-10 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.278478 10.0.0.249 - - [2025-07-10 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.002994 10.0.0.249 - - [2025-07-10 02:17:11] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.391542 10.0.0.249 - - [2025-07-10 02:17:11] "POST /access-control-lists HTTP/1.1" 200 608 0.060097 10.0.0.249 - - [2025-07-10 02:17:12] "GET / HTTP/1.1" 200 36215 0.001828 10.0.0.249 - - [2025-07-10 02:17:12] "GET /projects?obj_uuids=c8cfd27d-bcf4-481c-a88b-f023190b9f4c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001076 10.0.0.249 - - [2025-07-10 02:17:13] "GET /project/c8cfd27d-bcf4-481c-a88b-f023190b9f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.028326 10.0.0.249 - - [2025-07-10 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2025-07-10 02:17:13] "GET /security-group/6a52dc99-674a-478a-977e-846d43e5f5c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005127 10.0.0.249 - - [2025-07-10 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.249 - - [2025-07-10 02:17:13] "GET /projects?obj_uuids=c8cfd27d-bcf4-481c-a88b-f023190b9f4c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.051697 10.0.0.249 - - [2025-07-10 02:17:13] "GET /project/c8cfd27d-bcf4-481c-a88b-f023190b9f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.076272 10.0.0.249 - - [2025-07-10 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2025-07-10 02:17:13] "GET /security-group/6a52dc99-674a-478a-977e-846d43e5f5c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.004503 10.0.0.249 - - [2025-07-10 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.249 - - [2025-07-10 02:17:14] "PUT /security-group/6a52dc99-674a-478a-977e-846d43e5f5c7 HTTP/1.1" 200 263 0.015364 10.0.0.249 - - [2025-07-10 02:17:14] "PUT /access-control-list/a0eb53e8-77ae-4c83-a20a-80f13290be98 HTTP/1.1" 200 273 0.008923 10.0.0.249 - - [2025-07-10 02:17:14] "PUT /access-control-list/080c6976-3edb-476f-a9c0-5ff842be40bb HTTP/1.1" 200 273 0.009171 10.0.0.249 - - [2025-07-10 02:17:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2025-07-10 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.021291 10.0.0.249 - - [2025-07-10 02:17:14] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001484 10.0.0.249 - - [2025-07-10 02:17:14] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.024528 10.0.0.249 - - [2025-07-10 02:17:14] "POST /neutron/network HTTP/1.1" 200 117 0.027567 10.0.0.249 - - [2025-07-10 02:17:14] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001830 10.0.0.249 - - [2025-07-10 02:17:14] "POST /neutron/network HTTP/1.1" 200 619 0.083035 10.0.0.249 - - [2025-07-10 02:17:14] "POST /route-targets HTTP/1.1" 200 328 0.014937 10.0.0.249 - - [2025-07-10 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.014926 10.0.0.249 - - [2025-07-10 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004467 10.0.0.249 - - [2025-07-10 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.158686 10.0.0.249 - - [2025-07-10 02:17:15] "POST /neutron/network HTTP/1.1" 200 838 0.005215 10.0.0.249 - - [2025-07-10 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001106 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004469 10.0.0.249 - - [2025-07-10 02:17:15] "POST /neutron/network HTTP/1.1" 200 838 0.005210 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004336 10.0.0.249 - - [2025-07-10 02:17:15] "POST /neutron/network HTTP/1.1" 200 838 0.005655 10.0.0.249 - - [2025-07-10 02:17:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.006313 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domains HTTP/1.1" 401 293 0.000668 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domains HTTP/1.1" 200 281 0.023010 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2794 0.007773 10.0.0.249 - - [2025-07-10 02:17:15] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.249 - - [2025-07-10 02:17:15] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 2180 0.066657 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 2344 0.005412 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 2344 0.004503 10.0.0.249 - - [2025-07-10 02:17:15] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 200 1494 0.003235 10.0.0.249 - - [2025-07-10 02:17:15] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 200 1494 0.003476 10.0.0.249 - - [2025-07-10 02:17:15] "GET /route-target/092a51eb-f58c-4baf-a1d0-c1a19ad4975a HTTP/1.1" 200 1219 0.003062 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 2344 0.004299 10.0.0.249 - - [2025-07-10 02:17:15] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 200 1494 0.003063 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005204 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 2344 0.005669 10.0.0.249 - - [2025-07-10 02:17:15] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 200 1494 0.003290 10.0.0.249 - - [2025-07-10 02:17:15] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 200 1494 0.003501 10.0.0.249 - - [2025-07-10 02:17:15] "GET /route-target/092a51eb-f58c-4baf-a1d0-c1a19ad4975a HTTP/1.1" 200 1219 0.002989 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domains HTTP/1.1" 200 281 0.002595 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.249 - - [2025-07-10 02:17:15] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2794 0.007094 10.0.0.249 - - [2025-07-10 02:17:15] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001233 10.0.0.249 - - [2025-07-10 02:17:15] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 2180 0.065143 10.0.0.249 - - [2025-07-10 02:17:15] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 2344 0.004324 10.0.0.249 - - [2025-07-10 02:17:16] "GET /obj-perms HTTP/1.1" 200 5073 0.068960 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000953 10.0.0.249 - - [2025-07-10 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /project/5a369ef839e0442aa30d0936d52fa0c7 HTTP/1.1" 404 173 0.053810 10.0.0.249 - - [2025-07-10 02:17:16] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.032305 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001341 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /project/c8cfd27dbcf4481ca88bf023190b9f4c HTTP/1.1" 404 173 0.072689 10.0.0.249 - - [2025-07-10 02:17:16] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?fields=security_groups HTTP/1.1" 200 1395 0.034640 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /project/aad5f468926b40d68af9b8084684d93d HTTP/1.1" 404 173 0.104462 10.0.0.249 - - [2025-07-10 02:17:16] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.100681 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/network HTTP/1.1" 200 117 0.023593 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /security-group/45d9a23a-e54b-4b91-8426-8cd2aea4c2de HTTP/1.1" 200 115 0.082201 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=5a369ef8-39e0-442a-a30d-0936d52fa0c7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000952 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /access-control-list/bd069c58-439a-4964-b1c2-8fcbd4d196e3 HTTP/1.1" 200 115 0.059566 10.0.0.249 - - [2025-07-10 02:17:16] "GET /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7?fields=application_policy_sets HTTP/1.1" 200 1434 0.057255 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /access-control-list/f56282db-b12c-4ccd-9ed5-eb25834b6545 HTTP/1.1" 200 115 0.041487 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/network HTTP/1.1" 200 619 0.152055 10.0.0.249 - - [2025-07-10 02:17:16] "POST /route-targets HTTP/1.1" 200 328 0.015477 10.0.0.249 - - [2025-07-10 02:17:16] "DELETE /project/5a369ef8-39e0-442a-a30d-0936d52fa0c7 HTTP/1.1" 200 115 0.456252 10.0.0.249 - - [2025-07-10 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.016269 10.0.0.249 - - [2025-07-10 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.013810 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.214796 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/network HTTP/1.1" 200 838 0.004977 10.0.0.249 - - [2025-07-10 02:17:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001120 10.0.0.249 - - [2025-07-10 02:17:16] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004629 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/network HTTP/1.1" 200 838 0.006089 10.0.0.249 - - [2025-07-10 02:17:16] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005072 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/network HTTP/1.1" 200 838 0.005328 10.0.0.249 - - [2025-07-10 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.006725 10.0.0.249 - - [2025-07-10 02:17:16] "GET /domains HTTP/1.1" 200 281 0.004073 10.0.0.249 - - [2025-07-10 02:17:16] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.249 - - [2025-07-10 02:17:16] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.008345 10.0.0.249 - - [2025-07-10 02:17:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.249 - - [2025-07-10 02:17:17] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 2409 0.067744 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227 HTTP/1.1" 200 2342 0.006904 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227 HTTP/1.1" 200 2342 0.005750 10.0.0.249 - - [2025-07-10 02:17:17] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 200 1494 0.004442 10.0.0.249 - - [2025-07-10 02:17:17] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 200 1494 0.004303 10.0.0.249 - - [2025-07-10 02:17:17] "GET /route-target/e730de09-a332-4ee0-b7e4-687b76f20469 HTTP/1.1" 200 1221 0.003260 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227 HTTP/1.1" 200 2342 0.005270 10.0.0.249 - - [2025-07-10 02:17:17] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 200 1494 0.003697 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004609 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227 HTTP/1.1" 200 2342 0.005185 10.0.0.249 - - [2025-07-10 02:17:17] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 200 1494 0.003475 10.0.0.249 - - [2025-07-10 02:17:17] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 200 1494 0.003056 10.0.0.249 - - [2025-07-10 02:17:17] "GET /route-target/e730de09-a332-4ee0-b7e4-687b76f20469 HTTP/1.1" 200 1221 0.002940 10.0.0.249 - - [2025-07-10 02:17:17] "GET /domains HTTP/1.1" 200 281 0.002449 10.0.0.249 - - [2025-07-10 02:17:17] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.249 - - [2025-07-10 02:17:17] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.007552 10.0.0.249 - - [2025-07-10 02:17:17] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000988 10.0.0.249 - - [2025-07-10 02:17:17] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 2409 0.069555 10.0.0.249 - - [2025-07-10 02:17:17] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227 HTTP/1.1" 200 2342 0.004794 10.0.0.249 - - [2025-07-10 02:17:17] "GET /obj-perms HTTP/1.1" 200 5073 0.002919 10.0.0.249 - - [2025-07-10 02:17:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001669 10.0.0.249 - - [2025-07-10 02:17:17] "POST /neutron/network HTTP/1.1" 200 848 0.005309 10.0.0.249 - - [2025-07-10 02:17:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2025-07-10 02:17:17] "GET / HTTP/1.1" 200 36215 0.001692 10.0.0.249 - - [2025-07-10 02:17:17] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-07-10 02:17:18] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.249 - - [2025-07-10 02:17:18] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054318 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/network HTTP/1.1" 200 838 0.005229 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.004796 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.004707 10.0.0.249 - - [2025-07-10 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001179 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.005161 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/network HTTP/1.1" 200 848 0.005354 10.0.0.249 - - [2025-07-10 02:17:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/network HTTP/1.1" 200 848 0.005587 10.0.0.249 - - [2025-07-10 02:17:18] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.249 - - [2025-07-10 02:17:18] "GET / HTTP/1.1" 200 36215 0.001768 10.0.0.249 - - [2025-07-10 02:17:18] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 1072 0.251728 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 1072 0.008701 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 1072 0.007190 10.0.0.249 - - [2025-07-10 02:17:18] "POST /neutron/port HTTP/1.1" 200 1126 0.066477 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/port HTTP/1.1" 200 1100 0.010833 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002588 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.006487 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.001116 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/network HTTP/1.1" 200 838 0.005532 10.0.0.249 - - [2025-07-10 02:17:19] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.249 - - [2025-07-10 02:17:19] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049883 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/network HTTP/1.1" 200 838 0.005711 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/port HTTP/1.1" 200 1100 0.027250 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007581 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/port HTTP/1.1" 200 117 0.008904 10.0.0.249 - - [2025-07-10 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002486 10.0.0.249 - - [2025-07-10 02:17:19] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.249 - - [2025-07-10 02:17:19] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.030420 10.0.0.249 - - [2025-07-10 02:17:19] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008192 10.0.0.249 - - [2025-07-10 02:17:19] "GET /obj-perms HTTP/1.1" 200 5075 0.049329 10.0.0.249 - - [2025-07-10 02:17:19] "GET /floating-ip-pools?parent_id=dc0ad932-a20f-430d-8c4d-96e9d11b9504&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002665 10.0.0.249 - - [2025-07-10 02:17:19] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006477 10.0.0.249 - - [2025-07-10 02:17:19] "POST /neutron/network HTTP/1.1" 200 848 0.009579 10.0.0.249 - - [2025-07-10 02:17:19] "POST /floating-ip-pools HTTP/1.1" 200 611 0.033888 10.0.0.249 - - [2025-07-10 02:17:19] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002332 10.0.0.249 - - [2025-07-10 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.028068 10.0.0.249 - - [2025-07-10 02:17:19] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005422 10.0.0.249 - - [2025-07-10 02:17:19] "GET /domains HTTP/1.1" 200 281 0.002860 10.0.0.249 - - [2025-07-10 02:17:19] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.249 - - [2025-07-10 02:17:19] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.006713 10.0.0.249 - - [2025-07-10 02:17:19] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.249 - - [2025-07-10 02:17:19] "GET /obj-perms HTTP/1.1" 200 5075 0.120780 10.0.0.249 - - [2025-07-10 02:17:19] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 3254 0.116724 10.0.0.249 - - [2025-07-10 02:17:19] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 3159 0.023835 10.0.0.249 - - [2025-07-10 02:17:20] "GET /floating-ip-pool/72a4e454-7334-435d-b246-57e345db6915 HTTP/1.1" 200 1443 0.005126 10.0.0.249 - - [2025-07-10 02:17:20] "GET /domains HTTP/1.1" 200 281 0.002934 10.0.0.249 - - [2025-07-10 02:17:20] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001670 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1072 0.380299 10.0.0.249 - - [2025-07-10 02:17:20] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.018658 10.0.0.249 - - [2025-07-10 02:17:20] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1072 0.008271 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1072 0.008099 10.0.0.249 - - [2025-07-10 02:17:20] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 3254 0.078887 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504 HTTP/1.1" 200 3159 0.006376 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006413 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1126 0.081118 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1100 0.017741 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1100 0.011457 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005164 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002513 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.006680 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1100 0.016819 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/network HTTP/1.1" 200 838 0.006263 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005101 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/port HTTP/1.1" 200 1100 0.011087 10.0.0.249 - - [2025-07-10 02:17:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005886 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-machine/042070da-23b0-4c53-b74b-b04b3aa0d9f0 HTTP/1.1" 200 1305 0.004240 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-machine-interface/35f62d5e-1b19-4fab-bd6d-b59be85d1c59 HTTP/1.1" 200 3010 0.004542 10.0.0.249 - - [2025-07-10 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.249 - - [2025-07-10 02:17:20] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002695 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-networks?parent_id=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004393 10.0.0.249 - - [2025-07-10 02:17:20] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005107 10.0.0.249 - - [2025-07-10 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.249 - - [2025-07-10 02:17:23] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004344 10.0.0.249 - - [2025-07-10 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.249 - - [2025-07-10 02:17:27] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005115 10.0.0.249 - - [2025-07-10 02:17:27] "GET /global-system-configs HTTP/1.1" 200 323 0.044950 10.0.0.249 - - [2025-07-10 02:17:27] "GET /obj-perms HTTP/1.1" 200 5075 0.056906 10.0.0.249 - - [2025-07-10 02:17:28] "GET /global-system-configs HTTP/1.1" 200 323 0.002365 10.0.0.249 - - [2025-07-10 02:17:28] "GET /obj-perms HTTP/1.1" 200 5075 0.027557 10.0.0.249 - - [2025-07-10 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.249 - - [2025-07-10 02:17:29] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004490 10.0.0.249 - - [2025-07-10 02:17:29] "GET /virtual-networks?parent_id=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003232 10.0.0.249 - - [2025-07-10 02:17:29] "GET /virtual-network/84b3d032-eda8-4618-8a62-cf9bcd945227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005596 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/port HTTP/1.1" 200 1100 0.011540 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007160 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/port HTTP/1.1" 200 1100 0.033761 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005627 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/port HTTP/1.1" 200 1100 0.011914 10.0.0.249 - - [2025-07-10 02:17:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005437 10.0.0.249 - - [2025-07-10 02:17:35] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 530 0.059645 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/port HTTP/1.1" 200 1100 0.009725 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004678 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 577 0.028517 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/port HTTP/1.1" 200 1100 0.012170 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006174 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/port HTTP/1.1" 200 1100 0.010887 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006096 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/port HTTP/1.1" 200 1100 0.012426 10.0.0.249 - - [2025-07-10 02:17:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008091 10.0.0.249 - - [2025-07-10 02:17:35] "GET /virtual-machine/600beefd-b00b-46b2-8422-7661ae0ef582 HTTP/1.1" 200 1305 0.004689 10.0.0.249 - - [2025-07-10 02:17:35] "GET /virtual-machine-interface/4ee4ed1a-f630-4c53-b9e7-034486abd9bb HTTP/1.1" 200 3010 0.005852 10.0.0.249 - - [2025-07-10 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.249 - - [2025-07-10 02:17:35] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003035 10.0.0.249 - - [2025-07-10 02:17:35] "GET /virtual-networks?parent_id=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002815 10.0.0.249 - - [2025-07-10 02:17:35] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006871 10.0.0.249 - - [2025-07-10 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.249 - - [2025-07-10 02:17:36] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003464 10.0.0.249 - - [2025-07-10 02:17:36] "GET /virtual-networks?parent_id=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002840 10.0.0.249 - - [2025-07-10 02:17:36] "GET /virtual-network/dc0ad932-a20f-430d-8c4d-96e9d11b9504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005250 10.0.0.249 - - [2025-07-10 02:17:36] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008845 10.0.0.249 - - [2025-07-10 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.249 - - [2025-07-10 02:17:36] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.002755 10.0.0.249 - - [2025-07-10 02:17:36] "GET /route-target/092a51eb-f58c-4baf-a1d0-c1a19ad4975a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003255 10.0.0.249 - - [2025-07-10 02:17:37] "GET /floating-ip/0a3fa405-6846-4756-921a-9f7a25206388 HTTP/1.1" 200 1891 0.004281 10.0.0.249 - - [2025-07-10 02:17:39] "POST /neutron/floatingip HTTP/1.1" 200 577 0.008713 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/floatingip HTTP/1.1" 200 530 0.016109 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/floatingip HTTP/1.1" 200 530 0.005152 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/floatingip HTTP/1.1" 200 115 0.026488 10.0.0.249 - - [2025-07-10 02:17:40] "GET /floating-ip-pool/72a4e454-7334-435d-b246-57e345db6915?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002762 10.0.0.249 - - [2025-07-10 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.007019 10.0.0.249 - - [2025-07-10 02:17:40] "DELETE /floating-ip-pool/72a4e454-7334-435d-b246-57e345db6915 HTTP/1.1" 200 115 0.019053 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/network HTTP/1.1" 200 838 0.005458 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/network HTTP/1.1" 400 204 0.009654 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 1100 0.013070 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 1126 0.013668 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 1100 0.011222 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 1126 0.009565 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 151 0.126250 10.0.0.249 - - [2025-07-10 02:17:40] "POST /neutron/port HTTP/1.1" 200 151 0.135964 10.0.0.249 - - [2025-07-10 02:17:42] "POST /neutron/network HTTP/1.1" 200 838 0.005406 10.0.0.249 - - [2025-07-10 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002328 10.0.0.249 - - [2025-07-10 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.249 - - [2025-07-10 02:17:42] "POST /neutron/network HTTP/1.1" 200 151 0.080518 10.0.0.249 - - [2025-07-10 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.249 - - [2025-07-10 02:17:42] "GET /routing-instance/c857a472-1e34-4a70-89a0-00fd80630c4f HTTP/1.1" 404 171 0.004128 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domains HTTP/1.1" 200 281 0.002377 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.249 - - [2025-07-10 02:17:42] "DELETE /route-target/e730de09-a332-4ee0-b7e4-687b76f20469 HTTP/1.1" 200 115 0.023798 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.050808 10.0.0.249 - - [2025-07-10 02:17:42] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.249 - - [2025-07-10 02:17:42] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 2180 0.067031 10.0.0.249 - - [2025-07-10 02:17:42] "POST /neutron/network HTTP/1.1" 200 838 0.005452 10.0.0.249 - - [2025-07-10 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.249 - - [2025-07-10 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003252 10.0.0.249 - - [2025-07-10 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001949 10.0.0.249 - - [2025-07-10 02:17:42] "POST /neutron/network HTTP/1.1" 200 151 0.076251 10.0.0.249 - - [2025-07-10 02:17:42] "DELETE /route-target/092a51eb-f58c-4baf-a1d0-c1a19ad4975a HTTP/1.1" 200 115 0.015381 10.0.0.249 - - [2025-07-10 02:17:42] "GET /routing-instance/48611755-b90c-46be-aad9-0f06df03f45b HTTP/1.1" 404 171 0.002895 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domains HTTP/1.1" 200 281 0.002221 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.249 - - [2025-07-10 02:17:42] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2596 0.047742 10.0.0.249 - - [2025-07-10 02:17:42] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.249 - - [2025-07-10 02:17:42] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 1929 0.066504 10.0.0.249 - - [2025-07-10 02:17:43] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002357 10.0.0.249 - - [2025-07-10 02:17:43] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.027949 10.0.0.249 - - [2025-07-10 02:17:43] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001314 10.0.0.249 - - [2025-07-10 02:17:43] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?fields=virtual_networks HTTP/1.1" 200 1058 0.069383 10.0.0.249 - - [2025-07-10 02:17:43] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001530 10.0.0.249 - - [2025-07-10 02:17:43] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.027088 10.0.0.249 - - [2025-07-10 02:17:43] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.249 - - [2025-07-10 02:17:43] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?fields=security_groups HTTP/1.1" 200 1297 0.024584 10.0.0.249 - - [2025-07-10 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.023392 10.0.0.249 - - [2025-07-10 02:17:44] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002464 10.0.0.249 - - [2025-07-10 02:17:44] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.249 - - [2025-07-10 02:17:44] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006629 10.0.0.249 - - [2025-07-10 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001170 10.0.0.249 - - [2025-07-10 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003758 10.0.0.249 - - [2025-07-10 02:17:44] "POST /security-groups HTTP/1.1" 200 586 0.059594 10.0.0.249 - - [2025-07-10 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002519 10.0.0.249 - - [2025-07-10 02:17:44] "POST /projects HTTP/1.1" 200 575 0.207273 10.0.0.249 - - [2025-07-10 02:17:44] "POST /access-control-lists HTTP/1.1" 200 593 0.055986 10.0.0.249 - - [2025-07-10 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.275250 10.0.0.249 - - [2025-07-10 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.002913 10.0.0.249 - - [2025-07-10 02:17:44] "GET /project/92ff7441-9269-4067-b529-78238d899587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.413838 10.0.0.249 - - [2025-07-10 02:17:44] "POST /access-control-lists HTTP/1.1" 200 591 0.069999 10.0.0.249 - - [2025-07-10 02:17:45] "GET / HTTP/1.1" 200 36215 0.001812 10.0.0.249 - - [2025-07-10 02:17:46] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.249 - - [2025-07-10 02:17:46] "GET /project/92ff7441-9269-4067-b529-78238d899587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.033150 10.0.0.249 - - [2025-07-10 02:17:46] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000978 10.0.0.249 - - [2025-07-10 02:17:46] "GET /project/92ff7441-9269-4067-b529-78238d899587?fields=virtual_networks HTTP/1.1" 200 1024 0.072881 10.0.0.249 - - [2025-07-10 02:17:46] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001025 10.0.0.249 - - [2025-07-10 02:17:46] "GET /project/92ff7441-9269-4067-b529-78238d899587?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.025722 10.0.0.249 - - [2025-07-10 02:17:46] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.249 - - [2025-07-10 02:17:46] "GET /project/92ff7441-9269-4067-b529-78238d899587?fields=security_groups HTTP/1.1" 200 1246 0.028093 10.0.0.249 - - [2025-07-10 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.022159 10.0.0.249 - - [2025-07-10 02:17:47] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002191 10.0.0.249 - - [2025-07-10 02:17:47] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.249 - - [2025-07-10 02:17:47] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007207 10.0.0.249 - - [2025-07-10 02:17:47] "POST /id-to-fqname HTTP/1.1" 200 193 0.001795 10.0.0.249 - - [2025-07-10 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.002109 10.0.0.249 - - [2025-07-10 02:17:47] "POST /security-groups HTTP/1.1" 200 594 0.059478 10.0.0.249 - - [2025-07-10 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.002186 10.0.0.249 - - [2025-07-10 02:17:48] "POST /projects HTTP/1.1" 200 591 0.199533 10.0.0.249 - - [2025-07-10 02:17:48] "POST /access-control-lists HTTP/1.1" 200 601 0.055928 10.0.0.249 - - [2025-07-10 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.264390 10.0.0.249 - - [2025-07-10 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.002678 10.0.0.249 - - [2025-07-10 02:17:48] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.373740 10.0.0.249 - - [2025-07-10 02:17:48] "POST /access-control-lists HTTP/1.1" 200 599 0.055946 10.0.0.249 - - [2025-07-10 02:17:49] "GET / HTTP/1.1" 200 36215 0.001969 10.0.0.249 - - [2025-07-10 02:17:50] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-07-10 02:17:50] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.249 - - [2025-07-10 02:17:50] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046219 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.249 - - [2025-07-10 02:17:50] "GET /security-group/412e2b36-87a4-4b12-98fe-6278fc8b2950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004736 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.249 - - [2025-07-10 02:17:50] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.249 - - [2025-07-10 02:17:50] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026456 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.249 - - [2025-07-10 02:17:50] "GET /security-group/412e2b36-87a4-4b12-98fe-6278fc8b2950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.003853 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-10 02:17:50] "PUT /security-group/412e2b36-87a4-4b12-98fe-6278fc8b2950 HTTP/1.1" 200 263 0.013577 10.0.0.249 - - [2025-07-10 02:17:50] "PUT /access-control-list/b9d7df62-ea06-4e2d-bc06-1b17b75805b4 HTTP/1.1" 200 273 0.009082 10.0.0.249 - - [2025-07-10 02:17:50] "PUT /access-control-list/6da79617-6d5d-491e-86a5-c93bcef431a7 HTTP/1.1" 200 273 0.011824 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003053 10.0.0.249 - - [2025-07-10 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.249 - - [2025-07-10 02:17:50] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001040 10.0.0.249 - - [2025-07-10 02:17:50] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023967 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 117 0.027025 10.0.0.249 - - [2025-07-10 02:17:51] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000993 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 608 0.068006 10.0.0.249 - - [2025-07-10 02:17:51] "POST /route-targets HTTP/1.1" 200 328 0.009028 10.0.0.249 - - [2025-07-10 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.010573 10.0.0.249 - - [2025-07-10 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003018 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.150801 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 825 0.006056 10.0.0.249 - - [2025-07-10 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001239 10.0.0.249 - - [2025-07-10 02:17:51] "GET /virtual-network/a2e01df2-b41b-4e91-bcae-832a6d32f0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005292 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 825 0.005327 10.0.0.249 - - [2025-07-10 02:17:51] "GET /virtual-network/a2e01df2-b41b-4e91-bcae-832a6d32f0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004592 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 825 0.006048 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.006911 10.0.0.249 - - [2025-07-10 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002345 10.0.0.249 - - [2025-07-10 02:17:51] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001334 10.0.0.249 - - [2025-07-10 02:17:51] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.027549 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 117 0.008196 10.0.0.249 - - [2025-07-10 02:17:51] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001159 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 615 0.075926 10.0.0.249 - - [2025-07-10 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003401 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.166590 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 834 0.005164 10.0.0.249 - - [2025-07-10 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001121 10.0.0.249 - - [2025-07-10 02:17:51] "GET /virtual-network/54666366-61b1-48fb-8b7c-b434ad216495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004315 10.0.0.249 - - [2025-07-10 02:17:51] "POST /neutron/network HTTP/1.1" 200 834 0.005258 10.0.0.249 - - [2025-07-10 02:17:51] "GET /virtual-network/54666366-61b1-48fb-8b7c-b434ad216495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004256 10.0.0.249 - - [2025-07-10 02:17:52] "POST /neutron/network HTTP/1.1" 200 834 0.005735 10.0.0.249 - - [2025-07-10 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.007012 10.0.0.249 - - [2025-07-10 02:17:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001213 10.0.0.249 - - [2025-07-10 02:17:52] "POST /route-targets HTTP/1.1" 200 328 0.009533 10.0.0.249 - - [2025-07-10 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.009525 10.0.0.249 - - [2025-07-10 02:17:52] "POST /neutron/network HTTP/1.1" 200 835 0.005229 10.0.0.249 - - [2025-07-10 02:17:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000401 10.0.0.249 - - [2025-07-10 02:17:52] "GET / HTTP/1.1" 200 36215 0.001812 10.0.0.249 - - [2025-07-10 02:17:52] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-07-10 02:17:52] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.249 - - [2025-07-10 02:17:52] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046169 10.0.0.249 - - [2025-07-10 02:17:52] "POST /neutron/network HTTP/1.1" 200 825 0.007323 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.004783 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.249 - - [2025-07-10 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001215 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.004842 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/network HTTP/1.1" 200 844 0.005211 10.0.0.249 - - [2025-07-10 02:17:53] "GET /aaa-mode HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/network HTTP/1.1" 200 835 0.005817 10.0.0.249 - - [2025-07-10 02:17:53] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001035 10.0.0.249 - - [2025-07-10 02:17:53] "GET / HTTP/1.1" 200 36215 0.002749 10.0.0.249 - - [2025-07-10 02:17:53] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 1061 0.219190 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 1061 0.008943 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 1061 0.011140 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 1115 0.061988 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 1089 0.010983 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003040 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/subnet HTTP/1.1" 200 689 0.006832 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/network HTTP/1.1" 200 825 0.008612 10.0.0.249 - - [2025-07-10 02:17:53] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.249 - - [2025-07-10 02:17:53] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043420 10.0.0.249 - - [2025-07-10 02:17:53] "POST /neutron/network HTTP/1.1" 200 834 0.005343 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 1089 0.012468 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009017 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 117 0.005808 10.0.0.249 - - [2025-07-10 02:17:54] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001474 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/router HTTP/1.1" 200 585 0.079129 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/router HTTP/1.1" 200 585 0.003513 10.0.0.249 - - [2025-07-10 02:17:54] "POST /route-targets HTTP/1.1" 200 328 0.014237 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/router HTTP/1.1" 200 656 0.033790 10.0.0.249 - - [2025-07-10 02:17:54] "PUT /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383 HTTP/1.1" 200 263 0.048114 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/router HTTP/1.1" 200 656 0.008883 10.0.0.249 - - [2025-07-10 02:17:54] "GET /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.006295 10.0.0.249 - - [2025-07-10 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2025-07-10 02:17:54] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001053 10.0.0.249 - - [2025-07-10 02:17:54] "GET /service-template/fac8ded7-84d1-490a-855f-bd696b0bd4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003384 10.0.0.249 - - [2025-07-10 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.002799 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/network HTTP/1.1" 200 844 0.010686 10.0.0.249 - - [2025-07-10 02:17:54] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.249 - - [2025-07-10 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011454 10.0.0.249 - - [2025-07-10 02:17:54] "POST /virtual-networks HTTP/1.1" 200 696 0.207028 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/router HTTP/1.1" 200 344 0.359089 10.0.0.249 - - [2025-07-10 02:17:54] "POST /route-targets HTTP/1.1" 200 328 0.019942 10.0.0.249 - - [2025-07-10 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.027231 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 1089 0.055241 10.0.0.249 - - [2025-07-10 02:17:54] "POST /service-instances HTTP/1.1" 200 672 0.104188 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023634 10.0.0.249 - - [2025-07-10 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.041998 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 1063 0.400692 10.0.0.249 - - [2025-07-10 02:17:54] "POST /route-tables HTTP/1.1" 200 584 0.062106 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 1063 0.012115 10.0.0.249 - - [2025-07-10 02:17:54] "POST /neutron/port HTTP/1.1" 200 1063 0.013043 10.0.0.249 - - [2025-07-10 02:17:55] "PUT /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383 HTTP/1.1" 200 263 0.030231 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/port HTTP/1.1" 200 1117 0.108277 10.0.0.249 - - [2025-07-10 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.041947 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/port HTTP/1.1" 200 1091 0.012474 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003010 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.007857 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.001696 10.0.0.249 - - [2025-07-10 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-10 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002279 10.0.0.249 - - [2025-07-10 02:17:55] "POST /neutron/network HTTP/1.1" 200 834 0.007265 10.0.0.249 - - [2025-07-10 02:17:55] "POST /virtual-machines HTTP/1.1" 200 554 0.013014 10.0.0.249 - - [2025-07-10 02:17:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.088566 10.0.0.249 - - [2025-07-10 02:17:55] "POST /chown HTTP/1.1" 200 109 0.017518 10.0.0.249 - - [2025-07-10 02:17:55] "POST /instance-ips HTTP/1.1" 200 552 0.024219 10.0.0.249 - - [2025-07-10 02:17:55] "POST /instance-ips HTTP/1.1" 400 246 0.020175 10.0.0.249 - - [2025-07-10 02:17:55] "POST /chown HTTP/1.1" 200 109 0.008286 10.0.0.249 - - [2025-07-10 02:17:55] "PUT /virtual-machine-interface/a09285f4-f878-46dd-baca-f6cad27f3edb HTTP/1.1" 200 285 0.009771 10.0.0.249 - - [2025-07-10 02:17:55] "PUT /instance-ip/289913ba-853a-4800-b747-fd6bc4e4799c HTTP/1.1" 200 257 0.011785 10.0.0.249 - - [2025-07-10 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.009759 10.0.0.249 - - [2025-07-10 02:17:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090364 10.0.0.249 - - [2025-07-10 02:17:56] "POST /chown HTTP/1.1" 200 109 0.007029 10.0.0.249 - - [2025-07-10 02:17:56] "POST /instance-ips HTTP/1.1" 200 550 0.030108 10.0.0.249 - - [2025-07-10 02:17:56] "POST /instance-ips HTTP/1.1" 400 316 0.024801 10.0.0.249 - - [2025-07-10 02:17:56] "POST /chown HTTP/1.1" 200 109 0.008795 10.0.0.249 - - [2025-07-10 02:17:56] "PUT /virtual-machine-interface/d72cceba-4317-4733-8f0c-8e293b5f8aed HTTP/1.1" 200 285 0.010096 10.0.0.249 - - [2025-07-10 02:17:56] "PUT /instance-ip/3e5b622b-2bb5-4b48-b165-7e1e82168d06 HTTP/1.1" 200 257 0.010924 10.0.0.249 - - [2025-07-10 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.010687 10.0.0.249 - - [2025-07-10 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.249 - - [2025-07-10 02:17:56] "PUT /routing-instance/15dbdc2a-8de1-4e85-94f4-cdcc6f3cf827 HTTP/1.1" 200 267 0.011463 10.0.0.249 - - [2025-07-10 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.249 - - [2025-07-10 02:17:56] "POST /virtual-machines HTTP/1.1" 200 554 0.015016 10.0.0.249 - - [2025-07-10 02:17:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093577 10.0.0.249 - - [2025-07-10 02:17:56] "POST /chown HTTP/1.1" 200 109 0.008138 10.0.0.249 - - [2025-07-10 02:17:56] "POST /instance-ips HTTP/1.1" 400 246 0.012173 10.0.0.249 - - [2025-07-10 02:17:56] "POST /chown HTTP/1.1" 200 109 0.007642 10.0.0.249 - - [2025-07-10 02:17:56] "PUT /virtual-machine-interface/6fd7099c-7ab5-4e7f-ad21-6c029cd7a07c HTTP/1.1" 200 285 0.009637 10.0.0.249 - - [2025-07-10 02:17:56] "PUT /instance-ip/289913ba-853a-4800-b747-fd6bc4e4799c HTTP/1.1" 200 257 0.013572 10.0.0.249 - - [2025-07-10 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.010723 10.0.0.249 - - [2025-07-10 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.009590 10.0.0.249 - - [2025-07-10 02:17:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.108537 10.0.0.249 - - [2025-07-10 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.019552 10.0.0.249 - - [2025-07-10 02:17:57] "PUT /routing-instance/15dbdc2a-8de1-4e85-94f4-cdcc6f3cf827 HTTP/1.1" 200 267 0.024898 10.0.0.249 - - [2025-07-10 02:17:57] "POST /chown HTTP/1.1" 200 109 0.007896 10.0.0.249 - - [2025-07-10 02:17:57] "POST /instance-ips HTTP/1.1" 400 316 0.014178 10.0.0.249 - - [2025-07-10 02:17:57] "POST /chown HTTP/1.1" 200 109 0.007829 10.0.0.249 - - [2025-07-10 02:17:57] "PUT /virtual-machine-interface/e8f92232-9b62-4091-988e-2f753d0c0194 HTTP/1.1" 200 285 0.009338 10.0.0.249 - - [2025-07-10 02:17:57] "PUT /instance-ip/3e5b622b-2bb5-4b48-b165-7e1e82168d06 HTTP/1.1" 200 257 0.017168 10.0.0.249 - - [2025-07-10 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.249 - - [2025-07-10 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012171 10.0.0.249 - - [2025-07-10 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.249 - - [2025-07-10 02:17:57] "PUT /routing-instance/15dbdc2a-8de1-4e85-94f4-cdcc6f3cf827 HTTP/1.1" 200 267 0.013149 10.0.0.249 - - [2025-07-10 02:17:59] "POST /neutron/port HTTP/1.1" 200 1089 0.011025 10.0.0.249 - - [2025-07-10 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005683 10.0.0.249 - - [2025-07-10 02:17:59] "POST /neutron/port HTTP/1.1" 200 1089 0.010632 10.0.0.249 - - [2025-07-10 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005812 10.0.0.249 - - [2025-07-10 02:18:00] "POST /neutron/port HTTP/1.1" 200 1089 0.016678 10.0.0.249 - - [2025-07-10 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005683 10.0.0.249 - - [2025-07-10 02:18:00] "GET /virtual-machine/4f4cf61a-ce0c-49a4-b592-dc692274ea39 HTTP/1.1" 401 293 0.000471 10.0.0.249 - - [2025-07-10 02:18:00] "GET /virtual-machine/4f4cf61a-ce0c-49a4-b592-dc692274ea39 HTTP/1.1" 200 1297 0.026160 10.0.0.249 - - [2025-07-10 02:18:00] "GET /virtual-machine-interface/c3cc2880-f7b8-462b-9a53-0aed8ce8771a HTTP/1.1" 200 2963 0.005707 10.0.0.249 - - [2025-07-10 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.249 - - [2025-07-10 02:18:00] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003912 10.0.0.249 - - [2025-07-10 02:18:00] "GET /virtual-networks?parent_id=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003241 10.0.0.249 - - [2025-07-10 02:18:00] "GET /virtual-network/a2e01df2-b41b-4e91-bcae-832a6d32f0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005612 10.0.0.249 - - [2025-07-10 02:18:01] "POST /neutron/port HTTP/1.1" 200 1089 0.014227 10.0.0.249 - - [2025-07-10 02:18:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009737 10.0.0.249 - - [2025-07-10 02:18:03] "POST /neutron/port HTTP/1.1" 200 1091 0.010831 10.0.0.249 - - [2025-07-10 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005525 10.0.0.249 - - [2025-07-10 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2025-07-10 02:18:03] "GET /virtual-network/a2e01df2-b41b-4e91-bcae-832a6d32f0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004589 10.0.0.249 - - [2025-07-10 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.249 - - [2025-07-10 02:18:05] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003241 10.0.0.249 - - [2025-07-10 02:18:05] "GET /virtual-networks?parent_id=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002956 10.0.0.249 - - [2025-07-10 02:18:05] "GET /virtual-network/a2e01df2-b41b-4e91-bcae-832a6d32f0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005448 10.0.0.249 - - [2025-07-10 02:18:06] "POST /neutron/port HTTP/1.1" 200 1089 0.010820 10.0.0.249 - - [2025-07-10 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005998 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/port HTTP/1.1" 200 1089 0.012001 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/port HTTP/1.1" 200 1089 0.011222 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/network HTTP/1.1" 200 835 0.005259 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002893 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.006440 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.249 - - [2025-07-10 02:18:10] "POST /neutron/network HTTP/1.1" 200 825 0.004901 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/port HTTP/1.1" 200 1091 0.009894 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004868 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/port HTTP/1.1" 200 1091 0.010525 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005117 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/port HTTP/1.1" 200 1091 0.009786 10.0.0.249 - - [2025-07-10 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005848 10.0.0.249 - - [2025-07-10 02:18:11] "GET /virtual-machine/aa7e256b-dd56-43a3-9f20-4deac1e56b9b HTTP/1.1" 200 1298 0.004873 10.0.0.249 - - [2025-07-10 02:18:11] "GET /virtual-machine-interface/6f7c931d-abe5-483f-ba7c-8e4d13561e1e HTTP/1.1" 200 2974 0.004333 10.0.0.249 - - [2025-07-10 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.249 - - [2025-07-10 02:18:11] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002861 10.0.0.249 - - [2025-07-10 02:18:11] "GET /virtual-networks?parent_id=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003397 10.0.0.249 - - [2025-07-10 02:18:11] "GET /virtual-network/54666366-61b1-48fb-8b7c-b434ad216495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005998 10.0.0.249 - - [2025-07-10 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.249 - - [2025-07-10 02:18:12] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002646 10.0.0.249 - - [2025-07-10 02:18:12] "GET /virtual-networks?parent_id=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002823 10.0.0.249 - - [2025-07-10 02:18:12] "GET /virtual-network/54666366-61b1-48fb-8b7c-b434ad216495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004957 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /project/69eb5bc10ed24630ac0de7f2e3339807 HTTP/1.1" 404 173 0.013675 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /project/92ff744192694067b52978238d899587 HTTP/1.1" 404 173 0.008118 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000917 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.040930 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/92ff7441-9269-4067-b529-78238d899587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043278 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000966 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?fields=security_groups HTTP/1.1" 200 1399 0.036880 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/92ff7441-9269-4067-b529-78238d899587?fields=security_groups HTTP/1.1" 200 1348 0.040811 10.0.0.249 - - [2025-07-10 02:18:16] "POST /neutron/router HTTP/1.1" 200 656 0.003641 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /security-group/91fadafc-67ef-48f6-b000-ffd4c6b800f1 HTTP/1.1" 200 115 0.057993 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=aad5f468-926b-40d6-8af9-b8084684d93d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001613 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /access-control-list/04e7a156-e3e7-4834-be31-b6064d3e35f2 HTTP/1.1" 200 115 0.051634 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /security-group/10406ea7-3ac3-4ca0-8c85-da2e5ab55554 HTTP/1.1" 200 115 0.085369 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/aad5f468-926b-40d6-8af9-b8084684d93d?fields=application_policy_sets HTTP/1.1" 200 1438 0.041080 10.0.0.249 - - [2025-07-10 02:18:16] "GET /projects?obj_uuids=92ff7441-9269-4067-b529-78238d899587&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /access-control-list/77f1e9d2-3fa6-409d-a88c-1e4bc56c538c HTTP/1.1" 200 115 0.050062 10.0.0.249 - - [2025-07-10 02:18:16] "GET /project/92ff7441-9269-4067-b529-78238d899587?fields=application_policy_sets HTTP/1.1" 200 1387 0.053897 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /access-control-list/5d45f9af-b10e-4a98-9c24-99b67ed662e1 HTTP/1.1" 200 115 0.037754 10.0.0.249 - - [2025-07-10 02:18:16] "DELETE /access-control-list/f3ad3a3a-ac2d-4dcc-895a-3ab1ca71a2d7 HTTP/1.1" 200 115 0.034927 10.0.0.249 - - [2025-07-10 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.020093 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/router HTTP/1.1" 200 344 0.207401 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /project/aad5f468-926b-40d6-8af9-b8084684d93d HTTP/1.1" 200 115 0.403704 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/router HTTP/1.1" 200 656 0.004139 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /project/92ff7441-9269-4067-b529-78238d899587 HTTP/1.1" 200 115 0.435747 10.0.0.249 - - [2025-07-10 02:18:17] "GET /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003518 10.0.0.249 - - [2025-07-10 02:18:17] "GET /service-instance/8fa14db3-2331-47a3-a4b2-3c2a6c9de533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.006055 10.0.0.249 - - [2025-07-10 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.014721 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/router HTTP/1.1" 200 151 0.075856 10.0.0.249 - - [2025-07-10 02:18:17] "PUT /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383 HTTP/1.1" 404 171 0.002559 10.0.0.249 - - [2025-07-10 02:18:17] "PUT /routing-instance/15dbdc2a-8de1-4e85-94f4-cdcc6f3cf827 HTTP/1.1" 200 267 0.008814 10.0.0.249 - - [2025-07-10 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007092 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /route-table/7fa2744b-94ee-49d7-be29-c27a6b86812d HTTP/1.1" 200 115 0.033910 10.0.0.249 - - [2025-07-10 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.249 - - [2025-07-10 02:18:17] "GET /virtual-network/73a7059b-ae09-4334-9fa1-b6cc21ead207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007030 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /route-target/54f64341-4527-4cec-9ba1-cf5e98d5ebc2 HTTP/1.1" 200 115 0.029378 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/network HTTP/1.1" 200 834 0.012451 10.0.0.249 - - [2025-07-10 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.017430 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/network HTTP/1.1" 400 204 0.052302 10.0.0.249 - - [2025-07-10 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /instance-ip/3e5b622b-2bb5-4b48-b165-7e1e82168d06 HTTP/1.1" 200 115 0.033145 10.0.0.249 - - [2025-07-10 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.249 - - [2025-07-10 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.249 - - [2025-07-10 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /virtual-network/73a7059b-ae09-4334-9fa1-b6cc21ead207 HTTP/1.1" 200 115 0.132605 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /route-target/853c9a06-cfa6-429a-9ee7-d5662dd783ed HTTP/1.1" 200 115 0.023989 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /service-instance/8fa14db3-2331-47a3-a4b2-3c2a6c9de533 HTTP/1.1" 200 115 0.032887 10.0.0.249 - - [2025-07-10 02:18:17] "GET /logical-router/fa1a49a4-b163-4d8a-947a-8523c7b7f383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003080 10.0.0.249 - - [2025-07-10 02:18:17] "GET /service-instance/8fa14db3-2331-47a3-a4b2-3c2a6c9de533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003294 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 1091 0.016173 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 1117 0.008384 10.0.0.249 - - [2025-07-10 02:18:17] "GET /virtual-machine-interface/6fd7099c-7ab5-4e7f-ad21-6c029cd7a07c?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1655 0.006013 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 1089 0.012693 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 1115 0.012900 10.0.0.249 - - [2025-07-10 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.020354 10.0.0.249 - - [2025-07-10 02:18:17] "GET /instance-ip/289913ba-853a-4800-b747-fd6bc4e4799c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005045 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 151 0.144697 10.0.0.249 - - [2025-07-10 02:18:17] "POST /neutron/port HTTP/1.1" 200 151 0.141604 10.0.0.249 - - [2025-07-10 02:18:17] "DELETE /virtual-machine-interface/6fd7099c-7ab5-4e7f-ad21-6c029cd7a07c HTTP/1.1" 200 115 0.045615 10.0.0.249 - - [2025-07-10 02:18:17] "GET /virtual-machine-interface/e8f92232-9b62-4091-988e-2f753d0c0194?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.006350 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /virtual-machine-interface/e8f92232-9b62-4091-988e-2f753d0c0194 HTTP/1.1" 200 115 0.036213 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /virtual-machine/39f08992-7878-439b-a732-35bb39c1507c HTTP/1.1" 200 115 0.023734 10.0.0.249 - - [2025-07-10 02:18:18] "GET /virtual-machine-interface/d72cceba-4317-4733-8f0c-8e293b5f8aed?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1335 0.006865 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /virtual-machine-interface/d72cceba-4317-4733-8f0c-8e293b5f8aed HTTP/1.1" 200 115 0.023941 10.0.0.249 - - [2025-07-10 02:18:18] "GET /virtual-machine-interface/a09285f4-f878-46dd-baca-f6cad27f3edb?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1656 0.004725 10.0.0.249 - - [2025-07-10 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.010059 10.0.0.249 - - [2025-07-10 02:18:18] "GET /instance-ip/289913ba-853a-4800-b747-fd6bc4e4799c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.004733 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /instance-ip/289913ba-853a-4800-b747-fd6bc4e4799c HTTP/1.1" 200 115 0.022933 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /virtual-machine-interface/a09285f4-f878-46dd-baca-f6cad27f3edb HTTP/1.1" 200 115 0.036621 10.0.0.249 - - [2025-07-10 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.249 - - [2025-07-10 02:18:18] "DELETE /virtual-machine/1d603be1-e844-4105-ba38-fde8cee5410e HTTP/1.1" 200 115 0.015411 10.0.0.249 - - [2025-07-10 02:18:19] "POST /neutron/network HTTP/1.1" 200 834 0.006008 10.0.0.249 - - [2025-07-10 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-07-10 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.249 - - [2025-07-10 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003161 10.0.0.249 - - [2025-07-10 02:18:19] "POST /neutron/network HTTP/1.1" 200 151 0.079403 10.0.0.249 - - [2025-07-10 02:18:19] "DELETE /route-target/0ff1a871-552c-47f1-aa73-00d238d7a50b HTTP/1.1" 200 115 0.015189 10.0.0.249 - - [2025-07-10 02:18:19] "POST /neutron/network HTTP/1.1" 200 825 0.004949 10.0.0.249 - - [2025-07-10 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002365 10.0.0.249 - - [2025-07-10 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.249 - - [2025-07-10 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.001821 10.0.0.249 - - [2025-07-10 02:18:19] "POST /neutron/network HTTP/1.1" 200 151 0.064885 10.0.0.249 - - [2025-07-10 02:18:19] "DELETE /route-target/7f383fbe-8544-47a0-a322-b49a83618350 HTTP/1.1" 200 115 0.010751 10.0.0.249 - - [2025-07-10 02:18:19] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001036 10.0.0.249 - - [2025-07-10 02:18:19] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025498 10.0.0.249 - - [2025-07-10 02:18:19] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001152 10.0.0.249 - - [2025-07-10 02:18:19] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?fields=virtual_networks HTTP/1.1" 200 1039 0.068554 10.0.0.249 - - [2025-07-10 02:18:19] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001528 10.0.0.249 - - [2025-07-10 02:18:19] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.022723 10.0.0.249 - - [2025-07-10 02:18:20] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001020 10.0.0.249 - - [2025-07-10 02:18:20] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?fields=security_groups HTTP/1.1" 200 1269 0.021713 10.0.0.249 - - [2025-07-10 02:18:20] "GET /obj-perms HTTP/1.1" 200 5075 0.316049 10.0.0.249 - - [2025-07-10 02:18:20] "GET /obj-perms HTTP/1.1" 200 5075 0.128273 10.0.0.249 - - [2025-07-10 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.021246 10.0.0.249 - - [2025-07-10 02:18:21] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002240 10.0.0.249 - - [2025-07-10 02:18:21] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.249 - - [2025-07-10 02:18:21] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006559 10.0.0.249 - - [2025-07-10 02:18:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.001410 10.0.0.249 - - [2025-07-10 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.002723 10.0.0.249 - - [2025-07-10 02:18:21] "POST /security-groups HTTP/1.1" 200 599 0.067543 10.0.0.249 - - [2025-07-10 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.002367 10.0.0.249 - - [2025-07-10 02:18:21] "POST /projects HTTP/1.1" 200 601 0.232156 10.0.0.249 - - [2025-07-10 02:18:21] "POST /access-control-lists HTTP/1.1" 200 606 0.055679 10.0.0.249 - - [2025-07-10 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.299989 10.0.0.249 - - [2025-07-10 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 241 0.002651 10.0.0.249 - - [2025-07-10 02:18:21] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.416309 10.0.0.249 - - [2025-07-10 02:18:21] "POST /access-control-lists HTTP/1.1" 200 604 0.064416 10.0.0.249 - - [2025-07-10 02:18:22] "GET / HTTP/1.1" 200 36215 0.003179 10.0.0.249 - - [2025-07-10 02:18:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2025-07-10 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.048054 10.0.0.249 - - [2025-07-10 02:18:23] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.249 - - [2025-07-10 02:18:23] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.022641 10.0.0.249 - - [2025-07-10 02:18:23] "POST /neutron/network HTTP/1.1" 200 117 0.027618 10.0.0.249 - - [2025-07-10 02:18:23] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.249 - - [2025-07-10 02:18:23] "POST /neutron/network HTTP/1.1" 200 613 0.060822 10.0.0.249 - - [2025-07-10 02:18:24] "POST /route-targets HTTP/1.1" 200 328 0.009680 10.0.0.249 - - [2025-07-10 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.011942 10.0.0.249 - - [2025-07-10 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004742 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.170538 10.0.0.249 - - [2025-07-10 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002699 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.190413 10.0.0.249 - - [2025-07-10 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.029192 10.0.0.249 - - [2025-07-10 02:18:24] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.009027 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/network HTTP/1.1" 200 1007 0.008671 10.0.0.249 - - [2025-07-10 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001111 10.0.0.249 - - [2025-07-10 02:18:24] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004457 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/network HTTP/1.1" 200 1007 0.008409 10.0.0.249 - - [2025-07-10 02:18:24] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006982 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/network HTTP/1.1" 200 1007 0.007154 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.006419 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.006444 10.0.0.249 - - [2025-07-10 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002247 10.0.0.249 - - [2025-07-10 02:18:24] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.249 - - [2025-07-10 02:18:24] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.023343 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/network HTTP/1.1" 200 117 0.008589 10.0.0.249 - - [2025-07-10 02:18:24] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/network HTTP/1.1" 200 613 0.061122 10.0.0.249 - - [2025-07-10 02:18:24] "POST /route-targets HTTP/1.1" 200 328 0.012140 10.0.0.249 - - [2025-07-10 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.011789 10.0.0.249 - - [2025-07-10 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.249 - - [2025-07-10 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.189690 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005835 10.0.0.249 - - [2025-07-10 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004093 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.143613 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1006 0.007950 10.0.0.249 - - [2025-07-10 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001141 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004816 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1006 0.006781 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006356 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1006 0.007104 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.006832 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.007334 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.002124 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.249 - - [2025-07-10 02:18:25] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001142 10.0.0.249 - - [2025-07-10 02:18:25] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.021205 10.0.0.249 - - [2025-07-10 02:18:25] "POST /network-policys HTTP/1.1" 200 579 0.060080 10.0.0.249 - - [2025-07-10 02:18:25] "GET /network-policy/464714f7-773b-46bb-baad-714763ea0349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005162 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1007 0.007437 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.005050 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004945 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1115 0.046740 10.0.0.249 - - [2025-07-10 02:18:25] "POST /access-control-lists HTTP/1.1" 200 598 0.071745 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1115 0.059924 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004797 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002240 10.0.0.249 - - [2025-07-10 02:18:25] "GET /network-policy/464714f7-773b-46bb-baad-714763ea0349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003404 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1006 0.006843 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.006624 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005256 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1114 0.050740 10.0.0.249 - - [2025-07-10 02:18:25] "POST /access-control-lists HTTP/1.1" 200 598 0.077626 10.0.0.249 - - [2025-07-10 02:18:25] "POST /neutron/network HTTP/1.1" 200 1114 0.046761 10.0.0.249 - - [2025-07-10 02:18:25] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005902 10.0.0.249 - - [2025-07-10 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.249 - - [2025-07-10 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.012487 10.0.0.249 - - [2025-07-10 02:18:26] "GET /network-policy/464714f7-773b-46bb-baad-714763ea0349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003879 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domains HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-07-10 02:18:26] "PUT /access-control-list/4654c3da-3cb7-4992-a531-497359832fd5 HTTP/1.1" 200 273 0.057162 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domains HTTP/1.1" 200 281 0.023160 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.007950 10.0.0.249 - - [2025-07-10 02:18:26] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.249 - - [2025-07-10 02:18:26] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 2632 0.073259 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c HTTP/1.1" 200 3513 0.006748 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c HTTP/1.1" 200 3513 0.004367 10.0.0.249 - - [2025-07-10 02:18:26] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 200 1797 0.003893 10.0.0.249 - - [2025-07-10 02:18:26] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 200 1797 0.002802 10.0.0.249 - - [2025-07-10 02:18:26] "GET /route-target/38f992ef-ffac-4932-9e06-8b7d02dc66b4 HTTP/1.1" 200 1214 0.002706 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c HTTP/1.1" 200 3513 0.004513 10.0.0.249 - - [2025-07-10 02:18:26] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 200 1797 0.002738 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004216 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c HTTP/1.1" 200 3513 0.004565 10.0.0.249 - - [2025-07-10 02:18:26] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 200 1797 0.003362 10.0.0.249 - - [2025-07-10 02:18:26] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 200 1797 0.003627 10.0.0.249 - - [2025-07-10 02:18:26] "GET /route-target/38f992ef-ffac-4932-9e06-8b7d02dc66b4 HTTP/1.1" 200 1214 0.002865 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domains HTTP/1.1" 200 281 0.002581 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.249 - - [2025-07-10 02:18:26] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.006799 10.0.0.249 - - [2025-07-10 02:18:26] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.249 - - [2025-07-10 02:18:26] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 2632 0.067308 10.0.0.249 - - [2025-07-10 02:18:26] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c HTTP/1.1" 200 3513 0.004931 10.0.0.249 - - [2025-07-10 02:18:27] "GET /obj-perms HTTP/1.1" 200 5065 0.043324 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains HTTP/1.1" 200 281 0.002471 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.006376 10.0.0.249 - - [2025-07-10 02:18:27] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.249 - - [2025-07-10 02:18:27] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 2632 0.066496 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760 HTTP/1.1" 200 3510 0.005932 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760 HTTP/1.1" 200 3510 0.004290 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 200 1799 0.003273 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 200 1799 0.002908 10.0.0.249 - - [2025-07-10 02:18:27] "GET /route-target/a0a70af6-743e-4e02-9f70-4f7e96619255 HTTP/1.1" 200 1215 0.002515 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760 HTTP/1.1" 200 3510 0.004316 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 200 1799 0.002605 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004375 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760 HTTP/1.1" 200 3510 0.004983 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 200 1799 0.003186 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 200 1799 0.003168 10.0.0.249 - - [2025-07-10 02:18:27] "GET /route-target/a0a70af6-743e-4e02-9f70-4f7e96619255 HTTP/1.1" 200 1215 0.002920 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains HTTP/1.1" 200 281 0.002025 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.006084 10.0.0.249 - - [2025-07-10 02:18:27] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.249 - - [2025-07-10 02:18:27] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 2632 0.069839 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760 HTTP/1.1" 200 3510 0.004242 10.0.0.249 - - [2025-07-10 02:18:27] "GET /obj-perms HTTP/1.1" 200 5065 0.002666 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005199 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1114 0.006384 10.0.0.249 - - [2025-07-10 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004772 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1006 0.051633 10.0.0.249 - - [2025-07-10 02:18:27] "DELETE /access-control-list/b60696f7-fdd9-43d5-a7eb-9db5d813960f HTTP/1.1" 200 115 0.037412 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1006 0.007221 10.0.0.249 - - [2025-07-10 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.015384 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/5a43b613-d052-4935-a8aa-349379dfe760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009507 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004347 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1115 0.006657 10.0.0.249 - - [2025-07-10 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/0fbf9256-d76e-4743-889f-3b05642c13b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004919 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1007 0.043704 10.0.0.249 - - [2025-07-10 02:18:27] "DELETE /access-control-list/4654c3da-3cb7-4992-a531-497359832fd5 HTTP/1.1" 200 115 0.030663 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1007 0.008755 10.0.0.249 - - [2025-07-10 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.012063 10.0.0.249 - - [2025-07-10 02:18:27] "GET /virtual-network/6dcbea16-611c-4ba7-91b6-c676b3f00b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006492 10.0.0.249 - - [2025-07-10 02:18:27] "DELETE /network-policy/464714f7-773b-46bb-baad-714763ea0349 HTTP/1.1" 200 115 0.023259 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 1006 0.006707 10.0.0.249 - - [2025-07-10 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001945 10.0.0.249 - - [2025-07-10 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.249 - - [2025-07-10 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2025-07-10 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001516 10.0.0.249 - - [2025-07-10 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002756 10.0.0.249 - - [2025-07-10 02:18:27] "POST /neutron/network HTTP/1.1" 200 151 0.122176 10.0.0.249 - - [2025-07-10 02:18:27] "DELETE /route-target/a0a70af6-743e-4e02-9f70-4f7e96619255 HTTP/1.1" 200 115 0.066191 10.0.0.249 - - [2025-07-10 02:18:27] "GET /routing-instance/33a33100-3ea5-40c4-bb4c-55371609e733 HTTP/1.1" 404 171 0.003347 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains HTTP/1.1" 200 281 0.002544 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.249 - - [2025-07-10 02:18:27] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.054696 10.0.0.249 - - [2025-07-10 02:18:27] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.249 - - [2025-07-10 02:18:27] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 2150 0.068529 10.0.0.249 - - [2025-07-10 02:18:28] "POST /neutron/network HTTP/1.1" 200 1007 0.006871 10.0.0.249 - - [2025-07-10 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004594 10.0.0.249 - - [2025-07-10 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.249 - - [2025-07-10 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003966 10.0.0.249 - - [2025-07-10 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.249 - - [2025-07-10 02:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001523 10.0.0.249 - - [2025-07-10 02:18:28] "POST /neutron/network HTTP/1.1" 200 151 0.092633 10.0.0.249 - - [2025-07-10 02:18:28] "DELETE /route-target/38f992ef-ffac-4932-9e06-8b7d02dc66b4 HTTP/1.1" 200 115 0.025239 10.0.0.249 - - [2025-07-10 02:18:28] "GET /routing-instance/00e1e9f6-6b7f-4304-941c-f4c385ce82ab HTTP/1.1" 404 171 0.002014 10.0.0.249 - - [2025-07-10 02:18:28] "GET /domains HTTP/1.1" 200 281 0.005488 10.0.0.249 - - [2025-07-10 02:18:28] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.249 - - [2025-07-10 02:18:28] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2782 0.049854 10.0.0.249 - - [2025-07-10 02:18:28] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001490 10.0.0.249 - - [2025-07-10 02:18:28] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 1904 0.066867 10.0.0.249 - - [2025-07-10 02:18:28] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.249 - - [2025-07-10 02:18:28] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.026037 10.0.0.249 - - [2025-07-10 02:18:28] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.249 - - [2025-07-10 02:18:28] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?fields=virtual_networks HTTP/1.1" 200 1049 0.067564 10.0.0.249 - - [2025-07-10 02:18:28] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.249 - - [2025-07-10 02:18:28] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.030371 10.0.0.249 - - [2025-07-10 02:18:28] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.249 - - [2025-07-10 02:18:28] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?fields=security_groups HTTP/1.1" 200 1284 0.032645 10.0.0.249 - - [2025-07-10 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.020682 10.0.0.249 - - [2025-07-10 02:18:29] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002212 10.0.0.249 - - [2025-07-10 02:18:29] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.249 - - [2025-07-10 02:18:29] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007156 10.0.0.249 - - [2025-07-10 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.001122 10.0.0.249 - - [2025-07-10 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.002846 10.0.0.249 - - [2025-07-10 02:18:29] "POST /security-groups HTTP/1.1" 200 593 0.059708 10.0.0.249 - - [2025-07-10 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.002388 10.0.0.249 - - [2025-07-10 02:18:29] "POST /projects HTTP/1.1" 200 589 0.208244 10.0.0.249 - - [2025-07-10 02:18:29] "POST /access-control-lists HTTP/1.1" 200 600 0.062685 10.0.0.249 - - [2025-07-10 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.274986 10.0.0.249 - - [2025-07-10 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.002527 10.0.0.249 - - [2025-07-10 02:18:30] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.390970 10.0.0.249 - - [2025-07-10 02:18:30] "POST /access-control-lists HTTP/1.1" 200 598 0.056036 10.0.0.249 - - [2025-07-10 02:18:31] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.249 - - [2025-07-10 02:18:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.249 - - [2025-07-10 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.052582 10.0.0.249 - - [2025-07-10 02:18:32] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001525 10.0.0.249 - - [2025-07-10 02:18:32] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031819 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.027514 10.0.0.249 - - [2025-07-10 02:18:32] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001374 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 607 0.060796 10.0.0.249 - - [2025-07-10 02:18:32] "POST /route-targets HTTP/1.1" 200 328 0.010765 10.0.0.249 - - [2025-07-10 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.249 - - [2025-07-10 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009430 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.190826 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 828 0.006744 10.0.0.249 - - [2025-07-10 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001593 10.0.0.249 - - [2025-07-10 02:18:32] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005666 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 828 0.006137 10.0.0.249 - - [2025-07-10 02:18:32] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004658 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 828 0.006120 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.007549 10.0.0.249 - - [2025-07-10 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002352 10.0.0.249 - - [2025-07-10 02:18:32] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.249 - - [2025-07-10 02:18:32] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025628 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.008710 10.0.0.249 - - [2025-07-10 02:18:32] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001347 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 607 0.056023 10.0.0.249 - - [2025-07-10 02:18:32] "POST /route-targets HTTP/1.1" 200 328 0.009661 10.0.0.249 - - [2025-07-10 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.009367 10.0.0.249 - - [2025-07-10 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.127415 10.0.0.249 - - [2025-07-10 02:18:32] "POST /neutron/network HTTP/1.1" 200 827 0.004971 10.0.0.249 - - [2025-07-10 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001099 10.0.0.249 - - [2025-07-10 02:18:32] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005103 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 827 0.005785 10.0.0.249 - - [2025-07-10 02:18:33] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005081 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 827 0.005682 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.006387 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002008 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.249 - - [2025-07-10 02:18:33] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.249 - - [2025-07-10 02:18:33] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025281 10.0.0.249 - - [2025-07-10 02:18:33] "POST /network-policys HTTP/1.1" 200 573 0.017901 10.0.0.249 - - [2025-07-10 02:18:33] "GET /network-policy/bc12495b-679f-4fd0-a9fe-e58031db357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004838 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 828 0.005548 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.004167 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 930 0.041566 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 930 0.043492 10.0.0.249 - - [2025-07-10 02:18:33] "POST /access-control-lists HTTP/1.1" 200 592 0.065960 10.0.0.249 - - [2025-07-10 02:18:33] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004698 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002216 10.0.0.249 - - [2025-07-10 02:18:33] "GET /network-policy/bc12495b-679f-4fd0-a9fe-e58031db357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003671 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 827 0.007114 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.004971 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 929 0.043499 10.0.0.249 - - [2025-07-10 02:18:33] "POST /neutron/network HTTP/1.1" 200 929 0.039852 10.0.0.249 - - [2025-07-10 02:18:33] "POST /access-control-lists HTTP/1.1" 200 592 0.064670 10.0.0.249 - - [2025-07-10 02:18:33] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005293 10.0.0.249 - - [2025-07-10 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.249 - - [2025-07-10 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.249 - - [2025-07-10 02:18:33] "GET /network-policy/bc12495b-679f-4fd0-a9fe-e58031db357c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004189 10.0.0.249 - - [2025-07-10 02:18:33] "GET /domains HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-07-10 02:18:33] "PUT /access-control-list/d3972954-9e1d-4f93-a7d5-25c3822ffb05 HTTP/1.1" 200 273 0.053758 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains HTTP/1.1" 200 281 0.022581 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.007879 10.0.0.249 - - [2025-07-10 02:18:34] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.249 - - [2025-07-10 02:18:34] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 2578 0.074612 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5 HTTP/1.1" 200 2902 0.006481 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5 HTTP/1.1" 200 2902 0.004716 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 200 1788 0.003162 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 200 1788 0.002923 10.0.0.249 - - [2025-07-10 02:18:34] "GET /route-target/a21e8de5-8785-4576-b6fc-c40a4632e039 HTTP/1.1" 200 1209 0.002860 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5 HTTP/1.1" 200 2902 0.004355 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 200 1788 0.003834 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005126 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5 HTTP/1.1" 200 2902 0.004517 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 200 1788 0.003126 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 200 1788 0.002886 10.0.0.249 - - [2025-07-10 02:18:34] "GET /route-target/a21e8de5-8785-4576-b6fc-c40a4632e039 HTTP/1.1" 200 1209 0.002445 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains HTTP/1.1" 200 281 0.002490 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002761 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.008372 10.0.0.249 - - [2025-07-10 02:18:34] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000951 10.0.0.249 - - [2025-07-10 02:18:34] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 2578 0.070116 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5 HTTP/1.1" 200 2902 0.005698 10.0.0.249 - - [2025-07-10 02:18:34] "GET /obj-perms HTTP/1.1" 200 5053 0.048874 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains HTTP/1.1" 200 281 0.002617 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.249 - - [2025-07-10 02:18:34] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.007419 10.0.0.249 - - [2025-07-10 02:18:34] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.249 - - [2025-07-10 02:18:34] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 2578 0.061589 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f HTTP/1.1" 200 2897 0.006154 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f HTTP/1.1" 200 2897 0.004429 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 200 1787 0.003179 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 200 1787 0.003355 10.0.0.249 - - [2025-07-10 02:18:34] "GET /route-target/06f64263-2ae4-461e-8cec-aef2dff6a69c HTTP/1.1" 200 1207 0.003083 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f HTTP/1.1" 200 2897 0.005015 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 200 1787 0.003204 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004368 10.0.0.249 - - [2025-07-10 02:18:34] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f HTTP/1.1" 200 2897 0.004325 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 200 1787 0.003198 10.0.0.249 - - [2025-07-10 02:18:34] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 200 1787 0.004212 10.0.0.249 - - [2025-07-10 02:18:34] "GET /route-target/06f64263-2ae4-461e-8cec-aef2dff6a69c HTTP/1.1" 200 1207 0.003376 10.0.0.249 - - [2025-07-10 02:18:35] "GET /domains HTTP/1.1" 200 281 0.002913 10.0.0.249 - - [2025-07-10 02:18:35] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.249 - - [2025-07-10 02:18:35] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.007712 10.0.0.249 - - [2025-07-10 02:18:35] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.249 - - [2025-07-10 02:18:35] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 2578 0.062350 10.0.0.249 - - [2025-07-10 02:18:35] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f HTTP/1.1" 200 2897 0.004385 10.0.0.249 - - [2025-07-10 02:18:35] "GET /obj-perms HTTP/1.1" 200 5053 0.002768 10.0.0.249 - - [2025-07-10 02:18:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001232 10.0.0.249 - - [2025-07-10 02:18:35] "POST /neutron/network HTTP/1.1" 200 940 0.006230 10.0.0.249 - - [2025-07-10 02:18:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-07-10 02:18:35] "GET / HTTP/1.1" 200 36215 0.001496 10.0.0.249 - - [2025-07-10 02:18:35] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-07-10 02:18:35] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001803 10.0.0.249 - - [2025-07-10 02:18:36] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.043769 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/network HTTP/1.1" 200 930 0.005060 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.005060 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.005023 10.0.0.249 - - [2025-07-10 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001184 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.004712 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/network HTTP/1.1" 200 939 0.005208 10.0.0.249 - - [2025-07-10 02:18:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000639 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/network HTTP/1.1" 200 940 0.005686 10.0.0.249 - - [2025-07-10 02:18:36] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001588 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 1064 0.209382 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 1064 0.008358 10.0.0.249 - - [2025-07-10 02:18:36] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 1064 0.009276 10.0.0.249 - - [2025-07-10 02:18:36] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000327 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 1118 0.060918 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 1092 0.009746 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003068 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.006420 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.001079 10.0.0.249 - - [2025-07-10 02:18:36] "POST /neutron/network HTTP/1.1" 200 930 0.005028 10.0.0.249 - - [2025-07-10 02:18:37] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.249 - - [2025-07-10 02:18:37] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059491 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/network HTTP/1.1" 200 929 0.005226 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 1092 0.019499 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010414 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.004856 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 1092 0.011697 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006818 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/network HTTP/1.1" 200 939 0.015855 10.0.0.249 - - [2025-07-10 02:18:37] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001097 10.0.0.249 - - [2025-07-10 02:18:37] "PUT /access-control-list/5cdde246-197a-4aea-ade0-6cb23aea2bcf HTTP/1.1" 200 273 0.067238 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 1063 0.309398 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 1063 0.019921 10.0.0.249 - - [2025-07-10 02:18:37] "POST /neutron/port HTTP/1.1" 200 1063 0.013983 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/port HTTP/1.1" 200 1117 0.058011 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/port HTTP/1.1" 200 1091 0.012849 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004061 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.006920 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.249 - - [2025-07-10 02:18:38] "POST /neutron/network HTTP/1.1" 200 929 0.004737 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/port HTTP/1.1" 200 1092 0.011317 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006973 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/port HTTP/1.1" 200 1092 0.012571 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005672 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/port HTTP/1.1" 200 1092 0.010233 10.0.0.249 - - [2025-07-10 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006726 10.0.0.249 - - [2025-07-10 02:18:42] "GET /virtual-machine/5a10e16e-0bac-45c1-b4ba-b19a0533637d HTTP/1.1" 200 1296 0.004571 10.0.0.249 - - [2025-07-10 02:18:42] "GET /virtual-machine-interface/f4a2950a-8e47-46e4-b9c4-4898275c4015 HTTP/1.1" 200 2958 0.005685 10.0.0.249 - - [2025-07-10 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.249 - - [2025-07-10 02:18:42] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003556 10.0.0.249 - - [2025-07-10 02:18:42] "GET /virtual-networks?parent_id=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003411 10.0.0.249 - - [2025-07-10 02:18:42] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005095 10.0.0.249 - - [2025-07-10 02:18:45] "POST /neutron/port HTTP/1.1" 200 1092 0.010969 10.0.0.249 - - [2025-07-10 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005291 10.0.0.249 - - [2025-07-10 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.249 - - [2025-07-10 02:18:45] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004975 10.0.0.249 - - [2025-07-10 02:18:46] "POST /neutron/port HTTP/1.1" 200 1091 0.012040 10.0.0.249 - - [2025-07-10 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005398 10.0.0.249 - - [2025-07-10 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.249 - - [2025-07-10 02:18:48] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002683 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-networks?parent_id=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002890 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004962 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/port HTTP/1.1" 200 1091 0.009950 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005384 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/port HTTP/1.1" 200 1091 0.010031 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005222 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/port HTTP/1.1" 200 1091 0.010358 10.0.0.249 - - [2025-07-10 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005761 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-machine/b07b78cf-f22d-4e53-a95d-f96f73588664 HTTP/1.1" 200 1297 0.004067 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-machine-interface/336c1c7e-eb4a-4e06-b436-630462b50a27 HTTP/1.1" 200 2957 0.004597 10.0.0.249 - - [2025-07-10 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.249 - - [2025-07-10 02:18:48] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002724 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-networks?parent_id=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002695 10.0.0.249 - - [2025-07-10 02:18:48] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004888 10.0.0.249 - - [2025-07-10 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.249 - - [2025-07-10 02:18:49] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002923 10.0.0.249 - - [2025-07-10 02:18:49] "GET /virtual-networks?parent_id=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003562 10.0.0.249 - - [2025-07-10 02:18:49] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005075 10.0.0.249 - - [2025-07-10 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.249 - - [2025-07-10 02:18:54] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001327 10.0.0.249 - - [2025-07-10 02:18:54] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027443 10.0.0.249 - - [2025-07-10 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.249 - - [2025-07-10 02:18:54] "PUT /network-policy/bc12495b-679f-4fd0-a9fe-e58031db357c HTTP/1.1" 200 263 0.010437 10.0.0.249 - - [2025-07-10 02:18:54] "PUT /access-control-list/5cdde246-197a-4aea-ade0-6cb23aea2bcf HTTP/1.1" 200 273 0.054574 10.0.0.249 - - [2025-07-10 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.011552 10.0.0.249 - - [2025-07-10 02:18:54] "PUT /access-control-list/d3972954-9e1d-4f93-a7d5-25c3822ffb05 HTTP/1.1" 200 273 0.053902 10.0.0.249 - - [2025-07-10 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.010743 10.0.0.249 - - [2025-07-10 02:18:57] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005208 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 929 0.005755 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.042027 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.010548 10.0.0.249 - - [2025-07-10 02:18:57] "DELETE /access-control-list/5cdde246-197a-4aea-ade0-6cb23aea2bcf HTTP/1.1" 200 115 0.039008 10.0.0.249 - - [2025-07-10 02:18:57] "GET /virtual-network/0a0d50d0-0205-451d-86f8-42b27d50aa3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006312 10.0.0.249 - - [2025-07-10 02:18:57] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.004636 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 930 0.005944 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 828 0.059822 10.0.0.249 - - [2025-07-10 02:18:57] "DELETE /access-control-list/d3972954-9e1d-4f93-a7d5-25c3822ffb05 HTTP/1.1" 200 115 0.051787 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 828 0.006763 10.0.0.249 - - [2025-07-10 02:18:57] "GET /virtual-network/d97cbc38-9b06-4a1c-8161-bc592c9f30a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006532 10.0.0.249 - - [2025-07-10 02:18:57] "DELETE /network-policy/bc12495b-679f-4fd0-a9fe-e58031db357c HTTP/1.1" 200 115 0.028267 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 200 827 0.005485 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/network HTTP/1.1" 400 204 0.009089 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/port HTTP/1.1" 200 1091 0.010360 10.0.0.249 - - [2025-07-10 02:18:57] "POST /neutron/port HTTP/1.1" 200 1117 0.008075 10.0.0.249 - - [2025-07-10 02:18:58] "POST /neutron/port HTTP/1.1" 200 151 0.113687 10.0.0.249 - - [2025-07-10 02:18:58] "POST /neutron/port HTTP/1.1" 200 1092 0.014050 10.0.0.249 - - [2025-07-10 02:18:58] "POST /neutron/port HTTP/1.1" 200 1118 0.009154 10.0.0.249 - - [2025-07-10 02:18:58] "POST /neutron/port HTTP/1.1" 200 151 0.095847 10.0.0.249 - - [2025-07-10 02:18:59] "POST /neutron/network HTTP/1.1" 200 827 0.006031 10.0.0.249 - - [2025-07-10 02:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003436 10.0.0.249 - - [2025-07-10 02:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.249 - - [2025-07-10 02:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002609 10.0.0.249 - - [2025-07-10 02:18:59] "POST /neutron/network HTTP/1.1" 200 151 0.074050 10.0.0.249 - - [2025-07-10 02:18:59] "GET /routing-instance/741afcee-4695-40ba-ba51-1eafe07c7b50 HTTP/1.1" 404 171 0.002108 10.0.0.249 - - [2025-07-10 02:18:59] "GET /domains HTTP/1.1" 200 281 0.001985 10.0.0.249 - - [2025-07-10 02:18:59] "DELETE /route-target/06f64263-2ae4-461e-8cec-aef2dff6a69c HTTP/1.1" 200 115 0.020857 10.0.0.249 - - [2025-07-10 02:18:59] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.249 - - [2025-07-10 02:19:00] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.047289 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001450 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 2108 0.066765 10.0.0.249 - - [2025-07-10 02:19:00] "POST /neutron/network HTTP/1.1" 200 828 0.005352 10.0.0.249 - - [2025-07-10 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.249 - - [2025-07-10 02:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002137 10.0.0.249 - - [2025-07-10 02:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002991 10.0.0.249 - - [2025-07-10 02:19:00] "POST /neutron/network HTTP/1.1" 200 151 0.082463 10.0.0.249 - - [2025-07-10 02:19:00] "GET /routing-instance/e4f27ab6-4c7e-4480-9b32-3595659f5c3b HTTP/1.1" 404 171 0.011228 10.0.0.249 - - [2025-07-10 02:19:00] "DELETE /route-target/a21e8de5-8785-4576-b6fc-c40a4632e039 HTTP/1.1" 200 115 0.028509 10.0.0.249 - - [2025-07-10 02:19:00] "GET /domains HTTP/1.1" 200 281 0.006501 10.0.0.249 - - [2025-07-10 02:19:00] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.249 - - [2025-07-10 02:19:00] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.053483 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 1868 0.066244 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.032468 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001042 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645?fields=virtual_networks HTTP/1.1" 200 1037 0.073139 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001372 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.029512 10.0.0.249 - - [2025-07-10 02:19:00] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.249 - - [2025-07-10 02:19:00] "GET /project/89094b35-594c-4499-a35d-3c8170164645?fields=security_groups HTTP/1.1" 200 1266 0.032764 10.0.0.249 - - [2025-07-10 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.025156 10.0.0.249 - - [2025-07-10 02:19:01] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003198 10.0.0.249 - - [2025-07-10 02:19:01] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.249 - - [2025-07-10 02:19:01] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008355 10.0.0.249 - - [2025-07-10 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.004165 10.0.0.249 - - [2025-07-10 02:19:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.003348 10.0.0.249 - - [2025-07-10 02:19:01] "POST /security-groups HTTP/1.1" 200 589 0.064587 10.0.0.249 - - [2025-07-10 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.002578 10.0.0.249 - - [2025-07-10 02:19:02] "POST /projects HTTP/1.1" 200 581 0.224575 10.0.0.249 - - [2025-07-10 02:19:02] "POST /access-control-lists HTTP/1.1" 200 596 0.057797 10.0.0.249 - - [2025-07-10 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.299357 10.0.0.249 - - [2025-07-10 02:19:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.002649 10.0.0.249 - - [2025-07-10 02:19:02] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.421323 10.0.0.249 - - [2025-07-10 02:19:02] "POST /access-control-lists HTTP/1.1" 200 594 0.059647 10.0.0.249 - - [2025-07-10 02:19:03] "GET / HTTP/1.1" 200 36215 0.001953 10.0.0.249 - - [2025-07-10 02:19:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000490 10.0.0.249 - - [2025-07-10 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.047188 10.0.0.249 - - [2025-07-10 02:19:04] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.249 - - [2025-07-10 02:19:04] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025319 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/network HTTP/1.1" 200 117 0.029853 10.0.0.249 - - [2025-07-10 02:19:04] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/network HTTP/1.1" 200 613 0.064766 10.0.0.249 - - [2025-07-10 02:19:04] "POST /route-targets HTTP/1.1" 200 328 0.010606 10.0.0.249 - - [2025-07-10 02:19:04] "POST /ref-update HTTP/1.1" 200 156 0.013795 10.0.0.249 - - [2025-07-10 02:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005159 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.160435 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/network HTTP/1.1" 200 832 0.005448 10.0.0.249 - - [2025-07-10 02:19:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001298 10.0.0.249 - - [2025-07-10 02:19:04] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004808 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/network HTTP/1.1" 200 832 0.005550 10.0.0.249 - - [2025-07-10 02:19:04] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005463 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/network HTTP/1.1" 200 832 0.005636 10.0.0.249 - - [2025-07-10 02:19:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.006824 10.0.0.249 - - [2025-07-10 02:19:04] "GET /domains HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-07-10 02:19:04] "GET /domains HTTP/1.1" 200 281 0.027621 10.0.0.249 - - [2025-07-10 02:19:04] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2025-07-10 02:19:04] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.008394 10.0.0.249 - - [2025-07-10 02:19:05] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001524 10.0.0.249 - - [2025-07-10 02:19:05] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2086 0.069318 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c HTTP/1.1" 200 2321 0.007647 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c HTTP/1.1" 200 2321 0.006011 10.0.0.249 - - [2025-07-10 02:19:05] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 200 1497 0.004315 10.0.0.249 - - [2025-07-10 02:19:05] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 200 1497 0.002986 10.0.0.249 - - [2025-07-10 02:19:05] "GET /route-target/5e5b1cf9-5497-4ed9-a1fa-75956fc6c4c6 HTTP/1.1" 200 1214 0.003134 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c HTTP/1.1" 200 2321 0.005689 10.0.0.249 - - [2025-07-10 02:19:05] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 200 1497 0.004746 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005862 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c HTTP/1.1" 200 2321 0.006221 10.0.0.249 - - [2025-07-10 02:19:05] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 200 1497 0.004472 10.0.0.249 - - [2025-07-10 02:19:05] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 200 1497 0.003926 10.0.0.249 - - [2025-07-10 02:19:05] "GET /route-target/5e5b1cf9-5497-4ed9-a1fa-75956fc6c4c6 HTTP/1.1" 200 1214 0.003354 10.0.0.249 - - [2025-07-10 02:19:05] "GET /domains HTTP/1.1" 200 281 0.002554 10.0.0.249 - - [2025-07-10 02:19:05] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.249 - - [2025-07-10 02:19:05] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.007741 10.0.0.249 - - [2025-07-10 02:19:05] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.249 - - [2025-07-10 02:19:05] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2086 0.068196 10.0.0.249 - - [2025-07-10 02:19:05] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c HTTP/1.1" 200 2321 0.004558 10.0.0.249 - - [2025-07-10 02:19:05] "GET /obj-perms HTTP/1.1" 200 5045 0.042349 10.0.0.249 - - [2025-07-10 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.249 - - [2025-07-10 02:19:05] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.249 - - [2025-07-10 02:19:05] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023238 10.0.0.249 - - [2025-07-10 02:19:05] "POST /neutron/network HTTP/1.1" 200 117 0.008409 10.0.0.249 - - [2025-07-10 02:19:05] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.249 - - [2025-07-10 02:19:05] "POST /neutron/network HTTP/1.1" 200 613 0.053903 10.0.0.249 - - [2025-07-10 02:19:05] "POST /route-targets HTTP/1.1" 200 328 0.011514 10.0.0.249 - - [2025-07-10 02:19:05] "POST /ref-update HTTP/1.1" 200 156 0.013519 10.0.0.249 - - [2025-07-10 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004043 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.202902 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 831 0.004878 10.0.0.249 - - [2025-07-10 02:19:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001145 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004420 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 831 0.005246 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004302 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 831 0.006978 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.006757 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domains HTTP/1.1" 200 281 0.002794 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.006691 10.0.0.249 - - [2025-07-10 02:19:06] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000936 10.0.0.249 - - [2025-07-10 02:19:06] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2305 0.062290 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8 HTTP/1.1" 200 2317 0.005504 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8 HTTP/1.1" 200 2317 0.005132 10.0.0.249 - - [2025-07-10 02:19:06] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 200 1495 0.003516 10.0.0.249 - - [2025-07-10 02:19:06] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 200 1495 0.003068 10.0.0.249 - - [2025-07-10 02:19:06] "GET /route-target/57f5526f-cdae-4960-ab90-92f5eff56fd3 HTTP/1.1" 200 1214 0.002620 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8 HTTP/1.1" 200 2317 0.004289 10.0.0.249 - - [2025-07-10 02:19:06] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 200 1495 0.003003 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006529 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8 HTTP/1.1" 200 2317 0.005318 10.0.0.249 - - [2025-07-10 02:19:06] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 200 1495 0.004926 10.0.0.249 - - [2025-07-10 02:19:06] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 200 1495 0.003930 10.0.0.249 - - [2025-07-10 02:19:06] "GET /route-target/57f5526f-cdae-4960-ab90-92f5eff56fd3 HTTP/1.1" 200 1214 0.002927 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domains HTTP/1.1" 200 281 0.003376 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.249 - - [2025-07-10 02:19:06] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.007149 10.0.0.249 - - [2025-07-10 02:19:06] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.249 - - [2025-07-10 02:19:06] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2305 0.067424 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8 HTTP/1.1" 200 2317 0.005052 10.0.0.249 - - [2025-07-10 02:19:06] "GET /obj-perms HTTP/1.1" 200 5045 0.003856 10.0.0.249 - - [2025-07-10 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.249 - - [2025-07-10 02:19:06] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.249 - - [2025-07-10 02:19:06] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023495 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 117 0.009679 10.0.0.249 - - [2025-07-10 02:19:06] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 615 0.063649 10.0.0.249 - - [2025-07-10 02:19:06] "POST /route-targets HTTP/1.1" 200 328 0.009609 10.0.0.249 - - [2025-07-10 02:19:06] "POST /ref-update HTTP/1.1" 200 156 0.013158 10.0.0.249 - - [2025-07-10 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003303 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.177824 10.0.0.249 - - [2025-07-10 02:19:06] "POST /neutron/network HTTP/1.1" 200 834 0.005234 10.0.0.249 - - [2025-07-10 02:19:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001142 10.0.0.249 - - [2025-07-10 02:19:06] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004423 10.0.0.249 - - [2025-07-10 02:19:07] "POST /neutron/network HTTP/1.1" 200 834 0.005121 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006967 10.0.0.249 - - [2025-07-10 02:19:07] "POST /neutron/network HTTP/1.1" 200 834 0.005264 10.0.0.249 - - [2025-07-10 02:19:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.006248 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domains HTTP/1.1" 200 281 0.002319 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.006304 10.0.0.249 - - [2025-07-10 02:19:07] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.249 - - [2025-07-10 02:19:07] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2525 0.064146 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106 HTTP/1.1" 200 2327 0.005559 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106 HTTP/1.1" 200 2327 0.004331 10.0.0.249 - - [2025-07-10 02:19:07] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 200 1500 0.004230 10.0.0.249 - - [2025-07-10 02:19:07] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 200 1500 0.002867 10.0.0.249 - - [2025-07-10 02:19:07] "GET /route-target/5a306f3a-8b99-41d4-8d15-b037cd4bd07f HTTP/1.1" 200 1216 0.002973 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106 HTTP/1.1" 200 2327 0.004690 10.0.0.249 - - [2025-07-10 02:19:07] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 200 1500 0.003678 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008014 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106 HTTP/1.1" 200 2327 0.004849 10.0.0.249 - - [2025-07-10 02:19:07] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 200 1500 0.003269 10.0.0.249 - - [2025-07-10 02:19:07] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 200 1500 0.003549 10.0.0.249 - - [2025-07-10 02:19:07] "GET /route-target/5a306f3a-8b99-41d4-8d15-b037cd4bd07f HTTP/1.1" 200 1216 0.002977 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domains HTTP/1.1" 200 281 0.002669 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.249 - - [2025-07-10 02:19:07] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 3156 0.007103 10.0.0.249 - - [2025-07-10 02:19:07] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.249 - - [2025-07-10 02:19:07] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2525 0.075445 10.0.0.249 - - [2025-07-10 02:19:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106 HTTP/1.1" 200 2327 0.006115 10.0.0.249 - - [2025-07-10 02:19:07] "GET /obj-perms HTTP/1.1" 200 5045 0.004303 10.0.0.249 - - [2025-07-10 02:19:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001305 10.0.0.249 - - [2025-07-10 02:19:07] "POST /neutron/network HTTP/1.1" 200 841 0.005297 10.0.0.249 - - [2025-07-10 02:19:07] "GET /aaa-mode HTTP/1.1" 401 293 0.000437 10.0.0.249 - - [2025-07-10 02:19:07] "GET / HTTP/1.1" 200 36215 0.002804 10.0.0.249 - - [2025-07-10 02:19:07] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000376 10.0.0.249 - - [2025-07-10 02:19:08] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.249 - - [2025-07-10 02:19:08] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046559 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/network HTTP/1.1" 200 831 0.006327 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.004605 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.004619 10.0.0.249 - - [2025-07-10 02:19:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001219 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/network HTTP/1.1" 200 844 0.005322 10.0.0.249 - - [2025-07-10 02:19:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-07-10 02:19:08] "POST /neutron/network HTTP/1.1" 200 841 0.006814 10.0.0.249 - - [2025-07-10 02:19:08] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.249 - - [2025-07-10 02:19:08] "GET / HTTP/1.1" 200 36215 0.003173 10.0.0.249 - - [2025-07-10 02:19:08] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1057 0.231390 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1057 0.008912 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1057 0.014290 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1111 0.072103 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1085 0.011608 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003051 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/subnet HTTP/1.1" 200 693 0.006439 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/network HTTP/1.1" 200 831 0.005005 10.0.0.249 - - [2025-07-10 02:19:09] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.249 - - [2025-07-10 02:19:09] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.053949 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/network HTTP/1.1" 200 834 0.006902 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 1085 0.036765 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007257 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.004765 10.0.0.249 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003970 10.0.0.249 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.249 - - [2025-07-10 02:19:09] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.249 - - [2025-07-10 02:19:09] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007621 10.0.0.249 - - [2025-07-10 02:19:09] "POST /service-templates HTTP/1.1" 200 545 0.040719 10.0.0.249 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.249 - - [2025-07-10 02:19:09] "GET /service-template/a52fc5a9-38e3-4003-abc9-77d8933546b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004418 10.0.0.249 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.249 - - [2025-07-10 02:19:09] "POST /neutron/network HTTP/1.1" 200 844 0.006601 10.0.0.249 - - [2025-07-10 02:19:09] "GET /service-template/a52fc5a9-38e3-4003-abc9-77d8933546b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003791 10.0.0.249 - - [2025-07-10 02:19:09] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.249 - - [2025-07-10 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.002036 10.0.0.249 - - [2025-07-10 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001796 10.0.0.249 - - [2025-07-10 02:19:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001529 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 1058 0.234281 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 1058 0.011111 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 1058 0.009175 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 2001 0.032455 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009543 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 1112 0.082786 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 1086 0.011925 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.011989 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/network HTTP/1.1" 200 834 0.006746 10.0.0.249 - - [2025-07-10 02:19:10] "POST /neutron/network HTTP/1.1" 200 2222 0.016141 10.0.0.249 - - [2025-07-10 02:19:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-07-10 02:19:11] "GET / HTTP/1.1" 200 36215 0.001766 10.0.0.249 - - [2025-07-10 02:19:11] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2025-07-10 02:19:11] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001770 10.0.0.249 - - [2025-07-10 02:19:11] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.091871 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/network HTTP/1.1" 200 832 0.005215 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/network HTTP/1.1" 200 831 0.005253 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/network HTTP/1.1" 200 834 0.005243 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/port HTTP/1.1" 200 2055 0.021162 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005898 10.0.0.249 - - [2025-07-10 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.004347 10.0.0.249 - - [2025-07-10 02:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.005164 10.0.0.249 - - [2025-07-10 02:19:12] "POST /neutron/network HTTP/1.1" 200 2222 0.011440 10.0.0.249 - - [2025-07-10 02:19:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002043 10.0.0.249 - - [2025-07-10 02:19:12] "POST /neutron/port HTTP/1.1" 200 1058 0.257488 10.0.0.249 - - [2025-07-10 02:19:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002008 10.0.0.249 - - [2025-07-10 02:19:12] "POST /neutron/port HTTP/1.1" 200 1057 0.238393 10.0.0.249 - - [2025-07-10 02:19:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1058 0.226237 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1058 0.009182 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008497 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1112 0.069920 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1057 0.013144 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1057 0.008926 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1111 0.082169 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008954 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1058 0.013659 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1112 0.078019 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 3024 0.018768 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003476 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.007369 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/network HTTP/1.1" 200 832 0.005748 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003194 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.009743 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/network HTTP/1.1" 200 831 0.005915 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003649 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.008288 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001872 10.0.0.249 - - [2025-07-10 02:19:13] "POST /neutron/network HTTP/1.1" 200 834 0.006297 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/port HTTP/1.1" 200 3024 0.065475 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/956b69c9114b4aae96cbfe8c6d1d1093 HTTP/1.1" 404 173 0.017261 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/2f95d221cf534df0a57a64e7be1b6a9b HTTP/1.1" 404 173 0.016427 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/89094b35594c4499a35d3c8170164645 HTTP/1.1" 404 173 0.011263 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002548 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001640 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020933 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.074616 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/89094b35-594c-4499-a35d-3c8170164645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.068910 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.081387 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000832 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/port HTTP/1.1" 200 3024 0.042929 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021508 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?fields=security_groups HTTP/1.1" 200 1371 0.092550 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/89094b35-594c-4499-a35d-3c8170164645?fields=security_groups HTTP/1.1" 200 1368 0.096768 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?fields=security_groups HTTP/1.1" 200 1386 0.100718 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/port HTTP/1.1" 200 3024 0.038624 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021266 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /security-group/412e2b36-87a4-4b12-98fe-6278fc8b2950 HTTP/1.1" 200 115 0.122221 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=69eb5bc1-0ed2-4630-ac0d-e7f2e3339807&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001029 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/b9d7df62-ea06-4e2d-bc06-1b17b75805b4 HTTP/1.1" 200 115 0.085130 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /security-group/1a12ee00-c4a5-4ef4-a6f0-92500a11c72d HTTP/1.1" 200 115 0.131820 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /security-group/4de09f74-6a2e-4497-9390-42a4de3017f1 HTTP/1.1" 200 115 0.139020 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=89094b35-594c-4499-a35d-3c8170164645&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001868 10.0.0.249 - - [2025-07-10 02:19:17] "GET /projects?obj_uuids=2f95d221-cf53-4df0-a57a-64e7be1b6a9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001766 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807?fields=application_policy_sets HTTP/1.1" 200 1410 0.080050 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/port HTTP/1.1" 200 3024 0.052687 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/6da79617-6d5d-491e-86a5-c93bcef431a7 HTTP/1.1" 200 115 0.102530 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010895 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b?fields=application_policy_sets HTTP/1.1" 200 1425 0.120100 10.0.0.249 - - [2025-07-10 02:19:17] "GET /project/89094b35-594c-4499-a35d-3c8170164645?fields=application_policy_sets HTTP/1.1" 200 1407 0.143687 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/ab8224ff-4500-4aed-8fd4-4aba2bb83dd3 HTTP/1.1" 200 115 0.113231 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/port HTTP/1.1" 200 3024 0.053957 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/e789301f-2e15-4532-92be-2e5d7e2a026d HTTP/1.1" 200 115 0.047054 10.0.0.249 - - [2025-07-10 02:19:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.051500 10.0.0.249 - - [2025-07-10 02:19:17] "GET /virtual-machine/0d0e436c-279d-483b-a3d7-c4567c2700c9 HTTP/1.1" 200 1805 0.004791 10.0.0.249 - - [2025-07-10 02:19:17] "GET /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd HTTP/1.1" 200 2952 0.005903 10.0.0.249 - - [2025-07-10 02:19:17] "GET /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6 HTTP/1.1" 200 2956 0.007291 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/84edb852-7e69-4c35-a196-6f358868bdaf HTTP/1.1" 200 115 0.067347 10.0.0.249 - - [2025-07-10 02:19:17] "GET /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195 HTTP/1.1" 200 2953 0.004361 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/69eb5bc1-0ed2-4630-ac0d-e7f2e3339807 HTTP/1.1" 200 115 0.786521 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/89094b35-594c-4499-a35d-3c8170164645 HTTP/1.1" 200 115 0.783717 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /project/2f95d221-cf53-4df0-a57a-64e7be1b6a9b HTTP/1.1" 200 115 0.823588 10.0.0.249 - - [2025-07-10 02:19:17] "DELETE /access-control-list/f7fe6df1-0383-4b4d-b2ee-4d6170330e92 HTTP/1.1" 200 115 0.049261 10.0.0.249 - - [2025-07-10 02:19:18] "POST /neutron/port HTTP/1.1" 200 1085 0.011686 10.0.0.249 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.249 - - [2025-07-10 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007434 10.0.0.249 - - [2025-07-10 02:19:18] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005003 10.0.0.249 - - [2025-07-10 02:19:18] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.008102 10.0.0.249 - - [2025-07-10 02:19:18] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004924 10.0.0.249 - - [2025-07-10 02:19:19] "POST /neutron/port HTTP/1.1" 200 1086 0.010315 10.0.0.249 - - [2025-07-10 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004939 10.0.0.249 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.249 - - [2025-07-10 02:19:21] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005566 10.0.0.249 - - [2025-07-10 02:19:21] "GET /obj-perms HTTP/1.1" 200 5075 0.052445 10.0.0.249 - - [2025-07-10 02:19:21] "GET /obj-perms HTTP/1.1" 200 5075 0.051659 10.0.0.249 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.249 - - [2025-07-10 02:19:25] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004505 10.0.0.249 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-10 02:19:29] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004935 10.0.0.249 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-10 02:19:33] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004699 10.0.0.249 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.249 - - [2025-07-10 02:19:35] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003027 10.0.0.249 - - [2025-07-10 02:19:35] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003544 10.0.0.249 - - [2025-07-10 02:19:35] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004960 10.0.0.249 - - [2025-07-10 02:19:36] "POST /neutron/port HTTP/1.1" 200 3024 0.014236 10.0.0.249 - - [2025-07-10 02:19:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006016 10.0.0.249 - - [2025-07-10 02:19:41] "POST /neutron/port HTTP/1.1" 200 3024 0.014460 10.0.0.249 - - [2025-07-10 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005875 10.0.0.249 - - [2025-07-10 02:19:44] "POST /neutron/port HTTP/1.1" 200 3024 0.016595 10.0.0.249 - - [2025-07-10 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005381 10.0.0.249 - - [2025-07-10 02:19:46] "POST /neutron/port HTTP/1.1" 200 3024 0.029957 10.0.0.249 - - [2025-07-10 02:19:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005438 10.0.0.249 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-07-10 02:19:51] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003107 10.0.0.249 - - [2025-07-10 02:19:51] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003534 10.0.0.249 - - [2025-07-10 02:19:51] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006839 10.0.0.249 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.249 - - [2025-07-10 02:19:51] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002971 10.0.0.249 - - [2025-07-10 02:19:51] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003202 10.0.0.249 - - [2025-07-10 02:19:51] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006618 10.0.0.249 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002656 10.0.0.249 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.249 - - [2025-07-10 02:19:52] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.249 - - [2025-07-10 02:19:52] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024606 10.0.0.249 - - [2025-07-10 02:19:52] "POST /service-instances HTTP/1.1" 200 545 0.060210 10.0.0.249 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-07-10 02:19:52] "GET /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005701 10.0.0.249 - - [2025-07-10 02:19:52] "POST /port-tuples HTTP/1.1" 200 588 0.025319 10.0.0.249 - - [2025-07-10 02:19:52] "GET /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.007074 10.0.0.249 - - [2025-07-10 02:19:52] "PUT /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195 HTTP/1.1" 200 285 0.011874 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.010537 10.0.0.249 - - [2025-07-10 02:19:52] "POST /instance-ips HTTP/1.1" 200 386 0.024595 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.011442 10.0.0.249 - - [2025-07-10 02:19:52] "GET /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.007533 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.015872 10.0.0.249 - - [2025-07-10 02:19:52] "PUT /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd HTTP/1.1" 200 285 0.016087 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002725 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008931 10.0.0.249 - - [2025-07-10 02:19:52] "GET /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005152 10.0.0.249 - - [2025-07-10 02:19:52] "POST /instance-ips HTTP/1.1" 200 386 0.026437 10.0.0.249 - - [2025-07-10 02:19:52] "PUT /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6 HTTP/1.1" 200 285 0.011034 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.012964 10.0.0.249 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.012035 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010686 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002633 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/port HTTP/1.1" 200 1085 0.010959 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006252 10.0.0.249 - - [2025-07-10 02:19:53] "POST /instance-ips HTTP/1.1" 200 374 0.016411 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/port HTTP/1.1" 200 1085 0.011655 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005512 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/port HTTP/1.1" 200 1085 0.009798 10.0.0.249 - - [2025-07-10 02:19:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006546 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008940 10.0.0.249 - - [2025-07-10 02:19:53] "GET /virtual-machine/e26ea353-b6e9-48df-998d-47675562fe8d HTTP/1.1" 200 1293 0.004919 10.0.0.249 - - [2025-07-10 02:19:53] "GET /virtual-machine-interface/47bb3977-769a-46f9-a873-efdbd79a96e3 HTTP/1.1" 200 2952 0.005236 10.0.0.249 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002660 10.0.0.249 - - [2025-07-10 02:19:53] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002700 10.0.0.249 - - [2025-07-10 02:19:53] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003597 10.0.0.249 - - [2025-07-10 02:19:53] "POST /instance-ips HTTP/1.1" 200 374 0.016185 10.0.0.249 - - [2025-07-10 02:19:53] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005301 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007700 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002799 10.0.0.249 - - [2025-07-10 02:19:53] "POST /instance-ips HTTP/1.1" 200 376 0.013505 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009042 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002790 10.0.0.249 - - [2025-07-10 02:19:53] "POST /instance-ips HTTP/1.1" 200 376 0.015368 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008407 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008102 10.0.0.249 - - [2025-07-10 02:19:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003263 10.0.0.249 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.249 - - [2025-07-10 02:19:54] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002618 10.0.0.249 - - [2025-07-10 02:19:54] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002853 10.0.0.249 - - [2025-07-10 02:19:54] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004833 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010916 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005028 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010782 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005405 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010402 10.0.0.249 - - [2025-07-10 02:19:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005356 10.0.0.249 - - [2025-07-10 02:19:55] "GET /virtual-machine/94adc029-e582-44bd-9503-feb4153cf298 HTTP/1.1" 200 1293 0.004154 10.0.0.249 - - [2025-07-10 02:19:55] "GET /virtual-machine-interface/b5c84f4c-0749-41d5-b191-a5cbf44eb44b HTTP/1.1" 200 2956 0.004335 10.0.0.249 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.249 - - [2025-07-10 02:19:55] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002487 10.0.0.249 - - [2025-07-10 02:19:55] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002890 10.0.0.249 - - [2025-07-10 02:19:55] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005224 10.0.0.249 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.249 - - [2025-07-10 02:19:56] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003138 10.0.0.249 - - [2025-07-10 02:19:56] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002766 10.0.0.249 - - [2025-07-10 02:19:56] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004976 10.0.0.249 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003442 10.0.0.249 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.249 - - [2025-07-10 02:19:56] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.249 - - [2025-07-10 02:19:56] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025200 10.0.0.249 - - [2025-07-10 02:19:56] "POST /network-policys HTTP/1.1" 200 549 0.017601 10.0.0.249 - - [2025-07-10 02:19:56] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004320 10.0.0.249 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-07-10 02:19:56] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005062 10.0.0.249 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.249 - - [2025-07-10 02:19:56] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003312 10.0.0.249 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.022183 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.249 - - [2025-07-10 02:19:57] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003498 10.0.0.249 - - [2025-07-10 02:19:57] "POST /neutron/network HTTP/1.1" 200 919 0.007092 10.0.0.249 - - [2025-07-10 02:19:57] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.004531 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.002259 10.0.0.249 - - [2025-07-10 02:19:57] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.013281 10.0.0.249 - - [2025-07-10 02:19:57] "POST /access-control-lists HTTP/1.1" 200 603 0.058666 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.249 - - [2025-07-10 02:19:57] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005518 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2025-07-10 02:19:57] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003458 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.003592 10.0.0.249 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.033217 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-07-10 02:19:57] "POST /access-control-lists HTTP/1.1" 200 606 0.059997 10.0.0.249 - - [2025-07-10 02:19:57] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.007198 10.0.0.249 - - [2025-07-10 02:19:57] "POST /routing-instances HTTP/1.1" 200 761 0.020203 10.0.0.249 - - [2025-07-10 02:19:57] "POST /neutron/network HTTP/1.1" 200 922 0.006947 10.0.0.249 - - [2025-07-10 02:19:57] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004496 10.0.0.249 - - [2025-07-10 02:19:57] "POST /route-targets HTTP/1.1" 200 328 0.009460 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.249 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.011356 10.0.0.249 - - [2025-07-10 02:19:57] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003587 10.0.0.249 - - [2025-07-10 02:19:57] "GET /routing-instance/2e86fdc0-4f30-40d8-9d5a-67ac3f75d6e3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003680 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.249 - - [2025-07-10 02:19:57] "GET /routing-instance/2e86fdc0-4f30-40d8-9d5a-67ac3f75d6e3?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003476 10.0.0.249 - - [2025-07-10 02:19:57] "GET /service-template/a52fc5a9-38e3-4003-abc9-77d8933546b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003394 10.0.0.249 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.249 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.249 - - [2025-07-10 02:19:58] "POST /routing-instances HTTP/1.1" 200 762 0.014336 10.0.0.249 - - [2025-07-10 02:19:58] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.249 - - [2025-07-10 02:19:58] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028585 10.0.0.249 - - [2025-07-10 02:19:58] "POST /route-targets HTTP/1.1" 200 328 0.008598 10.0.0.249 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.249 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.011379 10.0.0.249 - - [2025-07-10 02:19:58] "GET /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005295 10.0.0.249 - - [2025-07-10 02:19:58] "GET /routing-instance/625928c1-0038-4bac-9d7f-4a41d3a6809c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003673 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domains HTTP/1.1" 200 281 0.002297 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2783 0.007405 10.0.0.249 - - [2025-07-10 02:19:58] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002255 10.0.0.249 - - [2025-07-10 02:19:58] "GET /routing-instance/625928c1-0038-4bac-9d7f-4a41d3a6809c?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003311 10.0.0.249 - - [2025-07-10 02:19:58] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 4248 0.074921 10.0.0.249 - - [2025-07-10 02:19:58] "PUT /routing-instance/2e86fdc0-4f30-40d8-9d5a-67ac3f75d6e3 HTTP/1.1" 200 267 0.020980 10.0.0.249 - - [2025-07-10 02:19:58] "GET /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151 HTTP/1.1" 200 3793 0.014965 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domains HTTP/1.1" 200 281 0.004061 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2025-07-10 02:19:58] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2783 0.007439 10.0.0.249 - - [2025-07-10 02:19:58] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.249 - - [2025-07-10 02:19:58] "PUT /routing-instance/625928c1-0038-4bac-9d7f-4a41d3a6809c HTTP/1.1" 200 267 0.010099 10.0.0.249 - - [2025-07-10 02:19:58] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 4248 0.071517 10.0.0.249 - - [2025-07-10 02:19:58] "GET /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151 HTTP/1.1" 200 3793 0.003455 10.0.0.249 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.017258 10.0.0.249 - - [2025-07-10 02:19:58] "GET /port-tuple/fad18007-ae9a-4b15-a9c4-6f43d2b52cd4 HTTP/1.1" 200 1984 0.008040 10.0.0.249 - - [2025-07-10 02:19:58] "GET /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd HTTP/1.1" 200 3807 0.005974 10.0.0.249 - - [2025-07-10 02:19:58] "GET /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6 HTTP/1.1" 200 3814 0.005397 10.0.0.249 - - [2025-07-10 02:19:58] "GET /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195 HTTP/1.1" 200 3826 0.005122 10.0.0.249 - - [2025-07-10 02:19:58] "PUT /access-control-list/a7e63e3d-9f53-4a9c-8bbd-cf809f9591a0 HTTP/1.1" 200 273 0.013266 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/port HTTP/1.1" 200 3831 0.034838 10.0.0.249 - - [2025-07-10 02:19:58] "PUT /access-control-list/19885a38-d7dd-4a09-9d41-fa425046b9ca HTTP/1.1" 200 273 0.009539 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006479 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/port HTTP/1.1" 200 3831 0.025951 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005367 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/port HTTP/1.1" 200 3831 0.025656 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006374 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/port HTTP/1.1" 200 3831 0.028092 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005388 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 893 0.011348 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 919 0.004831 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 806 0.012351 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 832 0.004838 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 896 0.010755 10.0.0.249 - - [2025-07-10 02:19:58] "POST /neutron/network HTTP/1.1" 200 922 0.005823 10.0.0.249 - - [2025-07-10 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001539 10.0.0.249 - - [2025-07-10 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001306 10.0.0.249 - - [2025-07-10 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001364 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine/0d0e436c-279d-483b-a3d7-c4567c2700c9 HTTP/1.1" 200 1805 0.003577 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd HTTP/1.1" 200 3807 0.005275 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6 HTTP/1.1" 200 3814 0.005585 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195 HTTP/1.1" 200 3826 0.004892 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/3968a083-b6e0-4c4f-aff9-9efac050957a HTTP/1.1" 200 1623 0.004684 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/a16bc97d-cf97-4bc5-b70c-371470d7ae20 HTTP/1.1" 200 1959 0.003398 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/b3f61752-2e33-451f-98ed-0516a9917d22 HTTP/1.1" 200 1961 0.003420 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/82ecda9f-a5b8-4306-85ff-97b805d0992e HTTP/1.1" 200 1624 0.004488 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/8a09bc89-a6f2-4a2b-8386-186a0f013534 HTTP/1.1" 200 1963 0.003004 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/d1d00477-21bd-45b6-ab03-c73202df24a4 HTTP/1.1" 200 1963 0.003643 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/ae72e47f-c9ac-4544-ae98-eca473735180 HTTP/1.1" 200 1983 0.003718 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/d608f0a9-6529-447b-9f17-cb56b86da186 HTTP/1.1" 200 1625 0.005196 10.0.0.249 - - [2025-07-10 02:19:59] "GET /instance-ip/eb51ec3e-c7ca-4170-9b57-1f8c9502bf87 HTTP/1.1" 200 1985 0.003561 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/port HTTP/1.1" 200 3831 0.025339 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005879 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/port HTTP/1.1" 200 3831 0.025980 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005622 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/port HTTP/1.1" 200 3831 0.026550 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005282 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/port HTTP/1.1" 200 3831 0.031695 10.0.0.249 - - [2025-07-10 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006754 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine/0d0e436c-279d-483b-a3d7-c4567c2700c9 HTTP/1.1" 200 1805 0.003498 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/79d66478-8777-4760-b61c-af48b9b42ffd HTTP/1.1" 200 3807 0.004726 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/bf5b8a79-93a0-47c8-9a88-1b4c7bcf35b6 HTTP/1.1" 200 3814 0.004519 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-machine-interface/dc6e914f-c9ad-48eb-b7fd-ae019d85d195 HTTP/1.1" 200 3826 0.004678 10.0.0.249 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.249 - - [2025-07-10 02:19:59] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003550 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003759 10.0.0.249 - - [2025-07-10 02:19:59] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005605 10.0.0.249 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.249 - - [2025-07-10 02:20:00] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002840 10.0.0.249 - - [2025-07-10 02:20:00] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002886 10.0.0.249 - - [2025-07-10 02:20:00] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005149 10.0.0.249 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.249 - - [2025-07-10 02:20:01] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003541 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002814 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005515 10.0.0.249 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.249 - - [2025-07-10 02:20:01] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003768 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003053 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005376 10.0.0.249 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.249 - - [2025-07-10 02:20:01] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004434 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003644 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005612 10.0.0.249 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.249 - - [2025-07-10 02:20:01] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003264 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003722 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005204 10.0.0.249 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.249 - - [2025-07-10 02:20:01] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004004 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002853 10.0.0.249 - - [2025-07-10 02:20:01] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007390 10.0.0.249 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2025-07-10 02:20:02] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003521 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003126 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005452 10.0.0.249 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.249 - - [2025-07-10 02:20:02] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003535 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003030 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-network/d9e029b2-06a4-4a6d-8a7d-dee508f26b2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005042 10.0.0.249 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.249 - - [2025-07-10 02:20:02] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004352 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002780 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005157 10.0.0.249 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2025-07-10 02:20:02] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003677 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003259 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005379 10.0.0.249 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2025-07-10 02:20:02] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003352 10.0.0.249 - - [2025-07-10 02:20:02] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002922 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005193 10.0.0.249 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.249 - - [2025-07-10 02:20:03] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003664 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-networks?parent_id=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003025 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005224 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-machine/0d0e436c-279d-483b-a3d7-c4567c2700c9 HTTP/1.1" 200 1805 0.003827 10.0.0.249 - - [2025-07-10 02:20:03] "GET /domains HTTP/1.1" 200 281 0.002552 10.0.0.249 - - [2025-07-10 02:20:03] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.249 - - [2025-07-10 02:20:03] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2783 0.006361 10.0.0.249 - - [2025-07-10 02:20:03] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.249 - - [2025-07-10 02:20:03] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 4248 0.070468 10.0.0.249 - - [2025-07-10 02:20:03] "GET /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151 HTTP/1.1" 200 3793 0.003190 10.0.0.249 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.249 - - [2025-07-10 02:20:03] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1890 0.002947 10.0.0.249 - - [2025-07-10 02:20:03] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.005469 10.0.0.249 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.249 - - [2025-07-10 02:20:03] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003790 10.0.0.249 - - [2025-07-10 02:20:03] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004959 10.0.0.249 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005115 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?fields=routing_instances HTTP/1.1" 200 1685 0.006156 10.0.0.249 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004929 10.0.0.249 - - [2025-07-10 02:20:03] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?fields=routing_instances HTTP/1.1" 200 1691 0.006641 10.0.0.249 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.027126 10.0.0.249 - - [2025-07-10 02:20:07] "DELETE /access-control-list/19885a38-d7dd-4a09-9d41-fa425046b9ca HTTP/1.1" 200 115 0.023137 10.0.0.249 - - [2025-07-10 02:20:07] "POST /neutron/network HTTP/1.1" 200 834 0.010515 10.0.0.249 - - [2025-07-10 02:20:07] "GET /virtual-network/24f2acb4-b884-4047-b52a-c881106b2106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004322 10.0.0.249 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.249 - - [2025-07-10 02:20:07] "DELETE /routing-instance/2e86fdc0-4f30-40d8-9d5a-67ac3f75d6e3 HTTP/1.1" 200 115 0.021994 10.0.0.249 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.249 - - [2025-07-10 02:20:08] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003310 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /route-target/f0f2c2f8-9275-479a-81e6-da9c4296a257 HTTP/1.1" 200 115 0.011965 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /routing-instance/625928c1-0038-4bac-9d7f-4a41d3a6809c HTTP/1.1" 200 115 0.038764 10.0.0.249 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008077 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.051430 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /route-target/150f79a8-52b4-4bf0-8378-0e1129d74650 HTTP/1.1" 200 115 0.014829 10.0.0.249 - - [2025-07-10 02:20:08] "POST /neutron/network HTTP/1.1" 200 831 0.006157 10.0.0.249 - - [2025-07-10 02:20:08] "GET /virtual-network/3dba24d6-1ccc-4495-859d-bf689b4008c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004683 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /access-control-list/a7e63e3d-9f53-4a9c-8bbd-cf809f9591a0 HTTP/1.1" 200 115 0.016938 10.0.0.249 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.249 - - [2025-07-10 02:20:08] "GET /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004655 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /network-policy/3a8e416d-3bb2-4e47-8f14-5b569c77530e HTTP/1.1" 200 115 0.025497 10.0.0.249 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /service-instance/b650e7dd-e649-4f28-a14f-ddd1904d5151 HTTP/1.1" 200 115 0.041494 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.011913 10.0.0.249 - - [2025-07-10 02:20:08] "GET /domains HTTP/1.1" 200 281 0.003273 10.0.0.249 - - [2025-07-10 02:20:08] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.249 - - [2025-07-10 02:20:08] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2783 0.008871 10.0.0.249 - - [2025-07-10 02:20:08] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001565 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/b3f61752-2e33-451f-98ed-0516a9917d22 HTTP/1.1" 200 115 0.030787 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.249 - - [2025-07-10 02:20:08] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 3772 0.074011 10.0.0.249 - - [2025-07-10 02:20:08] "GET /virtual-machine/0d0e436c-279d-483b-a3d7-c4567c2700c9 HTTP/1.1" 200 1805 0.003140 10.0.0.249 - - [2025-07-10 02:20:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003594 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/ae72e47f-c9ac-4544-ae98-eca473735180 HTTP/1.1" 200 115 0.029953 10.0.0.249 - - [2025-07-10 02:20:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003390 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/d1d00477-21bd-45b6-ab03-c73202df24a4 HTTP/1.1" 200 115 0.030233 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.009771 10.0.0.249 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/8a09bc89-a6f2-4a2b-8386-186a0f013534 HTTP/1.1" 200 115 0.041643 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /service-template/a52fc5a9-38e3-4003-abc9-77d8933546b6 HTTP/1.1" 200 115 0.043211 10.0.0.249 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005914 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.021608 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/eb51ec3e-c7ca-4170-9b57-1f8c9502bf87 HTTP/1.1" 200 115 0.023497 10.0.0.249 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.010822 10.0.0.249 - - [2025-07-10 02:20:08] "DELETE /instance-ip/a16bc97d-cf97-4bc5-b70c-371470d7ae20 HTTP/1.1" 200 115 0.027564 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/network HTTP/1.1" 200 834 0.006406 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/network HTTP/1.1" 400 204 0.013731 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1086 0.010703 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008058 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1085 0.014297 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1111 0.009391 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.136101 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.126957 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 3024 0.024127 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1111 0.011238 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.098593 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1112 0.019275 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 151 0.094100 10.0.0.249 - - [2025-07-10 02:20:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008366 10.0.0.249 - - [2025-07-10 02:20:10] "POST /neutron/port HTTP/1.1" 200 151 0.103265 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 834 0.005212 10.0.0.249 - - [2025-07-10 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002145 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002859 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.075584 10.0.0.249 - - [2025-07-10 02:20:11] "DELETE /route-target/5a306f3a-8b99-41d4-8d15-b037cd4bd07f HTTP/1.1" 200 115 0.015589 10.0.0.249 - - [2025-07-10 02:20:11] "GET /routing-instance/5bfd7900-858c-4570-bb25-b94f4e77d379 HTTP/1.1" 404 171 0.002328 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains HTTP/1.1" 200 281 0.002146 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2582 0.050246 10.0.0.249 - - [2025-07-10 02:20:11] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.249 - - [2025-07-10 02:20:11] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2305 0.066994 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 831 0.005860 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003837 10.0.0.249 - - [2025-07-10 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001831 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.077276 10.0.0.249 - - [2025-07-10 02:20:11] "GET /routing-instance/0d953bb3-d171-455c-9c81-2e04f683abd8 HTTP/1.1" 404 171 0.002471 10.0.0.249 - - [2025-07-10 02:20:11] "DELETE /route-target/57f5526f-cdae-4960-ab90-92f5eff56fd3 HTTP/1.1" 200 115 0.019524 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains HTTP/1.1" 200 281 0.006434 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2582 0.050469 10.0.0.249 - - [2025-07-10 02:20:11] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.249 - - [2025-07-10 02:20:11] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 2086 0.070169 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 832 0.005779 10.0.0.249 - - [2025-07-10 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002022 10.0.0.249 - - [2025-07-10 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.249 - - [2025-07-10 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.090049 10.0.0.249 - - [2025-07-10 02:20:11] "GET /routing-instance/f18efb52-a1be-4c7c-97a0-2fefb39bcb6d HTTP/1.1" 404 171 0.003452 10.0.0.249 - - [2025-07-10 02:20:11] "DELETE /route-target/5e5b1cf9-5497-4ed9-a1fa-75956fc6c4c6 HTTP/1.1" 200 115 0.020620 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains HTTP/1.1" 200 281 0.002268 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.249 - - [2025-07-10 02:20:11] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2582 0.047340 10.0.0.249 - - [2025-07-10 02:20:11] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001577 10.0.0.249 - - [2025-07-10 02:20:11] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 1845 0.067589 10.0.0.249 - - [2025-07-10 02:20:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.249 - - [2025-07-10 02:20:12] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023449 10.0.0.249 - - [2025-07-10 02:20:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.249 - - [2025-07-10 02:20:12] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?fields=virtual_networks HTTP/1.1" 200 1030 0.067428 10.0.0.249 - - [2025-07-10 02:20:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.249 - - [2025-07-10 02:20:12] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.025400 10.0.0.249 - - [2025-07-10 02:20:12] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.249 - - [2025-07-10 02:20:12] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?fields=security_groups HTTP/1.1" 200 1255 0.026205 10.0.0.249 - - [2025-07-10 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.021399 10.0.0.249 - - [2025-07-10 02:20:13] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002830 10.0.0.249 - - [2025-07-10 02:20:13] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.249 - - [2025-07-10 02:20:13] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006778 10.0.0.249 - - [2025-07-10 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001864 10.0.0.249 - - [2025-07-10 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004618 10.0.0.249 - - [2025-07-10 02:20:13] "POST /security-groups HTTP/1.1" 200 592 0.059556 10.0.0.249 - - [2025-07-10 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.002148 10.0.0.249 - - [2025-07-10 02:20:13] "POST /projects HTTP/1.1" 200 587 0.206971 10.0.0.249 - - [2025-07-10 02:20:13] "POST /access-control-lists HTTP/1.1" 200 599 0.057782 10.0.0.249 - - [2025-07-10 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.274638 10.0.0.249 - - [2025-07-10 02:20:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002555 10.0.0.249 - - [2025-07-10 02:20:13] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.389946 10.0.0.249 - - [2025-07-10 02:20:13] "POST /access-control-lists HTTP/1.1" 200 597 0.060136 10.0.0.249 - - [2025-07-10 02:20:14] "GET / HTTP/1.1" 200 36215 0.001881 10.0.0.249 - - [2025-07-10 02:20:15] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000612 10.0.0.249 - - [2025-07-10 02:20:15] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.249 - - [2025-07-10 02:20:15] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043924 10.0.0.249 - - [2025-07-10 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 180 0.002227 10.0.0.249 - - [2025-07-10 02:20:15] "POST /virtual-DNSs HTTP/1.1" 200 509 0.018586 10.0.0.249 - - [2025-07-10 02:20:16] "GET /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004369 10.0.0.249 - - [2025-07-10 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.249 - - [2025-07-10 02:20:16] "GET /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003759 10.0.0.249 - - [2025-07-10 02:20:16] "GET /domains HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-07-10 02:20:16] "GET /domains HTTP/1.1" 200 281 0.023499 10.0.0.249 - - [2025-07-10 02:20:16] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.249 - - [2025-07-10 02:20:16] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2971 0.007590 10.0.0.249 - - [2025-07-10 02:20:16] "GET /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae HTTP/1.1" 200 1440 0.004116 10.0.0.249 - - [2025-07-10 02:20:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002756 10.0.0.249 - - [2025-07-10 02:20:16] "POST /network-ipams HTTP/1.1" 200 516 0.016093 10.0.0.249 - - [2025-07-10 02:20:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002630 10.0.0.249 - - [2025-07-10 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.249 - - [2025-07-10 02:20:16] "GET /network-ipam/0578104f-eb29-4ed1-b562-867c2ddd216a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004479 10.0.0.249 - - [2025-07-10 02:20:16] "PUT /network-ipam/0578104f-eb29-4ed1-b562-867c2ddd216a HTTP/1.1" 200 259 0.008775 10.0.0.249 - - [2025-07-10 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008294 10.0.0.249 - - [2025-07-10 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.249 - - [2025-07-10 02:20:16] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001417 10.0.0.249 - - [2025-07-10 02:20:16] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025448 10.0.0.249 - - [2025-07-10 02:20:16] "POST /neutron/network HTTP/1.1" 200 117 0.026240 10.0.0.249 - - [2025-07-10 02:20:16] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 618 0.065513 10.0.0.249 - - [2025-07-10 02:20:17] "POST /route-targets HTTP/1.1" 200 328 0.008517 10.0.0.249 - - [2025-07-10 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.249 - - [2025-07-10 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009441 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.170555 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.004992 10.0.0.249 - - [2025-07-10 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001161 10.0.0.249 - - [2025-07-10 02:20:17] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004545 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.005308 10.0.0.249 - - [2025-07-10 02:20:17] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005456 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.005838 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.007043 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 807 0.009794 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 833 0.006130 10.0.0.249 - - [2025-07-10 02:20:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001279 10.0.0.249 - - [2025-07-10 02:20:17] "POST /neutron/network HTTP/1.1" 200 843 0.005126 10.0.0.249 - - [2025-07-10 02:20:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-07-10 02:20:17] "GET / HTTP/1.1" 200 36215 0.001789 10.0.0.249 - - [2025-07-10 02:20:17] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000371 10.0.0.249 - - [2025-07-10 02:20:17] "DELETE /project/de97cb0f898d42bcad501c25811bc75b HTTP/1.1" 404 173 0.004491 10.0.0.249 - - [2025-07-10 02:20:17] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.249 - - [2025-07-10 02:20:18] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.023803 10.0.0.249 - - [2025-07-10 02:20:18] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000965 10.0.0.249 - - [2025-07-10 02:20:18] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?fields=security_groups HTTP/1.1" 200 1357 0.074731 10.0.0.249 - - [2025-07-10 02:20:18] "DELETE /security-group/39ec0363-ad83-4e13-a4be-2179682912ef HTTP/1.1" 200 115 0.043331 10.0.0.249 - - [2025-07-10 02:20:18] "GET /projects?obj_uuids=956b69c9-114b-4aae-96cb-fe8c6d1d1093&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002483 10.0.0.249 - - [2025-07-10 02:20:18] "DELETE /access-control-list/3064eb2c-4771-40fd-ab3c-3e5b09efd3ec HTTP/1.1" 200 115 0.036373 10.0.0.249 - - [2025-07-10 02:20:18] "GET /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093?fields=application_policy_sets HTTP/1.1" 200 1396 0.047114 10.0.0.249 - - [2025-07-10 02:20:18] "DELETE /access-control-list/61e68ecc-d707-4e79-925f-c65fb0d0b987 HTTP/1.1" 200 115 0.042588 10.0.0.249 - - [2025-07-10 02:20:18] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.249 - - [2025-07-10 02:20:18] "DELETE /project/956b69c9-114b-4aae-96cb-fe8c6d1d1093 HTTP/1.1" 200 115 0.362659 10.0.0.249 - - [2025-07-10 02:20:18] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059313 10.0.0.249 - - [2025-07-10 02:20:18] "POST /neutron/network HTTP/1.1" 200 833 0.005064 10.0.0.249 - - [2025-07-10 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.006086 10.0.0.249 - - [2025-07-10 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.005269 10.0.0.249 - - [2025-07-10 02:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.004659 10.0.0.249 - - [2025-07-10 02:20:18] "POST /neutron/network HTTP/1.1" 200 843 0.006881 10.0.0.249 - - [2025-07-10 02:20:18] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001679 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 1058 0.228262 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008791 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 1058 0.007535 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 1112 0.054697 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 1086 0.010659 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003207 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.007020 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.249 - - [2025-07-10 02:20:19] "POST /neutron/network HTTP/1.1" 200 833 0.005285 10.0.0.249 - - [2025-07-10 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.043387 10.0.0.249 - - [2025-07-10 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.047044 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/port HTTP/1.1" 200 1086 0.009908 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007510 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/port HTTP/1.1" 200 1086 0.010943 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005994 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/port HTTP/1.1" 200 1086 0.010109 10.0.0.249 - - [2025-07-10 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005482 10.0.0.249 - - [2025-07-10 02:20:23] "GET /virtual-machine/088050d1-0af0-4df9-926e-79961224ce9c HTTP/1.1" 200 1294 0.004090 10.0.0.249 - - [2025-07-10 02:20:23] "GET /virtual-machine-interface/c843c4fb-7f81-4234-8f6f-ad825d2a80ff HTTP/1.1" 200 2971 0.004343 10.0.0.249 - - [2025-07-10 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.249 - - [2025-07-10 02:20:23] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002612 10.0.0.249 - - [2025-07-10 02:20:23] "GET /virtual-networks?parent_id=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002674 10.0.0.249 - - [2025-07-10 02:20:23] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004934 10.0.0.249 - - [2025-07-10 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.249 - - [2025-07-10 02:20:27] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004483 10.0.0.249 - - [2025-07-10 02:20:27] "POST /neutron/port HTTP/1.1" 200 1086 0.011086 10.0.0.249 - - [2025-07-10 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005577 10.0.0.249 - - [2025-07-10 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.249 - - [2025-07-10 02:20:29] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003244 10.0.0.249 - - [2025-07-10 02:20:29] "GET /virtual-networks?parent_id=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002918 10.0.0.249 - - [2025-07-10 02:20:29] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006413 10.0.0.249 - - [2025-07-10 02:20:33] "POST /neutron/network HTTP/1.1" 200 807 0.009979 10.0.0.249 - - [2025-07-10 02:20:33] "POST /neutron/network HTTP/1.1" 200 833 0.004419 10.0.0.249 - - [2025-07-10 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001106 10.0.0.249 - - [2025-07-10 02:20:33] "POST /neutron/port HTTP/1.1" 200 1086 0.010201 10.0.0.249 - - [2025-07-10 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005391 10.0.0.249 - - [2025-07-10 02:20:33] "POST /neutron/network HTTP/1.1" 200 843 0.005041 10.0.0.249 - - [2025-07-10 02:20:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000378 10.0.0.249 - - [2025-07-10 02:20:34] "GET / HTTP/1.1" 200 36215 0.001831 10.0.0.249 - - [2025-07-10 02:20:34] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-07-10 02:20:34] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.249 - - [2025-07-10 02:20:34] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042505 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/network HTTP/1.1" 200 833 0.004572 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/port HTTP/1.1" 200 1086 0.011310 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005742 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.004498 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.004923 10.0.0.249 - - [2025-07-10 02:20:34] "POST /neutron/network HTTP/1.1" 200 843 0.005645 10.0.0.249 - - [2025-07-10 02:20:35] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 1058 0.179021 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 1058 0.009195 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 1058 0.007364 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 1112 0.053621 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 1086 0.011209 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002718 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006509 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.249 - - [2025-07-10 02:20:35] "POST /neutron/network HTTP/1.1" 200 833 0.005334 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/port HTTP/1.1" 200 1086 0.010709 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006582 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/port HTTP/1.1" 200 1086 0.010293 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005848 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/port HTTP/1.1" 200 1086 0.011072 10.0.0.249 - - [2025-07-10 02:20:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006237 10.0.0.249 - - [2025-07-10 02:20:39] "GET /virtual-machine/2a6cefb3-c0de-4c25-ba3c-19723c190a6c HTTP/1.1" 200 1295 0.004967 10.0.0.249 - - [2025-07-10 02:20:39] "GET /virtual-machine-interface/90ca00f0-15c0-450b-9120-3660ad52feef HTTP/1.1" 200 2971 0.004609 10.0.0.249 - - [2025-07-10 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2025-07-10 02:20:40] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002725 10.0.0.249 - - [2025-07-10 02:20:40] "GET /virtual-networks?parent_id=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003389 10.0.0.249 - - [2025-07-10 02:20:40] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005324 10.0.0.249 - - [2025-07-10 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.249 - - [2025-07-10 02:20:43] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004453 10.0.0.249 - - [2025-07-10 02:20:43] "POST /neutron/port HTTP/1.1" 200 1086 0.010283 10.0.0.249 - - [2025-07-10 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004780 10.0.0.249 - - [2025-07-10 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.249 - - [2025-07-10 02:20:45] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003057 10.0.0.249 - - [2025-07-10 02:20:45] "GET /virtual-networks?parent_id=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003201 10.0.0.249 - - [2025-07-10 02:20:45] "GET /virtual-network/e5157758-46d5-4ca3-b1c4-52e48972482e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004809 10.0.0.249 - - [2025-07-10 02:20:45] "POST /neutron/port HTTP/1.1" 200 1086 0.009858 10.0.0.249 - - [2025-07-10 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006766 10.0.0.249 - - [2025-07-10 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.249 - - [2025-07-10 02:20:56] "DELETE /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae HTTP/1.1" 409 236 0.005091 10.0.0.249 - - [2025-07-10 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.002892 10.0.0.249 - - [2025-07-10 02:20:56] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.017396 10.0.0.249 - - [2025-07-10 02:20:56] "GET /virtual-DNS-record/f19870dc-256d-4f28-afa6-0ccbeb6af18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004023 10.0.0.249 - - [2025-07-10 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.249 - - [2025-07-10 02:20:56] "GET /virtual-DNS-record/f19870dc-256d-4f28-afa6-0ccbeb6af18c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003095 10.0.0.249 - - [2025-07-10 02:20:56] "GET /domains HTTP/1.1" 200 281 0.002537 10.0.0.249 - - [2025-07-10 02:20:56] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2025-07-10 02:20:56] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2786 0.007581 10.0.0.249 - - [2025-07-10 02:20:56] "GET /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae HTTP/1.1" 200 1911 0.003861 10.0.0.249 - - [2025-07-10 02:20:56] "GET /virtual-DNS-record/f19870dc-256d-4f28-afa6-0ccbeb6af18c HTTP/1.1" 200 1338 0.002465 10.0.0.249 - - [2025-07-10 02:21:02] "DELETE /virtual-DNS-record/f19870dc-256d-4f28-afa6-0ccbeb6af18c HTTP/1.1" 200 115 0.016840 10.0.0.249 - - [2025-07-10 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.002483 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/network HTTP/1.1" 200 833 0.008435 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/network HTTP/1.1" 400 204 0.011683 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 1086 0.011699 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 1112 0.007933 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 1086 0.013465 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 1112 0.009282 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 151 0.106667 10.0.0.249 - - [2025-07-10 02:21:02] "POST /neutron/port HTTP/1.1" 200 151 0.113888 10.0.0.249 - - [2025-07-10 02:21:04] "POST /neutron/network HTTP/1.1" 200 833 0.005469 10.0.0.249 - - [2025-07-10 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.249 - - [2025-07-10 02:21:04] "DELETE /route-target/b72e95fb-0eaf-42fe-8390-6ee891e9dda6 HTTP/1.1" 200 115 0.035167 10.0.0.249 - - [2025-07-10 02:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.249 - - [2025-07-10 02:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001858 10.0.0.249 - - [2025-07-10 02:21:04] "POST /neutron/network HTTP/1.1" 200 151 0.235312 10.0.0.249 - - [2025-07-10 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.249 - - [2025-07-10 02:21:04] "DELETE /network-ipam/0578104f-eb29-4ed1-b562-867c2ddd216a HTTP/1.1" 200 115 0.030618 10.0.0.249 - - [2025-07-10 02:21:04] "DELETE /virtual-DNS/fcff8093-3617-45b2-afd9-371b767a81ae HTTP/1.1" 200 115 0.024563 10.0.0.249 - - [2025-07-10 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 180 0.002510 10.0.0.249 - - [2025-07-10 02:21:04] "GET /domains HTTP/1.1" 200 281 0.002677 10.0.0.249 - - [2025-07-10 02:21:04] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.249 - - [2025-07-10 02:21:04] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2585 0.008158 10.0.0.249 - - [2025-07-10 02:21:05] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.249 - - [2025-07-10 02:21:05] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.021680 10.0.0.249 - - [2025-07-10 02:21:05] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001475 10.0.0.249 - - [2025-07-10 02:21:05] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?fields=virtual_networks HTTP/1.1" 200 1036 0.065227 10.0.0.249 - - [2025-07-10 02:21:05] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001361 10.0.0.249 - - [2025-07-10 02:21:05] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025401 10.0.0.249 - - [2025-07-10 02:21:05] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.249 - - [2025-07-10 02:21:05] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?fields=security_groups HTTP/1.1" 200 1264 0.022144 10.0.0.249 - - [2025-07-10 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.021770 10.0.0.249 - - [2025-07-10 02:21:06] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003439 10.0.0.249 - - [2025-07-10 02:21:06] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.249 - - [2025-07-10 02:21:06] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006859 10.0.0.249 - - [2025-07-10 02:21:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.001265 10.0.0.249 - - [2025-07-10 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.002049 10.0.0.249 - - [2025-07-10 02:21:06] "POST /security-groups HTTP/1.1" 200 592 0.059508 10.0.0.249 - - [2025-07-10 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 235 0.002158 10.0.0.249 - - [2025-07-10 02:21:06] "POST /projects HTTP/1.1" 200 587 0.200215 10.0.0.249 - - [2025-07-10 02:21:06] "POST /access-control-lists HTTP/1.1" 200 599 0.056381 10.0.0.249 - - [2025-07-10 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.266174 10.0.0.249 - - [2025-07-10 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.002589 10.0.0.249 - - [2025-07-10 02:21:06] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.382493 10.0.0.249 - - [2025-07-10 02:21:06] "POST /access-control-lists HTTP/1.1" 200 597 0.060034 10.0.0.249 - - [2025-07-10 02:21:07] "GET / HTTP/1.1" 200 36215 0.001933 10.0.0.249 - - [2025-07-10 02:21:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.249 - - [2025-07-10 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.049157 10.0.0.249 - - [2025-07-10 02:21:08] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.249 - - [2025-07-10 02:21:08] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.021361 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/network HTTP/1.1" 200 117 0.026165 10.0.0.249 - - [2025-07-10 02:21:08] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001444 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/network HTTP/1.1" 200 606 0.060070 10.0.0.249 - - [2025-07-10 02:21:08] "POST /route-targets HTTP/1.1" 200 328 0.008481 10.0.0.249 - - [2025-07-10 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.011312 10.0.0.249 - - [2025-07-10 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 710 0.198411 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/network HTTP/1.1" 200 822 0.004921 10.0.0.249 - - [2025-07-10 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001099 10.0.0.249 - - [2025-07-10 02:21:08] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005440 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/network HTTP/1.1" 200 822 0.005867 10.0.0.249 - - [2025-07-10 02:21:08] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004749 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/network HTTP/1.1" 200 822 0.005517 10.0.0.249 - - [2025-07-10 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 710 0.006998 10.0.0.249 - - [2025-07-10 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001409 10.0.0.249 - - [2025-07-10 02:21:09] "POST /neutron/network HTTP/1.1" 200 832 0.005909 10.0.0.249 - - [2025-07-10 02:21:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000440 10.0.0.249 - - [2025-07-10 02:21:09] "GET / HTTP/1.1" 200 36215 0.002013 10.0.0.249 - - [2025-07-10 02:21:09] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000412 10.0.0.249 - - [2025-07-10 02:21:09] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.249 - - [2025-07-10 02:21:09] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046908 10.0.0.249 - - [2025-07-10 02:21:09] "POST /neutron/network HTTP/1.1" 200 822 0.005493 10.0.0.249 - - [2025-07-10 02:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.004726 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.004476 10.0.0.249 - - [2025-07-10 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001248 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.005325 10.0.0.249 - - [2025-07-10 02:21:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000463 10.0.0.249 - - [2025-07-10 02:21:10] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.007395 10.0.0.249 - - [2025-07-10 02:21:10] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000321 10.0.0.249 - - [2025-07-10 02:21:10] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 1058 0.242796 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 1058 0.018639 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 1058 0.010763 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 1112 0.069639 10.0.0.249 - - [2025-07-10 02:21:10] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016580 10.0.0.249 - - [2025-07-10 02:21:10] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057313 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004683 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/network HTTP/1.1" 200 822 0.004705 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/subnet HTTP/1.1" 200 684 0.008778 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.249 - - [2025-07-10 02:21:10] "POST /neutron/network HTTP/1.1" 200 822 0.004903 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1086 0.017647 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005772 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.004685 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1086 0.011588 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010536 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/network HTTP/1.1" 200 832 0.005484 10.0.0.249 - - [2025-07-10 02:21:11] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001559 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1058 0.222727 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1058 0.011286 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1058 0.010615 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1112 0.071679 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 1086 0.011003 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003641 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.007168 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2025-07-10 02:21:11] "POST /neutron/network HTTP/1.1" 200 822 0.011095 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/port HTTP/1.1" 200 1086 0.010342 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/port HTTP/1.1" 200 1086 0.009933 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/network HTTP/1.1" 200 832 0.004764 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002760 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 684 0.006205 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.249 - - [2025-07-10 02:21:13] "POST /neutron/network HTTP/1.1" 200 822 0.004775 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/port HTTP/1.1" 200 1086 0.011039 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005818 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/port HTTP/1.1" 200 1086 0.009849 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005953 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/port HTTP/1.1" 200 1086 0.013254 10.0.0.249 - - [2025-07-10 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006163 10.0.0.249 - - [2025-07-10 02:21:16] "GET /virtual-machine/1bb45c31-434a-486c-9e40-2d8141bb6ceb HTTP/1.1" 401 293 0.000505 10.0.0.249 - - [2025-07-10 02:21:16] "GET /virtual-machine/1bb45c31-434a-486c-9e40-2d8141bb6ceb HTTP/1.1" 200 1295 0.026370 10.0.0.249 - - [2025-07-10 02:21:16] "GET /virtual-machine-interface/e8088850-a795-4107-bb23-06302f265327 HTTP/1.1" 200 2953 0.005777 10.0.0.249 - - [2025-07-10 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.249 - - [2025-07-10 02:21:16] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003072 10.0.0.249 - - [2025-07-10 02:21:16] "GET /virtual-networks?parent_id=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003079 10.0.0.249 - - [2025-07-10 02:21:16] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006482 10.0.0.249 - - [2025-07-10 02:21:18] "DELETE /project/7498ad41b26f43c4a2155502077a0949 HTTP/1.1" 404 173 0.007603 10.0.0.249 - - [2025-07-10 02:21:18] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.249 - - [2025-07-10 02:21:18] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.031247 10.0.0.249 - - [2025-07-10 02:21:18] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.249 - - [2025-07-10 02:21:18] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?fields=security_groups HTTP/1.1" 200 1366 0.077579 10.0.0.249 - - [2025-07-10 02:21:18] "DELETE /security-group/21232b33-2d00-4cdd-acf1-c71d393df8bc HTTP/1.1" 200 115 0.050393 10.0.0.249 - - [2025-07-10 02:21:18] "GET /projects?obj_uuids=de97cb0f-898d-42bc-ad50-1c25811bc75b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.249 - - [2025-07-10 02:21:18] "DELETE /access-control-list/7927a1ef-b22d-4515-a70f-9999b2b1346c HTTP/1.1" 200 115 0.041346 10.0.0.249 - - [2025-07-10 02:21:18] "GET /project/de97cb0f-898d-42bc-ad50-1c25811bc75b?fields=application_policy_sets HTTP/1.1" 200 1405 0.044476 10.0.0.249 - - [2025-07-10 02:21:18] "DELETE /access-control-list/7b2a39b7-7aeb-4952-a1c1-86c3760eaea4 HTTP/1.1" 200 115 0.035230 10.0.0.249 - - [2025-07-10 02:21:18] "DELETE /project/de97cb0f-898d-42bc-ad50-1c25811bc75b HTTP/1.1" 200 115 0.358829 10.0.0.249 - - [2025-07-10 02:21:19] "POST /neutron/port HTTP/1.1" 200 1086 0.013712 10.0.0.249 - - [2025-07-10 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005364 10.0.0.249 - - [2025-07-10 02:21:19] "POST /neutron/port HTTP/1.1" 200 1086 0.010155 10.0.0.249 - - [2025-07-10 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005345 10.0.0.249 - - [2025-07-10 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.249 - - [2025-07-10 02:21:20] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005132 10.0.0.249 - - [2025-07-10 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.249 - - [2025-07-10 02:21:22] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002845 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-networks?parent_id=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003083 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005291 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.019188 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006256 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.011537 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005688 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.012785 10.0.0.249 - - [2025-07-10 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006396 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-machine/37405268-57e2-4759-b389-4c46c42c45cd HTTP/1.1" 200 1295 0.006760 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-machine-interface/1a0e7bad-f71d-4b57-9a4d-d4784d736bf1 HTTP/1.1" 200 2952 0.004663 10.0.0.249 - - [2025-07-10 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.249 - - [2025-07-10 02:21:22] "GET /obj-perms HTTP/1.1" 200 5075 0.049333 10.0.0.249 - - [2025-07-10 02:21:22] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002894 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-networks?parent_id=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002900 10.0.0.249 - - [2025-07-10 02:21:22] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005960 10.0.0.249 - - [2025-07-10 02:21:23] "GET /obj-perms HTTP/1.1" 200 5075 0.043775 10.0.0.249 - - [2025-07-10 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.249 - - [2025-07-10 02:21:23] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002810 10.0.0.249 - - [2025-07-10 02:21:23] "GET /virtual-networks?parent_id=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002841 10.0.0.249 - - [2025-07-10 02:21:24] "GET /virtual-network/406ecb5e-34ac-4b42-a37b-655ace958cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005177 10.0.0.249 - - [2025-07-10 02:21:28] "POST /neutron/network HTTP/1.1" 200 822 0.006005 10.0.0.249 - - [2025-07-10 02:21:28] "POST /neutron/network HTTP/1.1" 400 204 0.011315 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010254 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 1112 0.008630 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 1086 0.020955 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 1112 0.008976 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 151 0.167228 10.0.0.249 - - [2025-07-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 151 0.145964 10.0.0.249 - - [2025-07-10 02:21:30] "POST /neutron/network HTTP/1.1" 200 822 0.005611 10.0.0.249 - - [2025-07-10 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.249 - - [2025-07-10 02:21:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002797 10.0.0.249 - - [2025-07-10 02:21:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003023 10.0.0.249 - - [2025-07-10 02:21:30] "POST /neutron/network HTTP/1.1" 200 151 0.078490 10.0.0.249 - - [2025-07-10 02:21:30] "DELETE /route-target/3c58b29a-18bb-4c1b-b061-c7f93b4f4b09 HTTP/1.1" 200 115 0.020910 10.0.0.249 - - [2025-07-10 02:21:31] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.249 - - [2025-07-10 02:21:31] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025784 10.0.0.249 - - [2025-07-10 02:21:31] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001592 10.0.0.249 - - [2025-07-10 02:21:31] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?fields=virtual_networks HTTP/1.1" 200 1035 0.065974 10.0.0.249 - - [2025-07-10 02:21:31] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.249 - - [2025-07-10 02:21:31] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024080 10.0.0.249 - - [2025-07-10 02:21:31] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.249 - - [2025-07-10 02:21:31] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?fields=security_groups HTTP/1.1" 200 1263 0.024330 10.0.0.249 - - [2025-07-10 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.023129 10.0.0.249 - - [2025-07-10 02:21:32] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002536 10.0.0.249 - - [2025-07-10 02:21:32] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2025-07-10 02:21:32] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006910 10.0.0.249 - - [2025-07-10 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.001135 10.0.0.249 - - [2025-07-10 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.002021 10.0.0.249 - - [2025-07-10 02:21:32] "POST /security-groups HTTP/1.1" 200 591 0.059645 10.0.0.249 - - [2025-07-10 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.002235 10.0.0.249 - - [2025-07-10 02:21:32] "POST /projects HTTP/1.1" 200 585 0.200831 10.0.0.249 - - [2025-07-10 02:21:32] "POST /access-control-lists HTTP/1.1" 200 598 0.056310 10.0.0.249 - - [2025-07-10 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.269703 10.0.0.249 - - [2025-07-10 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.002389 10.0.0.249 - - [2025-07-10 02:21:32] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.382648 10.0.0.249 - - [2025-07-10 02:21:32] "POST /access-control-lists HTTP/1.1" 200 596 0.056121 10.0.0.249 - - [2025-07-10 02:21:33] "GET / HTTP/1.1" 200 36215 0.001919 10.0.0.249 - - [2025-07-10 02:21:34] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2025-07-10 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.049848 10.0.0.249 - - [2025-07-10 02:21:34] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.249 - - [2025-07-10 02:21:34] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.031923 10.0.0.249 - - [2025-07-10 02:21:34] "POST /neutron/network HTTP/1.1" 200 117 0.026393 10.0.0.249 - - [2025-07-10 02:21:34] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002178 10.0.0.249 - - [2025-07-10 02:21:34] "POST /neutron/network HTTP/1.1" 200 625 0.056687 10.0.0.249 - - [2025-07-10 02:21:34] "POST /route-targets HTTP/1.1" 200 328 0.010593 10.0.0.249 - - [2025-07-10 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.011111 10.0.0.249 - - [2025-07-10 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005379 10.0.0.249 - - [2025-07-10 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.206878 10.0.0.249 - - [2025-07-10 02:21:34] "POST /neutron/network HTTP/1.1" 200 839 0.008734 10.0.0.249 - - [2025-07-10 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.001241 10.0.0.249 - - [2025-07-10 02:21:34] "GET /virtual-network/0d7d3a2d-948e-4503-b125-d386f301fcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004696 10.0.0.249 - - [2025-07-10 02:21:34] "POST /neutron/network HTTP/1.1" 200 839 0.006694 10.0.0.249 - - [2025-07-10 02:21:35] "GET /virtual-network/0d7d3a2d-948e-4503-b125-d386f301fcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005376 10.0.0.249 - - [2025-07-10 02:21:35] "POST /neutron/network HTTP/1.1" 200 839 0.005811 10.0.0.249 - - [2025-07-10 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.006842 10.0.0.249 - - [2025-07-10 02:21:35] "POST /neutron/network HTTP/1.1" 200 839 0.005205 10.0.0.249 - - [2025-07-10 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001288 10.0.0.249 - - [2025-07-10 02:21:35] "POST /neutron/network HTTP/1.1" 200 849 0.005270 10.0.0.249 - - [2025-07-10 02:21:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.249 - - [2025-07-10 02:21:35] "GET / HTTP/1.1" 200 36215 0.002609 10.0.0.249 - - [2025-07-10 02:21:35] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000547 10.0.0.249 - - [2025-07-10 02:21:35] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.249 - - [2025-07-10 02:21:35] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042937 10.0.0.249 - - [2025-07-10 02:21:35] "POST /neutron/network HTTP/1.1" 200 839 0.004759 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.005803 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.004621 10.0.0.249 - - [2025-07-10 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.249 - - [2025-07-10 02:21:36] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003371 10.0.0.249 - - [2025-07-10 02:21:36] "PUT /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 277 0.008080 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.004667 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/network HTTP/1.1" 200 849 0.005683 10.0.0.249 - - [2025-07-10 02:21:36] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001151 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.203466 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.010548 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 1055 0.007541 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 1109 0.056474 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 1083 0.011546 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003326 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.007252 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.249 - - [2025-07-10 02:21:36] "POST /neutron/network HTTP/1.1" 200 839 0.005593 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010371 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006970 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014575 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005871 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010082 10.0.0.249 - - [2025-07-10 02:21:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006428 10.0.0.249 - - [2025-07-10 02:21:41] "GET /virtual-machine/d128d664-8458-457b-8fbc-bfb459b3bc3a HTTP/1.1" 401 293 0.000441 10.0.0.249 - - [2025-07-10 02:21:41] "GET /virtual-machine/d128d664-8458-457b-8fbc-bfb459b3bc3a HTTP/1.1" 200 1295 0.026335 10.0.0.249 - - [2025-07-10 02:21:41] "GET /virtual-machine-interface/db27814f-dce7-4410-b520-e4a7cc3677a1 HTTP/1.1" 200 2978 0.004611 10.0.0.249 - - [2025-07-10 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.249 - - [2025-07-10 02:21:41] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.002993 10.0.0.249 - - [2025-07-10 02:21:42] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002954 10.0.0.249 - - [2025-07-10 02:21:42] "GET /virtual-network/0d7d3a2d-948e-4503-b125-d386f301fcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006561 10.0.0.249 - - [2025-07-10 02:21:44] "POST /neutron/port HTTP/1.1" 200 1083 0.012102 10.0.0.249 - - [2025-07-10 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004585 10.0.0.249 - - [2025-07-10 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.249 - - [2025-07-10 02:21:45] "GET /virtual-network/0d7d3a2d-948e-4503-b125-d386f301fcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004729 10.0.0.249 - - [2025-07-10 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.249 - - [2025-07-10 02:21:47] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003376 10.0.0.249 - - [2025-07-10 02:21:47] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002697 10.0.0.249 - - [2025-07-10 02:21:47] "GET /virtual-network/0d7d3a2d-948e-4503-b125-d386f301fcd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007664 10.0.0.249 - - [2025-07-10 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.249 - - [2025-07-10 02:21:49] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.002960 10.0.0.249 - - [2025-07-10 02:21:49] "PUT /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 277 0.008473 10.0.0.249 - - [2025-07-10 02:21:49] "POST /neutron/network HTTP/1.1" 200 839 0.005358 10.0.0.249 - - [2025-07-10 02:21:49] "POST /neutron/network HTTP/1.1" 400 204 0.009364 10.0.0.249 - - [2025-07-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 1083 0.010639 10.0.0.249 - - [2025-07-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 1109 0.009376 10.0.0.249 - - [2025-07-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 151 0.098110 10.0.0.249 - - [2025-07-10 02:21:51] "POST /neutron/network HTTP/1.1" 200 839 0.005318 10.0.0.249 - - [2025-07-10 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.249 - - [2025-07-10 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.249 - - [2025-07-10 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.249 - - [2025-07-10 02:21:51] "POST /neutron/network HTTP/1.1" 200 151 0.069160 10.0.0.249 - - [2025-07-10 02:21:51] "DELETE /route-target/9a02f2bf-0a0d-4309-b28c-ae2d13d67ffe HTTP/1.1" 200 115 0.013335 10.0.0.249 - - [2025-07-10 02:21:52] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002771 10.0.0.249 - - [2025-07-10 02:21:52] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127 HTTP/1.1" 200 1831 0.002969 10.0.0.249 - - [2025-07-10 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.249 - - [2025-07-10 02:21:52] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.249 - - [2025-07-10 02:21:52] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.020849 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 117 0.007400 10.0.0.249 - - [2025-07-10 02:21:52] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 605 0.061031 10.0.0.249 - - [2025-07-10 02:21:52] "POST /route-targets HTTP/1.1" 200 328 0.009097 10.0.0.249 - - [2025-07-10 02:21:52] "POST /ref-update HTTP/1.1" 200 156 0.011579 10.0.0.249 - - [2025-07-10 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.148692 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 824 0.004995 10.0.0.249 - - [2025-07-10 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001105 10.0.0.249 - - [2025-07-10 02:21:52] "GET /virtual-network/2c31dcfd-5ece-4edd-b4e8-51ce1b6f9b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004694 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 824 0.005115 10.0.0.249 - - [2025-07-10 02:21:52] "GET /virtual-network/2c31dcfd-5ece-4edd-b4e8-51ce1b6f9b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004622 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 824 0.005332 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.006071 10.0.0.249 - - [2025-07-10 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001110 10.0.0.249 - - [2025-07-10 02:21:52] "POST /neutron/network HTTP/1.1" 200 834 0.005163 10.0.0.249 - - [2025-07-10 02:21:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-07-10 02:21:53] "GET / HTTP/1.1" 200 36215 0.001701 10.0.0.249 - - [2025-07-10 02:21:53] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-07-10 02:21:53] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.249 - - [2025-07-10 02:21:53] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042528 10.0.0.249 - - [2025-07-10 02:21:53] "POST /neutron/network HTTP/1.1" 200 824 0.005008 10.0.0.249 - - [2025-07-10 02:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.004524 10.0.0.249 - - [2025-07-10 02:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.005056 10.0.0.249 - - [2025-07-10 02:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.005057 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/network HTTP/1.1" 200 834 0.005244 10.0.0.249 - - [2025-07-10 02:21:54] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 1060 0.192952 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 1060 0.009230 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 1060 0.007463 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 1114 0.051549 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 1088 0.010434 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002881 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.006315 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.249 - - [2025-07-10 02:21:54] "POST /neutron/network HTTP/1.1" 200 824 0.005138 10.0.0.249 - - [2025-07-10 02:21:58] "POST /neutron/port HTTP/1.1" 200 1088 0.010341 10.0.0.249 - - [2025-07-10 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007339 10.0.0.249 - - [2025-07-10 02:21:58] "POST /neutron/port HTTP/1.1" 200 1088 0.021157 10.0.0.249 - - [2025-07-10 02:21:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008111 10.0.0.249 - - [2025-07-10 02:21:59] "POST /neutron/port HTTP/1.1" 200 1088 0.011001 10.0.0.249 - - [2025-07-10 02:21:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006897 10.0.0.249 - - [2025-07-10 02:21:59] "GET /virtual-machine/a4c86bd3-3384-4a46-a273-092b491aef4e HTTP/1.1" 200 1295 0.005114 10.0.0.249 - - [2025-07-10 02:21:59] "GET /virtual-machine-interface/9b6e945d-b5f6-49f7-af61-3b2eb45c8386 HTTP/1.1" 200 2948 0.005001 10.0.0.249 - - [2025-07-10 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.249 - - [2025-07-10 02:21:59] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003186 10.0.0.249 - - [2025-07-10 02:21:59] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002815 10.0.0.249 - - [2025-07-10 02:21:59] "GET /virtual-network/2c31dcfd-5ece-4edd-b4e8-51ce1b6f9b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005413 10.0.0.249 - - [2025-07-10 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2025-07-10 02:22:02] "GET /virtual-network/2c31dcfd-5ece-4edd-b4e8-51ce1b6f9b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005621 10.0.0.249 - - [2025-07-10 02:22:02] "POST /neutron/port HTTP/1.1" 200 1088 0.010674 10.0.0.249 - - [2025-07-10 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004819 10.0.0.249 - - [2025-07-10 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2025-07-10 02:22:04] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003283 10.0.0.249 - - [2025-07-10 02:22:04] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003262 10.0.0.249 - - [2025-07-10 02:22:04] "GET /virtual-network/2c31dcfd-5ece-4edd-b4e8-51ce1b6f9b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005790 10.0.0.249 - - [2025-07-10 02:22:06] "POST /neutron/network HTTP/1.1" 200 824 0.005471 10.0.0.249 - - [2025-07-10 02:22:06] "POST /neutron/network HTTP/1.1" 400 204 0.009241 10.0.0.249 - - [2025-07-10 02:22:06] "POST /neutron/port HTTP/1.1" 200 1088 0.011116 10.0.0.249 - - [2025-07-10 02:22:06] "POST /neutron/port HTTP/1.1" 200 1114 0.008089 10.0.0.249 - - [2025-07-10 02:22:07] "POST /neutron/port HTTP/1.1" 200 151 0.083462 10.0.0.249 - - [2025-07-10 02:22:08] "POST /neutron/network HTTP/1.1" 200 824 0.005435 10.0.0.249 - - [2025-07-10 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.249 - - [2025-07-10 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.249 - - [2025-07-10 02:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.249 - - [2025-07-10 02:22:08] "POST /neutron/network HTTP/1.1" 200 151 0.081287 10.0.0.249 - - [2025-07-10 02:22:08] "DELETE /route-target/4596d433-347f-4f7d-9d29-b0e449e3f1c4 HTTP/1.1" 200 115 0.020799 10.0.0.249 - - [2025-07-10 02:22:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002747 10.0.0.249 - - [2025-07-10 02:22:09] "POST /network-ipams HTTP/1.1" 200 543 0.014145 10.0.0.249 - - [2025-07-10 02:22:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002624 10.0.0.249 - - [2025-07-10 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.249 - - [2025-07-10 02:22:09] "GET /network-ipam/dc56b601-ae19-483c-9aa2-551af8571148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.004830 10.0.0.249 - - [2025-07-10 02:22:09] "PUT /network-ipam/dc56b601-ae19-483c-9aa2-551af8571148 HTTP/1.1" 200 259 0.009110 10.0.0.249 - - [2025-07-10 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.249 - - [2025-07-10 02:22:09] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.249 - - [2025-07-10 02:22:09] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026131 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/network HTTP/1.1" 200 117 0.007398 10.0.0.249 - - [2025-07-10 02:22:09] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/network HTTP/1.1" 200 605 0.059066 10.0.0.249 - - [2025-07-10 02:22:09] "POST /route-targets HTTP/1.1" 200 328 0.008872 10.0.0.249 - - [2025-07-10 02:22:09] "POST /ref-update HTTP/1.1" 200 156 0.012489 10.0.0.249 - - [2025-07-10 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.166442 10.0.0.249 - - [2025-07-10 02:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.151006 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/network HTTP/1.1" 200 994 0.006614 10.0.0.249 - - [2025-07-10 02:22:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001146 10.0.0.249 - - [2025-07-10 02:22:09] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005146 10.0.0.249 - - [2025-07-10 02:22:09] "POST /neutron/network HTTP/1.1" 200 994 0.006927 10.0.0.249 - - [2025-07-10 02:22:10] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004929 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/network HTTP/1.1" 200 994 0.006947 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.008635 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.007670 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/network HTTP/1.1" 200 994 0.006790 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.006621 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.007659 10.0.0.249 - - [2025-07-10 02:22:10] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002127 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.152065 10.0.0.249 - - [2025-07-10 02:22:10] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.150779 10.0.0.249 - - [2025-07-10 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001533 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.007113 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.031567 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/network HTTP/1.1" 200 994 0.007197 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 1017 0.006440 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.004968 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.004478 10.0.0.249 - - [2025-07-10 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173 10.0.0.249 - - [2025-07-10 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.004607 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.006713 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.006725 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/network HTTP/1.1" 200 994 0.005859 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.006810 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007308 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007668 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.004300 10.0.0.249 - - [2025-07-10 02:22:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001807 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.005810 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/network HTTP/1.1" 200 1004 0.008361 10.0.0.249 - - [2025-07-10 02:22:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-07-10 02:22:11] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.249 - - [2025-07-10 02:22:11] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.030212 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.030835 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/network HTTP/1.1" 200 1004 0.006483 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/network HTTP/1.1" 200 1004 0.008571 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007018 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.007032 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008958 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1017 0.008634 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1109 0.096892 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1109 0.081397 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.012120 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/port HTTP/1.1" 200 1083 0.011048 10.0.0.249 - - [2025-07-10 02:22:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002828 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.007509 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.010401 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/network HTTP/1.1" 200 994 0.012177 10.0.0.249 - - [2025-07-10 02:22:12] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/network HTTP/1.1" 200 994 0.012101 10.0.0.249 - - [2025-07-10 02:22:12] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056276 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/network HTTP/1.1" 200 994 0.007137 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/port HTTP/1.1" 200 2050 0.013765 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005769 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.008090 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains HTTP/1.1" 200 281 0.002530 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2772 0.007911 10.0.0.249 - - [2025-07-10 02:22:12] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.249 - - [2025-07-10 02:22:12] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181 HTTP/1.1" 200 2850 0.097933 10.0.0.249 - - [2025-07-10 02:22:12] "GET /network-ipam/dc56b601-ae19-483c-9aa2-551af8571148 HTTP/1.1" 200 2604 0.006597 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains HTTP/1.1" 200 281 0.002565 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2772 0.009643 10.0.0.249 - - [2025-07-10 02:22:12] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.249 - - [2025-07-10 02:22:12] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181 HTTP/1.1" 200 2850 0.092487 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10 HTTP/1.1" 200 3787 0.007965 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10 HTTP/1.1" 200 3787 0.006714 10.0.0.249 - - [2025-07-10 02:22:12] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 200 2386 0.004024 10.0.0.249 - - [2025-07-10 02:22:12] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 200 2386 0.003128 10.0.0.249 - - [2025-07-10 02:22:12] "GET /route-target/80cdcbaa-8747-480e-8040-b5e6ad4ae889 HTTP/1.1" 200 1205 0.003273 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10 HTTP/1.1" 200 3787 0.004769 10.0.0.249 - - [2025-07-10 02:22:12] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 200 2386 0.003423 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005047 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10 HTTP/1.1" 200 3787 0.005654 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/network HTTP/1.1" 200 1004 0.011549 10.0.0.249 - - [2025-07-10 02:22:12] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 200 2386 0.003878 10.0.0.249 - - [2025-07-10 02:22:12] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 200 2386 0.004902 10.0.0.249 - - [2025-07-10 02:22:12] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.249 - - [2025-07-10 02:22:12] "GET /route-target/80cdcbaa-8747-480e-8040-b5e6ad4ae889 HTTP/1.1" 200 1205 0.003217 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains HTTP/1.1" 200 281 0.003988 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.249 - - [2025-07-10 02:22:12] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2772 0.012512 10.0.0.249 - - [2025-07-10 02:22:12] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.249 - - [2025-07-10 02:22:12] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181 HTTP/1.1" 200 3095 0.096541 10.0.0.249 - - [2025-07-10 02:22:12] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10 HTTP/1.1" 200 4046 0.010263 10.0.0.249 - - [2025-07-10 02:22:12] "POST /neutron/port HTTP/1.1" 200 1055 0.274849 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 1055 0.015142 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 1055 0.010987 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 1109 0.101090 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 1083 0.010479 10.0.0.249 - - [2025-07-10 02:22:13] "GET /obj-perms HTTP/1.1" 200 5049 0.063287 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003490 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/subnet HTTP/1.1" 200 673 0.015359 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.001605 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/port HTTP/1.1" 200 1083 0.011585 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/network HTTP/1.1" 200 994 0.016126 10.0.0.249 - - [2025-07-10 02:22:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007287 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010293 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005976 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010263 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005416 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010806 10.0.0.249 - - [2025-07-10 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006051 10.0.0.249 - - [2025-07-10 02:22:18] "GET /virtual-machine/6ef71ba6-ae1b-4275-b81e-a394650f07d2 HTTP/1.1" 200 1290 0.004528 10.0.0.249 - - [2025-07-10 02:22:18] "GET /virtual-machine-interface/59c1363b-e8c6-4465-aee8-105217d90c02 HTTP/1.1" 200 2947 0.004447 10.0.0.249 - - [2025-07-10 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.249 - - [2025-07-10 02:22:18] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003082 10.0.0.249 - - [2025-07-10 02:22:18] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006005 10.0.0.249 - - [2025-07-10 02:22:18] "DELETE /project/15bb37e3d3d04297bca9ff3d715a2181 HTTP/1.1" 404 173 0.024928 10.0.0.249 - - [2025-07-10 02:22:18] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005626 10.0.0.249 - - [2025-07-10 02:22:18] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.249 - - [2025-07-10 02:22:18] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.057765 10.0.0.249 - - [2025-07-10 02:22:18] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.249 - - [2025-07-10 02:22:18] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?fields=security_groups HTTP/1.1" 200 1365 0.032208 10.0.0.249 - - [2025-07-10 02:22:19] "DELETE /security-group/e158f7a7-82ff-40b8-a146-bd7e8ba85d62 HTTP/1.1" 200 115 0.048806 10.0.0.249 - - [2025-07-10 02:22:19] "GET /projects?obj_uuids=7498ad41-b26f-43c4-a215-5502077a0949&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001872 10.0.0.249 - - [2025-07-10 02:22:19] "GET /project/7498ad41-b26f-43c4-a215-5502077a0949?fields=application_policy_sets HTTP/1.1" 200 1404 0.041916 10.0.0.249 - - [2025-07-10 02:22:19] "DELETE /access-control-list/8a20a49e-c378-4fad-87bb-609c4ac82638 HTTP/1.1" 200 115 0.075660 10.0.0.249 - - [2025-07-10 02:22:19] "DELETE /access-control-list/20b48967-4d7c-40bc-9c65-eca77a7c1003 HTTP/1.1" 200 115 0.030162 10.0.0.249 - - [2025-07-10 02:22:19] "DELETE /project/7498ad41-b26f-43c4-a215-5502077a0949 HTTP/1.1" 200 115 0.386933 10.0.0.249 - - [2025-07-10 02:22:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010562 10.0.0.249 - - [2025-07-10 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005276 10.0.0.249 - - [2025-07-10 02:22:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010649 10.0.0.249 - - [2025-07-10 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004605 10.0.0.249 - - [2025-07-10 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.249 - - [2025-07-10 02:22:21] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004708 10.0.0.249 - - [2025-07-10 02:22:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010867 10.0.0.249 - - [2025-07-10 02:22:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004887 10.0.0.249 - - [2025-07-10 02:22:23] "GET /obj-perms HTTP/1.1" 200 5075 0.041682 10.0.0.249 - - [2025-07-10 02:22:23] "GET /obj-perms HTTP/1.1" 200 5075 0.047327 10.0.0.249 - - [2025-07-10 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.249 - - [2025-07-10 02:22:24] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003596 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003610 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006097 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/port HTTP/1.1" 200 1083 0.016703 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006885 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012473 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007342 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/port HTTP/1.1" 200 1083 0.013140 10.0.0.249 - - [2025-07-10 02:22:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006635 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-machine/d6fa4cbb-9b5e-41e7-8e9d-5e4c87e10673 HTTP/1.1" 200 1291 0.005213 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-machine-interface/6afc7d53-add3-4a13-bc1a-6dd931284a23 HTTP/1.1" 200 2947 0.004691 10.0.0.249 - - [2025-07-10 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-10 02:22:24] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003376 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003586 10.0.0.249 - - [2025-07-10 02:22:24] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005025 10.0.0.249 - - [2025-07-10 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-07-10 02:22:25] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003275 10.0.0.249 - - [2025-07-10 02:22:25] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002829 10.0.0.249 - - [2025-07-10 02:22:26] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005382 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/port HTTP/1.1" 200 1083 0.011338 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006445 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/port HTTP/1.1" 200 1083 0.012520 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006084 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/port HTTP/1.1" 200 1083 0.011682 10.0.0.249 - - [2025-07-10 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006112 10.0.0.249 - - [2025-07-10 02:22:26] "GET /virtual-machine/d8268d37-862c-4e39-b824-5aec83d43599 HTTP/1.1" 200 1295 0.004360 10.0.0.249 - - [2025-07-10 02:22:26] "GET /virtual-machine-interface/f7205332-9e42-4db6-a993-5460e42fe590 HTTP/1.1" 200 2948 0.004448 10.0.0.249 - - [2025-07-10 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.249 - - [2025-07-10 02:22:26] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002871 10.0.0.249 - - [2025-07-10 02:22:26] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003006 10.0.0.249 - - [2025-07-10 02:22:26] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005162 10.0.0.249 - - [2025-07-10 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.249 - - [2025-07-10 02:22:27] "GET /global-vrouter-config/ad60c098-53b2-4505-bdb2-0461d847f127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002974 10.0.0.249 - - [2025-07-10 02:22:27] "GET /virtual-networks?parent_id=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004216 10.0.0.249 - - [2025-07-10 02:22:27] "GET /virtual-network/cf3dae7f-7c47-46f1-a124-3106e7d38c10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005078 10.0.0.249 - - [2025-07-10 02:22:27] "GET /global-system-configs HTTP/1.1" 200 323 0.028148 10.0.0.249 - - [2025-07-10 02:22:27] "GET /obj-perms HTTP/1.1" 200 5075 0.063723 10.0.0.249 - - [2025-07-10 02:22:28] "GET /global-system-configs HTTP/1.1" 200 323 0.029478 10.0.0.249 - - [2025-07-10 02:22:28] "GET /obj-perms HTTP/1.1" 200 5075 0.060321 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1109 0.012352 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1109 0.008178 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 151 0.122700 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1109 0.012480 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1109 0.018219 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 151 0.108646 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/network HTTP/1.1" 200 994 0.006820 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014703 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/network HTTP/1.1" 400 204 0.011999 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1109 0.008424 10.0.0.249 - - [2025-07-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 151 0.089314 10.0.0.249 - - [2025-07-10 02:22:45] "POST /neutron/network HTTP/1.1" 200 994 0.007879 10.0.0.249 - - [2025-07-10 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003164 10.0.0.249 - - [2025-07-10 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.249 - - [2025-07-10 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001806 10.0.0.249 - - [2025-07-10 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004352 10.0.0.249 - - [2025-07-10 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001846 10.0.0.249 - - [2025-07-10 02:22:45] "POST /neutron/network HTTP/1.1" 200 151 0.095510 10.0.0.249 - - [2025-07-10 02:22:45] "DELETE /route-target/80cdcbaa-8747-480e-8040-b5e6ad4ae889 HTTP/1.1" 200 115 0.020885 10.0.0.249 - - [2025-07-10 02:22:45] "GET /routing-instance/cfa957f6-86d5-4fed-bf40-51be8f418452 HTTP/1.1" 404 171 0.002267 10.0.0.249 - - [2025-07-10 02:22:45] "GET /domains HTTP/1.1" 200 281 0.003537 10.0.0.249 - - [2025-07-10 02:22:45] "GET /domains?obj_uuids=8bfba57d-e447-4b89-a167-12d6897dfcdb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.249 - - [2025-07-10 02:22:45] "GET /domain/8bfba57d-e447-4b89-a167-12d6897dfcdb HTTP/1.1" 200 2584 0.051210 10.0.0.249 - - [2025-07-10 02:22:45] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.249 - - [2025-07-10 02:22:46] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181 HTTP/1.1" 200 2090 0.066909 10.0.0.249 - - [2025-07-10 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2025-07-10 02:22:46] "DELETE /network-ipam/dc56b601-ae19-483c-9aa2-551af8571148 HTTP/1.1" 200 115 0.022666 10.0.0.249 - - [2025-07-10 02:22:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.002414 10.0.0.249 - - [2025-07-10 02:22:46] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.249 - - [2025-07-10 02:22:46] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.050952 10.0.0.249 - - [2025-07-10 02:22:46] "GET /projects?obj_uuids=15bb37e3-d3d0-4297-bca9-ff3d715a2181&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.249 - - [2025-07-10 02:22:46] "GET /project/15bb37e3-d3d0-4297-bca9-ff3d715a2181?fields=virtual_networks HTTP/1.1" 200 1033 0.067111