++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jul 7 02:02:43 UTC 2025 ===================' INFO: =================== Mon Jul 7 02:02:43 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.65:8081 ' ']' +++ echo 10.0.0.65:8081 ++ ANALYTICS_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.65:9042 ' ']' +++ echo 10.0.0.65:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.65:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.65:8086 ' ']' +++ echo 10.0.0.65:8086 ++ COLLECTOR_SERVERS=10.0.0.65: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.65 ++ CONFIGDB_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.65:8082 ' ']' +++ echo 10.0.0.65:8082 ++ CONFIG_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.65:9161 ' ']' +++ echo 10.0.0.65:9161 ++ CONFIGDB_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.65:9041 ' ']' +++ echo 10.0.0.65:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.65: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.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.65:2181, ']' +++ echo 10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.65:2181 ' ']' +++ echo 10.0.0.65:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.65:2181 ++ RABBITMQ_NODES=10.0.0.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.65:5673, ']' +++ echo 10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.65: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.65:6379 ' ']' +++ echo 10.0.0.65:6379 ++ REDIS_SERVERS=10.0.0.65: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.65 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.65:9092 ' ']' +++ echo 10.0.0.65:9092 ++ KAFKA_SERVERS=10.0.0.65: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.65 ++ 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.65 ++ 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.65 ++ 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.65 ++ cut -d , -f 1 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.65 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.65 +++ local servers=10.0.0.65 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.192,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 1 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.65:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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/07/2025 02:02:52.762 7f79e8468508 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/07/2025 02:02:52.926 7f79e8468508 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/07/2025 02:02:52.941 7f79e8468508 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/07/2025 02:02:52.941 7f79e8468508 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2025-07-07 02:02:56] "GET / HTTP/1.1" 503 181 0.000913 10.0.0.65 - - [2025-07-07 02:02:56] "GET / HTTP/1.1" 503 181 0.000193 10.0.0.65 - - [2025-07-07 02:02:56] "GET / HTTP/1.1" 200 35931 0.055931 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.65 - - [2025-07-07 02:02:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000820 10.0.0.65 - - [2025-07-07 02:02:57] "GET / HTTP/1.1" 200 45871 0.002525 10.0.0.65 - - [2025-07-07 02:02:57] "GET / HTTP/1.1" 200 45871 0.001696 10.0.0.65 - - [2025-07-07 02:02:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000605 10.0.0.65 - - [2025-07-07 02:02:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2025-07-07 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.369868 10.0.0.65 - - [2025-07-07 02:02:57] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.65 - - [2025-07-07 02:02:57] "POST /job-templates HTTP/1.1" 200 555 0.083172 10.0.0.65 - - [2025-07-07 02:02:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.003761 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 563 0.065324 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 191 0.003677 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 545 0.067802 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003487 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 577 0.082407 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.003836 10.0.0.65 - - [2025-07-07 02:02:58] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.343347 10.0.0.65 - - [2025-07-07 02:02:58] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003740 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.039216 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2025-07-07 02:02:58] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 579 0.072852 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 210 0.003744 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 583 0.074391 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.005038 10.0.0.65 - - [2025-07-07 02:02:58] "POST /job-templates HTTP/1.1" 200 559 0.065379 10.0.0.65 - - [2025-07-07 02:02:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.004153 10.0.0.65 - - [2025-07-07 02:02:58] "GET / HTTP/1.1" 200 35931 0.002068 10.0.0.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 569 0.081500 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003704 /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.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 555 0.064933 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003637 10.0.0.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 555 0.067129 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.003579 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.349961 10.0.0.65 - - [2025-07-07 02:02:59] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.024655 10.0.0.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 555 0.080671 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 220 0.005451 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.004355 10.0.0.65 - - [2025-07-07 02:02:59] "POST /config-nodes HTTP/1.1" 200 599 0.028038 10.0.0.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 535 0.081205 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.003401 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.371247 10.0.0.65 - - [2025-07-07 02:02:59] "GET /network-ipam/bd6774ee-afda-4cc9-9c7a-19793f3898b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.018834 10.0.0.65 - - [2025-07-07 02:02:59] "POST /job-templates HTTP/1.1" 200 559 0.078651 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.045351 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.65 - - [2025-07-07 02:02:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.002997 10.0.0.65 - - [2025-07-07 02:02:59] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011512 10.0.0.65 - - [2025-07-07 02:02:59] "GET / HTTP/1.1" 200 35931 0.001695 10.0.0.65 - - [2025-07-07 02:02:59] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 559 0.065794 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-appliance-sets HTTP/1.1" 200 553 0.053169 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.003858 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.002399 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.65 - - [2025-07-07 02:03:00] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014787 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 559 0.068871 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.003901 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-appliance-sets HTTP/1.1" 200 541 0.021038 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 565 0.062146 10.0.0.65 - - [2025-07-07 02:03:00] "GET /network-ipam/bd6774ee-afda-4cc9-9c7a-19793f3898b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004784 10.0.0.65 - - [2025-07-07 02:03:00] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024187 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.002946 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 225 0.003359 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 557 0.066962 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-templates HTTP/1.1" 200 511 0.048877 10.0.0.65 - - [2025-07-07 02:03:00] "POST /access-control-lists HTTP/1.1" 200 587 0.064705 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-templates HTTP/1.1" 200 501 0.021752 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.007941 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 224 0.003394 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-templates HTTP/1.1" 200 515 0.019757 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 555 0.071426 10.0.0.65 - - [2025-07-07 02:03:00] "POST /access-control-lists HTTP/1.1" 200 585 0.065234 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-templates HTTP/1.1" 200 535 0.024445 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 205 0.003978 10.0.0.65 - - [2025-07-07 02:03:00] "POST /service-templates HTTP/1.1" 200 507 0.031600 10.0.0.65 - - [2025-07-07 02:03:00] "POST /route-targets HTTP/1.1" 200 327 0.022650 10.0.0.65 - - [2025-07-07 02:03:00] "POST /job-templates HTTP/1.1" 200 573 0.089873 10.0.0.65 - - [2025-07-07 02:03:00] "POST /ref-update HTTP/1.1" 200 156 0.060663 10.0.0.65 - - [2025-07-07 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003490 10.0.0.65 - - [2025-07-07 02:03:00] "POST /route-targets HTTP/1.1" 200 327 0.014738 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 551 0.062646 10.0.0.65 - - [2025-07-07 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.038412 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003355 10.0.0.65 - - [2025-07-07 02:03:01] "POST /route-targets HTTP/1.1" 200 327 0.011042 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 579 0.066541 10.0.0.65 - - [2025-07-07 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.044788 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003298 10.0.0.65 - - [2025-07-07 02:03:01] "POST /route-targets HTTP/1.1" 200 327 0.011739 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 555 0.067429 10.0.0.65 - - [2025-07-07 02:03:01] "POST /ref-update HTTP/1.1" 200 156 0.053732 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003291 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.003090 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 559 0.066348 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003273 10.0.0.65 - - [2025-07-07 02:03:01] "POST /access-control-lists HTTP/1.1" 200 551 0.088152 10.0.0.65 - - [2025-07-07 02:03:01] "PUT /access-control-list/d247618a-aebe-4a89-9cdf-1e0594be179e HTTP/1.1" 200 272 0.011229 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 575 0.070852 10.0.0.65 - - [2025-07-07 02:03:01] "PUT /access-control-list/2ac37981-8347-4646-aa69-ea3ea04d5111 HTTP/1.1" 200 272 0.016474 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.002944 10.0.0.65 - - [2025-07-07 02:03:01] "POST /job-templates HTTP/1.1" 200 557 0.069867 10.0.0.65 - - [2025-07-07 02:03:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.006413 10.0.0.65 - - [2025-07-07 02:03:02] "POST /job-templates HTTP/1.1" 200 559 0.063930 10.0.0.65 - - [2025-07-07 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.003459 10.0.0.65 - - [2025-07-07 02:03:02] "POST /job-templates HTTP/1.1" 200 555 0.069155 10.0.0.65 - - [2025-07-07 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003417 10.0.0.65 - - [2025-07-07 02:03:02] "POST /job-templates HTTP/1.1" 200 553 0.165011 10.0.0.65 - - [2025-07-07 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003337 10.0.0.65 - - [2025-07-07 02:03:02] "POST /job-templates HTTP/1.1" 200 553 0.064927 10.0.0.65 - - [2025-07-07 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.003312 10.0.0.65 - - [2025-07-07 02:03:02] "POST /job-templates HTTP/1.1" 200 553 0.181490 10.0.0.65 - - [2025-07-07 02:03:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.003340 10.0.0.65 - - [2025-07-07 02:03:03] "POST /job-templates HTTP/1.1" 200 563 0.087605 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 201 0.003462 10.0.0.65 - - [2025-07-07 02:03:03] "POST /job-templates HTTP/1.1" 200 565 0.079909 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.003337 10.0.0.65 - - [2025-07-07 02:03:03] "POST /config-propertiess HTTP/1.1" 200 551 0.020424 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 168 0.003311 10.0.0.65 - - [2025-07-07 02:03:03] "POST /tags HTTP/1.1" 200 321 0.036347 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 166 0.003385 10.0.0.65 - - [2025-07-07 02:03:03] "POST /tags HTTP/1.1" 200 317 0.024371 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 174 0.003639 10.0.0.65 - - [2025-07-07 02:03:03] "POST /tags HTTP/1.1" 200 333 0.023073 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 162 0.003585 10.0.0.65 - - [2025-07-07 02:03:03] "POST /tags HTTP/1.1" 200 309 0.025878 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 174 0.003385 10.0.0.65 - - [2025-07-07 02:03:03] "POST /tags HTTP/1.1" 200 333 0.022447 10.0.0.65 - - [2025-07-07 02:03:03] "POST /fqname-to-id HTTP/1.1" 404 164 0.003256 10.0.0.65 - - [2025-07-07 02:03:04] "POST /tags HTTP/1.1" 200 313 0.025258 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 169 0.003746 10.0.0.65 - - [2025-07-07 02:03:04] "POST /tags HTTP/1.1" 200 323 0.026216 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.65 - - [2025-07-07 02:03:04] "PUT /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03 HTTP/1.1" 200 274 0.012008 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 166 0.003297 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 327 0.018455 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 166 0.003648 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 327 0.012438 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 166 0.003676 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 327 0.016392 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 166 0.004598 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 327 0.012401 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.003386 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 323 0.020166 10.0.0.65 - - [2025-07-07 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 164 0.004600 10.0.0.65 - - [2025-07-07 02:03:04] "POST /hardwares HTTP/1.1" 200 323 0.015996 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.004173 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 317 0.014297 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.003211 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 323 0.011275 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.003227 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 323 0.012505 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.003266 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 323 0.012304 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.65 - - [2025-07-07 02:03:05] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.004037 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 165 0.003357 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 325 0.011600 10.0.0.65 - - [2025-07-07 02:03:05] "PUT /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 276 0.009077 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 165 0.002974 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 325 0.012076 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 165 0.003631 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 325 0.012954 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 165 0.003325 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 325 0.012354 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 164 0.003731 10.0.0.65 - - [2025-07-07 02:03:05] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.65 - - [2025-07-07 02:03:05] "POST /alarms HTTP/1.1" 401 292 0.000465 10.0.0.65 - - [2025-07-07 02:03:05] "POST /hardwares HTTP/1.1" 200 323 0.011732 10.0.0.65 - - [2025-07-07 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 161 0.003569 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 317 0.011816 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.003406 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 323 0.016968 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.003423 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 317 0.012508 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 164 0.005918 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 581 0.046715 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 323 0.016023 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 575 0.023375 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 162 0.003358 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 575 0.020665 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 319 0.012827 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 559 0.020470 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 162 0.003889 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 555 0.025685 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 319 0.014531 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 165 0.002393 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 557 0.026314 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 325 0.014243 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 565 0.018345 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.003294 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 549 0.019397 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 317 0.012432 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 557 0.020326 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 161 0.003103 10.0.0.65 - - [2025-07-07 02:03:06] "POST /hardwares HTTP/1.1" 200 317 0.014272 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 567 0.027463 10.0.0.65 - - [2025-07-07 02:03:06] "POST /fqname-to-id HTTP/1.1" 404 162 0.005569 10.0.0.65 - - [2025-07-07 02:03:06] "POST /alarms HTTP/1.1" 200 555 0.018378 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 319 0.012802 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 567 0.016124 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.003118 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 575 0.061582 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 319 0.026373 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 162 0.002973 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 569 0.019225 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 319 0.013461 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 561 0.019081 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 158 0.003432 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 561 0.022300 10.0.0.65 - - [2025-07-07 02:03:07] "GET / HTTP/1.1" 200 35931 0.001877 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 311 0.014270 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 158 0.003097 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 561 0.022708 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 311 0.015711 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 547 0.024896 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 160 0.003540 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 595 0.019951 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 315 0.011406 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 575 0.017465 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 154 0.003019 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 571 0.023476 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 303 0.015419 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 158 0.002949 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 583 0.028733 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.026942 10.0.0.65 - - [2025-07-07 02:03:07] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005915 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 311 0.013492 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.002464 10.0.0.65 - - [2025-07-07 02:03:07] "POST /alarms HTTP/1.1" 200 609 0.018831 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 155 0.003864 10.0.0.65 - - [2025-07-07 02:03:07] "POST /config-database-nodes HTTP/1.1" 200 617 0.019404 10.0.0.65 - - [2025-07-07 02:03:07] "POST /hardwares HTTP/1.1" 200 305 0.012172 10.0.0.65 - - [2025-07-07 02:03:07] "POST /fqname-to-id HTTP/1.1" 404 155 0.003339 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 305 0.011405 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 155 0.003129 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 305 0.011809 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 155 0.003612 10.0.0.65 - - [2025-07-07 02:03:08] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.65 - - [2025-07-07 02:03:08] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000822 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 305 0.011270 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 156 0.003308 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 307 0.012394 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 156 0.003980 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 307 0.012422 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 156 0.003358 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 307 0.011436 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 157 0.004643 10.0.0.65 - - [2025-07-07 02:03:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024913 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 309 0.013350 10.0.0.65 - - [2025-07-07 02:03:08] "PUT /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 276 0.011062 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.003221 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 311 0.012982 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 158 0.003333 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 311 0.011812 10.0.0.65 - - [2025-07-07 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 153 0.003888 10.0.0.65 - - [2025-07-07 02:03:08] "POST /hardwares HTTP/1.1" 200 301 0.016397 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.004210 10.0.0.65 - - [2025-07-07 02:03:09] "GET / HTTP/1.1" 200 35931 0.002750 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.015965 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003213 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.012171 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003237 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.010925 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003309 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.011886 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025131 10.0.0.65 - - [2025-07-07 02:03:09] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003991 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.002878 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.011835 10.0.0.65 - - [2025-07-07 02:03:09] "PUT /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 276 0.008962 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 161 0.003328 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 317 0.011963 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003251 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.010818 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 157 0.003062 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 309 0.012226 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 154 0.003304 10.0.0.65 - - [2025-07-07 02:03:09] "POST /hardwares HTTP/1.1" 200 303 0.011348 10.0.0.65 - - [2025-07-07 02:03:09] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2025-07-07 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.003415 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 533 0.017833 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 185 0.003145 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 523 0.017175 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003597 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 521 0.016655 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003313 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.022980 10.0.0.65 - - [2025-07-07 02:03:10] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005981 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 521 0.015695 10.0.0.65 - - [2025-07-07 02:03:10] "PUT /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03 HTTP/1.1" 200 274 0.016184 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.002304 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 531 0.017925 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003143 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 521 0.017058 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.003363 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 539 0.017074 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.003037 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 525 0.017494 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.003441 10.0.0.65 - - [2025-07-07 02:03:10] "POST /features HTTP/1.1" 200 519 0.016888 10.0.0.65 - - [2025-07-07 02:03:10] "POST /fqname-to-id HTTP/1.1" 404 182 0.003302 10.0.0.65 - - [2025-07-07 02:03:11] "POST /features HTTP/1.1" 200 517 0.016566 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.003375 10.0.0.65 - - [2025-07-07 02:03:11] "POST /features HTTP/1.1" 200 533 0.017280 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.003181 10.0.0.65 - - [2025-07-07 02:03:11] "POST /features HTTP/1.1" 200 541 0.018332 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 178 0.003847 10.0.0.65 - - [2025-07-07 02:03:11] "POST /physical-roles HTTP/1.1" 200 521 0.018813 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 179 0.003240 10.0.0.65 - - [2025-07-07 02:03:11] "POST /physical-roles HTTP/1.1" 200 523 0.022982 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.002944 10.0.0.65 - - [2025-07-07 02:03:11] "POST /physical-roles HTTP/1.1" 200 533 0.016627 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 177 0.003485 10.0.0.65 - - [2025-07-07 02:03:11] "POST /physical-roles HTTP/1.1" 200 519 0.031918 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003217 10.0.0.65 - - [2025-07-07 02:03:11] "POST /overlay-roles HTTP/1.1" 200 545 0.016861 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 184 0.003795 10.0.0.65 - - [2025-07-07 02:03:11] "POST /overlay-roles HTTP/1.1" 200 531 0.018068 10.0.0.65 - - [2025-07-07 02:03:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003530 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 545 0.016672 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 185 0.003214 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 533 0.016736 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003243 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 541 0.016502 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.65 - - [2025-07-07 02:03:12] "PUT /overlay-role/a7938332-5401-4637-89bd-63a952478b3d HTTP/1.1" 200 258 0.009366 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.003373 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 531 0.017012 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 185 0.003215 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 533 0.016794 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.003329 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 529 0.017068 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.004115 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 537 0.017314 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003245 10.0.0.65 - - [2025-07-07 02:03:12] "POST /overlay-roles HTTP/1.1" 200 541 0.016117 10.0.0.65 - - [2025-07-07 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 178 0.003880 10.0.0.65 - - [2025-07-07 02:03:13] "POST /overlay-roles HTTP/1.1" 200 519 0.049146 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.003184 10.0.0.65 - - [2025-07-07 02:03:13] "POST /overlay-roles HTTP/1.1" 200 543 0.032392 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 182 0.003594 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 533 0.017281 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003239 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 547 0.039151 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.003303 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 549 0.023266 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.003301 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 551 0.020371 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003383 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 563 0.020619 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.003137 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 547 0.020960 10.0.0.65 - - [2025-07-07 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 190 0.003387 10.0.0.65 - - [2025-07-07 02:03:13] "POST /role-definitions HTTP/1.1" 200 549 0.018954 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 191 0.004415 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 551 0.022532 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.003602 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 549 0.018391 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003276 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 561 0.019753 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003178 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 547 0.018347 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 190 0.003444 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 549 0.019748 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.003325 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 545 0.019608 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 189 0.003663 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 547 0.017296 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.003738 10.0.0.65 - - [2025-07-07 02:03:14] "POST /role-definitions HTTP/1.1" 200 553 0.022840 10.0.0.65 - - [2025-07-07 02:03:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003244 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 555 0.028691 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 182 0.003481 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 533 0.031144 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 187 0.003383 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 543 0.018445 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 181 0.003194 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 531 0.017900 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.003291 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 537 0.019207 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.003507 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 547 0.018970 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.003931 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 557 0.017036 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003233 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 561 0.018798 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003102 10.0.0.65 - - [2025-07-07 02:03:15] "POST /role-definitions HTTP/1.1" 200 559 0.018281 10.0.0.65 - - [2025-07-07 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003410 10.0.0.65 - - [2025-07-07 02:03:16] "POST /feature-configs HTTP/1.1" 200 537 0.023422 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 212 0.003182 10.0.0.65 - - [2025-07-07 02:03:16] "POST /feature-configs HTTP/1.1" 200 562 0.017675 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.003304 10.0.0.65 - - [2025-07-07 02:03:16] "POST /feature-configs HTTP/1.1" 200 561 0.024064 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.003190 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 547 0.018394 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.004257 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 537 0.020772 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003434 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 549 0.018696 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003203 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 541 0.018765 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003104 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 541 0.019218 10.0.0.65 - - [2025-07-07 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.003263 10.0.0.65 - - [2025-07-07 02:03:16] "POST /node-profiles HTTP/1.1" 200 539 0.022037 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.003143 10.0.0.65 - - [2025-07-07 02:03:17] "POST /node-profiles HTTP/1.1" 200 531 0.017739 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 185 0.003227 10.0.0.65 - - [2025-07-07 02:03:17] "POST /node-profiles HTTP/1.1" 200 533 0.017576 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.003153 10.0.0.65 - - [2025-07-07 02:03:17] "POST /node-profiles HTTP/1.1" 200 557 0.016839 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.002987 10.0.0.65 - - [2025-07-07 02:03:17] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019681 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003011 10.0.0.65 - - [2025-07-07 02:03:17] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017867 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003264 10.0.0.65 - - [2025-07-07 02:03:17] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017087 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003545 10.0.0.65 - - [2025-07-07 02:03:17] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017842 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003018 10.0.0.65 - - [2025-07-07 02:03:17] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016468 10.0.0.65 - - [2025-07-07 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003231 10.0.0.65 - - [2025-07-07 02:03:17] "GET /global-system-configs HTTP/1.1" 200 322 0.665331 10.0.0.65 - - [2025-07-07 02:03:18] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016748 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.003249 10.0.0.65 - - [2025-07-07 02:03:18] "POST /sflow-profiles HTTP/1.1" 200 532 0.017401 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003182 10.0.0.65 - - [2025-07-07 02:03:18] "POST /sflow-profiles HTTP/1.1" 200 538 0.034151 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003223 10.0.0.65 - - [2025-07-07 02:03:18] "POST /sflow-profiles HTTP/1.1" 200 538 0.017233 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.003240 10.0.0.65 - - [2025-07-07 02:03:18] "POST /grpc-profiles HTTP/1.1" 200 530 0.017617 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.003151 10.0.0.65 - - [2025-07-07 02:03:18] "POST /snmp-profiles HTTP/1.1" 200 530 0.018307 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.003065 10.0.0.65 - - [2025-07-07 02:03:18] "POST /netconf-profiles HTTP/1.1" 200 542 0.017345 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003581 10.0.0.65 - - [2025-07-07 02:03:18] "POST /device-functional-groups HTTP/1.1" 200 540 0.017610 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003293 10.0.0.65 - - [2025-07-07 02:03:18] "POST /device-functional-groups HTTP/1.1" 200 540 0.018480 10.0.0.65 - - [2025-07-07 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.003662 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 544 0.016842 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.003043 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 542 0.016845 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 218 0.003012 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 590 0.021941 10.0.0.65 - - [2025-07-07 02:03:19] "GET /global-system-configs HTTP/1.1" 200 322 0.028537 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.002959 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 570 0.016316 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.003108 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 620 0.017000 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003021 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 566 0.017885 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 205 0.003109 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 564 0.016034 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.003497 10.0.0.65 - - [2025-07-07 02:03:19] "POST /device-functional-groups HTTP/1.1" 200 574 0.016638 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003151 10.0.0.65 - - [2025-07-07 02:03:19] "POST /role-configs HTTP/1.1" 200 525 0.016539 10.0.0.65 - - [2025-07-07 02:03:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.003183 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 520 0.018492 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003101 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 522 0.016836 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.002971 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 522 0.016792 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.003190 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 526 0.041626 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.003080 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 521 0.016604 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.004122 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 517 0.016128 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.002931 10.0.0.65 - - [2025-07-07 02:03:20] "POST /role-configs HTTP/1.1" 200 518 0.016863 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.65 - - [2025-07-07 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.65 - - [2025-07-07 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.010035 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.010350 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.010425 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.009201 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.65 - - [2025-07-07 02:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.65 - - [2025-07-07 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.008992 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.009032 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.008739 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.008252 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.65 - - [2025-07-07 02:03:22] "POST /ref-update HTTP/1.1" 200 156 0.009203 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.65 - - [2025-07-07 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.008342 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.008159 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.65 - - [2025-07-07 02:03:23] "POST /ref-update HTTP/1.1" 200 156 0.008149 10.0.0.65 - - [2025-07-07 02:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.008177 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.009569 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.007440 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.65 - - [2025-07-07 02:03:24] "POST /ref-update HTTP/1.1" 200 156 0.008771 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2025-07-07 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.007548 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.010011 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.008909 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.015147 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.65 - - [2025-07-07 02:03:25] "POST /ref-update HTTP/1.1" 200 156 0.007781 10.0.0.65 - - [2025-07-07 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007655 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.008148 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.65 - - [2025-07-07 02:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-07-07 02:03:26] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.008076 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.009156 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.008605 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.008158 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.008558 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.65 - - [2025-07-07 02:03:27] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.65 - - [2025-07-07 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008753 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.010034 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008235 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.011241 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2025-07-07 02:03:28] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.65 - - [2025-07-07 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.008823 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.65 - - [2025-07-07 02:03:29] "POST /ref-update HTTP/1.1" 200 156 0.007550 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2025-07-07 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.007487 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008410 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.007547 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.65 - - [2025-07-07 02:03:30] "POST /ref-update HTTP/1.1" 200 156 0.008671 10.0.0.65 - - [2025-07-07 02:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.009312 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007185 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.011514 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.65 - - [2025-07-07 02:03:31] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.65 - - [2025-07-07 02:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007454 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.008004 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.65 - - [2025-07-07 02:03:32] "POST /ref-update HTTP/1.1" 200 156 0.008445 10.0.0.65 - - [2025-07-07 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007747 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.007727 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2025-07-07 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2025-07-07 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.007697 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.007817 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.009057 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.65 - - [2025-07-07 02:03:34] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.65 - - [2025-07-07 02:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.007169 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.008368 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.65 - - [2025-07-07 02:03:35] "POST /ref-update HTTP/1.1" 200 156 0.007545 10.0.0.65 - - [2025-07-07 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.008661 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.009267 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.65 - - [2025-07-07 02:03:36] "POST /ref-update HTTP/1.1" 200 156 0.007422 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.65 - - [2025-07-07 02:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.009553 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008835 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.007667 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008000 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2025-07-07 02:03:37] "POST /ref-update HTTP/1.1" 200 156 0.008612 10.0.0.65 - - [2025-07-07 02:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.007346 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.008216 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.007127 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.65 - - [2025-07-07 02:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.65 - - [2025-07-07 02:03:38] "POST /ref-update HTTP/1.1" 200 156 0.008596 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.008828 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.65 - - [2025-07-07 02:03:39] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.65 - - [2025-07-07 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007290 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007373 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.006911 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.65 - - [2025-07-07 02:03:40] "POST /ref-update HTTP/1.1" 200 156 0.007601 10.0.0.65 - - [2025-07-07 02:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.006880 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007260 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2025-07-07 02:03:41] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.65 - - [2025-07-07 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007598 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007381 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.006998 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.006875 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007851 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.65 - - [2025-07-07 02:03:42] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.65 - - [2025-07-07 02:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007314 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007108 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007448 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007188 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.65 - - [2025-07-07 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.65 - - [2025-07-07 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007192 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007401 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007952 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.65 - - [2025-07-07 02:03:44] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.65 - - [2025-07-07 02:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007542 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.009784 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.008928 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.008374 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.65 - - [2025-07-07 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.65 - - [2025-07-07 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.009262 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.019184 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.011656 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.022703 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007282 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.010943 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.65 - - [2025-07-07 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.013479 10.0.0.65 - - [2025-07-07 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.010088 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.65 - - [2025-07-07 02:03:47] "GET / HTTP/1.1" 200 35931 0.002409 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008115 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.65 - - [2025-07-07 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.65 - - [2025-07-07 02:03:47] "POST /ref-update HTTP/1.1" 200 156 0.008197 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008361 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.026272 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.65 - - [2025-07-07 02:03:48] "GET /routing-instance/c78bf901-a131-4461-993d-6d7bb1d27e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003467 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2025-07-07 02:03:48] "POST /bgp-routers HTTP/1.1" 200 620 0.018863 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.007343 10.0.0.65 - - [2025-07-07 02:03:48] "GET /bgp-router/efc3bad8-9d2f-4ec9-81f2-ff75c6474396?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.006637 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.65 - - [2025-07-07 02:03:48] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006689 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008057 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003285 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.010213 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.65 - - [2025-07-07 02:03:48] "POST /ref-update HTTP/1.1" 200 156 0.011930 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.65 - - [2025-07-07 02:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.010128 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.009126 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.008894 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.009395 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.012247 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.65 - - [2025-07-07 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.65 - - [2025-07-07 02:03:49] "POST /ref-update HTTP/1.1" 200 156 0.009719 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.014067 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.009440 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.010220 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.65 - - [2025-07-07 02:03:50] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.65 - - [2025-07-07 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.010263 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.008792 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.65 - - [2025-07-07 02:03:51] "POST /ref-update HTTP/1.1" 200 156 0.009390 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.65 - - [2025-07-07 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.010244 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.011615 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.008800 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.010278 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.65 - - [2025-07-07 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.65 - - [2025-07-07 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.009518 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.008350 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.010237 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.65 - - [2025-07-07 02:03:53] "POST /ref-update HTTP/1.1" 200 156 0.010012 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.65 - - [2025-07-07 02:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009503 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009805 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009540 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.65 - - [2025-07-07 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.65 - - [2025-07-07 02:03:54] "POST /ref-update HTTP/1.1" 200 156 0.009804 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.012453 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.009651 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.009143 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.009306 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.65 - - [2025-07-07 02:03:55] "POST /ref-update HTTP/1.1" 200 156 0.010193 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.65 - - [2025-07-07 02:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008192 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.007522 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2025-07-07 02:03:56] "POST /ref-update HTTP/1.1" 200 156 0.010225 10.0.0.65 - - [2025-07-07 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.008398 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007418 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007150 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.008596 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2025-07-07 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.65 - - [2025-07-07 02:03:57] "POST /ref-update HTTP/1.1" 200 156 0.007845 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.011428 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.011034 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.011442 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.011102 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.65 - - [2025-07-07 02:03:58] "POST /ref-update HTTP/1.1" 200 156 0.010973 10.0.0.65 - - [2025-07-07 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.010281 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.008378 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.009201 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.007928 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.009678 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.65 - - [2025-07-07 02:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.65 - - [2025-07-07 02:03:59] "POST /ref-update HTTP/1.1" 200 156 0.008071 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.65 - - [2025-07-07 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.008667 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.65 - - [2025-07-07 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.65 - - [2025-07-07 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.65 - - [2025-07-07 02:04:00] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.65 - - [2025-07-07 02:04:00] "POST /network-ipams HTTP/1.1" 200 550 0.016821 10.0.0.65 - - [2025-07-07 02:04:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003948 10.0.0.65 - - [2025-07-07 02:04:00] "POST /virtual-networks HTTP/1.1" 200 552 0.098050 10.0.0.65 - - [2025-07-07 02:04:00] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002952 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.003211 10.0.0.65 - - [2025-07-07 02:04:00] "POST /fqname-to-id HTTP/1.1" 404 178 0.003187 10.0.0.65 - - [2025-07-07 02:04:00] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003079 10.0.0.65 - - [2025-07-07 02:04:01] "GET /fabric/c24e6bf0-4c29-4706-a127-383ce9938100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004371 10.0.0.65 - - [2025-07-07 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003117 10.0.0.65 - - [2025-07-07 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.003809 10.0.0.65 - - [2025-07-07 02:04:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003165 10.0.0.65 - - [2025-07-07 02:04:01] "POST /route-targets HTTP/1.1" 200 327 0.010001 10.0.0.65 - - [2025-07-07 02:04:01] "POST /ref-update HTTP/1.1" 200 156 0.010057 10.0.0.65 - - [2025-07-07 02:04:20] "GET / HTTP/1.1" 200 35931 0.002129 10.0.0.65 - - [2025-07-07 02:04:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2025-07-07 02:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025775 10.0.0.65 - - [2025-07-07 02:04:20] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.011780 10.0.0.65 - - [2025-07-07 02:04:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.003169 10.0.0.65 - - [2025-07-07 02:04:20] "POST /database-nodes HTTP/1.1" 200 603 0.020234 10.0.0.65 - - [2025-07-07 02:04:54] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.65 - - [2025-07-07 02:04:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.65 - - [2025-07-07 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.027183 10.0.0.65 - - [2025-07-07 02:04:55] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006636 10.0.0.65 - - [2025-07-07 02:04:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003450 10.0.0.65 - - [2025-07-07 02:04:55] "POST /analytics-nodes HTTP/1.1" 200 605 0.017649 10.0.0.65 - - [2025-07-07 02:05:01] "GET / HTTP/1.1" 200 35931 0.001879 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.65 - - [2025-07-07 02:05:02] "GET /obj-perms HTTP/1.1" 200 5056 0.414458 10.0.0.65 - - [2025-07-07 02:05:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050745 10.0.0.65 - - [2025-07-07 02:05:09] "GET / HTTP/1.1" 200 35931 0.003424 10.0.0.65 - - [2025-07-07 02:05:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.65 - - [2025-07-07 02:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.026362 10.0.0.65 - - [2025-07-07 02:05:09] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006379 10.0.0.65 - - [2025-07-07 02:05:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003175 10.0.0.65 - - [2025-07-07 02:05:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027920 10.0.0.65 - - [2025-07-07 02:05:18] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.65 - - [2025-07-07 02:05:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.65 - - [2025-07-07 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024277 10.0.0.65 - - [2025-07-07 02:05:18] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007332 10.0.0.65 - - [2025-07-07 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003837 10.0.0.65 - - [2025-07-07 02:05:18] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.020100 10.0.0.65 - - [2025-07-07 02:06:03] "GET /obj-perms HTTP/1.1" 200 5056 0.066088 10.0.0.65 - - [2025-07-07 02:06:03] "GET /obj-perms HTTP/1.1" 200 5056 0.061575 10.0.0.65 - - [2025-07-07 02:07:03] "GET /obj-perms HTTP/1.1" 200 5056 0.047976 10.0.0.65 - - [2025-07-07 02:07:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059981 10.0.0.65 - - [2025-07-07 02:07:44] "GET / HTTP/1.1" 200 35931 0.002111 10.0.0.65 - - [2025-07-07 02:07:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.027045 10.0.0.65 - - [2025-07-07 02:07:45] "GET /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006314 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2025-07-07 02:07:45] "GET /routing-instance/c78bf901-a131-4461-993d-6d7bb1d27e74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004330 10.0.0.65 - - [2025-07-07 02:07:45] "PUT /global-system-config/76d38167-6b4e-40cd-b088-981c2dbd8c03 HTTP/1.1" 200 274 0.011501 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 218 0.003257 10.0.0.65 - - [2025-07-07 02:07:45] "POST /virtual-routers HTTP/1.1" 200 603 0.023852 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.65 - - [2025-07-07 02:07:45] "GET /virtual-router/42ea360c-a2e9-48c9-a83a-01e0aa5e3c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005695 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 404 231 0.003390 10.0.0.65 - - [2025-07-07 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.65 - - [2025-07-07 02:07:45] "GET /virtual-network/41de4538-dab5-4b47-90f7-3eb6dce5c089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007602 10.0.0.65 - - [2025-07-07 02:07:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.060767 10.0.0.65 - - [2025-07-07 02:07:46] "PUT /access-control-list/7bd93e7d-439b-4300-ac0c-0b0730be6a2a HTTP/1.1" 200 272 0.014456 [Introspect:8084]10.0.0.65 - - [2025-07-07 02:07:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001283 [Introspect:8084]10.0.0.65 - - [2025-07-07 02:07:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001207 [Introspect:8084]10.0.0.65 - - [2025-07-07 02:07:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000881 [Introspect:8084]10.0.0.65 - - [2025-07-07 02:07:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000924 10.0.0.65 - - [2025-07-07 02:08:04] "GET /obj-perms HTTP/1.1" 200 5056 0.047719 10.0.0.65 - - [2025-07-07 02:08:05] "GET /obj-perms HTTP/1.1" 200 5056 0.045880 10.0.0.65 - - [2025-07-07 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.65 - - [2025-07-07 02:08:05] "GET /virtual-router/42ea360c-a2e9-48c9-a83a-01e0aa5e3c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003883 10.0.0.65 - - [2025-07-07 02:08:15] "GET /global-system-configs HTTP/1.1" 200 322 0.006998 10.0.0.65 - - [2025-07-07 02:08:15] "GET /obj-perms HTTP/1.1" 200 5056 0.031671 10.0.0.65 - - [2025-07-07 02:08:17] "GET /global-system-configs HTTP/1.1" 200 322 0.003112 10.0.0.65 - - [2025-07-07 02:08:17] "GET /obj-perms HTTP/1.1" 200 5056 0.029676 10.0.0.65 - - [2025-07-07 02:08:49] "GET / HTTP/1.1" 200 35931 0.003101 10.0.0.65 - - [2025-07-07 02:08:50] "GET /project/4cb52e19-1605-4598-90dc-1c7489663f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.65 - - [2025-07-07 02:08:50] "GET /projects?obj_uuids=4cb52e19-1605-4598-90dc-1c7489663f0e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022974 10.0.0.65 - - [2025-07-07 02:08:50] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.65 - - [2025-07-07 02:08:50] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.069042 10.0.0.65 - - [2025-07-07 02:08:51] "POST /id-to-fqname HTTP/1.1" 200 167 0.001951 10.0.0.65 - - [2025-07-07 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 176 0.003266 10.0.0.65 - - [2025-07-07 02:08:51] "POST /security-groups HTTP/1.1" 200 568 0.084460 10.0.0.65 - - [2025-07-07 02:08:51] "POST /projects HTTP/1.1" 200 539 0.267282 10.0.0.65 - - [2025-07-07 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.030097 10.0.0.65 - - [2025-07-07 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.339743 10.0.0.65 - - [2025-07-07 02:08:51] "POST /access-control-lists HTTP/1.1" 200 573 0.060632 10.0.0.65 - - [2025-07-07 02:08:51] "GET /project/4cb52e19-1605-4598-90dc-1c7489663f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.543204 10.0.0.65 - - [2025-07-07 02:08:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003851 10.0.0.65 - - [2025-07-07 02:08:51] "POST /access-control-lists HTTP/1.1" 200 571 0.060383 [Introspect:8084]10.0.0.65 - - [2025-07-07 02:08:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001698 10.0.0.65 - - [2025-07-07 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.022407 10.0.0.65 - - [2025-07-07 02:08:52] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002608 10.0.0.65 - - [2025-07-07 02:08:52] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.65 - - [2025-07-07 02:08:52] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007527 10.0.0.65 - - [2025-07-07 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 201 0.004494 10.0.0.65 - - [2025-07-07 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003364 10.0.0.65 - - [2025-07-07 02:08:52] "POST /security-groups HTTP/1.1" 200 602 0.067701 10.0.0.65 - - [2025-07-07 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002655 10.0.0.65 - - [2025-07-07 02:08:52] "POST /projects HTTP/1.1" 200 607 0.266495 10.0.0.65 - - [2025-07-07 02:08:52] "POST /access-control-lists HTTP/1.1" 200 607 0.060108 10.0.0.65 - - [2025-07-07 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.335041 10.0.0.65 - - [2025-07-07 02:08:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.003168 10.0.0.65 - - [2025-07-07 02:08:52] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.460963 10.0.0.65 - - [2025-07-07 02:08:52] "POST /access-control-lists HTTP/1.1" 200 605 0.063927 10.0.0.65 - - [2025-07-07 02:08:53] "GET / HTTP/1.1" 200 35931 0.002205 10.0.0.65 - - [2025-07-07 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.65 - - [2025-07-07 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.051924 10.0.0.65 - - [2025-07-07 02:08:54] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001227 10.0.0.65 - - [2025-07-07 02:08:54] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.025756 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/network HTTP/1.1" 200 117 0.051434 10.0.0.65 - - [2025-07-07 02:08:55] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001369 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/network HTTP/1.1" 200 620 0.076492 10.0.0.65 - - [2025-07-07 02:08:55] "POST /route-targets HTTP/1.1" 200 327 0.011531 10.0.0.65 - - [2025-07-07 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.028383 10.0.0.65 - - [2025-07-07 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002569 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.196573 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/network HTTP/1.1" 200 841 0.006355 10.0.0.65 - - [2025-07-07 02:08:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001376 10.0.0.65 - - [2025-07-07 02:08:55] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008667 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/network HTTP/1.1" 200 841 0.006196 10.0.0.65 - - [2025-07-07 02:08:55] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005652 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/network HTTP/1.1" 200 841 0.006315 10.0.0.65 - - [2025-07-07 02:08:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.007968 10.0.0.65 - - [2025-07-07 02:08:55] "GET /domains HTTP/1.1" 401 292 0.000466 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domains HTTP/1.1" 200 280 0.027335 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2584 0.015912 10.0.0.65 - - [2025-07-07 02:08:56] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001137 10.0.0.65 - - [2025-07-07 02:08:56] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339 HTTP/1.1" 200 2166 0.083698 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08 HTTP/1.1" 200 2347 0.008924 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08 HTTP/1.1" 200 2347 0.006381 10.0.0.65 - - [2025-07-07 02:08:56] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 200 1494 0.003835 10.0.0.65 - - [2025-07-07 02:08:56] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 200 1494 0.003402 10.0.0.65 - - [2025-07-07 02:08:56] "GET /route-target/a4047287-0b1b-46fd-9a6f-bd34974379a5 HTTP/1.1" 200 1220 0.002984 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08 HTTP/1.1" 200 2347 0.004860 10.0.0.65 - - [2025-07-07 02:08:56] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 200 1494 0.003234 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004862 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08 HTTP/1.1" 200 2347 0.006383 10.0.0.65 - - [2025-07-07 02:08:56] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 200 1494 0.003199 10.0.0.65 - - [2025-07-07 02:08:56] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 200 1494 0.003246 10.0.0.65 - - [2025-07-07 02:08:56] "GET /route-target/a4047287-0b1b-46fd-9a6f-bd34974379a5 HTTP/1.1" 200 1220 0.003017 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domains HTTP/1.1" 200 280 0.002944 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.65 - - [2025-07-07 02:08:56] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2584 0.007903 10.0.0.65 - - [2025-07-07 02:08:56] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001420 10.0.0.65 - - [2025-07-07 02:08:56] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339 HTTP/1.1" 200 2166 0.074434 10.0.0.65 - - [2025-07-07 02:08:56] "GET /virtual-network/f726a136-6b75-4fbe-89fd-6e12f5616a08 HTTP/1.1" 200 2347 0.005456 10.0.0.65 - - [2025-07-07 02:08:56] "GET /obj-perms HTTP/1.1" 200 5052 0.048630 10.0.0.65 - - [2025-07-07 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001512 10.0.0.65 - - [2025-07-07 02:08:58] "POST /neutron/network HTTP/1.1" 200 851 0.008226 10.0.0.65 - - [2025-07-07 02:08:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000696 10.0.0.65 - - [2025-07-07 02:08:59] "GET / HTTP/1.1" 200 35931 0.002429 10.0.0.65 - - [2025-07-07 02:08:59] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000466 10.0.0.65 - - [2025-07-07 02:08:59] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001541 10.0.0.65 - - [2025-07-07 02:08:59] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064019 10.0.0.65 - - [2025-07-07 02:09:00] "POST /neutron/network HTTP/1.1" 200 841 0.029864 10.0.0.65 - - [2025-07-07 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.65 - - [2025-07-07 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.65 - - [2025-07-07 02:09:00] "POST /neutron/port HTTP/1.1" 200 117 0.006881 10.0.0.65 - - [2025-07-07 02:09:00] "DELETE /project/4cb52e191605459890dc1c7489663f0e HTTP/1.1" 404 173 0.004996 10.0.0.65 - - [2025-07-07 02:09:00] "DELETE /project/35c98ef97b374f7b801a17d76b022339 HTTP/1.1" 404 173 0.003687 10.0.0.65 - - [2025-07-07 02:09:01] "POST /neutron/network HTTP/1.1" 200 851 0.006427 10.0.0.65 - - [2025-07-07 02:09:01] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001233 10.0.0.65 - - [2025-07-07 02:09:01] "POST /neutron/port HTTP/1.1" 200 1073 0.229392 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/port HTTP/1.1" 200 1073 0.034637 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/port HTTP/1.1" 200 1073 0.009038 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/port HTTP/1.1" 200 1127 0.070920 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/port HTTP/1.1" 200 1101 0.013321 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003701 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.008006 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.65 - - [2025-07-07 02:09:02] "POST /neutron/network HTTP/1.1" 200 841 0.006214 10.0.0.65 - - [2025-07-07 02:09:05] "GET /obj-perms HTTP/1.1" 200 5056 0.045344 10.0.0.65 - - [2025-07-07 02:09:05] "POST /neutron/port HTTP/1.1" 200 1101 0.014923 10.0.0.65 - - [2025-07-07 02:09:05] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009391 10.0.0.65 - - [2025-07-07 02:09:05] "GET /obj-perms HTTP/1.1" 200 5056 0.045517 10.0.0.65 - - [2025-07-07 02:09:10] "POST /neutron/port HTTP/1.1" 200 1101 0.014123 10.0.0.65 - - [2025-07-07 02:09:10] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007854 10.0.0.65 - - [2025-07-07 02:09:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003590 10.0.0.65 - - [2025-07-07 02:09:11] "GET /obj-perms HTTP/1.1" 200 5052 0.004049 10.0.0.65 - - [2025-07-07 02:09:12] "GET /obj-perms HTTP/1.1" 200 5052 0.004002 10.0.0.65 - - [2025-07-07 02:09:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003988 10.0.0.65 - - [2025-07-07 02:09:14] "GET /obj-perms HTTP/1.1" 200 5052 0.003701 10.0.0.65 - - [2025-07-07 02:09:16] "POST /neutron/network HTTP/1.1" 200 841 0.012560 10.0.0.65 - - [2025-07-07 02:09:16] "POST /neutron/network HTTP/1.1" 400 204 0.012411 10.0.0.65 - - [2025-07-07 02:09:16] "POST /neutron/port HTTP/1.1" 200 1101 0.013386 10.0.0.65 - - [2025-07-07 02:09:16] "POST /neutron/port HTTP/1.1" 200 1127 0.010917 10.0.0.65 - - [2025-07-07 02:09:16] "POST /neutron/port HTTP/1.1" 200 151 0.129248 10.0.0.65 - - [2025-07-07 02:09:18] "POST /neutron/network HTTP/1.1" 200 841 0.008240 10.0.0.65 - - [2025-07-07 02:09:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004142 10.0.0.65 - - [2025-07-07 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.65 - - [2025-07-07 02:09:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.65 - - [2025-07-07 02:09:18] "POST /neutron/network HTTP/1.1" 200 151 0.109715 10.0.0.65 - - [2025-07-07 02:09:18] "GET /routing-instance/4781ca9f-48d0-4f06-8aee-49b36d4cd597 HTTP/1.1" 404 171 0.002453 10.0.0.65 - - [2025-07-07 02:09:18] "GET /domains HTTP/1.1" 200 280 0.007469 10.0.0.65 - - [2025-07-07 02:09:18] "DELETE /route-target/a4047287-0b1b-46fd-9a6f-bd34974379a5 HTTP/1.1" 200 115 0.032495 10.0.0.65 - - [2025-07-07 02:09:18] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001777 10.0.0.65 - - [2025-07-07 02:09:18] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2584 0.053608 10.0.0.65 - - [2025-07-07 02:09:18] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002314 10.0.0.65 - - [2025-07-07 02:09:18] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339 HTTP/1.1" 200 1916 0.076896 10.0.0.65 - - [2025-07-07 02:09:18] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001237 10.0.0.65 - - [2025-07-07 02:09:18] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.030680 10.0.0.65 - - [2025-07-07 02:09:18] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001182 10.0.0.65 - - [2025-07-07 02:09:18] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?fields=virtual_networks HTTP/1.1" 200 1052 0.073577 10.0.0.65 - - [2025-07-07 02:09:18] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.65 - - [2025-07-07 02:09:18] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.026797 10.0.0.65 - - [2025-07-07 02:09:18] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001771 10.0.0.65 - - [2025-07-07 02:09:18] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?fields=security_groups HTTP/1.1" 200 1289 0.032613 10.0.0.65 - - [2025-07-07 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 200 0.023862 10.0.0.65 - - [2025-07-07 02:09:19] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002632 10.0.0.65 - - [2025-07-07 02:09:19] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.65 - - [2025-07-07 02:09:19] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008006 10.0.0.65 - - [2025-07-07 02:09:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.001388 10.0.0.65 - - [2025-07-07 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.002372 10.0.0.65 - - [2025-07-07 02:09:19] "POST /security-groups HTTP/1.1" 200 603 0.063551 10.0.0.65 - - [2025-07-07 02:09:19] "POST /fqname-to-id HTTP/1.1" 404 246 0.002790 10.0.0.65 - - [2025-07-07 02:09:20] "POST /projects HTTP/1.1" 200 609 0.219726 10.0.0.65 - - [2025-07-07 02:09:20] "POST /access-control-lists HTTP/1.1" 200 608 0.064628 10.0.0.65 - - [2025-07-07 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.294835 10.0.0.65 - - [2025-07-07 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 245 0.002859 10.0.0.65 - - [2025-07-07 02:09:20] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.416365 10.0.0.65 - - [2025-07-07 02:09:20] "POST /access-control-lists HTTP/1.1" 200 606 0.059872 10.0.0.65 - - [2025-07-07 02:09:21] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.65 - - [2025-07-07 02:09:21] "GET /projects?obj_uuids=4cb52e19-1605-4598-90dc-1c7489663f0e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001220 10.0.0.65 - - [2025-07-07 02:09:21] "GET /project/4cb52e19-1605-4598-90dc-1c7489663f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.024914 10.0.0.65 - - [2025-07-07 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.65 - - [2025-07-07 02:09:22] "GET /security-group/0d50e131-e19a-413b-a349-d9a24f15b6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.005360 10.0.0.65 - - [2025-07-07 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.65 - - [2025-07-07 02:09:22] "GET /projects?obj_uuids=4cb52e19-1605-4598-90dc-1c7489663f0e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001169 10.0.0.65 - - [2025-07-07 02:09:22] "GET /project/4cb52e19-1605-4598-90dc-1c7489663f0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.034882 10.0.0.65 - - [2025-07-07 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.65 - - [2025-07-07 02:09:22] "GET /security-group/0d50e131-e19a-413b-a349-d9a24f15b6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3683 0.004393 10.0.0.65 - - [2025-07-07 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2025-07-07 02:09:22] "PUT /security-group/0d50e131-e19a-413b-a349-d9a24f15b6e6 HTTP/1.1" 200 262 0.030745 10.0.0.65 - - [2025-07-07 02:09:22] "PUT /access-control-list/93c2651d-38ed-42a5-918a-8ce8b96101e6 HTTP/1.1" 200 272 0.016401 10.0.0.65 - - [2025-07-07 02:09:22] "PUT /access-control-list/4027f297-d328-4126-b031-58ba833dcbce HTTP/1.1" 200 272 0.013059 10.0.0.65 - - [2025-07-07 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.65 - - [2025-07-07 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.057297 10.0.0.65 - - [2025-07-07 02:09:23] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001807 10.0.0.65 - - [2025-07-07 02:09:23] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035494 10.0.0.65 - - [2025-07-07 02:09:23] "POST /neutron/network HTTP/1.1" 200 117 0.030288 10.0.0.65 - - [2025-07-07 02:09:23] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.65 - - [2025-07-07 02:09:23] "POST /neutron/network HTTP/1.1" 200 619 0.084180 10.0.0.65 - - [2025-07-07 02:09:23] "POST /route-targets HTTP/1.1" 200 327 0.022393 10.0.0.65 - - [2025-07-07 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.014026 10.0.0.65 - - [2025-07-07 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004476 10.0.0.65 - - [2025-07-07 02:09:23] "POST /neutron/subnet HTTP/1.1" 200 715 0.167410 10.0.0.65 - - [2025-07-07 02:09:23] "POST /neutron/network HTTP/1.1" 200 836 0.005691 10.0.0.65 - - [2025-07-07 02:09:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001299 10.0.0.65 - - [2025-07-07 02:09:23] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005086 10.0.0.65 - - [2025-07-07 02:09:24] "POST /neutron/network HTTP/1.1" 200 836 0.006515 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005550 10.0.0.65 - - [2025-07-07 02:09:24] "POST /neutron/network HTTP/1.1" 200 836 0.007849 10.0.0.65 - - [2025-07-07 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.006905 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domains HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domains HTTP/1.1" 200 280 0.030190 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.013803 10.0.0.65 - - [2025-07-07 02:09:24] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.65 - - [2025-07-07 02:09:24] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 2174 0.078417 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2333 0.006968 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2333 0.004796 10.0.0.65 - - [2025-07-07 02:09:24] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 200 1492 0.003817 10.0.0.65 - - [2025-07-07 02:09:24] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 200 1492 0.003345 10.0.0.65 - - [2025-07-07 02:09:24] "GET /route-target/89bad508-3542-4256-b175-8b12127888cb HTTP/1.1" 200 1218 0.003050 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2333 0.005082 10.0.0.65 - - [2025-07-07 02:09:24] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 200 1492 0.003458 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005222 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2333 0.005280 10.0.0.65 - - [2025-07-07 02:09:24] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 200 1492 0.003208 10.0.0.65 - - [2025-07-07 02:09:24] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 200 1492 0.003215 10.0.0.65 - - [2025-07-07 02:09:24] "GET /route-target/89bad508-3542-4256-b175-8b12127888cb HTTP/1.1" 200 1218 0.002746 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domains HTTP/1.1" 200 280 0.002375 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.65 - - [2025-07-07 02:09:24] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.007579 10.0.0.65 - - [2025-07-07 02:09:24] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001455 10.0.0.65 - - [2025-07-07 02:09:24] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 2174 0.071633 10.0.0.65 - - [2025-07-07 02:09:24] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2333 0.005818 10.0.0.65 - - [2025-07-07 02:09:25] "GET /obj-perms HTTP/1.1" 200 5054 0.048444 10.0.0.65 - - [2025-07-07 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.65 - - [2025-07-07 02:09:25] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.65 - - [2025-07-07 02:09:25] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.031119 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/network HTTP/1.1" 200 117 0.010542 10.0.0.65 - - [2025-07-07 02:09:25] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/network HTTP/1.1" 200 619 0.068089 10.0.0.65 - - [2025-07-07 02:09:25] "POST /route-targets HTTP/1.1" 200 327 0.017778 10.0.0.65 - - [2025-07-07 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.013216 10.0.0.65 - - [2025-07-07 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005592 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.164857 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/network HTTP/1.1" 200 837 0.005921 10.0.0.65 - - [2025-07-07 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001348 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005125 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/network HTTP/1.1" 200 837 0.005790 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004822 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/network HTTP/1.1" 200 837 0.005907 10.0.0.65 - - [2025-07-07 02:09:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.009360 10.0.0.65 - - [2025-07-07 02:09:25] "GET /domains HTTP/1.1" 200 280 0.002925 10.0.0.65 - - [2025-07-07 02:09:25] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.65 - - [2025-07-07 02:09:25] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.007778 10.0.0.65 - - [2025-07-07 02:09:25] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.65 - - [2025-07-07 02:09:25] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 2402 0.070098 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae HTTP/1.1" 200 2336 0.006135 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae HTTP/1.1" 200 2336 0.004897 10.0.0.65 - - [2025-07-07 02:09:25] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 200 1491 0.003785 10.0.0.65 - - [2025-07-07 02:09:25] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 200 1491 0.003453 10.0.0.65 - - [2025-07-07 02:09:25] "GET /route-target/cd438117-a22c-4a9e-a3e2-1809ca42b8ec HTTP/1.1" 200 1219 0.004378 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae HTTP/1.1" 200 2336 0.005099 10.0.0.65 - - [2025-07-07 02:09:25] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 200 1491 0.003256 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004713 10.0.0.65 - - [2025-07-07 02:09:25] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae HTTP/1.1" 200 2336 0.004624 10.0.0.65 - - [2025-07-07 02:09:25] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 200 1491 0.003150 10.0.0.65 - - [2025-07-07 02:09:25] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 200 1491 0.003539 10.0.0.65 - - [2025-07-07 02:09:25] "GET /route-target/cd438117-a22c-4a9e-a3e2-1809ca42b8ec HTTP/1.1" 200 1219 0.002748 10.0.0.65 - - [2025-07-07 02:09:25] "GET /domains HTTP/1.1" 200 280 0.002705 10.0.0.65 - - [2025-07-07 02:09:26] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.65 - - [2025-07-07 02:09:26] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.007126 10.0.0.65 - - [2025-07-07 02:09:26] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.65 - - [2025-07-07 02:09:26] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 2402 0.076548 10.0.0.65 - - [2025-07-07 02:09:26] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae HTTP/1.1" 200 2336 0.005456 10.0.0.65 - - [2025-07-07 02:09:26] "GET /obj-perms HTTP/1.1" 200 5054 0.003613 10.0.0.65 - - [2025-07-07 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.001405 10.0.0.65 - - [2025-07-07 02:09:26] "POST /neutron/network HTTP/1.1" 200 847 0.007256 10.0.0.65 - - [2025-07-07 02:09:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.65 - - [2025-07-07 02:09:26] "GET / HTTP/1.1" 200 35931 0.003079 10.0.0.65 - - [2025-07-07 02:09:26] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2025-07-07 02:09:27] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.65 - - [2025-07-07 02:09:27] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059406 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/network HTTP/1.1" 200 837 0.005422 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.005303 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.65 - - [2025-07-07 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001445 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.005870 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/network HTTP/1.1" 200 846 0.006225 10.0.0.65 - - [2025-07-07 02:09:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000457 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/network HTTP/1.1" 200 847 0.005920 10.0.0.65 - - [2025-07-07 02:09:27] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.65 - - [2025-07-07 02:09:27] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.65 - - [2025-07-07 02:09:27] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.002818 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 1071 0.229139 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 1071 0.010185 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 1071 0.014640 10.0.0.65 - - [2025-07-07 02:09:27] "POST /neutron/port HTTP/1.1" 200 1125 0.070670 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/port HTTP/1.1" 200 1099 0.011986 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003680 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.007331 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/network HTTP/1.1" 200 837 0.005908 10.0.0.65 - - [2025-07-07 02:09:28] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.65 - - [2025-07-07 02:09:28] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054504 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/network HTTP/1.1" 200 836 0.007182 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/port HTTP/1.1" 200 1099 0.013584 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006930 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.005346 10.0.0.65 - - [2025-07-07 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.65 - - [2025-07-07 02:09:28] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.65 - - [2025-07-07 02:09:28] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.030175 10.0.0.65 - - [2025-07-07 02:09:28] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007928 10.0.0.65 - - [2025-07-07 02:09:28] "GET /floating-ip-pools?parent_id=315466a8-7c56-4bc2-9c11-badc4b4161ef&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003237 10.0.0.65 - - [2025-07-07 02:09:28] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006526 10.0.0.65 - - [2025-07-07 02:09:28] "POST /neutron/network HTTP/1.1" 200 846 0.006577 10.0.0.65 - - [2025-07-07 02:09:28] "POST /floating-ip-pools HTTP/1.1" 200 609 0.037388 10.0.0.65 - - [2025-07-07 02:09:28] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001290 10.0.0.65 - - [2025-07-07 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.036580 10.0.0.65 - - [2025-07-07 02:09:28] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.020438 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domains HTTP/1.1" 200 280 0.006789 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001558 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.012659 10.0.0.65 - - [2025-07-07 02:09:29] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003275 10.0.0.65 - - [2025-07-07 02:09:29] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 3244 0.086494 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 2924 0.010479 10.0.0.65 - - [2025-07-07 02:09:29] "GET /floating-ip-pool/2c103497-4829-4c0f-b1db-cbf03c881aff HTTP/1.1" 200 1440 0.005589 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domains HTTP/1.1" 200 280 0.002618 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001592 10.0.0.65 - - [2025-07-07 02:09:29] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.029660 10.0.0.65 - - [2025-07-07 02:09:29] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1070 0.455561 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1070 0.022608 10.0.0.65 - - [2025-07-07 02:09:29] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 3244 0.118319 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1070 0.037943 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef HTTP/1.1" 200 3145 0.009442 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007909 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1099 0.043698 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1124 0.163857 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032837 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1098 0.011959 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003779 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1099 0.013038 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.008596 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006110 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/network HTTP/1.1" 200 836 0.005474 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/port HTTP/1.1" 200 1099 0.012714 10.0.0.65 - - [2025-07-07 02:09:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005909 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-machine/83e6d4db-f76a-47c8-ae7d-362470ead4e4 HTTP/1.1" 200 1304 0.004429 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-machine-interface/d138610e-019a-4868-9061-c35fac590583 HTTP/1.1" 200 3004 0.004783 10.0.0.65 - - [2025-07-07 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.65 - - [2025-07-07 02:09:29] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003356 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-networks?parent_id=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003028 10.0.0.65 - - [2025-07-07 02:09:29] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010611 10.0.0.65 - - [2025-07-07 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.65 - - [2025-07-07 02:09:32] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005575 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/port HTTP/1.1" 200 1099 0.012743 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/port HTTP/1.1" 200 1099 0.014424 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/network HTTP/1.1" 200 847 0.006487 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.007848 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.65 - - [2025-07-07 02:09:33] "POST /neutron/network HTTP/1.1" 200 837 0.006256 10.0.0.65 - - [2025-07-07 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.65 - - [2025-07-07 02:09:37] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007095 10.0.0.65 - - [2025-07-07 02:09:38] "POST /neutron/port HTTP/1.1" 200 1099 0.040766 10.0.0.65 - - [2025-07-07 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006158 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/port HTTP/1.1" 200 1098 0.013973 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005860 10.0.0.65 - - [2025-07-07 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-07-07 02:09:39] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003487 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-networks?parent_id=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003976 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-network/f4741c3a-c44e-41b5-81a7-a0247296f7ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005942 10.0.0.65 - - [2025-07-07 02:09:39] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 528 0.081175 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/port HTTP/1.1" 200 1099 0.017810 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005711 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/floatingip HTTP/1.1" 200 574 0.059860 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/port HTTP/1.1" 200 1098 0.012090 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006812 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/port HTTP/1.1" 200 1098 0.013841 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007001 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/port HTTP/1.1" 200 1098 0.012631 10.0.0.65 - - [2025-07-07 02:09:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006752 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-machine/ed51efd9-d1db-493d-a0fe-ee0bb08b493b HTTP/1.1" 200 1305 0.006289 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-machine-interface/f937f36f-00ab-41a6-9154-76f85c240e02 HTTP/1.1" 200 3004 0.005373 10.0.0.65 - - [2025-07-07 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.65 - - [2025-07-07 02:09:39] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003463 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-networks?parent_id=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003205 10.0.0.65 - - [2025-07-07 02:09:39] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006872 10.0.0.65 - - [2025-07-07 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.65 - - [2025-07-07 02:09:41] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003753 10.0.0.65 - - [2025-07-07 02:09:41] "GET /virtual-networks?parent_id=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003333 10.0.0.65 - - [2025-07-07 02:09:41] "GET /virtual-network/315466a8-7c56-4bc2-9c11-badc4b4161ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006401 10.0.0.65 - - [2025-07-07 02:09:41] "POST /neutron/floatingip HTTP/1.1" 200 574 0.012312 10.0.0.65 - - [2025-07-07 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.65 - - [2025-07-07 02:09:41] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003365 10.0.0.65 - - [2025-07-07 02:09:41] "GET /route-target/89bad508-3542-4256-b175-8b12127888cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003960 10.0.0.65 - - [2025-07-07 02:09:41] "GET /floating-ip/f4797a12-710d-4d99-968a-b9ad89ed90ac HTTP/1.1" 200 1886 0.005082 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 574 0.009725 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.019972 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006300 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035583 10.0.0.65 - - [2025-07-07 02:09:44] "GET /floating-ip-pool/2c103497-4829-4c0f-b1db-cbf03c881aff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003134 10.0.0.65 - - [2025-07-07 02:09:44] "POST /ref-update HTTP/1.1" 200 156 0.011864 10.0.0.65 - - [2025-07-07 02:09:44] "DELETE /floating-ip-pool/2c103497-4829-4c0f-b1db-cbf03c881aff HTTP/1.1" 200 115 0.027650 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/network HTTP/1.1" 200 837 0.006375 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/network HTTP/1.1" 400 204 0.014686 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/port HTTP/1.1" 200 1098 0.012438 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/port HTTP/1.1" 200 1124 0.009560 10.0.0.65 - - [2025-07-07 02:09:44] "POST /neutron/port HTTP/1.1" 200 1099 0.020375 10.0.0.65 - - [2025-07-07 02:09:45] "POST /neutron/port HTTP/1.1" 200 1125 0.011073 10.0.0.65 - - [2025-07-07 02:09:45] "POST /neutron/port HTTP/1.1" 200 151 0.148370 10.0.0.65 - - [2025-07-07 02:09:45] "POST /neutron/port HTTP/1.1" 200 151 0.139126 10.0.0.65 - - [2025-07-07 02:09:46] "POST /neutron/network HTTP/1.1" 200 837 0.008146 10.0.0.65 - - [2025-07-07 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2025-07-07 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003076 10.0.0.65 - - [2025-07-07 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.65 - - [2025-07-07 02:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.102689 10.0.0.65 - - [2025-07-07 02:09:46] "DELETE /route-target/cd438117-a22c-4a9e-a3e2-1809ca42b8ec HTTP/1.1" 200 115 0.025453 10.0.0.65 - - [2025-07-07 02:09:46] "GET /routing-instance/20a5f0cc-5eec-4c0a-8d31-80a88e00cc15 HTTP/1.1" 404 171 0.002327 10.0.0.65 - - [2025-07-07 02:09:46] "GET /domains HTTP/1.1" 200 280 0.002877 10.0.0.65 - - [2025-07-07 02:09:46] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.65 - - [2025-07-07 02:09:46] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.048970 10.0.0.65 - - [2025-07-07 02:09:46] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.65 - - [2025-07-07 02:09:46] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 2174 0.074291 10.0.0.65 - - [2025-07-07 02:09:46] "POST /neutron/network HTTP/1.1" 200 836 0.005994 10.0.0.65 - - [2025-07-07 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.65 - - [2025-07-07 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004100 10.0.0.65 - - [2025-07-07 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002803 10.0.0.65 - - [2025-07-07 02:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.096436 10.0.0.65 - - [2025-07-07 02:09:46] "DELETE /route-target/89bad508-3542-4256-b175-8b12127888cb HTTP/1.1" 200 115 0.021431 10.0.0.65 - - [2025-07-07 02:09:46] "GET /routing-instance/c9ecb4fe-9f08-48f5-af62-347ec8d24576 HTTP/1.1" 404 171 0.002844 10.0.0.65 - - [2025-07-07 02:09:46] "GET /domains HTTP/1.1" 200 280 0.003063 10.0.0.65 - - [2025-07-07 02:09:46] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.65 - - [2025-07-07 02:09:47] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2782 0.049057 10.0.0.65 - - [2025-07-07 02:09:47] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001772 10.0.0.65 - - [2025-07-07 02:09:47] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 1924 0.074386 10.0.0.65 - - [2025-07-07 02:09:47] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001379 10.0.0.65 - - [2025-07-07 02:09:47] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029056 10.0.0.65 - - [2025-07-07 02:09:47] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.65 - - [2025-07-07 02:09:47] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?fields=virtual_networks HTTP/1.1" 200 1056 0.068260 10.0.0.65 - - [2025-07-07 02:09:47] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.65 - - [2025-07-07 02:09:47] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.029573 10.0.0.65 - - [2025-07-07 02:09:47] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.65 - - [2025-07-07 02:09:47] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?fields=security_groups HTTP/1.1" 200 1294 0.026724 10.0.0.65 - - [2025-07-07 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.026277 10.0.0.65 - - [2025-07-07 02:09:48] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.65 - - [2025-07-07 02:09:48] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001597 10.0.0.65 - - [2025-07-07 02:09:48] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008610 10.0.0.65 - - [2025-07-07 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.001368 10.0.0.65 - - [2025-07-07 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.006423 10.0.0.65 - - [2025-07-07 02:09:48] "POST /security-groups HTTP/1.1" 200 586 0.063888 10.0.0.65 - - [2025-07-07 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.002906 10.0.0.65 - - [2025-07-07 02:09:48] "POST /projects HTTP/1.1" 200 575 0.214445 10.0.0.65 - - [2025-07-07 02:09:48] "POST /access-control-lists HTTP/1.1" 200 591 0.060455 10.0.0.65 - - [2025-07-07 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.287174 10.0.0.65 - - [2025-07-07 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.003011 10.0.0.65 - - [2025-07-07 02:09:48] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.407599 10.0.0.65 - - [2025-07-07 02:09:49] "POST /access-control-lists HTTP/1.1" 200 589 0.059949 10.0.0.65 - - [2025-07-07 02:09:50] "GET / HTTP/1.1" 200 35931 0.002260 10.0.0.65 - - [2025-07-07 02:09:51] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001327 10.0.0.65 - - [2025-07-07 02:09:51] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.027673 10.0.0.65 - - [2025-07-07 02:09:51] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.65 - - [2025-07-07 02:09:51] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?fields=virtual_networks HTTP/1.1" 200 1020 0.073055 10.0.0.65 - - [2025-07-07 02:09:51] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001252 10.0.0.65 - - [2025-07-07 02:09:51] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.030447 10.0.0.65 - - [2025-07-07 02:09:51] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.65 - - [2025-07-07 02:09:51] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?fields=security_groups HTTP/1.1" 200 1241 0.026341 10.0.0.65 - - [2025-07-07 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.025306 10.0.0.65 - - [2025-07-07 02:09:52] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.65 - - [2025-07-07 02:09:52] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.65 - - [2025-07-07 02:09:52] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007608 10.0.0.65 - - [2025-07-07 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 193 0.001846 10.0.0.65 - - [2025-07-07 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.004339 10.0.0.65 - - [2025-07-07 02:09:52] "POST /security-groups HTTP/1.1" 200 594 0.059354 10.0.0.65 - - [2025-07-07 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 237 0.003797 10.0.0.65 - - [2025-07-07 02:09:52] "POST /projects HTTP/1.1" 200 591 0.223153 10.0.0.65 - - [2025-07-07 02:09:52] "POST /access-control-lists HTTP/1.1" 200 599 0.058768 10.0.0.65 - - [2025-07-07 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.298125 10.0.0.65 - - [2025-07-07 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.002889 10.0.0.65 - - [2025-07-07 02:09:52] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.421512 10.0.0.65 - - [2025-07-07 02:09:52] "POST /access-control-lists HTTP/1.1" 200 597 0.068038 10.0.0.65 - - [2025-07-07 02:09:54] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.65 - - [2025-07-07 02:09:55] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.65 - - [2025-07-07 02:09:55] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.65 - - [2025-07-07 02:09:55] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052847 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.65 - - [2025-07-07 02:09:55] "GET /security-group/4e76f7ef-c26a-42fa-868b-8e8c569548d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.005415 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.65 - - [2025-07-07 02:09:55] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001623 10.0.0.65 - - [2025-07-07 02:09:55] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.024708 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.65 - - [2025-07-07 02:09:55] "GET /security-group/4e76f7ef-c26a-42fa-868b-8e8c569548d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.004337 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.65 - - [2025-07-07 02:09:55] "PUT /security-group/4e76f7ef-c26a-42fa-868b-8e8c569548d0 HTTP/1.1" 200 262 0.014515 10.0.0.65 - - [2025-07-07 02:09:55] "PUT /access-control-list/e7351406-3404-427f-9078-075f98126d33 HTTP/1.1" 200 272 0.008784 10.0.0.65 - - [2025-07-07 02:09:55] "PUT /access-control-list/66ca619f-b4c2-4ae6-a68e-5da32bb006fa HTTP/1.1" 200 272 0.008940 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.002619 10.0.0.65 - - [2025-07-07 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.65 - - [2025-07-07 02:09:56] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001637 10.0.0.65 - - [2025-07-07 02:09:56] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028099 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 117 0.041652 10.0.0.65 - - [2025-07-07 02:09:56] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 608 0.080673 10.0.0.65 - - [2025-07-07 02:09:56] "POST /route-targets HTTP/1.1" 200 327 0.012062 10.0.0.65 - - [2025-07-07 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.014488 10.0.0.65 - - [2025-07-07 02:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005219 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.207242 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 829 0.005596 10.0.0.65 - - [2025-07-07 02:09:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001194 10.0.0.65 - - [2025-07-07 02:09:56] "GET /virtual-network/9c682d2a-32a9-4c43-80ec-2d138d58f8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004917 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 829 0.005804 10.0.0.65 - - [2025-07-07 02:09:56] "GET /virtual-network/9c682d2a-32a9-4c43-80ec-2d138d58f8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005356 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 829 0.008136 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/subnet HTTP/1.1" 200 734 0.006974 10.0.0.65 - - [2025-07-07 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.65 - - [2025-07-07 02:09:56] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001117 10.0.0.65 - - [2025-07-07 02:09:56] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028394 10.0.0.65 - - [2025-07-07 02:09:56] "POST /neutron/network HTTP/1.1" 200 117 0.010174 10.0.0.65 - - [2025-07-07 02:09:56] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001205 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/network HTTP/1.1" 200 615 0.126030 10.0.0.65 - - [2025-07-07 02:09:57] "POST /route-targets HTTP/1.1" 200 327 0.017732 10.0.0.65 - - [2025-07-07 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.017362 10.0.0.65 - - [2025-07-07 02:09:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005567 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.183108 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/network HTTP/1.1" 200 834 0.005716 10.0.0.65 - - [2025-07-07 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001371 10.0.0.65 - - [2025-07-07 02:09:57] "GET /virtual-network/e854a646-a4ee-40db-b4de-c901900a1fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005236 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/network HTTP/1.1" 200 834 0.006271 10.0.0.65 - - [2025-07-07 02:09:57] "GET /virtual-network/e854a646-a4ee-40db-b4de-c901900a1fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005492 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/network HTTP/1.1" 200 834 0.007046 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.008219 10.0.0.65 - - [2025-07-07 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001408 10.0.0.65 - - [2025-07-07 02:09:57] "POST /neutron/network HTTP/1.1" 200 839 0.008490 10.0.0.65 - - [2025-07-07 02:09:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000584 10.0.0.65 - - [2025-07-07 02:09:57] "GET / HTTP/1.1" 200 35931 0.001970 10.0.0.65 - - [2025-07-07 02:09:58] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000470 10.0.0.65 - - [2025-07-07 02:09:58] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.65 - - [2025-07-07 02:09:58] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.059090 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/network HTTP/1.1" 200 829 0.006198 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.005476 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.005419 10.0.0.65 - - [2025-07-07 02:09:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001504 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.005697 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/network HTTP/1.1" 200 844 0.006228 10.0.0.65 - - [2025-07-07 02:09:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000491 10.0.0.65 - - [2025-07-07 02:09:58] "POST /neutron/network HTTP/1.1" 200 839 0.006468 10.0.0.65 - - [2025-07-07 02:09:59] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.65 - - [2025-07-07 02:09:59] "GET / HTTP/1.1" 200 35931 0.002595 10.0.0.65 - - [2025-07-07 02:09:59] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1065 0.248604 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1065 0.009841 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1065 0.012404 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1119 0.082490 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1093 0.012751 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.009420 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/network HTTP/1.1" 200 829 0.006474 10.0.0.65 - - [2025-07-07 02:09:59] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001379 10.0.0.65 - - [2025-07-07 02:09:59] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057598 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/network HTTP/1.1" 200 834 0.005799 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 1093 0.022765 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010691 10.0.0.65 - - [2025-07-07 02:09:59] "POST /neutron/port HTTP/1.1" 200 117 0.005468 10.0.0.65 - - [2025-07-07 02:09:59] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/router HTTP/1.1" 200 585 0.105018 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/router HTTP/1.1" 200 585 0.009089 10.0.0.65 - - [2025-07-07 02:10:00] "POST /route-targets HTTP/1.1" 200 327 0.045027 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/router HTTP/1.1" 200 656 0.069655 10.0.0.65 - - [2025-07-07 02:10:00] "PUT /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22 HTTP/1.1" 200 262 0.054362 10.0.0.65 - - [2025-07-07 02:10:00] "GET /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.011785 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/router HTTP/1.1" 200 656 0.015394 10.0.0.65 - - [2025-07-07 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001132 10.0.0.65 - - [2025-07-07 02:10:00] "GET /service-template/798a3adf-1974-48d7-a213-646b7a80b792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.019334 10.0.0.65 - - [2025-07-07 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.002955 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/network HTTP/1.1" 200 844 0.017028 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001249 10.0.0.65 - - [2025-07-07 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013808 10.0.0.65 - - [2025-07-07 02:10:00] "POST /virtual-networks HTTP/1.1" 200 694 0.201453 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/router HTTP/1.1" 200 344 0.389371 10.0.0.65 - - [2025-07-07 02:10:00] "POST /route-targets HTTP/1.1" 200 327 0.059842 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/port HTTP/1.1" 200 1093 0.074904 10.0.0.65 - - [2025-07-07 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.101053 10.0.0.65 - - [2025-07-07 02:10:00] "DELETE /project/e6ba3b1e162b4081b82b3ef6b2dcce6a HTTP/1.1" 404 173 0.041875 10.0.0.65 - - [2025-07-07 02:10:00] "DELETE /project/58bd8961b5524e2288ed7f6a36a18014 HTTP/1.1" 404 173 0.022979 10.0.0.65 - - [2025-07-07 02:10:00] "DELETE /project/e17bb34107ee465398bfac351b4e88c6 HTTP/1.1" 404 173 0.010910 10.0.0.65 - - [2025-07-07 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.075393 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002179 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001665 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002160 10.0.0.65 - - [2025-07-07 02:10:00] "POST /service-instances HTTP/1.1" 200 670 0.234665 10.0.0.65 - - [2025-07-07 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.053899 10.0.0.65 - - [2025-07-07 02:10:00] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.140099 10.0.0.65 - - [2025-07-07 02:10:00] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.154865 10.0.0.65 - - [2025-07-07 02:10:00] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.156713 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001575 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.65 - - [2025-07-07 02:10:00] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.65 - - [2025-07-07 02:10:00] "POST /route-tables HTTP/1.1" 200 582 0.139843 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?fields=security_groups HTTP/1.1" 200 1394 0.086785 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?fields=security_groups HTTP/1.1" 200 1399 0.110861 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?fields=security_groups HTTP/1.1" 200 1346 0.114030 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 1063 0.717006 10.0.0.65 - - [2025-07-07 02:10:01] "PUT /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22 HTTP/1.1" 200 262 0.039049 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 1063 0.016528 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 1063 0.013668 10.0.0.65 - - [2025-07-07 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.062320 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /security-group/f37d5cc7-63b2-4d94-9b4c-423de2c1d38e HTTP/1.1" 200 115 0.134527 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/8aed03ad-99c1-472b-b28d-6f9c7a367013 HTTP/1.1" 200 115 0.071077 10.0.0.65 - - [2025-07-07 02:10:01] "GET /projects?obj_uuids=35c98ef9-7b37-4f7b-801a-17d76b022339&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001503 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /security-group/1dba9936-3ecc-4b10-b6b3-bb802df7df74 HTTP/1.1" 200 115 0.144188 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /security-group/98d3f8ad-78f8-4295-bbaa-5ace68e56f97 HTTP/1.1" 200 115 0.145675 10.0.0.65 - - [2025-07-07 02:10:01] "GET /projects?obj_uuids=e17bb341-07ee-4653-98bf-ac351b4e88c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.65 - - [2025-07-07 02:10:01] "GET /projects?obj_uuids=58bd8961-b552-4e22-88ed-7f6a36a18014&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001898 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/35c98ef9-7b37-4f7b-801a-17d76b022339?fields=application_policy_sets HTTP/1.1" 200 1433 0.069333 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/d25a9237-f52d-4797-840b-1a8ec9a82dbc HTTP/1.1" 200 115 0.062603 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 1117 0.168701 10.0.0.65 - - [2025-07-07 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.026461 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/58bd8961-b552-4e22-88ed-7f6a36a18014?fields=application_policy_sets HTTP/1.1" 200 1385 0.075830 10.0.0.65 - - [2025-07-07 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.65 - - [2025-07-07 02:10:01] "GET /project/e17bb341-07ee-4653-98bf-ac351b4e88c6?fields=application_policy_sets HTTP/1.1" 200 1438 0.118056 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/9abecefb-5d96-4342-94f1-8449a5a3592a HTTP/1.1" 200 115 0.052273 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 1091 0.049033 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007077 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/fa98fad6-c0e9-43f9-b923-351c8bf1f8b3 HTTP/1.1" 200 115 0.078950 10.0.0.65 - - [2025-07-07 02:10:01] "POST /virtual-machines HTTP/1.1" 200 553 0.069571 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.030265 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/7f3e8dba-5419-48c8-9a9a-b1b24b898435 HTTP/1.1" 200 115 0.056115 10.0.0.65 - - [2025-07-07 02:10:01] "POST /neutron/network HTTP/1.1" 200 834 0.013988 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /project/35c98ef9-7b37-4f7b-801a-17d76b022339 HTTP/1.1" 200 115 0.884972 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /access-control-list/0369bd15-2341-4377-a8e6-17f7700f047c HTTP/1.1" 200 115 0.061229 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /project/58bd8961-b552-4e22-88ed-7f6a36a18014 HTTP/1.1" 200 115 0.891073 10.0.0.65 - - [2025-07-07 02:10:01] "DELETE /project/e17bb341-07ee-4653-98bf-ac351b4e88c6 HTTP/1.1" 200 115 0.941333 10.0.0.65 - - [2025-07-07 02:10:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.169578 10.0.0.65 - - [2025-07-07 02:10:01] "POST /chown HTTP/1.1" 200 109 0.007899 10.0.0.65 - - [2025-07-07 02:10:01] "POST /instance-ips HTTP/1.1" 200 551 0.052319 10.0.0.65 - - [2025-07-07 02:10:01] "POST /instance-ips HTTP/1.1" 400 246 0.027473 10.0.0.65 - - [2025-07-07 02:10:01] "POST /chown HTTP/1.1" 200 109 0.018891 10.0.0.65 - - [2025-07-07 02:10:02] "PUT /virtual-machine-interface/cd0f5142-86ea-4314-aac4-bcbc7010047c HTTP/1.1" 200 284 0.020156 10.0.0.65 - - [2025-07-07 02:10:02] "PUT /instance-ip/51d24dab-5e8b-487d-95c0-c01c9ed6f9eb HTTP/1.1" 200 256 0.017720 10.0.0.65 - - [2025-07-07 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.012461 10.0.0.65 - - [2025-07-07 02:10:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.115735 10.0.0.65 - - [2025-07-07 02:10:02] "POST /chown HTTP/1.1" 200 109 0.009817 10.0.0.65 - - [2025-07-07 02:10:02] "POST /instance-ips HTTP/1.1" 200 549 0.039588 10.0.0.65 - - [2025-07-07 02:10:02] "POST /instance-ips HTTP/1.1" 400 316 0.034464 10.0.0.65 - - [2025-07-07 02:10:02] "POST /chown HTTP/1.1" 200 109 0.011744 10.0.0.65 - - [2025-07-07 02:10:02] "PUT /virtual-machine-interface/b3bc553d-372d-46ad-8585-edebdf4efd5a HTTP/1.1" 200 284 0.011971 10.0.0.65 - - [2025-07-07 02:10:02] "PUT /instance-ip/75ccd6bc-e654-443a-928a-f31768a3bb49 HTTP/1.1" 200 256 0.017878 10.0.0.65 - - [2025-07-07 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.050976 10.0.0.65 - - [2025-07-07 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.010499 10.0.0.65 - - [2025-07-07 02:10:02] "PUT /routing-instance/c24a17fc-8567-4a93-a657-287f177c4f32 HTTP/1.1" 200 266 0.025563 10.0.0.65 - - [2025-07-07 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.013821 10.0.0.65 - - [2025-07-07 02:10:02] "POST /virtual-machines HTTP/1.1" 200 553 0.028531 10.0.0.65 - - [2025-07-07 02:10:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.117980 10.0.0.65 - - [2025-07-07 02:10:03] "POST /chown HTTP/1.1" 200 109 0.009210 10.0.0.65 - - [2025-07-07 02:10:03] "POST /instance-ips HTTP/1.1" 400 246 0.019294 10.0.0.65 - - [2025-07-07 02:10:03] "POST /chown HTTP/1.1" 200 109 0.008094 10.0.0.65 - - [2025-07-07 02:10:03] "PUT /virtual-machine-interface/00140cb2-2c11-4fe3-9cfc-22ff272ebfd3 HTTP/1.1" 200 284 0.011057 10.0.0.65 - - [2025-07-07 02:10:03] "PUT /instance-ip/51d24dab-5e8b-487d-95c0-c01c9ed6f9eb HTTP/1.1" 200 256 0.013124 10.0.0.65 - - [2025-07-07 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.014066 10.0.0.65 - - [2025-07-07 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.016516 10.0.0.65 - - [2025-07-07 02:10:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.124751 10.0.0.65 - - [2025-07-07 02:10:03] "POST /chown HTTP/1.1" 200 109 0.009931 10.0.0.65 - - [2025-07-07 02:10:03] "POST /instance-ips HTTP/1.1" 400 316 0.043670 10.0.0.65 - - [2025-07-07 02:10:03] "POST /chown HTTP/1.1" 200 109 0.008813 10.0.0.65 - - [2025-07-07 02:10:03] "PUT /virtual-machine-interface/d273ccaf-40ec-4891-8ca5-1bd7f26a36db HTTP/1.1" 200 284 0.017740 10.0.0.65 - - [2025-07-07 02:10:04] "PUT /instance-ip/75ccd6bc-e654-443a-928a-f31768a3bb49 HTTP/1.1" 200 256 0.016878 10.0.0.65 - - [2025-07-07 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.014876 10.0.0.65 - - [2025-07-07 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.022815 10.0.0.65 - - [2025-07-07 02:10:05] "POST /neutron/port HTTP/1.1" 200 1093 0.013635 10.0.0.65 - - [2025-07-07 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006902 10.0.0.65 - - [2025-07-07 02:10:05] "POST /neutron/port HTTP/1.1" 200 1093 0.012445 10.0.0.65 - - [2025-07-07 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006467 10.0.0.65 - - [2025-07-07 02:10:06] "POST /neutron/port HTTP/1.1" 200 1093 0.012854 10.0.0.65 - - [2025-07-07 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007655 10.0.0.65 - - [2025-07-07 02:10:06] "GET /virtual-machine/2a4ea3ba-4810-47b8-8e27-20f182aff06f HTTP/1.1" 401 292 0.000551 10.0.0.65 - - [2025-07-07 02:10:06] "GET /virtual-machine/2a4ea3ba-4810-47b8-8e27-20f182aff06f HTTP/1.1" 200 1295 0.035030 10.0.0.65 - - [2025-07-07 02:10:06] "GET /virtual-machine-interface/4106ebf6-4fec-42fa-bfef-7f9faa441e86 HTTP/1.1" 200 2955 0.005200 10.0.0.65 - - [2025-07-07 02:10:06] "GET /obj-perms HTTP/1.1" 200 5056 0.371875 10.0.0.65 - - [2025-07-07 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2025-07-07 02:10:06] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003259 10.0.0.65 - - [2025-07-07 02:10:06] "GET /virtual-networks?parent_id=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003206 10.0.0.65 - - [2025-07-07 02:10:06] "GET /virtual-network/9c682d2a-32a9-4c43-80ec-2d138d58f8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007084 10.0.0.65 - - [2025-07-07 02:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.046718 10.0.0.65 - - [2025-07-07 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.65 - - [2025-07-07 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002473 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.008900 10.0.0.65 - - [2025-07-07 02:10:07] "POST /instance-ips HTTP/1.1" 400 246 0.015065 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.007835 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.008370 10.0.0.65 - - [2025-07-07 02:10:07] "POST /instance-ips HTTP/1.1" 400 316 0.018291 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.009878 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.008053 10.0.0.65 - - [2025-07-07 02:10:07] "POST /instance-ips HTTP/1.1" 400 246 0.015229 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.008019 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.008170 10.0.0.65 - - [2025-07-07 02:10:07] "POST /instance-ips HTTP/1.1" 400 316 0.015688 10.0.0.65 - - [2025-07-07 02:10:07] "POST /chown HTTP/1.1" 200 109 0.009199 10.0.0.65 - - [2025-07-07 02:10:09] "POST /neutron/port HTTP/1.1" 200 1093 0.011806 10.0.0.65 - - [2025-07-07 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005326 10.0.0.65 - - [2025-07-07 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.65 - - [2025-07-07 02:10:09] "GET /virtual-network/9c682d2a-32a9-4c43-80ec-2d138d58f8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005362 10.0.0.65 - - [2025-07-07 02:10:11] "POST /neutron/port HTTP/1.1" 200 1091 0.012201 10.0.0.65 - - [2025-07-07 02:10:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005402 10.0.0.65 - - [2025-07-07 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.65 - - [2025-07-07 02:10:12] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003588 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-networks?parent_id=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003400 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-network/9c682d2a-32a9-4c43-80ec-2d138d58f8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005992 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/port HTTP/1.1" 200 1091 0.013945 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007034 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/port HTTP/1.1" 200 1091 0.013135 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007144 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/port HTTP/1.1" 200 1091 0.013524 10.0.0.65 - - [2025-07-07 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006048 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-machine/04dcd4e4-0d35-4ed7-b53d-9c27a46929e0 HTTP/1.1" 200 1294 0.004374 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-machine-interface/1d3e817b-09d6-475a-8247-5325c3e2afed HTTP/1.1" 200 2966 0.005067 10.0.0.65 - - [2025-07-07 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.65 - - [2025-07-07 02:10:12] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002967 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-networks?parent_id=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003260 10.0.0.65 - - [2025-07-07 02:10:12] "GET /virtual-network/e854a646-a4ee-40db-b4de-c901900a1fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005843 10.0.0.65 - - [2025-07-07 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.65 - - [2025-07-07 02:10:13] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003352 10.0.0.65 - - [2025-07-07 02:10:13] "GET /virtual-networks?parent_id=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003132 10.0.0.65 - - [2025-07-07 02:10:14] "GET /virtual-network/e854a646-a4ee-40db-b4de-c901900a1fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005699 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/router HTTP/1.1" 200 656 0.004669 10.0.0.65 - - [2025-07-07 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.012884 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/router HTTP/1.1" 200 344 0.107005 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/router HTTP/1.1" 200 656 0.007013 10.0.0.65 - - [2025-07-07 02:10:18] "GET /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.005193 10.0.0.65 - - [2025-07-07 02:10:18] "GET /service-instance/e803dd09-ad93-409e-8273-521d8e84ee11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.006726 10.0.0.65 - - [2025-07-07 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/router HTTP/1.1" 200 151 0.073201 10.0.0.65 - - [2025-07-07 02:10:18] "DELETE /route-target/90e9e644-89d2-4542-9550-bb2838bf29cc HTTP/1.1" 409 239 0.006367 10.0.0.65 - - [2025-07-07 02:10:18] "PUT /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22 HTTP/1.1" 404 171 0.003298 10.0.0.65 - - [2025-07-07 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.017453 10.0.0.65 - - [2025-07-07 02:10:18] "DELETE /route-table/8ac2b5ad-6aa8-4591-8394-3c09b451daba HTTP/1.1" 200 115 0.058058 10.0.0.65 - - [2025-07-07 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.65 - - [2025-07-07 02:10:18] "PUT /routing-instance/c24a17fc-8567-4a93-a657-287f177c4f32 HTTP/1.1" 200 266 0.021438 10.0.0.65 - - [2025-07-07 02:10:18] "GET /virtual-network/8b687f91-ff3b-46e0-abaf-92fadf3848a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006366 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/network HTTP/1.1" 200 834 0.011570 10.0.0.65 - - [2025-07-07 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.016083 10.0.0.65 - - [2025-07-07 02:10:18] "POST /neutron/network HTTP/1.1" 400 204 0.064373 10.0.0.65 - - [2025-07-07 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.023543 10.0.0.65 - - [2025-07-07 02:10:18] "DELETE /instance-ip/75ccd6bc-e654-443a-928a-f31768a3bb49 HTTP/1.1" 200 115 0.034508 10.0.0.65 - - [2025-07-07 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005881 10.0.0.65 - - [2025-07-07 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006177 10.0.0.65 - - [2025-07-07 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004593 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-network/8b687f91-ff3b-46e0-abaf-92fadf3848a7 HTTP/1.1" 200 115 0.147500 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /route-target/76c1894e-d925-4750-a55d-2a7de1573765 HTTP/1.1" 200 115 0.033154 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /service-instance/e803dd09-ad93-409e-8273-521d8e84ee11 HTTP/1.1" 200 115 0.041695 10.0.0.65 - - [2025-07-07 02:10:19] "GET /logical-router/236dae60-4912-42f7-bb92-8bdf7bd8bc22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003941 10.0.0.65 - - [2025-07-07 02:10:19] "GET /service-instance/e803dd09-ad93-409e-8273-521d8e84ee11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004013 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 1091 0.014767 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 1117 0.010086 10.0.0.65 - - [2025-07-07 02:10:19] "GET /virtual-machine-interface/00140cb2-2c11-4fe3-9cfc-22ff272ebfd3?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1649 0.007922 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 1093 0.018296 10.0.0.65 - - [2025-07-07 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.034890 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 1119 0.018665 10.0.0.65 - - [2025-07-07 02:10:19] "GET /instance-ip/51d24dab-5e8b-487d-95c0-c01c9ed6f9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006646 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 151 0.207593 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine-interface/00140cb2-2c11-4fe3-9cfc-22ff272ebfd3 HTTP/1.1" 200 115 0.068560 10.0.0.65 - - [2025-07-07 02:10:19] "GET /virtual-machine-interface/d273ccaf-40ec-4891-8ca5-1bd7f26a36db?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.013310 10.0.0.65 - - [2025-07-07 02:10:19] "POST /neutron/port HTTP/1.1" 200 151 0.162822 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine-interface/d273ccaf-40ec-4891-8ca5-1bd7f26a36db HTTP/1.1" 200 115 0.037753 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine/0e65f809-8576-4e3d-9f81-74bb97e9ddeb HTTP/1.1" 200 115 0.021197 10.0.0.65 - - [2025-07-07 02:10:19] "GET /virtual-machine-interface/b3bc553d-372d-46ad-8585-edebdf4efd5a?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.012992 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine-interface/b3bc553d-372d-46ad-8585-edebdf4efd5a HTTP/1.1" 200 115 0.035205 10.0.0.65 - - [2025-07-07 02:10:19] "GET /virtual-machine-interface/cd0f5142-86ea-4314-aac4-bcbc7010047c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.010674 10.0.0.65 - - [2025-07-07 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.015294 10.0.0.65 - - [2025-07-07 02:10:19] "GET /instance-ip/51d24dab-5e8b-487d-95c0-c01c9ed6f9eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.006158 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /instance-ip/51d24dab-5e8b-487d-95c0-c01c9ed6f9eb HTTP/1.1" 200 115 0.026313 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine-interface/cd0f5142-86ea-4314-aac4-bcbc7010047c HTTP/1.1" 200 115 0.030023 10.0.0.65 - - [2025-07-07 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.65 - - [2025-07-07 02:10:19] "DELETE /virtual-machine/93ecb213-aaa0-4bcc-8669-861fdfca5f24 HTTP/1.1" 200 115 0.017143 10.0.0.65 - - [2025-07-07 02:10:20] "POST /neutron/network HTTP/1.1" 200 834 0.006628 10.0.0.65 - - [2025-07-07 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.65 - - [2025-07-07 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002225 10.0.0.65 - - [2025-07-07 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.65 - - [2025-07-07 02:10:20] "POST /neutron/network HTTP/1.1" 200 151 0.098029 10.0.0.65 - - [2025-07-07 02:10:20] "DELETE /route-target/0fce9e3d-b748-4ea1-9f7d-6f99709f91f3 HTTP/1.1" 200 115 0.019370 10.0.0.65 - - [2025-07-07 02:10:20] "POST /neutron/network HTTP/1.1" 200 829 0.006404 10.0.0.65 - - [2025-07-07 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004121 10.0.0.65 - - [2025-07-07 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.65 - - [2025-07-07 02:10:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002100 10.0.0.65 - - [2025-07-07 02:10:21] "POST /neutron/network HTTP/1.1" 200 151 0.096723 10.0.0.65 - - [2025-07-07 02:10:21] "DELETE /route-target/7deec70b-729a-412a-89ea-d1ca820fdb82 HTTP/1.1" 200 115 0.015113 10.0.0.65 - - [2025-07-07 02:10:21] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001275 10.0.0.65 - - [2025-07-07 02:10:21] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.029548 10.0.0.65 - - [2025-07-07 02:10:21] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001234 10.0.0.65 - - [2025-07-07 02:10:21] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?fields=virtual_networks HTTP/1.1" 200 1038 0.075572 10.0.0.65 - - [2025-07-07 02:10:21] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001836 10.0.0.65 - - [2025-07-07 02:10:21] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.032007 10.0.0.65 - - [2025-07-07 02:10:21] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001307 10.0.0.65 - - [2025-07-07 02:10:21] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?fields=security_groups HTTP/1.1" 200 1267 0.035194 10.0.0.65 - - [2025-07-07 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.028331 10.0.0.65 - - [2025-07-07 02:10:22] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002837 10.0.0.65 - - [2025-07-07 02:10:22] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002506 10.0.0.65 - - [2025-07-07 02:10:22] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009722 10.0.0.65 - - [2025-07-07 02:10:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.001558 10.0.0.65 - - [2025-07-07 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003393 10.0.0.65 - - [2025-07-07 02:10:22] "POST /security-groups HTTP/1.1" 200 599 0.067972 10.0.0.65 - - [2025-07-07 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.003414 10.0.0.65 - - [2025-07-07 02:10:22] "POST /projects HTTP/1.1" 200 601 0.254927 10.0.0.65 - - [2025-07-07 02:10:23] "POST /access-control-lists HTTP/1.1" 200 604 0.062237 10.0.0.65 - - [2025-07-07 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.332296 10.0.0.65 - - [2025-07-07 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 241 0.003169 10.0.0.65 - - [2025-07-07 02:10:23] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.467376 10.0.0.65 - - [2025-07-07 02:10:23] "POST /access-control-lists HTTP/1.1" 200 602 0.059895 10.0.0.65 - - [2025-07-07 02:10:24] "GET / HTTP/1.1" 200 35931 0.002220 10.0.0.65 - - [2025-07-07 02:10:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.65 - - [2025-07-07 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.055011 10.0.0.65 - - [2025-07-07 02:10:25] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.65 - - [2025-07-07 02:10:25] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.026311 10.0.0.65 - - [2025-07-07 02:10:25] "POST /neutron/network HTTP/1.1" 200 117 0.030333 10.0.0.65 - - [2025-07-07 02:10:25] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001880 10.0.0.65 - - [2025-07-07 02:10:25] "POST /neutron/network HTTP/1.1" 200 613 0.069038 10.0.0.65 - - [2025-07-07 02:10:25] "POST /route-targets HTTP/1.1" 200 327 0.013191 10.0.0.65 - - [2025-07-07 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.012868 10.0.0.65 - - [2025-07-07 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013310 10.0.0.65 - - [2025-07-07 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.184511 10.0.0.65 - - [2025-07-07 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003972 10.0.0.65 - - [2025-07-07 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.195471 10.0.0.65 - - [2025-07-07 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.035759 10.0.0.65 - - [2025-07-07 02:10:25] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.011249 10.0.0.65 - - [2025-07-07 02:10:25] "POST /neutron/network HTTP/1.1" 200 1004 0.009489 10.0.0.65 - - [2025-07-07 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001610 10.0.0.65 - - [2025-07-07 02:10:26] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006283 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 1004 0.009886 10.0.0.65 - - [2025-07-07 02:10:26] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007800 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 1004 0.009967 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.007207 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.073651 10.0.0.65 - - [2025-07-07 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.65 - - [2025-07-07 02:10:26] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001745 10.0.0.65 - - [2025-07-07 02:10:26] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.028924 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 117 0.009411 10.0.0.65 - - [2025-07-07 02:10:26] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 613 0.077788 10.0.0.65 - - [2025-07-07 02:10:26] "POST /route-targets HTTP/1.1" 200 327 0.009741 10.0.0.65 - - [2025-07-07 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.011255 10.0.0.65 - - [2025-07-07 02:10:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002400 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.190600 10.0.0.65 - - [2025-07-07 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.65 - - [2025-07-07 02:10:26] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005081 10.0.0.65 - - [2025-07-07 02:10:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.176089 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 1006 0.007546 10.0.0.65 - - [2025-07-07 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001451 10.0.0.65 - - [2025-07-07 02:10:26] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005760 10.0.0.65 - - [2025-07-07 02:10:26] "POST /neutron/network HTTP/1.1" 200 1006 0.008532 10.0.0.65 - - [2025-07-07 02:10:26] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006469 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1006 0.008934 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.007184 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.006927 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.002311 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.65 - - [2025-07-07 02:10:27] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.65 - - [2025-07-07 02:10:27] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.032512 10.0.0.65 - - [2025-07-07 02:10:27] "POST /network-policys HTTP/1.1" 200 577 0.059653 10.0.0.65 - - [2025-07-07 02:10:27] "GET /network-policy/8e634123-2164-4b07-9f8a-58512e8e4952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005226 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1004 0.007769 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.006535 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.65 - - [2025-07-07 02:10:27] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007025 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1112 0.050740 10.0.0.65 - - [2025-07-07 02:10:27] "POST /access-control-lists HTTP/1.1" 200 596 0.073284 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1112 0.047824 10.0.0.65 - - [2025-07-07 02:10:27] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005638 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.65 - - [2025-07-07 02:10:27] "GET /network-policy/8e634123-2164-4b07-9f8a-58512e8e4952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003968 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1006 0.007425 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007145 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 242 0.003957 10.0.0.65 - - [2025-07-07 02:10:27] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007926 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1114 0.050205 10.0.0.65 - - [2025-07-07 02:10:27] "POST /access-control-lists HTTP/1.1" 200 596 0.067842 10.0.0.65 - - [2025-07-07 02:10:27] "POST /neutron/network HTTP/1.1" 200 1114 0.040462 10.0.0.65 - - [2025-07-07 02:10:27] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006023 10.0.0.65 - - [2025-07-07 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002415 10.0.0.65 - - [2025-07-07 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.012727 10.0.0.65 - - [2025-07-07 02:10:27] "GET /network-policy/8e634123-2164-4b07-9f8a-58512e8e4952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004084 10.0.0.65 - - [2025-07-07 02:10:27] "GET /domains HTTP/1.1" 401 292 0.000480 10.0.0.65 - - [2025-07-07 02:10:27] "PUT /access-control-list/f079b23d-d75b-4521-af06-02770573f3e5 HTTP/1.1" 200 272 0.054428 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domains HTTP/1.1" 200 280 0.025674 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.008551 10.0.0.65 - - [2025-07-07 02:10:28] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.65 - - [2025-07-07 02:10:28] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 2622 0.079300 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132 HTTP/1.1" 200 3498 0.006716 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132 HTTP/1.1" 200 3498 0.005152 10.0.0.65 - - [2025-07-07 02:10:28] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 200 1795 0.003522 10.0.0.65 - - [2025-07-07 02:10:28] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 200 1795 0.003409 10.0.0.65 - - [2025-07-07 02:10:28] "GET /route-target/bdd78167-1ced-4d34-b23a-bb3424c43ae0 HTTP/1.1" 200 1213 0.002949 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132 HTTP/1.1" 200 3498 0.004719 10.0.0.65 - - [2025-07-07 02:10:28] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 200 1795 0.003772 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004983 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132 HTTP/1.1" 200 3498 0.004715 10.0.0.65 - - [2025-07-07 02:10:28] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 200 1795 0.003159 10.0.0.65 - - [2025-07-07 02:10:28] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 200 1795 0.003156 10.0.0.65 - - [2025-07-07 02:10:28] "GET /route-target/bdd78167-1ced-4d34-b23a-bb3424c43ae0 HTTP/1.1" 200 1213 0.002808 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domains HTTP/1.1" 200 280 0.002889 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001627 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.009379 10.0.0.65 - - [2025-07-07 02:10:28] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001402 10.0.0.65 - - [2025-07-07 02:10:28] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 2622 0.072067 10.0.0.65 - - [2025-07-07 02:10:28] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132 HTTP/1.1" 200 3498 0.005147 10.0.0.65 - - [2025-07-07 02:10:28] "GET /obj-perms HTTP/1.1" 200 5046 0.060012 10.0.0.65 - - [2025-07-07 02:10:28] "GET /domains HTTP/1.1" 200 280 0.003749 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.008397 10.0.0.65 - - [2025-07-07 02:10:29] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.65 - - [2025-07-07 02:10:29] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 2622 0.067161 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208 HTTP/1.1" 200 3505 0.007882 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208 HTTP/1.1" 200 3505 0.005444 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 200 1795 0.003808 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 200 1795 0.003775 10.0.0.65 - - [2025-07-07 02:10:29] "GET /route-target/babdffca-bc69-448d-9786-33ea14b3258a HTTP/1.1" 200 1213 0.004031 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208 HTTP/1.1" 200 3505 0.005742 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 200 1795 0.003901 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005766 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208 HTTP/1.1" 200 3505 0.007283 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 200 1795 0.005026 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 200 1795 0.004537 10.0.0.65 - - [2025-07-07 02:10:29] "GET /route-target/babdffca-bc69-448d-9786-33ea14b3258a HTTP/1.1" 200 1213 0.004034 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domains HTTP/1.1" 200 280 0.003373 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.007565 10.0.0.65 - - [2025-07-07 02:10:29] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.65 - - [2025-07-07 02:10:29] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 2622 0.077362 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208 HTTP/1.1" 200 3505 0.005495 10.0.0.65 - - [2025-07-07 02:10:29] "GET /obj-perms HTTP/1.1" 200 5046 0.004009 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007905 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1114 0.008116 10.0.0.65 - - [2025-07-07 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009316 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007645 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1006 0.065130 10.0.0.65 - - [2025-07-07 02:10:29] "DELETE /access-control-list/76426e5b-d0e5-4827-9c0d-b3e636790e41 HTTP/1.1" 200 115 0.043863 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1006 0.030365 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/cad6cfd9-70d6-417f-94b4-20279a197208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007587 10.0.0.65 - - [2025-07-07 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.031849 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005821 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1112 0.008075 10.0.0.65 - - [2025-07-07 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006974 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/c0e80c5c-f4ad-45d4-9485-6d92cb33906b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005455 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1004 0.052170 10.0.0.65 - - [2025-07-07 02:10:29] "DELETE /access-control-list/f079b23d-d75b-4521-af06-02770573f3e5 HTTP/1.1" 200 115 0.052314 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1004 0.019171 10.0.0.65 - - [2025-07-07 02:10:29] "GET /virtual-network/45255eab-db33-4faf-a850-3f6831dc4132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005260 10.0.0.65 - - [2025-07-07 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.022315 10.0.0.65 - - [2025-07-07 02:10:29] "DELETE /network-policy/8e634123-2164-4b07-9f8a-58512e8e4952 HTTP/1.1" 200 115 0.043013 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 1006 0.010445 10.0.0.65 - - [2025-07-07 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.65 - - [2025-07-07 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002695 10.0.0.65 - - [2025-07-07 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.65 - - [2025-07-07 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002076 10.0.0.65 - - [2025-07-07 02:10:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002201 10.0.0.65 - - [2025-07-07 02:10:29] "POST /neutron/network HTTP/1.1" 200 151 0.117805 10.0.0.65 - - [2025-07-07 02:10:29] "DELETE /route-target/babdffca-bc69-448d-9786-33ea14b3258a HTTP/1.1" 200 115 0.038677 10.0.0.65 - - [2025-07-07 02:10:29] "GET /routing-instance/74f98f15-5b4a-490b-a595-cf7aea666aaf HTTP/1.1" 404 171 0.003872 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.65 - - [2025-07-07 02:10:29] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.054178 10.0.0.65 - - [2025-07-07 02:10:29] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 2142 0.069898 10.0.0.65 - - [2025-07-07 02:10:30] "POST /neutron/network HTTP/1.1" 200 1004 0.008890 10.0.0.65 - - [2025-07-07 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2025-07-07 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002505 10.0.0.65 - - [2025-07-07 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002067 10.0.0.65 - - [2025-07-07 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001922 10.0.0.65 - - [2025-07-07 02:10:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.65 - - [2025-07-07 02:10:30] "DELETE /route-target/bdd78167-1ced-4d34-b23a-bb3424c43ae0 HTTP/1.1" 200 115 0.033845 10.0.0.65 - - [2025-07-07 02:10:30] "POST /neutron/network HTTP/1.1" 200 151 0.109018 10.0.0.65 - - [2025-07-07 02:10:30] "GET /routing-instance/6baa1e91-0138-4792-9e5f-326e6cdc2e3b HTTP/1.1" 404 171 0.002643 10.0.0.65 - - [2025-07-07 02:10:30] "GET /domains HTTP/1.1" 200 280 0.002351 10.0.0.65 - - [2025-07-07 02:10:30] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.65 - - [2025-07-07 02:10:30] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2770 0.049061 10.0.0.65 - - [2025-07-07 02:10:30] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 1897 0.080271 10.0.0.65 - - [2025-07-07 02:10:30] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001255 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.029506 10.0.0.65 - - [2025-07-07 02:10:30] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?fields=virtual_networks HTTP/1.1" 200 1045 0.072039 10.0.0.65 - - [2025-07-07 02:10:30] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001648 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.029519 10.0.0.65 - - [2025-07-07 02:10:30] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.65 - - [2025-07-07 02:10:30] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?fields=security_groups HTTP/1.1" 200 1279 0.026023 10.0.0.65 - - [2025-07-07 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.023071 10.0.0.65 - - [2025-07-07 02:10:31] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002491 10.0.0.65 - - [2025-07-07 02:10:31] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.65 - - [2025-07-07 02:10:31] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009592 10.0.0.65 - - [2025-07-07 02:10:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.001547 10.0.0.65 - - [2025-07-07 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002908 10.0.0.65 - - [2025-07-07 02:10:32] "POST /security-groups HTTP/1.1" 200 593 0.063348 10.0.0.65 - - [2025-07-07 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.002532 10.0.0.65 - - [2025-07-07 02:10:32] "POST /projects HTTP/1.1" 200 589 0.237560 10.0.0.65 - - [2025-07-07 02:10:32] "POST /access-control-lists HTTP/1.1" 200 598 0.057485 10.0.0.65 - - [2025-07-07 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.309251 10.0.0.65 - - [2025-07-07 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 235 0.002938 10.0.0.65 - - [2025-07-07 02:10:32] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.437613 10.0.0.65 - - [2025-07-07 02:10:32] "POST /access-control-lists HTTP/1.1" 200 596 0.060364 10.0.0.65 - - [2025-07-07 02:10:33] "GET / HTTP/1.1" 200 35931 0.002326 10.0.0.65 - - [2025-07-07 02:10:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.65 - - [2025-07-07 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.056073 10.0.0.65 - - [2025-07-07 02:10:34] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.65 - - [2025-07-07 02:10:34] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025232 10.0.0.65 - - [2025-07-07 02:10:34] "POST /neutron/network HTTP/1.1" 200 117 0.035480 10.0.0.65 - - [2025-07-07 02:10:34] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002746 10.0.0.65 - - [2025-07-07 02:10:34] "POST /neutron/network HTTP/1.1" 200 607 0.072029 10.0.0.65 - - [2025-07-07 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.013037 10.0.0.65 - - [2025-07-07 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.012331 10.0.0.65 - - [2025-07-07 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004348 10.0.0.65 - - [2025-07-07 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.187677 10.0.0.65 - - [2025-07-07 02:10:34] "POST /neutron/network HTTP/1.1" 200 826 0.005979 10.0.0.65 - - [2025-07-07 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001313 10.0.0.65 - - [2025-07-07 02:10:34] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005288 10.0.0.65 - - [2025-07-07 02:10:34] "POST /neutron/network HTTP/1.1" 200 826 0.005998 10.0.0.65 - - [2025-07-07 02:10:35] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007097 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 826 0.005878 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.007598 10.0.0.65 - - [2025-07-07 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.65 - - [2025-07-07 02:10:35] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001105 10.0.0.65 - - [2025-07-07 02:10:35] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023567 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 117 0.009793 10.0.0.65 - - [2025-07-07 02:10:35] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001539 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 607 0.068065 10.0.0.65 - - [2025-07-07 02:10:35] "POST /route-targets HTTP/1.1" 200 327 0.011051 10.0.0.65 - - [2025-07-07 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.010311 10.0.0.65 - - [2025-07-07 02:10:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.154670 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 825 0.005851 10.0.0.65 - - [2025-07-07 02:10:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001231 10.0.0.65 - - [2025-07-07 02:10:35] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005598 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 825 0.006838 10.0.0.65 - - [2025-07-07 02:10:35] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005167 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 825 0.006164 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.007627 10.0.0.65 - - [2025-07-07 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002468 10.0.0.65 - - [2025-07-07 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.65 - - [2025-07-07 02:10:35] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001214 10.0.0.65 - - [2025-07-07 02:10:35] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025539 10.0.0.65 - - [2025-07-07 02:10:35] "POST /network-policys HTTP/1.1" 200 571 0.018963 10.0.0.65 - - [2025-07-07 02:10:35] "GET /network-policy/20bbdea5-d576-45f3-b5b7-b7fbbdbd2d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.005842 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 826 0.005948 10.0.0.65 - - [2025-07-07 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003926 10.0.0.65 - - [2025-07-07 02:10:35] "POST /neutron/network HTTP/1.1" 200 928 0.050408 10.0.0.65 - - [2025-07-07 02:10:36] "POST /neutron/network HTTP/1.1" 200 928 0.042235 10.0.0.65 - - [2025-07-07 02:10:36] "POST /access-control-lists HTTP/1.1" 200 590 0.073401 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005469 10.0.0.65 - - [2025-07-07 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.65 - - [2025-07-07 02:10:36] "GET /network-policy/20bbdea5-d576-45f3-b5b7-b7fbbdbd2d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003899 10.0.0.65 - - [2025-07-07 02:10:36] "POST /neutron/network HTTP/1.1" 200 825 0.005858 10.0.0.65 - - [2025-07-07 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.003389 10.0.0.65 - - [2025-07-07 02:10:36] "POST /neutron/network HTTP/1.1" 200 927 0.054202 10.0.0.65 - - [2025-07-07 02:10:36] "POST /neutron/network HTTP/1.1" 200 927 0.038787 10.0.0.65 - - [2025-07-07 02:10:36] "POST /access-control-lists HTTP/1.1" 200 590 0.069519 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005157 10.0.0.65 - - [2025-07-07 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002245 10.0.0.65 - - [2025-07-07 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010626 10.0.0.65 - - [2025-07-07 02:10:36] "GET /network-policy/20bbdea5-d576-45f3-b5b7-b7fbbdbd2d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003188 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domains HTTP/1.1" 401 292 0.000572 10.0.0.65 - - [2025-07-07 02:10:36] "PUT /access-control-list/5f87fefd-6d0c-4089-84c5-503b85fb6272 HTTP/1.1" 200 272 0.054191 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domains HTTP/1.1" 200 280 0.024250 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001390 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2958 0.010755 10.0.0.65 - - [2025-07-07 02:10:36] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.65 - - [2025-07-07 02:10:36] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 2569 0.074340 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b HTTP/1.1" 200 2891 0.006951 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b HTTP/1.1" 200 2891 0.005169 10.0.0.65 - - [2025-07-07 02:10:36] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 200 1784 0.003574 10.0.0.65 - - [2025-07-07 02:10:36] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 200 1784 0.003257 10.0.0.65 - - [2025-07-07 02:10:36] "GET /route-target/f14af469-32c0-443d-8307-7374b683ba8c HTTP/1.1" 200 1206 0.003053 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b HTTP/1.1" 200 2891 0.005124 10.0.0.65 - - [2025-07-07 02:10:36] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 200 1784 0.003946 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005257 10.0.0.65 - - [2025-07-07 02:10:36] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b HTTP/1.1" 200 2891 0.005203 10.0.0.65 - - [2025-07-07 02:10:36] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 200 1784 0.003406 10.0.0.65 - - [2025-07-07 02:10:36] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 200 1784 0.003332 10.0.0.65 - - [2025-07-07 02:10:36] "GET /route-target/f14af469-32c0-443d-8307-7374b683ba8c HTTP/1.1" 200 1206 0.002730 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domains HTTP/1.1" 200 280 0.002833 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.65 - - [2025-07-07 02:10:36] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2958 0.007627 10.0.0.65 - - [2025-07-07 02:10:36] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.65 - - [2025-07-07 02:10:37] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 2569 0.069873 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b HTTP/1.1" 200 2891 0.007064 10.0.0.65 - - [2025-07-07 02:10:37] "GET /obj-perms HTTP/1.1" 200 5034 0.054201 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domains HTTP/1.1" 200 280 0.002921 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2958 0.008047 10.0.0.65 - - [2025-07-07 02:10:37] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.65 - - [2025-07-07 02:10:37] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 2569 0.067577 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112 HTTP/1.1" 200 2887 0.007551 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112 HTTP/1.1" 200 2887 0.005746 10.0.0.65 - - [2025-07-07 02:10:37] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 200 1784 0.003687 10.0.0.65 - - [2025-07-07 02:10:37] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 200 1784 0.003466 10.0.0.65 - - [2025-07-07 02:10:37] "GET /route-target/89355c76-c1bf-4b01-ac8e-0b544d7c95c4 HTTP/1.1" 200 1206 0.003720 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112 HTTP/1.1" 200 2887 0.005197 10.0.0.65 - - [2025-07-07 02:10:37] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 200 1784 0.003819 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005646 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112 HTTP/1.1" 200 2887 0.005152 10.0.0.65 - - [2025-07-07 02:10:37] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 200 1784 0.003734 10.0.0.65 - - [2025-07-07 02:10:37] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 200 1784 0.003345 10.0.0.65 - - [2025-07-07 02:10:37] "GET /route-target/89355c76-c1bf-4b01-ac8e-0b544d7c95c4 HTTP/1.1" 200 1206 0.003023 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domains HTTP/1.1" 200 280 0.003180 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.65 - - [2025-07-07 02:10:37] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2958 0.007566 10.0.0.65 - - [2025-07-07 02:10:37] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.65 - - [2025-07-07 02:10:37] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 2569 0.075516 10.0.0.65 - - [2025-07-07 02:10:37] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112 HTTP/1.1" 200 2887 0.012401 10.0.0.65 - - [2025-07-07 02:10:37] "GET /obj-perms HTTP/1.1" 200 5034 0.003324 10.0.0.65 - - [2025-07-07 02:10:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001521 10.0.0.65 - - [2025-07-07 02:10:38] "POST /neutron/network HTTP/1.1" 200 938 0.006503 10.0.0.65 - - [2025-07-07 02:10:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.65 - - [2025-07-07 02:10:38] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.65 - - [2025-07-07 02:10:38] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000517 10.0.0.65 - - [2025-07-07 02:10:38] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.65 - - [2025-07-07 02:10:38] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049042 10.0.0.65 - - [2025-07-07 02:10:38] "POST /neutron/network HTTP/1.1" 200 928 0.005388 10.0.0.65 - - [2025-07-07 02:10:38] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.006430 10.0.0.65 - - [2025-07-07 02:10:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001556 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.005969 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/network HTTP/1.1" 200 937 0.006447 10.0.0.65 - - [2025-07-07 02:10:39] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/network HTTP/1.1" 200 938 0.005951 10.0.0.65 - - [2025-07-07 02:10:39] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001695 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 1062 0.243840 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 1062 0.011848 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 1062 0.008770 10.0.0.65 - - [2025-07-07 02:10:39] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.65 - - [2025-07-07 02:10:39] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 1116 0.063378 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 1090 0.012155 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.008494 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.65 - - [2025-07-07 02:10:39] "POST /neutron/network HTTP/1.1" 200 928 0.006562 10.0.0.65 - - [2025-07-07 02:10:40] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001477 10.0.0.65 - - [2025-07-07 02:10:40] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.066459 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/network HTTP/1.1" 200 927 0.006321 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/port HTTP/1.1" 200 1090 0.014753 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008522 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/port HTTP/1.1" 200 117 0.005287 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/port HTTP/1.1" 200 1090 0.015083 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006984 10.0.0.65 - - [2025-07-07 02:10:40] "POST /neutron/network HTTP/1.1" 200 937 0.006489 10.0.0.65 - - [2025-07-07 02:10:40] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002080 10.0.0.65 - - [2025-07-07 02:10:40] "PUT /access-control-list/0a014e46-8fa4-4129-86a7-95d34724bf27 HTTP/1.1" 200 272 0.059022 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 1061 0.334116 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 1061 0.012309 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 1061 0.014074 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 1115 0.080267 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 1089 0.016248 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.009882 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/port HTTP/1.1" 200 117 0.001787 10.0.0.65 - - [2025-07-07 02:10:41] "POST /neutron/network HTTP/1.1" 200 927 0.007354 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.016141 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.015672 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.020872 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007816 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/port HTTP/1.1" 200 1090 0.017814 10.0.0.65 - - [2025-07-07 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008960 10.0.0.65 - - [2025-07-07 02:10:45] "GET /virtual-machine/d6be6ae1-0d14-4776-8bf7-f3ea95b1aaa0 HTTP/1.1" 200 1295 0.005396 10.0.0.65 - - [2025-07-07 02:10:45] "GET /virtual-machine-interface/cde84052-30a6-4255-9681-7f9822d2c1bb HTTP/1.1" 200 2951 0.008626 10.0.0.65 - - [2025-07-07 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.65 - - [2025-07-07 02:10:45] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003757 10.0.0.65 - - [2025-07-07 02:10:45] "GET /virtual-networks?parent_id=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003311 10.0.0.65 - - [2025-07-07 02:10:46] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006230 10.0.0.65 - - [2025-07-07 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.65 - - [2025-07-07 02:10:49] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005183 10.0.0.65 - - [2025-07-07 02:10:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014814 10.0.0.65 - - [2025-07-07 02:10:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007564 10.0.0.65 - - [2025-07-07 02:10:50] "POST /neutron/port HTTP/1.1" 200 1089 0.018209 10.0.0.65 - - [2025-07-07 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006410 10.0.0.65 - - [2025-07-07 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-07-07 02:10:51] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003548 10.0.0.65 - - [2025-07-07 02:10:51] "GET /virtual-networks?parent_id=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003482 10.0.0.65 - - [2025-07-07 02:10:51] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.010037 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/port HTTP/1.1" 200 1089 0.013668 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009065 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016145 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006920 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/port HTTP/1.1" 200 1089 0.012613 10.0.0.65 - - [2025-07-07 02:10:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007493 10.0.0.65 - - [2025-07-07 02:10:51] "GET /virtual-machine/44e179a0-70d2-4db8-b8a7-a424e1863e33 HTTP/1.1" 200 1294 0.006979 10.0.0.65 - - [2025-07-07 02:10:51] "GET /virtual-machine-interface/7ae1bff8-aab8-49d0-bf9f-54996102c318 HTTP/1.1" 200 2950 0.005873 10.0.0.65 - - [2025-07-07 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.65 - - [2025-07-07 02:10:51] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003574 10.0.0.65 - - [2025-07-07 02:10:51] "GET /virtual-networks?parent_id=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004270 10.0.0.65 - - [2025-07-07 02:10:52] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008477 10.0.0.65 - - [2025-07-07 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.65 - - [2025-07-07 02:10:53] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004983 10.0.0.65 - - [2025-07-07 02:10:53] "GET /virtual-networks?parent_id=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004282 10.0.0.65 - - [2025-07-07 02:10:53] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006409 10.0.0.65 - - [2025-07-07 02:10:53] "POST /neutron/port HTTP/1.1" 200 1089 0.012485 10.0.0.65 - - [2025-07-07 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006417 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /project/088207fe8d0046c1b0de53e806d61581 HTTP/1.1" 404 173 0.014311 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /project/0d80e69c91c4458684cb2849f58b359d HTTP/1.1" 404 173 0.010936 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.65 - - [2025-07-07 02:11:01] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.060076 10.0.0.65 - - [2025-07-07 02:11:01] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.067122 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001662 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001561 10.0.0.65 - - [2025-07-07 02:11:01] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?fields=security_groups HTTP/1.1" 200 1372 0.051672 10.0.0.65 - - [2025-07-07 02:11:01] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?fields=security_groups HTTP/1.1" 200 1384 0.053637 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /security-group/4e76f7ef-c26a-42fa-868b-8e8c569548d0 HTTP/1.1" 200 115 0.078109 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001206 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /access-control-list/e7351406-3404-427f-9078-075f98126d33 HTTP/1.1" 200 115 0.056424 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /security-group/20b90331-1c31-4ecd-9cd0-ece31a0f9904 HTTP/1.1" 200 115 0.091038 10.0.0.65 - - [2025-07-07 02:11:01] "GET /projects?obj_uuids=0d80e69c-91c4-4586-84cb-2849f58b359d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.65 - - [2025-07-07 02:11:01] "GET /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a?fields=application_policy_sets HTTP/1.1" 200 1411 0.057224 10.0.0.65 - - [2025-07-07 02:11:01] "DELETE /access-control-list/66ca619f-b4c2-4ae6-a68e-5da32bb006fa HTTP/1.1" 200 115 0.046898 10.0.0.65 - - [2025-07-07 02:11:02] "GET /project/0d80e69c-91c4-4586-84cb-2849f58b359d?fields=application_policy_sets HTTP/1.1" 200 1423 0.079891 10.0.0.65 - - [2025-07-07 02:11:02] "DELETE /access-control-list/5e7489d6-a6ad-4d80-8b9d-84bf04132f9f HTTP/1.1" 200 115 0.040013 10.0.0.65 - - [2025-07-07 02:11:02] "DELETE /access-control-list/1e8b17d0-972c-49d5-b926-34e956504c99 HTTP/1.1" 200 115 0.026396 10.0.0.65 - - [2025-07-07 02:11:02] "DELETE /project/e6ba3b1e-162b-4081-b82b-3ef6b2dcce6a HTTP/1.1" 200 115 0.451959 10.0.0.65 - - [2025-07-07 02:11:02] "DELETE /project/0d80e69c-91c4-4586-84cb-2849f58b359d HTTP/1.1" 200 115 0.507991 10.0.0.65 - - [2025-07-07 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.65 - - [2025-07-07 02:11:02] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.65 - - [2025-07-07 02:11:02] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029473 10.0.0.65 - - [2025-07-07 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.65 - - [2025-07-07 02:11:02] "PUT /network-policy/20bbdea5-d576-45f3-b5b7-b7fbbdbd2d49 HTTP/1.1" 200 262 0.014614 10.0.0.65 - - [2025-07-07 02:11:03] "PUT /access-control-list/0a014e46-8fa4-4129-86a7-95d34724bf27 HTTP/1.1" 200 272 0.051058 10.0.0.65 - - [2025-07-07 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.012552 10.0.0.65 - - [2025-07-07 02:11:03] "PUT /access-control-list/5f87fefd-6d0c-4089-84c5-503b85fb6272 HTTP/1.1" 200 272 0.052491 10.0.0.65 - - [2025-07-07 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.011224 10.0.0.65 - - [2025-07-07 02:11:05] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005843 10.0.0.65 - - [2025-07-07 02:11:05] "POST /neutron/network HTTP/1.1" 200 927 0.006594 10.0.0.65 - - [2025-07-07 02:11:05] "POST /neutron/network HTTP/1.1" 200 825 0.056801 10.0.0.65 - - [2025-07-07 02:11:06] "DELETE /access-control-list/0a014e46-8fa4-4129-86a7-95d34724bf27 HTTP/1.1" 200 115 0.043761 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 200 825 0.011431 10.0.0.65 - - [2025-07-07 02:11:06] "GET /virtual-network/897d7beb-6081-4d99-ba72-517de788f112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005680 10.0.0.65 - - [2025-07-07 02:11:06] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009353 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 200 928 0.007035 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 200 826 0.066003 10.0.0.65 - - [2025-07-07 02:11:06] "DELETE /access-control-list/5f87fefd-6d0c-4089-84c5-503b85fb6272 HTTP/1.1" 200 115 0.039164 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 200 826 0.005670 10.0.0.65 - - [2025-07-07 02:11:06] "GET /virtual-network/98077460-7ded-4aa5-a14a-63dda1699f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005318 10.0.0.65 - - [2025-07-07 02:11:06] "DELETE /network-policy/20bbdea5-d576-45f3-b5b7-b7fbbdbd2d49 HTTP/1.1" 200 115 0.023265 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 200 825 0.005449 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/network HTTP/1.1" 400 204 0.009717 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 1089 0.013609 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 1115 0.017896 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 1090 0.018224 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 1116 0.009467 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.151060 10.0.0.65 - - [2025-07-07 02:11:06] "POST /neutron/port HTTP/1.1" 200 151 0.142829 10.0.0.65 - - [2025-07-07 02:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.046230 10.0.0.65 - - [2025-07-07 02:11:08] "POST /neutron/network HTTP/1.1" 200 825 0.006046 10.0.0.65 - - [2025-07-07 02:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003955 10.0.0.65 - - [2025-07-07 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321 10.0.0.65 - - [2025-07-07 02:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002144 10.0.0.65 - - [2025-07-07 02:11:08] "POST /neutron/network HTTP/1.1" 200 151 0.081792 10.0.0.65 - - [2025-07-07 02:11:08] "GET /routing-instance/9898c189-adce-4871-a1bd-0747693007ca HTTP/1.1" 404 171 0.002239 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domains HTTP/1.1" 200 280 0.003944 10.0.0.65 - - [2025-07-07 02:11:08] "DELETE /route-target/89355c76-c1bf-4b01-ac8e-0b544d7c95c4 HTTP/1.1" 200 115 0.023518 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2575 0.051562 10.0.0.65 - - [2025-07-07 02:11:08] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.65 - - [2025-07-07 02:11:08] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 2101 0.066835 10.0.0.65 - - [2025-07-07 02:11:08] "POST /neutron/network HTTP/1.1" 200 826 0.006069 10.0.0.65 - - [2025-07-07 02:11:08] "GET /obj-perms HTTP/1.1" 200 5056 0.062498 10.0.0.65 - - [2025-07-07 02:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005138 10.0.0.65 - - [2025-07-07 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006513 10.0.0.65 - - [2025-07-07 02:11:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002257 10.0.0.65 - - [2025-07-07 02:11:08] "POST /neutron/network HTTP/1.1" 200 151 0.109346 10.0.0.65 - - [2025-07-07 02:11:08] "DELETE /route-target/f14af469-32c0-443d-8307-7374b683ba8c HTTP/1.1" 200 115 0.021636 10.0.0.65 - - [2025-07-07 02:11:08] "GET /routing-instance/decb1945-ec8c-4d8e-a15d-0d882760380e HTTP/1.1" 404 171 0.005569 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domains HTTP/1.1" 200 280 0.002763 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.65 - - [2025-07-07 02:11:08] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2575 0.051182 10.0.0.65 - - [2025-07-07 02:11:08] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.65 - - [2025-07-07 02:11:08] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 1862 0.069653 10.0.0.65 - - [2025-07-07 02:11:09] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.65 - - [2025-07-07 02:11:09] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025355 10.0.0.65 - - [2025-07-07 02:11:09] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001261 10.0.0.65 - - [2025-07-07 02:11:09] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?fields=virtual_networks HTTP/1.1" 200 1034 0.077284 10.0.0.65 - - [2025-07-07 02:11:09] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.65 - - [2025-07-07 02:11:09] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028335 10.0.0.65 - - [2025-07-07 02:11:09] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001206 10.0.0.65 - - [2025-07-07 02:11:09] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?fields=security_groups HTTP/1.1" 200 1262 0.027169 10.0.0.65 - - [2025-07-07 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.026831 10.0.0.65 - - [2025-07-07 02:11:10] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002553 10.0.0.65 - - [2025-07-07 02:11:10] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.65 - - [2025-07-07 02:11:10] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008141 10.0.0.65 - - [2025-07-07 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.001591 10.0.0.65 - - [2025-07-07 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.002537 10.0.0.65 - - [2025-07-07 02:11:10] "POST /security-groups HTTP/1.1" 200 589 0.067250 10.0.0.65 - - [2025-07-07 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.002738 10.0.0.65 - - [2025-07-07 02:11:10] "POST /projects HTTP/1.1" 200 581 0.220978 10.0.0.65 - - [2025-07-07 02:11:10] "POST /access-control-lists HTTP/1.1" 200 594 0.060307 10.0.0.65 - - [2025-07-07 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.292102 10.0.0.65 - - [2025-07-07 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003920 10.0.0.65 - - [2025-07-07 02:11:10] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.417988 10.0.0.65 - - [2025-07-07 02:11:10] "POST /access-control-lists HTTP/1.1" 200 592 0.060084 10.0.0.65 - - [2025-07-07 02:11:11] "GET / HTTP/1.1" 200 35931 0.002285 10.0.0.65 - - [2025-07-07 02:11:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.65 - - [2025-07-07 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.065039 10.0.0.65 - - [2025-07-07 02:11:12] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001790 10.0.0.65 - - [2025-07-07 02:11:12] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039660 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/network HTTP/1.1" 200 117 0.030640 10.0.0.65 - - [2025-07-07 02:11:13] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001705 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/network HTTP/1.1" 200 613 0.070535 10.0.0.65 - - [2025-07-07 02:11:13] "POST /route-targets HTTP/1.1" 200 327 0.012805 10.0.0.65 - - [2025-07-07 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.017865 10.0.0.65 - - [2025-07-07 02:11:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004824 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.216764 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/network HTTP/1.1" 200 832 0.006913 10.0.0.65 - - [2025-07-07 02:11:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001443 10.0.0.65 - - [2025-07-07 02:11:13] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005775 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/network HTTP/1.1" 200 832 0.006850 10.0.0.65 - - [2025-07-07 02:11:13] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005779 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/network HTTP/1.1" 200 832 0.006073 10.0.0.65 - - [2025-07-07 02:11:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007524 10.0.0.65 - - [2025-07-07 02:11:13] "GET /domains HTTP/1.1" 401 292 0.000449 10.0.0.65 - - [2025-07-07 02:11:13] "GET /domains HTTP/1.1" 200 280 0.028621 10.0.0.65 - - [2025-07-07 02:11:13] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.65 - - [2025-07-07 02:11:13] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.009066 10.0.0.65 - - [2025-07-07 02:11:13] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.65 - - [2025-07-07 02:11:14] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2079 0.075787 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea HTTP/1.1" 200 2316 0.006855 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea HTTP/1.1" 200 2316 0.005354 10.0.0.65 - - [2025-07-07 02:11:14] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 200 1493 0.004379 10.0.0.65 - - [2025-07-07 02:11:14] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 200 1493 0.004367 10.0.0.65 - - [2025-07-07 02:11:14] "GET /route-target/4f4b052e-8d5f-44e5-9678-e21ae0ad826b HTTP/1.1" 200 1212 0.003652 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea HTTP/1.1" 200 2316 0.005489 10.0.0.65 - - [2025-07-07 02:11:14] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 200 1493 0.004115 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005514 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea HTTP/1.1" 200 2316 0.005405 10.0.0.65 - - [2025-07-07 02:11:14] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 200 1493 0.003884 10.0.0.65 - - [2025-07-07 02:11:14] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 200 1493 0.003586 10.0.0.65 - - [2025-07-07 02:11:14] "GET /route-target/4f4b052e-8d5f-44e5-9678-e21ae0ad826b HTTP/1.1" 200 1212 0.003757 10.0.0.65 - - [2025-07-07 02:11:14] "GET /domains HTTP/1.1" 200 280 0.003145 10.0.0.65 - - [2025-07-07 02:11:14] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.65 - - [2025-07-07 02:11:14] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.008758 10.0.0.65 - - [2025-07-07 02:11:14] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.65 - - [2025-07-07 02:11:14] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2079 0.072012 10.0.0.65 - - [2025-07-07 02:11:14] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea HTTP/1.1" 200 2316 0.005390 10.0.0.65 - - [2025-07-07 02:11:14] "GET /obj-perms HTTP/1.1" 200 5026 0.050529 10.0.0.65 - - [2025-07-07 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.65 - - [2025-07-07 02:11:14] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.65 - - [2025-07-07 02:11:14] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028581 10.0.0.65 - - [2025-07-07 02:11:14] "POST /neutron/network HTTP/1.1" 200 117 0.009615 10.0.0.65 - - [2025-07-07 02:11:14] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.65 - - [2025-07-07 02:11:14] "POST /neutron/network HTTP/1.1" 200 613 0.066889 10.0.0.65 - - [2025-07-07 02:11:14] "POST /route-targets HTTP/1.1" 200 327 0.009739 10.0.0.65 - - [2025-07-07 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.012310 10.0.0.65 - - [2025-07-07 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.144737 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/network HTTP/1.1" 200 834 0.005461 10.0.0.65 - - [2025-07-07 02:11:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001190 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006913 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/network HTTP/1.1" 200 834 0.006199 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004708 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/network HTTP/1.1" 200 834 0.005868 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.006770 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domains HTTP/1.1" 200 280 0.002243 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.007357 10.0.0.65 - - [2025-07-07 02:11:15] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.65 - - [2025-07-07 02:11:15] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2297 0.070106 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9 HTTP/1.1" 200 2324 0.006238 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9 HTTP/1.1" 200 2324 0.004819 10.0.0.65 - - [2025-07-07 02:11:15] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 200 1494 0.003369 10.0.0.65 - - [2025-07-07 02:11:15] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 200 1494 0.003129 10.0.0.65 - - [2025-07-07 02:11:15] "GET /route-target/dd6be090-a1c2-4938-b2c5-6c230d36944d HTTP/1.1" 200 1213 0.002775 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9 HTTP/1.1" 200 2324 0.004502 10.0.0.65 - - [2025-07-07 02:11:15] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 200 1494 0.002964 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004437 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9 HTTP/1.1" 200 2324 0.005130 10.0.0.65 - - [2025-07-07 02:11:15] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 200 1494 0.003090 10.0.0.65 - - [2025-07-07 02:11:15] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 200 1494 0.003216 10.0.0.65 - - [2025-07-07 02:11:15] "GET /route-target/dd6be090-a1c2-4938-b2c5-6c230d36944d HTTP/1.1" 200 1213 0.002776 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domains HTTP/1.1" 200 280 0.002640 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.65 - - [2025-07-07 02:11:15] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.007137 10.0.0.65 - - [2025-07-07 02:11:15] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001382 10.0.0.65 - - [2025-07-07 02:11:15] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2297 0.072051 10.0.0.65 - - [2025-07-07 02:11:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9 HTTP/1.1" 200 2324 0.006625 10.0.0.65 - - [2025-07-07 02:11:15] "GET /obj-perms HTTP/1.1" 200 5026 0.003516 10.0.0.65 - - [2025-07-07 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.65 - - [2025-07-07 02:11:15] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.65 - - [2025-07-07 02:11:15] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022614 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/network HTTP/1.1" 200 117 0.011539 10.0.0.65 - - [2025-07-07 02:11:15] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001426 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/network HTTP/1.1" 200 615 0.063294 10.0.0.65 - - [2025-07-07 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.010439 10.0.0.65 - - [2025-07-07 02:11:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.65 - - [2025-07-07 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.188463 10.0.0.65 - - [2025-07-07 02:11:16] "POST /neutron/network HTTP/1.1" 200 835 0.006158 10.0.0.65 - - [2025-07-07 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001273 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005673 10.0.0.65 - - [2025-07-07 02:11:16] "POST /neutron/network HTTP/1.1" 200 835 0.011733 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005521 10.0.0.65 - - [2025-07-07 02:11:16] "POST /neutron/network HTTP/1.1" 200 835 0.006086 10.0.0.65 - - [2025-07-07 02:11:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.007009 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.008094 10.0.0.65 - - [2025-07-07 02:11:16] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.65 - - [2025-07-07 02:11:16] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2516 0.080626 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05 HTTP/1.1" 200 2326 0.006661 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05 HTTP/1.1" 200 2326 0.005009 10.0.0.65 - - [2025-07-07 02:11:16] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 200 1496 0.003388 10.0.0.65 - - [2025-07-07 02:11:16] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 200 1496 0.002948 10.0.0.65 - - [2025-07-07 02:11:16] "GET /route-target/90e9e644-89d2-4542-9550-bb2838bf29cc HTTP/1.1" 200 1215 0.003363 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05 HTTP/1.1" 200 2326 0.004558 10.0.0.65 - - [2025-07-07 02:11:16] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 200 1496 0.003060 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006558 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05 HTTP/1.1" 200 2326 0.004772 10.0.0.65 - - [2025-07-07 02:11:16] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 200 1496 0.003363 10.0.0.65 - - [2025-07-07 02:11:16] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 200 1496 0.003147 10.0.0.65 - - [2025-07-07 02:11:16] "GET /route-target/90e9e644-89d2-4542-9550-bb2838bf29cc HTTP/1.1" 200 1215 0.003234 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domains HTTP/1.1" 200 280 0.002901 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2025-07-07 02:11:16] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2759 0.006880 10.0.0.65 - - [2025-07-07 02:11:16] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.65 - - [2025-07-07 02:11:16] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2516 0.068695 10.0.0.65 - - [2025-07-07 02:11:16] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05 HTTP/1.1" 200 2326 0.005666 10.0.0.65 - - [2025-07-07 02:11:16] "GET /obj-perms HTTP/1.1" 200 5026 0.003086 10.0.0.65 - - [2025-07-07 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001466 10.0.0.65 - - [2025-07-07 02:11:16] "POST /neutron/network HTTP/1.1" 200 844 0.007002 10.0.0.65 - - [2025-07-07 02:11:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000487 10.0.0.65 - - [2025-07-07 02:11:17] "GET / HTTP/1.1" 200 35931 0.002840 10.0.0.65 - - [2025-07-07 02:11:17] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000669 10.0.0.65 - - [2025-07-07 02:11:17] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.65 - - [2025-07-07 02:11:17] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046967 10.0.0.65 - - [2025-07-07 02:11:17] "POST /neutron/network HTTP/1.1" 200 834 0.005738 10.0.0.65 - - [2025-07-07 02:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.005427 10.0.0.65 - - [2025-07-07 02:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.005669 10.0.0.65 - - [2025-07-07 02:11:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.65 - - [2025-07-07 02:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.005232 10.0.0.65 - - [2025-07-07 02:11:17] "POST /neutron/network HTTP/1.1" 200 845 0.006214 10.0.0.65 - - [2025-07-07 02:11:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000428 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/network HTTP/1.1" 200 844 0.006049 10.0.0.65 - - [2025-07-07 02:11:18] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.65 - - [2025-07-07 02:11:18] "GET / HTTP/1.1" 200 35931 0.001841 10.0.0.65 - - [2025-07-07 02:11:18] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001372 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1060 0.237477 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1060 0.012770 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1060 0.009438 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1114 0.063950 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1088 0.012624 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003675 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.006932 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/network HTTP/1.1" 200 834 0.005821 10.0.0.65 - - [2025-07-07 02:11:18] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.65 - - [2025-07-07 02:11:18] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.060854 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/network HTTP/1.1" 200 835 0.008383 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 1088 0.018173 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007034 10.0.0.65 - - [2025-07-07 02:11:18] "POST /neutron/port HTTP/1.1" 200 117 0.008333 10.0.0.65 - - [2025-07-07 02:11:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003235 10.0.0.65 - - [2025-07-07 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.65 - - [2025-07-07 02:11:19] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.65 - - [2025-07-07 02:11:19] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009789 10.0.0.65 - - [2025-07-07 02:11:19] "POST /service-templates HTTP/1.1" 200 543 0.026176 10.0.0.65 - - [2025-07-07 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2025-07-07 02:11:19] "GET /service-template/cdb39b7e-2d3d-4e45-b9f9-a246f140143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005351 10.0.0.65 - - [2025-07-07 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/network HTTP/1.1" 200 845 0.005421 10.0.0.65 - - [2025-07-07 02:11:19] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.65 - - [2025-07-07 02:11:19] "GET /service-template/cdb39b7e-2d3d-4e45-b9f9-a246f140143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003474 10.0.0.65 - - [2025-07-07 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001565 10.0.0.65 - - [2025-07-07 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.002602 10.0.0.65 - - [2025-07-07 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001525 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 1059 0.275461 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 1059 0.012054 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 1059 0.012222 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 2005 0.034432 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008374 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 1113 0.105091 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 1087 0.013896 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003260 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.009561 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.65 - - [2025-07-07 02:11:19] "POST /neutron/network HTTP/1.1" 200 835 0.007910 10.0.0.65 - - [2025-07-07 02:11:20] "POST /neutron/network HTTP/1.1" 200 2226 0.013275 10.0.0.65 - - [2025-07-07 02:11:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000468 10.0.0.65 - - [2025-07-07 02:11:20] "GET / HTTP/1.1" 200 35931 0.001682 10.0.0.65 - - [2025-07-07 02:11:20] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.65 - - [2025-07-07 02:11:21] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001699 10.0.0.65 - - [2025-07-07 02:11:21] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.077207 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/network HTTP/1.1" 200 832 0.008315 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/network HTTP/1.1" 200 834 0.005984 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/network HTTP/1.1" 200 835 0.006140 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/port HTTP/1.1" 200 2059 0.025162 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007795 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.007103 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.007107 10.0.0.65 - - [2025-07-07 02:11:21] "POST /neutron/network HTTP/1.1" 200 2226 0.015836 10.0.0.65 - - [2025-07-07 02:11:21] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.65 - - [2025-07-07 02:11:22] "POST /neutron/port HTTP/1.1" 200 1058 0.375790 10.0.0.65 - - [2025-07-07 02:11:22] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002699 10.0.0.65 - - [2025-07-07 02:11:22] "POST /neutron/port HTTP/1.1" 200 1060 0.252932 10.0.0.65 - - [2025-07-07 02:11:22] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.65 - - [2025-07-07 02:11:22] "POST /neutron/port HTTP/1.1" 200 1059 0.235643 10.0.0.65 - - [2025-07-07 02:11:22] "POST /neutron/port HTTP/1.1" 200 1058 0.010287 10.0.0.65 - - [2025-07-07 02:11:22] "POST /neutron/port HTTP/1.1" 200 1058 0.010153 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1112 0.102413 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1060 0.018126 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1060 0.010255 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1114 0.082994 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1059 0.010744 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1059 0.010979 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 1113 0.089305 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 3028 0.026923 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003624 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.008359 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/network HTTP/1.1" 200 832 0.007049 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005835 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.007890 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/network HTTP/1.1" 200 834 0.006237 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.010314 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.65 - - [2025-07-07 02:11:23] "POST /neutron/network HTTP/1.1" 200 835 0.007492 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/port HTTP/1.1" 200 3028 0.016989 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010706 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/port HTTP/1.1" 200 3028 0.019257 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006312 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/port HTTP/1.1" 200 3028 0.022638 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006823 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/port HTTP/1.1" 200 3028 0.019174 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006890 10.0.0.65 - - [2025-07-07 02:11:26] "POST /neutron/port HTTP/1.1" 200 3028 0.016931 10.0.0.65 - - [2025-07-07 02:11:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008839 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-machine/6bc17bd4-4995-4f50-b3e8-a7e73ee8245f HTTP/1.1" 200 1802 0.009138 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456 HTTP/1.1" 200 2945 0.006786 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3 HTTP/1.1" 200 2947 0.005733 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a HTTP/1.1" 200 2945 0.006367 10.0.0.65 - - [2025-07-07 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2025-07-07 02:11:27] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.013546 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003436 10.0.0.65 - - [2025-07-07 02:11:27] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006474 10.0.0.65 - - [2025-07-07 02:11:28] "POST /neutron/port HTTP/1.1" 200 1088 0.014196 10.0.0.65 - - [2025-07-07 02:11:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006308 10.0.0.65 - - [2025-07-07 02:11:29] "POST /neutron/port HTTP/1.1" 200 1087 0.013347 10.0.0.65 - - [2025-07-07 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006251 10.0.0.65 - - [2025-07-07 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.65 - - [2025-07-07 02:11:30] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005711 10.0.0.65 - - [2025-07-07 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.65 - - [2025-07-07 02:11:34] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009122 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/port HTTP/1.1" 200 1088 0.011849 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/port HTTP/1.1" 200 1088 0.012408 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/network HTTP/1.1" 200 844 0.006048 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003831 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.007601 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.65 - - [2025-07-07 02:11:35] "POST /neutron/network HTTP/1.1" 200 834 0.006695 10.0.0.65 - - [2025-07-07 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.65 - - [2025-07-07 02:11:38] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007642 10.0.0.65 - - [2025-07-07 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.65 - - [2025-07-07 02:11:42] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008955 10.0.0.65 - - [2025-07-07 02:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.65 - - [2025-07-07 02:11:44] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003384 10.0.0.65 - - [2025-07-07 02:11:45] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003329 10.0.0.65 - - [2025-07-07 02:11:45] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005875 10.0.0.65 - - [2025-07-07 02:11:45] "POST /neutron/port HTTP/1.1" 200 3028 0.016866 10.0.0.65 - - [2025-07-07 02:11:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006289 10.0.0.65 - - [2025-07-07 02:11:50] "POST /neutron/port HTTP/1.1" 200 3028 0.016733 10.0.0.65 - - [2025-07-07 02:11:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006335 10.0.0.65 - - [2025-07-07 02:11:55] "POST /neutron/port HTTP/1.1" 200 3028 0.019928 10.0.0.65 - - [2025-07-07 02:11:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007805 10.0.0.65 - - [2025-07-07 02:11:55] "POST /neutron/port HTTP/1.1" 200 3028 0.021816 10.0.0.65 - - [2025-07-07 02:11:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007110 10.0.0.65 - - [2025-07-07 02:12:00] "POST /neutron/port HTTP/1.1" 200 3028 0.016718 10.0.0.65 - - [2025-07-07 02:12:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006386 10.0.0.65 - - [2025-07-07 02:12:02] "DELETE /project/26a808261d2542348e9c41cfa8910cf5 HTTP/1.1" 404 173 0.008066 10.0.0.65 - - [2025-07-07 02:12:02] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001518 10.0.0.65 - - [2025-07-07 02:12:02] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.032576 10.0.0.65 - - [2025-07-07 02:12:02] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001849 10.0.0.65 - - [2025-07-07 02:12:02] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?fields=security_groups HTTP/1.1" 200 1367 0.041506 10.0.0.65 - - [2025-07-07 02:12:02] "DELETE /security-group/eb88b34b-5eb1-42f5-b212-956ddba888f4 HTTP/1.1" 200 115 0.038796 10.0.0.65 - - [2025-07-07 02:12:02] "GET /projects?obj_uuids=088207fe-8d00-46c1-b0de-53e806d61581&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.65 - - [2025-07-07 02:12:02] "DELETE /access-control-list/277ec158-378e-420b-bc09-be0f57a432c6 HTTP/1.1" 200 115 0.037087 10.0.0.65 - - [2025-07-07 02:12:02] "GET /project/088207fe-8d00-46c1-b0de-53e806d61581?fields=application_policy_sets HTTP/1.1" 200 1406 0.041862 10.0.0.65 - - [2025-07-07 02:12:02] "DELETE /access-control-list/d2afec7c-7f43-41ea-9896-fa7c5b3f003d HTTP/1.1" 200 115 0.028698 10.0.0.65 - - [2025-07-07 02:12:02] "DELETE /project/088207fe-8d00-46c1-b0de-53e806d61581 HTTP/1.1" 200 115 0.333147 10.0.0.65 - - [2025-07-07 02:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.65 - - [2025-07-07 02:12:05] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003505 10.0.0.65 - - [2025-07-07 02:12:05] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.65 - - [2025-07-07 02:12:06] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006068 10.0.0.65 - - [2025-07-07 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.65 - - [2025-07-07 02:12:06] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003856 10.0.0.65 - - [2025-07-07 02:12:06] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003428 10.0.0.65 - - [2025-07-07 02:12:06] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006299 10.0.0.65 - - [2025-07-07 02:12:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003083 10.0.0.65 - - [2025-07-07 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.65 - - [2025-07-07 02:12:06] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.65 - - [2025-07-07 02:12:06] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.026939 10.0.0.65 - - [2025-07-07 02:12:06] "POST /service-instances HTTP/1.1" 200 543 0.064047 10.0.0.65 - - [2025-07-07 02:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.65 - - [2025-07-07 02:12:06] "GET /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005690 10.0.0.65 - - [2025-07-07 02:12:06] "POST /port-tuples HTTP/1.1" 200 586 0.021135 10.0.0.65 - - [2025-07-07 02:12:06] "GET /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006091 10.0.0.65 - - [2025-07-07 02:12:06] "PUT /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456 HTTP/1.1" 200 284 0.011868 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.010707 10.0.0.65 - - [2025-07-07 02:12:07] "POST /instance-ips HTTP/1.1" 200 385 0.023106 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005929 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.016030 10.0.0.65 - - [2025-07-07 02:12:07] "PUT /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a HTTP/1.1" 200 284 0.013023 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004291 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.011559 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006082 10.0.0.65 - - [2025-07-07 02:12:07] "POST /instance-ips HTTP/1.1" 200 385 0.028246 10.0.0.65 - - [2025-07-07 02:12:07] "PUT /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3 HTTP/1.1" 200 284 0.010250 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.009017 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003198 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/port HTTP/1.1" 200 1088 0.013865 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006126 10.0.0.65 - - [2025-07-07 02:12:07] "POST /instance-ips HTTP/1.1" 200 373 0.024154 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/port HTTP/1.1" 200 1088 0.016875 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.012662 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006602 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.008519 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/port HTTP/1.1" 200 1088 0.011693 10.0.0.65 - - [2025-07-07 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006123 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002573 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-machine/988e8fd0-d07a-4a41-8ea5-f5b2c846d99e HTTP/1.1" 200 1291 0.004815 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-machine-interface/5ae99edd-cea6-45c7-9ec2-2b04dacc7bc9 HTTP/1.1" 200 2945 0.005494 10.0.0.65 - - [2025-07-07 02:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.65 - - [2025-07-07 02:12:07] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004900 10.0.0.65 - - [2025-07-07 02:12:07] "POST /instance-ips HTTP/1.1" 200 373 0.017009 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003131 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.009819 10.0.0.65 - - [2025-07-07 02:12:07] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005690 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-update HTTP/1.1" 200 156 0.010033 10.0.0.65 - - [2025-07-07 02:12:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003181 10.0.0.65 - - [2025-07-07 02:12:07] "POST /instance-ips HTTP/1.1" 200 375 0.015962 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.009234 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003210 10.0.0.65 - - [2025-07-07 02:12:08] "POST /instance-ips HTTP/1.1" 200 375 0.015714 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.008824 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.008323 10.0.0.65 - - [2025-07-07 02:12:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003001 10.0.0.65 - - [2025-07-07 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.65 - - [2025-07-07 02:12:08] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003617 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003158 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006097 10.0.0.65 - - [2025-07-07 02:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.061912 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/port HTTP/1.1" 200 1087 0.013015 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006450 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/port HTTP/1.1" 200 1087 0.012229 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006436 10.0.0.65 - - [2025-07-07 02:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054491 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/port HTTP/1.1" 200 1087 0.010664 10.0.0.65 - - [2025-07-07 02:12:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006090 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-machine/b37639a7-9c4e-4d7b-911e-021bd86319a0 HTTP/1.1" 200 1291 0.004663 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-machine-interface/5a1f55b2-2185-416f-85fc-6ea1faee2158 HTTP/1.1" 200 2947 0.005488 10.0.0.65 - - [2025-07-07 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.65 - - [2025-07-07 02:12:09] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003365 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003670 10.0.0.65 - - [2025-07-07 02:12:09] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005768 10.0.0.65 - - [2025-07-07 02:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2025-07-07 02:12:10] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003336 10.0.0.65 - - [2025-07-07 02:12:10] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003345 10.0.0.65 - - [2025-07-07 02:12:10] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005970 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.003110 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.65 - - [2025-07-07 02:12:11] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.65 - - [2025-07-07 02:12:11] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.033474 10.0.0.65 - - [2025-07-07 02:12:11] "POST /network-policys HTTP/1.1" 200 547 0.018962 10.0.0.65 - - [2025-07-07 02:12:11] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005602 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.65 - - [2025-07-07 02:12:11] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005790 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.65 - - [2025-07-07 02:12:11] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004066 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.004904 10.0.0.65 - - [2025-07-07 02:12:11] "POST /ref-update HTTP/1.1" 200 156 0.036696 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.65 - - [2025-07-07 02:12:11] "POST /access-control-lists HTTP/1.1" 200 601 0.074698 10.0.0.65 - - [2025-07-07 02:12:11] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004460 10.0.0.65 - - [2025-07-07 02:12:11] "POST /neutron/network HTTP/1.1" 200 922 0.007273 10.0.0.65 - - [2025-07-07 02:12:11] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005044 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.65 - - [2025-07-07 02:12:11] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003971 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.65 - - [2025-07-07 02:12:11] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006124 10.0.0.65 - - [2025-07-07 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.65 - - [2025-07-07 02:12:12] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004032 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.004619 10.0.0.65 - - [2025-07-07 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.036219 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.65 - - [2025-07-07 02:12:12] "POST /access-control-lists HTTP/1.1" 200 604 0.073865 10.0.0.65 - - [2025-07-07 02:12:12] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004163 10.0.0.65 - - [2025-07-07 02:12:12] "POST /routing-instances HTTP/1.1" 200 759 0.017441 10.0.0.65 - - [2025-07-07 02:12:12] "POST /neutron/network HTTP/1.1" 200 923 0.007277 10.0.0.65 - - [2025-07-07 02:12:12] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005339 10.0.0.65 - - [2025-07-07 02:12:12] "POST /route-targets HTTP/1.1" 200 327 0.010148 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.65 - - [2025-07-07 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.010702 10.0.0.65 - - [2025-07-07 02:12:12] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003060 10.0.0.65 - - [2025-07-07 02:12:12] "GET /routing-instance/708e11a7-b805-49d8-9147-5d6d65986059?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.004282 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009956 10.0.0.65 - - [2025-07-07 02:12:12] "GET /routing-instance/708e11a7-b805-49d8-9147-5d6d65986059?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003914 10.0.0.65 - - [2025-07-07 02:12:12] "GET /service-template/cdb39b7e-2d3d-4e45-b9f9-a246f140143e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003608 10.0.0.65 - - [2025-07-07 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.009570 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.65 - - [2025-07-07 02:12:12] "POST /routing-instances HTTP/1.1" 200 760 0.023631 10.0.0.65 - - [2025-07-07 02:12:12] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.65 - - [2025-07-07 02:12:12] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050142 10.0.0.65 - - [2025-07-07 02:12:12] "POST /route-targets HTTP/1.1" 200 327 0.010299 10.0.0.65 - - [2025-07-07 02:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2025-07-07 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.010595 10.0.0.65 - - [2025-07-07 02:12:12] "GET /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005720 10.0.0.65 - - [2025-07-07 02:12:12] "GET /routing-instance/d2ed17c0-15c7-4264-ae19-b24c8a44d341?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.003967 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domains HTTP/1.1" 200 280 0.004918 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002383 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2771 0.010699 10.0.0.65 - - [2025-07-07 02:12:12] "GET /routing-instance/d2ed17c0-15c7-4264-ae19-b24c8a44d341?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003277 10.0.0.65 - - [2025-07-07 02:12:12] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.65 - - [2025-07-07 02:12:12] "PUT /routing-instance/708e11a7-b805-49d8-9147-5d6d65986059 HTTP/1.1" 200 266 0.014585 10.0.0.65 - - [2025-07-07 02:12:12] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 4232 0.083052 10.0.0.65 - - [2025-07-07 02:12:12] "GET /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2 HTTP/1.1" 200 3782 0.005831 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domains HTTP/1.1" 200 280 0.003850 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.65 - - [2025-07-07 02:12:12] "PUT /routing-instance/d2ed17c0-15c7-4264-ae19-b24c8a44d341 HTTP/1.1" 200 266 0.016763 10.0.0.65 - - [2025-07-07 02:12:12] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2771 0.010533 10.0.0.65 - - [2025-07-07 02:12:12] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002816 10.0.0.65 - - [2025-07-07 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.010674 10.0.0.65 - - [2025-07-07 02:12:13] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 4232 0.074272 10.0.0.65 - - [2025-07-07 02:12:13] "GET /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2 HTTP/1.1" 200 3782 0.003907 10.0.0.65 - - [2025-07-07 02:12:13] "GET /port-tuple/3470b3a8-11bd-45df-bdf4-0f515d824785 HTTP/1.1" 200 1978 0.006246 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456 HTTP/1.1" 200 3815 0.005763 10.0.0.65 - - [2025-07-07 02:12:13] "PUT /access-control-list/3a7f3451-0180-4221-a9a0-2c90db204a0b HTTP/1.1" 200 272 0.017873 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3 HTTP/1.1" 200 3802 0.007728 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a HTTP/1.1" 200 3797 0.005997 10.0.0.65 - - [2025-07-07 02:12:13] "PUT /access-control-list/fb9cd17a-ad0f-4947-8a58-5916313a27d1 HTTP/1.1" 200 272 0.025389 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.042581 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006395 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.029887 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005957 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.028658 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006149 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.029807 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006364 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 896 0.013213 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 922 0.005320 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 806 0.012356 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 832 0.005302 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 897 0.011224 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/network HTTP/1.1" 200 923 0.005314 10.0.0.65 - - [2025-07-07 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001174 10.0.0.65 - - [2025-07-07 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001033 10.0.0.65 - - [2025-07-07 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001342 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine/6bc17bd4-4995-4f50-b3e8-a7e73ee8245f HTTP/1.1" 200 1802 0.003978 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456 HTTP/1.1" 200 3815 0.005394 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3 HTTP/1.1" 200 3802 0.004702 10.0.0.65 - - [2025-07-07 02:12:13] "GET /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a HTTP/1.1" 200 3797 0.004779 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/2dbea33d-a187-46fe-8155-ce0274d7a7b6 HTTP/1.1" 200 1979 0.003019 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/41325216-eacb-4c24-ae21-b93c8afc49a0 HTTP/1.1" 200 1978 0.003048 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/99daa0dd-440d-484d-947a-c1f36a75e69a HTTP/1.1" 200 1622 0.004267 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/72e376b8-6224-45d3-8dd8-b56d62e1f61f HTTP/1.1" 200 1958 0.002937 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/8ff56b02-bffa-4b77-b5e2-0af1b919075d HTTP/1.1" 200 1624 0.004955 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/f503eb81-ddbf-498c-8424-a17091ff95e7 HTTP/1.1" 200 1960 0.003457 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/09a72569-d8c8-41e8-99d5-60fddc264264 HTTP/1.1" 200 1953 0.003106 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/294ec165-e371-44b3-8de5-0b46490d9af8 HTTP/1.1" 200 1956 0.003156 10.0.0.65 - - [2025-07-07 02:12:13] "GET /instance-ip/9a64c3c0-f392-4fc5-b9be-17090588f67e HTTP/1.1" 200 1624 0.004175 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.027738 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005815 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/port HTTP/1.1" 200 3835 0.029576 10.0.0.65 - - [2025-07-07 02:12:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006511 10.0.0.65 - - [2025-07-07 02:12:14] "POST /neutron/port HTTP/1.1" 200 3835 0.027215 10.0.0.65 - - [2025-07-07 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005880 10.0.0.65 - - [2025-07-07 02:12:14] "POST /neutron/port HTTP/1.1" 200 3835 0.027791 10.0.0.65 - - [2025-07-07 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006163 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-machine/6bc17bd4-4995-4f50-b3e8-a7e73ee8245f HTTP/1.1" 200 1802 0.003922 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-machine-interface/7c2285be-552c-4ad0-9d8a-48f9f12fe456 HTTP/1.1" 200 3815 0.004982 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-machine-interface/8558ae0c-23ba-4dcc-840d-55d8fb1b8fb3 HTTP/1.1" 200 3802 0.004942 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-machine-interface/a1dc9d28-df5e-4909-8294-8c5a5297c88a HTTP/1.1" 200 3797 0.005234 10.0.0.65 - - [2025-07-07 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.65 - - [2025-07-07 02:12:14] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003081 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003832 10.0.0.65 - - [2025-07-07 02:12:14] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006184 10.0.0.65 - - [2025-07-07 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2025-07-07 02:12:15] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003428 10.0.0.65 - - [2025-07-07 02:12:15] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003214 10.0.0.65 - - [2025-07-07 02:12:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005886 10.0.0.65 - - [2025-07-07 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.65 - - [2025-07-07 02:12:15] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004098 10.0.0.65 - - [2025-07-07 02:12:15] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003231 10.0.0.65 - - [2025-07-07 02:12:15] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006302 10.0.0.65 - - [2025-07-07 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.65 - - [2025-07-07 02:12:15] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004374 10.0.0.65 - - [2025-07-07 02:12:15] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003668 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007147 10.0.0.65 - - [2025-07-07 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.65 - - [2025-07-07 02:12:16] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003900 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003426 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005976 10.0.0.65 - - [2025-07-07 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.65 - - [2025-07-07 02:12:16] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003386 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004122 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006585 10.0.0.65 - - [2025-07-07 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2025-07-07 02:12:16] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004112 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003311 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005920 10.0.0.65 - - [2025-07-07 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.65 - - [2025-07-07 02:12:16] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003844 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003670 10.0.0.65 - - [2025-07-07 02:12:16] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005990 10.0.0.65 - - [2025-07-07 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.65 - - [2025-07-07 02:12:16] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008723 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003364 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-network/0275aa4d-99fb-4a4f-98d2-a18b47046aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006281 10.0.0.65 - - [2025-07-07 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.65 - - [2025-07-07 02:12:17] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004567 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004066 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008782 10.0.0.65 - - [2025-07-07 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.65 - - [2025-07-07 02:12:17] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004012 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004686 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008114 10.0.0.65 - - [2025-07-07 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.65 - - [2025-07-07 02:12:17] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005148 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004110 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006763 10.0.0.65 - - [2025-07-07 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.65 - - [2025-07-07 02:12:17] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005077 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-networks?parent_id=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003982 10.0.0.65 - - [2025-07-07 02:12:17] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006320 10.0.0.65 - - [2025-07-07 02:12:18] "GET /virtual-machine/6bc17bd4-4995-4f50-b3e8-a7e73ee8245f HTTP/1.1" 200 1802 0.005083 10.0.0.65 - - [2025-07-07 02:12:18] "GET /domains HTTP/1.1" 200 280 0.002666 10.0.0.65 - - [2025-07-07 02:12:18] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.65 - - [2025-07-07 02:12:18] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2771 0.007470 10.0.0.65 - - [2025-07-07 02:12:18] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.65 - - [2025-07-07 02:12:18] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 4232 0.072347 10.0.0.65 - - [2025-07-07 02:12:18] "GET /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2 HTTP/1.1" 200 3782 0.004520 10.0.0.65 - - [2025-07-07 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.65 - - [2025-07-07 02:12:18] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003376 10.0.0.65 - - [2025-07-07 02:12:18] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006012 10.0.0.65 - - [2025-07-07 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.65 - - [2025-07-07 02:12:18] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004576 10.0.0.65 - - [2025-07-07 02:12:18] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005723 10.0.0.65 - - [2025-07-07 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.65 - - [2025-07-07 02:12:18] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005671 10.0.0.65 - - [2025-07-07 02:12:18] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?fields=routing_instances HTTP/1.1" 200 1683 0.007681 10.0.0.65 - - [2025-07-07 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2025-07-07 02:12:18] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005552 10.0.0.65 - - [2025-07-07 02:12:18] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?fields=routing_instances HTTP/1.1" 200 1687 0.007864 10.0.0.65 - - [2025-07-07 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.044128 10.0.0.65 - - [2025-07-07 02:12:22] "DELETE /access-control-list/fb9cd17a-ad0f-4947-8a58-5916313a27d1 HTTP/1.1" 200 115 0.047297 10.0.0.65 - - [2025-07-07 02:12:22] "POST /neutron/network HTTP/1.1" 200 835 0.028398 10.0.0.65 - - [2025-07-07 02:12:22] "GET /virtual-network/54259386-ee59-469a-8e5c-c8c4a2421c05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007249 10.0.0.65 - - [2025-07-07 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.65 - - [2025-07-07 02:12:22] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003388 10.0.0.65 - - [2025-07-07 02:12:22] "DELETE /routing-instance/708e11a7-b805-49d8-9147-5d6d65986059 HTTP/1.1" 200 115 0.033013 10.0.0.65 - - [2025-07-07 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006080 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.041574 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /route-target/b8d1bc34-fe66-424b-94e6-6a11794f487e HTTP/1.1" 200 115 0.030423 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /routing-instance/d2ed17c0-15c7-4264-ae19-b24c8a44d341 HTTP/1.1" 200 115 0.028299 10.0.0.65 - - [2025-07-07 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009518 10.0.0.65 - - [2025-07-07 02:12:23] "POST /neutron/network HTTP/1.1" 200 834 0.008593 10.0.0.65 - - [2025-07-07 02:12:23] "GET /virtual-network/eeaed8a7-c8d6-43fa-abba-6381b32fb7f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011268 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /route-target/d23bf5e9-b0e3-4a20-b219-ddff3d23e9b9 HTTP/1.1" 200 115 0.015545 10.0.0.65 - - [2025-07-07 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /access-control-list/3a7f3451-0180-4221-a9a0-2c90db204a0b HTTP/1.1" 200 115 0.031890 10.0.0.65 - - [2025-07-07 02:12:23] "GET /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005588 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /network-policy/1955dd89-b940-4003-92fb-322f1bc7a881 HTTP/1.1" 200 115 0.029807 10.0.0.65 - - [2025-07-07 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /service-instance/230cd903-4e0f-4520-bc6a-3baa9c63f8e2 HTTP/1.1" 200 115 0.053948 10.0.0.65 - - [2025-07-07 02:12:23] "GET /domains HTTP/1.1" 200 280 0.002754 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.019226 10.0.0.65 - - [2025-07-07 02:12:23] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002320 10.0.0.65 - - [2025-07-07 02:12:23] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2771 0.013597 10.0.0.65 - - [2025-07-07 02:12:23] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001363 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/2dbea33d-a187-46fe-8155-ce0274d7a7b6 HTTP/1.1" 200 115 0.041487 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.009754 10.0.0.65 - - [2025-07-07 02:12:23] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 3758 0.078092 10.0.0.65 - - [2025-07-07 02:12:23] "GET /virtual-machine/6bc17bd4-4995-4f50-b3e8-a7e73ee8245f HTTP/1.1" 200 1802 0.005605 10.0.0.65 - - [2025-07-07 02:12:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003133 10.0.0.65 - - [2025-07-07 02:12:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002317 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/294ec165-e371-44b3-8de5-0b46490d9af8 HTTP/1.1" 200 115 0.029320 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.010190 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/72e376b8-6224-45d3-8dd8-b56d62e1f61f HTTP/1.1" 200 115 0.022913 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.009932 10.0.0.65 - - [2025-07-07 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /service-template/cdb39b7e-2d3d-4e45-b9f9-a246f140143e HTTP/1.1" 200 115 0.045924 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/09a72569-d8c8-41e8-99d5-60fddc264264 HTTP/1.1" 200 115 0.040900 10.0.0.65 - - [2025-07-07 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.008317 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.017868 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/f503eb81-ddbf-498c-8424-a17091ff95e7 HTTP/1.1" 200 115 0.037391 10.0.0.65 - - [2025-07-07 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.012960 10.0.0.65 - - [2025-07-07 02:12:23] "DELETE /instance-ip/41325216-eacb-4c24-ae21-b93c8afc49a0 HTTP/1.1" 200 115 0.045857 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/network HTTP/1.1" 200 835 0.015642 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/network HTTP/1.1" 400 204 0.021445 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1087 0.018898 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1113 0.017979 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1088 0.024244 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1114 0.012328 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 151 0.177162 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 3028 0.037768 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 151 0.182960 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1112 0.022114 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 151 0.120952 10.0.0.65 - - [2025-07-07 02:12:24] "POST /neutron/port HTTP/1.1" 200 1114 0.011168 10.0.0.65 - - [2025-07-07 02:12:25] "POST /neutron/port HTTP/1.1" 200 151 0.117404 10.0.0.65 - - [2025-07-07 02:12:25] "POST /neutron/port HTTP/1.1" 200 1113 0.009261 10.0.0.65 - - [2025-07-07 02:12:25] "POST /neutron/port HTTP/1.1" 200 151 0.107615 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 835 0.006226 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 10.0.0.65 - - [2025-07-07 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002046 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 151 0.088954 10.0.0.65 - - [2025-07-07 02:12:26] "DELETE /route-target/90e9e644-89d2-4542-9550-bb2838bf29cc HTTP/1.1" 200 115 0.019603 10.0.0.65 - - [2025-07-07 02:12:26] "GET /routing-instance/2df8d9b4-d443-4546-89ae-422e2169e288 HTTP/1.1" 404 171 0.003224 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains HTTP/1.1" 200 280 0.002516 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2571 0.051638 10.0.0.65 - - [2025-07-07 02:12:26] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.65 - - [2025-07-07 02:12:26] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2297 0.074849 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 834 0.007078 10.0.0.65 - - [2025-07-07 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003121 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 151 0.083419 10.0.0.65 - - [2025-07-07 02:12:26] "DELETE /route-target/dd6be090-a1c2-4938-b2c5-6c230d36944d HTTP/1.1" 200 115 0.017074 10.0.0.65 - - [2025-07-07 02:12:26] "GET /routing-instance/dae09664-a231-4b1f-b2da-116f99d2ae93 HTTP/1.1" 404 171 0.003038 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains HTTP/1.1" 200 280 0.002281 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002059 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2571 0.052179 10.0.0.65 - - [2025-07-07 02:12:26] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001841 10.0.0.65 - - [2025-07-07 02:12:26] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 2079 0.074611 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 832 0.007583 10.0.0.65 - - [2025-07-07 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009326 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003250 10.0.0.65 - - [2025-07-07 02:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003088 10.0.0.65 - - [2025-07-07 02:12:26] "POST /neutron/network HTTP/1.1" 200 151 0.096175 10.0.0.65 - - [2025-07-07 02:12:26] "DELETE /route-target/4f4b052e-8d5f-44e5-9678-e21ae0ad826b HTTP/1.1" 200 115 0.030026 10.0.0.65 - - [2025-07-07 02:12:26] "GET /routing-instance/4c531d51-3c82-4051-9c14-b2d2c4f07f00 HTTP/1.1" 404 171 0.009246 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains HTTP/1.1" 200 280 0.002600 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.65 - - [2025-07-07 02:12:26] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2571 0.049302 10.0.0.65 - - [2025-07-07 02:12:26] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.65 - - [2025-07-07 02:12:26] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 1839 0.072163 10.0.0.65 - - [2025-07-07 02:12:27] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.65 - - [2025-07-07 02:12:27] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.032485 10.0.0.65 - - [2025-07-07 02:12:27] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.65 - - [2025-07-07 02:12:27] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?fields=virtual_networks HTTP/1.1" 200 1027 0.066400 10.0.0.65 - - [2025-07-07 02:12:27] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.65 - - [2025-07-07 02:12:27] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.027350 10.0.0.65 - - [2025-07-07 02:12:27] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.65 - - [2025-07-07 02:12:27] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?fields=security_groups HTTP/1.1" 200 1251 0.026138 10.0.0.65 - - [2025-07-07 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.024735 10.0.0.65 - - [2025-07-07 02:12:28] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002909 10.0.0.65 - - [2025-07-07 02:12:28] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001232 10.0.0.65 - - [2025-07-07 02:12:28] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008196 10.0.0.65 - - [2025-07-07 02:12:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.001538 10.0.0.65 - - [2025-07-07 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.007324 10.0.0.65 - - [2025-07-07 02:12:28] "POST /security-groups HTTP/1.1" 200 592 0.065704 10.0.0.65 - - [2025-07-07 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.002917 10.0.0.65 - - [2025-07-07 02:12:28] "POST /projects HTTP/1.1" 200 587 0.231280 10.0.0.65 - - [2025-07-07 02:12:28] "POST /access-control-lists HTTP/1.1" 200 597 0.060387 10.0.0.65 - - [2025-07-07 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.304145 10.0.0.65 - - [2025-07-07 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003350 10.0.0.65 - - [2025-07-07 02:12:28] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.430794 10.0.0.65 - - [2025-07-07 02:12:28] "POST /access-control-lists HTTP/1.1" 200 595 0.060010 10.0.0.65 - - [2025-07-07 02:12:29] "GET / HTTP/1.1" 200 35931 0.002369 10.0.0.65 - - [2025-07-07 02:12:31] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000502 10.0.0.65 - - [2025-07-07 02:12:31] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001777 10.0.0.65 - - [2025-07-07 02:12:31] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059385 10.0.0.65 - - [2025-07-07 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.003521 10.0.0.65 - - [2025-07-07 02:12:31] "POST /virtual-DNSs HTTP/1.1" 200 507 0.024430 10.0.0.65 - - [2025-07-07 02:12:31] "GET /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.005073 10.0.0.65 - - [2025-07-07 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.65 - - [2025-07-07 02:12:31] "GET /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003801 10.0.0.65 - - [2025-07-07 02:12:31] "GET /domains HTTP/1.1" 401 292 0.000583 10.0.0.65 - - [2025-07-07 02:12:32] "GET /domains HTTP/1.1" 200 280 0.026135 10.0.0.65 - - [2025-07-07 02:12:32] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.65 - - [2025-07-07 02:12:32] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2958 0.009974 10.0.0.65 - - [2025-07-07 02:12:32] "GET /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f HTTP/1.1" 200 1437 0.005888 10.0.0.65 - - [2025-07-07 02:12:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003219 10.0.0.65 - - [2025-07-07 02:12:32] "POST /network-ipams HTTP/1.1" 200 514 0.018928 10.0.0.65 - - [2025-07-07 02:12:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003308 10.0.0.65 - - [2025-07-07 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.65 - - [2025-07-07 02:12:32] "GET /network-ipam/99065f9b-c22d-416f-9828-20a5275f4e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.005152 10.0.0.65 - - [2025-07-07 02:12:32] "PUT /network-ipam/99065f9b-c22d-416f-9828-20a5275f4e36 HTTP/1.1" 200 258 0.010919 10.0.0.65 - - [2025-07-07 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.008464 10.0.0.65 - - [2025-07-07 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.65 - - [2025-07-07 02:12:32] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.65 - - [2025-07-07 02:12:32] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.024961 10.0.0.65 - - [2025-07-07 02:12:32] "POST /neutron/network HTTP/1.1" 200 117 0.032114 10.0.0.65 - - [2025-07-07 02:12:32] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.65 - - [2025-07-07 02:12:32] "POST /neutron/network HTTP/1.1" 200 618 0.074057 10.0.0.65 - - [2025-07-07 02:12:32] "POST /route-targets HTTP/1.1" 200 327 0.009892 10.0.0.65 - - [2025-07-07 02:12:32] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.65 - - [2025-07-07 02:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.65 - - [2025-07-07 02:12:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.202666 10.0.0.65 - - [2025-07-07 02:12:32] "POST /neutron/network HTTP/1.1" 200 833 0.005972 10.0.0.65 - - [2025-07-07 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.65 - - [2025-07-07 02:12:32] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005872 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/network HTTP/1.1" 200 833 0.005510 10.0.0.65 - - [2025-07-07 02:12:33] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005324 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/network HTTP/1.1" 200 833 0.006143 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/subnet HTTP/1.1" 200 711 0.006494 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/network HTTP/1.1" 200 807 0.009613 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/network HTTP/1.1" 200 833 0.004979 10.0.0.65 - - [2025-07-07 02:12:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001209 10.0.0.65 - - [2025-07-07 02:12:33] "POST /neutron/network HTTP/1.1" 200 843 0.006428 10.0.0.65 - - [2025-07-07 02:12:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000495 10.0.0.65 - - [2025-07-07 02:12:33] "GET / HTTP/1.1" 200 35931 0.002565 10.0.0.65 - - [2025-07-07 02:12:33] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000545 10.0.0.65 - - [2025-07-07 02:12:34] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.65 - - [2025-07-07 02:12:34] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054861 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/network HTTP/1.1" 200 833 0.007686 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.006537 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.006749 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/port HTTP/1.1" 200 117 0.005551 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/network HTTP/1.1" 200 843 0.005926 10.0.0.65 - - [2025-07-07 02:12:34] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001229 10.0.0.65 - - [2025-07-07 02:12:34] "POST /neutron/port HTTP/1.1" 200 1058 0.262091 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/port HTTP/1.1" 200 1058 0.015183 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/port HTTP/1.1" 200 1058 0.008877 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/port HTTP/1.1" 200 1112 0.059252 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/port HTTP/1.1" 200 1086 0.011531 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003217 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.006842 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.65 - - [2025-07-07 02:12:35] "POST /neutron/network HTTP/1.1" 200 833 0.005806 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/port HTTP/1.1" 200 1086 0.012748 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007984 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013851 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008132 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013096 10.0.0.65 - - [2025-07-07 02:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007369 10.0.0.65 - - [2025-07-07 02:12:39] "GET /virtual-machine/dca100cf-4b31-4e1e-a8e4-c6118118e3d8 HTTP/1.1" 200 1294 0.005337 10.0.0.65 - - [2025-07-07 02:12:39] "GET /virtual-machine-interface/f103f832-eb43-46ca-a6bd-f2a491430400 HTTP/1.1" 200 2964 0.005754 10.0.0.65 - - [2025-07-07 02:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.65 - - [2025-07-07 02:12:39] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004313 10.0.0.65 - - [2025-07-07 02:12:39] "GET /virtual-networks?parent_id=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004167 10.0.0.65 - - [2025-07-07 02:12:39] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005928 10.0.0.65 - - [2025-07-07 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.65 - - [2025-07-07 02:12:42] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005945 10.0.0.65 - - [2025-07-07 02:12:44] "POST /neutron/port HTTP/1.1" 200 1086 0.012394 10.0.0.65 - - [2025-07-07 02:12:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005769 10.0.0.65 - - [2025-07-07 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2025-07-07 02:12:45] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003566 10.0.0.65 - - [2025-07-07 02:12:45] "GET /virtual-networks?parent_id=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003787 10.0.0.65 - - [2025-07-07 02:12:45] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005905 10.0.0.65 - - [2025-07-07 02:12:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014029 10.0.0.65 - - [2025-07-07 02:12:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007408 10.0.0.65 - - [2025-07-07 02:12:54] "POST /neutron/network HTTP/1.1" 200 807 0.010873 10.0.0.65 - - [2025-07-07 02:12:54] "POST /neutron/network HTTP/1.1" 200 833 0.005565 10.0.0.65 - - [2025-07-07 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001313 10.0.0.65 - - [2025-07-07 02:12:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011761 10.0.0.65 - - [2025-07-07 02:12:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007069 10.0.0.65 - - [2025-07-07 02:12:55] "POST /neutron/network HTTP/1.1" 200 843 0.006876 10.0.0.65 - - [2025-07-07 02:12:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.65 - - [2025-07-07 02:12:55] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.65 - - [2025-07-07 02:12:55] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.65 - - [2025-07-07 02:12:55] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.65 - - [2025-07-07 02:12:55] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049451 10.0.0.65 - - [2025-07-07 02:12:55] "POST /neutron/network HTTP/1.1" 200 833 0.006048 10.0.0.65 - - [2025-07-07 02:12:55] "POST /neutron/port HTTP/1.1" 200 1086 0.013289 10.0.0.65 - - [2025-07-07 02:12:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006754 10.0.0.65 - - [2025-07-07 02:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.005288 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.005304 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/network HTTP/1.1" 200 843 0.005973 10.0.0.65 - - [2025-07-07 02:12:56] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 1058 0.206470 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 1058 0.010666 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 1058 0.010943 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 1112 0.068460 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013904 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003081 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.006629 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.65 - - [2025-07-07 02:12:56] "POST /neutron/network HTTP/1.1" 200 833 0.005571 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011492 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006634 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011533 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006401 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011901 10.0.0.65 - - [2025-07-07 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006498 10.0.0.65 - - [2025-07-07 02:13:01] "GET /virtual-machine/85788f0e-7946-4ecd-9db6-157789bb28eb HTTP/1.1" 200 1293 0.005425 10.0.0.65 - - [2025-07-07 02:13:01] "GET /virtual-machine-interface/516271c4-3c85-4756-8e31-693770d8eb78 HTTP/1.1" 200 2963 0.005460 10.0.0.65 - - [2025-07-07 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.65 - - [2025-07-07 02:13:01] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003794 10.0.0.65 - - [2025-07-07 02:13:01] "GET /virtual-networks?parent_id=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003308 10.0.0.65 - - [2025-07-07 02:13:01] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005995 10.0.0.65 - - [2025-07-07 02:13:02] "DELETE /project/b7ac83db500f4e53a521493e94b6563c HTTP/1.1" 404 173 0.006004 10.0.0.65 - - [2025-07-07 02:13:02] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.65 - - [2025-07-07 02:13:02] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.042667 10.0.0.65 - - [2025-07-07 02:13:02] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.65 - - [2025-07-07 02:13:02] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?fields=security_groups HTTP/1.1" 200 1356 0.029859 10.0.0.65 - - [2025-07-07 02:13:02] "DELETE /security-group/f51d8338-950d-4832-b510-7cfd1a2bd7c9 HTTP/1.1" 200 115 0.058223 10.0.0.65 - - [2025-07-07 02:13:02] "GET /projects?obj_uuids=26a80826-1d25-4234-8e9c-41cfa8910cf5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.65 - - [2025-07-07 02:13:02] "DELETE /access-control-list/bf7c486c-227a-4eae-a3d5-d8bc9e8210ae HTTP/1.1" 200 115 0.055474 10.0.0.65 - - [2025-07-07 02:13:02] "GET /project/26a80826-1d25-4234-8e9c-41cfa8910cf5?fields=application_policy_sets HTTP/1.1" 200 1395 0.051481 10.0.0.65 - - [2025-07-07 02:13:02] "DELETE /access-control-list/41d65a21-2258-43a2-ba7f-322a9526964b HTTP/1.1" 200 115 0.036742 10.0.0.65 - - [2025-07-07 02:13:02] "DELETE /project/26a80826-1d25-4234-8e9c-41cfa8910cf5 HTTP/1.1" 200 115 0.353540 10.0.0.65 - - [2025-07-07 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.65 - - [2025-07-07 02:13:04] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005422 10.0.0.65 - - [2025-07-07 02:13:06] "POST /neutron/port HTTP/1.1" 200 1086 0.015721 10.0.0.65 - - [2025-07-07 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007257 10.0.0.65 - - [2025-07-07 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.65 - - [2025-07-07 02:13:08] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003579 10.0.0.65 - - [2025-07-07 02:13:08] "GET /virtual-networks?parent_id=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003349 10.0.0.65 - - [2025-07-07 02:13:08] "GET /virtual-network/e37f08bc-9a59-4eff-9f3b-ad8a3be44f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006531 10.0.0.65 - - [2025-07-07 02:13:09] "GET /obj-perms HTTP/1.1" 200 5056 0.049339 10.0.0.65 - - [2025-07-07 02:13:10] "GET /obj-perms HTTP/1.1" 200 5056 0.044857 10.0.0.65 - - [2025-07-07 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.65 - - [2025-07-07 02:13:14] "DELETE /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f HTTP/1.1" 409 235 0.005833 10.0.0.65 - - [2025-07-07 02:13:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.002854 10.0.0.65 - - [2025-07-07 02:13:14] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017679 10.0.0.65 - - [2025-07-07 02:13:14] "GET /virtual-DNS-record/e81077f8-8d2c-4f3d-b068-dcf463e62c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005428 10.0.0.65 - - [2025-07-07 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.65 - - [2025-07-07 02:13:14] "GET /virtual-DNS-record/e81077f8-8d2c-4f3d-b068-dcf463e62c4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003456 10.0.0.65 - - [2025-07-07 02:13:15] "GET /domains HTTP/1.1" 200 280 0.002857 10.0.0.65 - - [2025-07-07 02:13:15] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.65 - - [2025-07-07 02:13:15] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2774 0.008429 10.0.0.65 - - [2025-07-07 02:13:15] "GET /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f HTTP/1.1" 200 1906 0.003476 10.0.0.65 - - [2025-07-07 02:13:15] "GET /virtual-DNS-record/e81077f8-8d2c-4f3d-b068-dcf463e62c4b HTTP/1.1" 200 1336 0.002319 10.0.0.65 - - [2025-07-07 02:13:15] "GET /global-system-configs HTTP/1.1" 200 322 0.029073 10.0.0.65 - - [2025-07-07 02:13:15] "GET /obj-perms HTTP/1.1" 200 5056 0.064987 10.0.0.65 - - [2025-07-07 02:13:17] "GET /global-system-configs HTTP/1.1" 200 322 0.030390 10.0.0.65 - - [2025-07-07 02:13:17] "GET /obj-perms HTTP/1.1" 200 5056 0.063907 10.0.0.65 - - [2025-07-07 02:13:20] "DELETE /virtual-DNS-record/e81077f8-8d2c-4f3d-b068-dcf463e62c4b HTTP/1.1" 200 115 0.023525 10.0.0.65 - - [2025-07-07 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.002902 10.0.0.65 - - [2025-07-07 02:13:20] "POST /neutron/network HTTP/1.1" 200 833 0.008108 10.0.0.65 - - [2025-07-07 02:13:20] "POST /neutron/network HTTP/1.1" 400 204 0.011377 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 1086 0.023178 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 1112 0.013230 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.120862 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 1086 0.019766 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 1112 0.009382 10.0.0.65 - - [2025-07-07 02:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.122896 10.0.0.65 - - [2025-07-07 02:13:22] "POST /neutron/network HTTP/1.1" 200 833 0.007291 10.0.0.65 - - [2025-07-07 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.65 - - [2025-07-07 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.65 - - [2025-07-07 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003435 10.0.0.65 - - [2025-07-07 02:13:23] "POST /neutron/network HTTP/1.1" 200 151 0.212354 10.0.0.65 - - [2025-07-07 02:13:23] "DELETE /route-target/2860262f-9aa2-437b-8427-ff5877f235c0 HTTP/1.1" 200 115 0.040904 10.0.0.65 - - [2025-07-07 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.65 - - [2025-07-07 02:13:23] "DELETE /network-ipam/99065f9b-c22d-416f-9828-20a5275f4e36 HTTP/1.1" 200 115 0.029778 10.0.0.65 - - [2025-07-07 02:13:23] "DELETE /virtual-DNS/66f29099-184d-472a-9f5d-d9a4ca65222f HTTP/1.1" 200 115 0.037605 10.0.0.65 - - [2025-07-07 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 180 0.003654 10.0.0.65 - - [2025-07-07 02:13:23] "GET /domains HTTP/1.1" 200 280 0.003650 10.0.0.65 - - [2025-07-07 02:13:23] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.65 - - [2025-07-07 02:13:23] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2574 0.009404 10.0.0.65 - - [2025-07-07 02:13:23] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.65 - - [2025-07-07 02:13:23] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.028532 10.0.0.65 - - [2025-07-07 02:13:23] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.65 - - [2025-07-07 02:13:23] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?fields=virtual_networks HTTP/1.1" 200 1034 0.077336 10.0.0.65 - - [2025-07-07 02:13:23] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001840 10.0.0.65 - - [2025-07-07 02:13:23] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030324 10.0.0.65 - - [2025-07-07 02:13:23] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.65 - - [2025-07-07 02:13:23] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?fields=security_groups HTTP/1.1" 200 1261 0.026022 10.0.0.65 - - [2025-07-07 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.026854 10.0.0.65 - - [2025-07-07 02:13:24] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002579 10.0.0.65 - - [2025-07-07 02:13:24] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.65 - - [2025-07-07 02:13:24] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008723 10.0.0.65 - - [2025-07-07 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001867 10.0.0.65 - - [2025-07-07 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.004050 10.0.0.65 - - [2025-07-07 02:13:24] "POST /security-groups HTTP/1.1" 200 592 0.063400 10.0.0.65 - - [2025-07-07 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.003674 10.0.0.65 - - [2025-07-07 02:13:24] "POST /projects HTTP/1.1" 200 587 0.223242 10.0.0.65 - - [2025-07-07 02:13:24] "POST /access-control-lists HTTP/1.1" 200 597 0.057599 10.0.0.65 - - [2025-07-07 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.298983 10.0.0.65 - - [2025-07-07 02:13:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.003071 10.0.0.65 - - [2025-07-07 02:13:25] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.432645 10.0.0.65 - - [2025-07-07 02:13:25] "POST /access-control-lists HTTP/1.1" 200 595 0.064226 10.0.0.65 - - [2025-07-07 02:13:26] "GET / HTTP/1.1" 200 35931 0.003331 10.0.0.65 - - [2025-07-07 02:13:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.65 - - [2025-07-07 02:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.054302 10.0.0.65 - - [2025-07-07 02:13:27] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.65 - - [2025-07-07 02:13:27] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026028 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.029946 10.0.0.65 - - [2025-07-07 02:13:27] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001649 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 606 0.064482 10.0.0.65 - - [2025-07-07 02:13:27] "POST /route-targets HTTP/1.1" 200 327 0.010191 10.0.0.65 - - [2025-07-07 02:13:27] "POST /ref-update HTTP/1.1" 200 156 0.013175 10.0.0.65 - - [2025-07-07 02:13:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.193583 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 826 0.005419 10.0.0.65 - - [2025-07-07 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001169 10.0.0.65 - - [2025-07-07 02:13:27] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004797 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 826 0.006099 10.0.0.65 - - [2025-07-07 02:13:27] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004788 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 826 0.006300 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.007088 10.0.0.65 - - [2025-07-07 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001242 10.0.0.65 - - [2025-07-07 02:13:27] "POST /neutron/network HTTP/1.1" 200 836 0.005674 10.0.0.65 - - [2025-07-07 02:13:28] "GET /aaa-mode HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2025-07-07 02:13:28] "GET / HTTP/1.1" 200 35931 0.002475 10.0.0.65 - - [2025-07-07 02:13:28] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.65 - - [2025-07-07 02:13:28] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.65 - - [2025-07-07 02:13:28] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046865 10.0.0.65 - - [2025-07-07 02:13:28] "POST /neutron/network HTTP/1.1" 200 826 0.005631 10.0.0.65 - - [2025-07-07 02:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.005601 10.0.0.65 - - [2025-07-07 02:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.005740 10.0.0.65 - - [2025-07-07 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001571 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.006209 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/network HTTP/1.1" 200 836 0.006002 10.0.0.65 - - [2025-07-07 02:13:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000482 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/network HTTP/1.1" 200 836 0.006115 10.0.0.65 - - [2025-07-07 02:13:29] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001737 10.0.0.65 - - [2025-07-07 02:13:29] "GET / HTTP/1.1" 200 35931 0.004249 10.0.0.65 - - [2025-07-07 02:13:29] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 1062 0.241132 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 1062 0.017080 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 1062 0.013216 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 1116 0.091529 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 1090 0.013602 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.008485 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.65 - - [2025-07-07 02:13:29] "POST /neutron/network HTTP/1.1" 200 826 0.006699 10.0.0.65 - - [2025-07-07 02:13:29] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001632 10.0.0.65 - - [2025-07-07 02:13:29] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060990 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/network HTTP/1.1" 200 826 0.006469 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1090 0.022053 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007983 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.006858 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1090 0.012647 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006615 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/network HTTP/1.1" 200 836 0.006764 10.0.0.65 - - [2025-07-07 02:13:30] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1062 0.251087 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1062 0.009269 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1062 0.010374 10.0.0.65 - - [2025-07-07 02:13:30] "POST /neutron/port HTTP/1.1" 200 1116 0.069735 10.0.0.65 - - [2025-07-07 02:13:31] "POST /neutron/port HTTP/1.1" 200 1090 0.011542 10.0.0.65 - - [2025-07-07 02:13:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003580 10.0.0.65 - - [2025-07-07 02:13:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.007549 10.0.0.65 - - [2025-07-07 02:13:31] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.65 - - [2025-07-07 02:13:31] "POST /neutron/network HTTP/1.1" 200 826 0.006883 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014026 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008370 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/port HTTP/1.1" 200 1090 0.012041 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008034 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/port HTTP/1.1" 200 1090 0.012675 10.0.0.65 - - [2025-07-07 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006823 10.0.0.65 - - [2025-07-07 02:13:35] "GET /virtual-machine/7c0737c0-d9c2-4448-b8b5-07e62f208a46 HTTP/1.1" 401 292 0.000474 10.0.0.65 - - [2025-07-07 02:13:35] "GET /virtual-machine/7c0737c0-d9c2-4448-b8b5-07e62f208a46 HTTP/1.1" 200 1293 0.030028 10.0.0.65 - - [2025-07-07 02:13:35] "GET /virtual-machine-interface/ea6134bf-f3bc-4fba-9cec-d07004e89111 HTTP/1.1" 200 2946 0.005713 10.0.0.65 - - [2025-07-07 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2025-07-07 02:13:36] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004266 10.0.0.65 - - [2025-07-07 02:13:36] "GET /virtual-networks?parent_id=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003587 10.0.0.65 - - [2025-07-07 02:13:36] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006083 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/port HTTP/1.1" 200 1090 0.011661 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005667 10.0.0.65 - - [2025-07-07 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.65 - - [2025-07-07 02:13:39] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005294 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/port HTTP/1.1" 200 1090 0.013276 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/port HTTP/1.1" 200 1090 0.011151 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/network HTTP/1.1" 200 836 0.005819 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003203 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.007454 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.65 - - [2025-07-07 02:13:39] "POST /neutron/network HTTP/1.1" 200 826 0.006197 10.0.0.65 - - [2025-07-07 02:13:40] "POST /neutron/port HTTP/1.1" 200 1090 0.013562 10.0.0.65 - - [2025-07-07 02:13:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009724 10.0.0.65 - - [2025-07-07 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.65 - - [2025-07-07 02:13:41] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003599 10.0.0.65 - - [2025-07-07 02:13:41] "GET /virtual-networks?parent_id=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003600 10.0.0.65 - - [2025-07-07 02:13:41] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007315 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/port HTTP/1.1" 200 1090 0.012431 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007713 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/port HTTP/1.1" 200 1090 0.011419 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008422 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/port HTTP/1.1" 200 1090 0.013130 10.0.0.65 - - [2025-07-07 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006730 10.0.0.65 - - [2025-07-07 02:13:41] "GET /virtual-machine/82e539a2-8dca-4d5e-83d8-e3432e4bfa98 HTTP/1.1" 200 1292 0.005097 10.0.0.65 - - [2025-07-07 02:13:41] "GET /virtual-machine-interface/c4f5dde4-9810-49a2-ac02-cd093d96e84f HTTP/1.1" 200 2946 0.005351 10.0.0.65 - - [2025-07-07 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.65 - - [2025-07-07 02:13:42] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004006 10.0.0.65 - - [2025-07-07 02:13:42] "GET /virtual-networks?parent_id=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003301 10.0.0.65 - - [2025-07-07 02:13:42] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006287 10.0.0.65 - - [2025-07-07 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.65 - - [2025-07-07 02:13:43] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003594 10.0.0.65 - - [2025-07-07 02:13:43] "GET /virtual-networks?parent_id=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003097 10.0.0.65 - - [2025-07-07 02:13:43] "GET /virtual-network/d9d0c13b-f90c-4059-b4ee-7c061bdab579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005718 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/network HTTP/1.1" 200 826 0.006673 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/network HTTP/1.1" 400 204 0.010170 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 1090 0.012341 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 1116 0.008383 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 1090 0.012265 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 1116 0.012053 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 151 0.131285 10.0.0.65 - - [2025-07-07 02:13:48] "POST /neutron/port HTTP/1.1" 200 151 0.121860 10.0.0.65 - - [2025-07-07 02:13:50] "POST /neutron/network HTTP/1.1" 200 826 0.006238 10.0.0.65 - - [2025-07-07 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.65 - - [2025-07-07 02:13:50] "DELETE /route-target/e00053f0-2f49-451a-a916-c66070261b90 HTTP/1.1" 200 115 0.015574 10.0.0.65 - - [2025-07-07 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.037205 10.0.0.65 - - [2025-07-07 02:13:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.65 - - [2025-07-07 02:13:50] "POST /neutron/network HTTP/1.1" 200 151 0.112630 10.0.0.65 - - [2025-07-07 02:13:50] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001232 10.0.0.65 - - [2025-07-07 02:13:50] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052327 10.0.0.65 - - [2025-07-07 02:13:50] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001406 10.0.0.65 - - [2025-07-07 02:13:50] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?fields=virtual_networks HTTP/1.1" 200 1033 0.075154 10.0.0.65 - - [2025-07-07 02:13:50] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.65 - - [2025-07-07 02:13:50] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023353 10.0.0.65 - - [2025-07-07 02:13:50] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.65 - - [2025-07-07 02:13:50] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?fields=security_groups HTTP/1.1" 200 1260 0.033473 10.0.0.65 - - [2025-07-07 02:13:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.025018 10.0.0.65 - - [2025-07-07 02:13:51] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002795 10.0.0.65 - - [2025-07-07 02:13:51] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.65 - - [2025-07-07 02:13:51] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042970 10.0.0.65 - - [2025-07-07 02:13:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.002269 10.0.0.65 - - [2025-07-07 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.004426 10.0.0.65 - - [2025-07-07 02:13:52] "POST /security-groups HTTP/1.1" 200 591 0.063423 10.0.0.65 - - [2025-07-07 02:13:52] "POST /projects HTTP/1.1" 200 585 0.231771 10.0.0.65 - - [2025-07-07 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.270909 10.0.0.65 - - [2025-07-07 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.042183 10.0.0.65 - - [2025-07-07 02:13:52] "POST /access-control-lists HTTP/1.1" 200 596 0.067724 10.0.0.65 - - [2025-07-07 02:13:52] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.487461 10.0.0.65 - - [2025-07-07 02:13:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.005152 10.0.0.65 - - [2025-07-07 02:13:52] "POST /access-control-lists HTTP/1.1" 200 594 0.063355 10.0.0.65 - - [2025-07-07 02:13:53] "GET / HTTP/1.1" 200 35931 0.002485 10.0.0.65 - - [2025-07-07 02:13:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.65 - - [2025-07-07 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.053972 10.0.0.65 - - [2025-07-07 02:13:54] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.65 - - [2025-07-07 02:13:54] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.025877 10.0.0.65 - - [2025-07-07 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.029312 10.0.0.65 - - [2025-07-07 02:13:54] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001587 10.0.0.65 - - [2025-07-07 02:13:54] "POST /neutron/network HTTP/1.1" 200 625 0.066424 10.0.0.65 - - [2025-07-07 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.010767 10.0.0.65 - - [2025-07-07 02:13:54] "POST /ref-update HTTP/1.1" 200 156 0.013431 10.0.0.65 - - [2025-07-07 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003539 10.0.0.65 - - [2025-07-07 02:13:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.182915 10.0.0.65 - - [2025-07-07 02:13:54] "POST /neutron/network HTTP/1.1" 200 839 0.006935 10.0.0.65 - - [2025-07-07 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 230 0.001543 10.0.0.65 - - [2025-07-07 02:13:54] "GET /virtual-network/7874130c-5b4b-4cdd-a5a5-a3f015f1cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005394 10.0.0.65 - - [2025-07-07 02:13:55] "POST /neutron/network HTTP/1.1" 200 839 0.006339 10.0.0.65 - - [2025-07-07 02:13:55] "GET /virtual-network/7874130c-5b4b-4cdd-a5a5-a3f015f1cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004934 10.0.0.65 - - [2025-07-07 02:13:55] "POST /neutron/network HTTP/1.1" 200 839 0.005683 10.0.0.65 - - [2025-07-07 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.007303 10.0.0.65 - - [2025-07-07 02:13:55] "POST /neutron/network HTTP/1.1" 200 839 0.005450 10.0.0.65 - - [2025-07-07 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001281 10.0.0.65 - - [2025-07-07 02:13:55] "POST /neutron/network HTTP/1.1" 200 849 0.006286 10.0.0.65 - - [2025-07-07 02:13:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000501 10.0.0.65 - - [2025-07-07 02:13:55] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.65 - - [2025-07-07 02:13:55] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000416 10.0.0.65 - - [2025-07-07 02:13:56] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001241 10.0.0.65 - - [2025-07-07 02:13:56] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048797 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/network HTTP/1.1" 200 839 0.005805 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005726 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.005452 10.0.0.65 - - [2025-07-07 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.65 - - [2025-07-07 02:13:56] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003323 10.0.0.65 - - [2025-07-07 02:13:56] "PUT /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 276 0.018502 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.006530 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/network HTTP/1.1" 200 849 0.007535 10.0.0.65 - - [2025-07-07 02:13:56] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 1055 0.214332 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 1055 0.010363 10.0.0.65 - - [2025-07-07 02:13:56] "POST /neutron/port HTTP/1.1" 200 1055 0.008833 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/port HTTP/1.1" 200 1109 0.064861 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/port HTTP/1.1" 200 1083 0.011240 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003356 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.007110 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.65 - - [2025-07-07 02:13:57] "POST /neutron/network HTTP/1.1" 200 839 0.005569 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/port HTTP/1.1" 200 1083 0.012752 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007504 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/port HTTP/1.1" 200 1083 0.012570 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006023 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/port HTTP/1.1" 200 1083 0.011472 10.0.0.65 - - [2025-07-07 02:14:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007840 10.0.0.65 - - [2025-07-07 02:14:01] "GET /virtual-machine/858131dd-155a-4663-812f-729e4808b068 HTTP/1.1" 401 292 0.000659 10.0.0.65 - - [2025-07-07 02:14:02] "GET /virtual-machine/858131dd-155a-4663-812f-729e4808b068 HTTP/1.1" 200 1291 0.027985 10.0.0.65 - - [2025-07-07 02:14:02] "GET /virtual-machine-interface/89df3ff3-b4a3-4ffc-aa54-36fefb2aa0da HTTP/1.1" 200 2970 0.005455 10.0.0.65 - - [2025-07-07 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.65 - - [2025-07-07 02:14:02] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003471 10.0.0.65 - - [2025-07-07 02:14:02] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003182 10.0.0.65 - - [2025-07-07 02:14:02] "GET /virtual-network/7874130c-5b4b-4cdd-a5a5-a3f015f1cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006215 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /project/6a0442184f12432d8c5a93eabc8e3bf5 HTTP/1.1" 404 173 0.015667 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /project/7e08c9b80ed04171a0525362af72db66 HTTP/1.1" 404 173 0.011262 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.033288 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.036538 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?fields=security_groups HTTP/1.1" 200 1366 0.033706 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?fields=security_groups HTTP/1.1" 200 1365 0.036757 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /security-group/54de6698-df09-4b25-8e4d-85f7611e2637 HTTP/1.1" 200 115 0.072411 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=b7ac83db-500f-4e53-a521-493e94b6563c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /security-group/986c08e4-3b2f-4161-8a51-e1b08355773c HTTP/1.1" 200 115 0.084356 10.0.0.65 - - [2025-07-07 02:14:03] "GET /projects?obj_uuids=7e08c9b8-0ed0-4171-a052-5362af72db66&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /access-control-list/f2ae10e8-869f-4337-9ada-f63d9dcbff39 HTTP/1.1" 200 115 0.065827 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/b7ac83db-500f-4e53-a521-493e94b6563c?fields=application_policy_sets HTTP/1.1" 200 1405 0.044720 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /access-control-list/fdfdb204-ea29-4664-87f5-aa8f863669a2 HTTP/1.1" 200 115 0.033005 10.0.0.65 - - [2025-07-07 02:14:03] "GET /project/7e08c9b8-0ed0-4171-a052-5362af72db66?fields=application_policy_sets HTTP/1.1" 200 1404 0.074145 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /access-control-list/af0d3ecc-010d-4cfe-b9a1-51e7f6a1dc12 HTTP/1.1" 200 115 0.040077 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /access-control-list/10f3fc61-709a-4737-88a5-421d0bfa280e HTTP/1.1" 200 115 0.038950 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /project/b7ac83db-500f-4e53-a521-493e94b6563c HTTP/1.1" 200 115 0.419276 10.0.0.65 - - [2025-07-07 02:14:03] "DELETE /project/7e08c9b8-0ed0-4171-a052-5362af72db66 HTTP/1.1" 200 115 0.468896 10.0.0.65 - - [2025-07-07 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.65 - - [2025-07-07 02:14:05] "GET /virtual-network/7874130c-5b4b-4cdd-a5a5-a3f015f1cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008591 10.0.0.65 - - [2025-07-07 02:14:06] "POST /neutron/port HTTP/1.1" 200 1083 0.013121 10.0.0.65 - - [2025-07-07 02:14:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005556 10.0.0.65 - - [2025-07-07 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.65 - - [2025-07-07 02:14:07] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003490 10.0.0.65 - - [2025-07-07 02:14:07] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003171 10.0.0.65 - - [2025-07-07 02:14:07] "GET /virtual-network/7874130c-5b4b-4cdd-a5a5-a3f015f1cbeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005909 10.0.0.65 - - [2025-07-07 02:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.65 - - [2025-07-07 02:14:09] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.003659 10.0.0.65 - - [2025-07-07 02:14:09] "PUT /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 276 0.010943 10.0.0.65 - - [2025-07-07 02:14:10] "POST /neutron/network HTTP/1.1" 200 839 0.007365 10.0.0.65 - - [2025-07-07 02:14:10] "POST /neutron/network HTTP/1.1" 400 204 0.010828 10.0.0.65 - - [2025-07-07 02:14:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018265 10.0.0.65 - - [2025-07-07 02:14:10] "GET /obj-perms HTTP/1.1" 200 5056 0.067424 10.0.0.65 - - [2025-07-07 02:14:10] "POST /neutron/port HTTP/1.1" 200 1109 0.014036 10.0.0.65 - - [2025-07-07 02:14:10] "POST /neutron/port HTTP/1.1" 200 151 0.102638 10.0.0.65 - - [2025-07-07 02:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.046304 10.0.0.65 - - [2025-07-07 02:14:12] "POST /neutron/network HTTP/1.1" 200 839 0.006515 10.0.0.65 - - [2025-07-07 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003959 10.0.0.65 - - [2025-07-07 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.65 - - [2025-07-07 02:14:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002008 10.0.0.65 - - [2025-07-07 02:14:12] "POST /neutron/network HTTP/1.1" 200 151 0.097050 10.0.0.65 - - [2025-07-07 02:14:12] "DELETE /route-target/2ec185d4-3b4c-44d2-b11f-d5dc3e2625fa HTTP/1.1" 200 115 0.014847 10.0.0.65 - - [2025-07-07 02:14:12] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003352 10.0.0.65 - - [2025-07-07 02:14:12] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b HTTP/1.1" 200 1827 0.003707 10.0.0.65 - - [2025-07-07 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.65 - - [2025-07-07 02:14:12] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.65 - - [2025-07-07 02:14:12] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.028805 10.0.0.65 - - [2025-07-07 02:14:12] "POST /neutron/network HTTP/1.1" 200 117 0.008748 10.0.0.65 - - [2025-07-07 02:14:12] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.65 - - [2025-07-07 02:14:12] "POST /neutron/network HTTP/1.1" 200 605 0.069541 10.0.0.65 - - [2025-07-07 02:14:12] "POST /route-targets HTTP/1.1" 200 327 0.014173 10.0.0.65 - - [2025-07-07 02:14:13] "POST /ref-update HTTP/1.1" 200 156 0.014812 10.0.0.65 - - [2025-07-07 02:14:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.209340 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/network HTTP/1.1" 200 824 0.006335 10.0.0.65 - - [2025-07-07 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.65 - - [2025-07-07 02:14:13] "GET /virtual-network/369ae841-b194-45d0-afd1-19eac6731ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005186 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/network HTTP/1.1" 200 824 0.005805 10.0.0.65 - - [2025-07-07 02:14:13] "GET /virtual-network/369ae841-b194-45d0-afd1-19eac6731ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005930 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/network HTTP/1.1" 200 824 0.006621 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007263 10.0.0.65 - - [2025-07-07 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001248 10.0.0.65 - - [2025-07-07 02:14:13] "POST /neutron/network HTTP/1.1" 200 834 0.006669 10.0.0.65 - - [2025-07-07 02:14:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2025-07-07 02:14:13] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.65 - - [2025-07-07 02:14:13] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2025-07-07 02:14:14] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.65 - - [2025-07-07 02:14:14] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045825 10.0.0.65 - - [2025-07-07 02:14:14] "POST /neutron/network HTTP/1.1" 200 824 0.028577 10.0.0.65 - - [2025-07-07 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.005160 10.0.0.65 - - [2025-07-07 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.005641 10.0.0.65 - - [2025-07-07 02:14:14] "POST /neutron/port HTTP/1.1" 200 117 0.006036 10.0.0.65 - - [2025-07-07 02:14:14] "POST /neutron/network HTTP/1.1" 200 834 0.005933 10.0.0.65 - - [2025-07-07 02:14:14] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 1060 0.212218 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 1060 0.034580 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 1060 0.008161 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 1114 0.053129 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 1088 0.012282 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003111 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.007529 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.65 - - [2025-07-07 02:14:15] "POST /neutron/network HTTP/1.1" 200 824 0.005671 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/port HTTP/1.1" 200 1088 0.011656 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006562 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/port HTTP/1.1" 200 1088 0.011471 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006257 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/port HTTP/1.1" 200 1088 0.012562 10.0.0.65 - - [2025-07-07 02:14:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008513 10.0.0.65 - - [2025-07-07 02:14:19] "GET /virtual-machine/e686d7f8-94f7-4003-8a3a-32cbe51049ed HTTP/1.1" 200 1292 0.007739 10.0.0.65 - - [2025-07-07 02:14:19] "GET /virtual-machine-interface/fed6172e-a8c3-4ac2-8ff6-68ddbd07b91b HTTP/1.1" 200 2941 0.005191 10.0.0.65 - - [2025-07-07 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.65 - - [2025-07-07 02:14:19] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003262 10.0.0.65 - - [2025-07-07 02:14:19] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003255 10.0.0.65 - - [2025-07-07 02:14:19] "GET /virtual-network/369ae841-b194-45d0-afd1-19eac6731ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006817 10.0.0.65 - - [2025-07-07 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.65 - - [2025-07-07 02:14:23] "GET /virtual-network/369ae841-b194-45d0-afd1-19eac6731ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005275 10.0.0.65 - - [2025-07-07 02:14:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012800 10.0.0.65 - - [2025-07-07 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006300 10.0.0.65 - - [2025-07-07 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.65 - - [2025-07-07 02:14:27] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003323 10.0.0.65 - - [2025-07-07 02:14:27] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003108 10.0.0.65 - - [2025-07-07 02:14:27] "GET /virtual-network/369ae841-b194-45d0-afd1-19eac6731ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005932 10.0.0.65 - - [2025-07-07 02:14:29] "POST /neutron/network HTTP/1.1" 200 824 0.010175 10.0.0.65 - - [2025-07-07 02:14:29] "POST /neutron/network HTTP/1.1" 400 204 0.010490 10.0.0.65 - - [2025-07-07 02:14:29] "POST /neutron/port HTTP/1.1" 200 1088 0.011684 10.0.0.65 - - [2025-07-07 02:14:29] "POST /neutron/port HTTP/1.1" 200 1114 0.009883 10.0.0.65 - - [2025-07-07 02:14:29] "POST /neutron/port HTTP/1.1" 200 151 0.108368 10.0.0.65 - - [2025-07-07 02:14:31] "POST /neutron/network HTTP/1.1" 200 824 0.006590 10.0.0.65 - - [2025-07-07 02:14:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004905 10.0.0.65 - - [2025-07-07 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005374 10.0.0.65 - - [2025-07-07 02:14:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.65 - - [2025-07-07 02:14:31] "POST /neutron/network HTTP/1.1" 200 151 0.087701 10.0.0.65 - - [2025-07-07 02:14:31] "DELETE /route-target/443f7783-e3ad-4a33-9d15-391be6a6d461 HTTP/1.1" 200 115 0.015215 10.0.0.65 - - [2025-07-07 02:14:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003283 10.0.0.65 - - [2025-07-07 02:14:31] "POST /network-ipams HTTP/1.1" 200 541 0.017955 10.0.0.65 - - [2025-07-07 02:14:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003366 10.0.0.65 - - [2025-07-07 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.65 - - [2025-07-07 02:14:32] "GET /network-ipam/147fb819-c922-47b8-8ee0-be925eeb2db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.005119 10.0.0.65 - - [2025-07-07 02:14:32] "PUT /network-ipam/147fb819-c922-47b8-8ee0-be925eeb2db7 HTTP/1.1" 200 258 0.010712 10.0.0.65 - - [2025-07-07 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.65 - - [2025-07-07 02:14:32] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.65 - - [2025-07-07 02:14:32] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.027628 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/network HTTP/1.1" 200 117 0.009470 10.0.0.65 - - [2025-07-07 02:14:32] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/network HTTP/1.1" 200 605 0.067189 10.0.0.65 - - [2025-07-07 02:14:32] "POST /route-targets HTTP/1.1" 200 327 0.011003 10.0.0.65 - - [2025-07-07 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.012054 10.0.0.65 - - [2025-07-07 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004368 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.180796 10.0.0.65 - - [2025-07-07 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.173221 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/network HTTP/1.1" 200 994 0.007353 10.0.0.65 - - [2025-07-07 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001275 10.0.0.65 - - [2025-07-07 02:14:32] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005168 10.0.0.65 - - [2025-07-07 02:14:32] "POST /neutron/network HTTP/1.1" 200 994 0.008635 10.0.0.65 - - [2025-07-07 02:14:32] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005375 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/network HTTP/1.1" 200 994 0.007383 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007901 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007011 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/network HTTP/1.1" 200 994 0.007981 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.006907 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007153 10.0.0.65 - - [2025-07-07 02:14:33] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 1017 0.161813 10.0.0.65 - - [2025-07-07 02:14:33] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 1017 0.158981 10.0.0.65 - - [2025-07-07 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001438 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008446 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008513 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/network HTTP/1.1" 200 994 0.007052 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007755 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.005274 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.65 - - [2025-07-07 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001440 10.0.0.65 - - [2025-07-07 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.005250 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009632 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008374 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/network HTTP/1.1" 200 994 0.007211 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007863 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.020796 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007933 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.008881 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.005491 10.0.0.65 - - [2025-07-07 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001472 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 117 0.006989 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/network HTTP/1.1" 200 1004 0.008480 10.0.0.65 - - [2025-07-07 02:14:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000532 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.011166 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009082 10.0.0.65 - - [2025-07-07 02:14:34] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/network HTTP/1.1" 200 1004 0.014805 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/network HTTP/1.1" 200 1004 0.010800 10.0.0.65 - - [2025-07-07 02:14:34] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.012985 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009938 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008724 10.0.0.65 - - [2025-07-07 02:14:34] "POST /neutron/port HTTP/1.1" 200 1017 0.008082 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 1109 0.138037 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 1109 0.136764 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 1083 0.023546 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 1083 0.022237 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006076 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003644 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.020071 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.016623 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.001936 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/network HTTP/1.1" 200 994 0.013605 10.0.0.65 - - [2025-07-07 02:14:35] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001631 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/network HTTP/1.1" 200 994 0.014252 10.0.0.65 - - [2025-07-07 02:14:35] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059748 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/network HTTP/1.1" 200 994 0.008007 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 2050 0.019197 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008945 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.005805 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domains HTTP/1.1" 200 280 0.003409 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2573 0.012461 10.0.0.65 - - [2025-07-07 02:14:35] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001786 10.0.0.65 - - [2025-07-07 02:14:35] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5 HTTP/1.1" 200 2841 0.079697 10.0.0.65 - - [2025-07-07 02:14:35] "GET /network-ipam/147fb819-c922-47b8-8ee0-be925eeb2db7 HTTP/1.1" 200 2600 0.008260 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domains HTTP/1.1" 200 280 0.006042 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.65 - - [2025-07-07 02:14:35] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2573 0.011057 10.0.0.65 - - [2025-07-07 02:14:35] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.65 - - [2025-07-07 02:14:35] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5 HTTP/1.1" 200 2841 0.081971 10.0.0.65 - - [2025-07-07 02:14:35] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd HTTP/1.1" 200 3776 0.007477 10.0.0.65 - - [2025-07-07 02:14:35] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd HTTP/1.1" 200 3776 0.006981 10.0.0.65 - - [2025-07-07 02:14:35] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 200 2379 0.005024 10.0.0.65 - - [2025-07-07 02:14:35] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 200 2379 0.003927 10.0.0.65 - - [2025-07-07 02:14:35] "GET /route-target/d12c2410-88f9-4f9b-ba4a-3a146c222cce HTTP/1.1" 200 1205 0.004040 10.0.0.65 - - [2025-07-07 02:14:35] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd HTTP/1.1" 200 3776 0.008389 10.0.0.65 - - [2025-07-07 02:14:35] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 200 2379 0.005830 10.0.0.65 - - [2025-07-07 02:14:35] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005542 10.0.0.65 - - [2025-07-07 02:14:35] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd HTTP/1.1" 200 3776 0.013829 10.0.0.65 - - [2025-07-07 02:14:35] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 200 2379 0.008684 10.0.0.65 - - [2025-07-07 02:14:35] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 200 2379 0.007223 10.0.0.65 - - [2025-07-07 02:14:35] "POST /neutron/network HTTP/1.1" 200 1004 0.012750 10.0.0.65 - - [2025-07-07 02:14:35] "GET /route-target/d12c2410-88f9-4f9b-ba4a-3a146c222cce HTTP/1.1" 200 1205 0.003417 10.0.0.65 - - [2025-07-07 02:14:35] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001720 10.0.0.65 - - [2025-07-07 02:14:36] "GET /domains HTTP/1.1" 200 280 0.002912 10.0.0.65 - - [2025-07-07 02:14:36] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001960 10.0.0.65 - - [2025-07-07 02:14:36] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2573 0.061966 10.0.0.65 - - [2025-07-07 02:14:36] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001844 10.0.0.65 - - [2025-07-07 02:14:36] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5 HTTP/1.1" 200 3085 0.112528 10.0.0.65 - - [2025-07-07 02:14:36] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd HTTP/1.1" 200 4034 0.020768 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1055 0.358774 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1055 0.012360 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1055 0.014626 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1109 0.115844 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1083 0.037366 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011555 10.0.0.65 - - [2025-07-07 02:14:36] "GET /obj-perms HTTP/1.1" 200 5030 0.101440 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.020788 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1083 0.018081 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/network HTTP/1.1" 200 994 0.008790 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008546 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/port HTTP/1.1" 200 1083 0.011974 10.0.0.65 - - [2025-07-07 02:14:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006723 10.0.0.65 - - [2025-07-07 02:14:37] "POST /neutron/port HTTP/1.1" 200 1083 0.012959 10.0.0.65 - - [2025-07-07 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006983 10.0.0.65 - - [2025-07-07 02:14:37] "GET /virtual-machine/5547f874-3475-4d6e-8ecb-b3fcfca116b9 HTTP/1.1" 200 1288 0.006287 10.0.0.65 - - [2025-07-07 02:14:37] "GET /virtual-machine-interface/b121851c-60fb-45e9-8dbc-eb5e8ad9d1d7 HTTP/1.1" 200 2941 0.006039 10.0.0.65 - - [2025-07-07 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740 10.0.0.65 - - [2025-07-07 02:14:37] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004254 10.0.0.65 - - [2025-07-07 02:14:37] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005962 10.0.0.65 - - [2025-07-07 02:14:37] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006082 10.0.0.65 - - [2025-07-07 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.65 - - [2025-07-07 02:14:40] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005751 10.0.0.65 - - [2025-07-07 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.65 - - [2025-07-07 02:14:44] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.005697 10.0.0.65 - - [2025-07-07 02:14:44] "POST /neutron/port HTTP/1.1" 200 1083 0.045573 10.0.0.65 - - [2025-07-07 02:14:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005992 10.0.0.65 - - [2025-07-07 02:14:45] "POST /neutron/port HTTP/1.1" 200 1083 0.016840 10.0.0.65 - - [2025-07-07 02:14:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006835 10.0.0.65 - - [2025-07-07 02:14:46] "POST /neutron/port HTTP/1.1" 200 1083 0.012270 10.0.0.65 - - [2025-07-07 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006441 10.0.0.65 - - [2025-07-07 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.65 - - [2025-07-07 02:14:46] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003442 10.0.0.65 - - [2025-07-07 02:14:46] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003402 10.0.0.65 - - [2025-07-07 02:14:46] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006644 10.0.0.65 - - [2025-07-07 02:14:46] "POST /neutron/port HTTP/1.1" 200 1083 0.011817 10.0.0.65 - - [2025-07-07 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007574 10.0.0.65 - - [2025-07-07 02:14:47] "POST /neutron/port HTTP/1.1" 200 1083 0.012913 10.0.0.65 - - [2025-07-07 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006623 10.0.0.65 - - [2025-07-07 02:14:47] "POST /neutron/port HTTP/1.1" 200 1083 0.011828 10.0.0.65 - - [2025-07-07 02:14:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007076 10.0.0.65 - - [2025-07-07 02:14:47] "GET /virtual-machine/287bd195-98ec-4eaf-8ec7-618ddd21caae HTTP/1.1" 200 1288 0.005662 10.0.0.65 - - [2025-07-07 02:14:47] "GET /virtual-machine-interface/236e2fc1-43e8-48b9-af9c-1671b738351a HTTP/1.1" 200 2940 0.007385 10.0.0.65 - - [2025-07-07 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.65 - - [2025-07-07 02:14:47] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004347 10.0.0.65 - - [2025-07-07 02:14:47] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004890 10.0.0.65 - - [2025-07-07 02:14:47] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.008910 10.0.0.65 - - [2025-07-07 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.65 - - [2025-07-07 02:14:48] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004019 10.0.0.65 - - [2025-07-07 02:14:48] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003784 10.0.0.65 - - [2025-07-07 02:14:48] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006279 10.0.0.65 - - [2025-07-07 02:14:48] "POST /neutron/port HTTP/1.1" 200 1083 0.015239 10.0.0.65 - - [2025-07-07 02:14:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007634 10.0.0.65 - - [2025-07-07 02:14:48] "POST /neutron/port HTTP/1.1" 200 1083 0.012579 10.0.0.65 - - [2025-07-07 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006984 10.0.0.65 - - [2025-07-07 02:14:49] "POST /neutron/port HTTP/1.1" 200 1083 0.012479 10.0.0.65 - - [2025-07-07 02:14:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006234 10.0.0.65 - - [2025-07-07 02:14:49] "GET /virtual-machine/1d522641-0914-47b8-9dbc-4880832892f7 HTTP/1.1" 200 1292 0.004580 10.0.0.65 - - [2025-07-07 02:14:49] "GET /virtual-machine-interface/7bb4579d-b2ce-4b52-953e-1dcdbb6a87d5 HTTP/1.1" 200 2940 0.004748 10.0.0.65 - - [2025-07-07 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2025-07-07 02:14:49] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003306 10.0.0.65 - - [2025-07-07 02:14:49] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003741 10.0.0.65 - - [2025-07-07 02:14:49] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006202 10.0.0.65 - - [2025-07-07 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2025-07-07 02:14:50] "GET /global-vrouter-config/ee8d9b25-c4ac-4987-8b23-b78832a0d85b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003345 10.0.0.65 - - [2025-07-07 02:14:50] "GET /virtual-networks?parent_id=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003258 10.0.0.65 - - [2025-07-07 02:14:50] "GET /virtual-network/02098232-6ffc-4b2f-83bc-3c27384437bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.006472 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.014692 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009366 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.117532 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.010437 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009822 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1083 0.022426 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 1109 0.013570 10.0.0.65 - - [2025-07-07 02:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.170295 10.0.0.65 - - [2025-07-07 02:15:07] "POST /neutron/network HTTP/1.1" 200 994 0.010798 10.0.0.65 - - [2025-07-07 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.007759 10.0.0.65 - - [2025-07-07 02:15:07] "POST /neutron/network HTTP/1.1" 400 204 0.020273 10.0.0.65 - - [2025-07-07 02:15:07] "POST /neutron/port HTTP/1.1" 400 205 0.004590 10.0.0.65 - - [2025-07-07 02:15:07] "POST /neutron/port HTTP/1.1" 200 151 0.197450 10.0.0.65 - - [2025-07-07 02:15:09] "POST /neutron/network HTTP/1.1" 200 994 0.007861 10.0.0.65 - - [2025-07-07 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005303 10.0.0.65 - - [2025-07-07 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006714 10.0.0.65 - - [2025-07-07 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004009 10.0.0.65 - - [2025-07-07 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.65 - - [2025-07-07 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.65 - - [2025-07-07 02:15:09] "POST /neutron/network HTTP/1.1" 200 151 0.116012 10.0.0.65 - - [2025-07-07 02:15:09] "DELETE /route-target/d12c2410-88f9-4f9b-ba4a-3a146c222cce HTTP/1.1" 200 115 0.027735 10.0.0.65 - - [2025-07-07 02:15:09] "GET /routing-instance/6fd19c85-1f06-4b42-836b-90401bc1bef3 HTTP/1.1" 404 171 0.002961 10.0.0.65 - - [2025-07-07 02:15:09] "GET /domains HTTP/1.1" 200 280 0.002763 10.0.0.65 - - [2025-07-07 02:15:09] "GET /domains?obj_uuids=46684ecd-99f1-4e63-b551-8bba36b9d236&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001732 10.0.0.65 - - [2025-07-07 02:15:09] "GET /domain/46684ecd-99f1-4e63-b551-8bba36b9d236 HTTP/1.1" 200 2573 0.053516 10.0.0.65 - - [2025-07-07 02:15:09] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.65 - - [2025-07-07 02:15:09] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5 HTTP/1.1" 200 2084 0.089994 10.0.0.65 - - [2025-07-07 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2025-07-07 02:15:09] "DELETE /network-ipam/147fb819-c922-47b8-8ee0-be925eeb2db7 HTTP/1.1" 200 115 0.025719 10.0.0.65 - - [2025-07-07 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.002793 10.0.0.65 - - [2025-07-07 02:15:09] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001818 10.0.0.65 - - [2025-07-07 02:15:09] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.031793 10.0.0.65 - - [2025-07-07 02:15:09] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.65 - - [2025-07-07 02:15:09] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?fields=virtual_networks HTTP/1.1" 200 1031 0.067460 10.0.0.65 - - [2025-07-07 02:15:09] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.65 - - [2025-07-07 02:15:09] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.031617 10.0.0.65 - - [2025-07-07 02:15:09] "GET /projects?obj_uuids=6a044218-4f12-432d-8c5a-93eabc8e3bf5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.65 - - [2025-07-07 02:15:10] "GET /project/6a044218-4f12-432d-8c5a-93eabc8e3bf5?fields=security_groups HTTP/1.1" 200 1257 0.025503