++ 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 Jun 9 02:08:10 UTC 2025 ===================' INFO: =================== Mon Jun 9 02:08:10 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.38:8081 ' ']' +++ echo 10.0.0.38:8081 ++ ANALYTICS_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.38:9042 ' ']' +++ echo 10.0.0.38:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.38:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.38:8086 ' ']' +++ echo 10.0.0.38:8086 ++ COLLECTOR_SERVERS=10.0.0.38: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.38 ++ CONFIGDB_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.38:8082 ' ']' +++ echo 10.0.0.38:8082 ++ CONFIG_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.38:9161 ' ']' +++ echo 10.0.0.38:9161 ++ CONFIGDB_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.38:9041 ' ']' +++ echo 10.0.0.38:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.38:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.38:2181, ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.38:2181 ' ']' +++ echo 10.0.0.38:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.38:2181 ++ RABBITMQ_NODES=10.0.0.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.38:5673, ']' +++ echo 10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.38: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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.38:6379 ' ']' +++ echo 10.0.0.38:6379 ++ REDIS_SERVERS=10.0.0.38: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.38 ++ 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.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.38:9092 ' ']' +++ echo 10.0.0.38:9092 ++ KAFKA_SERVERS=10.0.0.38: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.38 ++ 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.38 ++ 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.38 ++ 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.38 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 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.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.38 +++ 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 ++++ uniq ++++ sort +++ local local_ips=,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 1 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.38:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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 06/09/2025 02:08:18.949 7f4383c426c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/09/2025 02:08:19.095 7f4383c426c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/09/2025 02:08:19.108 7f4383c426c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/09/2025 02:08:19.108 7f4383c426c8 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2025-06-09 02:08:22] "GET / HTTP/1.1" 503 181 0.000481 10.0.0.38 - - [2025-06-09 02:08:22] "GET / HTTP/1.1" 503 181 0.000182 10.0.0.38 - - [2025-06-09 02:08:22] "GET / HTTP/1.1" 503 181 0.000255 10.0.0.38 - - [2025-06-09 02:08:23] "GET / HTTP/1.1" 200 45871 0.041994 10.0.0.38 - - [2025-06-09 02:08:23] "GET / HTTP/1.1" 200 45871 0.001202 10.0.0.38 - - [2025-06-09 02:08:23] "GET / HTTP/1.1" 200 35931 0.001164 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.38 - - [2025-06-09 02:08:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.38 - - [2025-06-09 02:08:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000284 10.0.0.38 - - [2025-06-09 02:08:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000664 10.0.0.38 - - [2025-06-09 02:08:24] "GET / HTTP/1.1" 200 35931 0.001711 10.0.0.38 - - [2025-06-09 02:08:24] "GET / HTTP/1.1" 200 35931 0.002681 10.0.0.38 - - [2025-06-09 02:08:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2025-06-09 02:08:24] "GET / HTTP/1.1" 200 35931 0.001714 10.0.0.38 - - [2025-06-09 02:08:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.38 - - [2025-06-09 02:08:25] "GET / HTTP/1.1" 200 35931 0.002347 10.0.0.38 - - [2025-06-09 02:08:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000744 10.0.0.38 - - [2025-06-09 02:08:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 2.042590 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.38 - - [2025-06-09 02:08:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.769496 10.0.0.38 - - [2025-06-09 02:08:26] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002698 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 196 1.486972 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 1.221099 10.0.0.38 - - [2025-06-09 02:08:26] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005992 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.954564 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.119152 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2025-06-09 02:08:26] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.028913 10.0.0.38 - - [2025-06-09 02:08:26] "POST /job-templates HTTP/1.1" 200 555 0.071302 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.005639 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.433089 10.0.0.38 - - [2025-06-09 02:08:26] "GET /network-ipam/80633d92-9a06-4397-b593-6b5b68e3e57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004687 10.0.0.38 - - [2025-06-09 02:08:26] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005945 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.003914 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.003119 10.0.0.38 - - [2025-06-09 02:08:26] "POST /config-database-nodes HTTP/1.1" 200 617 0.022863 10.0.0.38 - - [2025-06-09 02:08:26] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021948 10.0.0.38 - - [2025-06-09 02:08:26] "POST /config-nodes HTTP/1.1" 200 599 0.032331 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.003350 10.0.0.38 - - [2025-06-09 02:08:26] "POST /job-templates HTTP/1.1" 200 563 0.075532 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003100 10.0.0.38 - - [2025-06-09 02:08:26] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007653 /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.38 - - [2025-06-09 02:08:26] "POST /job-templates HTTP/1.1" 200 545 0.065404 10.0.0.38 - - [2025-06-09 02:08:26] "POST /service-appliance-sets HTTP/1.1" 200 541 0.034442 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003404 10.0.0.38 - - [2025-06-09 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.38 - - [2025-06-09 02:08:26] "GET / HTTP/1.1" 200 35931 0.002502 10.0.0.38 - - [2025-06-09 02:08:26] "GET /network-ipam/80633d92-9a06-4397-b593-6b5b68e3e57c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008508 10.0.0.38 - - [2025-06-09 02:08:26] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000520 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 577 0.074346 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 208 0.003258 10.0.0.38 - - [2025-06-09 02:08:27] "POST /service-templates HTTP/1.1" 200 511 0.019203 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.002512 10.0.0.38 - - [2025-06-09 02:08:27] "POST /service-templates HTTP/1.1" 200 501 0.029319 10.0.0.38 - - [2025-06-09 02:08:27] "POST /access-control-lists HTTP/1.1" 200 587 0.031182 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 579 0.027525 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 224 0.005076 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.003912 10.0.0.38 - - [2025-06-09 02:08:27] "POST /service-templates HTTP/1.1" 200 515 0.026064 10.0.0.38 - - [2025-06-09 02:08:27] "POST /access-control-lists HTTP/1.1" 200 585 0.029378 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 583 0.072769 10.0.0.38 - - [2025-06-09 02:08:27] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025346 10.0.0.38 - - [2025-06-09 02:08:27] "POST /service-templates HTTP/1.1" 200 535 0.074416 10.0.0.38 - - [2025-06-09 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.011950 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.002965 10.0.0.38 - - [2025-06-09 02:08:27] "POST /service-templates HTTP/1.1" 200 507 0.024120 10.0.0.38 - - [2025-06-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.013621 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 559 0.062199 10.0.0.38 - - [2025-06-09 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.011090 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.003120 10.0.0.38 - - [2025-06-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.009306 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 569 0.060897 10.0.0.38 - - [2025-06-09 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.048837 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003241 10.0.0.38 - - [2025-06-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 555 0.061456 10.0.0.38 - - [2025-06-09 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.042776 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.003742 10.0.0.38 - - [2025-06-09 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.011032 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003082 10.0.0.38 - - [2025-06-09 02:08:27] "POST /job-templates HTTP/1.1" 200 555 0.064538 10.0.0.38 - - [2025-06-09 02:08:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.002915 10.0.0.38 - - [2025-06-09 02:08:28] "POST /access-control-lists HTTP/1.1" 200 551 0.064943 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 555 0.062357 10.0.0.38 - - [2025-06-09 02:08:28] "PUT /access-control-list/0b7c204c-f366-4171-af6e-d2f5035f8d28 HTTP/1.1" 200 272 0.034116 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.003518 10.0.0.38 - - [2025-06-09 02:08:28] "PUT /access-control-list/db6202c2-94da-49c3-afc5-6b7b37f62d10 HTTP/1.1" 200 272 0.012496 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 535 0.061134 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003402 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 559 0.061948 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003051 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 559 0.065081 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003467 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 559 0.064758 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.003121 10.0.0.38 - - [2025-06-09 02:08:28] "POST /job-templates HTTP/1.1" 200 565 0.060692 10.0.0.38 - - [2025-06-09 02:08:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003183 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 557 0.068930 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003064 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 555 0.062213 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003169 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 573 0.066120 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.004217 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 551 0.065628 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003171 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 579 0.066360 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003720 10.0.0.38 - - [2025-06-09 02:08:29] "POST /job-templates HTTP/1.1" 200 555 0.061386 10.0.0.38 - - [2025-06-09 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003047 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 559 0.061200 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003085 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 575 0.069101 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.003304 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 557 0.061743 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003289 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 559 0.062187 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003308 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 555 0.061445 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003359 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 553 0.072726 10.0.0.38 - - [2025-06-09 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003123 10.0.0.38 - - [2025-06-09 02:08:30] "POST /job-templates HTTP/1.1" 200 553 0.064528 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.003095 10.0.0.38 - - [2025-06-09 02:08:31] "POST /job-templates HTTP/1.1" 200 553 0.063232 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.003099 10.0.0.38 - - [2025-06-09 02:08:31] "POST /job-templates HTTP/1.1" 200 563 0.079922 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.003178 10.0.0.38 - - [2025-06-09 02:08:31] "POST /job-templates HTTP/1.1" 200 565 0.060830 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003150 10.0.0.38 - - [2025-06-09 02:08:31] "POST /config-propertiess HTTP/1.1" 200 551 0.022704 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 168 0.003035 10.0.0.38 - - [2025-06-09 02:08:31] "POST /tags HTTP/1.1" 200 321 0.032201 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.002967 10.0.0.38 - - [2025-06-09 02:08:31] "POST /tags HTTP/1.1" 200 317 0.022102 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 174 0.003440 10.0.0.38 - - [2025-06-09 02:08:31] "POST /tags HTTP/1.1" 200 333 0.022197 10.0.0.38 - - [2025-06-09 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.003340 10.0.0.38 - - [2025-06-09 02:08:32] "POST /tags HTTP/1.1" 200 309 0.023857 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 174 0.002984 10.0.0.38 - - [2025-06-09 02:08:32] "POST /tags HTTP/1.1" 200 333 0.029230 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003228 10.0.0.38 - - [2025-06-09 02:08:32] "POST /tags HTTP/1.1" 200 313 0.021937 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 169 0.003225 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.38 - - [2025-06-09 02:08:32] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003999 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2025-06-09 02:08:32] "POST /tags HTTP/1.1" 200 323 0.027251 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.38 - - [2025-06-09 02:08:32] "PUT /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 276 0.010623 10.0.0.38 - - [2025-06-09 02:08:32] "PUT /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4 HTTP/1.1" 200 274 0.010547 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.002709 10.0.0.38 - - [2025-06-09 02:08:32] "POST /hardwares HTTP/1.1" 200 327 0.014083 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.004063 10.0.0.38 - - [2025-06-09 02:08:32] "POST /hardwares HTTP/1.1" 200 327 0.012130 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.003301 10.0.0.38 - - [2025-06-09 02:08:32] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.38 - - [2025-06-09 02:08:32] "POST /alarms HTTP/1.1" 401 292 0.000508 10.0.0.38 - - [2025-06-09 02:08:32] "POST /hardwares HTTP/1.1" 200 327 0.012713 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.003078 10.0.0.38 - - [2025-06-09 02:08:32] "POST /hardwares HTTP/1.1" 200 327 0.011023 10.0.0.38 - - [2025-06-09 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.003002 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 323 0.011278 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.003075 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 323 0.012948 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 581 0.041109 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 575 0.015965 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.002823 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 575 0.022419 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 317 0.013957 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002737 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 559 0.021044 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 323 0.012851 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 555 0.019595 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002949 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 557 0.016906 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 323 0.010975 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 565 0.017674 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002897 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 549 0.020866 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 323 0.013229 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.002341 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 557 0.018743 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 325 0.012993 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 567 0.017240 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.003076 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 555 0.016319 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 325 0.010996 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 567 0.016233 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.003553 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 575 0.061591 10.0.0.38 - - [2025-06-09 02:08:33] "POST /hardwares HTTP/1.1" 200 325 0.046868 10.0.0.38 - - [2025-06-09 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.002286 10.0.0.38 - - [2025-06-09 02:08:33] "POST /alarms HTTP/1.1" 200 569 0.022829 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 325 0.014668 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 561 0.015302 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003614 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 561 0.018433 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 323 0.012323 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 561 0.017202 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.002705 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 547 0.017822 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 317 0.012171 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.002560 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 595 0.021140 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 323 0.012584 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 575 0.019426 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.003030 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 571 0.017393 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 317 0.011333 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 583 0.017060 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.002492 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 323 0.009835 10.0.0.38 - - [2025-06-09 02:08:34] "POST /alarms HTTP/1.1" 200 609 0.022982 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002924 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 319 0.011329 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003078 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 319 0.010602 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 165 0.002985 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 325 0.011738 10.0.0.38 - - [2025-06-09 02:08:34] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.38 - - [2025-06-09 02:08:34] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000466 10.0.0.38 - - [2025-06-09 02:08:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.003688 10.0.0.38 - - [2025-06-09 02:08:34] "POST /hardwares HTTP/1.1" 200 317 0.011415 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.003002 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 317 0.010864 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.003281 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 319 0.016108 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.003777 10.0.0.38 - - [2025-06-09 02:08:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023267 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 319 0.012761 10.0.0.38 - - [2025-06-09 02:08:35] "PUT /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 276 0.007914 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.003011 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 319 0.013866 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.002906 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 311 0.013173 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.002991 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 311 0.011562 10.0.0.38 - - [2025-06-09 02:08:35] "GET / HTTP/1.1" 200 35931 0.001888 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 160 0.002595 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000330 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 315 0.010699 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 154 0.003096 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 303 0.014662 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003940 10.0.0.38 - - [2025-06-09 02:08:35] "POST /hardwares HTTP/1.1" 200 311 0.010630 10.0.0.38 - - [2025-06-09 02:08:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.002946 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.027502 10.0.0.38 - - [2025-06-09 02:08:36] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003730 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 305 0.012913 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 155 0.003206 10.0.0.38 - - [2025-06-09 02:08:36] "PUT /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 276 0.010377 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 305 0.012534 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 155 0.003278 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 305 0.013200 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 155 0.002867 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 305 0.011490 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003199 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 307 0.011204 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003126 10.0.0.38 - - [2025-06-09 02:08:36] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000401 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 307 0.014607 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.003627 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 307 0.013256 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002965 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 309 0.010714 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.003049 10.0.0.38 - - [2025-06-09 02:08:36] "POST /hardwares HTTP/1.1" 200 311 0.014161 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.024145 10.0.0.38 - - [2025-06-09 02:08:36] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007559 10.0.0.38 - - [2025-06-09 02:08:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.003107 10.0.0.38 - - [2025-06-09 02:08:36] "PUT /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4 HTTP/1.1" 200 274 0.019500 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 311 0.011898 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 153 0.003145 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 301 0.011437 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.002832 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.011578 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.002903 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.011248 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003054 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.027512 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003649 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.031261 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003450 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.068784 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003015 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 317 0.018397 10.0.0.38 - - [2025-06-09 02:08:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003293 10.0.0.38 - - [2025-06-09 02:08:37] "POST /hardwares HTTP/1.1" 200 309 0.020919 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 157 0.003377 10.0.0.38 - - [2025-06-09 02:08:38] "POST /hardwares HTTP/1.1" 200 309 0.016663 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 154 0.003124 10.0.0.38 - - [2025-06-09 02:08:38] "POST /hardwares HTTP/1.1" 200 303 0.033996 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.004610 10.0.0.38 - - [2025-06-09 02:08:38] "POST /features HTTP/1.1" 200 533 0.208477 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.003162 10.0.0.38 - - [2025-06-09 02:08:38] "POST /features HTTP/1.1" 200 523 0.066709 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.002877 10.0.0.38 - - [2025-06-09 02:08:38] "POST /features HTTP/1.1" 200 521 0.050785 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003894 10.0.0.38 - - [2025-06-09 02:08:38] "POST /features HTTP/1.1" 200 521 0.020297 10.0.0.38 - - [2025-06-09 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.002865 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 531 0.032860 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.003112 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 521 0.017040 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003020 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 539 0.022221 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.002933 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 525 0.042383 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002819 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 519 0.020083 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 182 0.003897 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 517 0.019036 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.003728 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 533 0.017130 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003136 10.0.0.38 - - [2025-06-09 02:08:39] "POST /features HTTP/1.1" 200 541 0.022864 10.0.0.38 - - [2025-06-09 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.002845 10.0.0.38 - - [2025-06-09 02:08:39] "POST /physical-roles HTTP/1.1" 200 521 0.019062 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 179 0.002963 10.0.0.38 - - [2025-06-09 02:08:40] "POST /physical-roles HTTP/1.1" 200 523 0.015425 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.004114 10.0.0.38 - - [2025-06-09 02:08:40] "POST /physical-roles HTTP/1.1" 200 533 0.030978 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 177 0.002939 10.0.0.38 - - [2025-06-09 02:08:40] "POST /physical-roles HTTP/1.1" 200 519 0.017591 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.002999 10.0.0.38 - - [2025-06-09 02:08:40] "POST /overlay-roles HTTP/1.1" 200 545 0.021582 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002956 10.0.0.38 - - [2025-06-09 02:08:40] "POST /overlay-roles HTTP/1.1" 200 531 0.016232 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 191 0.003177 10.0.0.38 - - [2025-06-09 02:08:40] "POST /overlay-roles HTTP/1.1" 200 545 0.018414 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.002667 10.0.0.38 - - [2025-06-09 02:08:40] "POST /overlay-roles HTTP/1.1" 200 533 0.019075 10.0.0.38 - - [2025-06-09 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003051 10.0.0.38 - - [2025-06-09 02:08:40] "POST /overlay-roles HTTP/1.1" 200 541 0.056747 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.38 - - [2025-06-09 02:08:41] "PUT /overlay-role/2ee4b9f9-d15d-4602-af8b-f8ecbc49330a HTTP/1.1" 200 258 0.010322 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.002912 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 531 0.016273 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 185 0.003121 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 533 0.026427 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.002987 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 529 0.016084 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.003073 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 537 0.021947 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.004109 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 541 0.018529 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 178 0.002902 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 519 0.018224 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.002822 10.0.0.38 - - [2025-06-09 02:08:41] "POST /overlay-roles HTTP/1.1" 200 543 0.016552 10.0.0.38 - - [2025-06-09 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.002901 10.0.0.38 - - [2025-06-09 02:08:41] "POST /role-definitions HTTP/1.1" 200 533 0.021673 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003473 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 547 0.016439 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003025 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 549 0.017601 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.002862 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 551 0.016447 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003253 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 563 0.015171 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.002931 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 547 0.017679 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003648 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 549 0.015367 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.002857 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 551 0.017549 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.004203 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 549 0.025494 10.0.0.38 - - [2025-06-09 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002765 10.0.0.38 - - [2025-06-09 02:08:42] "POST /role-definitions HTTP/1.1" 200 561 0.018637 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003095 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 547 0.017657 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.002746 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 549 0.015806 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.003011 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 545 0.020712 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003061 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 547 0.015976 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.002923 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 553 0.019105 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002847 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 555 0.015661 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.003633 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 533 0.018639 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.003098 10.0.0.38 - - [2025-06-09 02:08:43] "POST /role-definitions HTTP/1.1" 200 543 0.015874 10.0.0.38 - - [2025-06-09 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 181 0.003809 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 531 0.020948 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.002980 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 537 0.026458 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003310 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 547 0.166857 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.002800 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 557 0.020658 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002854 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 561 0.024269 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.002888 10.0.0.38 - - [2025-06-09 02:08:44] "POST /role-definitions HTTP/1.1" 200 559 0.018716 10.0.0.38 - - [2025-06-09 02:08:44] "GET /global-system-configs HTTP/1.1" 200 322 0.640751 10.0.0.38 - - [2025-06-09 02:08:44] "GET /global-system-configs HTTP/1.1" 200 322 0.031126 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002702 10.0.0.38 - - [2025-06-09 02:08:44] "POST /feature-configs HTTP/1.1" 200 537 0.016567 10.0.0.38 - - [2025-06-09 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.002947 10.0.0.38 - - [2025-06-09 02:08:44] "POST /feature-configs HTTP/1.1" 200 562 0.017459 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003056 10.0.0.38 - - [2025-06-09 02:08:45] "POST /feature-configs HTTP/1.1" 200 561 0.018750 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.002708 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 547 0.027465 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.003310 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 537 0.016369 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002761 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 549 0.015503 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002793 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 541 0.016110 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002854 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 541 0.015341 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.002844 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 539 0.016305 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.002687 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 531 0.015074 10.0.0.38 - - [2025-06-09 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.002724 10.0.0.38 - - [2025-06-09 02:08:45] "POST /node-profiles HTTP/1.1" 200 533 0.017020 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.002840 10.0.0.38 - - [2025-06-09 02:08:46] "POST /node-profiles HTTP/1.1" 200 557 0.015920 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002700 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016368 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003261 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016662 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002769 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016271 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.002892 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017289 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003107 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016138 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003093 10.0.0.38 - - [2025-06-09 02:08:46] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015526 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003133 10.0.0.38 - - [2025-06-09 02:08:46] "POST /sflow-profiles HTTP/1.1" 200 532 0.018373 10.0.0.38 - - [2025-06-09 02:08:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.003071 10.0.0.38 - - [2025-06-09 02:08:46] "POST /sflow-profiles HTTP/1.1" 200 538 0.018100 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.003432 10.0.0.38 - - [2025-06-09 02:08:47] "POST /sflow-profiles HTTP/1.1" 200 538 0.017020 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.002647 10.0.0.38 - - [2025-06-09 02:08:47] "POST /grpc-profiles HTTP/1.1" 200 530 0.015368 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.003083 10.0.0.38 - - [2025-06-09 02:08:47] "POST /snmp-profiles HTTP/1.1" 200 530 0.023365 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.002869 10.0.0.38 - - [2025-06-09 02:08:47] "POST /netconf-profiles HTTP/1.1" 200 542 0.015708 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.002814 10.0.0.38 - - [2025-06-09 02:08:47] "POST /device-functional-groups HTTP/1.1" 200 540 0.027232 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003755 10.0.0.38 - - [2025-06-09 02:08:47] "POST /device-functional-groups HTTP/1.1" 200 540 0.016309 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.003016 10.0.0.38 - - [2025-06-09 02:08:47] "POST /device-functional-groups HTTP/1.1" 200 544 0.017024 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.002903 10.0.0.38 - - [2025-06-09 02:08:47] "POST /device-functional-groups HTTP/1.1" 200 542 0.017689 10.0.0.38 - - [2025-06-09 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 218 0.003210 10.0.0.38 - - [2025-06-09 02:08:47] "POST /device-functional-groups HTTP/1.1" 200 590 0.016677 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 208 0.003598 10.0.0.38 - - [2025-06-09 02:08:48] "POST /device-functional-groups HTTP/1.1" 200 570 0.016981 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.002965 10.0.0.38 - - [2025-06-09 02:08:48] "POST /device-functional-groups HTTP/1.1" 200 620 0.015682 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002857 10.0.0.38 - - [2025-06-09 02:08:48] "POST /device-functional-groups HTTP/1.1" 200 566 0.015120 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.002970 10.0.0.38 - - [2025-06-09 02:08:48] "POST /device-functional-groups HTTP/1.1" 200 564 0.015541 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.002728 10.0.0.38 - - [2025-06-09 02:08:48] "POST /device-functional-groups HTTP/1.1" 200 574 0.015957 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.002714 10.0.0.38 - - [2025-06-09 02:08:48] "POST /role-configs HTTP/1.1" 200 525 0.015482 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.002731 10.0.0.38 - - [2025-06-09 02:08:48] "POST /role-configs HTTP/1.1" 200 520 0.014898 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.003210 10.0.0.38 - - [2025-06-09 02:08:48] "POST /role-configs HTTP/1.1" 200 522 0.014790 10.0.0.38 - - [2025-06-09 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.002926 10.0.0.38 - - [2025-06-09 02:08:48] "POST /role-configs HTTP/1.1" 200 522 0.014329 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003098 10.0.0.38 - - [2025-06-09 02:08:49] "POST /role-configs HTTP/1.1" 200 526 0.018864 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002861 10.0.0.38 - - [2025-06-09 02:08:49] "POST /role-configs HTTP/1.1" 200 521 0.015179 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.002832 10.0.0.38 - - [2025-06-09 02:08:49] "POST /role-configs HTTP/1.1" 200 517 0.014836 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.002928 10.0.0.38 - - [2025-06-09 02:08:49] "POST /role-configs HTTP/1.1" 200 518 0.018653 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.38 - - [2025-06-09 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.38 - - [2025-06-09 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.008888 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2025-06-09 02:08:49] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.38 - - [2025-06-09 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.007977 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.008555 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.008092 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.38 - - [2025-06-09 02:08:50] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.38 - - [2025-06-09 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.006828 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.007395 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.007649 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.007022 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2025-06-09 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.38 - - [2025-06-09 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.006985 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.006968 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.007363 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.38 - - [2025-06-09 02:08:52] "POST /ref-update HTTP/1.1" 200 156 0.009150 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.38 - - [2025-06-09 02:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.007093 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.38 - - [2025-06-09 02:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.38 - - [2025-06-09 02:08:53] "POST /ref-update HTTP/1.1" 200 156 0.007070 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.007163 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.007166 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.008299 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.38 - - [2025-06-09 02:08:54] "POST /ref-update HTTP/1.1" 200 156 0.006939 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2025-06-09 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.008068 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.007669 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.007120 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.006994 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2025-06-09 02:08:55] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.38 - - [2025-06-09 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.007308 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.008356 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.007130 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.007439 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.008175 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.38 - - [2025-06-09 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.008654 10.0.0.38 - - [2025-06-09 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.008135 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.007054 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.008049 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2025-06-09 02:08:57] "POST /ref-update HTTP/1.1" 200 156 0.007794 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.38 - - [2025-06-09 02:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.009193 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.007512 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.007746 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.009817 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.38 - - [2025-06-09 02:08:58] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.38 - - [2025-06-09 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.008003 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.007693 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.010609 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.009811 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.008563 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.38 - - [2025-06-09 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2025-06-09 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.007079 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.008646 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.009304 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2025-06-09 02:09:00] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.38 - - [2025-06-09 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.008722 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.007667 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.009553 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.007396 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.38 - - [2025-06-09 02:09:01] "POST /ref-update HTTP/1.1" 200 156 0.008903 10.0.0.38 - - [2025-06-09 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.008286 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.008531 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.38 - - [2025-06-09 02:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2025-06-09 02:09:02] "POST /ref-update HTTP/1.1" 200 156 0.008964 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008776 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.007586 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008597 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.007157 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.38 - - [2025-06-09 02:09:03] "POST /ref-update HTTP/1.1" 200 156 0.008432 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2025-06-09 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.007560 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.007383 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.010926 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.006990 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2025-06-09 02:09:04] "POST /ref-update HTTP/1.1" 200 156 0.009096 10.0.0.38 - - [2025-06-09 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.009193 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.008042 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.022434 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.38 - - [2025-06-09 02:09:05] "POST /ref-update HTTP/1.1" 200 156 0.007769 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.38 - - [2025-06-09 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.007128 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.007541 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.007507 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.38 - - [2025-06-09 02:09:06] "POST /ref-update HTTP/1.1" 200 156 0.008705 10.0.0.38 - - [2025-06-09 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008514 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008807 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.009175 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.38 - - [2025-06-09 02:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.38 - - [2025-06-09 02:09:07] "POST /ref-update HTTP/1.1" 200 156 0.011164 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.007959 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.007360 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.006954 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.38 - - [2025-06-09 02:09:08] "POST /ref-update HTTP/1.1" 200 156 0.007789 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2025-06-09 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.008122 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.039629 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.010088 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-09 02:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2025-06-09 02:09:09] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.011469 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.010099 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.031206 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.009368 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.38 - - [2025-06-09 02:09:10] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.38 - - [2025-06-09 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.007885 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.008700 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.007943 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.011554 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.007152 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.38 - - [2025-06-09 02:09:11] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.38 - - [2025-06-09 02:09:11] "POST /ref-update HTTP/1.1" 200 156 0.013912 10.0.0.38 - - [2025-06-09 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.024438 10.0.0.38 - - [2025-06-09 02:09:12] "GET /routing-instance/b2393c4d-4b96-4eac-8dfc-0a7058a91ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003510 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2025-06-09 02:09:12] "POST /bgp-routers HTTP/1.1" 200 620 0.023327 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008422 10.0.0.38 - - [2025-06-09 02:09:12] "GET /bgp-router/ce8a953e-63d5-4087-b94c-ba9c3d16cc0d?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005253 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.38 - - [2025-06-09 02:09:12] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006675 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003720 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.006402 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.007337 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.007727 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.38 - - [2025-06-09 02:09:12] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.38 - - [2025-06-09 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.011828 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.012894 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.007645 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.008721 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.38 - - [2025-06-09 02:09:13] "POST /ref-update HTTP/1.1" 200 156 0.008116 10.0.0.38 - - [2025-06-09 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.007051 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.007319 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.38 - - [2025-06-09 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.38 - - [2025-06-09 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.007541 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.009342 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.38 - - [2025-06-09 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.38 - - [2025-06-09 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007640 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007021 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.008274 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007243 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.38 - - [2025-06-09 02:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.38 - - [2025-06-09 02:09:16] "POST /ref-update HTTP/1.1" 200 156 0.007726 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008892 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2025-06-09 02:09:17] "POST /ref-update HTTP/1.1" 200 156 0.009105 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.38 - - [2025-06-09 02:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008462 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.010755 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.007846 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.38 - - [2025-06-09 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.38 - - [2025-06-09 02:09:18] "POST /ref-update HTTP/1.1" 200 156 0.009015 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008259 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.38 - - [2025-06-09 02:09:19] "POST /ref-update HTTP/1.1" 200 156 0.008043 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.38 - - [2025-06-09 02:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.009000 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.008414 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.38 - - [2025-06-09 02:09:20] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.38 - - [2025-06-09 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008604 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.009017 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.38 - - [2025-06-09 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.38 - - [2025-06-09 02:09:21] "POST /ref-update HTTP/1.1" 200 156 0.009235 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008075 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.38 - - [2025-06-09 02:09:22] "POST /ref-update HTTP/1.1" 200 156 0.008480 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.38 - - [2025-06-09 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.008345 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.38 - - [2025-06-09 02:09:23] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.38 - - [2025-06-09 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.007767 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.008269 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.008345 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.009898 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2025-06-09 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.38 - - [2025-06-09 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.007543 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.007410 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008344 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.006813 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.38 - - [2025-06-09 02:09:25] "POST /ref-update HTTP/1.1" 200 156 0.008913 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.38 - - [2025-06-09 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.011601 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.007774 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.011018 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.38 - - [2025-06-09 02:09:26] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.38 - - [2025-06-09 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.010168 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.010130 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.008015 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.009111 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.38 - - [2025-06-09 02:09:27] "POST /ref-update HTTP/1.1" 200 156 0.007626 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.38 - - [2025-06-09 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.007503 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.007827 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2025-06-09 02:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.38 - - [2025-06-09 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.007834 10.0.0.38 - - [2025-06-09 02:09:28] "POST /network-ipams HTTP/1.1" 200 550 0.017959 10.0.0.38 - - [2025-06-09 02:09:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003530 10.0.0.38 - - [2025-06-09 02:09:29] "POST /virtual-networks HTTP/1.1" 200 552 0.100322 10.0.0.38 - - [2025-06-09 02:09:29] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003069 10.0.0.38 - - [2025-06-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.002630 10.0.0.38 - - [2025-06-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 178 0.002653 10.0.0.38 - - [2025-06-09 02:09:29] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002905 10.0.0.38 - - [2025-06-09 02:09:29] "GET /fabric/87910363-b203-42a5-bf55-b8d811575279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004584 10.0.0.38 - - [2025-06-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.002791 10.0.0.38 - - [2025-06-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.002667 10.0.0.38 - - [2025-06-09 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.002738 10.0.0.38 - - [2025-06-09 02:09:29] "POST /route-targets HTTP/1.1" 200 327 0.009700 10.0.0.38 - - [2025-06-09 02:09:29] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.38 - - [2025-06-09 02:09:42] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.38 - - [2025-06-09 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2025-06-09 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027065 10.0.0.38 - - [2025-06-09 02:09:42] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009724 10.0.0.38 - - [2025-06-09 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.003018 10.0.0.38 - - [2025-06-09 02:09:42] "POST /database-nodes HTTP/1.1" 200 603 0.021525 10.0.0.38 - - [2025-06-09 02:10:15] "GET / HTTP/1.1" 200 35931 0.001723 10.0.0.38 - - [2025-06-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.38 - - [2025-06-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.022203 10.0.0.38 - - [2025-06-09 02:10:15] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005698 10.0.0.38 - - [2025-06-09 02:10:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.002909 10.0.0.38 - - [2025-06-09 02:10:15] "POST /analytics-nodes HTTP/1.1" 200 605 0.015579 10.0.0.38 - - [2025-06-09 02:10:21] "GET / HTTP/1.1" 200 35931 0.001775 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.38 - - [2025-06-09 02:10:28] "GET /obj-perms HTTP/1.1" 200 5056 0.361073 10.0.0.38 - - [2025-06-09 02:10:29] "GET /obj-perms HTTP/1.1" 200 5056 0.053985 10.0.0.38 - - [2025-06-09 02:10:29] "GET / HTTP/1.1" 200 35931 0.001381 10.0.0.38 - - [2025-06-09 02:10:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2025-06-09 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.028844 10.0.0.38 - - [2025-06-09 02:10:29] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007798 10.0.0.38 - - [2025-06-09 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.003653 10.0.0.38 - - [2025-06-09 02:10:29] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.025424 10.0.0.38 - - [2025-06-09 02:10:38] "GET / HTTP/1.1" 200 35931 0.001526 10.0.0.38 - - [2025-06-09 02:10:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2025-06-09 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.026134 10.0.0.38 - - [2025-06-09 02:10:38] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005913 10.0.0.38 - - [2025-06-09 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.002865 10.0.0.38 - - [2025-06-09 02:10:38] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017985 10.0.0.38 - - [2025-06-09 02:11:29] "GET /obj-perms HTTP/1.1" 200 5056 0.059502 10.0.0.38 - - [2025-06-09 02:11:29] "GET /obj-perms HTTP/1.1" 200 5056 0.046719 10.0.0.38 - - [2025-06-09 02:12:08] "GET / HTTP/1.1" 200 35931 0.001606 10.0.0.38 - - [2025-06-09 02:12:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586 10.0.0.38 - - [2025-06-09 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.025489 10.0.0.38 - - [2025-06-09 02:12:08] "GET /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006672 10.0.0.38 - - [2025-06-09 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.38 - - [2025-06-09 02:12:08] "GET /routing-instance/b2393c4d-4b96-4eac-8dfc-0a7058a91ff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003985 10.0.0.38 - - [2025-06-09 02:12:08] "PUT /global-system-config/6cae61a5-4ac5-4886-b48d-bcd9601907a4 HTTP/1.1" 200 274 0.011411 10.0.0.38 - - [2025-06-09 02:12:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.003014 10.0.0.38 - - [2025-06-09 02:12:08] "POST /virtual-routers HTTP/1.1" 200 603 0.019684 10.0.0.38 - - [2025-06-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.38 - - [2025-06-09 02:12:09] "GET /virtual-router/3ae102cd-f73d-40d9-8db4-59bdd9f63f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005164 10.0.0.38 - - [2025-06-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.002751 10.0.0.38 - - [2025-06-09 02:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.38 - - [2025-06-09 02:12:09] "GET /virtual-network/83f1c979-0f37-498f-a549-43be9436e610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.009268 10.0.0.38 - - [2025-06-09 02:12:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.052647 10.0.0.38 - - [2025-06-09 02:12:09] "PUT /access-control-list/6d568f71-79ff-40df-a66c-e6ed1b08f274 HTTP/1.1" 200 272 0.010921 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:12:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000909 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:12:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000939 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:12:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000863 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:12:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001065 10.0.0.38 - - [2025-06-09 02:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048918 10.0.0.38 - - [2025-06-09 02:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.045649 10.0.0.38 - - [2025-06-09 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.38 - - [2025-06-09 02:12:30] "GET /virtual-router/3ae102cd-f73d-40d9-8db4-59bdd9f63f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003700 10.0.0.38 - - [2025-06-09 02:13:15] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.38 - - [2025-06-09 02:13:16] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2025-06-09 02:13:16] "GET /projects?obj_uuids=6fb32145-2717-4c35-9cb7-fe0ec65bd2e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002513 10.0.0.38 - - [2025-06-09 02:13:16] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.38 - - [2025-06-09 02:13:16] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048754 10.0.0.38 - - [2025-06-09 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 167 0.001555 10.0.0.38 - - [2025-06-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 176 0.002449 10.0.0.38 - - [2025-06-09 02:13:16] "POST /security-groups HTTP/1.1" 200 568 0.063878 10.0.0.38 - - [2025-06-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.002527 10.0.0.38 - - [2025-06-09 02:13:16] "POST /projects HTTP/1.1" 200 539 0.215636 10.0.0.38 - - [2025-06-09 02:13:16] "POST /access-control-lists HTTP/1.1" 200 573 0.061451 10.0.0.38 - - [2025-06-09 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.291952 10.0.0.38 - - [2025-06-09 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003123 10.0.0.38 - - [2025-06-09 02:13:17] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.457271 10.0.0.38 - - [2025-06-09 02:13:17] "POST /access-control-lists HTTP/1.1" 200 571 0.064530 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:13:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001098 10.0.0.38 - - [2025-06-09 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.023513 10.0.0.38 - - [2025-06-09 02:13:17] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003093 10.0.0.38 - - [2025-06-09 02:13:17] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.38 - - [2025-06-09 02:13:17] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007331 10.0.0.38 - - [2025-06-09 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 201 0.001285 10.0.0.38 - - [2025-06-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.002429 10.0.0.38 - - [2025-06-09 02:13:18] "POST /security-groups HTTP/1.1" 200 602 0.059801 10.0.0.38 - - [2025-06-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002644 10.0.0.38 - - [2025-06-09 02:13:18] "POST /projects HTTP/1.1" 200 607 0.209997 10.0.0.38 - - [2025-06-09 02:13:18] "POST /access-control-lists HTTP/1.1" 200 607 0.058848 10.0.0.38 - - [2025-06-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.281551 10.0.0.38 - - [2025-06-09 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.002830 10.0.0.38 - - [2025-06-09 02:13:18] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.405213 10.0.0.38 - - [2025-06-09 02:13:18] "POST /access-control-lists HTTP/1.1" 200 605 0.060349 10.0.0.38 - - [2025-06-09 02:13:19] "GET / HTTP/1.1" 200 35931 0.003276 10.0.0.38 - - [2025-06-09 02:13:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.38 - - [2025-06-09 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.050790 10.0.0.38 - - [2025-06-09 02:13:20] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.38 - - [2025-06-09 02:13:20] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.023122 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/network HTTP/1.1" 200 117 0.036554 10.0.0.38 - - [2025-06-09 02:13:20] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001164 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/network HTTP/1.1" 200 620 0.068663 10.0.0.38 - - [2025-06-09 02:13:20] "POST /route-targets HTTP/1.1" 200 327 0.010384 10.0.0.38 - - [2025-06-09 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.012503 10.0.0.38 - - [2025-06-09 02:13:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004332 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.152210 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/network HTTP/1.1" 200 838 0.005530 10.0.0.38 - - [2025-06-09 02:13:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001324 10.0.0.38 - - [2025-06-09 02:13:20] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005074 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/network HTTP/1.1" 200 838 0.018753 10.0.0.38 - - [2025-06-09 02:13:20] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006499 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/network HTTP/1.1" 200 838 0.005802 10.0.0.38 - - [2025-06-09 02:13:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.007585 10.0.0.38 - - [2025-06-09 02:13:20] "GET /domains HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domains HTTP/1.1" 200 280 0.024448 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2584 0.015549 10.0.0.38 - - [2025-06-09 02:13:21] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001295 10.0.0.38 - - [2025-06-09 02:13:21] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd HTTP/1.1" 200 2169 0.073223 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496 HTTP/1.1" 200 2339 0.006619 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496 HTTP/1.1" 200 2339 0.005718 10.0.0.38 - - [2025-06-09 02:13:21] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 200 1493 0.004354 10.0.0.38 - - [2025-06-09 02:13:21] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 200 1493 0.003967 10.0.0.38 - - [2025-06-09 02:13:21] "GET /route-target/fc08967f-4faf-4805-b780-67e2cb7bff36 HTTP/1.1" 200 1220 0.003635 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496 HTTP/1.1" 200 2339 0.005122 10.0.0.38 - - [2025-06-09 02:13:21] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 200 1493 0.004030 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005334 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496 HTTP/1.1" 200 2339 0.005847 10.0.0.38 - - [2025-06-09 02:13:21] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 200 1493 0.003931 10.0.0.38 - - [2025-06-09 02:13:21] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 200 1493 0.003576 10.0.0.38 - - [2025-06-09 02:13:21] "GET /route-target/fc08967f-4faf-4805-b780-67e2cb7bff36 HTTP/1.1" 200 1220 0.003505 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domains HTTP/1.1" 200 280 0.002718 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.38 - - [2025-06-09 02:13:21] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2584 0.007489 10.0.0.38 - - [2025-06-09 02:13:21] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.38 - - [2025-06-09 02:13:21] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd HTTP/1.1" 200 2169 0.065279 10.0.0.38 - - [2025-06-09 02:13:21] "GET /virtual-network/69f653ef-6107-42fd-b7e7-b450e5e55496 HTTP/1.1" 200 2339 0.007402 10.0.0.38 - - [2025-06-09 02:13:21] "GET /obj-perms HTTP/1.1" 200 5052 0.045107 10.0.0.38 - - [2025-06-09 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.002067 10.0.0.38 - - [2025-06-09 02:13:23] "POST /neutron/network HTTP/1.1" 200 848 0.006532 10.0.0.38 - - [2025-06-09 02:13:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2025-06-09 02:13:23] "GET / HTTP/1.1" 200 35931 0.003168 10.0.0.38 - - [2025-06-09 02:13:23] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2025-06-09 02:13:24] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001128 10.0.0.38 - - [2025-06-09 02:13:24] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.048140 10.0.0.38 - - [2025-06-09 02:13:24] "POST /neutron/network HTTP/1.1" 200 838 0.026304 10.0.0.38 - - [2025-06-09 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.005360 10.0.0.38 - - [2025-06-09 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.004958 10.0.0.38 - - [2025-06-09 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.007005 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/network HTTP/1.1" 200 848 0.005769 10.0.0.38 - - [2025-06-09 02:13:26] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.027663 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 1070 0.258681 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 1070 0.031936 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 1070 0.009520 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 1124 0.073066 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 1098 0.014951 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003497 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.011381 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.38 - - [2025-06-09 02:13:26] "POST /neutron/network HTTP/1.1" 200 838 0.005844 10.0.0.38 - - [2025-06-09 02:13:27] "DELETE /project/a0a40646019346a4b67b63f8d9061ecd HTTP/1.1" 404 173 0.024831 10.0.0.38 - - [2025-06-09 02:13:27] "DELETE /project/6fb3214527174c359cb7fe0ec65bd2e3 HTTP/1.1" 404 173 0.038092 10.0.0.38 - - [2025-06-09 02:13:30] "POST /neutron/port HTTP/1.1" 200 1098 0.017807 10.0.0.38 - - [2025-06-09 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009458 10.0.0.38 - - [2025-06-09 02:13:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003335 10.0.0.38 - - [2025-06-09 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.044059 10.0.0.38 - - [2025-06-09 02:13:31] "GET /obj-perms HTTP/1.1" 200 5056 0.044769 10.0.0.38 - - [2025-06-09 02:13:31] "GET /obj-perms HTTP/1.1" 200 5052 0.008062 10.0.0.38 - - [2025-06-09 02:13:32] "GET /obj-perms HTTP/1.1" 200 5052 0.003677 10.0.0.38 - - [2025-06-09 02:13:33] "GET /obj-perms HTTP/1.1" 200 5052 0.003350 10.0.0.38 - - [2025-06-09 02:13:34] "GET /obj-perms HTTP/1.1" 200 5052 0.003233 10.0.0.38 - - [2025-06-09 02:13:35] "POST /neutron/network HTTP/1.1" 200 838 0.009161 10.0.0.38 - - [2025-06-09 02:13:35] "POST /neutron/network HTTP/1.1" 400 204 0.010538 10.0.0.38 - - [2025-06-09 02:13:36] "POST /neutron/port HTTP/1.1" 200 1098 0.015948 10.0.0.38 - - [2025-06-09 02:13:36] "POST /neutron/port HTTP/1.1" 200 1124 0.010034 10.0.0.38 - - [2025-06-09 02:13:36] "POST /neutron/port HTTP/1.1" 200 151 0.108255 10.0.0.38 - - [2025-06-09 02:13:37] "POST /neutron/network HTTP/1.1" 200 838 0.007159 10.0.0.38 - - [2025-06-09 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002339 10.0.0.38 - - [2025-06-09 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002339 10.0.0.38 - - [2025-06-09 02:13:37] "POST /neutron/network HTTP/1.1" 200 151 0.081839 10.0.0.38 - - [2025-06-09 02:13:37] "GET /routing-instance/09b1102f-d1ea-4028-92ce-b98dffcaf8b1 HTTP/1.1" 404 171 0.002545 10.0.0.38 - - [2025-06-09 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.030896 10.0.0.38 - - [2025-06-09 02:13:37] "GET /domains HTTP/1.1" 200 280 0.002664 10.0.0.38 - - [2025-06-09 02:13:37] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.38 - - [2025-06-09 02:13:37] "DELETE /route-target/fc08967f-4faf-4805-b780-67e2cb7bff36 HTTP/1.1" 200 115 0.017532 10.0.0.38 - - [2025-06-09 02:13:37] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2584 0.052542 10.0.0.38 - - [2025-06-09 02:13:37] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001064 10.0.0.38 - - [2025-06-09 02:13:37] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd HTTP/1.1" 200 1919 0.079717 10.0.0.38 - - [2025-06-09 02:13:37] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002151 10.0.0.38 - - [2025-06-09 02:13:38] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027678 10.0.0.38 - - [2025-06-09 02:13:38] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.38 - - [2025-06-09 02:13:38] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?fields=virtual_networks HTTP/1.1" 200 1055 0.064857 10.0.0.38 - - [2025-06-09 02:13:38] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.38 - - [2025-06-09 02:13:38] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.026766 10.0.0.38 - - [2025-06-09 02:13:38] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001289 10.0.0.38 - - [2025-06-09 02:13:38] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?fields=security_groups HTTP/1.1" 200 1292 0.024026 10.0.0.38 - - [2025-06-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.023319 10.0.0.38 - - [2025-06-09 02:13:39] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002646 10.0.0.38 - - [2025-06-09 02:13:39] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.38 - - [2025-06-09 02:13:39] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007245 10.0.0.38 - - [2025-06-09 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.001212 10.0.0.38 - - [2025-06-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.005734 10.0.0.38 - - [2025-06-09 02:13:39] "POST /security-groups HTTP/1.1" 200 603 0.067598 10.0.0.38 - - [2025-06-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 246 0.004122 10.0.0.38 - - [2025-06-09 02:13:39] "POST /projects HTTP/1.1" 200 609 0.220325 10.0.0.38 - - [2025-06-09 02:13:39] "POST /access-control-lists HTTP/1.1" 200 608 0.059632 10.0.0.38 - - [2025-06-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.292995 10.0.0.38 - - [2025-06-09 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.003462 10.0.0.38 - - [2025-06-09 02:13:39] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.419608 10.0.0.38 - - [2025-06-09 02:13:39] "POST /access-control-lists HTTP/1.1" 200 606 0.067571 10.0.0.38 - - [2025-06-09 02:13:40] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.38 - - [2025-06-09 02:13:40] "GET /projects?obj_uuids=6fb32145-2717-4c35-9cb7-fe0ec65bd2e3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001095 10.0.0.38 - - [2025-06-09 02:13:40] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.027392 10.0.0.38 - - [2025-06-09 02:13:41] "GET /global-system-configs HTTP/1.1" 200 322 0.006294 10.0.0.38 - - [2025-06-09 02:13:41] "GET /obj-perms HTTP/1.1" 200 5056 0.142196 10.0.0.38 - - [2025-06-09 02:13:41] "GET /global-system-configs HTTP/1.1" 200 322 0.006941 10.0.0.38 - - [2025-06-09 02:13:41] "GET /obj-perms HTTP/1.1" 200 5056 0.025953 10.0.0.38 - - [2025-06-09 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.38 - - [2025-06-09 02:13:41] "GET /security-group/ac3109d7-c428-466a-af43-ba031ade7076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006663 10.0.0.38 - - [2025-06-09 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2025-06-09 02:13:41] "GET /projects?obj_uuids=6fb32145-2717-4c35-9cb7-fe0ec65bd2e3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001112 10.0.0.38 - - [2025-06-09 02:13:41] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.036213 10.0.0.38 - - [2025-06-09 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.38 - - [2025-06-09 02:13:41] "GET /security-group/ac3109d7-c428-466a-af43-ba031ade7076?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003693 10.0.0.38 - - [2025-06-09 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.38 - - [2025-06-09 02:13:41] "PUT /security-group/ac3109d7-c428-466a-af43-ba031ade7076 HTTP/1.1" 200 262 0.013022 10.0.0.38 - - [2025-06-09 02:13:42] "PUT /access-control-list/0b0873ea-49d3-4c53-aa4f-2abf6c5dd033 HTTP/1.1" 200 272 0.008648 10.0.0.38 - - [2025-06-09 02:13:42] "PUT /access-control-list/f6d28327-4809-465b-bb34-4433f6609aee HTTP/1.1" 200 272 0.012727 10.0.0.38 - - [2025-06-09 02:13:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2025-06-09 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.064382 10.0.0.38 - - [2025-06-09 02:13:42] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.38 - - [2025-06-09 02:13:42] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033735 10.0.0.38 - - [2025-06-09 02:13:42] "POST /neutron/network HTTP/1.1" 200 117 0.036154 10.0.0.38 - - [2025-06-09 02:13:42] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.38 - - [2025-06-09 02:13:42] "POST /neutron/network HTTP/1.1" 200 619 0.069658 10.0.0.38 - - [2025-06-09 02:13:42] "POST /route-targets HTTP/1.1" 200 327 0.015515 10.0.0.38 - - [2025-06-09 02:13:42] "POST /ref-update HTTP/1.1" 200 156 0.013979 10.0.0.38 - - [2025-06-09 02:13:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003521 10.0.0.38 - - [2025-06-09 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.139723 10.0.0.38 - - [2025-06-09 02:13:42] "POST /neutron/network HTTP/1.1" 200 839 0.005478 10.0.0.38 - - [2025-06-09 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001285 10.0.0.38 - - [2025-06-09 02:13:42] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005008 10.0.0.38 - - [2025-06-09 02:13:43] "POST /neutron/network HTTP/1.1" 200 839 0.005328 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004574 10.0.0.38 - - [2025-06-09 02:13:43] "POST /neutron/network HTTP/1.1" 200 839 0.006934 10.0.0.38 - - [2025-06-09 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.008513 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domains HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domains HTTP/1.1" 200 280 0.029142 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.009407 10.0.0.38 - - [2025-06-09 02:13:43] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001226 10.0.0.38 - - [2025-06-09 02:13:43] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 2173 0.070298 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2343 0.007110 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2343 0.004963 10.0.0.38 - - [2025-06-09 02:13:43] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 200 1491 0.003970 10.0.0.38 - - [2025-06-09 02:13:43] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 200 1491 0.003438 10.0.0.38 - - [2025-06-09 02:13:43] "GET /route-target/f697bd47-a31d-48ae-9726-05ce49849a9a HTTP/1.1" 200 1219 0.003049 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2343 0.004842 10.0.0.38 - - [2025-06-09 02:13:43] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 200 1491 0.003461 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004696 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2343 0.005397 10.0.0.38 - - [2025-06-09 02:13:43] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 200 1491 0.003504 10.0.0.38 - - [2025-06-09 02:13:43] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 200 1491 0.003213 10.0.0.38 - - [2025-06-09 02:13:43] "GET /route-target/f697bd47-a31d-48ae-9726-05ce49849a9a HTTP/1.1" 200 1219 0.003115 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domains HTTP/1.1" 200 280 0.002734 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.38 - - [2025-06-09 02:13:43] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.007782 10.0.0.38 - - [2025-06-09 02:13:43] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001376 10.0.0.38 - - [2025-06-09 02:13:43] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 2173 0.070693 10.0.0.38 - - [2025-06-09 02:13:43] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2343 0.026415 10.0.0.38 - - [2025-06-09 02:13:44] "GET /obj-perms HTTP/1.1" 200 5054 0.043527 10.0.0.38 - - [2025-06-09 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.38 - - [2025-06-09 02:13:44] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.38 - - [2025-06-09 02:13:44] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027208 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/network HTTP/1.1" 200 117 0.013021 10.0.0.38 - - [2025-06-09 02:13:44] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001654 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/network HTTP/1.1" 200 619 0.068256 10.0.0.38 - - [2025-06-09 02:13:44] "POST /route-targets HTTP/1.1" 200 327 0.017917 10.0.0.38 - - [2025-06-09 02:13:44] "POST /ref-update HTTP/1.1" 200 156 0.011379 10.0.0.38 - - [2025-06-09 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.178081 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.006533 10.0.0.38 - - [2025-06-09 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001678 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005131 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.005507 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004785 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/network HTTP/1.1" 200 838 0.005864 10.0.0.38 - - [2025-06-09 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.007812 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domains HTTP/1.1" 200 280 0.002659 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.007071 10.0.0.38 - - [2025-06-09 02:13:44] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.38 - - [2025-06-09 02:13:44] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 2401 0.066435 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105 HTTP/1.1" 200 2340 0.006301 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105 HTTP/1.1" 200 2340 0.005881 10.0.0.38 - - [2025-06-09 02:13:44] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 200 1490 0.004573 10.0.0.38 - - [2025-06-09 02:13:44] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 200 1490 0.003947 10.0.0.38 - - [2025-06-09 02:13:44] "GET /route-target/40e798ff-93be-46ff-a5a1-923b4dadecbd HTTP/1.1" 200 1218 0.003487 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105 HTTP/1.1" 200 2340 0.005169 10.0.0.38 - - [2025-06-09 02:13:44] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 200 1490 0.003717 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005336 10.0.0.38 - - [2025-06-09 02:13:44] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105 HTTP/1.1" 200 2340 0.004924 10.0.0.38 - - [2025-06-09 02:13:44] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 200 1490 0.003659 10.0.0.38 - - [2025-06-09 02:13:44] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 200 1490 0.003989 10.0.0.38 - - [2025-06-09 02:13:44] "GET /route-target/40e798ff-93be-46ff-a5a1-923b4dadecbd HTTP/1.1" 200 1218 0.003041 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domains HTTP/1.1" 200 280 0.003067 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.38 - - [2025-06-09 02:13:44] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.007107 10.0.0.38 - - [2025-06-09 02:13:44] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.38 - - [2025-06-09 02:13:45] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 2401 0.087281 10.0.0.38 - - [2025-06-09 02:13:45] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105 HTTP/1.1" 200 2340 0.004876 10.0.0.38 - - [2025-06-09 02:13:45] "GET /obj-perms HTTP/1.1" 200 5054 0.004403 10.0.0.38 - - [2025-06-09 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001307 10.0.0.38 - - [2025-06-09 02:13:45] "POST /neutron/network HTTP/1.1" 200 848 0.005795 10.0.0.38 - - [2025-06-09 02:13:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000591 10.0.0.38 - - [2025-06-09 02:13:45] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.38 - - [2025-06-09 02:13:45] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2025-06-09 02:13:45] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.38 - - [2025-06-09 02:13:45] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051851 10.0.0.38 - - [2025-06-09 02:13:45] "POST /neutron/network HTTP/1.1" 200 838 0.005453 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.006841 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.004922 10.0.0.38 - - [2025-06-09 02:13:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001432 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.006486 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/network HTTP/1.1" 200 849 0.005908 10.0.0.38 - - [2025-06-09 02:13:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/network HTTP/1.1" 200 848 0.005557 10.0.0.38 - - [2025-06-09 02:13:46] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002439 10.0.0.38 - - [2025-06-09 02:13:46] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.38 - - [2025-06-09 02:13:46] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 1072 0.275945 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 1072 0.011058 10.0.0.38 - - [2025-06-09 02:13:46] "POST /neutron/port HTTP/1.1" 200 1072 0.015657 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/port HTTP/1.1" 200 1126 0.114749 10.0.0.38 - - [2025-06-09 02:13:47] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.38 - - [2025-06-09 02:13:47] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.082222 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/port HTTP/1.1" 200 1100 0.041869 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/network HTTP/1.1" 200 839 0.008424 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009485 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/port HTTP/1.1" 200 117 0.002986 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/network HTTP/1.1" 200 838 0.005872 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/port HTTP/1.1" 200 1100 0.016449 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007058 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/port HTTP/1.1" 200 117 0.004958 10.0.0.38 - - [2025-06-09 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.38 - - [2025-06-09 02:13:47] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.38 - - [2025-06-09 02:13:47] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038896 10.0.0.38 - - [2025-06-09 02:13:47] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005728 10.0.0.38 - - [2025-06-09 02:13:47] "GET /floating-ip-pools?parent_id=b96b004b-23b3-47cb-8912-10343ee54e35&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003712 10.0.0.38 - - [2025-06-09 02:13:47] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005574 10.0.0.38 - - [2025-06-09 02:13:47] "POST /floating-ip-pools HTTP/1.1" 200 609 0.021197 10.0.0.38 - - [2025-06-09 02:13:47] "POST /neutron/network HTTP/1.1" 200 849 0.010170 10.0.0.38 - - [2025-06-09 02:13:47] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002463 10.0.0.38 - - [2025-06-09 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.018660 10.0.0.38 - - [2025-06-09 02:13:47] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008704 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domains HTTP/1.1" 200 280 0.002998 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.013226 10.0.0.38 - - [2025-06-09 02:13:47] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001840 10.0.0.38 - - [2025-06-09 02:13:47] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 3243 0.105026 10.0.0.38 - - [2025-06-09 02:13:47] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 2934 0.007778 10.0.0.38 - - [2025-06-09 02:13:47] "GET /floating-ip-pool/6b2282cb-dfc6-4764-8fa3-ce554feee0d2 HTTP/1.1" 200 1441 0.007029 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domains HTTP/1.1" 200 280 0.006633 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.38 - - [2025-06-09 02:13:47] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.012743 10.0.0.38 - - [2025-06-09 02:13:47] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003274 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1073 0.386988 10.0.0.38 - - [2025-06-09 02:13:48] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 3243 0.117566 10.0.0.38 - - [2025-06-09 02:13:48] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35 HTTP/1.1" 200 3155 0.017168 10.0.0.38 - - [2025-06-09 02:13:48] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005288 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1073 0.024267 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1073 0.015765 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1100 0.049597 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010163 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1127 0.131012 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 1101 0.014825 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003271 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.011592 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.38 - - [2025-06-09 02:13:48] "POST /neutron/network HTTP/1.1" 200 839 0.005618 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/port HTTP/1.1" 200 1100 0.015554 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006750 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/port HTTP/1.1" 200 1100 0.013446 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006481 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/port HTTP/1.1" 200 1100 0.014416 10.0.0.38 - - [2025-06-09 02:13:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007572 10.0.0.38 - - [2025-06-09 02:13:53] "GET /virtual-machine/bcd6de96-0c19-49a4-af78-ab21915a2872 HTTP/1.1" 200 1305 0.005254 10.0.0.38 - - [2025-06-09 02:13:53] "GET /virtual-machine-interface/61f33ca0-c0e4-464e-8e13-adde6f23daa4 HTTP/1.1" 200 3004 0.005443 10.0.0.38 - - [2025-06-09 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.38 - - [2025-06-09 02:13:53] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003174 10.0.0.38 - - [2025-06-09 02:13:53] "GET /virtual-networks?parent_id=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003024 10.0.0.38 - - [2025-06-09 02:13:53] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007564 10.0.0.38 - - [2025-06-09 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.38 - - [2025-06-09 02:13:56] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004694 10.0.0.38 - - [2025-06-09 02:13:58] "POST /neutron/port HTTP/1.1" 200 1100 0.041680 10.0.0.38 - - [2025-06-09 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006086 10.0.0.38 - - [2025-06-09 02:13:58] "POST /neutron/port HTTP/1.1" 200 1101 0.013950 10.0.0.38 - - [2025-06-09 02:13:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005431 10.0.0.38 - - [2025-06-09 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.38 - - [2025-06-09 02:13:58] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003223 10.0.0.38 - - [2025-06-09 02:13:58] "GET /virtual-networks?parent_id=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003783 10.0.0.38 - - [2025-06-09 02:13:58] "GET /virtual-network/9d686119-0b17-4e98-871f-dae9c679f105?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005360 10.0.0.38 - - [2025-06-09 02:13:59] "POST /neutron/port HTTP/1.1" 200 1100 0.015218 10.0.0.38 - - [2025-06-09 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007383 10.0.0.38 - - [2025-06-09 02:14:04] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/floatingip HTTP/1.1" 200 531 0.082665 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 1100 0.015518 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005304 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/floatingip HTTP/1.1" 200 578 0.029188 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 1101 0.013777 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005823 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 1101 0.017679 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008373 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/port HTTP/1.1" 200 1101 0.013659 10.0.0.38 - - [2025-06-09 02:14:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006206 10.0.0.38 - - [2025-06-09 02:14:04] "GET /virtual-machine/9c5a6687-209b-4b20-a8d5-5c19b2156b30 HTTP/1.1" 200 1305 0.004505 10.0.0.38 - - [2025-06-09 02:14:04] "GET /virtual-machine-interface/665db2cd-42f7-4c86-b9b5-79258cf497c4 HTTP/1.1" 200 3004 0.004883 10.0.0.38 - - [2025-06-09 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.38 - - [2025-06-09 02:14:04] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002958 10.0.0.38 - - [2025-06-09 02:14:04] "GET /virtual-networks?parent_id=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003525 10.0.0.38 - - [2025-06-09 02:14:04] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006053 10.0.0.38 - - [2025-06-09 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.38 - - [2025-06-09 02:14:05] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003367 10.0.0.38 - - [2025-06-09 02:14:05] "GET /virtual-networks?parent_id=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002768 10.0.0.38 - - [2025-06-09 02:14:05] "GET /virtual-network/b96b004b-23b3-47cb-8912-10343ee54e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006620 10.0.0.38 - - [2025-06-09 02:14:06] "POST /neutron/floatingip HTTP/1.1" 200 578 0.011842 10.0.0.38 - - [2025-06-09 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.38 - - [2025-06-09 02:14:06] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004024 10.0.0.38 - - [2025-06-09 02:14:06] "GET /route-target/f697bd47-a31d-48ae-9726-05ce49849a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004413 10.0.0.38 - - [2025-06-09 02:14:06] "GET /floating-ip/4b030049-b515-4e3f-810d-c8fc3ae9758d HTTP/1.1" 200 1889 0.005887 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008763 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/floatingip HTTP/1.1" 200 531 0.017441 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005373 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040509 10.0.0.38 - - [2025-06-09 02:14:09] "GET /floating-ip-pool/6b2282cb-dfc6-4764-8fa3-ce554feee0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005429 10.0.0.38 - - [2025-06-09 02:14:09] "POST /ref-update HTTP/1.1" 200 156 0.011967 10.0.0.38 - - [2025-06-09 02:14:09] "DELETE /floating-ip-pool/6b2282cb-dfc6-4764-8fa3-ce554feee0d2 HTTP/1.1" 200 115 0.021431 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/network HTTP/1.1" 200 838 0.009209 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/network HTTP/1.1" 400 204 0.009962 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/port HTTP/1.1" 200 1101 0.013238 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/port HTTP/1.1" 200 1127 0.008960 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/port HTTP/1.1" 200 1100 0.019387 10.0.0.38 - - [2025-06-09 02:14:09] "POST /neutron/port HTTP/1.1" 200 1126 0.008908 10.0.0.38 - - [2025-06-09 02:14:10] "POST /neutron/port HTTP/1.1" 200 151 0.114050 10.0.0.38 - - [2025-06-09 02:14:10] "POST /neutron/port HTTP/1.1" 200 151 0.118969 10.0.0.38 - - [2025-06-09 02:14:11] "POST /neutron/network HTTP/1.1" 200 838 0.005763 10.0.0.38 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.38 - - [2025-06-09 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.38 - - [2025-06-09 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001898 10.0.0.38 - - [2025-06-09 02:14:11] "POST /neutron/network HTTP/1.1" 200 151 0.083099 10.0.0.38 - - [2025-06-09 02:14:11] "DELETE /route-target/40e798ff-93be-46ff-a5a1-923b4dadecbd HTTP/1.1" 200 115 0.016290 10.0.0.38 - - [2025-06-09 02:14:11] "GET /routing-instance/53a99aaf-25ce-4d3a-85c5-0db54c93eccb HTTP/1.1" 404 171 0.002292 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domains HTTP/1.1" 200 280 0.002168 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.052161 10.0.0.38 - - [2025-06-09 02:14:11] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.38 - - [2025-06-09 02:14:11] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 2173 0.066201 10.0.0.38 - - [2025-06-09 02:14:11] "POST /neutron/network HTTP/1.1" 200 839 0.006052 10.0.0.38 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.38 - - [2025-06-09 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.38 - - [2025-06-09 02:14:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003477 10.0.0.38 - - [2025-06-09 02:14:11] "POST /neutron/network HTTP/1.1" 200 151 0.088467 10.0.0.38 - - [2025-06-09 02:14:11] "GET /routing-instance/67f5387c-4660-4ae1-ab75-470876797c18 HTTP/1.1" 404 171 0.003901 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domains HTTP/1.1" 200 280 0.003773 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001624 10.0.0.38 - - [2025-06-09 02:14:11] "DELETE /route-target/f697bd47-a31d-48ae-9726-05ce49849a9a HTTP/1.1" 200 115 0.046484 10.0.0.38 - - [2025-06-09 02:14:11] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2782 0.057386 10.0.0.38 - - [2025-06-09 02:14:11] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001649 10.0.0.38 - - [2025-06-09 02:14:12] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 1923 0.070497 10.0.0.38 - - [2025-06-09 02:14:12] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.38 - - [2025-06-09 02:14:12] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.023099 10.0.0.38 - - [2025-06-09 02:14:12] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.38 - - [2025-06-09 02:14:12] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?fields=virtual_networks HTTP/1.1" 200 1055 0.072725 10.0.0.38 - - [2025-06-09 02:14:12] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.38 - - [2025-06-09 02:14:12] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.025021 10.0.0.38 - - [2025-06-09 02:14:12] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.38 - - [2025-06-09 02:14:12] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?fields=security_groups HTTP/1.1" 200 1293 0.023969 10.0.0.38 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.022198 10.0.0.38 - - [2025-06-09 02:14:13] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002410 10.0.0.38 - - [2025-06-09 02:14:13] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.38 - - [2025-06-09 02:14:13] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006828 10.0.0.38 - - [2025-06-09 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.001217 10.0.0.38 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.004519 10.0.0.38 - - [2025-06-09 02:14:13] "POST /security-groups HTTP/1.1" 200 586 0.063380 10.0.0.38 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002837 10.0.0.38 - - [2025-06-09 02:14:13] "POST /projects HTTP/1.1" 200 575 0.208671 10.0.0.38 - - [2025-06-09 02:14:13] "POST /access-control-lists HTTP/1.1" 200 591 0.057749 10.0.0.38 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.279521 10.0.0.38 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.002802 10.0.0.38 - - [2025-06-09 02:14:13] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.391423 10.0.0.38 - - [2025-06-09 02:14:13] "POST /access-control-lists HTTP/1.1" 200 589 0.060014 10.0.0.38 - - [2025-06-09 02:14:14] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.38 - - [2025-06-09 02:14:15] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.38 - - [2025-06-09 02:14:15] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.025221 10.0.0.38 - - [2025-06-09 02:14:15] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.38 - - [2025-06-09 02:14:15] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?fields=virtual_networks HTTP/1.1" 200 1023 0.069283 10.0.0.38 - - [2025-06-09 02:14:16] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.38 - - [2025-06-09 02:14:16] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.023859 10.0.0.38 - - [2025-06-09 02:14:16] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.38 - - [2025-06-09 02:14:16] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?fields=security_groups HTTP/1.1" 200 1244 0.021638 10.0.0.38 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 191 0.026268 10.0.0.38 - - [2025-06-09 02:14:16] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002503 10.0.0.38 - - [2025-06-09 02:14:16] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002359 10.0.0.38 - - [2025-06-09 02:14:16] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008204 10.0.0.38 - - [2025-06-09 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 193 0.001255 10.0.0.38 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.003340 10.0.0.38 - - [2025-06-09 02:14:17] "POST /security-groups HTTP/1.1" 200 594 0.059531 10.0.0.38 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 237 0.003236 10.0.0.38 - - [2025-06-09 02:14:17] "POST /projects HTTP/1.1" 200 591 0.203340 10.0.0.38 - - [2025-06-09 02:14:17] "POST /access-control-lists HTTP/1.1" 200 599 0.061464 10.0.0.38 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.278822 10.0.0.38 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.003251 10.0.0.38 - - [2025-06-09 02:14:17] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.414345 10.0.0.38 - - [2025-06-09 02:14:17] "POST /access-control-lists HTTP/1.1" 200 597 0.059212 10.0.0.38 - - [2025-06-09 02:14:18] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.38 - - [2025-06-09 02:14:19] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.38 - - [2025-06-09 02:14:19] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.38 - - [2025-06-09 02:14:19] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051678 10.0.0.38 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.38 - - [2025-06-09 02:14:19] "GET /security-group/0cd616fc-a633-4ab7-a3b5-d960aa087cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004930 10.0.0.38 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2025-06-09 02:14:19] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001402 10.0.0.38 - - [2025-06-09 02:14:19] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030796 10.0.0.38 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2025-06-09 02:14:19] "GET /security-group/0cd616fc-a633-4ab7-a3b5-d960aa087cec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004703 10.0.0.38 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2025-06-09 02:14:20] "PUT /security-group/0cd616fc-a633-4ab7-a3b5-d960aa087cec HTTP/1.1" 200 262 0.015340 10.0.0.38 - - [2025-06-09 02:14:20] "PUT /access-control-list/77f3bb88-b15e-4a43-aac2-5fde5105798d HTTP/1.1" 200 272 0.008935 10.0.0.38 - - [2025-06-09 02:14:20] "PUT /access-control-list/cf625a8c-d2a3-4735-873b-351e3a16201f HTTP/1.1" 200 272 0.010834 10.0.0.38 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002629 10.0.0.38 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.38 - - [2025-06-09 02:14:20] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001480 10.0.0.38 - - [2025-06-09 02:14:20] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028412 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 117 0.029934 10.0.0.38 - - [2025-06-09 02:14:20] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 608 0.065832 10.0.0.38 - - [2025-06-09 02:14:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003782 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.130145 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.005169 10.0.0.38 - - [2025-06-09 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001358 10.0.0.38 - - [2025-06-09 02:14:20] "GET /virtual-network/4617d973-a25d-48fe-857f-9191c4e8f752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005125 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.006187 10.0.0.38 - - [2025-06-09 02:14:20] "GET /virtual-network/4617d973-a25d-48fe-857f-9191c4e8f752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005499 10.0.0.38 - - [2025-06-09 02:14:20] "POST /route-targets HTTP/1.1" 200 327 0.014736 10.0.0.38 - - [2025-06-09 02:14:20] "POST /ref-update HTTP/1.1" 200 156 0.010980 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 826 0.005790 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/subnet HTTP/1.1" 200 720 0.006690 10.0.0.38 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005874 10.0.0.38 - - [2025-06-09 02:14:20] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.38 - - [2025-06-09 02:14:20] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.030019 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 117 0.009557 10.0.0.38 - - [2025-06-09 02:14:20] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.38 - - [2025-06-09 02:14:20] "POST /neutron/network HTTP/1.1" 200 615 0.091841 10.0.0.38 - - [2025-06-09 02:14:20] "POST /route-targets HTTP/1.1" 200 327 0.016097 10.0.0.38 - - [2025-06-09 02:14:20] "POST /ref-update HTTP/1.1" 200 156 0.016705 10.0.0.38 - - [2025-06-09 02:14:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004337 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.144695 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/network HTTP/1.1" 200 833 0.005306 10.0.0.38 - - [2025-06-09 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001188 10.0.0.38 - - [2025-06-09 02:14:21] "GET /virtual-network/675bec4d-4b57-46e0-a9f3-96fc050c69f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004762 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/network HTTP/1.1" 200 833 0.005329 10.0.0.38 - - [2025-06-09 02:14:21] "GET /virtual-network/675bec4d-4b57-46e0-a9f3-96fc050c69f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004600 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/network HTTP/1.1" 200 833 0.005275 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.007055 10.0.0.38 - - [2025-06-09 02:14:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001406 10.0.0.38 - - [2025-06-09 02:14:21] "POST /neutron/network HTTP/1.1" 200 836 0.005324 10.0.0.38 - - [2025-06-09 02:14:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.38 - - [2025-06-09 02:14:21] "GET / HTTP/1.1" 200 35931 0.001855 10.0.0.38 - - [2025-06-09 02:14:21] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.38 - - [2025-06-09 02:14:22] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.38 - - [2025-06-09 02:14:22] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042566 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/network HTTP/1.1" 200 826 0.006080 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.004656 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.004909 10.0.0.38 - - [2025-06-09 02:14:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001287 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.005139 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/network HTTP/1.1" 200 843 0.006372 10.0.0.38 - - [2025-06-09 02:14:22] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/network HTTP/1.1" 200 836 0.005949 10.0.0.38 - - [2025-06-09 02:14:22] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001152 10.0.0.38 - - [2025-06-09 02:14:22] "GET / HTTP/1.1" 200 35931 0.001574 10.0.0.38 - - [2025-06-09 02:14:22] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2025-06-09 02:14:22] "POST /neutron/port HTTP/1.1" 200 1062 0.203237 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 1062 0.009360 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 1062 0.010530 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 1116 0.067766 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 1090 0.013481 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003233 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.012188 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/network HTTP/1.1" 200 826 0.008883 10.0.0.38 - - [2025-06-09 02:14:23] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.38 - - [2025-06-09 02:14:23] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.053998 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/network HTTP/1.1" 200 833 0.005332 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 1090 0.020275 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009433 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.005719 10.0.0.38 - - [2025-06-09 02:14:23] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001224 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/router HTTP/1.1" 200 585 0.068113 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/router HTTP/1.1" 200 585 0.006084 10.0.0.38 - - [2025-06-09 02:14:23] "POST /route-targets HTTP/1.1" 200 327 0.027991 10.0.0.38 - - [2025-06-09 02:14:23] "PUT /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf HTTP/1.1" 200 262 0.024013 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/router HTTP/1.1" 200 656 0.038667 10.0.0.38 - - [2025-06-09 02:14:23] "GET /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.013804 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/router HTTP/1.1" 200 656 0.006948 10.0.0.38 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2025-06-09 02:14:23] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001131 10.0.0.38 - - [2025-06-09 02:14:23] "GET /service-template/6700c463-5988-48b6-8a92-ca2db5c9fff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005316 10.0.0.38 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.002625 10.0.0.38 - - [2025-06-09 02:14:23] "POST /neutron/network HTTP/1.1" 200 843 0.010732 10.0.0.38 - - [2025-06-09 02:14:23] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001554 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/router HTTP/1.1" 200 344 0.385723 10.0.0.38 - - [2025-06-09 02:14:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007516 10.0.0.38 - - [2025-06-09 02:14:24] "POST /virtual-networks HTTP/1.1" 200 694 0.276750 10.0.0.38 - - [2025-06-09 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.022338 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1090 0.034712 10.0.0.38 - - [2025-06-09 02:14:24] "POST /route-targets HTTP/1.1" 200 327 0.022159 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010223 10.0.0.38 - - [2025-06-09 02:14:24] "POST /service-instances HTTP/1.1" 200 670 0.079227 10.0.0.38 - - [2025-06-09 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.047127 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1062 0.463645 10.0.0.38 - - [2025-06-09 02:14:24] "POST /route-tables HTTP/1.1" 200 582 0.031629 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1062 0.019270 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1062 0.015315 10.0.0.38 - - [2025-06-09 02:14:24] "PUT /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf HTTP/1.1" 200 262 0.022691 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1116 0.074042 10.0.0.38 - - [2025-06-09 02:14:24] "POST /ref-update HTTP/1.1" 200 156 0.018992 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 1090 0.016248 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003761 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.015077 10.0.0.38 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.38 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.38 - - [2025-06-09 02:14:24] "POST /neutron/network HTTP/1.1" 200 833 0.004883 10.0.0.38 - - [2025-06-09 02:14:24] "POST /virtual-machines HTTP/1.1" 200 553 0.012762 10.0.0.38 - - [2025-06-09 02:14:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089145 10.0.0.38 - - [2025-06-09 02:14:24] "POST /chown HTTP/1.1" 200 109 0.011103 10.0.0.38 - - [2025-06-09 02:14:24] "POST /instance-ips HTTP/1.1" 200 551 0.017963 10.0.0.38 - - [2025-06-09 02:14:24] "POST /instance-ips HTTP/1.1" 400 246 0.029416 10.0.0.38 - - [2025-06-09 02:14:25] "POST /chown HTTP/1.1" 200 109 0.009620 10.0.0.38 - - [2025-06-09 02:14:25] "PUT /virtual-machine-interface/7a740732-0851-4e03-b9e1-5678648f1b1e HTTP/1.1" 200 284 0.010355 10.0.0.38 - - [2025-06-09 02:14:25] "PUT /instance-ip/f68e0947-4405-4389-b1be-596a7ff9e632 HTTP/1.1" 200 256 0.012488 10.0.0.38 - - [2025-06-09 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.010386 10.0.0.38 - - [2025-06-09 02:14:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.108349 10.0.0.38 - - [2025-06-09 02:14:25] "POST /chown HTTP/1.1" 200 109 0.013134 10.0.0.38 - - [2025-06-09 02:14:25] "POST /instance-ips HTTP/1.1" 200 549 0.029723 10.0.0.38 - - [2025-06-09 02:14:25] "POST /instance-ips HTTP/1.1" 400 316 0.023801 10.0.0.38 - - [2025-06-09 02:14:25] "POST /chown HTTP/1.1" 200 109 0.008229 10.0.0.38 - - [2025-06-09 02:14:25] "PUT /virtual-machine-interface/b51fb2dc-4c59-4c3a-9e56-7372d723c24d HTTP/1.1" 200 284 0.009410 10.0.0.38 - - [2025-06-09 02:14:25] "PUT /instance-ip/c26e9e06-0e2f-4d9b-b1ed-c32f8bbfaabd HTTP/1.1" 200 256 0.012734 10.0.0.38 - - [2025-06-09 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.012790 10.0.0.38 - - [2025-06-09 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.010469 10.0.0.38 - - [2025-06-09 02:14:25] "PUT /routing-instance/b5b789fd-2f92-46e0-85fb-d65dc812208f HTTP/1.1" 200 266 0.010974 10.0.0.38 - - [2025-06-09 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.011478 10.0.0.38 - - [2025-06-09 02:14:25] "POST /virtual-machines HTTP/1.1" 200 553 0.014292 10.0.0.38 - - [2025-06-09 02:14:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093428 10.0.0.38 - - [2025-06-09 02:14:26] "POST /chown HTTP/1.1" 200 109 0.010588 10.0.0.38 - - [2025-06-09 02:14:26] "POST /instance-ips HTTP/1.1" 400 246 0.022989 10.0.0.38 - - [2025-06-09 02:14:26] "POST /chown HTTP/1.1" 200 109 0.013798 10.0.0.38 - - [2025-06-09 02:14:26] "PUT /virtual-machine-interface/db625da6-e336-423c-8414-1a94f0ce759f HTTP/1.1" 200 284 0.014102 10.0.0.38 - - [2025-06-09 02:14:26] "PUT /instance-ip/f68e0947-4405-4389-b1be-596a7ff9e632 HTTP/1.1" 200 256 0.012007 10.0.0.38 - - [2025-06-09 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.38 - - [2025-06-09 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.012340 10.0.0.38 - - [2025-06-09 02:14:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098107 10.0.0.38 - - [2025-06-09 02:14:26] "POST /chown HTTP/1.1" 200 109 0.010336 10.0.0.38 - - [2025-06-09 02:14:26] "POST /instance-ips HTTP/1.1" 400 316 0.017258 10.0.0.38 - - [2025-06-09 02:14:26] "POST /chown HTTP/1.1" 200 109 0.010207 10.0.0.38 - - [2025-06-09 02:14:26] "PUT /virtual-machine-interface/18609681-3424-46ab-942b-54abf842a432 HTTP/1.1" 200 284 0.011258 10.0.0.38 - - [2025-06-09 02:14:26] "PUT /instance-ip/c26e9e06-0e2f-4d9b-b1ed-c32f8bbfaabd HTTP/1.1" 200 256 0.011341 10.0.0.38 - - [2025-06-09 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.011808 10.0.0.38 - - [2025-06-09 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.016906 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/a4667d45b4d74f34bef8998a3659c38d HTTP/1.1" 404 173 0.012308 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/70e3550f14af4603bdb22f52ef34dd9f HTTP/1.1" 404 173 0.007769 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/38d0645a3e904b3b82bade1d654bd8f9 HTTP/1.1" 404 173 0.011795 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001319 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.075184 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.084569 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.085848 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001346 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000875 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?fields=security_groups HTTP/1.1" 200 1398 0.045540 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?fields=security_groups HTTP/1.1" 200 1349 0.049001 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?fields=security_groups HTTP/1.1" 200 1397 0.051235 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/cb357549-0b9f-46be-931d-a734f97ea491 HTTP/1.1" 200 115 0.041285 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /security-group/7af5744b-e7d8-4dae-bc16-fb206fee2aca HTTP/1.1" 200 115 0.102702 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=38d0645a-3e90-4b3b-82ba-de1d654bd8f9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /security-group/1922cab3-b08f-45da-b833-2a062e84de09 HTTP/1.1" 200 115 0.121993 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /security-group/0e162e99-284a-440d-a70b-0f3ace3800c0 HTTP/1.1" 200 115 0.132931 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a4667d45-b4d7-4f34-bef8-998a3659c38d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001122 10.0.0.38 - - [2025-06-09 02:14:27] "GET /projects?obj_uuids=a0a40646-0193-46a4-b67b-63f8d9061ecd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001435 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9?fields=application_policy_sets HTTP/1.1" 200 1437 0.067499 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/d2cc6811-03a0-433c-bd1b-105e914ba4d0 HTTP/1.1" 200 115 0.080889 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a0a40646-0193-46a4-b67b-63f8d9061ecd?fields=application_policy_sets HTTP/1.1" 200 1436 0.045809 10.0.0.38 - - [2025-06-09 02:14:27] "GET /project/a4667d45-b4d7-4f34-bef8-998a3659c38d?fields=application_policy_sets HTTP/1.1" 200 1388 0.087669 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/c0058792-be1c-4263-9950-a22bc29dd5f5 HTTP/1.1" 200 115 0.044617 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/5552cef9-19a4-4dc8-b130-9530236be3fc HTTP/1.1" 200 115 0.088869 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/a73d5f67-4ba6-4dd1-8221-ecc2aa5a86fe HTTP/1.1" 200 115 0.042167 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/38d0645a-3e90-4b3b-82ba-de1d654bd8f9 HTTP/1.1" 200 115 0.651381 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /access-control-list/1dd250b9-f99b-4dbd-ad15-69efe051c191 HTTP/1.1" 200 115 0.054522 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/a0a40646-0193-46a4-b67b-63f8d9061ecd HTTP/1.1" 200 115 0.661116 10.0.0.38 - - [2025-06-09 02:14:27] "DELETE /project/a4667d45-b4d7-4f34-bef8-998a3659c38d HTTP/1.1" 200 115 0.674145 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/port HTTP/1.1" 200 1090 0.016788 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006239 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/port HTTP/1.1" 200 1090 0.014029 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006270 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/port HTTP/1.1" 200 1090 0.014887 10.0.0.38 - - [2025-06-09 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005796 10.0.0.38 - - [2025-06-09 02:14:29] "GET /virtual-machine/68fe1708-ef35-4580-b066-b9e4e7bf9d60 HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2025-06-09 02:14:29] "GET /virtual-machine/68fe1708-ef35-4580-b066-b9e4e7bf9d60 HTTP/1.1" 200 1295 0.033116 10.0.0.38 - - [2025-06-09 02:14:29] "GET /virtual-machine-interface/eddaf7e5-d290-4965-9008-be301846b947 HTTP/1.1" 200 2957 0.005065 10.0.0.38 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.38 - - [2025-06-09 02:14:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003932 10.0.0.38 - - [2025-06-09 02:14:29] "GET /virtual-networks?parent_id=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003148 10.0.0.38 - - [2025-06-09 02:14:29] "GET /virtual-network/4617d973-a25d-48fe-857f-9191c4e8f752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005251 10.0.0.38 - - [2025-06-09 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.048550 10.0.0.38 - - [2025-06-09 02:14:31] "POST /neutron/port HTTP/1.1" 200 1090 0.013814 10.0.0.38 - - [2025-06-09 02:14:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005294 10.0.0.38 - - [2025-06-09 02:14:31] "GET /obj-perms HTTP/1.1" 200 5056 0.059514 10.0.0.38 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.38 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.008187 10.0.0.38 - - [2025-06-09 02:14:32] "POST /instance-ips HTTP/1.1" 400 246 0.023687 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.007538 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.012398 10.0.0.38 - - [2025-06-09 02:14:32] "POST /instance-ips HTTP/1.1" 400 316 0.015771 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.009431 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.007762 10.0.0.38 - - [2025-06-09 02:14:32] "POST /instance-ips HTTP/1.1" 400 246 0.016734 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.007773 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.010023 10.0.0.38 - - [2025-06-09 02:14:32] "POST /instance-ips HTTP/1.1" 400 316 0.018985 10.0.0.38 - - [2025-06-09 02:14:32] "POST /chown HTTP/1.1" 200 109 0.007622 10.0.0.38 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.38 - - [2025-06-09 02:14:33] "GET /virtual-network/4617d973-a25d-48fe-857f-9191c4e8f752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008588 10.0.0.38 - - [2025-06-09 02:14:33] "POST /neutron/port HTTP/1.1" 200 1090 0.013800 10.0.0.38 - - [2025-06-09 02:14:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005364 10.0.0.38 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.38 - - [2025-06-09 02:14:35] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003222 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-networks?parent_id=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002889 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-network/4617d973-a25d-48fe-857f-9191c4e8f752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005215 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/port HTTP/1.1" 200 1090 0.014117 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005679 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/port HTTP/1.1" 200 1090 0.013125 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005876 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/port HTTP/1.1" 200 1090 0.028058 10.0.0.38 - - [2025-06-09 02:14:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006359 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-machine/d131942d-909c-4882-83aa-de5950a2b728 HTTP/1.1" 200 1295 0.004613 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-machine-interface/0f5799a6-883f-44a2-aa91-552f2091de6f HTTP/1.1" 200 2968 0.004896 10.0.0.38 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.38 - - [2025-06-09 02:14:35] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003623 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-networks?parent_id=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004886 10.0.0.38 - - [2025-06-09 02:14:35] "GET /virtual-network/675bec4d-4b57-46e0-a9f3-96fc050c69f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007587 10.0.0.38 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.38 - - [2025-06-09 02:14:36] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002983 10.0.0.38 - - [2025-06-09 02:14:37] "GET /virtual-networks?parent_id=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002845 10.0.0.38 - - [2025-06-09 02:14:37] "GET /virtual-network/675bec4d-4b57-46e0-a9f3-96fc050c69f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005146 10.0.0.38 - - [2025-06-09 02:14:37] "POST /neutron/port HTTP/1.1" 200 1090 0.014076 10.0.0.38 - - [2025-06-09 02:14:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005445 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/port HTTP/1.1" 200 1090 0.016961 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/port HTTP/1.1" 200 1090 0.018529 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.005501 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003362 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.012387 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.38 - - [2025-06-09 02:14:45] "POST /neutron/network HTTP/1.1" 200 826 0.005095 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/router HTTP/1.1" 200 656 0.004824 10.0.0.38 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.014273 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/router HTTP/1.1" 200 344 0.102240 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/router HTTP/1.1" 200 656 0.008178 10.0.0.38 - - [2025-06-09 02:14:46] "GET /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.007696 10.0.0.38 - - [2025-06-09 02:14:46] "GET /service-instance/08ada1ff-9c13-47c7-9553-d0f8f2aceaa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003526 10.0.0.38 - - [2025-06-09 02:14:46] "PUT /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf HTTP/1.1" 500 213 0.107051 10.0.0.38 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/router HTTP/1.1" 200 151 0.156573 10.0.0.38 - - [2025-06-09 02:14:46] "DELETE /route-target/1d4fc660-b8ee-4de5-8ea1-4e228c82a723 HTTP/1.1" 409 239 0.005314 10.0.0.38 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.014309 10.0.0.38 - - [2025-06-09 02:14:46] "GET /logical-router/e2e1250f-3334-4b36-8d53-3ab512f376cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002311 10.0.0.38 - - [2025-06-09 02:14:46] "PUT /routing-instance/b5b789fd-2f92-46e0-85fb-d65dc812208f HTTP/1.1" 200 266 0.013243 10.0.0.38 - - [2025-06-09 02:14:46] "GET /service-instance/08ada1ff-9c13-47c7-9553-d0f8f2aceaa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.005626 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/network HTTP/1.1" 200 833 0.006713 10.0.0.38 - - [2025-06-09 02:14:46] "DELETE /route-table/f051e802-7b49-430a-9d5a-72b692a098f8 HTTP/1.1" 200 115 0.029211 10.0.0.38 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.38 - - [2025-06-09 02:14:46] "POST /neutron/network HTTP/1.1" 400 204 0.058775 10.0.0.38 - - [2025-06-09 02:14:46] "GET /virtual-network/8f0153ea-e5a5-4724-b88f-361e2eb55a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007872 10.0.0.38 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.013068 10.0.0.38 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.019470 10.0.0.38 - - [2025-06-09 02:14:46] "DELETE /instance-ip/c26e9e06-0e2f-4d9b-b1ed-c32f8bbfaabd HTTP/1.1" 200 115 0.065500 10.0.0.38 - - [2025-06-09 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002621 10.0.0.38 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013532 10.0.0.38 - - [2025-06-09 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-network/8f0153ea-e5a5-4724-b88f-361e2eb55a3c HTTP/1.1" 200 115 0.140772 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 1090 0.043602 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /route-target/48116c56-d2f5-4d35-833a-cbea40821630 HTTP/1.1" 200 115 0.035456 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 1116 0.016995 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 1090 0.029598 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /service-instance/08ada1ff-9c13-47c7-9553-d0f8f2aceaa1 HTTP/1.1" 200 115 0.062010 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 1116 0.010169 10.0.0.38 - - [2025-06-09 02:14:47] "GET /virtual-machine-interface/7a740732-0851-4e03-b9e1-5678648f1b1e?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.006637 10.0.0.38 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.022886 10.0.0.38 - - [2025-06-09 02:14:47] "GET /instance-ip/f68e0947-4405-4389-b1be-596a7ff9e632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003824 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.184620 10.0.0.38 - - [2025-06-09 02:14:47] "POST /neutron/port HTTP/1.1" 200 151 0.191371 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine-interface/7a740732-0851-4e03-b9e1-5678648f1b1e HTTP/1.1" 200 115 0.052227 10.0.0.38 - - [2025-06-09 02:14:47] "GET /virtual-machine-interface/b51fb2dc-4c59-4c3a-9e56-7372d723c24d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1334 0.008096 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine-interface/b51fb2dc-4c59-4c3a-9e56-7372d723c24d HTTP/1.1" 200 115 0.032601 10.0.0.38 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.016747 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine/cfe9ca02-1529-49fb-8712-e646a7207fad HTTP/1.1" 200 115 0.027525 10.0.0.38 - - [2025-06-09 02:14:47] "GET /virtual-machine-interface/db625da6-e336-423c-8414-1a94f0ce759f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.007474 10.0.0.38 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.011200 10.0.0.38 - - [2025-06-09 02:14:47] "GET /instance-ip/f68e0947-4405-4389-b1be-596a7ff9e632?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005422 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /instance-ip/f68e0947-4405-4389-b1be-596a7ff9e632 HTTP/1.1" 200 115 0.023699 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine-interface/db625da6-e336-423c-8414-1a94f0ce759f HTTP/1.1" 200 115 0.033657 10.0.0.38 - - [2025-06-09 02:14:47] "GET /virtual-machine-interface/18609681-3424-46ab-942b-54abf842a432?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.005102 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine-interface/18609681-3424-46ab-942b-54abf842a432 HTTP/1.1" 200 115 0.026907 10.0.0.38 - - [2025-06-09 02:14:47] "DELETE /virtual-machine/1f0cfd24-714f-4809-bea5-f9d540ee73e3 HTTP/1.1" 200 115 0.020187 10.0.0.38 - - [2025-06-09 02:14:48] "POST /neutron/network HTTP/1.1" 200 833 0.005663 10.0.0.38 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.38 - - [2025-06-09 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002824 10.0.0.38 - - [2025-06-09 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003596 10.0.0.38 - - [2025-06-09 02:14:48] "POST /neutron/network HTTP/1.1" 200 151 0.086796 10.0.0.38 - - [2025-06-09 02:14:48] "DELETE /route-target/f0e21298-924c-45d5-b326-adc7074d80ac HTTP/1.1" 200 115 0.016566 10.0.0.38 - - [2025-06-09 02:14:48] "POST /neutron/network HTTP/1.1" 200 826 0.005687 10.0.0.38 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.38 - - [2025-06-09 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003771 10.0.0.38 - - [2025-06-09 02:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002564 10.0.0.38 - - [2025-06-09 02:14:48] "POST /neutron/network HTTP/1.1" 200 151 0.084460 10.0.0.38 - - [2025-06-09 02:14:48] "DELETE /route-target/3316f201-df73-48a5-82d7-6afda2e57db5 HTTP/1.1" 200 115 0.026802 10.0.0.38 - - [2025-06-09 02:14:49] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.38 - - [2025-06-09 02:14:49] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.023332 10.0.0.38 - - [2025-06-09 02:14:49] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001534 10.0.0.38 - - [2025-06-09 02:14:49] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?fields=virtual_networks HTTP/1.1" 200 1038 0.068419 10.0.0.38 - - [2025-06-09 02:14:49] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.38 - - [2025-06-09 02:14:49] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024873 10.0.0.38 - - [2025-06-09 02:14:49] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.38 - - [2025-06-09 02:14:49] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?fields=security_groups HTTP/1.1" 200 1267 0.025422 10.0.0.38 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.022667 10.0.0.38 - - [2025-06-09 02:14:50] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.38 - - [2025-06-09 02:14:50] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.38 - - [2025-06-09 02:14:50] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006669 10.0.0.38 - - [2025-06-09 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.001156 10.0.0.38 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003550 10.0.0.38 - - [2025-06-09 02:14:50] "POST /security-groups HTTP/1.1" 200 599 0.059866 10.0.0.38 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.002584 10.0.0.38 - - [2025-06-09 02:14:50] "POST /projects HTTP/1.1" 200 601 0.208359 10.0.0.38 - - [2025-06-09 02:14:50] "POST /access-control-lists HTTP/1.1" 200 604 0.059409 10.0.0.38 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.279740 10.0.0.38 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.002684 10.0.0.38 - - [2025-06-09 02:14:50] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.397789 10.0.0.38 - - [2025-06-09 02:14:50] "POST /access-control-lists HTTP/1.1" 200 602 0.063571 10.0.0.38 - - [2025-06-09 02:14:51] "GET / HTTP/1.1" 200 35931 0.001876 10.0.0.38 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.38 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.049952 10.0.0.38 - - [2025-06-09 02:14:52] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.38 - - [2025-06-09 02:14:52] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026620 10.0.0.38 - - [2025-06-09 02:14:52] "POST /neutron/network HTTP/1.1" 200 117 0.028324 10.0.0.38 - - [2025-06-09 02:14:52] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001394 10.0.0.38 - - [2025-06-09 02:14:52] "POST /neutron/network HTTP/1.1" 200 613 0.063053 10.0.0.38 - - [2025-06-09 02:14:52] "POST /route-targets HTTP/1.1" 200 327 0.011571 10.0.0.38 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.011452 10.0.0.38 - - [2025-06-09 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.205504 10.0.0.38 - - [2025-06-09 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001970 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.128480 10.0.0.38 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.031152 10.0.0.38 - - [2025-06-09 02:14:53] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007028 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/network HTTP/1.1" 200 1005 0.005843 10.0.0.38 - - [2025-06-09 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001106 10.0.0.38 - - [2025-06-09 02:14:53] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004709 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/network HTTP/1.1" 200 1005 0.008807 10.0.0.38 - - [2025-06-09 02:14:53] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004725 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/network HTTP/1.1" 200 1005 0.007016 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.006295 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.007157 10.0.0.38 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002171 10.0.0.38 - - [2025-06-09 02:14:53] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.38 - - [2025-06-09 02:14:53] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023694 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/network HTTP/1.1" 200 117 0.008357 10.0.0.38 - - [2025-06-09 02:14:53] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/network HTTP/1.1" 200 613 0.058490 10.0.0.38 - - [2025-06-09 02:14:53] "POST /route-targets HTTP/1.1" 200 327 0.011985 10.0.0.38 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010813 10.0.0.38 - - [2025-06-09 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002681 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.190661 10.0.0.38 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.38 - - [2025-06-09 02:14:53] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006954 10.0.0.38 - - [2025-06-09 02:14:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.38 - - [2025-06-09 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.169638 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1006 0.008362 10.0.0.38 - - [2025-06-09 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001177 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004536 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1006 0.006447 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004555 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007828 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.006273 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.006929 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002220 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002024 10.0.0.38 - - [2025-06-09 02:14:54] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.38 - - [2025-06-09 02:14:54] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022631 10.0.0.38 - - [2025-06-09 02:14:54] "POST /network-policys HTTP/1.1" 200 577 0.071957 10.0.0.38 - - [2025-06-09 02:14:54] "GET /network-policy/75143fcc-8179-478f-af33-7ad8150a951a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005265 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1005 0.007952 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.004499 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005724 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1113 0.048658 10.0.0.38 - - [2025-06-09 02:14:54] "POST /access-control-lists HTTP/1.1" 200 596 0.066753 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1113 0.042476 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.004912 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.38 - - [2025-06-09 02:14:54] "GET /network-policy/75143fcc-8179-478f-af33-7ad8150a951a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003711 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007516 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005041 10.0.0.38 - - [2025-06-09 02:14:54] "PUT /access-control-list/16b45183-bcfd-4b84-8537-aeba0f0e127f HTTP/1.1" 200 272 0.064064 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1114 0.090622 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.002239 10.0.0.38 - - [2025-06-09 02:14:54] "POST /neutron/network HTTP/1.1" 200 1114 0.006994 10.0.0.38 - - [2025-06-09 02:14:54] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004690 10.0.0.38 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.38 - - [2025-06-09 02:14:54] "GET /network-policy/75143fcc-8179-478f-af33-7ad8150a951a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.025045 10.0.0.38 - - [2025-06-09 02:14:54] "POST /access-control-lists HTTP/1.1" 200 596 0.058241 10.0.0.38 - - [2025-06-09 02:14:54] "GET /domains HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010299 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domains HTTP/1.1" 200 280 0.022868 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.058537 10.0.0.38 - - [2025-06-09 02:14:55] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.38 - - [2025-06-09 02:14:55] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 2626 0.064561 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9 HTTP/1.1" 200 3503 0.005665 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9 HTTP/1.1" 200 3503 0.004586 10.0.0.38 - - [2025-06-09 02:14:55] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 200 1795 0.003009 10.0.0.38 - - [2025-06-09 02:14:55] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 200 1795 0.003596 10.0.0.38 - - [2025-06-09 02:14:55] "GET /route-target/91666232-86d6-4011-b3bf-a02a4cebc3f9 HTTP/1.1" 200 1213 0.003356 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9 HTTP/1.1" 200 3503 0.005771 10.0.0.38 - - [2025-06-09 02:14:55] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 200 1795 0.003420 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005091 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9 HTTP/1.1" 200 3503 0.005116 10.0.0.38 - - [2025-06-09 02:14:55] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 200 1795 0.003716 10.0.0.38 - - [2025-06-09 02:14:55] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 200 1795 0.003343 10.0.0.38 - - [2025-06-09 02:14:55] "GET /route-target/91666232-86d6-4011-b3bf-a02a4cebc3f9 HTTP/1.1" 200 1213 0.003183 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001330 10.0.0.38 - - [2025-06-09 02:14:55] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.008321 10.0.0.38 - - [2025-06-09 02:14:55] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.38 - - [2025-06-09 02:14:55] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 2626 0.064433 10.0.0.38 - - [2025-06-09 02:14:55] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9 HTTP/1.1" 200 3503 0.004496 10.0.0.38 - - [2025-06-09 02:14:56] "GET /obj-perms HTTP/1.1" 200 5046 0.049601 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains HTTP/1.1" 200 280 0.002712 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.006728 10.0.0.38 - - [2025-06-09 02:14:56] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001412 10.0.0.38 - - [2025-06-09 02:14:56] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 2626 0.065116 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115 HTTP/1.1" 200 3505 0.006588 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115 HTTP/1.1" 200 3505 0.004510 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 200 1795 0.003975 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 200 1795 0.004945 10.0.0.38 - - [2025-06-09 02:14:56] "GET /route-target/bd3fd592-540f-4644-beed-860cb7c910a4 HTTP/1.1" 200 1213 0.003846 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115 HTTP/1.1" 200 3505 0.005536 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 200 1795 0.003287 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005352 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115 HTTP/1.1" 200 3505 0.004917 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 200 1795 0.003180 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 200 1795 0.003094 10.0.0.38 - - [2025-06-09 02:14:56] "GET /route-target/bd3fd592-540f-4644-beed-860cb7c910a4 HTTP/1.1" 200 1213 0.003000 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains HTTP/1.1" 200 280 0.002486 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.009091 10.0.0.38 - - [2025-06-09 02:14:56] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.38 - - [2025-06-09 02:14:56] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 2626 0.075201 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115 HTTP/1.1" 200 3505 0.004508 10.0.0.38 - - [2025-06-09 02:14:56] "GET /obj-perms HTTP/1.1" 200 5046 0.002823 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005207 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1114 0.006847 10.0.0.38 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007398 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1006 0.054147 10.0.0.38 - - [2025-06-09 02:14:56] "DELETE /access-control-list/c68c1262-1cfd-46e4-a30b-c5610d97a76e HTTP/1.1" 200 115 0.053639 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1006 0.018787 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/e57745b3-532f-4dd7-8a09-04c0ff9b4115?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005400 10.0.0.38 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.024960 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010088 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1113 0.007391 10.0.0.38 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007939 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/2c71051d-1010-48e8-9491-841cb60a7ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007567 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1005 0.058373 10.0.0.38 - - [2025-06-09 02:14:56] "DELETE /access-control-list/16b45183-bcfd-4b84-8537-aeba0f0e127f HTTP/1.1" 200 115 0.043515 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1005 0.014939 10.0.0.38 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.015696 10.0.0.38 - - [2025-06-09 02:14:56] "GET /virtual-network/d5772d7a-e710-4322-a7ce-e327521306d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007877 10.0.0.38 - - [2025-06-09 02:14:56] "DELETE /network-policy/75143fcc-8179-478f-af33-7ad8150a951a HTTP/1.1" 200 115 0.026444 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 1006 0.007616 10.0.0.38 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.38 - - [2025-06-09 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.38 - - [2025-06-09 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.38 - - [2025-06-09 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001872 10.0.0.38 - - [2025-06-09 02:14:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001733 10.0.0.38 - - [2025-06-09 02:14:56] "POST /neutron/network HTTP/1.1" 200 151 0.080829 10.0.0.38 - - [2025-06-09 02:14:56] "DELETE /route-target/bd3fd592-540f-4644-beed-860cb7c910a4 HTTP/1.1" 200 115 0.020422 10.0.0.38 - - [2025-06-09 02:14:56] "GET /routing-instance/13286652-89da-4f2e-9c1a-6270132373f8 HTTP/1.1" 404 171 0.002255 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains HTTP/1.1" 200 280 0.002070 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.38 - - [2025-06-09 02:14:56] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.047079 10.0.0.38 - - [2025-06-09 02:14:56] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001578 10.0.0.38 - - [2025-06-09 02:14:56] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 2146 0.071377 10.0.0.38 - - [2025-06-09 02:14:57] "POST /neutron/network HTTP/1.1" 200 1005 0.010399 10.0.0.38 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.38 - - [2025-06-09 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003321 10.0.0.38 - - [2025-06-09 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002199 10.0.0.38 - - [2025-06-09 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002280 10.0.0.38 - - [2025-06-09 02:14:57] "POST /useragent-kv HTTP/1.1" 200 115 0.001783 10.0.0.38 - - [2025-06-09 02:14:57] "POST /neutron/network HTTP/1.1" 200 151 0.097614 10.0.0.38 - - [2025-06-09 02:14:57] "DELETE /route-target/91666232-86d6-4011-b3bf-a02a4cebc3f9 HTTP/1.1" 200 115 0.031097 10.0.0.38 - - [2025-06-09 02:14:57] "GET /routing-instance/f0aabadd-04ec-4f91-83a3-510290200bcd HTTP/1.1" 404 171 0.002492 10.0.0.38 - - [2025-06-09 02:14:57] "GET /domains HTTP/1.1" 200 280 0.002590 10.0.0.38 - - [2025-06-09 02:14:57] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.38 - - [2025-06-09 02:14:57] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2770 0.050678 10.0.0.38 - - [2025-06-09 02:14:57] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.38 - - [2025-06-09 02:14:57] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 1901 0.074158 10.0.0.38 - - [2025-06-09 02:14:57] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001514 10.0.0.38 - - [2025-06-09 02:14:57] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.031900 10.0.0.38 - - [2025-06-09 02:14:57] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.38 - - [2025-06-09 02:14:57] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?fields=virtual_networks HTTP/1.1" 200 1049 0.068644 10.0.0.38 - - [2025-06-09 02:14:57] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.38 - - [2025-06-09 02:14:57] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.021982 10.0.0.38 - - [2025-06-09 02:14:57] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.38 - - [2025-06-09 02:14:57] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?fields=security_groups HTTP/1.1" 200 1283 0.024928 10.0.0.38 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.023398 10.0.0.38 - - [2025-06-09 02:14:58] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002427 10.0.0.38 - - [2025-06-09 02:14:58] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.38 - - [2025-06-09 02:14:58] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007116 10.0.0.38 - - [2025-06-09 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 192 0.001319 10.0.0.38 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 201 0.002312 10.0.0.38 - - [2025-06-09 02:14:58] "POST /security-groups HTTP/1.1" 200 593 0.059331 10.0.0.38 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 236 0.002501 10.0.0.38 - - [2025-06-09 02:14:58] "POST /projects HTTP/1.1" 200 589 0.206815 10.0.0.38 - - [2025-06-09 02:14:58] "POST /access-control-lists HTTP/1.1" 200 598 0.055979 10.0.0.38 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.273482 10.0.0.38 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 404 235 0.002716 10.0.0.38 - - [2025-06-09 02:14:58] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.388617 10.0.0.38 - - [2025-06-09 02:14:59] "POST /access-control-lists HTTP/1.1" 200 596 0.056182 10.0.0.38 - - [2025-06-09 02:14:59] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.38 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.38 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.050497 10.0.0.38 - - [2025-06-09 02:15:01] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.38 - - [2025-06-09 02:15:01] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026921 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.030462 10.0.0.38 - - [2025-06-09 02:15:01] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001519 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 607 0.074662 10.0.0.38 - - [2025-06-09 02:15:01] "POST /route-targets HTTP/1.1" 200 327 0.011948 10.0.0.38 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.013767 10.0.0.38 - - [2025-06-09 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003547 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.147536 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 826 0.006455 10.0.0.38 - - [2025-06-09 02:15:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001481 10.0.0.38 - - [2025-06-09 02:15:01] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005631 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 826 0.006290 10.0.0.38 - - [2025-06-09 02:15:01] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007612 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 826 0.006047 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.006647 10.0.0.38 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.38 - - [2025-06-09 02:15:01] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001579 10.0.0.38 - - [2025-06-09 02:15:01] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028307 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 117 0.008816 10.0.0.38 - - [2025-06-09 02:15:01] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.38 - - [2025-06-09 02:15:01] "POST /neutron/network HTTP/1.1" 200 607 0.059501 10.0.0.38 - - [2025-06-09 02:15:01] "POST /route-targets HTTP/1.1" 200 327 0.010103 10.0.0.38 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009375 10.0.0.38 - - [2025-06-09 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002354 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.199950 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 825 0.005115 10.0.0.38 - - [2025-06-09 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001161 10.0.0.38 - - [2025-06-09 02:15:02] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004715 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 825 0.006239 10.0.0.38 - - [2025-06-09 02:15:02] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006557 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 825 0.005564 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.008008 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002958 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.38 - - [2025-06-09 02:15:02] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.38 - - [2025-06-09 02:15:02] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026679 10.0.0.38 - - [2025-06-09 02:15:02] "POST /network-policys HTTP/1.1" 200 571 0.039248 10.0.0.38 - - [2025-06-09 02:15:02] "GET /network-policy/dfce0373-1777-46ed-8d79-b4b40df7ad69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004623 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 826 0.005928 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.002703 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 928 0.054078 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 928 0.009142 10.0.0.38 - - [2025-06-09 02:15:02] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005369 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.38 - - [2025-06-09 02:15:02] "POST /access-control-lists HTTP/1.1" 200 590 0.093246 10.0.0.38 - - [2025-06-09 02:15:02] "GET /network-policy/dfce0373-1777-46ed-8d79-b4b40df7ad69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004195 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 825 0.005771 10.0.0.38 - - [2025-06-09 02:15:02] "PUT /access-control-list/57467a9a-d7f0-42a6-80c8-23a8ea898e1f HTTP/1.1" 200 272 0.017568 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 927 0.055730 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.006528 10.0.0.38 - - [2025-06-09 02:15:02] "POST /neutron/network HTTP/1.1" 200 927 0.007961 10.0.0.38 - - [2025-06-09 02:15:02] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005862 10.0.0.38 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.38 - - [2025-06-09 02:15:02] "GET /network-policy/dfce0373-1777-46ed-8d79-b4b40df7ad69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.036761 10.0.0.38 - - [2025-06-09 02:15:02] "POST /access-control-lists HTTP/1.1" 200 590 0.070686 10.0.0.38 - - [2025-06-09 02:15:02] "GET /domains HTTP/1.1" 401 292 0.000476 10.0.0.38 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.010892 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains HTTP/1.1" 200 280 0.024292 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001276 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.008390 10.0.0.38 - - [2025-06-09 02:15:03] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001466 10.0.0.38 - - [2025-06-09 02:15:03] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 2572 0.076397 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728 HTTP/1.1" 200 2891 0.005835 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728 HTTP/1.1" 200 2891 0.005136 10.0.0.38 - - [2025-06-09 02:15:03] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 200 1783 0.003770 10.0.0.38 - - [2025-06-09 02:15:03] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 200 1783 0.003419 10.0.0.38 - - [2025-06-09 02:15:03] "GET /route-target/6766f7e5-fb57-473c-b8dc-879ebca37e23 HTTP/1.1" 200 1206 0.003164 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728 HTTP/1.1" 200 2891 0.004572 10.0.0.38 - - [2025-06-09 02:15:03] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 200 1783 0.003425 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006274 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728 HTTP/1.1" 200 2891 0.004617 10.0.0.38 - - [2025-06-09 02:15:03] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 200 1783 0.003376 10.0.0.38 - - [2025-06-09 02:15:03] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 200 1783 0.006384 10.0.0.38 - - [2025-06-09 02:15:03] "GET /route-target/6766f7e5-fb57-473c-b8dc-879ebca37e23 HTTP/1.1" 200 1206 0.007401 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.006988 10.0.0.38 - - [2025-06-09 02:15:03] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001054 10.0.0.38 - - [2025-06-09 02:15:03] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 2572 0.067079 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728 HTTP/1.1" 200 2891 0.005008 10.0.0.38 - - [2025-06-09 02:15:03] "GET /obj-perms HTTP/1.1" 200 5034 0.043280 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains HTTP/1.1" 200 280 0.002598 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.38 - - [2025-06-09 02:15:03] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.006811 10.0.0.38 - - [2025-06-09 02:15:03] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000943 10.0.0.38 - - [2025-06-09 02:15:03] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 2572 0.071315 10.0.0.38 - - [2025-06-09 02:15:03] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457 HTTP/1.1" 200 2888 0.006235 10.0.0.38 - - [2025-06-09 02:15:04] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457 HTTP/1.1" 200 2888 0.004817 10.0.0.38 - - [2025-06-09 02:15:04] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 200 1783 0.003489 10.0.0.38 - - [2025-06-09 02:15:04] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 200 1783 0.003627 10.0.0.38 - - [2025-06-09 02:15:04] "GET /route-target/d6d6f55e-08fc-4ae0-ad68-60c19a257863 HTTP/1.1" 200 1207 0.003242 10.0.0.38 - - [2025-06-09 02:15:04] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457 HTTP/1.1" 200 2888 0.004709 10.0.0.38 - - [2025-06-09 02:15:04] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 200 1783 0.004291 10.0.0.38 - - [2025-06-09 02:15:04] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005495 10.0.0.38 - - [2025-06-09 02:15:04] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457 HTTP/1.1" 200 2888 0.005527 10.0.0.38 - - [2025-06-09 02:15:04] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 200 1783 0.004139 10.0.0.38 - - [2025-06-09 02:15:04] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 200 1783 0.003698 10.0.0.38 - - [2025-06-09 02:15:04] "GET /route-target/d6d6f55e-08fc-4ae0-ad68-60c19a257863 HTTP/1.1" 200 1207 0.003332 10.0.0.38 - - [2025-06-09 02:15:04] "GET /domains HTTP/1.1" 200 280 0.002596 10.0.0.38 - - [2025-06-09 02:15:04] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.38 - - [2025-06-09 02:15:04] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.007672 10.0.0.38 - - [2025-06-09 02:15:04] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000972 10.0.0.38 - - [2025-06-09 02:15:04] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 2572 0.068057 10.0.0.38 - - [2025-06-09 02:15:04] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457 HTTP/1.1" 200 2888 0.004452 10.0.0.38 - - [2025-06-09 02:15:04] "GET /obj-perms HTTP/1.1" 200 5034 0.003080 10.0.0.38 - - [2025-06-09 02:15:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001434 10.0.0.38 - - [2025-06-09 02:15:04] "POST /neutron/network HTTP/1.1" 200 938 0.005927 10.0.0.38 - - [2025-06-09 02:15:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.38 - - [2025-06-09 02:15:04] "GET / HTTP/1.1" 200 35931 0.001515 10.0.0.38 - - [2025-06-09 02:15:04] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000561 10.0.0.38 - - [2025-06-09 02:15:05] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.38 - - [2025-06-09 02:15:05] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049050 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/network HTTP/1.1" 200 928 0.007164 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.004947 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.004988 10.0.0.38 - - [2025-06-09 02:15:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001285 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 117 0.005258 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/network HTTP/1.1" 200 937 0.005839 10.0.0.38 - - [2025-06-09 02:15:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/network HTTP/1.1" 200 938 0.005703 10.0.0.38 - - [2025-06-09 02:15:05] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002128 10.0.0.38 - - [2025-06-09 02:15:05] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.38 - - [2025-06-09 02:15:05] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000536 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 1062 0.222752 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 1062 0.010312 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 1062 0.014019 10.0.0.38 - - [2025-06-09 02:15:05] "POST /neutron/port HTTP/1.1" 200 1116 0.061556 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/port HTTP/1.1" 200 1090 0.017845 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004861 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.010557 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/network HTTP/1.1" 200 928 0.005365 10.0.0.38 - - [2025-06-09 02:15:06] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001867 10.0.0.38 - - [2025-06-09 02:15:06] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053467 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/network HTTP/1.1" 200 927 0.005071 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/port HTTP/1.1" 200 1090 0.031159 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006577 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.005997 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/port HTTP/1.1" 200 1090 0.017577 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007254 10.0.0.38 - - [2025-06-09 02:15:06] "POST /neutron/network HTTP/1.1" 200 937 0.005424 10.0.0.38 - - [2025-06-09 02:15:06] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.38 - - [2025-06-09 02:15:06] "PUT /access-control-list/6d6670ec-26c5-43f8-bac8-badfd03407bb HTTP/1.1" 200 272 0.017314 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 1061 0.313119 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 1061 0.014712 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 1061 0.009138 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 1115 0.099382 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 1089 0.017673 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.021754 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.38 - - [2025-06-09 02:15:07] "POST /neutron/network HTTP/1.1" 200 927 0.007011 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/port HTTP/1.1" 200 1090 0.014149 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006064 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/port HTTP/1.1" 200 1090 0.013527 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006517 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/port HTTP/1.1" 200 1090 0.018115 10.0.0.38 - - [2025-06-09 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006445 10.0.0.38 - - [2025-06-09 02:15:11] "GET /virtual-machine/7f31c9f3-3b38-4ac5-a5c5-7c81b0c69f19 HTTP/1.1" 200 1294 0.007988 10.0.0.38 - - [2025-06-09 02:15:11] "GET /virtual-machine-interface/6d6d2f27-2fcb-4d96-99fd-d84a51f7d4c0 HTTP/1.1" 200 2951 0.005178 10.0.0.38 - - [2025-06-09 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.38 - - [2025-06-09 02:15:11] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002987 10.0.0.38 - - [2025-06-09 02:15:11] "GET /virtual-networks?parent_id=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003019 10.0.0.38 - - [2025-06-09 02:15:11] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005408 10.0.0.38 - - [2025-06-09 02:15:14] "POST /neutron/port HTTP/1.1" 200 1090 0.016454 10.0.0.38 - - [2025-06-09 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005608 10.0.0.38 - - [2025-06-09 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.38 - - [2025-06-09 02:15:15] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004708 10.0.0.38 - - [2025-06-09 02:15:15] "POST /neutron/port HTTP/1.1" 200 1089 0.018081 10.0.0.38 - - [2025-06-09 02:15:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005910 10.0.0.38 - - [2025-06-09 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.38 - - [2025-06-09 02:15:17] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003977 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-networks?parent_id=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003867 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005047 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016734 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006097 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/port HTTP/1.1" 200 1089 0.014153 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006485 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/port HTTP/1.1" 200 1089 0.016729 10.0.0.38 - - [2025-06-09 02:15:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007285 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-machine/ad8220f3-c322-4121-86ac-b7ed48c82a68 HTTP/1.1" 200 1294 0.005263 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-machine-interface/eaa2ad34-2be7-4fb3-9a30-e0d387b2d957 HTTP/1.1" 200 2952 0.005834 10.0.0.38 - - [2025-06-09 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2025-06-09 02:15:17] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003537 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-networks?parent_id=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003244 10.0.0.38 - - [2025-06-09 02:15:17] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005785 10.0.0.38 - - [2025-06-09 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.38 - - [2025-06-09 02:15:18] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003030 10.0.0.38 - - [2025-06-09 02:15:19] "GET /virtual-networks?parent_id=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003520 10.0.0.38 - - [2025-06-09 02:15:19] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005136 10.0.0.38 - - [2025-06-09 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.38 - - [2025-06-09 02:15:23] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001191 10.0.0.38 - - [2025-06-09 02:15:23] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026457 10.0.0.38 - - [2025-06-09 02:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.38 - - [2025-06-09 02:15:23] "PUT /network-policy/dfce0373-1777-46ed-8d79-b4b40df7ad69 HTTP/1.1" 200 262 0.010619 10.0.0.38 - - [2025-06-09 02:15:23] "PUT /access-control-list/57467a9a-d7f0-42a6-80c8-23a8ea898e1f HTTP/1.1" 200 272 0.052336 10.0.0.38 - - [2025-06-09 02:15:23] "POST /ref-update HTTP/1.1" 200 156 0.011371 10.0.0.38 - - [2025-06-09 02:15:24] "PUT /access-control-list/6d6670ec-26c5-43f8-bac8-badfd03407bb HTTP/1.1" 200 272 0.053019 10.0.0.38 - - [2025-06-09 02:15:24] "POST /ref-update HTTP/1.1" 200 156 0.011926 10.0.0.38 - - [2025-06-09 02:15:26] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005277 10.0.0.38 - - [2025-06-09 02:15:26] "POST /neutron/network HTTP/1.1" 200 927 0.005736 10.0.0.38 - - [2025-06-09 02:15:26] "POST /neutron/network HTTP/1.1" 200 825 0.041041 10.0.0.38 - - [2025-06-09 02:15:26] "DELETE /access-control-list/6d6670ec-26c5-43f8-bac8-badfd03407bb HTTP/1.1" 200 115 0.037775 10.0.0.38 - - [2025-06-09 02:15:26] "POST /neutron/network HTTP/1.1" 200 825 0.007170 10.0.0.38 - - [2025-06-09 02:15:26] "GET /virtual-network/0f231586-0f6b-47c7-a853-c6e4e2901457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006819 10.0.0.38 - - [2025-06-09 02:15:26] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005480 10.0.0.38 - - [2025-06-09 02:15:26] "POST /neutron/network HTTP/1.1" 200 928 0.010914 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/network HTTP/1.1" 200 826 0.065956 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/network HTTP/1.1" 200 826 0.014509 10.0.0.38 - - [2025-06-09 02:15:27] "GET /virtual-network/4dac14da-2343-4d1c-b154-1913c51dd728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006255 10.0.0.38 - - [2025-06-09 02:15:27] "DELETE /access-control-list/57467a9a-d7f0-42a6-80c8-23a8ea898e1f HTTP/1.1" 200 115 0.086840 10.0.0.38 - - [2025-06-09 02:15:27] "DELETE /network-policy/dfce0373-1777-46ed-8d79-b4b40df7ad69 HTTP/1.1" 200 115 0.047464 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/network HTTP/1.1" 200 825 0.007468 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/network HTTP/1.1" 400 204 0.015812 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 1089 0.016485 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 1115 0.009717 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 1090 0.021371 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 1116 0.013011 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 151 0.134094 10.0.0.38 - - [2025-06-09 02:15:27] "POST /neutron/port HTTP/1.1" 200 151 0.126855 10.0.0.38 - - [2025-06-09 02:15:27] "DELETE /project/ecc73cda189147fcad2deaace86ddd6f HTTP/1.1" 404 173 0.010869 10.0.0.38 - - [2025-06-09 02:15:27] "DELETE /project/be22a4cf91794c9bacb16b00319e44ee HTTP/1.1" 404 173 0.009930 10.0.0.38 - - [2025-06-09 02:15:27] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.38 - - [2025-06-09 02:15:27] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000851 10.0.0.38 - - [2025-06-09 02:15:27] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.042870 10.0.0.38 - - [2025-06-09 02:15:27] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.045321 10.0.0.38 - - [2025-06-09 02:15:27] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.38 - - [2025-06-09 02:15:27] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.38 - - [2025-06-09 02:15:27] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?fields=security_groups HTTP/1.1" 200 1372 0.032258 10.0.0.38 - - [2025-06-09 02:15:28] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?fields=security_groups HTTP/1.1" 200 1388 0.035896 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /security-group/0cd616fc-a633-4ab7-a3b5-d960aa087cec HTTP/1.1" 200 115 0.045988 10.0.0.38 - - [2025-06-09 02:15:28] "GET /projects?obj_uuids=70e3550f-14af-4603-bdb2-2f52ef34dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001150 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /access-control-list/77f3bb88-b15e-4a43-aac2-5fde5105798d HTTP/1.1" 200 115 0.046513 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /security-group/926204e2-d77b-4421-9f6b-d34c3c60e8bf HTTP/1.1" 200 115 0.075327 10.0.0.38 - - [2025-06-09 02:15:28] "GET /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f?fields=application_policy_sets HTTP/1.1" 200 1411 0.036640 10.0.0.38 - - [2025-06-09 02:15:28] "GET /projects?obj_uuids=ecc73cda-1891-47fc-ad2d-eaace86ddd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /access-control-list/cf625a8c-d2a3-4735-873b-351e3a16201f HTTP/1.1" 200 115 0.041225 10.0.0.38 - - [2025-06-09 02:15:28] "GET /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f?fields=application_policy_sets HTTP/1.1" 200 1427 0.026816 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /access-control-list/881997a2-6e2f-4263-a4fa-eed4a9329aaa HTTP/1.1" 200 115 0.025373 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /access-control-list/dc20ef6b-e7b8-41ee-b492-da0f10bb0c88 HTTP/1.1" 200 115 0.028502 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /project/70e3550f-14af-4603-bdb2-2f52ef34dd9f HTTP/1.1" 200 115 0.358885 10.0.0.38 - - [2025-06-09 02:15:28] "DELETE /project/ecc73cda-1891-47fc-ad2d-eaace86ddd6f HTTP/1.1" 200 115 0.378265 10.0.0.38 - - [2025-06-09 02:15:29] "POST /neutron/network HTTP/1.1" 200 825 0.007338 10.0.0.38 - - [2025-06-09 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.38 - - [2025-06-09 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002375 10.0.0.38 - - [2025-06-09 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001835 10.0.0.38 - - [2025-06-09 02:15:29] "POST /neutron/network HTTP/1.1" 200 151 0.080080 10.0.0.38 - - [2025-06-09 02:15:29] "GET /routing-instance/6c9de141-8550-4900-a7ba-62711c400160 HTTP/1.1" 404 171 0.002517 10.0.0.38 - - [2025-06-09 02:15:29] "DELETE /route-target/d6d6f55e-08fc-4ae0-ad68-60c19a257863 HTTP/1.1" 200 115 0.017670 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domains HTTP/1.1" 200 280 0.002470 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2575 0.048917 10.0.0.38 - - [2025-06-09 02:15:29] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.38 - - [2025-06-09 02:15:29] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 2104 0.074998 10.0.0.38 - - [2025-06-09 02:15:29] "POST /neutron/network HTTP/1.1" 200 826 0.005366 10.0.0.38 - - [2025-06-09 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004183 10.0.0.38 - - [2025-06-09 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.38 - - [2025-06-09 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.38 - - [2025-06-09 02:15:29] "POST /neutron/network HTTP/1.1" 200 151 0.079902 10.0.0.38 - - [2025-06-09 02:15:29] "DELETE /route-target/6766f7e5-fb57-473c-b8dc-879ebca37e23 HTTP/1.1" 200 115 0.017276 10.0.0.38 - - [2025-06-09 02:15:29] "GET /routing-instance/1390b829-248f-4253-abd5-724fed1cf5f1 HTTP/1.1" 404 171 0.002501 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domains HTTP/1.1" 200 280 0.002324 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.38 - - [2025-06-09 02:15:29] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2575 0.050956 10.0.0.38 - - [2025-06-09 02:15:29] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001524 10.0.0.38 - - [2025-06-09 02:15:29] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 1865 0.067543 10.0.0.38 - - [2025-06-09 02:15:29] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001641 10.0.0.38 - - [2025-06-09 02:15:30] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.033457 10.0.0.38 - - [2025-06-09 02:15:30] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001619 10.0.0.38 - - [2025-06-09 02:15:30] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?fields=virtual_networks HTTP/1.1" 200 1037 0.070557 10.0.0.38 - - [2025-06-09 02:15:30] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001119 10.0.0.38 - - [2025-06-09 02:15:30] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.030163 10.0.0.38 - - [2025-06-09 02:15:30] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.38 - - [2025-06-09 02:15:30] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?fields=security_groups HTTP/1.1" 200 1265 0.024060 10.0.0.38 - - [2025-06-09 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.024817 10.0.0.38 - - [2025-06-09 02:15:31] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002796 10.0.0.38 - - [2025-06-09 02:15:31] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001743 10.0.0.38 - - [2025-06-09 02:15:31] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013486 10.0.0.38 - - [2025-06-09 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 188 0.001873 10.0.0.38 - - [2025-06-09 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.003824 10.0.0.38 - - [2025-06-09 02:15:31] "POST /security-groups HTTP/1.1" 200 589 0.075783 10.0.0.38 - - [2025-06-09 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 232 0.002962 10.0.0.38 - - [2025-06-09 02:15:31] "POST /projects HTTP/1.1" 200 581 0.234141 10.0.0.38 - - [2025-06-09 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.301794 10.0.0.38 - - [2025-06-09 02:15:31] "POST /access-control-lists HTTP/1.1" 200 594 0.067570 10.0.0.38 - - [2025-06-09 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.002613 10.0.0.38 - - [2025-06-09 02:15:31] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.431085 10.0.0.38 - - [2025-06-09 02:15:31] "POST /access-control-lists HTTP/1.1" 200 592 0.059521 10.0.0.38 - - [2025-06-09 02:15:32] "GET / HTTP/1.1" 200 35931 0.002184 10.0.0.38 - - [2025-06-09 02:15:33] "GET /obj-perms HTTP/1.1" 200 5056 0.092695 10.0.0.38 - - [2025-06-09 02:15:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.38 - - [2025-06-09 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.031320 10.0.0.38 - - [2025-06-09 02:15:33] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.38 - - [2025-06-09 02:15:33] "GET /obj-perms HTTP/1.1" 200 5056 0.340124 10.0.0.38 - - [2025-06-09 02:15:33] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.032134 10.0.0.38 - - [2025-06-09 02:15:33] "POST /neutron/network HTTP/1.1" 200 117 0.028807 10.0.0.38 - - [2025-06-09 02:15:33] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/network HTTP/1.1" 200 613 0.064644 10.0.0.38 - - [2025-06-09 02:15:34] "POST /route-targets HTTP/1.1" 200 327 0.011377 10.0.0.38 - - [2025-06-09 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.010124 10.0.0.38 - - [2025-06-09 02:15:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004192 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.179410 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/network HTTP/1.1" 200 834 0.006555 10.0.0.38 - - [2025-06-09 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001317 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005016 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/network HTTP/1.1" 200 834 0.005692 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005072 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/network HTTP/1.1" 200 834 0.006755 10.0.0.38 - - [2025-06-09 02:15:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.006694 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domains HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domains HTTP/1.1" 200 280 0.024412 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.010065 10.0.0.38 - - [2025-06-09 02:15:34] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001417 10.0.0.38 - - [2025-06-09 02:15:34] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2081 0.071986 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987 HTTP/1.1" 200 2325 0.006231 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987 HTTP/1.1" 200 2325 0.005033 10.0.0.38 - - [2025-06-09 02:15:34] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 200 1493 0.003708 10.0.0.38 - - [2025-06-09 02:15:34] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 200 1493 0.003218 10.0.0.38 - - [2025-06-09 02:15:34] "GET /route-target/9fc5a270-36fe-4f05-be99-d019e45a9971 HTTP/1.1" 200 1213 0.002881 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987 HTTP/1.1" 200 2325 0.004989 10.0.0.38 - - [2025-06-09 02:15:34] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 200 1493 0.003295 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004690 10.0.0.38 - - [2025-06-09 02:15:34] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987 HTTP/1.1" 200 2325 0.005350 10.0.0.38 - - [2025-06-09 02:15:34] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 200 1493 0.003424 10.0.0.38 - - [2025-06-09 02:15:34] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 200 1493 0.003502 10.0.0.38 - - [2025-06-09 02:15:34] "GET /route-target/9fc5a270-36fe-4f05-be99-d019e45a9971 HTTP/1.1" 200 1213 0.003105 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domains HTTP/1.1" 200 280 0.003155 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.38 - - [2025-06-09 02:15:34] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.007859 10.0.0.38 - - [2025-06-09 02:15:34] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.38 - - [2025-06-09 02:15:35] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2081 0.068051 10.0.0.38 - - [2025-06-09 02:15:35] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987 HTTP/1.1" 200 2325 0.005162 10.0.0.38 - - [2025-06-09 02:15:35] "GET /obj-perms HTTP/1.1" 200 5026 0.045482 10.0.0.38 - - [2025-06-09 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.38 - - [2025-06-09 02:15:35] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.38 - - [2025-06-09 02:15:35] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030128 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/network HTTP/1.1" 200 117 0.008861 10.0.0.38 - - [2025-06-09 02:15:35] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/network HTTP/1.1" 200 613 0.080308 10.0.0.38 - - [2025-06-09 02:15:35] "POST /route-targets HTTP/1.1" 200 327 0.012226 10.0.0.38 - - [2025-06-09 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.38 - - [2025-06-09 02:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004500 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.174626 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/network HTTP/1.1" 200 832 0.005439 10.0.0.38 - - [2025-06-09 02:15:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001233 10.0.0.38 - - [2025-06-09 02:15:35] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004801 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/network HTTP/1.1" 200 832 0.005708 10.0.0.38 - - [2025-06-09 02:15:35] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005214 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/network HTTP/1.1" 200 832 0.006248 10.0.0.38 - - [2025-06-09 02:15:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.007395 10.0.0.38 - - [2025-06-09 02:15:35] "GET /domains HTTP/1.1" 200 280 0.002370 10.0.0.38 - - [2025-06-09 02:15:35] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001708 10.0.0.38 - - [2025-06-09 02:15:35] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.010309 10.0.0.38 - - [2025-06-09 02:15:35] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.38 - - [2025-06-09 02:15:36] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2299 0.065653 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1 HTTP/1.1" 200 2318 0.007823 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1 HTTP/1.1" 200 2318 0.004567 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 200 1493 0.003845 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 200 1493 0.003317 10.0.0.38 - - [2025-06-09 02:15:36] "GET /route-target/efb97a37-d847-4cdf-b79a-85256185c3b1 HTTP/1.1" 200 1213 0.003130 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1 HTTP/1.1" 200 2318 0.005212 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 200 1493 0.003614 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004992 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1 HTTP/1.1" 200 2318 0.004667 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 200 1493 0.003325 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 200 1493 0.003430 10.0.0.38 - - [2025-06-09 02:15:36] "GET /route-target/efb97a37-d847-4cdf-b79a-85256185c3b1 HTTP/1.1" 200 1213 0.002892 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domains HTTP/1.1" 200 280 0.002598 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.007432 10.0.0.38 - - [2025-06-09 02:15:36] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.38 - - [2025-06-09 02:15:36] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2299 0.072490 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1 HTTP/1.1" 200 2318 0.004971 10.0.0.38 - - [2025-06-09 02:15:36] "GET /obj-perms HTTP/1.1" 200 5026 0.003082 10.0.0.38 - - [2025-06-09 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.38 - - [2025-06-09 02:15:36] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.38 - - [2025-06-09 02:15:36] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.027060 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/network HTTP/1.1" 200 117 0.010539 10.0.0.38 - - [2025-06-09 02:15:36] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/network HTTP/1.1" 200 615 0.072651 10.0.0.38 - - [2025-06-09 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.013263 10.0.0.38 - - [2025-06-09 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009221 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.150012 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/network HTTP/1.1" 200 835 0.005617 10.0.0.38 - - [2025-06-09 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001197 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005055 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/network HTTP/1.1" 200 835 0.005323 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004965 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/network HTTP/1.1" 200 835 0.006906 10.0.0.38 - - [2025-06-09 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.007390 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domains HTTP/1.1" 200 280 0.002936 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.38 - - [2025-06-09 02:15:36] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.008903 10.0.0.38 - - [2025-06-09 02:15:36] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.38 - - [2025-06-09 02:15:36] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2518 0.065938 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71 HTTP/1.1" 200 2326 0.005586 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71 HTTP/1.1" 200 2326 0.004491 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 200 1496 0.003423 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 200 1496 0.003066 10.0.0.38 - - [2025-06-09 02:15:36] "GET /route-target/1d4fc660-b8ee-4de5-8ea1-4e228c82a723 HTTP/1.1" 200 1214 0.003459 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71 HTTP/1.1" 200 2326 0.004576 10.0.0.38 - - [2025-06-09 02:15:36] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 200 1496 0.003090 10.0.0.38 - - [2025-06-09 02:15:36] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004548 10.0.0.38 - - [2025-06-09 02:15:37] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71 HTTP/1.1" 200 2326 0.005165 10.0.0.38 - - [2025-06-09 02:15:37] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 200 1496 0.003529 10.0.0.38 - - [2025-06-09 02:15:37] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 200 1496 0.003749 10.0.0.38 - - [2025-06-09 02:15:37] "GET /route-target/1d4fc660-b8ee-4de5-8ea1-4e228c82a723 HTTP/1.1" 200 1214 0.003174 10.0.0.38 - - [2025-06-09 02:15:37] "GET /domains HTTP/1.1" 200 280 0.003081 10.0.0.38 - - [2025-06-09 02:15:37] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.38 - - [2025-06-09 02:15:37] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2759 0.006837 10.0.0.38 - - [2025-06-09 02:15:37] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.38 - - [2025-06-09 02:15:37] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2518 0.070130 10.0.0.38 - - [2025-06-09 02:15:37] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71 HTTP/1.1" 200 2326 0.004992 10.0.0.38 - - [2025-06-09 02:15:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003180 10.0.0.38 - - [2025-06-09 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001338 10.0.0.38 - - [2025-06-09 02:15:37] "POST /neutron/network HTTP/1.1" 200 842 0.007708 10.0.0.38 - - [2025-06-09 02:15:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000611 10.0.0.38 - - [2025-06-09 02:15:37] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.38 - - [2025-06-09 02:15:37] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2025-06-09 02:15:38] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.38 - - [2025-06-09 02:15:38] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047489 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/network HTTP/1.1" 200 832 0.005730 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.005098 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.005287 10.0.0.38 - - [2025-06-09 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.005037 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/network HTTP/1.1" 200 845 0.005644 10.0.0.38 - - [2025-06-09 02:15:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/network HTTP/1.1" 200 842 0.005672 10.0.0.38 - - [2025-06-09 02:15:38] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001544 10.0.0.38 - - [2025-06-09 02:15:38] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.38 - - [2025-06-09 02:15:38] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000494 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 1058 0.214957 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 1058 0.009869 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 1058 0.009303 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 1112 0.057765 10.0.0.38 - - [2025-06-09 02:15:38] "POST /neutron/port HTTP/1.1" 200 1086 0.014370 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003569 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.010898 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/network HTTP/1.1" 200 832 0.007531 10.0.0.38 - - [2025-06-09 02:15:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.38 - - [2025-06-09 02:15:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045112 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/network HTTP/1.1" 200 835 0.006300 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 1086 0.022362 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006691 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.004942 10.0.0.38 - - [2025-06-09 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.002738 10.0.0.38 - - [2025-06-09 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2025-06-09 02:15:39] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001734 10.0.0.38 - - [2025-06-09 02:15:39] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012371 10.0.0.38 - - [2025-06-09 02:15:39] "POST /service-templates HTTP/1.1" 200 543 0.019373 10.0.0.38 - - [2025-06-09 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.38 - - [2025-06-09 02:15:39] "GET /service-template/c7c44998-f50f-464d-aa54-c05f9e5cdeb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004854 10.0.0.38 - - [2025-06-09 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/network HTTP/1.1" 200 845 0.006993 10.0.0.38 - - [2025-06-09 02:15:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001366 10.0.0.38 - - [2025-06-09 02:15:39] "GET /service-template/c7c44998-f50f-464d-aa54-c05f9e5cdeb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005542 10.0.0.38 - - [2025-06-09 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001526 10.0.0.38 - - [2025-06-09 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001411 10.0.0.38 - - [2025-06-09 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001968 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 1059 0.242914 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 1059 0.010162 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 1059 0.018828 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/port HTTP/1.1" 200 2003 0.024614 10.0.0.38 - - [2025-06-09 02:15:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008967 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/port HTTP/1.1" 200 1113 0.068705 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/port HTTP/1.1" 200 1087 0.014245 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003379 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.017776 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/network HTTP/1.1" 200 835 0.006056 10.0.0.38 - - [2025-06-09 02:15:40] "POST /neutron/network HTTP/1.1" 200 2226 0.012573 10.0.0.38 - - [2025-06-09 02:15:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2025-06-09 02:15:40] "GET / HTTP/1.1" 200 35931 0.001647 10.0.0.38 - - [2025-06-09 02:15:40] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2025-06-09 02:15:41] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.38 - - [2025-06-09 02:15:41] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051054 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/network HTTP/1.1" 200 834 0.005620 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/network HTTP/1.1" 200 832 0.004956 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/network HTTP/1.1" 200 835 0.004957 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/port HTTP/1.1" 200 2057 0.020748 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010334 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.005137 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.005195 10.0.0.38 - - [2025-06-09 02:15:41] "POST /neutron/network HTTP/1.1" 200 2226 0.012167 10.0.0.38 - - [2025-06-09 02:15:41] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001450 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1060 0.284503 10.0.0.38 - - [2025-06-09 02:15:42] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1058 0.231112 10.0.0.38 - - [2025-06-09 02:15:42] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002423 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1059 0.254860 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1060 0.021435 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1060 0.011290 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1114 0.093481 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1058 0.021246 10.0.0.38 - - [2025-06-09 02:15:42] "POST /neutron/port HTTP/1.1" 200 1058 0.012184 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 1112 0.080156 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 1059 0.021170 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 1059 0.011000 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 1113 0.056497 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 3028 0.019739 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.014779 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/network HTTP/1.1" 200 834 0.005553 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004777 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.012594 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/network HTTP/1.1" 200 832 0.007607 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003299 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/subnet HTTP/1.1" 200 704 0.010128 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.38 - - [2025-06-09 02:15:43] "POST /neutron/network HTTP/1.1" 200 835 0.005887 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/port HTTP/1.1" 200 3028 0.020523 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006501 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/port HTTP/1.1" 200 3028 0.022339 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008006 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/port HTTP/1.1" 200 3028 0.022977 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007666 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/port HTTP/1.1" 200 3028 0.026130 10.0.0.38 - - [2025-06-09 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005804 10.0.0.38 - - [2025-06-09 02:15:47] "POST /neutron/port HTTP/1.1" 200 3028 0.027272 10.0.0.38 - - [2025-06-09 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006617 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-machine/fb3f8c5c-eaab-4a72-bd7f-58a3118d5e1a HTTP/1.1" 200 1803 0.004464 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c HTTP/1.1" 200 2948 0.005178 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f HTTP/1.1" 200 2947 0.005116 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c HTTP/1.1" 200 2947 0.004986 10.0.0.38 - - [2025-06-09 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.38 - - [2025-06-09 02:15:47] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003041 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002878 10.0.0.38 - - [2025-06-09 02:15:47] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007461 10.0.0.38 - - [2025-06-09 02:15:47] "POST /neutron/port HTTP/1.1" 200 1086 0.014915 10.0.0.38 - - [2025-06-09 02:15:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004924 10.0.0.38 - - [2025-06-09 02:15:48] "POST /neutron/port HTTP/1.1" 200 1087 0.015321 10.0.0.38 - - [2025-06-09 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008040 10.0.0.38 - - [2025-06-09 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.38 - - [2025-06-09 02:15:50] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005063 10.0.0.38 - - [2025-06-09 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2025-06-09 02:15:54] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005665 10.0.0.38 - - [2025-06-09 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.38 - - [2025-06-09 02:15:58] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004860 10.0.0.38 - - [2025-06-09 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011959 10.0.0.38 - - [2025-06-09 02:16:02] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003308 10.0.0.38 - - [2025-06-09 02:16:02] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003237 10.0.0.38 - - [2025-06-09 02:16:02] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007573 10.0.0.38 - - [2025-06-09 02:16:03] "POST /neutron/port HTTP/1.1" 200 3028 0.020267 10.0.0.38 - - [2025-06-09 02:16:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006450 10.0.0.38 - - [2025-06-09 02:16:08] "POST /neutron/port HTTP/1.1" 200 3028 0.018689 10.0.0.38 - - [2025-06-09 02:16:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006176 10.0.0.38 - - [2025-06-09 02:16:12] "POST /neutron/port HTTP/1.1" 200 3028 0.019765 10.0.0.38 - - [2025-06-09 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004945 10.0.0.38 - - [2025-06-09 02:16:13] "POST /neutron/port HTTP/1.1" 200 3028 0.020346 10.0.0.38 - - [2025-06-09 02:16:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005969 10.0.0.38 - - [2025-06-09 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.38 - - [2025-06-09 02:16:18] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003275 10.0.0.38 - - [2025-06-09 02:16:18] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002988 10.0.0.38 - - [2025-06-09 02:16:18] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005093 10.0.0.38 - - [2025-06-09 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.38 - - [2025-06-09 02:16:18] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003629 10.0.0.38 - - [2025-06-09 02:16:18] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002894 10.0.0.38 - - [2025-06-09 02:16:18] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005323 10.0.0.38 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.002805 10.0.0.38 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.38 - - [2025-06-09 02:16:19] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.38 - - [2025-06-09 02:16:19] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.030870 10.0.0.38 - - [2025-06-09 02:16:19] "POST /service-instances HTTP/1.1" 200 543 0.063518 10.0.0.38 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2025-06-09 02:16:19] "GET /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005340 10.0.0.38 - - [2025-06-09 02:16:19] "POST /port-tuples HTTP/1.1" 200 586 0.023499 10.0.0.38 - - [2025-06-09 02:16:19] "GET /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005450 10.0.0.38 - - [2025-06-09 02:16:19] "PUT /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f HTTP/1.1" 200 284 0.009958 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.011093 10.0.0.38 - - [2025-06-09 02:16:19] "POST /instance-ips HTTP/1.1" 200 385 0.023161 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.010883 10.0.0.38 - - [2025-06-09 02:16:19] "GET /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006188 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.011350 10.0.0.38 - - [2025-06-09 02:16:19] "PUT /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c HTTP/1.1" 200 284 0.013701 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002829 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.38 - - [2025-06-09 02:16:19] "GET /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.005057 10.0.0.38 - - [2025-06-09 02:16:19] "POST /instance-ips HTTP/1.1" 200 385 0.028879 10.0.0.38 - - [2025-06-09 02:16:19] "PUT /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c HTTP/1.1" 200 284 0.010313 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.38 - - [2025-06-09 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.010913 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002937 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/port HTTP/1.1" 200 1086 0.020730 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006329 10.0.0.38 - - [2025-06-09 02:16:20] "POST /instance-ips HTTP/1.1" 200 373 0.015503 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/port HTTP/1.1" 200 1086 0.014731 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007525 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011946 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010623 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/port HTTP/1.1" 200 1086 0.024269 10.0.0.38 - - [2025-06-09 02:16:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005933 10.0.0.38 - - [2025-06-09 02:16:20] "GET /virtual-machine/4a0e72e4-28e6-49f6-8578-57dd951bbd6b HTTP/1.1" 200 1289 0.004550 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003372 10.0.0.38 - - [2025-06-09 02:16:20] "GET /virtual-machine-interface/21fd617b-d29b-4549-85ef-6cf94bcf15d0 HTTP/1.1" 200 2945 0.005406 10.0.0.38 - - [2025-06-09 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.38 - - [2025-06-09 02:16:20] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003610 10.0.0.38 - - [2025-06-09 02:16:20] "POST /instance-ips HTTP/1.1" 200 373 0.018941 10.0.0.38 - - [2025-06-09 02:16:20] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004284 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.010363 10.0.0.38 - - [2025-06-09 02:16:20] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007659 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008590 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002997 10.0.0.38 - - [2025-06-09 02:16:20] "POST /instance-ips HTTP/1.1" 200 375 0.014913 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008487 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008021 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002857 10.0.0.38 - - [2025-06-09 02:16:20] "POST /instance-ips HTTP/1.1" 200 375 0.019217 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009329 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.012742 10.0.0.38 - - [2025-06-09 02:16:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006868 10.0.0.38 - - [2025-06-09 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.38 - - [2025-06-09 02:16:21] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004339 10.0.0.38 - - [2025-06-09 02:16:21] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005299 10.0.0.38 - - [2025-06-09 02:16:21] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005758 10.0.0.38 - - [2025-06-09 02:16:21] "POST /neutron/port HTTP/1.1" 200 1087 0.014505 10.0.0.38 - - [2025-06-09 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006487 10.0.0.38 - - [2025-06-09 02:16:21] "POST /neutron/port HTTP/1.1" 200 1087 0.014501 10.0.0.38 - - [2025-06-09 02:16:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005764 10.0.0.38 - - [2025-06-09 02:16:22] "POST /neutron/port HTTP/1.1" 200 1087 0.013560 10.0.0.38 - - [2025-06-09 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006931 10.0.0.38 - - [2025-06-09 02:16:22] "GET /virtual-machine/d77ed2e5-7946-40d5-81ca-cea55ffa82b7 HTTP/1.1" 200 1290 0.004496 10.0.0.38 - - [2025-06-09 02:16:22] "GET /virtual-machine-interface/b939f1f4-7bcd-4a90-a386-fe014d49e1a0 HTTP/1.1" 200 2950 0.004482 10.0.0.38 - - [2025-06-09 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.38 - - [2025-06-09 02:16:22] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004018 10.0.0.38 - - [2025-06-09 02:16:22] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003784 10.0.0.38 - - [2025-06-09 02:16:22] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005812 10.0.0.38 - - [2025-06-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2025-06-09 02:16:23] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003037 10.0.0.38 - - [2025-06-09 02:16:23] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003323 10.0.0.38 - - [2025-06-09 02:16:23] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005314 10.0.0.38 - - [2025-06-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.002833 10.0.0.38 - - [2025-06-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.38 - - [2025-06-09 02:16:23] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.38 - - [2025-06-09 02:16:23] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031992 10.0.0.38 - - [2025-06-09 02:16:23] "POST /network-policys HTTP/1.1" 200 547 0.018069 10.0.0.38 - - [2025-06-09 02:16:23] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004479 10.0.0.38 - - [2025-06-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.38 - - [2025-06-09 02:16:23] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005219 10.0.0.38 - - [2025-06-09 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003775 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.003644 10.0.0.38 - - [2025-06-09 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.035087 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.38 - - [2025-06-09 02:16:24] "POST /access-control-lists HTTP/1.1" 200 601 0.063118 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003611 10.0.0.38 - - [2025-06-09 02:16:24] "POST /neutron/network HTTP/1.1" 200 920 0.007775 10.0.0.38 - - [2025-06-09 02:16:24] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005721 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003451 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.38 - - [2025-06-09 02:16:24] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007268 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004652 10.0.0.38 - - [2025-06-09 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.027994 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2025-06-09 02:16:24] "PUT /access-control-list/a3b65c3e-5a01-49e8-829f-b70447fd8930 HTTP/1.1" 200 272 0.013255 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004164 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.004792 10.0.0.38 - - [2025-06-09 02:16:24] "POST /neutron/network HTTP/1.1" 200 923 0.008506 10.0.0.38 - - [2025-06-09 02:16:24] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004921 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.38 - - [2025-06-09 02:16:24] "POST /access-control-lists HTTP/1.1" 200 604 0.066888 10.0.0.38 - - [2025-06-09 02:16:24] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003546 10.0.0.38 - - [2025-06-09 02:16:24] "POST /routing-instances HTTP/1.1" 200 759 0.018027 10.0.0.38 - - [2025-06-09 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.38 - - [2025-06-09 02:16:24] "POST /route-targets HTTP/1.1" 200 327 0.009888 10.0.0.38 - - [2025-06-09 02:16:24] "GET /service-template/c7c44998-f50f-464d-aa54-c05f9e5cdeb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003542 10.0.0.38 - - [2025-06-09 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.014077 10.0.0.38 - - [2025-06-09 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2025-06-09 02:16:25] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.38 - - [2025-06-09 02:16:25] "GET /routing-instance/9c021a75-6cde-451d-845d-b1711691eec3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005281 10.0.0.38 - - [2025-06-09 02:16:25] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.029875 10.0.0.38 - - [2025-06-09 02:16:25] "GET /routing-instance/9c021a75-6cde-451d-845d-b1711691eec3?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004496 10.0.0.38 - - [2025-06-09 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.38 - - [2025-06-09 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009557 10.0.0.38 - - [2025-06-09 02:16:25] "GET /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.005118 10.0.0.38 - - [2025-06-09 02:16:25] "POST /routing-instances HTTP/1.1" 200 760 0.015857 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domains HTTP/1.1" 200 280 0.014193 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2959 0.008865 10.0.0.38 - - [2025-06-09 02:16:25] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.38 - - [2025-06-09 02:16:25] "POST /route-targets HTTP/1.1" 200 327 0.010126 10.0.0.38 - - [2025-06-09 02:16:25] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 4234 0.081366 10.0.0.38 - - [2025-06-09 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.027693 10.0.0.38 - - [2025-06-09 02:16:25] "GET /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d HTTP/1.1" 200 3784 0.007868 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.38 - - [2025-06-09 02:16:25] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2959 0.007133 10.0.0.38 - - [2025-06-09 02:16:25] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.38 - - [2025-06-09 02:16:25] "GET /routing-instance/6e47417a-b518-4910-9feb-7f7cf6048990?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004946 10.0.0.38 - - [2025-06-09 02:16:25] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 4234 0.077669 10.0.0.38 - - [2025-06-09 02:16:25] "GET /routing-instance/6e47417a-b518-4910-9feb-7f7cf6048990?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.012028 10.0.0.38 - - [2025-06-09 02:16:25] "GET /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d HTTP/1.1" 200 3784 0.004351 10.0.0.38 - - [2025-06-09 02:16:25] "GET /port-tuple/f8f9cb91-42e7-4f6f-b910-8160b1f9b81b HTTP/1.1" 200 1980 0.003389 10.0.0.38 - - [2025-06-09 02:16:25] "GET /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c HTTP/1.1" 200 3803 0.005595 10.0.0.38 - - [2025-06-09 02:16:25] "GET /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f HTTP/1.1" 200 3817 0.005702 10.0.0.38 - - [2025-06-09 02:16:25] "GET /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c HTTP/1.1" 200 3799 0.006990 10.0.0.38 - - [2025-06-09 02:16:25] "PUT /routing-instance/9c021a75-6cde-451d-845d-b1711691eec3 HTTP/1.1" 200 266 0.014995 10.0.0.38 - - [2025-06-09 02:16:25] "PUT /routing-instance/6e47417a-b518-4910-9feb-7f7cf6048990 HTTP/1.1" 200 266 0.018315 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/port HTTP/1.1" 200 3835 0.066318 10.0.0.38 - - [2025-06-09 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.015109 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014501 10.0.0.38 - - [2025-06-09 02:16:25] "PUT /access-control-list/e726e55f-0b06-4796-86f3-43457e5f9db5 HTTP/1.1" 200 272 0.016568 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/port HTTP/1.1" 200 3835 0.043127 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013743 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/port HTTP/1.1" 200 3835 0.031196 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006061 10.0.0.38 - - [2025-06-09 02:16:25] "POST /neutron/port HTTP/1.1" 200 3835 0.031084 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007359 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 894 0.012259 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 920 0.005657 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 808 0.012818 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 834 0.005386 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 897 0.012999 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/network HTTP/1.1" 200 923 0.005486 10.0.0.38 - - [2025-06-09 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001256 10.0.0.38 - - [2025-06-09 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001164 10.0.0.38 - - [2025-06-09 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine/fb3f8c5c-eaab-4a72-bd7f-58a3118d5e1a HTTP/1.1" 200 1803 0.004124 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c HTTP/1.1" 200 3803 0.006021 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f HTTP/1.1" 200 3817 0.005419 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c HTTP/1.1" 200 3799 0.005256 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/4ea791b1-412f-4216-b39d-db9d758d06b6 HTTP/1.1" 200 1960 0.003646 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/6e05a35a-3cec-42eb-b1ec-09f61dd68a02 HTTP/1.1" 200 1958 0.003608 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/eec9c023-9029-4ad6-af7e-5f56e7a49ba2 HTTP/1.1" 200 1624 0.004672 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/307714f7-7684-4e5c-9b40-785045c8239e HTTP/1.1" 200 1980 0.003264 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/73a89716-2a93-4e17-8f0a-6aa68c2bd66e HTTP/1.1" 200 1623 0.004560 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/f6498c11-9ad2-4283-9953-61f848af532c HTTP/1.1" 200 1979 0.003754 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/0864752a-90df-454c-b239-cd326327d6b0 HTTP/1.1" 200 1955 0.003780 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/aea60978-64f9-4214-a0ca-b483ba1c50fa HTTP/1.1" 200 1955 0.003699 10.0.0.38 - - [2025-06-09 02:16:26] "GET /instance-ip/ffc5b2aa-86a3-498a-92ba-910b946517b2 HTTP/1.1" 200 1622 0.004968 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/port HTTP/1.1" 200 3835 0.030934 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006164 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/port HTTP/1.1" 200 3835 0.033654 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006481 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/port HTTP/1.1" 200 3835 0.030847 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005957 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/port HTTP/1.1" 200 3835 0.031331 10.0.0.38 - - [2025-06-09 02:16:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005940 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine/fb3f8c5c-eaab-4a72-bd7f-58a3118d5e1a HTTP/1.1" 200 1803 0.003666 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/32526048-208c-4ee1-8441-d98c9d554d6c HTTP/1.1" 200 3803 0.005417 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/968d9762-113d-432c-9e1f-671706a2f66f HTTP/1.1" 200 3817 0.005307 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-machine-interface/ef7b3d6a-bf40-40df-bdf8-8c7028adef6c HTTP/1.1" 200 3799 0.005136 10.0.0.38 - - [2025-06-09 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.38 - - [2025-06-09 02:16:26] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003020 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002914 10.0.0.38 - - [2025-06-09 02:16:26] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006084 10.0.0.38 - - [2025-06-09 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.38 - - [2025-06-09 02:16:28] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003975 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003847 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005419 10.0.0.38 - - [2025-06-09 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2025-06-09 02:16:28] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003438 10.0.0.38 - - [2025-06-09 02:16:28] "DELETE /project/e6a97a64d4654856b0ff8f405377d6dc HTTP/1.1" 404 173 0.005826 10.0.0.38 - - [2025-06-09 02:16:28] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003070 10.0.0.38 - - [2025-06-09 02:16:28] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.028093 10.0.0.38 - - [2025-06-09 02:16:28] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001113 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005439 10.0.0.38 - - [2025-06-09 02:16:28] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?fields=security_groups HTTP/1.1" 200 1370 0.067671 10.0.0.38 - - [2025-06-09 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2025-06-09 02:16:28] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003852 10.0.0.38 - - [2025-06-09 02:16:28] "DELETE /security-group/cd4931c6-9314-44e1-b364-ef7c8851d9ad HTTP/1.1" 200 115 0.042524 10.0.0.38 - - [2025-06-09 02:16:28] "GET /projects?obj_uuids=be22a4cf-9179-4c9b-acb1-6b00319e44ee&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001863 10.0.0.38 - - [2025-06-09 02:16:28] "DELETE /access-control-list/886ed040-f9ef-4b74-9a50-241b21757ba4 HTTP/1.1" 200 115 0.034089 10.0.0.38 - - [2025-06-09 02:16:28] "GET /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee?fields=application_policy_sets HTTP/1.1" 200 1409 0.036985 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004243 10.0.0.38 - - [2025-06-09 02:16:28] "DELETE /access-control-list/c6445d16-6d01-4709-98ee-13fe2a8c799c HTTP/1.1" 200 115 0.035540 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004887 10.0.0.38 - - [2025-06-09 02:16:28] "DELETE /project/be22a4cf-9179-4c9b-acb1-6b00319e44ee HTTP/1.1" 200 115 0.327760 10.0.0.38 - - [2025-06-09 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.38 - - [2025-06-09 02:16:28] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004549 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005873 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007643 10.0.0.38 - - [2025-06-09 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.38 - - [2025-06-09 02:16:28] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003431 10.0.0.38 - - [2025-06-09 02:16:28] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002893 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005547 10.0.0.38 - - [2025-06-09 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.38 - - [2025-06-09 02:16:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003350 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003016 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005028 10.0.0.38 - - [2025-06-09 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.38 - - [2025-06-09 02:16:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003842 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002956 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005119 10.0.0.38 - - [2025-06-09 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.38 - - [2025-06-09 02:16:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003533 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002983 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-network/e3496868-68ae-4e4f-8b46-ba9a73d85987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005300 10.0.0.38 - - [2025-06-09 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.38 - - [2025-06-09 02:16:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004557 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003409 10.0.0.38 - - [2025-06-09 02:16:29] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007480 10.0.0.38 - - [2025-06-09 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.38 - - [2025-06-09 02:16:29] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003597 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003662 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007463 10.0.0.38 - - [2025-06-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.38 - - [2025-06-09 02:16:30] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003499 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002989 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005252 10.0.0.38 - - [2025-06-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.38 - - [2025-06-09 02:16:30] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003502 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-networks?parent_id=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003327 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006241 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-machine/fb3f8c5c-eaab-4a72-bd7f-58a3118d5e1a HTTP/1.1" 200 1803 0.006948 10.0.0.38 - - [2025-06-09 02:16:30] "GET /domains HTTP/1.1" 200 280 0.002759 10.0.0.38 - - [2025-06-09 02:16:30] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.38 - - [2025-06-09 02:16:30] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2771 0.010602 10.0.0.38 - - [2025-06-09 02:16:30] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.38 - - [2025-06-09 02:16:30] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 4234 0.071316 10.0.0.38 - - [2025-06-09 02:16:30] "GET /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d HTTP/1.1" 200 3784 0.003905 10.0.0.38 - - [2025-06-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2025-06-09 02:16:30] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003648 10.0.0.38 - - [2025-06-09 02:16:30] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005020 10.0.0.38 - - [2025-06-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.38 - - [2025-06-09 02:16:30] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003913 10.0.0.38 - - [2025-06-09 02:16:30] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.006176 10.0.0.38 - - [2025-06-09 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.38 - - [2025-06-09 02:16:30] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005599 10.0.0.38 - - [2025-06-09 02:16:31] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?fields=routing_instances HTTP/1.1" 200 1683 0.006679 10.0.0.38 - - [2025-06-09 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.38 - - [2025-06-09 02:16:31] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005026 10.0.0.38 - - [2025-06-09 02:16:31] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?fields=routing_instances HTTP/1.1" 200 1687 0.006316 10.0.0.38 - - [2025-06-09 02:16:34] "GET /obj-perms HTTP/1.1" 200 5056 0.048964 10.0.0.38 - - [2025-06-09 02:16:34] "GET /obj-perms HTTP/1.1" 200 5056 0.048830 10.0.0.38 - - [2025-06-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.026454 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /access-control-list/e726e55f-0b06-4796-86f3-43457e5f9db5 HTTP/1.1" 200 115 0.026597 10.0.0.38 - - [2025-06-09 02:16:35] "POST /neutron/network HTTP/1.1" 200 835 0.012145 10.0.0.38 - - [2025-06-09 02:16:35] "GET /virtual-network/340b1c81-18d0-41ac-873e-13600d461a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004711 10.0.0.38 - - [2025-06-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /routing-instance/9c021a75-6cde-451d-845d-b1711691eec3 HTTP/1.1" 200 115 0.026838 10.0.0.38 - - [2025-06-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.38 - - [2025-06-09 02:16:35] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003429 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /route-target/f96d740e-c4f3-46f2-9304-050a54fb1faa HTTP/1.1" 200 115 0.014586 10.0.0.38 - - [2025-06-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.029079 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /routing-instance/6e47417a-b518-4910-9feb-7f7cf6048990 HTTP/1.1" 200 115 0.036568 10.0.0.38 - - [2025-06-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.38 - - [2025-06-09 02:16:35] "POST /neutron/network HTTP/1.1" 200 832 0.006857 10.0.0.38 - - [2025-06-09 02:16:35] "GET /virtual-network/6e71a231-3f22-4bea-a1c8-9692017703e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006443 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /route-target/b5533545-34a0-40e6-a6c6-949e1093e12b HTTP/1.1" 200 115 0.012599 10.0.0.38 - - [2025-06-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.012576 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /access-control-list/a3b65c3e-5a01-49e8-829f-b70447fd8930 HTTP/1.1" 200 115 0.029623 10.0.0.38 - - [2025-06-09 02:16:35] "GET /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003782 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /network-policy/18f2cf3d-09e8-4bf1-a8c7-834cb5d4a701 HTTP/1.1" 200 115 0.039752 10.0.0.38 - - [2025-06-09 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /service-instance/ceef0ea3-2516-472b-a8fb-2388c71f024d HTTP/1.1" 200 115 0.049937 10.0.0.38 - - [2025-06-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.015858 10.0.0.38 - - [2025-06-09 02:16:35] "GET /domains HTTP/1.1" 200 280 0.007353 10.0.0.38 - - [2025-06-09 02:16:35] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.38 - - [2025-06-09 02:16:35] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2771 0.011220 10.0.0.38 - - [2025-06-09 02:16:35] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /instance-ip/307714f7-7684-4e5c-9b40-785045c8239e HTTP/1.1" 200 115 0.040787 10.0.0.38 - - [2025-06-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.38 - - [2025-06-09 02:16:35] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 3760 0.071979 10.0.0.38 - - [2025-06-09 02:16:35] "GET /virtual-machine/fb3f8c5c-eaab-4a72-bd7f-58a3118d5e1a HTTP/1.1" 200 1803 0.003781 10.0.0.38 - - [2025-06-09 02:16:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002101 10.0.0.38 - - [2025-06-09 02:16:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001825 10.0.0.38 - - [2025-06-09 02:16:35] "DELETE /instance-ip/4ea791b1-412f-4216-b39d-db9d758d06b6 HTTP/1.1" 200 115 0.021354 10.0.0.38 - - [2025-06-09 02:16:35] "POST /ref-update HTTP/1.1" 200 156 0.009537 10.0.0.38 - - [2025-06-09 02:16:36] "DELETE /instance-ip/0864752a-90df-454c-b239-cd326327d6b0 HTTP/1.1" 200 115 0.020262 10.0.0.38 - - [2025-06-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.013744 10.0.0.38 - - [2025-06-09 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.38 - - [2025-06-09 02:16:36] "DELETE /service-template/c7c44998-f50f-464d-aa54-c05f9e5cdeb5 HTTP/1.1" 200 115 0.049494 10.0.0.38 - - [2025-06-09 02:16:36] "DELETE /instance-ip/aea60978-64f9-4214-a0ca-b483ba1c50fa HTTP/1.1" 200 115 0.052293 10.0.0.38 - - [2025-06-09 02:16:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004524 10.0.0.38 - - [2025-06-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.024437 10.0.0.38 - - [2025-06-09 02:16:36] "DELETE /instance-ip/f6498c11-9ad2-4283-9953-61f848af532c HTTP/1.1" 200 115 0.020203 10.0.0.38 - - [2025-06-09 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.010607 10.0.0.38 - - [2025-06-09 02:16:36] "DELETE /instance-ip/6e05a35a-3cec-42eb-b1ec-09f61dd68a02 HTTP/1.1" 200 115 0.022384 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/network HTTP/1.1" 200 835 0.008780 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/network HTTP/1.1" 400 204 0.017931 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 1087 0.014096 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 1113 0.008867 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 1086 0.025599 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.110043 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 1112 0.009938 10.0.0.38 - - [2025-06-09 02:16:36] "POST /neutron/port HTTP/1.1" 200 151 0.100377 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 3028 0.043200 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 1114 0.009050 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 151 0.115519 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 1112 0.008932 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 151 0.098997 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 1113 0.009065 10.0.0.38 - - [2025-06-09 02:16:37] "POST /neutron/port HTTP/1.1" 200 151 0.114342 10.0.0.38 - - [2025-06-09 02:16:38] "POST /neutron/network HTTP/1.1" 200 835 0.005420 10.0.0.38 - - [2025-06-09 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003241 10.0.0.38 - - [2025-06-09 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.38 - - [2025-06-09 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 10.0.0.38 - - [2025-06-09 02:16:38] "POST /neutron/network HTTP/1.1" 200 151 0.072391 10.0.0.38 - - [2025-06-09 02:16:38] "DELETE /route-target/1d4fc660-b8ee-4de5-8ea1-4e228c82a723 HTTP/1.1" 200 115 0.015861 10.0.0.38 - - [2025-06-09 02:16:38] "GET /routing-instance/4da8e045-c188-42d8-81ff-eec1024b4b62 HTTP/1.1" 404 171 0.006840 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domains HTTP/1.1" 200 280 0.002511 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2571 0.050169 10.0.0.38 - - [2025-06-09 02:16:38] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.38 - - [2025-06-09 02:16:38] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2299 0.071336 10.0.0.38 - - [2025-06-09 02:16:38] "POST /neutron/network HTTP/1.1" 200 832 0.006076 10.0.0.38 - - [2025-06-09 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003509 10.0.0.38 - - [2025-06-09 02:16:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002948 10.0.0.38 - - [2025-06-09 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.38 - - [2025-06-09 02:16:38] "POST /neutron/network HTTP/1.1" 200 151 0.073723 10.0.0.38 - - [2025-06-09 02:16:38] "GET /routing-instance/12bc02c0-fa39-4103-bb90-200764f246d5 HTTP/1.1" 404 171 0.001928 10.0.0.38 - - [2025-06-09 02:16:38] "DELETE /route-target/efb97a37-d847-4cdf-b79a-85256185c3b1 HTTP/1.1" 200 115 0.018523 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domains HTTP/1.1" 200 280 0.005181 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.38 - - [2025-06-09 02:16:38] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2571 0.048184 10.0.0.38 - - [2025-06-09 02:16:38] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002146 10.0.0.38 - - [2025-06-09 02:16:38] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 2081 0.069720 10.0.0.38 - - [2025-06-09 02:16:38] "POST /neutron/network HTTP/1.1" 200 834 0.006309 10.0.0.38 - - [2025-06-09 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007381 10.0.0.38 - - [2025-06-09 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.38 - - [2025-06-09 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.38 - - [2025-06-09 02:16:39] "POST /neutron/network HTTP/1.1" 200 151 0.090611 10.0.0.38 - - [2025-06-09 02:16:39] "DELETE /route-target/9fc5a270-36fe-4f05-be99-d019e45a9971 HTTP/1.1" 200 115 0.023211 10.0.0.38 - - [2025-06-09 02:16:39] "GET /routing-instance/1a1ab8af-c404-41cb-8ba2-a133d09a9bdc HTTP/1.1" 404 171 0.005099 10.0.0.38 - - [2025-06-09 02:16:39] "GET /domains HTTP/1.1" 200 280 0.002762 10.0.0.38 - - [2025-06-09 02:16:39] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.38 - - [2025-06-09 02:16:39] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2571 0.049319 10.0.0.38 - - [2025-06-09 02:16:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002092 10.0.0.38 - - [2025-06-09 02:16:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 1841 0.067008 10.0.0.38 - - [2025-06-09 02:16:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.38 - - [2025-06-09 02:16:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024095 10.0.0.38 - - [2025-06-09 02:16:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.38 - - [2025-06-09 02:16:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?fields=virtual_networks HTTP/1.1" 200 1029 0.066032 10.0.0.38 - - [2025-06-09 02:16:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.38 - - [2025-06-09 02:16:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.030720 10.0.0.38 - - [2025-06-09 02:16:39] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.38 - - [2025-06-09 02:16:39] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?fields=security_groups HTTP/1.1" 200 1253 0.026495 10.0.0.38 - - [2025-06-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.021984 10.0.0.38 - - [2025-06-09 02:16:40] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002351 10.0.0.38 - - [2025-06-09 02:16:40] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.38 - - [2025-06-09 02:16:40] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008068 10.0.0.38 - - [2025-06-09 02:16:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001180 10.0.0.38 - - [2025-06-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.003318 10.0.0.38 - - [2025-06-09 02:16:40] "POST /security-groups HTTP/1.1" 200 592 0.068044 10.0.0.38 - - [2025-06-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.006447 10.0.0.38 - - [2025-06-09 02:16:40] "POST /projects HTTP/1.1" 200 587 0.211503 10.0.0.38 - - [2025-06-09 02:16:40] "POST /access-control-lists HTTP/1.1" 200 597 0.059970 10.0.0.38 - - [2025-06-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.285436 10.0.0.38 - - [2025-06-09 02:16:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002578 10.0.0.38 - - [2025-06-09 02:16:40] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.401371 10.0.0.38 - - [2025-06-09 02:16:40] "POST /access-control-lists HTTP/1.1" 200 595 0.056018 10.0.0.38 - - [2025-06-09 02:16:41] "GET / HTTP/1.1" 200 35931 0.002124 10.0.0.38 - - [2025-06-09 02:16:42] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.38 - - [2025-06-09 02:16:43] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.38 - - [2025-06-09 02:16:43] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.049608 10.0.0.38 - - [2025-06-09 02:16:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002528 10.0.0.38 - - [2025-06-09 02:16:43] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017365 10.0.0.38 - - [2025-06-09 02:16:43] "GET /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004676 10.0.0.38 - - [2025-06-09 02:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.38 - - [2025-06-09 02:16:43] "GET /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003464 10.0.0.38 - - [2025-06-09 02:16:43] "GET /domains HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2025-06-09 02:16:43] "GET /domains HTTP/1.1" 200 280 0.023515 10.0.0.38 - - [2025-06-09 02:16:43] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.38 - - [2025-06-09 02:16:43] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.007980 10.0.0.38 - - [2025-06-09 02:16:43] "GET /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce HTTP/1.1" 200 1439 0.004505 10.0.0.38 - - [2025-06-09 02:16:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002611 10.0.0.38 - - [2025-06-09 02:16:43] "POST /network-ipams HTTP/1.1" 200 514 0.018966 10.0.0.38 - - [2025-06-09 02:16:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002695 10.0.0.38 - - [2025-06-09 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.38 - - [2025-06-09 02:16:44] "GET /network-ipam/f304baf7-1dcd-498c-828d-7df8b6b1c495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004342 10.0.0.38 - - [2025-06-09 02:16:44] "PUT /network-ipam/f304baf7-1dcd-498c-828d-7df8b6b1c495 HTTP/1.1" 200 258 0.009221 10.0.0.38 - - [2025-06-09 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.010821 10.0.0.38 - - [2025-06-09 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2025-06-09 02:16:44] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001465 10.0.0.38 - - [2025-06-09 02:16:44] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025947 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.027742 10.0.0.38 - - [2025-06-09 02:16:44] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 618 0.068481 10.0.0.38 - - [2025-06-09 02:16:44] "POST /route-targets HTTP/1.1" 200 327 0.012230 10.0.0.38 - - [2025-06-09 02:16:44] "POST /ref-update HTTP/1.1" 200 156 0.012075 10.0.0.38 - - [2025-06-09 02:16:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005087 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.137399 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.005593 10.0.0.38 - - [2025-06-09 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001267 10.0.0.38 - - [2025-06-09 02:16:44] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005038 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.005562 10.0.0.38 - - [2025-06-09 02:16:44] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005080 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.006397 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 711 0.007595 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 807 0.011117 10.0.0.38 - - [2025-06-09 02:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.005438 10.0.0.38 - - [2025-06-09 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001178 10.0.0.38 - - [2025-06-09 02:16:45] "POST /neutron/network HTTP/1.1" 200 843 0.005523 10.0.0.38 - - [2025-06-09 02:16:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2025-06-09 02:16:45] "GET / HTTP/1.1" 200 35931 0.001996 10.0.0.38 - - [2025-06-09 02:16:45] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000434 10.0.0.38 - - [2025-06-09 02:16:45] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.38 - - [2025-06-09 02:16:45] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045059 10.0.0.38 - - [2025-06-09 02:16:45] "POST /neutron/network HTTP/1.1" 200 833 0.005337 10.0.0.38 - - [2025-06-09 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.38 - - [2025-06-09 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.004841 10.0.0.38 - - [2025-06-09 02:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.005155 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/network HTTP/1.1" 200 843 0.006836 10.0.0.38 - - [2025-06-09 02:16:46] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1058 0.183618 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1058 0.009220 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1058 0.008564 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1112 0.050613 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 1086 0.016419 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003186 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 685 0.010247 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.38 - - [2025-06-09 02:16:46] "POST /neutron/network HTTP/1.1" 200 833 0.005424 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/port HTTP/1.1" 200 1086 0.013751 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006531 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/port HTTP/1.1" 200 1086 0.013392 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005658 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/port HTTP/1.1" 200 1086 0.014273 10.0.0.38 - - [2025-06-09 02:16:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006306 10.0.0.38 - - [2025-06-09 02:16:51] "GET /virtual-machine/0e391c3d-0ad2-4608-9ec4-4d6c9becd4e4 HTTP/1.1" 200 1293 0.004569 10.0.0.38 - - [2025-06-09 02:16:51] "GET /virtual-machine-interface/e18a931c-10db-459f-9196-177f4dc960a9 HTTP/1.1" 200 2965 0.004493 10.0.0.38 - - [2025-06-09 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.38 - - [2025-06-09 02:16:51] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002961 10.0.0.38 - - [2025-06-09 02:16:51] "GET /virtual-networks?parent_id=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003413 10.0.0.38 - - [2025-06-09 02:16:51] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005192 10.0.0.38 - - [2025-06-09 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.38 - - [2025-06-09 02:16:54] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006074 10.0.0.38 - - [2025-06-09 02:16:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014181 10.0.0.38 - - [2025-06-09 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005553 10.0.0.38 - - [2025-06-09 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.38 - - [2025-06-09 02:16:56] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003098 10.0.0.38 - - [2025-06-09 02:16:56] "GET /virtual-networks?parent_id=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003058 10.0.0.38 - - [2025-06-09 02:16:56] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005582 10.0.0.38 - - [2025-06-09 02:17:01] "POST /neutron/network HTTP/1.1" 200 807 0.010254 10.0.0.38 - - [2025-06-09 02:17:01] "POST /neutron/network HTTP/1.1" 200 833 0.005487 10.0.0.38 - - [2025-06-09 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001785 10.0.0.38 - - [2025-06-09 02:17:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014956 10.0.0.38 - - [2025-06-09 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006107 10.0.0.38 - - [2025-06-09 02:17:01] "POST /neutron/network HTTP/1.1" 200 843 0.006448 10.0.0.38 - - [2025-06-09 02:17:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2025-06-09 02:17:01] "GET / HTTP/1.1" 200 35931 0.002445 10.0.0.38 - - [2025-06-09 02:17:01] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000452 10.0.0.38 - - [2025-06-09 02:17:01] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.38 - - [2025-06-09 02:17:02] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045764 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 833 0.005430 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1086 0.016768 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006453 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004465 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.004512 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 843 0.005427 10.0.0.38 - - [2025-06-09 02:17:02] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1058 0.182386 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1058 0.009084 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1058 0.009700 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1112 0.060420 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 1086 0.015655 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003558 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/subnet HTTP/1.1" 200 685 0.013968 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.38 - - [2025-06-09 02:17:02] "POST /neutron/network HTTP/1.1" 200 833 0.005209 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017450 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006303 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/port HTTP/1.1" 200 1086 0.015367 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006061 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/port HTTP/1.1" 200 1086 0.014631 10.0.0.38 - - [2025-06-09 02:17:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006572 10.0.0.38 - - [2025-06-09 02:17:07] "GET /virtual-machine/9ce53f09-f41a-429b-b423-4e8e02923e7e HTTP/1.1" 200 1294 0.005071 10.0.0.38 - - [2025-06-09 02:17:07] "GET /virtual-machine-interface/c163e9b7-1a3a-4572-abaa-71dab430fa7a HTTP/1.1" 200 2965 0.004886 10.0.0.38 - - [2025-06-09 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2025-06-09 02:17:07] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003735 10.0.0.38 - - [2025-06-09 02:17:07] "GET /virtual-networks?parent_id=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002885 10.0.0.38 - - [2025-06-09 02:17:07] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007204 10.0.0.38 - - [2025-06-09 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.38 - - [2025-06-09 02:17:10] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005000 10.0.0.38 - - [2025-06-09 02:17:11] "POST /neutron/port HTTP/1.1" 200 1086 0.015517 10.0.0.38 - - [2025-06-09 02:17:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005610 10.0.0.38 - - [2025-06-09 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.38 - - [2025-06-09 02:17:12] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003037 10.0.0.38 - - [2025-06-09 02:17:12] "GET /virtual-networks?parent_id=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003117 10.0.0.38 - - [2025-06-09 02:17:12] "GET /virtual-network/cde78b8f-b738-47df-b4ac-aaf791714a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005825 10.0.0.38 - - [2025-06-09 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2025-06-09 02:17:18] "DELETE /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce HTTP/1.1" 409 235 0.005304 10.0.0.38 - - [2025-06-09 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.002699 10.0.0.38 - - [2025-06-09 02:17:18] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016883 10.0.0.38 - - [2025-06-09 02:17:19] "GET /virtual-DNS-record/445c52be-cc61-426e-af47-26f4ff11edca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004868 10.0.0.38 - - [2025-06-09 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.38 - - [2025-06-09 02:17:19] "GET /virtual-DNS-record/445c52be-cc61-426e-af47-26f4ff11edca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003687 10.0.0.38 - - [2025-06-09 02:17:19] "GET /domains HTTP/1.1" 200 280 0.003275 10.0.0.38 - - [2025-06-09 02:17:19] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.38 - - [2025-06-09 02:17:19] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2958 0.007696 10.0.0.38 - - [2025-06-09 02:17:19] "GET /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce HTTP/1.1" 200 1908 0.004232 10.0.0.38 - - [2025-06-09 02:17:19] "GET /virtual-DNS-record/445c52be-cc61-426e-af47-26f4ff11edca HTTP/1.1" 200 1336 0.002958 10.0.0.38 - - [2025-06-09 02:17:24] "DELETE /virtual-DNS-record/445c52be-cc61-426e-af47-26f4ff11edca HTTP/1.1" 200 115 0.020166 10.0.0.38 - - [2025-06-09 02:17:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.002540 10.0.0.38 - - [2025-06-09 02:17:24] "POST /neutron/network HTTP/1.1" 200 833 0.006091 10.0.0.38 - - [2025-06-09 02:17:24] "POST /neutron/network HTTP/1.1" 400 204 0.010288 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 1086 0.014084 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 1112 0.008707 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 1086 0.023028 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 1112 0.014054 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 151 0.113934 10.0.0.38 - - [2025-06-09 02:17:25] "POST /neutron/port HTTP/1.1" 200 151 0.099272 10.0.0.38 - - [2025-06-09 02:17:26] "POST /neutron/network HTTP/1.1" 200 833 0.005383 10.0.0.38 - - [2025-06-09 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.38 - - [2025-06-09 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003846 10.0.0.38 - - [2025-06-09 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002553 10.0.0.38 - - [2025-06-09 02:17:26] "POST /neutron/network HTTP/1.1" 200 151 0.167123 10.0.0.38 - - [2025-06-09 02:17:26] "DELETE /route-target/c3ece3bb-e7ce-4740-8f9d-a6c13f4ca840 HTTP/1.1" 200 115 0.035762 10.0.0.38 - - [2025-06-09 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2025-06-09 02:17:26] "DELETE /network-ipam/f304baf7-1dcd-498c-828d-7df8b6b1c495 HTTP/1.1" 200 115 0.025997 10.0.0.38 - - [2025-06-09 02:17:26] "DELETE /virtual-DNS/950e0f11-bb05-4600-b1ee-0ec742f42cce HTTP/1.1" 200 115 0.021440 10.0.0.38 - - [2025-06-09 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.003319 10.0.0.38 - - [2025-06-09 02:17:27] "GET /domains HTTP/1.1" 200 280 0.002769 10.0.0.38 - - [2025-06-09 02:17:27] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.38 - - [2025-06-09 02:17:27] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2758 0.012084 10.0.0.38 - - [2025-06-09 02:17:27] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001696 10.0.0.38 - - [2025-06-09 02:17:27] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026462 10.0.0.38 - - [2025-06-09 02:17:27] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.38 - - [2025-06-09 02:17:27] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?fields=virtual_networks HTTP/1.1" 200 1035 0.065219 10.0.0.38 - - [2025-06-09 02:17:27] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.38 - - [2025-06-09 02:17:27] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.024731 10.0.0.38 - - [2025-06-09 02:17:27] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.38 - - [2025-06-09 02:17:27] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?fields=security_groups HTTP/1.1" 200 1262 0.025286 10.0.0.38 - - [2025-06-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.025178 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002782 10.0.0.38 - - [2025-06-09 02:17:28] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.38 - - [2025-06-09 02:17:28] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008163 10.0.0.38 - - [2025-06-09 02:17:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.002213 10.0.0.38 - - [2025-06-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004006 10.0.0.38 - - [2025-06-09 02:17:28] "POST /security-groups HTTP/1.1" 200 592 0.064003 10.0.0.38 - - [2025-06-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 235 0.002122 10.0.0.38 - - [2025-06-09 02:17:28] "POST /projects HTTP/1.1" 200 587 0.215536 10.0.0.38 - - [2025-06-09 02:17:28] "DELETE /project/97c974a83f0648f0a87fdec99c943961 HTTP/1.1" 404 173 0.005401 10.0.0.38 - - [2025-06-09 02:17:28] "POST /access-control-lists HTTP/1.1" 200 597 0.072053 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.38 - - [2025-06-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.297650 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.051471 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.061735 10.0.0.38 - - [2025-06-09 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.015860 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001592 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.439646 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?fields=security_groups HTTP/1.1" 200 1367 0.045844 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?fields=security_groups HTTP/1.1" 200 1358 0.039324 10.0.0.38 - - [2025-06-09 02:17:28] "POST /access-control-lists HTTP/1.1" 200 595 0.039997 10.0.0.38 - - [2025-06-09 02:17:28] "DELETE /security-group/d035c8f8-1df2-4f97-b675-fb176e6ae37c HTTP/1.1" 200 115 0.045542 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=97c974a8-3f06-48f0-a87f-dec99c943961&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.38 - - [2025-06-09 02:17:28] "GET /project/97c974a8-3f06-48f0-a87f-dec99c943961?fields=application_policy_sets HTTP/1.1" 200 1406 0.039869 10.0.0.38 - - [2025-06-09 02:17:28] "DELETE /access-control-list/452c19ca-cc93-46be-b523-4a037ad3b0ac HTTP/1.1" 200 115 0.048214 10.0.0.38 - - [2025-06-09 02:17:28] "DELETE /security-group/ac0388aa-5905-45b3-9828-a9ea0ab5ecce HTTP/1.1" 200 115 0.072260 10.0.0.38 - - [2025-06-09 02:17:28] "GET /projects?obj_uuids=e6a97a64-d465-4856-b0ff-8f405377d6dc&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.38 - - [2025-06-09 02:17:29] "DELETE /access-control-list/d9c01faf-ab6a-4bc5-98d4-2418b5dbba14 HTTP/1.1" 200 115 0.042384 10.0.0.38 - - [2025-06-09 02:17:29] "GET /project/e6a97a64-d465-4856-b0ff-8f405377d6dc?fields=application_policy_sets HTTP/1.1" 200 1397 0.039335 10.0.0.38 - - [2025-06-09 02:17:29] "DELETE /access-control-list/d417ecf6-9d7d-4046-8c16-10fe697736e8 HTTP/1.1" 200 115 0.055302 10.0.0.38 - - [2025-06-09 02:17:29] "DELETE /access-control-list/ec8052ef-eda4-42e6-9189-23cb50ec3365 HTTP/1.1" 200 115 0.034027 10.0.0.38 - - [2025-06-09 02:17:29] "DELETE /project/97c974a8-3f06-48f0-a87f-dec99c943961 HTTP/1.1" 200 115 0.434464 10.0.0.38 - - [2025-06-09 02:17:29] "DELETE /project/e6a97a64-d465-4856-b0ff-8f405377d6dc HTTP/1.1" 200 115 0.460060 10.0.0.38 - - [2025-06-09 02:17:29] "GET / HTTP/1.1" 200 35931 0.002042 10.0.0.38 - - [2025-06-09 02:17:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2025-06-09 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.055504 10.0.0.38 - - [2025-06-09 02:17:30] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.38 - - [2025-06-09 02:17:30] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031523 10.0.0.38 - - [2025-06-09 02:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.033988 10.0.0.38 - - [2025-06-09 02:17:30] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002067 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/network HTTP/1.1" 200 606 0.081741 10.0.0.38 - - [2025-06-09 02:17:31] "POST /route-targets HTTP/1.1" 200 327 0.013359 10.0.0.38 - - [2025-06-09 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.014378 10.0.0.38 - - [2025-06-09 02:17:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005224 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.158217 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/network HTTP/1.1" 200 827 0.007178 10.0.0.38 - - [2025-06-09 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001703 10.0.0.38 - - [2025-06-09 02:17:31] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006523 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/network HTTP/1.1" 200 827 0.005442 10.0.0.38 - - [2025-06-09 02:17:31] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006224 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/network HTTP/1.1" 200 827 0.007001 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.007540 10.0.0.38 - - [2025-06-09 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001770 10.0.0.38 - - [2025-06-09 02:17:31] "POST /neutron/network HTTP/1.1" 200 837 0.005418 10.0.0.38 - - [2025-06-09 02:17:31] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2025-06-09 02:17:31] "GET / HTTP/1.1" 200 35931 0.001669 10.0.0.38 - - [2025-06-09 02:17:31] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2025-06-09 02:17:32] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.38 - - [2025-06-09 02:17:32] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054018 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/network HTTP/1.1" 200 827 0.006064 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.005141 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.007890 10.0.0.38 - - [2025-06-09 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001412 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/port HTTP/1.1" 200 117 0.008167 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/network HTTP/1.1" 200 837 0.007359 10.0.0.38 - - [2025-06-09 02:17:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000496 10.0.0.38 - - [2025-06-09 02:17:32] "POST /neutron/network HTTP/1.1" 200 837 0.005497 10.0.0.38 - - [2025-06-09 02:17:32] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.38 - - [2025-06-09 02:17:32] "GET / HTTP/1.1" 200 35931 0.004237 10.0.0.38 - - [2025-06-09 02:17:32] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000581 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1063 0.232339 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1063 0.014291 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1063 0.011960 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1117 0.068552 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1091 0.015498 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.013771 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.38 - - [2025-06-09 02:17:33] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.38 - - [2025-06-09 02:17:33] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050274 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.013469 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 827 0.007533 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1091 0.016905 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006990 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 117 0.004716 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/port HTTP/1.1" 200 1091 0.030834 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009263 10.0.0.38 - - [2025-06-09 02:17:33] "POST /neutron/network HTTP/1.1" 200 837 0.005994 10.0.0.38 - - [2025-06-09 02:17:33] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1063 0.242356 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1063 0.011352 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1063 0.010634 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1117 0.075914 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 1091 0.015779 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003188 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.011701 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/port HTTP/1.1" 200 117 0.001670 10.0.0.38 - - [2025-06-09 02:17:34] "POST /neutron/network HTTP/1.1" 200 827 0.005347 10.0.0.38 - - [2025-06-09 02:17:34] "GET /obj-perms HTTP/1.1" 200 5056 0.062459 10.0.0.38 - - [2025-06-09 02:17:35] "GET /obj-perms HTTP/1.1" 200 5056 0.052652 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/port HTTP/1.1" 200 1091 0.022842 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006171 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/port HTTP/1.1" 200 1091 0.017746 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007047 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/port HTTP/1.1" 200 1091 0.014396 10.0.0.38 - - [2025-06-09 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007437 10.0.0.38 - - [2025-06-09 02:17:38] "GET /virtual-machine/6d3ddb71-81ea-464f-81e4-21c4652b2e8a HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2025-06-09 02:17:39] "GET /virtual-machine/6d3ddb71-81ea-464f-81e4-21c4652b2e8a HTTP/1.1" 200 1292 0.024985 10.0.0.38 - - [2025-06-09 02:17:39] "GET /virtual-machine-interface/06034afd-e70b-46d2-93d1-26c664802f43 HTTP/1.1" 200 2945 0.005351 10.0.0.38 - - [2025-06-09 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.38 - - [2025-06-09 02:17:39] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002882 10.0.0.38 - - [2025-06-09 02:17:39] "GET /virtual-networks?parent_id=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002862 10.0.0.38 - - [2025-06-09 02:17:39] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005186 10.0.0.38 - - [2025-06-09 02:17:41] "POST /neutron/port HTTP/1.1" 200 1091 0.015102 10.0.0.38 - - [2025-06-09 02:17:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005868 10.0.0.38 - - [2025-06-09 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2025-06-09 02:17:42] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005028 10.0.0.38 - - [2025-06-09 02:17:42] "POST /neutron/port HTTP/1.1" 200 1091 0.014685 10.0.0.38 - - [2025-06-09 02:17:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006110 10.0.0.38 - - [2025-06-09 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2025-06-09 02:17:44] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003059 10.0.0.38 - - [2025-06-09 02:17:44] "GET /virtual-networks?parent_id=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003495 10.0.0.38 - - [2025-06-09 02:17:44] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005318 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 1091 0.013232 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005252 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 1091 0.014778 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005834 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/port HTTP/1.1" 200 1091 0.015012 10.0.0.38 - - [2025-06-09 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005785 10.0.0.38 - - [2025-06-09 02:17:45] "GET /virtual-machine/bc4af831-d7d4-4b71-9154-2b49fb6fae6c HTTP/1.1" 200 1294 0.003995 10.0.0.38 - - [2025-06-09 02:17:45] "GET /virtual-machine-interface/ed15be89-e189-4c99-b0cd-2805aa89d93e HTTP/1.1" 200 2947 0.004499 10.0.0.38 - - [2025-06-09 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.38 - - [2025-06-09 02:17:45] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002922 10.0.0.38 - - [2025-06-09 02:17:45] "GET /virtual-networks?parent_id=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002885 10.0.0.38 - - [2025-06-09 02:17:45] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005101 10.0.0.38 - - [2025-06-09 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.38 - - [2025-06-09 02:17:46] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003238 10.0.0.38 - - [2025-06-09 02:17:46] "GET /virtual-networks?parent_id=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002863 10.0.0.38 - - [2025-06-09 02:17:46] "GET /virtual-network/6a1bd387-7840-41dd-b0c0-76194085c466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007344 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016032 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/port HTTP/1.1" 200 1091 0.016460 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/network HTTP/1.1" 200 837 0.005376 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003355 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.011892 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.38 - - [2025-06-09 02:17:48] "POST /neutron/network HTTP/1.1" 200 827 0.005529 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/network HTTP/1.1" 200 827 0.008481 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/network HTTP/1.1" 400 204 0.009526 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 1091 0.018642 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 1117 0.010740 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 1091 0.022477 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 1117 0.007766 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.126884 10.0.0.38 - - [2025-06-09 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.111305 10.0.0.38 - - [2025-06-09 02:17:53] "POST /neutron/network HTTP/1.1" 200 827 0.005492 10.0.0.38 - - [2025-06-09 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003981 10.0.0.38 - - [2025-06-09 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.38 - - [2025-06-09 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001854 10.0.0.38 - - [2025-06-09 02:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.074822 10.0.0.38 - - [2025-06-09 02:17:53] "DELETE /route-target/ba268f6e-e794-47f8-b9e9-3cb714546387 HTTP/1.1" 200 115 0.012552 10.0.0.38 - - [2025-06-09 02:17:53] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.38 - - [2025-06-09 02:17:53] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.023168 10.0.0.38 - - [2025-06-09 02:17:53] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.38 - - [2025-06-09 02:17:53] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?fields=virtual_networks HTTP/1.1" 200 1034 0.064557 10.0.0.38 - - [2025-06-09 02:17:53] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.38 - - [2025-06-09 02:17:53] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021604 10.0.0.38 - - [2025-06-09 02:17:53] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.38 - - [2025-06-09 02:17:53] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?fields=security_groups HTTP/1.1" 200 1261 0.024917 10.0.0.38 - - [2025-06-09 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.022360 10.0.0.38 - - [2025-06-09 02:17:54] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.38 - - [2025-06-09 02:17:54] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.38 - - [2025-06-09 02:17:54] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007380 10.0.0.38 - - [2025-06-09 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.001194 10.0.0.38 - - [2025-06-09 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002181 10.0.0.38 - - [2025-06-09 02:17:54] "POST /security-groups HTTP/1.1" 200 591 0.059654 10.0.0.38 - - [2025-06-09 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002333 10.0.0.38 - - [2025-06-09 02:17:55] "POST /projects HTTP/1.1" 200 585 0.214225 10.0.0.38 - - [2025-06-09 02:17:55] "POST /access-control-lists HTTP/1.1" 200 596 0.062819 10.0.0.38 - - [2025-06-09 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.284272 10.0.0.38 - - [2025-06-09 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.002831 10.0.0.38 - - [2025-06-09 02:17:55] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.405843 10.0.0.38 - - [2025-06-09 02:17:55] "POST /access-control-lists HTTP/1.1" 200 594 0.056039 10.0.0.38 - - [2025-06-09 02:17:56] "GET / HTTP/1.1" 200 35931 0.002984 10.0.0.38 - - [2025-06-09 02:17:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2025-06-09 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.051717 10.0.0.38 - - [2025-06-09 02:17:57] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.38 - - [2025-06-09 02:17:57] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028345 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 117 0.029258 10.0.0.38 - - [2025-06-09 02:17:57] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 625 0.061567 10.0.0.38 - - [2025-06-09 02:17:57] "POST /route-targets HTTP/1.1" 200 327 0.010116 10.0.0.38 - - [2025-06-09 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012275 10.0.0.38 - - [2025-06-09 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005034 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.154661 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 839 0.005637 10.0.0.38 - - [2025-06-09 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001232 10.0.0.38 - - [2025-06-09 02:17:57] "GET /virtual-network/dba9e84c-8606-4a80-9300-ce729e459dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004608 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 839 0.008520 10.0.0.38 - - [2025-06-09 02:17:57] "GET /virtual-network/dba9e84c-8606-4a80-9300-ce729e459dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004774 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 839 0.005619 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.006363 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 839 0.005321 10.0.0.38 - - [2025-06-09 02:17:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001604 10.0.0.38 - - [2025-06-09 02:17:57] "POST /neutron/network HTTP/1.1" 200 849 0.005455 10.0.0.38 - - [2025-06-09 02:17:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.38 - - [2025-06-09 02:17:58] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.38 - - [2025-06-09 02:17:58] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.38 - - [2025-06-09 02:17:58] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.38 - - [2025-06-09 02:17:58] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046033 10.0.0.38 - - [2025-06-09 02:17:58] "POST /neutron/network HTTP/1.1" 200 839 0.005412 10.0.0.38 - - [2025-06-09 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.004735 10.0.0.38 - - [2025-06-09 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.004724 10.0.0.38 - - [2025-06-09 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.38 - - [2025-06-09 02:17:58] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002793 10.0.0.38 - - [2025-06-09 02:17:58] "PUT /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 276 0.010621 10.0.0.38 - - [2025-06-09 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.005068 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/network HTTP/1.1" 200 849 0.005904 10.0.0.38 - - [2025-06-09 02:17:59] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 1055 0.225747 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 1055 0.009959 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 1055 0.008015 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 1109 0.055337 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 1083 0.014387 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003249 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 675 0.010029 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.38 - - [2025-06-09 02:17:59] "POST /neutron/network HTTP/1.1" 200 839 0.005130 10.0.0.38 - - [2025-06-09 02:18:03] "POST /neutron/port HTTP/1.1" 200 1083 0.014825 10.0.0.38 - - [2025-06-09 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006590 10.0.0.38 - - [2025-06-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1083 0.015925 10.0.0.38 - - [2025-06-09 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011603 10.0.0.38 - - [2025-06-09 02:18:04] "POST /neutron/port HTTP/1.1" 200 1083 0.016446 10.0.0.38 - - [2025-06-09 02:18:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006109 10.0.0.38 - - [2025-06-09 02:18:04] "GET /virtual-machine/fd8cca87-8386-4d50-8707-9ffa2e09f591 HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2025-06-09 02:18:04] "GET /virtual-machine/fd8cca87-8386-4d50-8707-9ffa2e09f591 HTTP/1.1" 200 1292 0.029278 10.0.0.38 - - [2025-06-09 02:18:04] "GET /virtual-machine-interface/103e86e5-f24e-4a4e-99c3-e13db07c08f7 HTTP/1.1" 200 2971 0.009654 10.0.0.38 - - [2025-06-09 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.38 - - [2025-06-09 02:18:04] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003124 10.0.0.38 - - [2025-06-09 02:18:04] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002876 10.0.0.38 - - [2025-06-09 02:18:04] "GET /virtual-network/dba9e84c-8606-4a80-9300-ce729e459dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005246 10.0.0.38 - - [2025-06-09 02:18:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015362 10.0.0.38 - - [2025-06-09 02:18:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006104 10.0.0.38 - - [2025-06-09 02:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.38 - - [2025-06-09 02:18:07] "GET /virtual-network/dba9e84c-8606-4a80-9300-ce729e459dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005535 10.0.0.38 - - [2025-06-09 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.38 - - [2025-06-09 02:18:09] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003024 10.0.0.38 - - [2025-06-09 02:18:09] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003141 10.0.0.38 - - [2025-06-09 02:18:10] "GET /virtual-network/dba9e84c-8606-4a80-9300-ce729e459dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005343 10.0.0.38 - - [2025-06-09 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.38 - - [2025-06-09 02:18:12] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003161 10.0.0.38 - - [2025-06-09 02:18:12] "PUT /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 276 0.010137 10.0.0.38 - - [2025-06-09 02:18:12] "POST /neutron/network HTTP/1.1" 200 839 0.005419 10.0.0.38 - - [2025-06-09 02:18:12] "POST /neutron/network HTTP/1.1" 400 204 0.010083 10.0.0.38 - - [2025-06-09 02:18:12] "POST /neutron/port HTTP/1.1" 200 1083 0.014588 10.0.0.38 - - [2025-06-09 02:18:12] "POST /neutron/port HTTP/1.1" 200 1109 0.011219 10.0.0.38 - - [2025-06-09 02:18:12] "POST /neutron/port HTTP/1.1" 200 151 0.118968 10.0.0.38 - - [2025-06-09 02:18:14] "POST /neutron/network HTTP/1.1" 200 839 0.005926 10.0.0.38 - - [2025-06-09 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.38 - - [2025-06-09 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002235 10.0.0.38 - - [2025-06-09 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.38 - - [2025-06-09 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.080355 10.0.0.38 - - [2025-06-09 02:18:14] "DELETE /route-target/2089f186-82b9-4173-8bc1-3d7d29a826f3 HTTP/1.1" 200 115 0.013472 10.0.0.38 - - [2025-06-09 02:18:14] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002888 10.0.0.38 - - [2025-06-09 02:18:14] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d HTTP/1.1" 200 1826 0.003050 10.0.0.38 - - [2025-06-09 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.38 - - [2025-06-09 02:18:14] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000998 10.0.0.38 - - [2025-06-09 02:18:14] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023483 10.0.0.38 - - [2025-06-09 02:18:14] "POST /neutron/network HTTP/1.1" 200 117 0.006910 10.0.0.38 - - [2025-06-09 02:18:14] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/network HTTP/1.1" 200 605 0.061406 10.0.0.38 - - [2025-06-09 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.015373 10.0.0.38 - - [2025-06-09 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.014008 10.0.0.38 - - [2025-06-09 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003225 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.134808 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/network HTTP/1.1" 200 822 0.005419 10.0.0.38 - - [2025-06-09 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001282 10.0.0.38 - - [2025-06-09 02:18:15] "GET /virtual-network/a49b8205-122d-4cb5-a982-26eecb49edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005022 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/network HTTP/1.1" 200 822 0.005183 10.0.0.38 - - [2025-06-09 02:18:15] "GET /virtual-network/a49b8205-122d-4cb5-a982-26eecb49edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007710 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/network HTTP/1.1" 200 822 0.005988 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.006793 10.0.0.38 - - [2025-06-09 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001192 10.0.0.38 - - [2025-06-09 02:18:15] "POST /neutron/network HTTP/1.1" 200 832 0.005379 10.0.0.38 - - [2025-06-09 02:18:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2025-06-09 02:18:15] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.38 - - [2025-06-09 02:18:15] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.38 - - [2025-06-09 02:18:16] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.38 - - [2025-06-09 02:18:16] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048637 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/network HTTP/1.1" 200 822 0.004944 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.004758 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.005019 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 117 0.006743 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/network HTTP/1.1" 200 832 0.005355 10.0.0.38 - - [2025-06-09 02:18:16] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 1058 0.217261 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009602 10.0.0.38 - - [2025-06-09 02:18:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009418 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/port HTTP/1.1" 200 1112 0.054744 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/port HTTP/1.1" 200 1086 0.014000 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.012479 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.38 - - [2025-06-09 02:18:17] "POST /neutron/network HTTP/1.1" 200 822 0.005486 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/port HTTP/1.1" 200 1086 0.015121 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006384 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014524 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006686 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/port HTTP/1.1" 200 1086 0.014522 10.0.0.38 - - [2025-06-09 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006219 10.0.0.38 - - [2025-06-09 02:18:21] "GET /virtual-machine/3093b030-b049-4031-aefe-26ecffb128c8 HTTP/1.1" 200 1292 0.004393 10.0.0.38 - - [2025-06-09 02:18:21] "GET /virtual-machine-interface/cf52642f-94f7-4e62-92e4-5479d989ce22 HTTP/1.1" 200 2942 0.004928 10.0.0.38 - - [2025-06-09 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.38 - - [2025-06-09 02:18:21] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003147 10.0.0.38 - - [2025-06-09 02:18:21] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003600 10.0.0.38 - - [2025-06-09 02:18:21] "GET /virtual-network/a49b8205-122d-4cb5-a982-26eecb49edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006735 10.0.0.38 - - [2025-06-09 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.38 - - [2025-06-09 02:18:24] "GET /virtual-network/a49b8205-122d-4cb5-a982-26eecb49edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005408 10.0.0.38 - - [2025-06-09 02:18:25] "POST /neutron/port HTTP/1.1" 200 1086 0.016818 10.0.0.38 - - [2025-06-09 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005903 10.0.0.38 - - [2025-06-09 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.38 - - [2025-06-09 02:18:27] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003377 10.0.0.38 - - [2025-06-09 02:18:27] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003793 10.0.0.38 - - [2025-06-09 02:18:27] "GET /virtual-network/a49b8205-122d-4cb5-a982-26eecb49edf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007112 10.0.0.38 - - [2025-06-09 02:18:29] "POST /neutron/network HTTP/1.1" 200 822 0.007678 10.0.0.38 - - [2025-06-09 02:18:29] "POST /neutron/network HTTP/1.1" 400 204 0.010412 10.0.0.38 - - [2025-06-09 02:18:29] "DELETE /project/549f25ca8e3841788de6d2c970ac07b2 HTTP/1.1" 404 173 0.054096 10.0.0.38 - - [2025-06-09 02:18:29] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.38 - - [2025-06-09 02:18:29] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.052821 10.0.0.38 - - [2025-06-09 02:18:29] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.38 - - [2025-06-09 02:18:29] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?fields=security_groups HTTP/1.1" 200 1366 0.067882 10.0.0.38 - - [2025-06-09 02:18:29] "DELETE /security-group/6e548ed0-9922-42a3-9271-7e85ea0e694b HTTP/1.1" 200 115 0.042439 10.0.0.38 - - [2025-06-09 02:18:29] "GET /projects?obj_uuids=6dfaee93-7e74-4a3d-8be4-85961554ec06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.38 - - [2025-06-09 02:18:29] "DELETE /access-control-list/d74f332c-1fa3-417e-ba9b-1cc839d74ee6 HTTP/1.1" 200 115 0.037220 10.0.0.38 - - [2025-06-09 02:18:29] "GET /project/6dfaee93-7e74-4a3d-8be4-85961554ec06?fields=application_policy_sets HTTP/1.1" 200 1405 0.035261 10.0.0.38 - - [2025-06-09 02:18:29] "DELETE /access-control-list/4a677bd0-c411-4a64-a072-a0154554e827 HTTP/1.1" 200 115 0.032465 10.0.0.38 - - [2025-06-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017834 10.0.0.38 - - [2025-06-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 1112 0.008971 10.0.0.38 - - [2025-06-09 02:18:29] "DELETE /project/6dfaee93-7e74-4a3d-8be4-85961554ec06 HTTP/1.1" 200 115 0.422343 10.0.0.38 - - [2025-06-09 02:18:29] "POST /neutron/port HTTP/1.1" 200 151 0.095847 10.0.0.38 - - [2025-06-09 02:18:31] "POST /neutron/network HTTP/1.1" 200 822 0.005823 10.0.0.38 - - [2025-06-09 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.38 - - [2025-06-09 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002236 10.0.0.38 - - [2025-06-09 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003241 10.0.0.38 - - [2025-06-09 02:18:31] "POST /neutron/network HTTP/1.1" 200 151 0.085928 10.0.0.38 - - [2025-06-09 02:18:31] "DELETE /route-target/8680b861-9a1d-498f-ab6f-4119bbfd1b8e HTTP/1.1" 200 115 0.017621 10.0.0.38 - - [2025-06-09 02:18:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002730 10.0.0.38 - - [2025-06-09 02:18:31] "POST /network-ipams HTTP/1.1" 200 541 0.014464 10.0.0.38 - - [2025-06-09 02:18:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003034 10.0.0.38 - - [2025-06-09 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2025-06-09 02:18:31] "GET /network-ipam/3b761531-3969-4cd7-bcaf-cd679edfc9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.006212 10.0.0.38 - - [2025-06-09 02:18:32] "PUT /network-ipam/3b761531-3969-4cd7-bcaf-cd679edfc9ed HTTP/1.1" 200 258 0.009309 10.0.0.38 - - [2025-06-09 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.38 - - [2025-06-09 02:18:32] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471 10.0.0.38 - - [2025-06-09 02:18:32] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.029130 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.007113 10.0.0.38 - - [2025-06-09 02:18:32] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 605 0.067868 10.0.0.38 - - [2025-06-09 02:18:32] "POST /route-targets HTTP/1.1" 200 327 0.010401 10.0.0.38 - - [2025-06-09 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.015066 10.0.0.38 - - [2025-06-09 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004696 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.201719 10.0.0.38 - - [2025-06-09 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005376 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.204683 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 994 0.007342 10.0.0.38 - - [2025-06-09 02:18:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001201 10.0.0.38 - - [2025-06-09 02:18:32] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005486 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 994 0.007372 10.0.0.38 - - [2025-06-09 02:18:32] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005459 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 994 0.008287 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.007748 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.008619 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/network HTTP/1.1" 200 994 0.006701 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.007103 10.0.0.38 - - [2025-06-09 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.007250 10.0.0.38 - - [2025-06-09 02:18:33] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001607 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.156430 10.0.0.38 - - [2025-06-09 02:18:33] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.149341 10.0.0.38 - - [2025-06-09 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001276 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.008109 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.030461 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/network HTTP/1.1" 200 994 0.006661 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007153 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.004842 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.004492 10.0.0.38 - - [2025-06-09 02:18:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001223 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.004412 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007984 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007701 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/network HTTP/1.1" 200 994 0.006614 10.0.0.38 - - [2025-06-09 02:18:33] "POST /neutron/port HTTP/1.1" 200 1017 0.006837 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009224 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007751 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.007505 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.005012 10.0.0.38 - - [2025-06-09 02:18:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001269 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.005461 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/network HTTP/1.1" 200 1004 0.007279 10.0.0.38 - - [2025-06-09 02:18:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2025-06-09 02:18:34] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.38 - - [2025-06-09 02:18:34] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.028443 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/network HTTP/1.1" 200 1004 0.009894 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007568 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009977 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/network HTTP/1.1" 200 1004 0.007349 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006197 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.009094 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1017 0.019423 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1109 0.116664 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1109 0.113199 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014274 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003404 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 1083 0.014853 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.013741 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.38 - - [2025-06-09 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 673 0.018191 10.0.0.38 - - [2025-06-09 02:18:34] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001684 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/network HTTP/1.1" 200 994 0.008221 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.38 - - [2025-06-09 02:18:35] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064340 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/network HTTP/1.1" 200 994 0.015475 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/network HTTP/1.1" 200 994 0.007145 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 2050 0.025940 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007230 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.005797 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains HTTP/1.1" 200 280 0.002977 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001566 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2573 0.009298 10.0.0.38 - - [2025-06-09 02:18:35] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.38 - - [2025-06-09 02:18:35] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2 HTTP/1.1" 200 2842 0.081052 10.0.0.38 - - [2025-06-09 02:18:35] "GET /network-ipam/3b761531-3969-4cd7-bcaf-cd679edfc9ed HTTP/1.1" 200 2601 0.007018 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains HTTP/1.1" 200 280 0.007537 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001668 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2573 0.010342 10.0.0.38 - - [2025-06-09 02:18:35] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001991 10.0.0.38 - - [2025-06-09 02:18:35] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2 HTTP/1.1" 200 2842 0.082157 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09 HTTP/1.1" 200 3779 0.011606 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09 HTTP/1.1" 200 3779 0.010496 10.0.0.38 - - [2025-06-09 02:18:35] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 200 2381 0.003791 10.0.0.38 - - [2025-06-09 02:18:35] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 200 2381 0.003509 10.0.0.38 - - [2025-06-09 02:18:35] "GET /route-target/c4c428ac-c3d3-4acb-869d-d8d3225fa751 HTTP/1.1" 200 1204 0.003314 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09 HTTP/1.1" 200 3779 0.010713 10.0.0.38 - - [2025-06-09 02:18:35] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 200 2381 0.003989 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005064 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09 HTTP/1.1" 200 3779 0.011702 10.0.0.38 - - [2025-06-09 02:18:35] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 200 2381 0.011792 10.0.0.38 - - [2025-06-09 02:18:35] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 200 2381 0.008936 10.0.0.38 - - [2025-06-09 02:18:35] "GET /route-target/c4c428ac-c3d3-4acb-869d-d8d3225fa751 HTTP/1.1" 200 1204 0.006663 10.0.0.38 - - [2025-06-09 02:18:35] "POST /neutron/network HTTP/1.1" 200 1004 0.022435 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains HTTP/1.1" 200 280 0.004289 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001575 10.0.0.38 - - [2025-06-09 02:18:35] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2573 0.008149 10.0.0.38 - - [2025-06-09 02:18:35] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.38 - - [2025-06-09 02:18:35] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.38 - - [2025-06-09 02:18:35] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2 HTTP/1.1" 200 2842 0.074709 10.0.0.38 - - [2025-06-09 02:18:35] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09 HTTP/1.1" 200 3779 0.016667 10.0.0.38 - - [2025-06-09 02:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.126110 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1055 0.434156 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1055 0.014405 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1055 0.019164 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1109 0.138735 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 1083 0.064072 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003184 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.020537 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.38 - - [2025-06-09 02:18:36] "POST /neutron/network HTTP/1.1" 200 994 0.007954 10.0.0.38 - - [2025-06-09 02:18:36] "GET /obj-perms HTTP/1.1" 200 5030 0.372513 10.0.0.38 - - [2025-06-09 02:18:36] "GET /obj-perms HTTP/1.1" 200 5056 0.097888 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.020014 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008226 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.013571 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005933 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/port HTTP/1.1" 200 1083 0.018183 10.0.0.38 - - [2025-06-09 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005955 10.0.0.38 - - [2025-06-09 02:18:37] "GET /virtual-machine/88b6ea1b-8f0f-494c-8282-97cc2d59ba0f HTTP/1.1" 200 1287 0.007924 10.0.0.38 - - [2025-06-09 02:18:37] "GET /virtual-machine-interface/8068e4ca-dac3-4898-8797-9dcae17e5f68 HTTP/1.1" 200 2940 0.009892 10.0.0.38 - - [2025-06-09 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.38 - - [2025-06-09 02:18:37] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003044 10.0.0.38 - - [2025-06-09 02:18:37] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004179 10.0.0.38 - - [2025-06-09 02:18:37] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006438 10.0.0.38 - - [2025-06-09 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.38 - - [2025-06-09 02:18:40] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005613 10.0.0.38 - - [2025-06-09 02:18:41] "GET /global-system-configs HTTP/1.1" 200 322 0.028307 10.0.0.38 - - [2025-06-09 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.062088 10.0.0.38 - - [2025-06-09 02:18:41] "GET /global-system-configs HTTP/1.1" 200 322 0.031092 10.0.0.38 - - [2025-06-09 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.061056 10.0.0.38 - - [2025-06-09 02:18:44] "POST /neutron/port HTTP/1.1" 200 1083 0.014331 10.0.0.38 - - [2025-06-09 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005364 10.0.0.38 - - [2025-06-09 02:18:44] "POST /neutron/port HTTP/1.1" 200 1083 0.013896 10.0.0.38 - - [2025-06-09 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005163 10.0.0.38 - - [2025-06-09 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.38 - - [2025-06-09 02:18:44] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008718 10.0.0.38 - - [2025-06-09 02:18:45] "POST /neutron/port HTTP/1.1" 200 1083 0.016126 10.0.0.38 - - [2025-06-09 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006180 10.0.0.38 - - [2025-06-09 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.38 - - [2025-06-09 02:18:46] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003137 10.0.0.38 - - [2025-06-09 02:18:46] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002856 10.0.0.38 - - [2025-06-09 02:18:46] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005371 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/port HTTP/1.1" 200 1083 0.022469 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009391 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/port HTTP/1.1" 200 1083 0.016618 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006702 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/port HTTP/1.1" 200 1083 0.013834 10.0.0.38 - - [2025-06-09 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006102 10.0.0.38 - - [2025-06-09 02:18:47] "GET /virtual-machine/65bd1391-f364-44e0-a5bc-c179abaeda80 HTTP/1.1" 200 1288 0.005616 10.0.0.38 - - [2025-06-09 02:18:47] "GET /virtual-machine-interface/c579eec6-be64-4541-80e6-b991c3d91e2c HTTP/1.1" 200 2941 0.005332 10.0.0.38 - - [2025-06-09 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2025-06-09 02:18:47] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003848 10.0.0.38 - - [2025-06-09 02:18:47] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003062 10.0.0.38 - - [2025-06-09 02:18:47] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007112 10.0.0.38 - - [2025-06-09 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.38 - - [2025-06-09 02:18:48] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002849 10.0.0.38 - - [2025-06-09 02:18:48] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002857 10.0.0.38 - - [2025-06-09 02:18:48] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005817 10.0.0.38 - - [2025-06-09 02:18:48] "POST /neutron/port HTTP/1.1" 200 1083 0.013994 10.0.0.38 - - [2025-06-09 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005564 10.0.0.38 - - [2025-06-09 02:18:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013932 10.0.0.38 - - [2025-06-09 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006016 10.0.0.38 - - [2025-06-09 02:18:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013449 10.0.0.38 - - [2025-06-09 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006077 10.0.0.38 - - [2025-06-09 02:18:49] "GET /virtual-machine/91700839-0906-4e1b-8b90-c40e76e9eb39 HTTP/1.1" 200 1293 0.003909 10.0.0.38 - - [2025-06-09 02:18:49] "GET /virtual-machine-interface/d0247015-01f6-4002-8e08-8ff4bc69b293 HTTP/1.1" 200 2942 0.004093 10.0.0.38 - - [2025-06-09 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.38 - - [2025-06-09 02:18:49] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002852 10.0.0.38 - - [2025-06-09 02:18:49] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002937 10.0.0.38 - - [2025-06-09 02:18:49] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005489 10.0.0.38 - - [2025-06-09 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.38 - - [2025-06-09 02:18:50] "GET /global-vrouter-config/726df5bc-0a8a-42c7-b8a2-ac827b64ae1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002943 10.0.0.38 - - [2025-06-09 02:18:50] "GET /virtual-networks?parent_id=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003784 10.0.0.38 - - [2025-06-09 02:18:50] "GET /virtual-network/6614b210-b797-44a2-8c9f-d23539c3be09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008280 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1109 0.019865 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009238 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 151 0.114980 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1083 0.019104 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009713 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1109 0.019224 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 1109 0.016330 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 151 0.221718 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 151 0.224647 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/network HTTP/1.1" 200 994 0.018562 10.0.0.38 - - [2025-06-09 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.017208 10.0.0.38 - - [2025-06-09 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003900 10.0.0.38 - - [2025-06-09 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002516 10.0.0.38 - - [2025-06-09 02:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002460 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/network HTTP/1.1" 200 151 0.137009 10.0.0.38 - - [2025-06-09 02:19:06] "GET /routing-instance/a865de3a-1aec-46e9-92bc-c84916ee75c2 HTTP/1.1" 404 171 0.004955 10.0.0.38 - - [2025-06-09 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.047979 10.0.0.38 - - [2025-06-09 02:19:06] "GET /domains HTTP/1.1" 200 280 0.006293 10.0.0.38 - - [2025-06-09 02:19:06] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.38 - - [2025-06-09 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.014338 10.0.0.38 - - [2025-06-09 02:19:07] "POST /neutron/port HTTP/1.1" 400 205 0.013045 10.0.0.38 - - [2025-06-09 02:19:07] "DELETE /route-target/c4c428ac-c3d3-4acb-869d-d8d3225fa751 HTTP/1.1" 200 115 0.059522 10.0.0.38 - - [2025-06-09 02:19:07] "GET /domain/188dcf17-0db5-4fbb-8fad-fbd4243964d4 HTTP/1.1" 200 2573 0.057112 10.0.0.38 - - [2025-06-09 02:19:07] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.38 - - [2025-06-09 02:19:07] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2 HTTP/1.1" 200 2085 0.077021 10.0.0.38 - - [2025-06-09 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.38 - - [2025-06-09 02:19:07] "DELETE /network-ipam/3b761531-3969-4cd7-bcaf-cd679edfc9ed HTTP/1.1" 200 115 0.024349 10.0.0.38 - - [2025-06-09 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.002423 10.0.0.38 - - [2025-06-09 02:19:07] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.38 - - [2025-06-09 02:19:07] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050122 10.0.0.38 - - [2025-06-09 02:19:07] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.38 - - [2025-06-09 02:19:07] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?fields=virtual_networks HTTP/1.1" 200 1032 0.069908 10.0.0.38 - - [2025-06-09 02:19:07] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.38 - - [2025-06-09 02:19:07] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.025223 10.0.0.38 - - [2025-06-09 02:19:07] "GET /projects?obj_uuids=549f25ca-8e38-4178-8de6-d2c970ac07b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001547 10.0.0.38 - - [2025-06-09 02:19:07] "GET /project/549f25ca-8e38-4178-8de6-d2c970ac07b2?fields=security_groups HTTP/1.1" 200 1258 0.033319 10.0.0.38 - - [2025-06-09 02:19:11] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.38 - - [2025-06-09 02:19:11] "POST /neutron/port HTTP/1.1" 400 205 0.002961 10.0.0.38 - - [2025-06-09 02:19:15] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.38 - - [2025-06-09 02:19:16] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2025-06-09 02:19:16] "GET /projects?obj_uuids=6fb32145-2717-4c35-9cb7-fe0ec65bd2e3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001113 10.0.0.38 - - [2025-06-09 02:19:16] "GET /project/6fb32145-2717-4c35-9cb7-fe0ec65bd2e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.046255 [Introspect:8084]10.0.0.38 - - [2025-06-09 02:19:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001296 10.0.0.38 - - [2025-06-09 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.022810 10.0.0.38 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=8b70d2b7-f6c9-461c-9496-9ee9651594f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002547 10.0.0.38 - - [2025-06-09 02:19:17] "GET /domains?obj_uuids=188dcf17-0db5-4fbb-8fad-fbd4243964d4&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064