++ 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 23 01:56:14 UTC 2025 ===================' INFO: =================== Mon Jun 23 01:56:14 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 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ 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.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.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 ++ cut -d , -f 1 ++ echo 10.0.0.38 + 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 ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.18,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/23/2025 01:56:23.537 7f36c2975c08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/23/2025 01:56:23.675 7f36c2975c08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/23/2025 01:56:23.688 7f36c2975c08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/23/2025 01:56:23.688 7f36c2975c08 [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-23 01:56:26] "GET / HTTP/1.1" 503 181 0.000279 10.0.0.38 - - [2025-06-23 01:56:26] "GET / HTTP/1.1" 503 181 0.000173 10.0.0.38 - - [2025-06-23 01:56:26] "GET / HTTP/1.1" 503 181 0.000261 10.0.0.38 - - [2025-06-23 01:56:27] "GET / HTTP/1.1" 200 35931 0.047459 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-23 01:56:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000649 10.0.0.38 - - [2025-06-23 01:56:27] "GET / HTTP/1.1" 200 45871 0.001853 10.0.0.38 - - [2025-06-23 01:56:27] "GET / HTTP/1.1" 200 45871 0.001302 10.0.0.38 - - [2025-06-23 01:56:27] "GET / HTTP/1.1" 200 35931 0.001270 10.0.0.38 - - [2025-06-23 01:56:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000341 10.0.0.38 - - [2025-06-23 01:56:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000296 10.0.0.38 - - [2025-06-23 01:56:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2025-06-23 01:56:28] "GET / HTTP/1.1" 200 35931 0.002078 10.0.0.38 - - [2025-06-23 01:56:29] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.38 - - [2025-06-23 01:56:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.38 - - [2025-06-23 01:56:29] "GET / HTTP/1.1" 200 35931 0.001361 10.0.0.38 - - [2025-06-23 01:56:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.38 - - [2025-06-23 01:56:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 2.058157 10.0.0.38 - - [2025-06-23 01:56:30] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006109 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 196 1.221537 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.670415 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.004185 10.0.0.38 - - [2025-06-23 01:56:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.831575 10.0.0.38 - - [2025-06-23 01:56:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002692 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 1.558060 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.408521 10.0.0.38 - - [2025-06-23 01:56:30] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.048597 10.0.0.38 - - [2025-06-23 01:56:30] "POST /job-templates HTTP/1.1" 200 555 0.073327 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006463 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.124404 10.0.0.38 - - [2025-06-23 01:56:30] "GET /network-ipam/d77a283b-9425-4cbb-86ab-39ced6f7eea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004255 10.0.0.38 - - [2025-06-23 01:56:30] "POST /config-database-nodes HTTP/1.1" 200 617 0.027728 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 220 0.003843 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002595 10.0.0.38 - - [2025-06-23 01:56:30] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008779 10.0.0.38 - - [2025-06-23 01:56:30] "POST /service-appliance-sets HTTP/1.1" 200 553 0.033582 10.0.0.38 - - [2025-06-23 01:56:30] "POST /config-nodes HTTP/1.1" 200 599 0.044182 10.0.0.38 - - [2025-06-23 01:56:30] "POST /job-templates HTTP/1.1" 200 563 0.046130 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 191 0.003696 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.013584 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.38 - - [2025-06-23 01:56:30] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011803 10.0.0.38 - - [2025-06-23 01:56:30] "POST /job-templates HTTP/1.1" 200 545 0.077938 /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-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005649 10.0.0.38 - - [2025-06-23 01:56:30] "POST /service-appliance-sets HTTP/1.1" 200 541 0.027381 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.38 - - [2025-06-23 01:56:30] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.38 - - [2025-06-23 01:56:30] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000376 10.0.0.38 - - [2025-06-23 01:56:30] "POST /job-templates HTTP/1.1" 200 577 0.073436 10.0.0.38 - - [2025-06-23 01:56:30] "GET /network-ipam/d77a283b-9425-4cbb-86ab-39ced6f7eea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006944 10.0.0.38 - - [2025-06-23 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.006848 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.006987 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 579 0.078509 10.0.0.38 - - [2025-06-23 01:56:31] "POST /service-templates HTTP/1.1" 200 511 0.056172 10.0.0.38 - - [2025-06-23 01:56:31] "POST /access-control-lists HTTP/1.1" 200 587 0.041591 10.0.0.38 - - [2025-06-23 01:56:31] "POST /service-templates HTTP/1.1" 200 501 0.020540 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 210 0.003350 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.003466 10.0.0.38 - - [2025-06-23 01:56:31] "POST /service-templates HTTP/1.1" 200 515 0.030363 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 583 0.073899 10.0.0.38 - - [2025-06-23 01:56:31] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.031483 10.0.0.38 - - [2025-06-23 01:56:31] "POST /access-control-lists HTTP/1.1" 200 585 0.097560 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003326 10.0.0.38 - - [2025-06-23 01:56:31] "POST /service-templates HTTP/1.1" 200 535 0.057546 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 559 0.027358 10.0.0.38 - - [2025-06-23 01:56:31] "POST /service-templates HTTP/1.1" 200 507 0.023151 10.0.0.38 - - [2025-06-23 01:56:31] "POST /route-targets HTTP/1.1" 200 327 0.009973 10.0.0.38 - - [2025-06-23 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.003691 10.0.0.38 - - [2025-06-23 01:56:31] "POST /route-targets HTTP/1.1" 200 327 0.015796 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 569 0.070948 10.0.0.38 - - [2025-06-23 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.020929 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003473 10.0.0.38 - - [2025-06-23 01:56:31] "POST /route-targets HTTP/1.1" 200 327 0.012035 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 555 0.070986 10.0.0.38 - - [2025-06-23 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.050553 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004283 10.0.0.38 - - [2025-06-23 01:56:31] "POST /route-targets HTTP/1.1" 200 327 0.014063 10.0.0.38 - - [2025-06-23 01:56:31] "POST /job-templates HTTP/1.1" 200 555 0.082491 10.0.0.38 - - [2025-06-23 01:56:31] "POST /ref-update HTTP/1.1" 200 156 0.054253 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003412 10.0.0.38 - - [2025-06-23 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.002603 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 555 0.075284 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.003162 10.0.0.38 - - [2025-06-23 01:56:32] "POST /access-control-lists HTTP/1.1" 200 551 0.096661 10.0.0.38 - - [2025-06-23 01:56:32] "PUT /access-control-list/f13113d5-c49e-4593-b3e0-6f8b21af4609 HTTP/1.1" 200 272 0.022416 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 535 0.074651 10.0.0.38 - - [2025-06-23 01:56:32] "PUT /access-control-list/bffeed1b-7fae-4826-8c31-9698825d80d3 HTTP/1.1" 200 272 0.018746 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003262 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 559 0.083180 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003832 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 559 0.072882 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003244 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 559 0.073766 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003941 10.0.0.38 - - [2025-06-23 01:56:32] "POST /job-templates HTTP/1.1" 200 565 0.065156 10.0.0.38 - - [2025-06-23 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003906 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 557 0.070046 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.004823 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 555 0.072090 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.004175 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 573 0.064957 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.004107 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 551 0.069548 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003771 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 579 0.073684 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003489 10.0.0.38 - - [2025-06-23 01:56:33] "POST /job-templates HTTP/1.1" 200 555 0.062171 10.0.0.38 - - [2025-06-23 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.004119 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 559 0.066456 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.003522 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 575 0.061682 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.003319 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 557 0.065425 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003142 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 559 0.062504 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003576 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 555 0.068891 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003630 10.0.0.38 - - [2025-06-23 01:56:34] "POST /job-templates HTTP/1.1" 200 553 0.065403 10.0.0.38 - - [2025-06-23 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003175 10.0.0.38 - - [2025-06-23 01:56:35] "POST /job-templates HTTP/1.1" 200 553 0.078590 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003922 10.0.0.38 - - [2025-06-23 01:56:35] "POST /job-templates HTTP/1.1" 200 553 0.073604 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.004003 10.0.0.38 - - [2025-06-23 01:56:35] "POST /job-templates HTTP/1.1" 200 563 0.065567 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.003804 10.0.0.38 - - [2025-06-23 01:56:35] "POST /job-templates HTTP/1.1" 200 565 0.061371 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.004707 10.0.0.38 - - [2025-06-23 01:56:35] "POST /config-propertiess HTTP/1.1" 200 551 0.023474 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 168 0.005728 10.0.0.38 - - [2025-06-23 01:56:35] "POST /tags HTTP/1.1" 200 321 0.131535 10.0.0.38 - - [2025-06-23 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003182 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 317 0.057998 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.003343 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 333 0.020624 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.003099 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 309 0.023169 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.38 - - [2025-06-23 01:56:36] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.007455 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.002839 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 333 0.024670 10.0.0.38 - - [2025-06-23 01:56:36] "PUT /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 276 0.008840 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002939 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 313 0.025087 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 169 0.003202 10.0.0.38 - - [2025-06-23 01:56:36] "POST /tags HTTP/1.1" 200 323 0.043891 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.38 - - [2025-06-23 01:56:36] "GET / HTTP/1.1" 200 35931 0.002437 10.0.0.38 - - [2025-06-23 01:56:36] "POST /alarms HTTP/1.1" 401 292 0.000413 10.0.0.38 - - [2025-06-23 01:56:36] "PUT /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96 HTTP/1.1" 200 274 0.013036 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002789 10.0.0.38 - - [2025-06-23 01:56:36] "POST /hardwares HTTP/1.1" 200 327 0.011404 10.0.0.38 - - [2025-06-23 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003522 10.0.0.38 - - [2025-06-23 01:56:36] "POST /hardwares HTTP/1.1" 200 327 0.013708 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.003779 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 327 0.012420 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.002482 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 581 0.041935 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 575 0.020814 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 327 0.013707 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 575 0.016658 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003043 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 559 0.020111 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 323 0.009640 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003831 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 555 0.025164 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 323 0.011151 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 557 0.020781 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003217 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 565 0.020575 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 317 0.014082 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002566 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 549 0.022770 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 323 0.014430 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 557 0.023373 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003745 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 567 0.021807 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 323 0.014358 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 555 0.018816 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003840 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 567 0.020957 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 323 0.013433 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003129 10.0.0.38 - - [2025-06-23 01:56:37] "POST /alarms HTTP/1.1" 200 575 0.061807 10.0.0.38 - - [2025-06-23 01:56:37] "POST /hardwares HTTP/1.1" 200 325 0.011442 10.0.0.38 - - [2025-06-23 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.004821 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 569 0.025203 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 325 0.016905 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 561 0.029056 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002550 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 561 0.020961 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 325 0.013329 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002510 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 561 0.023797 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 325 0.011195 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 547 0.018040 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003503 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 595 0.019542 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 323 0.011132 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002541 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 575 0.017778 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 317 0.020007 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 571 0.024638 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003209 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 583 0.016035 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 323 0.010899 10.0.0.38 - - [2025-06-23 01:56:38] "POST /alarms HTTP/1.1" 200 609 0.017606 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002979 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 317 0.011926 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.004092 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 323 0.011178 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003175 10.0.0.38 - - [2025-06-23 01:56:38] "POST /hardwares HTTP/1.1" 200 319 0.012035 10.0.0.38 - - [2025-06-23 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003518 10.0.0.38 - - [2025-06-23 01:56:38] "GET / HTTP/1.1" 200 35931 0.001440 10.0.0.38 - - [2025-06-23 01:56:38] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000406 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 319 0.012615 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 165 0.003818 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 325 0.010940 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003520 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 317 0.011018 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003680 10.0.0.38 - - [2025-06-23 01:56:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023479 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 317 0.010858 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003932 10.0.0.38 - - [2025-06-23 01:56:39] "PUT /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 276 0.009704 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 319 0.017517 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.002961 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 319 0.011346 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003239 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 319 0.012333 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003107 10.0.0.38 - - [2025-06-23 01:56:39] "GET / HTTP/1.1" 200 35931 0.001616 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 311 0.022682 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003627 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 311 0.013765 10.0.0.38 - - [2025-06-23 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 160 0.003058 10.0.0.38 - - [2025-06-23 01:56:39] "POST /hardwares HTTP/1.1" 200 315 0.012890 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.003594 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.021285 10.0.0.38 - - [2025-06-23 01:56:40] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003723 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 303 0.011839 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002515 10.0.0.38 - - [2025-06-23 01:56:40] "PUT /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 276 0.008500 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 311 0.009732 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003171 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 305 0.010104 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.004135 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 305 0.010982 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003614 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 305 0.011941 10.0.0.38 - - [2025-06-23 01:56:40] "GET / HTTP/1.1" 200 35931 0.002462 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.005112 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000366 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 305 0.011893 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003069 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 307 0.023034 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003495 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 307 0.013799 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003238 10.0.0.38 - - [2025-06-23 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.022572 10.0.0.38 - - [2025-06-23 01:56:40] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005659 10.0.0.38 - - [2025-06-23 01:56:40] "POST /hardwares HTTP/1.1" 200 307 0.009227 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002325 10.0.0.38 - - [2025-06-23 01:56:41] "PUT /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96 HTTP/1.1" 200 274 0.017520 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.012095 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.003068 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 311 0.011802 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.003443 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 311 0.011903 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 153 0.003155 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 301 0.023213 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003344 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.020044 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003537 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.025193 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003276 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.010831 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.004557 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.013361 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003415 10.0.0.38 - - [2025-06-23 01:56:41] "POST /hardwares HTTP/1.1" 200 309 0.011004 10.0.0.38 - - [2025-06-23 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003052 10.0.0.38 - - [2025-06-23 01:56:42] "POST /hardwares HTTP/1.1" 200 317 0.011867 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003801 10.0.0.38 - - [2025-06-23 01:56:42] "POST /hardwares HTTP/1.1" 200 309 0.010252 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003150 10.0.0.38 - - [2025-06-23 01:56:42] "POST /hardwares HTTP/1.1" 200 309 0.010738 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 154 0.003522 10.0.0.38 - - [2025-06-23 01:56:42] "POST /hardwares HTTP/1.1" 200 303 0.016832 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.002888 10.0.0.38 - - [2025-06-23 01:56:42] "POST /features HTTP/1.1" 200 533 0.017347 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.003488 10.0.0.38 - - [2025-06-23 01:56:42] "POST /features HTTP/1.1" 200 523 0.015923 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003089 10.0.0.38 - - [2025-06-23 01:56:42] "POST /features HTTP/1.1" 200 521 0.015996 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003073 10.0.0.38 - - [2025-06-23 01:56:42] "POST /features HTTP/1.1" 200 521 0.016480 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003346 10.0.0.38 - - [2025-06-23 01:56:42] "POST /features HTTP/1.1" 200 531 0.022361 10.0.0.38 - - [2025-06-23 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003350 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 521 0.147170 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002963 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 539 0.050353 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 186 0.003554 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 525 0.020388 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.003861 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 519 0.020225 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.003213 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 517 0.016620 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003292 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 533 0.030976 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002957 10.0.0.38 - - [2025-06-23 01:56:43] "POST /features HTTP/1.1" 200 541 0.022943 10.0.0.38 - - [2025-06-23 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.004541 10.0.0.38 - - [2025-06-23 01:56:44] "POST /physical-roles HTTP/1.1" 200 521 0.016324 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 179 0.003086 10.0.0.38 - - [2025-06-23 01:56:44] "POST /physical-roles HTTP/1.1" 200 523 0.020370 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003464 10.0.0.38 - - [2025-06-23 01:56:44] "POST /physical-roles HTTP/1.1" 200 533 0.017476 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 177 0.003058 10.0.0.38 - - [2025-06-23 01:56:44] "POST /physical-roles HTTP/1.1" 200 519 0.017418 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.004325 10.0.0.38 - - [2025-06-23 01:56:44] "POST /overlay-roles HTTP/1.1" 200 545 0.020936 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003610 10.0.0.38 - - [2025-06-23 01:56:44] "POST /overlay-roles HTTP/1.1" 200 531 0.017560 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003520 10.0.0.38 - - [2025-06-23 01:56:44] "POST /overlay-roles HTTP/1.1" 200 545 0.016213 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003762 10.0.0.38 - - [2025-06-23 01:56:44] "POST /overlay-roles HTTP/1.1" 200 533 0.018357 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003114 10.0.0.38 - - [2025-06-23 01:56:44] "POST /overlay-roles HTTP/1.1" 200 541 0.020367 10.0.0.38 - - [2025-06-23 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.38 - - [2025-06-23 01:56:45] "PUT /overlay-role/b57bc8b4-2a1e-4500-b652-7f90f4a58807 HTTP/1.1" 200 258 0.020466 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.004070 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 531 0.023664 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.003752 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 533 0.028014 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.004289 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 529 0.032380 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 187 0.005138 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 537 0.021877 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.004115 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 541 0.071284 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 178 0.003653 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 519 0.025757 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003766 10.0.0.38 - - [2025-06-23 01:56:45] "POST /overlay-roles HTTP/1.1" 200 543 0.023098 10.0.0.38 - - [2025-06-23 01:56:45] "POST /fqname-to-id HTTP/1.1" 404 182 0.003971 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 533 0.016295 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003417 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 547 0.021366 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003391 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 549 0.022621 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.003515 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 551 0.019270 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.003194 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 563 0.018716 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003865 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 547 0.016872 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003384 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 549 0.018060 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.003409 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 551 0.018106 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003192 10.0.0.38 - - [2025-06-23 01:56:46] "POST /role-definitions HTTP/1.1" 200 549 0.016934 10.0.0.38 - - [2025-06-23 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003291 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 561 0.019973 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003247 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 547 0.017825 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003945 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 549 0.026640 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.003070 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 545 0.015604 10.0.0.38 - - [2025-06-23 01:56:47] "GET /global-system-configs HTTP/1.1" 200 322 0.597306 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003058 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 547 0.020875 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003488 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 553 0.027879 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003076 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 555 0.017681 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.003268 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 533 0.023486 10.0.0.38 - - [2025-06-23 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.003224 10.0.0.38 - - [2025-06-23 01:56:47] "POST /role-definitions HTTP/1.1" 200 543 0.018893 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.003527 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 531 0.018678 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003432 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 537 0.021281 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.004263 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 547 0.019320 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.003508 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 557 0.017437 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003442 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 561 0.018480 10.0.0.38 - - [2025-06-23 01:56:48] "GET /global-system-configs HTTP/1.1" 200 322 0.023330 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.002661 10.0.0.38 - - [2025-06-23 01:56:48] "POST /role-definitions HTTP/1.1" 200 559 0.016427 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.003573 10.0.0.38 - - [2025-06-23 01:56:48] "POST /feature-configs HTTP/1.1" 200 537 0.017060 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 212 0.003030 10.0.0.38 - - [2025-06-23 01:56:48] "POST /feature-configs HTTP/1.1" 200 562 0.016367 10.0.0.38 - - [2025-06-23 01:56:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.003007 10.0.0.38 - - [2025-06-23 01:56:48] "POST /feature-configs HTTP/1.1" 200 561 0.016441 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.003247 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 547 0.020721 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.005127 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 537 0.017300 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003764 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 549 0.018281 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003350 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 541 0.017635 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003380 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 541 0.042816 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.003381 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 539 0.017823 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.003382 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 531 0.018402 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 185 0.003123 10.0.0.38 - - [2025-06-23 01:56:49] "POST /node-profiles HTTP/1.1" 200 533 0.016915 10.0.0.38 - - [2025-06-23 01:56:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.003468 10.0.0.38 - - [2025-06-23 01:56:50] "POST /node-profiles HTTP/1.1" 200 557 0.016244 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.004442 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015847 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003410 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017914 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.002941 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016243 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003157 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015409 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003043 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017095 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003157 10.0.0.38 - - [2025-06-23 01:56:50] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015743 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.003138 10.0.0.38 - - [2025-06-23 01:56:50] "POST /sflow-profiles HTTP/1.1" 200 532 0.016126 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003505 10.0.0.38 - - [2025-06-23 01:56:50] "POST /sflow-profiles HTTP/1.1" 200 538 0.017075 10.0.0.38 - - [2025-06-23 01:56:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003936 10.0.0.38 - - [2025-06-23 01:56:51] "POST /sflow-profiles HTTP/1.1" 200 538 0.016973 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003549 10.0.0.38 - - [2025-06-23 01:56:51] "POST /grpc-profiles HTTP/1.1" 200 530 0.019063 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003855 10.0.0.38 - - [2025-06-23 01:56:51] "POST /snmp-profiles HTTP/1.1" 200 530 0.017935 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.004035 10.0.0.38 - - [2025-06-23 01:56:51] "POST /netconf-profiles HTTP/1.1" 200 542 0.018610 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003306 10.0.0.38 - - [2025-06-23 01:56:51] "POST /device-functional-groups HTTP/1.1" 200 540 0.018073 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003307 10.0.0.38 - - [2025-06-23 01:56:51] "POST /device-functional-groups HTTP/1.1" 200 540 0.031277 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003266 10.0.0.38 - - [2025-06-23 01:56:51] "POST /device-functional-groups HTTP/1.1" 200 544 0.019493 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003344 10.0.0.38 - - [2025-06-23 01:56:51] "POST /device-functional-groups HTTP/1.1" 200 542 0.019394 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.003469 10.0.0.38 - - [2025-06-23 01:56:51] "POST /device-functional-groups HTTP/1.1" 200 590 0.016232 10.0.0.38 - - [2025-06-23 01:56:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.002959 10.0.0.38 - - [2025-06-23 01:56:52] "POST /device-functional-groups HTTP/1.1" 200 570 0.016196 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.003134 10.0.0.38 - - [2025-06-23 01:56:52] "POST /device-functional-groups HTTP/1.1" 200 620 0.020438 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 206 0.002969 10.0.0.38 - - [2025-06-23 01:56:52] "POST /device-functional-groups HTTP/1.1" 200 566 0.016821 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003150 10.0.0.38 - - [2025-06-23 01:56:52] "POST /device-functional-groups HTTP/1.1" 200 564 0.018603 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.002944 10.0.0.38 - - [2025-06-23 01:56:52] "POST /device-functional-groups HTTP/1.1" 200 574 0.022082 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.003155 10.0.0.38 - - [2025-06-23 01:56:52] "POST /role-configs HTTP/1.1" 200 525 0.018074 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003641 10.0.0.38 - - [2025-06-23 01:56:52] "POST /role-configs HTTP/1.1" 200 520 0.017575 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003093 10.0.0.38 - - [2025-06-23 01:56:52] "POST /role-configs HTTP/1.1" 200 522 0.015831 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.002908 10.0.0.38 - - [2025-06-23 01:56:52] "POST /role-configs HTTP/1.1" 200 522 0.015242 10.0.0.38 - - [2025-06-23 01:56:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.002952 10.0.0.38 - - [2025-06-23 01:56:53] "POST /role-configs HTTP/1.1" 200 526 0.015386 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.002837 10.0.0.38 - - [2025-06-23 01:56:53] "POST /role-configs HTTP/1.1" 200 521 0.017491 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003586 10.0.0.38 - - [2025-06-23 01:56:53] "POST /role-configs HTTP/1.1" 200 517 0.016160 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.003574 10.0.0.38 - - [2025-06-23 01:56:53] "POST /role-configs HTTP/1.1" 200 518 0.017303 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.38 - - [2025-06-23 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.009879 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.38 - - [2025-06-23 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.011529 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.38 - - [2025-06-23 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.011436 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2025-06-23 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.025666 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.012404 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005982 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.011277 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005343 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.012392 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.012628 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2025-06-23 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.38 - - [2025-06-23 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.011069 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.010184 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.008176 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.010036 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.008650 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.38 - - [2025-06-23 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.014672 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2025-06-23 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.007600 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.022916 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010859 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.012697 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2025-06-23 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.38 - - [2025-06-23 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.009199 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.008913 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.38 - - [2025-06-23 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.009249 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.38 - - [2025-06-23 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008460 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008647 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.38 - - [2025-06-23 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.38 - - [2025-06-23 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.011849 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.008287 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.009406 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.38 - - [2025-06-23 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.007573 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.38 - - [2025-06-23 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.009901 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.007481 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.007259 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.010170 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008401 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2025-06-23 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.38 - - [2025-06-23 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007327 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007270 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.38 - - [2025-06-23 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.38 - - [2025-06-23 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.011045 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.006857 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.009717 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.008751 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2025-06-23 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.38 - - [2025-06-23 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.009587 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.38 - - [2025-06-23 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.38 - - [2025-06-23 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.008007 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.009132 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.008817 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.009345 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2025-06-23 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.009159 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.38 - - [2025-06-23 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.007172 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.007024 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.010895 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.007951 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.007597 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.38 - - [2025-06-23 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.008022 10.0.0.38 - - [2025-06-23 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.009732 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.008244 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.008074 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.007938 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2025-06-23 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2025-06-23 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.009122 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.010145 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.007428 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.009341 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.38 - - [2025-06-23 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.007621 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.38 - - [2025-06-23 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006844 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.38 - - [2025-06-23 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-23 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008194 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008968 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.010253 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008671 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.38 - - [2025-06-23 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.38 - - [2025-06-23 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.007446 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.016454 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.010240 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.011044 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.38 - - [2025-06-23 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.38 - - [2025-06-23 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.024314 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.008577 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.011139 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.38 - - [2025-06-23 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.010854 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.38 - - [2025-06-23 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008534 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007740 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.007181 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.007048 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.38 - - [2025-06-23 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.012520 10.0.0.38 - - [2025-06-23 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008181 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008490 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.007029 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.009023 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.007899 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2025-06-23 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.38 - - [2025-06-23 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.014582 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.008128 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.035573 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.009896 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010636 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.011038 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006785 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007586 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.016759 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2025-06-23 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.38 - - [2025-06-23 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.007287 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007154 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.009399 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.38 - - [2025-06-23 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007888 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.38 - - [2025-06-23 01:57:15] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.38 - - [2025-06-23 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.006861 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.026981 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025458 10.0.0.38 - - [2025-06-23 01:57:16] "GET /routing-instance/4a9249b9-0b11-4eba-af6d-cf8d5ed3ad69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003193 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.38 - - [2025-06-23 01:57:16] "POST /bgp-routers HTTP/1.1" 200 620 0.017965 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.38 - - [2025-06-23 01:57:16] "GET /bgp-router/d737fe09-6e23-4593-861b-fc0e00ce3341?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.005851 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.38 - - [2025-06-23 01:57:16] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006079 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003354 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.007533 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.010610 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.38 - - [2025-06-23 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2025-06-23 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.009946 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.012615 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005429 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.010183 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008999 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.38 - - [2025-06-23 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.38 - - [2025-06-23 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.009038 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.010576 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.010582 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008958 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.38 - - [2025-06-23 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.38 - - [2025-06-23 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008575 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.011776 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.011457 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.38 - - [2025-06-23 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.38 - - [2025-06-23 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.009455 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008395 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008552 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.38 - - [2025-06-23 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2025-06-23 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.008020 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.011216 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.009417 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.38 - - [2025-06-23 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.38 - - [2025-06-23 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.009157 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.014713 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.010119 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.011564 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.015471 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.38 - - [2025-06-23 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.38 - - [2025-06-23 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.010255 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.009802 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.009660 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.38 - - [2025-06-23 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.010814 10.0.0.38 - - [2025-06-23 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.010243 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.013004 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.009518 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.009703 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.010550 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.38 - - [2025-06-23 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.009796 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.38 - - [2025-06-23 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.009342 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.008923 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.010382 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.011684 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010936 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.011037 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.38 - - [2025-06-23 01:57:25] "POST /ref-update HTTP/1.1" 200 156 0.009135 10.0.0.38 - - [2025-06-23 01:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.011421 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.008892 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.008934 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.38 - - [2025-06-23 01:57:26] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.38 - - [2025-06-23 01:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.010321 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.009909 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.009580 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.010865 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.010583 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.38 - - [2025-06-23 01:57:27] "POST /ref-update HTTP/1.1" 200 156 0.009878 10.0.0.38 - - [2025-06-23 01:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.011511 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.011289 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.010102 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.38 - - [2025-06-23 01:57:28] "POST /ref-update HTTP/1.1" 200 156 0.013971 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.38 - - [2025-06-23 01:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.009430 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.007620 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.008273 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.38 - - [2025-06-23 01:57:29] "POST /ref-update HTTP/1.1" 200 156 0.008694 10.0.0.38 - - [2025-06-23 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007481 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.38 - - [2025-06-23 01:57:30] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.38 - - [2025-06-23 01:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.010250 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.011030 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.015743 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.010535 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.38 - - [2025-06-23 01:57:31] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.38 - - [2025-06-23 01:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.008558 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.008107 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.011439 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.38 - - [2025-06-23 01:57:32] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.38 - - [2025-06-23 01:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.38 - - [2025-06-23 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.38 - - [2025-06-23 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.38 - - [2025-06-23 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.38 - - [2025-06-23 01:57:33] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.38 - - [2025-06-23 01:57:33] "POST /network-ipams HTTP/1.1" 200 550 0.020108 10.0.0.38 - - [2025-06-23 01:57:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005977 10.0.0.38 - - [2025-06-23 01:57:33] "POST /virtual-networks HTTP/1.1" 200 552 0.120404 10.0.0.38 - - [2025-06-23 01:57:33] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003601 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.003318 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 178 0.003325 10.0.0.38 - - [2025-06-23 01:57:33] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003190 10.0.0.38 - - [2025-06-23 01:57:33] "GET /fabric/560c135d-7b76-4f2e-9723-e17be4c5a19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004926 10.0.0.38 - - [2025-06-23 01:57:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003291 10.0.0.38 - - [2025-06-23 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.003164 10.0.0.38 - - [2025-06-23 01:57:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003533 10.0.0.38 - - [2025-06-23 01:57:34] "POST /route-targets HTTP/1.1" 200 327 0.013061 10.0.0.38 - - [2025-06-23 01:57:34] "POST /ref-update HTTP/1.1" 200 156 0.014827 10.0.0.38 - - [2025-06-23 01:57:46] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.38 - - [2025-06-23 01:57:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.38 - - [2025-06-23 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.024133 10.0.0.38 - - [2025-06-23 01:57:47] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009220 10.0.0.38 - - [2025-06-23 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003589 10.0.0.38 - - [2025-06-23 01:57:47] "POST /database-nodes HTTP/1.1" 200 603 0.018825 10.0.0.38 - - [2025-06-23 01:58:18] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.38 - - [2025-06-23 01:58:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.38 - - [2025-06-23 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024696 10.0.0.38 - - [2025-06-23 01:58:19] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005539 10.0.0.38 - - [2025-06-23 01:58:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002948 10.0.0.38 - - [2025-06-23 01:58:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.016262 10.0.0.38 - - [2025-06-23 01:58:25] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.38 - - [2025-06-23 01:58:32] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.38 - - [2025-06-23 01:58:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000430 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-23 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.042175 10.0.0.38 - - [2025-06-23 01:58:32] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.011869 10.0.0.38 - - [2025-06-23 01:58:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.003034 10.0.0.38 - - [2025-06-23 01:58:32] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.032670 10.0.0.38 - - [2025-06-23 01:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.681352 10.0.0.38 - - [2025-06-23 01:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.052001 10.0.0.38 - - [2025-06-23 01:58:40] "GET / HTTP/1.1" 200 35931 0.001664 10.0.0.38 - - [2025-06-23 01:58:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.38 - - [2025-06-23 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040136 10.0.0.38 - - [2025-06-23 01:58:41] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009822 10.0.0.38 - - [2025-06-23 01:58:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003246 10.0.0.38 - - [2025-06-23 01:58:41] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.037379 10.0.0.38 - - [2025-06-23 01:59:33] "GET /obj-perms HTTP/1.1" 200 5056 0.055773 10.0.0.38 - - [2025-06-23 01:59:34] "GET /obj-perms HTTP/1.1" 200 5056 0.047034 10.0.0.38 - - [2025-06-23 02:00:14] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.021605 10.0.0.38 - - [2025-06-23 02:00:14] "GET /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004982 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.38 - - [2025-06-23 02:00:14] "GET /routing-instance/4a9249b9-0b11-4eba-af6d-cf8d5ed3ad69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003722 10.0.0.38 - - [2025-06-23 02:00:14] "PUT /global-system-config/f2b9dc14-45cd-4419-9549-8b1a388daf96 HTTP/1.1" 200 274 0.009254 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.002509 10.0.0.38 - - [2025-06-23 02:00:14] "POST /virtual-routers HTTP/1.1" 200 603 0.015941 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2025-06-23 02:00:14] "GET /virtual-router/8cf61568-d8d7-45b6-8e27-2feb6e4e4bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004857 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002717 10.0.0.38 - - [2025-06-23 02:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2025-06-23 02:00:14] "GET /virtual-network/5b4f3188-1eb6-4363-954d-259624b4968e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005389 10.0.0.38 - - [2025-06-23 02:00:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.038234 10.0.0.38 - - [2025-06-23 02:00:15] "PUT /access-control-list/49c9d514-9022-47bb-82fb-5a8856157ec9 HTTP/1.1" 200 272 0.010084 [Introspect:8084]10.0.0.38 - - [2025-06-23 02:00:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000814 [Introspect:8084]10.0.0.38 - - [2025-06-23 02:00:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001172 [Introspect:8084]10.0.0.38 - - [2025-06-23 02:00:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000761 [Introspect:8084]10.0.0.38 - - [2025-06-23 02:00:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000788 10.0.0.38 - - [2025-06-23 02:00:34] "GET /obj-perms HTTP/1.1" 200 5056 0.046131 10.0.0.38 - - [2025-06-23 02:00:34] "GET /obj-perms HTTP/1.1" 200 5056 0.046654 10.0.0.38 - - [2025-06-23 02:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.38 - - [2025-06-23 02:00:34] "GET /virtual-router/8cf61568-d8d7-45b6-8e27-2feb6e4e4bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003525 10.0.0.38 - - [2025-06-23 02:01:30] "GET / HTTP/1.1" 200 35931 0.002877 10.0.0.38 - - [2025-06-23 02:01:31] "GET /project/669a8dc7-e728-415d-a311-9bfe699b0fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000505 10.0.0.38 - - [2025-06-23 02:01:31] "GET /projects?obj_uuids=669a8dc7-e728-415d-a311-9bfe699b0fa4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022913 10.0.0.38 - - [2025-06-23 02:01:31] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.38 - - [2025-06-23 02:01:31] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.069854 10.0.0.38 - - [2025-06-23 02:01:31] "POST /id-to-fqname HTTP/1.1" 200 167 0.001576 10.0.0.38 - - [2025-06-23 02:01:31] "POST /fqname-to-id HTTP/1.1" 404 176 0.002100 10.0.0.38 - - [2025-06-23 02:01:32] "POST /security-groups HTTP/1.1" 200 568 0.063684 10.0.0.38 - - [2025-06-23 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.022437 10.0.0.38 - - [2025-06-23 02:01:32] "POST /projects HTTP/1.1" 200 539 0.214024 10.0.0.38 - - [2025-06-23 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.280315 10.0.0.38 - - [2025-06-23 02:01:32] "POST /access-control-lists HTTP/1.1" 200 573 0.067501 10.0.0.38 - - [2025-06-23 02:01:32] "GET /project/669a8dc7-e728-415d-a311-9bfe699b0fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.475909 10.0.0.38 - - [2025-06-23 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003085 10.0.0.38 - - [2025-06-23 02:01:32] "POST /access-control-lists HTTP/1.1" 200 571 0.060450 [Introspect:8084]10.0.0.38 - - [2025-06-23 02:01:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.003876 10.0.0.38 - - [2025-06-23 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.023710 10.0.0.38 - - [2025-06-23 02:01:33] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002818 10.0.0.38 - - [2025-06-23 02:01:33] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.38 - - [2025-06-23 02:01:33] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007051 10.0.0.38 - - [2025-06-23 02:01:33] "POST /id-to-fqname HTTP/1.1" 200 201 0.001111 10.0.0.38 - - [2025-06-23 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.002899 10.0.0.38 - - [2025-06-23 02:01:33] "POST /security-groups HTTP/1.1" 200 602 0.063621 10.0.0.38 - - [2025-06-23 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002383 10.0.0.38 - - [2025-06-23 02:01:33] "POST /projects HTTP/1.1" 200 607 0.209249 10.0.0.38 - - [2025-06-23 02:01:33] "POST /access-control-lists HTTP/1.1" 200 607 0.058666 10.0.0.38 - - [2025-06-23 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.280631 10.0.0.38 - - [2025-06-23 02:01:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.003856 10.0.0.38 - - [2025-06-23 02:01:33] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.429763 10.0.0.38 - - [2025-06-23 02:01:33] "POST /access-control-lists HTTP/1.1" 200 605 0.063135 10.0.0.38 - - [2025-06-23 02:01:34] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.38 - - [2025-06-23 02:01:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.38 - - [2025-06-23 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.036545 10.0.0.38 - - [2025-06-23 02:01:35] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000943 10.0.0.38 - - [2025-06-23 02:01:35] "GET /obj-perms HTTP/1.1" 200 5056 0.336195 10.0.0.38 - - [2025-06-23 02:01:35] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.037871 10.0.0.38 - - [2025-06-23 02:01:35] "POST /neutron/network HTTP/1.1" 200 117 0.187127 10.0.0.38 - - [2025-06-23 02:01:35] "GET /obj-perms HTTP/1.1" 200 5056 0.052069 10.0.0.38 - - [2025-06-23 02:01:36] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001141 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/network HTTP/1.1" 200 620 0.075604 10.0.0.38 - - [2025-06-23 02:01:36] "POST /route-targets HTTP/1.1" 200 327 0.010147 10.0.0.38 - - [2025-06-23 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.015956 10.0.0.38 - - [2025-06-23 02:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003391 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.171165 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/network HTTP/1.1" 200 838 0.005178 10.0.0.38 - - [2025-06-23 02:01:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001081 10.0.0.38 - - [2025-06-23 02:01:36] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007568 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/network HTTP/1.1" 200 838 0.007497 10.0.0.38 - - [2025-06-23 02:01:36] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.015709 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/network HTTP/1.1" 200 838 0.005505 10.0.0.38 - - [2025-06-23 02:01:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.010294 10.0.0.38 - - [2025-06-23 02:01:36] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.38 - - [2025-06-23 02:01:36] "GET /domains HTTP/1.1" 200 280 0.025307 10.0.0.38 - - [2025-06-23 02:01:36] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.38 - - [2025-06-23 02:01:36] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2585 0.012848 10.0.0.38 - - [2025-06-23 02:01:36] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.38 - - [2025-06-23 02:01:36] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0 HTTP/1.1" 200 2179 0.076069 10.0.0.38 - - [2025-06-23 02:01:36] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af HTTP/1.1" 200 2340 0.006278 10.0.0.38 - - [2025-06-23 02:01:36] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af HTTP/1.1" 200 2340 0.005835 10.0.0.38 - - [2025-06-23 02:01:36] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 200 1495 0.003310 10.0.0.38 - - [2025-06-23 02:01:36] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 200 1495 0.002927 10.0.0.38 - - [2025-06-23 02:01:36] "GET /route-target/b6e4f626-ead2-4755-a1b8-f7bc973e7191 HTTP/1.1" 200 1220 0.002548 10.0.0.38 - - [2025-06-23 02:01:36] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af HTTP/1.1" 200 2340 0.004524 10.0.0.38 - - [2025-06-23 02:01:37] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 200 1495 0.003716 10.0.0.38 - - [2025-06-23 02:01:37] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005886 10.0.0.38 - - [2025-06-23 02:01:37] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af HTTP/1.1" 200 2340 0.004968 10.0.0.38 - - [2025-06-23 02:01:37] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 200 1495 0.002596 10.0.0.38 - - [2025-06-23 02:01:37] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 200 1495 0.004170 10.0.0.38 - - [2025-06-23 02:01:37] "GET /route-target/b6e4f626-ead2-4755-a1b8-f7bc973e7191 HTTP/1.1" 200 1220 0.002270 10.0.0.38 - - [2025-06-23 02:01:37] "GET /domains HTTP/1.1" 200 280 0.002080 10.0.0.38 - - [2025-06-23 02:01:37] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.38 - - [2025-06-23 02:01:37] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2585 0.005923 10.0.0.38 - - [2025-06-23 02:01:37] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.38 - - [2025-06-23 02:01:37] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0 HTTP/1.1" 200 2179 0.068470 10.0.0.38 - - [2025-06-23 02:01:37] "GET /virtual-network/8d9f066e-4148-4b8e-ba59-f1568f9f15af HTTP/1.1" 200 2340 0.004632 10.0.0.38 - - [2025-06-23 02:01:37] "GET /obj-perms HTTP/1.1" 200 5052 0.046062 10.0.0.38 - - [2025-06-23 02:01:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.004077 10.0.0.38 - - [2025-06-23 02:01:38] "POST /neutron/network HTTP/1.1" 200 848 0.005459 10.0.0.38 - - [2025-06-23 02:01:38] "GET /aaa-mode HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2025-06-23 02:01:39] "GET / HTTP/1.1" 200 35931 0.002758 10.0.0.38 - - [2025-06-23 02:01:39] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.38 - - [2025-06-23 02:01:39] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.38 - - [2025-06-23 02:01:39] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.056645 10.0.0.38 - - [2025-06-23 02:01:40] "POST /neutron/network HTTP/1.1" 200 838 0.024163 10.0.0.38 - - [2025-06-23 02:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.38 - - [2025-06-23 02:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.004818 10.0.0.38 - - [2025-06-23 02:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.006280 10.0.0.38 - - [2025-06-23 02:01:41] "POST /neutron/network HTTP/1.1" 200 848 0.005674 10.0.0.38 - - [2025-06-23 02:01:41] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000969 10.0.0.38 - - [2025-06-23 02:01:41] "POST /neutron/port HTTP/1.1" 200 1070 0.219542 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/port HTTP/1.1" 200 1070 0.035784 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/port HTTP/1.1" 200 1070 0.008870 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/port HTTP/1.1" 200 1124 0.088471 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/port HTTP/1.1" 200 1098 0.013268 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003062 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.009315 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.38 - - [2025-06-23 02:01:42] "POST /neutron/network HTTP/1.1" 200 838 0.006458 10.0.0.38 - - [2025-06-23 02:01:45] "GET /global-system-configs HTTP/1.1" 200 322 0.006188 10.0.0.38 - - [2025-06-23 02:01:45] "GET /obj-perms HTTP/1.1" 200 5056 0.028514 10.0.0.38 - - [2025-06-23 02:01:45] "POST /neutron/port HTTP/1.1" 200 1098 0.014616 10.0.0.38 - - [2025-06-23 02:01:45] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006091 10.0.0.38 - - [2025-06-23 02:01:45] "GET /obj-perms HTTP/1.1" 200 5052 0.002974 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/port HTTP/1.1" 200 1098 0.013772 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/port HTTP/1.1" 200 1098 0.012830 10.0.0.38 - - [2025-06-23 02:01:46] "GET /global-system-configs HTTP/1.1" 200 322 0.005769 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/network HTTP/1.1" 200 848 0.005316 10.0.0.38 - - [2025-06-23 02:01:46] "GET /obj-perms HTTP/1.1" 200 5056 0.031900 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003195 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.008744 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.38 - - [2025-06-23 02:01:46] "POST /neutron/network HTTP/1.1" 200 838 0.005491 10.0.0.38 - - [2025-06-23 02:01:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003412 10.0.0.38 - - [2025-06-23 02:01:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003224 10.0.0.38 - - [2025-06-23 02:01:48] "GET /obj-perms HTTP/1.1" 200 5052 0.003519 10.0.0.38 - - [2025-06-23 02:01:49] "GET /obj-perms HTTP/1.1" 200 5052 0.003001 10.0.0.38 - - [2025-06-23 02:01:50] "POST /neutron/network HTTP/1.1" 200 838 0.012421 10.0.0.38 - - [2025-06-23 02:01:50] "POST /neutron/network HTTP/1.1" 400 204 0.011097 10.0.0.38 - - [2025-06-23 02:01:51] "POST /neutron/port HTTP/1.1" 200 1098 0.013154 10.0.0.38 - - [2025-06-23 02:01:51] "POST /neutron/port HTTP/1.1" 200 1124 0.007428 10.0.0.38 - - [2025-06-23 02:01:51] "POST /neutron/port HTTP/1.1" 200 151 0.089032 10.0.0.38 - - [2025-06-23 02:01:52] "POST /neutron/network HTTP/1.1" 200 838 0.005455 10.0.0.38 - - [2025-06-23 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.38 - - [2025-06-23 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002263 10.0.0.38 - - [2025-06-23 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004174 10.0.0.38 - - [2025-06-23 02:01:53] "POST /neutron/network HTTP/1.1" 200 151 0.084363 10.0.0.38 - - [2025-06-23 02:01:53] "DELETE /route-target/b6e4f626-ead2-4755-a1b8-f7bc973e7191 HTTP/1.1" 200 115 0.014511 10.0.0.38 - - [2025-06-23 02:01:53] "GET /routing-instance/fb3051ab-5386-4aad-9a48-7c939d2b07db HTTP/1.1" 404 171 0.004298 10.0.0.38 - - [2025-06-23 02:01:53] "GET /domains HTTP/1.1" 200 280 0.001873 10.0.0.38 - - [2025-06-23 02:01:53] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.38 - - [2025-06-23 02:01:53] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2585 0.047601 10.0.0.38 - - [2025-06-23 02:01:53] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000907 10.0.0.38 - - [2025-06-23 02:01:53] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0 HTTP/1.1" 200 1929 0.067585 10.0.0.38 - - [2025-06-23 02:01:53] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001344 10.0.0.38 - - [2025-06-23 02:01:53] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.031300 10.0.0.38 - - [2025-06-23 02:01:53] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001044 10.0.0.38 - - [2025-06-23 02:01:53] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?fields=virtual_networks HTTP/1.1" 200 1065 0.067828 10.0.0.38 - - [2025-06-23 02:01:53] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000964 10.0.0.38 - - [2025-06-23 02:01:53] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.027263 10.0.0.38 - - [2025-06-23 02:01:53] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000957 10.0.0.38 - - [2025-06-23 02:01:53] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?fields=security_groups HTTP/1.1" 200 1302 0.030450 10.0.0.38 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.020610 10.0.0.38 - - [2025-06-23 02:01:54] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002364 10.0.0.38 - - [2025-06-23 02:01:54] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.38 - - [2025-06-23 02:01:54] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006863 10.0.0.38 - - [2025-06-23 02:01:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.002555 10.0.0.38 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.001966 10.0.0.38 - - [2025-06-23 02:01:54] "POST /security-groups HTTP/1.1" 200 603 0.064079 10.0.0.38 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 246 0.002677 10.0.0.38 - - [2025-06-23 02:01:54] "POST /projects HTTP/1.1" 200 609 0.214267 10.0.0.38 - - [2025-06-23 02:01:54] "POST /access-control-lists HTTP/1.1" 200 608 0.060634 10.0.0.38 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.284398 10.0.0.38 - - [2025-06-23 02:01:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.002762 10.0.0.38 - - [2025-06-23 02:01:54] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.400150 10.0.0.38 - - [2025-06-23 02:01:54] "POST /access-control-lists HTTP/1.1" 200 606 0.064381 10.0.0.38 - - [2025-06-23 02:01:55] "GET / HTTP/1.1" 200 35931 0.001941 10.0.0.38 - - [2025-06-23 02:01:56] "GET /projects?obj_uuids=669a8dc7-e728-415d-a311-9bfe699b0fa4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001011 10.0.0.38 - - [2025-06-23 02:01:56] "GET /project/669a8dc7-e728-415d-a311-9bfe699b0fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.034458 10.0.0.38 - - [2025-06-23 02:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.38 - - [2025-06-23 02:01:56] "GET /security-group/53c8552b-9f4e-4c00-b932-16f8240a5330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004161 10.0.0.38 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.38 - - [2025-06-23 02:01:57] "GET /projects?obj_uuids=669a8dc7-e728-415d-a311-9bfe699b0fa4&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001012 10.0.0.38 - - [2025-06-23 02:01:57] "GET /project/669a8dc7-e728-415d-a311-9bfe699b0fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.031151 10.0.0.38 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.38 - - [2025-06-23 02:01:57] "GET /security-group/53c8552b-9f4e-4c00-b932-16f8240a5330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004190 10.0.0.38 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.38 - - [2025-06-23 02:01:57] "PUT /security-group/53c8552b-9f4e-4c00-b932-16f8240a5330 HTTP/1.1" 200 262 0.016327 10.0.0.38 - - [2025-06-23 02:01:57] "PUT /access-control-list/684b551c-5e59-4cbc-9711-b6b0909fddd9 HTTP/1.1" 200 272 0.010126 10.0.0.38 - - [2025-06-23 02:01:57] "PUT /access-control-list/4bb5eade-35f8-4485-a1b7-5733db05803a HTTP/1.1" 200 272 0.008283 10.0.0.38 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.38 - - [2025-06-23 02:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.050792 10.0.0.38 - - [2025-06-23 02:01:57] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000924 10.0.0.38 - - [2025-06-23 02:01:57] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044157 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/network HTTP/1.1" 200 117 0.027644 10.0.0.38 - - [2025-06-23 02:01:58] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/network HTTP/1.1" 200 619 0.061605 10.0.0.38 - - [2025-06-23 02:01:58] "POST /route-targets HTTP/1.1" 200 327 0.008225 10.0.0.38 - - [2025-06-23 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.029308 10.0.0.38 - - [2025-06-23 02:01:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.153512 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/network HTTP/1.1" 200 838 0.004841 10.0.0.38 - - [2025-06-23 02:01:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001112 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004426 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/network HTTP/1.1" 200 838 0.005173 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004602 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/network HTTP/1.1" 200 838 0.006624 10.0.0.38 - - [2025-06-23 02:01:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.005816 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domains HTTP/1.1" 401 292 0.000412 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domains HTTP/1.1" 200 280 0.022688 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.007797 10.0.0.38 - - [2025-06-23 02:01:58] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.38 - - [2025-06-23 02:01:58] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 2185 0.077449 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2341 0.006792 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2341 0.005065 10.0.0.38 - - [2025-06-23 02:01:58] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 200 1491 0.003434 10.0.0.38 - - [2025-06-23 02:01:58] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 200 1491 0.003441 10.0.0.38 - - [2025-06-23 02:01:58] "GET /route-target/0a37ea11-a2bd-40d5-935e-7a92f8e334f9 HTTP/1.1" 200 1217 0.004632 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2341 0.004655 10.0.0.38 - - [2025-06-23 02:01:58] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 200 1491 0.004735 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004369 10.0.0.38 - - [2025-06-23 02:01:58] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2341 0.004787 10.0.0.38 - - [2025-06-23 02:01:58] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 200 1491 0.002924 10.0.0.38 - - [2025-06-23 02:01:58] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 200 1491 0.003785 10.0.0.38 - - [2025-06-23 02:01:58] "GET /route-target/0a37ea11-a2bd-40d5-935e-7a92f8e334f9 HTTP/1.1" 200 1217 0.003173 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domains HTTP/1.1" 200 280 0.002275 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.38 - - [2025-06-23 02:01:58] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.007123 10.0.0.38 - - [2025-06-23 02:01:58] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.38 - - [2025-06-23 02:01:59] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 2185 0.072964 10.0.0.38 - - [2025-06-23 02:01:59] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2341 0.005466 10.0.0.38 - - [2025-06-23 02:01:59] "GET /obj-perms HTTP/1.1" 200 5054 0.046339 10.0.0.38 - - [2025-06-23 02:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.38 - - [2025-06-23 02:01:59] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.38 - - [2025-06-23 02:01:59] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.023576 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/network HTTP/1.1" 200 117 0.012451 10.0.0.38 - - [2025-06-23 02:01:59] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/network HTTP/1.1" 200 619 0.070700 10.0.0.38 - - [2025-06-23 02:01:59] "POST /route-targets HTTP/1.1" 200 327 0.010053 10.0.0.38 - - [2025-06-23 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.38 - - [2025-06-23 02:01:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003406 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.179307 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/network HTTP/1.1" 200 838 0.005156 10.0.0.38 - - [2025-06-23 02:01:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001031 10.0.0.38 - - [2025-06-23 02:01:59] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004199 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/network HTTP/1.1" 200 838 0.006353 10.0.0.38 - - [2025-06-23 02:01:59] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005838 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/network HTTP/1.1" 200 838 0.007265 10.0.0.38 - - [2025-06-23 02:01:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.007181 10.0.0.38 - - [2025-06-23 02:01:59] "GET /domains HTTP/1.1" 200 280 0.004349 10.0.0.38 - - [2025-06-23 02:02:00] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.38 - - [2025-06-23 02:02:00] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.007200 10.0.0.38 - - [2025-06-23 02:02:00] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.38 - - [2025-06-23 02:02:00] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 2413 0.076823 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004 HTTP/1.1" 200 2340 0.005550 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004 HTTP/1.1" 200 2340 0.006558 10.0.0.38 - - [2025-06-23 02:02:00] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 200 1490 0.004415 10.0.0.38 - - [2025-06-23 02:02:00] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 200 1490 0.003663 10.0.0.38 - - [2025-06-23 02:02:00] "GET /route-target/828a51c3-0106-452f-a99f-4ae53421a895 HTTP/1.1" 200 1218 0.003515 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004 HTTP/1.1" 200 2340 0.004630 10.0.0.38 - - [2025-06-23 02:02:00] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 200 1490 0.003890 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005746 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004 HTTP/1.1" 200 2340 0.005222 10.0.0.38 - - [2025-06-23 02:02:00] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 200 1490 0.004019 10.0.0.38 - - [2025-06-23 02:02:00] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 200 1490 0.004647 10.0.0.38 - - [2025-06-23 02:02:00] "GET /route-target/828a51c3-0106-452f-a99f-4ae53421a895 HTTP/1.1" 200 1218 0.003497 10.0.0.38 - - [2025-06-23 02:02:00] "GET /domains HTTP/1.1" 200 280 0.003097 10.0.0.38 - - [2025-06-23 02:02:00] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.38 - - [2025-06-23 02:02:00] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.007871 10.0.0.38 - - [2025-06-23 02:02:00] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.38 - - [2025-06-23 02:02:00] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 2413 0.072761 10.0.0.38 - - [2025-06-23 02:02:00] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004 HTTP/1.1" 200 2340 0.004582 10.0.0.38 - - [2025-06-23 02:02:00] "GET /obj-perms HTTP/1.1" 200 5054 0.003518 10.0.0.38 - - [2025-06-23 02:02:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.001144 10.0.0.38 - - [2025-06-23 02:02:00] "POST /neutron/network HTTP/1.1" 200 848 0.007034 10.0.0.38 - - [2025-06-23 02:02:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.38 - - [2025-06-23 02:02:00] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.38 - - [2025-06-23 02:02:00] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000345 10.0.0.38 - - [2025-06-23 02:02:01] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001728 10.0.0.38 - - [2025-06-23 02:02:01] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052306 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/network HTTP/1.1" 200 838 0.005530 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/port HTTP/1.1" 200 117 0.004831 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.38 - - [2025-06-23 02:02:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001174 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/port HTTP/1.1" 200 117 0.007289 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/network HTTP/1.1" 200 848 0.005286 10.0.0.38 - - [2025-06-23 02:02:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000395 10.0.0.38 - - [2025-06-23 02:02:01] "POST /neutron/network HTTP/1.1" 200 848 0.006793 10.0.0.38 - - [2025-06-23 02:02:01] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.38 - - [2025-06-23 02:02:01] "GET / HTTP/1.1" 200 35931 0.007673 10.0.0.38 - - [2025-06-23 02:02:01] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001751 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1072 0.296924 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1072 0.010409 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1072 0.010285 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1126 0.072520 10.0.0.38 - - [2025-06-23 02:02:02] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001339 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1100 0.028960 10.0.0.38 - - [2025-06-23 02:02:02] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.069787 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007104 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/network HTTP/1.1" 200 838 0.005525 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.012659 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/network HTTP/1.1" 200 838 0.005943 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 1100 0.020164 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007823 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/port HTTP/1.1" 200 117 0.005436 10.0.0.38 - - [2025-06-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.38 - - [2025-06-23 02:02:02] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.38 - - [2025-06-23 02:02:02] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.056044 10.0.0.38 - - [2025-06-23 02:02:02] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008193 10.0.0.38 - - [2025-06-23 02:02:02] "GET /floating-ip-pools?parent_id=dd7b8415-0acb-4b12-aeca-3103d369520d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004299 10.0.0.38 - - [2025-06-23 02:02:02] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006876 10.0.0.38 - - [2025-06-23 02:02:02] "POST /floating-ip-pools HTTP/1.1" 200 609 0.031075 10.0.0.38 - - [2025-06-23 02:02:02] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.38 - - [2025-06-23 02:02:02] "POST /neutron/network HTTP/1.1" 200 848 0.005255 10.0.0.38 - - [2025-06-23 02:02:02] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.38 - - [2025-06-23 02:02:02] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011861 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domains HTTP/1.1" 200 280 0.004061 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.006781 10.0.0.38 - - [2025-06-23 02:02:03] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.38 - - [2025-06-23 02:02:03] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 3255 0.120807 10.0.0.38 - - [2025-06-23 02:02:03] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 2932 0.013284 10.0.0.38 - - [2025-06-23 02:02:03] "GET /floating-ip-pool/2449578c-fe07-499d-865c-21fffe99979d HTTP/1.1" 200 1440 0.004493 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domains HTTP/1.1" 200 280 0.005203 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.38 - - [2025-06-23 02:02:03] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.008553 10.0.0.38 - - [2025-06-23 02:02:03] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1072 0.361090 10.0.0.38 - - [2025-06-23 02:02:03] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 3255 0.091533 10.0.0.38 - - [2025-06-23 02:02:03] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d HTTP/1.1" 200 3153 0.008228 10.0.0.38 - - [2025-06-23 02:02:03] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004437 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1072 0.019488 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1072 0.007808 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1100 0.023044 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009674 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1126 0.119735 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 1100 0.013178 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002972 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.013820 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.001783 10.0.0.38 - - [2025-06-23 02:02:03] "POST /neutron/network HTTP/1.1" 200 838 0.006767 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/port HTTP/1.1" 200 1100 0.030812 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005457 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/port HTTP/1.1" 200 1100 0.013202 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008312 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/port HTTP/1.1" 200 1100 0.015049 10.0.0.38 - - [2025-06-23 02:02:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009578 10.0.0.38 - - [2025-06-23 02:02:08] "GET /virtual-machine/87927a4e-3346-46a0-9164-a56a5e84eb16 HTTP/1.1" 200 1304 0.008997 10.0.0.38 - - [2025-06-23 02:02:08] "GET /virtual-machine-interface/213cac50-4de1-4b10-8a91-aab295e1f3da HTTP/1.1" 200 3003 0.006394 10.0.0.38 - - [2025-06-23 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.38 - - [2025-06-23 02:02:08] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002929 10.0.0.38 - - [2025-06-23 02:02:08] "GET /virtual-networks?parent_id=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003234 10.0.0.38 - - [2025-06-23 02:02:08] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005200 10.0.0.38 - - [2025-06-23 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.38 - - [2025-06-23 02:02:11] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005038 10.0.0.38 - - [2025-06-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1100 0.038484 10.0.0.38 - - [2025-06-23 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005039 10.0.0.38 - - [2025-06-23 02:02:13] "POST /neutron/port HTTP/1.1" 200 1100 0.014059 10.0.0.38 - - [2025-06-23 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005027 10.0.0.38 - - [2025-06-23 02:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.38 - - [2025-06-23 02:02:14] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003842 10.0.0.38 - - [2025-06-23 02:02:14] "GET /virtual-networks?parent_id=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003235 10.0.0.38 - - [2025-06-23 02:02:14] "GET /virtual-network/80ee306c-c832-48c7-b632-c42a165a9004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005028 10.0.0.38 - - [2025-06-23 02:02:14] "POST /neutron/port HTTP/1.1" 200 1100 0.015872 10.0.0.38 - - [2025-06-23 02:02:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006727 10.0.0.38 - - [2025-06-23 02:02:19] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001465 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/floatingip HTTP/1.1" 200 530 0.063523 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1100 0.012515 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004455 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/floatingip HTTP/1.1" 200 577 0.034230 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1100 0.021332 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006017 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1100 0.014003 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005568 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/port HTTP/1.1" 200 1100 0.013565 10.0.0.38 - - [2025-06-23 02:02:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005729 10.0.0.38 - - [2025-06-23 02:02:19] "GET /virtual-machine/7415e0c8-e01a-4a7c-b97c-b4096d1cb6b7 HTTP/1.1" 200 1304 0.004211 10.0.0.38 - - [2025-06-23 02:02:19] "GET /virtual-machine-interface/8a757e6a-3de8-4840-b3d5-3fad9fbe7d46 HTTP/1.1" 200 3004 0.004495 10.0.0.38 - - [2025-06-23 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.38 - - [2025-06-23 02:02:19] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002949 10.0.0.38 - - [2025-06-23 02:02:19] "GET /virtual-networks?parent_id=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003273 10.0.0.38 - - [2025-06-23 02:02:19] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005362 10.0.0.38 - - [2025-06-23 02:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.38 - - [2025-06-23 02:02:20] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002810 10.0.0.38 - - [2025-06-23 02:02:21] "GET /virtual-networks?parent_id=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003101 10.0.0.38 - - [2025-06-23 02:02:21] "GET /virtual-network/dd7b8415-0acb-4b12-aeca-3103d369520d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004901 10.0.0.38 - - [2025-06-23 02:02:21] "POST /neutron/floatingip HTTP/1.1" 200 577 0.011578 10.0.0.38 - - [2025-06-23 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002100 10.0.0.38 - - [2025-06-23 02:02:21] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002987 10.0.0.38 - - [2025-06-23 02:02:21] "GET /route-target/0a37ea11-a2bd-40d5-935e-7a92f8e334f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003633 10.0.0.38 - - [2025-06-23 02:02:21] "GET /floating-ip/cb13fc7a-b0b4-4a2f-9bcc-ed9839aa1a38 HTTP/1.1" 200 1890 0.004447 10.0.0.38 - - [2025-06-23 02:02:23] "POST /neutron/floatingip HTTP/1.1" 200 577 0.009818 10.0.0.38 - - [2025-06-23 02:02:23] "POST /neutron/floatingip HTTP/1.1" 200 530 0.021014 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007189 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/floatingip HTTP/1.1" 200 115 0.034561 10.0.0.38 - - [2025-06-23 02:02:24] "GET /floating-ip-pool/2449578c-fe07-499d-865c-21fffe99979d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003146 10.0.0.38 - - [2025-06-23 02:02:24] "POST /ref-update HTTP/1.1" 200 156 0.007547 10.0.0.38 - - [2025-06-23 02:02:24] "DELETE /floating-ip-pool/2449578c-fe07-499d-865c-21fffe99979d HTTP/1.1" 200 115 0.022566 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/network HTTP/1.1" 200 838 0.008054 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/network HTTP/1.1" 400 204 0.010062 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 1100 0.013277 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 1126 0.015358 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 1100 0.018112 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 1126 0.011001 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 151 0.117749 10.0.0.38 - - [2025-06-23 02:02:24] "POST /neutron/port HTTP/1.1" 200 151 0.133987 10.0.0.38 - - [2025-06-23 02:02:26] "POST /neutron/network HTTP/1.1" 200 838 0.005841 10.0.0.38 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.38 - - [2025-06-23 02:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003957 10.0.0.38 - - [2025-06-23 02:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.38 - - [2025-06-23 02:02:26] "POST /neutron/network HTTP/1.1" 200 151 0.085331 10.0.0.38 - - [2025-06-23 02:02:26] "DELETE /route-target/828a51c3-0106-452f-a99f-4ae53421a895 HTTP/1.1" 200 115 0.021413 10.0.0.38 - - [2025-06-23 02:02:26] "GET /routing-instance/02aa259b-59b2-4aea-9323-ccb90e7ad949 HTTP/1.1" 404 171 0.002378 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domains HTTP/1.1" 200 280 0.002608 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.049905 10.0.0.38 - - [2025-06-23 02:02:26] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.38 - - [2025-06-23 02:02:26] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 2185 0.068467 10.0.0.38 - - [2025-06-23 02:02:26] "POST /neutron/network HTTP/1.1" 200 838 0.005415 10.0.0.38 - - [2025-06-23 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.38 - - [2025-06-23 02:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001902 10.0.0.38 - - [2025-06-23 02:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.38 - - [2025-06-23 02:02:26] "POST /neutron/network HTTP/1.1" 200 151 0.085291 10.0.0.38 - - [2025-06-23 02:02:26] "DELETE /route-target/0a37ea11-a2bd-40d5-935e-7a92f8e334f9 HTTP/1.1" 200 115 0.019280 10.0.0.38 - - [2025-06-23 02:02:26] "GET /routing-instance/52eb8180-4ebd-4370-b191-268132b385f9 HTTP/1.1" 404 171 0.002876 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domains HTTP/1.1" 200 280 0.002340 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.38 - - [2025-06-23 02:02:26] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2783 0.049378 10.0.0.38 - - [2025-06-23 02:02:26] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001490 10.0.0.38 - - [2025-06-23 02:02:26] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 1935 0.068165 10.0.0.38 - - [2025-06-23 02:02:27] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.38 - - [2025-06-23 02:02:27] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.024432 10.0.0.38 - - [2025-06-23 02:02:27] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.38 - - [2025-06-23 02:02:27] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?fields=virtual_networks HTTP/1.1" 200 1067 0.070478 10.0.0.38 - - [2025-06-23 02:02:27] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.38 - - [2025-06-23 02:02:27] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.022063 10.0.0.38 - - [2025-06-23 02:02:27] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.38 - - [2025-06-23 02:02:27] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?fields=security_groups HTTP/1.1" 200 1305 0.032984 10.0.0.38 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.020125 10.0.0.38 - - [2025-06-23 02:02:28] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002271 10.0.0.38 - - [2025-06-23 02:02:28] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.38 - - [2025-06-23 02:02:28] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006345 10.0.0.38 - - [2025-06-23 02:02:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001490 10.0.0.38 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003822 10.0.0.38 - - [2025-06-23 02:02:28] "POST /security-groups HTTP/1.1" 200 586 0.067737 10.0.0.38 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002325 10.0.0.38 - - [2025-06-23 02:02:28] "POST /projects HTTP/1.1" 200 575 0.221356 10.0.0.38 - - [2025-06-23 02:02:28] "POST /access-control-lists HTTP/1.1" 200 591 0.058993 10.0.0.38 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.287431 10.0.0.38 - - [2025-06-23 02:02:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.003161 10.0.0.38 - - [2025-06-23 02:02:28] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.408183 10.0.0.38 - - [2025-06-23 02:02:28] "POST /access-control-lists HTTP/1.1" 200 589 0.059155 10.0.0.38 - - [2025-06-23 02:02:29] "GET / HTTP/1.1" 200 35931 0.002746 10.0.0.38 - - [2025-06-23 02:02:30] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.38 - - [2025-06-23 02:02:30] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.025978 10.0.0.38 - - [2025-06-23 02:02:30] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.38 - - [2025-06-23 02:02:30] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?fields=virtual_networks HTTP/1.1" 200 1031 0.063888 10.0.0.38 - - [2025-06-23 02:02:30] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000940 10.0.0.38 - - [2025-06-23 02:02:30] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027250 10.0.0.38 - - [2025-06-23 02:02:30] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.38 - - [2025-06-23 02:02:30] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?fields=security_groups HTTP/1.1" 200 1252 0.024394 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/02bce59ba35d41f7b5a5256801d6e516 HTTP/1.1" 404 173 0.013575 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/d17f38a3fa034d8d9fc10684e63dba68 HTTP/1.1" 404 173 0.005154 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/c9569d028c0d40908c66c7bb4369d3d0 HTTP/1.1" 404 173 0.009122 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/669a8dc7e728415da3119bfe699b0fa4 HTTP/1.1" 404 173 0.006759 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.056619 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.065780 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?fields=security_groups HTTP/1.1" 200 1407 0.040566 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?fields=security_groups HTTP/1.1" 200 1410 0.042650 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /security-group/a8dac251-5678-40fe-9f1b-3699cf313e1b HTTP/1.1" 200 115 0.062078 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=c9569d02-8c0d-4090-8c66-c7bb4369d3d0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001155 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /security-group/c1306814-e570-4f75-827a-aa2cf67d9c43 HTTP/1.1" 200 115 0.071382 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=d17f38a3-fa03-4d8d-9fc1-0684e63dba68&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /access-control-list/35c37a0f-41fb-4264-84f1-031b4f7dd4db HTTP/1.1" 200 115 0.048126 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0?fields=application_policy_sets HTTP/1.1" 200 1446 0.042747 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /access-control-list/63b3bd56-a38e-4518-b3db-0c2e7f69dd47 HTTP/1.1" 200 115 0.024042 10.0.0.38 - - [2025-06-23 02:02:31] "GET /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68?fields=application_policy_sets HTTP/1.1" 200 1449 0.070672 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /access-control-list/daeee68c-20b3-45d0-9952-9c588709a0f5 HTTP/1.1" 200 115 0.032440 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /access-control-list/fd152356-f227-4bbd-91be-7c6b83fcecfd HTTP/1.1" 200 115 0.040410 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/c9569d02-8c0d-4090-8c66-c7bb4369d3d0 HTTP/1.1" 200 115 0.429435 10.0.0.38 - - [2025-06-23 02:02:31] "DELETE /project/d17f38a3-fa03-4d8d-9fc1-0684e63dba68 HTTP/1.1" 200 115 0.458430 10.0.0.38 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.024340 10.0.0.38 - - [2025-06-23 02:02:31] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002224 10.0.0.38 - - [2025-06-23 02:02:31] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.38 - - [2025-06-23 02:02:31] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006686 10.0.0.38 - - [2025-06-23 02:02:31] "POST /id-to-fqname HTTP/1.1" 200 193 0.001170 10.0.0.38 - - [2025-06-23 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.004670 10.0.0.38 - - [2025-06-23 02:02:32] "POST /security-groups HTTP/1.1" 200 594 0.063771 10.0.0.38 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 237 0.002151 10.0.0.38 - - [2025-06-23 02:02:32] "POST /projects HTTP/1.1" 200 591 0.215038 10.0.0.38 - - [2025-06-23 02:02:32] "POST /access-control-lists HTTP/1.1" 200 599 0.059687 10.0.0.38 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.284248 10.0.0.38 - - [2025-06-23 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.003077 10.0.0.38 - - [2025-06-23 02:02:32] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.411843 10.0.0.38 - - [2025-06-23 02:02:32] "POST /access-control-lists HTTP/1.1" 200 597 0.060051 10.0.0.38 - - [2025-06-23 02:02:33] "GET / HTTP/1.1" 200 35931 0.002083 10.0.0.38 - - [2025-06-23 02:02:34] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.38 - - [2025-06-23 02:02:34] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002344 10.0.0.38 - - [2025-06-23 02:02:34] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.057951 10.0.0.38 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2025-06-23 02:02:34] "GET /security-group/5b2190b3-6738-4ffc-9b96-083b767b9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.007734 10.0.0.38 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.38 - - [2025-06-23 02:02:34] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001445 10.0.0.38 - - [2025-06-23 02:02:34] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.044768 10.0.0.38 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.38 - - [2025-06-23 02:02:34] "GET /security-group/5b2190b3-6738-4ffc-9b96-083b767b9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.003727 10.0.0.38 - - [2025-06-23 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.38 - - [2025-06-23 02:02:35] "PUT /security-group/5b2190b3-6738-4ffc-9b96-083b767b9a3d HTTP/1.1" 200 262 0.017864 10.0.0.38 - - [2025-06-23 02:02:35] "PUT /access-control-list/188150c3-8c9b-421d-966c-baafa1317d35 HTTP/1.1" 200 272 0.012118 10.0.0.38 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.001977 10.0.0.38 - - [2025-06-23 02:02:35] "PUT /access-control-list/2f1beed4-5dc6-4c32-a4b3-1bac869b45f2 HTTP/1.1" 200 272 0.012027 10.0.0.38 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.38 - - [2025-06-23 02:02:35] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001297 10.0.0.38 - - [2025-06-23 02:02:35] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.028419 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 117 0.029626 10.0.0.38 - - [2025-06-23 02:02:35] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 608 0.081646 10.0.0.38 - - [2025-06-23 02:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005923 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 710 0.200719 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 824 0.007167 10.0.0.38 - - [2025-06-23 02:02:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001562 10.0.0.38 - - [2025-06-23 02:02:35] "GET /virtual-network/3e51a551-0a43-43b5-a2ad-ec8354217c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005887 10.0.0.38 - - [2025-06-23 02:02:35] "POST /route-targets HTTP/1.1" 200 327 0.014581 10.0.0.38 - - [2025-06-23 02:02:35] "POST /ref-update HTTP/1.1" 200 156 0.017110 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 824 0.011147 10.0.0.38 - - [2025-06-23 02:02:35] "GET /virtual-network/3e51a551-0a43-43b5-a2ad-ec8354217c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004771 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 824 0.005299 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/subnet HTTP/1.1" 200 710 0.007557 10.0.0.38 - - [2025-06-23 02:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.38 - - [2025-06-23 02:02:35] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001577 10.0.0.38 - - [2025-06-23 02:02:35] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.036599 10.0.0.38 - - [2025-06-23 02:02:35] "POST /neutron/network HTTP/1.1" 200 117 0.010409 10.0.0.38 - - [2025-06-23 02:02:35] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/network HTTP/1.1" 200 615 0.156968 10.0.0.38 - - [2025-06-23 02:02:36] "POST /route-targets HTTP/1.1" 200 327 0.024961 10.0.0.38 - - [2025-06-23 02:02:36] "POST /ref-update HTTP/1.1" 200 156 0.021627 10.0.0.38 - - [2025-06-23 02:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007353 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.158180 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/network HTTP/1.1" 200 834 0.005210 10.0.0.38 - - [2025-06-23 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001082 10.0.0.38 - - [2025-06-23 02:02:36] "GET /virtual-network/dacea93e-6b33-40c4-9cfa-e7f6dfbbe8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005466 10.0.0.38 - - [2025-06-23 02:02:36] "GET /obj-perms HTTP/1.1" 200 5056 0.057871 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/network HTTP/1.1" 200 834 0.005882 10.0.0.38 - - [2025-06-23 02:02:36] "GET /virtual-network/dacea93e-6b33-40c4-9cfa-e7f6dfbbe8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005827 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/network HTTP/1.1" 200 834 0.005355 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.012851 10.0.0.38 - - [2025-06-23 02:02:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001192 10.0.0.38 - - [2025-06-23 02:02:36] "POST /neutron/network HTTP/1.1" 200 834 0.006873 10.0.0.38 - - [2025-06-23 02:02:36] "GET /obj-perms HTTP/1.1" 200 5056 0.050275 10.0.0.38 - - [2025-06-23 02:02:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.38 - - [2025-06-23 02:02:36] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.38 - - [2025-06-23 02:02:36] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000503 10.0.0.38 - - [2025-06-23 02:02:37] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.38 - - [2025-06-23 02:02:37] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.057031 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/network HTTP/1.1" 200 824 0.007114 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.006591 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.006059 10.0.0.38 - - [2025-06-23 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001683 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.005996 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/network HTTP/1.1" 200 844 0.005280 10.0.0.38 - - [2025-06-23 02:02:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.38 - - [2025-06-23 02:02:37] "POST /neutron/network HTTP/1.1" 200 834 0.005217 10.0.0.38 - - [2025-06-23 02:02:37] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001364 10.0.0.38 - - [2025-06-23 02:02:38] "GET / HTTP/1.1" 200 35931 0.005185 10.0.0.38 - - [2025-06-23 02:02:38] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1060 0.228472 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1060 0.010578 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1060 0.009344 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1114 0.083912 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1088 0.014089 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002965 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 684 0.010644 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/network HTTP/1.1" 200 824 0.009625 10.0.0.38 - - [2025-06-23 02:02:38] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.38 - - [2025-06-23 02:02:38] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.056307 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/network HTTP/1.1" 200 834 0.005546 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 1088 0.018686 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007407 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.009133 10.0.0.38 - - [2025-06-23 02:02:38] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001571 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/router HTTP/1.1" 200 585 0.066173 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/router HTTP/1.1" 200 585 0.007613 10.0.0.38 - - [2025-06-23 02:02:38] "POST /route-targets HTTP/1.1" 200 327 0.018584 10.0.0.38 - - [2025-06-23 02:02:38] "PUT /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b HTTP/1.1" 200 262 0.027661 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/router HTTP/1.1" 200 656 0.044311 10.0.0.38 - - [2025-06-23 02:02:38] "GET /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.011735 10.0.0.38 - - [2025-06-23 02:02:38] "POST /neutron/router HTTP/1.1" 200 656 0.010956 10.0.0.38 - - [2025-06-23 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.38 - - [2025-06-23 02:02:38] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001709 10.0.0.38 - - [2025-06-23 02:02:38] "GET /service-template/3d39b99d-595b-4dcf-b507-947169be6bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.005754 10.0.0.38 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.002371 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/network HTTP/1.1" 200 844 0.022427 10.0.0.38 - - [2025-06-23 02:02:39] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001436 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/router HTTP/1.1" 200 344 0.335143 10.0.0.38 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.035342 10.0.0.38 - - [2025-06-23 02:02:39] "POST /useragent-kv HTTP/1.1" 200 115 0.034838 10.0.0.38 - - [2025-06-23 02:02:39] "POST /virtual-networks HTTP/1.1" 200 694 0.276814 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1088 0.102109 10.0.0.38 - - [2025-06-23 02:02:39] "POST /route-targets HTTP/1.1" 200 327 0.039614 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.056253 10.0.0.38 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.090219 10.0.0.38 - - [2025-06-23 02:02:39] "POST /service-instances HTTP/1.1" 200 670 0.147918 10.0.0.38 - - [2025-06-23 02:02:39] "POST /route-tables HTTP/1.1" 200 582 0.043735 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1063 0.534531 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1063 0.009891 10.0.0.38 - - [2025-06-23 02:02:39] "PUT /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b HTTP/1.1" 200 262 0.023853 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1063 0.014071 10.0.0.38 - - [2025-06-23 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.022908 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1117 0.066582 10.0.0.38 - - [2025-06-23 02:02:39] "POST /neutron/port HTTP/1.1" 200 1091 0.015224 10.0.0.38 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002283 10.0.0.38 - - [2025-06-23 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.38 - - [2025-06-23 02:02:39] "POST /virtual-machines HTTP/1.1" 200 553 0.012691 10.0.0.38 - - [2025-06-23 02:02:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.38 - - [2025-06-23 02:02:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009607 10.0.0.38 - - [2025-06-23 02:02:40] "POST /neutron/port HTTP/1.1" 200 117 0.000973 10.0.0.38 - - [2025-06-23 02:02:40] "POST /neutron/network HTTP/1.1" 200 834 0.053667 10.0.0.38 - - [2025-06-23 02:02:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.094168 10.0.0.38 - - [2025-06-23 02:02:40] "POST /chown HTTP/1.1" 200 109 0.006817 10.0.0.38 - - [2025-06-23 02:02:40] "POST /instance-ips HTTP/1.1" 200 551 0.020458 10.0.0.38 - - [2025-06-23 02:02:40] "POST /instance-ips HTTP/1.1" 400 246 0.012193 10.0.0.38 - - [2025-06-23 02:02:40] "POST /chown HTTP/1.1" 200 109 0.008095 10.0.0.38 - - [2025-06-23 02:02:40] "PUT /virtual-machine-interface/f0a2c70b-251d-430a-99fd-2570ea807f3d HTTP/1.1" 200 284 0.012772 10.0.0.38 - - [2025-06-23 02:02:40] "PUT /instance-ip/2f95aaa4-45f9-412b-bd7f-60d8d88c0b92 HTTP/1.1" 200 256 0.014275 10.0.0.38 - - [2025-06-23 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.013631 10.0.0.38 - - [2025-06-23 02:02:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.102349 10.0.0.38 - - [2025-06-23 02:02:40] "POST /chown HTTP/1.1" 200 109 0.009766 10.0.0.38 - - [2025-06-23 02:02:40] "POST /instance-ips HTTP/1.1" 200 549 0.026802 10.0.0.38 - - [2025-06-23 02:02:40] "POST /instance-ips HTTP/1.1" 400 316 0.014888 10.0.0.38 - - [2025-06-23 02:02:40] "POST /chown HTTP/1.1" 200 109 0.008775 10.0.0.38 - - [2025-06-23 02:02:40] "PUT /virtual-machine-interface/1ec106c1-d13e-4795-9fd7-1690113b168e HTTP/1.1" 200 284 0.014913 10.0.0.38 - - [2025-06-23 02:02:41] "PUT /instance-ip/b53efecc-57ae-466a-a5ac-1136e5fb6f4b HTTP/1.1" 200 256 0.014063 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.010421 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.018224 10.0.0.38 - - [2025-06-23 02:02:41] "PUT /routing-instance/bfd68709-36fc-4865-8933-8e858cf3b696 HTTP/1.1" 200 266 0.028512 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.022749 10.0.0.38 - - [2025-06-23 02:02:41] "POST /virtual-machines HTTP/1.1" 200 553 0.013669 10.0.0.38 - - [2025-06-23 02:02:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.098736 10.0.0.38 - - [2025-06-23 02:02:41] "POST /chown HTTP/1.1" 200 109 0.008362 10.0.0.38 - - [2025-06-23 02:02:41] "POST /instance-ips HTTP/1.1" 400 246 0.021465 10.0.0.38 - - [2025-06-23 02:02:41] "POST /chown HTTP/1.1" 200 109 0.008680 10.0.0.38 - - [2025-06-23 02:02:41] "PUT /virtual-machine-interface/93d00b7c-e72e-4c54-af02-c03e3449ba16 HTTP/1.1" 200 284 0.009484 10.0.0.38 - - [2025-06-23 02:02:41] "PUT /instance-ip/2f95aaa4-45f9-412b-bd7f-60d8d88c0b92 HTTP/1.1" 200 256 0.013344 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.014690 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.010815 10.0.0.38 - - [2025-06-23 02:02:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098887 10.0.0.38 - - [2025-06-23 02:02:41] "POST /ref-update HTTP/1.1" 200 156 0.014234 10.0.0.38 - - [2025-06-23 02:02:41] "PUT /routing-instance/bfd68709-36fc-4865-8933-8e858cf3b696 HTTP/1.1" 200 266 0.021174 10.0.0.38 - - [2025-06-23 02:02:41] "POST /chown HTTP/1.1" 200 109 0.013274 10.0.0.38 - - [2025-06-23 02:02:42] "POST /instance-ips HTTP/1.1" 400 316 0.014583 10.0.0.38 - - [2025-06-23 02:02:42] "POST /chown HTTP/1.1" 200 109 0.007576 10.0.0.38 - - [2025-06-23 02:02:42] "PUT /virtual-machine-interface/68970240-233e-4f96-a557-fe3f63b65acb HTTP/1.1" 200 284 0.009854 10.0.0.38 - - [2025-06-23 02:02:42] "PUT /instance-ip/b53efecc-57ae-466a-a5ac-1136e5fb6f4b HTTP/1.1" 200 256 0.014613 10.0.0.38 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.017724 10.0.0.38 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.009214 10.0.0.38 - - [2025-06-23 02:02:42] "PUT /routing-instance/bfd68709-36fc-4865-8933-8e858cf3b696 HTTP/1.1" 200 266 0.013363 10.0.0.38 - - [2025-06-23 02:02:42] "POST /ref-update HTTP/1.1" 200 156 0.011252 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/port HTTP/1.1" 200 1088 0.015557 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006302 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/port HTTP/1.1" 200 1088 0.013726 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005040 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/port HTTP/1.1" 200 1088 0.015717 10.0.0.38 - - [2025-06-23 02:02:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005752 10.0.0.38 - - [2025-06-23 02:02:44] "GET /virtual-machine/6ec05a67-2d4e-490f-820d-388ff092d397 HTTP/1.1" 401 292 0.000506 10.0.0.38 - - [2025-06-23 02:02:45] "GET /virtual-machine/6ec05a67-2d4e-490f-820d-388ff092d397 HTTP/1.1" 200 1294 0.031023 10.0.0.38 - - [2025-06-23 02:02:45] "GET /virtual-machine-interface/71b64cfc-38a2-4e86-8037-70ac98e0733c HTTP/1.1" 200 2955 0.005329 10.0.0.38 - - [2025-06-23 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.38 - - [2025-06-23 02:02:45] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002983 10.0.0.38 - - [2025-06-23 02:02:45] "GET /virtual-networks?parent_id=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002899 10.0.0.38 - - [2025-06-23 02:02:45] "GET /virtual-network/3e51a551-0a43-43b5-a2ad-ec8354217c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004944 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/port HTTP/1.1" 200 1088 0.019941 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006585 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/port HTTP/1.1" 200 1088 0.019536 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/port HTTP/1.1" 200 1088 0.015109 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/network HTTP/1.1" 200 834 0.004948 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002964 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/subnet HTTP/1.1" 200 684 0.011979 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.38 - - [2025-06-23 02:02:47] "POST /neutron/network HTTP/1.1" 200 824 0.004676 10.0.0.38 - - [2025-06-23 02:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.38 - - [2025-06-23 02:02:48] "GET /virtual-network/3e51a551-0a43-43b5-a2ad-ec8354217c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004857 10.0.0.38 - - [2025-06-23 02:02:48] "POST /neutron/port HTTP/1.1" 200 1091 0.013504 10.0.0.38 - - [2025-06-23 02:02:48] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005071 10.0.0.38 - - [2025-06-23 02:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.38 - - [2025-06-23 02:02:50] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002749 10.0.0.38 - - [2025-06-23 02:02:50] "GET /virtual-networks?parent_id=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002792 10.0.0.38 - - [2025-06-23 02:02:50] "GET /virtual-network/3e51a551-0a43-43b5-a2ad-ec8354217c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005229 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/port HTTP/1.1" 200 1091 0.012833 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005463 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/port HTTP/1.1" 200 1091 0.016531 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005444 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/port HTTP/1.1" 200 1091 0.013329 10.0.0.38 - - [2025-06-23 02:02:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005764 10.0.0.38 - - [2025-06-23 02:02:50] "GET /virtual-machine/fcd4b86a-047b-4446-a280-7f326ef9b17a HTTP/1.1" 200 1296 0.004761 10.0.0.38 - - [2025-06-23 02:02:50] "GET /virtual-machine-interface/d20329cf-e207-4043-9cf8-b441a8b135cb HTTP/1.1" 200 2969 0.004607 10.0.0.38 - - [2025-06-23 02:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.38 - - [2025-06-23 02:02:51] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002754 10.0.0.38 - - [2025-06-23 02:02:51] "GET /virtual-networks?parent_id=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003633 10.0.0.38 - - [2025-06-23 02:02:51] "GET /virtual-network/dacea93e-6b33-40c4-9cfa-e7f6dfbbe8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005133 10.0.0.38 - - [2025-06-23 02:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.38 - - [2025-06-23 02:02:52] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003113 10.0.0.38 - - [2025-06-23 02:02:52] "GET /virtual-networks?parent_id=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002781 10.0.0.38 - - [2025-06-23 02:02:52] "GET /virtual-network/dacea93e-6b33-40c4-9cfa-e7f6dfbbe8c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005162 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/router HTTP/1.1" 200 656 0.003792 10.0.0.38 - - [2025-06-23 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.008854 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/router HTTP/1.1" 200 344 0.102710 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/router HTTP/1.1" 200 656 0.004827 10.0.0.38 - - [2025-06-23 02:02:56] "GET /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.003683 10.0.0.38 - - [2025-06-23 02:02:56] "GET /service-instance/2322e4e2-6ea8-4c13-8778-172ec2cd1fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2324 0.004959 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/router HTTP/1.1" 200 151 0.057693 10.0.0.38 - - [2025-06-23 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.38 - - [2025-06-23 02:02:56] "DELETE /route-target/2f3ed481-ba4e-4e6d-8d9e-fda3808a0353 HTTP/1.1" 409 239 0.007379 10.0.0.38 - - [2025-06-23 02:02:56] "PUT /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b HTTP/1.1" 404 171 0.004063 10.0.0.38 - - [2025-06-23 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.012755 10.0.0.38 - - [2025-06-23 02:02:56] "DELETE /route-table/7b1fb689-ec64-43a7-921c-359481595c65 HTTP/1.1" 200 115 0.035913 10.0.0.38 - - [2025-06-23 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.38 - - [2025-06-23 02:02:56] "PUT /routing-instance/bfd68709-36fc-4865-8933-8e858cf3b696 HTTP/1.1" 200 266 0.013646 10.0.0.38 - - [2025-06-23 02:02:56] "GET /virtual-network/a1d1eca9-d73a-48e9-9b40-b0db60d2c67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.007135 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/network HTTP/1.1" 200 834 0.011572 10.0.0.38 - - [2025-06-23 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.018488 10.0.0.38 - - [2025-06-23 02:02:56] "POST /neutron/network HTTP/1.1" 400 204 0.053659 10.0.0.38 - - [2025-06-23 02:02:56] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /instance-ip/b53efecc-57ae-466a-a5ac-1136e5fb6f4b HTTP/1.1" 200 115 0.041298 10.0.0.38 - - [2025-06-23 02:02:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003787 10.0.0.38 - - [2025-06-23 02:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.38 - - [2025-06-23 02:02:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010331 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /virtual-network/a1d1eca9-d73a-48e9-9b40-b0db60d2c67a HTTP/1.1" 200 115 0.124999 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /route-target/ab7b03bf-97a9-4c1b-9518-5176dd11a180 HTTP/1.1" 200 115 0.018726 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /service-instance/2322e4e2-6ea8-4c13-8778-172ec2cd1fc3 HTTP/1.1" 200 115 0.031616 10.0.0.38 - - [2025-06-23 02:02:57] "GET /logical-router/3469d383-c5b1-4c07-870a-1b783d2c6f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002120 10.0.0.38 - - [2025-06-23 02:02:57] "GET /service-instance/2322e4e2-6ea8-4c13-8778-172ec2cd1fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003100 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 1091 0.017499 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 1117 0.008272 10.0.0.38 - - [2025-06-23 02:02:57] "GET /virtual-machine-interface/1ec106c1-d13e-4795-9fd7-1690113b168e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.007930 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 1088 0.024658 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /virtual-machine-interface/1ec106c1-d13e-4795-9fd7-1690113b168e HTTP/1.1" 200 115 0.055655 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 1114 0.012338 10.0.0.38 - - [2025-06-23 02:02:57] "GET /virtual-machine-interface/f0a2c70b-251d-430a-99fd-2570ea807f3d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005917 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 151 0.151019 10.0.0.38 - - [2025-06-23 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.020603 10.0.0.38 - - [2025-06-23 02:02:57] "GET /instance-ip/2f95aaa4-45f9-412b-bd7f-60d8d88c0b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005125 10.0.0.38 - - [2025-06-23 02:02:57] "POST /neutron/port HTTP/1.1" 200 151 0.134258 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /virtual-machine-interface/f0a2c70b-251d-430a-99fd-2570ea807f3d HTTP/1.1" 200 115 0.037854 10.0.0.38 - - [2025-06-23 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.014879 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /virtual-machine/952ef54f-6911-4952-90a4-41c879968118 HTTP/1.1" 200 115 0.023508 10.0.0.38 - - [2025-06-23 02:02:57] "GET /virtual-machine-interface/93d00b7c-e72e-4c54-af02-c03e3449ba16?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1664 0.005731 10.0.0.38 - - [2025-06-23 02:02:57] "POST /ref-update HTTP/1.1" 200 156 0.010860 10.0.0.38 - - [2025-06-23 02:02:57] "GET /instance-ip/2f95aaa4-45f9-412b-bd7f-60d8d88c0b92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004889 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /instance-ip/2f95aaa4-45f9-412b-bd7f-60d8d88c0b92 HTTP/1.1" 200 115 0.027067 10.0.0.38 - - [2025-06-23 02:02:57] "DELETE /virtual-machine-interface/93d00b7c-e72e-4c54-af02-c03e3449ba16 HTTP/1.1" 200 115 0.028731 10.0.0.38 - - [2025-06-23 02:02:57] "GET /virtual-machine-interface/68970240-233e-4f96-a557-fe3f63b65acb?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1343 0.004972 10.0.0.38 - - [2025-06-23 02:02:58] "DELETE /virtual-machine-interface/68970240-233e-4f96-a557-fe3f63b65acb HTTP/1.1" 200 115 0.024575 10.0.0.38 - - [2025-06-23 02:02:58] "DELETE /virtual-machine/67662d1f-c712-44b8-9766-484ed5055093 HTTP/1.1" 200 115 0.015481 10.0.0.38 - - [2025-06-23 02:02:58] "POST /neutron/network HTTP/1.1" 200 834 0.007601 10.0.0.38 - - [2025-06-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.38 - - [2025-06-23 02:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.38 - - [2025-06-23 02:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003569 10.0.0.38 - - [2025-06-23 02:02:59] "POST /neutron/network HTTP/1.1" 200 151 0.093762 10.0.0.38 - - [2025-06-23 02:02:59] "DELETE /route-target/0d5b4fe0-5994-474b-9617-624f5702f964 HTTP/1.1" 200 115 0.021461 10.0.0.38 - - [2025-06-23 02:02:59] "POST /neutron/network HTTP/1.1" 200 824 0.005279 10.0.0.38 - - [2025-06-23 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.38 - - [2025-06-23 02:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.38 - - [2025-06-23 02:02:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002404 10.0.0.38 - - [2025-06-23 02:02:59] "POST /neutron/network HTTP/1.1" 200 151 0.099660 10.0.0.38 - - [2025-06-23 02:02:59] "DELETE /route-target/92e2b887-a833-47bf-878d-f6bf50245e4c HTTP/1.1" 200 115 0.023252 10.0.0.38 - - [2025-06-23 02:02:59] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001054 10.0.0.38 - - [2025-06-23 02:02:59] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.025554 10.0.0.38 - - [2025-06-23 02:02:59] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000916 10.0.0.38 - - [2025-06-23 02:02:59] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?fields=virtual_networks HTTP/1.1" 200 1048 0.064382 10.0.0.38 - - [2025-06-23 02:02:59] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002188 10.0.0.38 - - [2025-06-23 02:02:59] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.031231 10.0.0.38 - - [2025-06-23 02:02:59] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001073 10.0.0.38 - - [2025-06-23 02:02:59] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?fields=security_groups HTTP/1.1" 200 1277 0.024734 10.0.0.38 - - [2025-06-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.021948 10.0.0.38 - - [2025-06-23 02:03:00] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002388 10.0.0.38 - - [2025-06-23 02:03:00] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.38 - - [2025-06-23 02:03:00] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007313 10.0.0.38 - - [2025-06-23 02:03:00] "POST /id-to-fqname HTTP/1.1" 200 198 0.002381 10.0.0.38 - - [2025-06-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003993 10.0.0.38 - - [2025-06-23 02:03:00] "POST /security-groups HTTP/1.1" 200 599 0.059534 10.0.0.38 - - [2025-06-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.002180 10.0.0.38 - - [2025-06-23 02:03:00] "POST /projects HTTP/1.1" 200 601 0.205004 10.0.0.38 - - [2025-06-23 02:03:00] "POST /access-control-lists HTTP/1.1" 200 604 0.060783 10.0.0.38 - - [2025-06-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.276649 10.0.0.38 - - [2025-06-23 02:03:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.002521 10.0.0.38 - - [2025-06-23 02:03:00] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.398779 10.0.0.38 - - [2025-06-23 02:03:00] "POST /access-control-lists HTTP/1.1" 200 602 0.060299 10.0.0.38 - - [2025-06-23 02:03:01] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.38 - - [2025-06-23 02:03:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.38 - - [2025-06-23 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.051730 10.0.0.38 - - [2025-06-23 02:03:02] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.38 - - [2025-06-23 02:03:02] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.019207 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 117 0.027878 10.0.0.38 - - [2025-06-23 02:03:03] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 613 0.062019 10.0.0.38 - - [2025-06-23 02:03:03] "POST /route-targets HTTP/1.1" 200 327 0.011276 10.0.0.38 - - [2025-06-23 02:03:03] "POST /ref-update HTTP/1.1" 200 156 0.013071 10.0.0.38 - - [2025-06-23 02:03:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.178823 10.0.0.38 - - [2025-06-23 02:03:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005213 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.172552 10.0.0.38 - - [2025-06-23 02:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030272 10.0.0.38 - - [2025-06-23 02:03:03] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.007951 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 1008 0.006650 10.0.0.38 - - [2025-06-23 02:03:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001102 10.0.0.38 - - [2025-06-23 02:03:03] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005517 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 1008 0.007779 10.0.0.38 - - [2025-06-23 02:03:03] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004749 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 1008 0.008512 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.006581 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.007239 10.0.0.38 - - [2025-06-23 02:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.38 - - [2025-06-23 02:03:03] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.38 - - [2025-06-23 02:03:03] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.025953 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 117 0.011212 10.0.0.38 - - [2025-06-23 02:03:03] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.38 - - [2025-06-23 02:03:03] "POST /neutron/network HTTP/1.1" 200 613 0.071013 10.0.0.38 - - [2025-06-23 02:03:03] "POST /route-targets HTTP/1.1" 200 327 0.011876 10.0.0.38 - - [2025-06-23 02:03:03] "POST /ref-update HTTP/1.1" 200 156 0.009932 10.0.0.38 - - [2025-06-23 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003434 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.191469 10.0.0.38 - - [2025-06-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.38 - - [2025-06-23 02:03:04] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004627 10.0.0.38 - - [2025-06-23 02:03:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004196 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.199233 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 1007 0.006710 10.0.0.38 - - [2025-06-23 02:03:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001472 10.0.0.38 - - [2025-06-23 02:03:04] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.004314 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 1007 0.008160 10.0.0.38 - - [2025-06-23 02:03:04] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005021 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 1007 0.006735 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.006309 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/subnet HTTP/1.1" 200 823 0.011293 10.0.0.38 - - [2025-06-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002747 10.0.0.38 - - [2025-06-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002178 10.0.0.38 - - [2025-06-23 02:03:04] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.38 - - [2025-06-23 02:03:04] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.028898 10.0.0.38 - - [2025-06-23 02:03:04] "POST /network-policys HTTP/1.1" 200 577 0.060261 10.0.0.38 - - [2025-06-23 02:03:04] "GET /network-policy/e6bd030f-db6a-4bc7-92e3-3a75b3117418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004974 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 1008 0.007256 10.0.0.38 - - [2025-06-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007845 10.0.0.38 - - [2025-06-23 02:03:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.002812 10.0.0.38 - - [2025-06-23 02:03:04] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.005817 10.0.0.38 - - [2025-06-23 02:03:04] "POST /neutron/network HTTP/1.1" 200 1116 0.068710 10.0.0.38 - - [2025-06-23 02:03:05] "POST /access-control-lists HTTP/1.1" 200 596 0.076058 10.0.0.38 - - [2025-06-23 02:03:05] "POST /neutron/network HTTP/1.1" 200 1116 0.035628 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006944 10.0.0.38 - - [2025-06-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.38 - - [2025-06-23 02:03:05] "GET /network-policy/e6bd030f-db6a-4bc7-92e3-3a75b3117418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004684 10.0.0.38 - - [2025-06-23 02:03:05] "POST /neutron/network HTTP/1.1" 200 1007 0.009306 10.0.0.38 - - [2025-06-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005922 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.005446 10.0.0.38 - - [2025-06-23 02:03:05] "PUT /access-control-list/6202b60a-e3a6-4cf7-b928-5cd2b2d8bd08 HTTP/1.1" 200 272 0.018201 10.0.0.38 - - [2025-06-23 02:03:05] "POST /neutron/network HTTP/1.1" 200 1115 0.064865 10.0.0.38 - - [2025-06-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.001971 10.0.0.38 - - [2025-06-23 02:03:05] "POST /neutron/network HTTP/1.1" 200 1115 0.007236 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004395 10.0.0.38 - - [2025-06-23 02:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.38 - - [2025-06-23 02:03:05] "GET /network-policy/e6bd030f-db6a-4bc7-92e3-3a75b3117418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.027620 10.0.0.38 - - [2025-06-23 02:03:05] "POST /access-control-lists HTTP/1.1" 200 596 0.059031 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domains HTTP/1.1" 401 292 0.000445 10.0.0.38 - - [2025-06-23 02:03:05] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domains HTTP/1.1" 200 280 0.024881 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.008242 10.0.0.38 - - [2025-06-23 02:03:05] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.38 - - [2025-06-23 02:03:05] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 2634 0.068381 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201 HTTP/1.1" 200 3512 0.005636 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201 HTTP/1.1" 200 3512 0.004173 10.0.0.38 - - [2025-06-23 02:03:05] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 200 1795 0.003508 10.0.0.38 - - [2025-06-23 02:03:05] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 200 1795 0.002766 10.0.0.38 - - [2025-06-23 02:03:05] "GET /route-target/1b33ba95-3c02-48cb-ab4e-07d4e279a895 HTTP/1.1" 200 1212 0.003384 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201 HTTP/1.1" 200 3512 0.004649 10.0.0.38 - - [2025-06-23 02:03:05] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 200 1795 0.003955 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005888 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201 HTTP/1.1" 200 3512 0.004800 10.0.0.38 - - [2025-06-23 02:03:05] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 200 1795 0.003459 10.0.0.38 - - [2025-06-23 02:03:05] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 200 1795 0.003828 10.0.0.38 - - [2025-06-23 02:03:05] "GET /route-target/1b33ba95-3c02-48cb-ab4e-07d4e279a895 HTTP/1.1" 200 1212 0.003186 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domains HTTP/1.1" 200 280 0.002318 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.38 - - [2025-06-23 02:03:05] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.006758 10.0.0.38 - - [2025-06-23 02:03:05] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000956 10.0.0.38 - - [2025-06-23 02:03:05] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 2634 0.062948 10.0.0.38 - - [2025-06-23 02:03:05] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201 HTTP/1.1" 200 3512 0.004372 10.0.0.38 - - [2025-06-23 02:03:06] "GET /obj-perms HTTP/1.1" 200 5046 0.053156 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domains HTTP/1.1" 200 280 0.002746 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.006553 10.0.0.38 - - [2025-06-23 02:03:06] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.38 - - [2025-06-23 02:03:06] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 2634 0.085668 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c HTTP/1.1" 200 3508 0.006835 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c HTTP/1.1" 200 3508 0.005342 10.0.0.38 - - [2025-06-23 02:03:06] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 200 1795 0.003112 10.0.0.38 - - [2025-06-23 02:03:06] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 200 1795 0.003232 10.0.0.38 - - [2025-06-23 02:03:06] "GET /route-target/b41945b6-b6e4-4c41-aa0a-c1e8d89858c7 HTTP/1.1" 200 1213 0.003142 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c HTTP/1.1" 200 3508 0.004565 10.0.0.38 - - [2025-06-23 02:03:06] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 200 1795 0.003102 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004314 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c HTTP/1.1" 200 3508 0.004377 10.0.0.38 - - [2025-06-23 02:03:06] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 200 1795 0.002822 10.0.0.38 - - [2025-06-23 02:03:06] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 200 1795 0.002739 10.0.0.38 - - [2025-06-23 02:03:06] "GET /route-target/b41945b6-b6e4-4c41-aa0a-c1e8d89858c7 HTTP/1.1" 200 1213 0.002392 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domains HTTP/1.1" 200 280 0.002322 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.38 - - [2025-06-23 02:03:06] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.006438 10.0.0.38 - - [2025-06-23 02:03:06] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.38 - - [2025-06-23 02:03:06] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 2634 0.075674 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c HTTP/1.1" 200 3508 0.004478 10.0.0.38 - - [2025-06-23 02:03:06] "GET /obj-perms HTTP/1.1" 200 5046 0.002812 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004817 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1115 0.006851 10.0.0.38 - - [2025-06-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009282 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.008621 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1007 0.051245 10.0.0.38 - - [2025-06-23 02:03:06] "DELETE /access-control-list/db127ff5-3c70-4f11-bc47-e0a1b4df9e73 HTTP/1.1" 200 115 0.033777 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1007 0.009372 10.0.0.38 - - [2025-06-23 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.013389 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/41cd703a-a776-4494-a819-cdef0f9f337c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005242 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005037 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1116 0.007006 10.0.0.38 - - [2025-06-23 02:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006282 10.0.0.38 - - [2025-06-23 02:03:06] "GET /virtual-network/d1e89358-6548-4998-a1f0-36efecd197e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004848 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1008 0.050294 10.0.0.38 - - [2025-06-23 02:03:06] "DELETE /access-control-list/6202b60a-e3a6-4cf7-b928-5cd2b2d8bd08 HTTP/1.1" 200 115 0.028949 10.0.0.38 - - [2025-06-23 02:03:06] "POST /neutron/network HTTP/1.1" 200 1008 0.009836 10.0.0.38 - - [2025-06-23 02:03:06] "POST /ref-update HTTP/1.1" 200 156 0.015606 10.0.0.38 - - [2025-06-23 02:03:07] "GET /virtual-network/d5689ca9-0a1f-47cc-9be6-12acde11f201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006767 10.0.0.38 - - [2025-06-23 02:03:07] "DELETE /network-policy/e6bd030f-db6a-4bc7-92e3-3a75b3117418 HTTP/1.1" 200 115 0.022322 10.0.0.38 - - [2025-06-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 1007 0.007353 10.0.0.38 - - [2025-06-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002416 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001998 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001651 10.0.0.38 - - [2025-06-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 151 0.081963 10.0.0.38 - - [2025-06-23 02:03:07] "DELETE /route-target/b41945b6-b6e4-4c41-aa0a-c1e8d89858c7 HTTP/1.1" 200 115 0.019365 10.0.0.38 - - [2025-06-23 02:03:07] "GET /routing-instance/7bb39563-1e24-4a7c-8d37-81e62ac7d464 HTTP/1.1" 404 171 0.002242 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domains HTTP/1.1" 200 280 0.001955 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.049371 10.0.0.38 - - [2025-06-23 02:03:07] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.38 - - [2025-06-23 02:03:07] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 2154 0.071615 10.0.0.38 - - [2025-06-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 1008 0.008484 10.0.0.38 - - [2025-06-23 02:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003708 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.075031 10.0.0.38 - - [2025-06-23 02:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002159 10.0.0.38 - - [2025-06-23 02:03:07] "POST /neutron/network HTTP/1.1" 200 151 0.166986 10.0.0.38 - - [2025-06-23 02:03:07] "GET /routing-instance/3cafc565-11d3-4b0f-8f34-119aae9fc3e1 HTTP/1.1" 404 171 0.003278 10.0.0.38 - - [2025-06-23 02:03:07] "DELETE /route-target/1b33ba95-3c02-48cb-ab4e-07d4e279a895 HTTP/1.1" 200 115 0.112039 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domains HTTP/1.1" 200 280 0.002464 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.38 - - [2025-06-23 02:03:07] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2952 0.048389 10.0.0.38 - - [2025-06-23 02:03:07] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.38 - - [2025-06-23 02:03:07] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 1909 0.067653 10.0.0.38 - - [2025-06-23 02:03:07] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.38 - - [2025-06-23 02:03:07] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.034889 10.0.0.38 - - [2025-06-23 02:03:07] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.38 - - [2025-06-23 02:03:08] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?fields=virtual_networks HTTP/1.1" 200 1057 0.088140 10.0.0.38 - - [2025-06-23 02:03:08] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.38 - - [2025-06-23 02:03:08] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.031289 10.0.0.38 - - [2025-06-23 02:03:08] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.38 - - [2025-06-23 02:03:08] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?fields=security_groups HTTP/1.1" 200 1291 0.030159 10.0.0.38 - - [2025-06-23 02:03:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.022698 10.0.0.38 - - [2025-06-23 02:03:08] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002984 10.0.0.38 - - [2025-06-23 02:03:09] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.38 - - [2025-06-23 02:03:09] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007549 10.0.0.38 - - [2025-06-23 02:03:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.001251 10.0.0.38 - - [2025-06-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.001915 10.0.0.38 - - [2025-06-23 02:03:09] "POST /security-groups HTTP/1.1" 200 593 0.060292 10.0.0.38 - - [2025-06-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.002362 10.0.0.38 - - [2025-06-23 02:03:09] "POST /projects HTTP/1.1" 200 589 0.215662 10.0.0.38 - - [2025-06-23 02:03:09] "POST /access-control-lists HTTP/1.1" 200 598 0.057396 10.0.0.38 - - [2025-06-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.283676 10.0.0.38 - - [2025-06-23 02:03:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.002542 10.0.0.38 - - [2025-06-23 02:03:09] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.415969 10.0.0.38 - - [2025-06-23 02:03:09] "POST /access-control-lists HTTP/1.1" 200 596 0.060118 10.0.0.38 - - [2025-06-23 02:03:10] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.38 - - [2025-06-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000763 10.0.0.38 - - [2025-06-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054840 10.0.0.38 - - [2025-06-23 02:03:11] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.38 - - [2025-06-23 02:03:11] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.022608 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 117 0.028088 10.0.0.38 - - [2025-06-23 02:03:11] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001279 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 607 0.068299 10.0.0.38 - - [2025-06-23 02:03:11] "POST /route-targets HTTP/1.1" 200 327 0.014261 10.0.0.38 - - [2025-06-23 02:03:11] "POST /ref-update HTTP/1.1" 200 156 0.013590 10.0.0.38 - - [2025-06-23 02:03:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003951 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.147825 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 826 0.004714 10.0.0.38 - - [2025-06-23 02:03:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001091 10.0.0.38 - - [2025-06-23 02:03:11] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004588 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 826 0.005806 10.0.0.38 - - [2025-06-23 02:03:11] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004525 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/network HTTP/1.1" 200 826 0.005666 10.0.0.38 - - [2025-06-23 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.005978 10.0.0.38 - - [2025-06-23 02:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002078 10.0.0.38 - - [2025-06-23 02:03:12] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.38 - - [2025-06-23 02:03:12] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.023870 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 117 0.009715 10.0.0.38 - - [2025-06-23 02:03:12] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 607 0.063823 10.0.0.38 - - [2025-06-23 02:03:12] "POST /route-targets HTTP/1.1" 200 327 0.012536 10.0.0.38 - - [2025-06-23 02:03:12] "POST /ref-update HTTP/1.1" 200 156 0.012643 10.0.0.38 - - [2025-06-23 02:03:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.145038 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 826 0.005502 10.0.0.38 - - [2025-06-23 02:03:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001116 10.0.0.38 - - [2025-06-23 02:03:12] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004523 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 826 0.006880 10.0.0.38 - - [2025-06-23 02:03:12] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004766 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 826 0.005654 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.006175 10.0.0.38 - - [2025-06-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.002849 10.0.0.38 - - [2025-06-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.38 - - [2025-06-23 02:03:12] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.38 - - [2025-06-23 02:03:12] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.023043 10.0.0.38 - - [2025-06-23 02:03:12] "POST /network-policys HTTP/1.1" 200 571 0.019073 10.0.0.38 - - [2025-06-23 02:03:12] "GET /network-policy/d186da1e-99eb-462c-bb2e-926d36f2cfbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004839 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 826 0.008908 10.0.0.38 - - [2025-06-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.006784 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 928 0.057418 10.0.0.38 - - [2025-06-23 02:03:12] "POST /access-control-lists HTTP/1.1" 200 590 0.076360 10.0.0.38 - - [2025-06-23 02:03:12] "POST /neutron/network HTTP/1.1" 200 928 0.048843 10.0.0.38 - - [2025-06-23 02:03:12] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004681 10.0.0.38 - - [2025-06-23 02:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.38 - - [2025-06-23 02:03:13] "GET /network-policy/d186da1e-99eb-462c-bb2e-926d36f2cfbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005814 10.0.0.38 - - [2025-06-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 826 0.007655 10.0.0.38 - - [2025-06-23 02:03:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.006813 10.0.0.38 - - [2025-06-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 928 0.053133 10.0.0.38 - - [2025-06-23 02:03:13] "POST /neutron/network HTTP/1.1" 200 928 0.006364 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.044458 10.0.0.38 - - [2025-06-23 02:03:13] "POST /access-control-lists HTTP/1.1" 200 590 0.082335 10.0.0.38 - - [2025-06-23 02:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007835 10.0.0.38 - - [2025-06-23 02:03:13] "GET /network-policy/d186da1e-99eb-462c-bb2e-926d36f2cfbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003443 10.0.0.38 - - [2025-06-23 02:03:13] "POST /ref-update HTTP/1.1" 200 156 0.012022 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domains HTTP/1.1" 401 292 0.001280 10.0.0.38 - - [2025-06-23 02:03:13] "PUT /access-control-list/567442ec-fa06-4f3b-a6f4-bd462cafdcbd HTTP/1.1" 200 272 0.050636 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domains HTTP/1.1" 200 280 0.024794 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 3140 0.008494 10.0.0.38 - - [2025-06-23 02:03:13] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000932 10.0.0.38 - - [2025-06-23 02:03:13] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 2582 0.075665 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd HTTP/1.1" 200 2892 0.005775 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd HTTP/1.1" 200 2892 0.005091 10.0.0.38 - - [2025-06-23 02:03:13] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 200 1782 0.005004 10.0.0.38 - - [2025-06-23 02:03:13] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 200 1782 0.004234 10.0.0.38 - - [2025-06-23 02:03:13] "GET /route-target/86b3635f-dacf-45a6-9bd1-eb950fc456eb HTTP/1.1" 200 1206 0.003353 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd HTTP/1.1" 200 2892 0.004595 10.0.0.38 - - [2025-06-23 02:03:13] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 200 1782 0.004393 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004439 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd HTTP/1.1" 200 2892 0.004354 10.0.0.38 - - [2025-06-23 02:03:13] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 200 1782 0.002816 10.0.0.38 - - [2025-06-23 02:03:13] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 200 1782 0.003162 10.0.0.38 - - [2025-06-23 02:03:13] "GET /route-target/86b3635f-dacf-45a6-9bd1-eb950fc456eb HTTP/1.1" 200 1206 0.004151 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domains HTTP/1.1" 200 280 0.002565 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.38 - - [2025-06-23 02:03:13] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 3140 0.006502 10.0.0.38 - - [2025-06-23 02:03:13] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.38 - - [2025-06-23 02:03:13] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 2582 0.068701 10.0.0.38 - - [2025-06-23 02:03:13] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd HTTP/1.1" 200 2892 0.004499 10.0.0.38 - - [2025-06-23 02:03:14] "GET /obj-perms HTTP/1.1" 200 5034 0.045851 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domains HTTP/1.1" 200 280 0.002739 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000925 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 3140 0.006832 10.0.0.38 - - [2025-06-23 02:03:14] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.38 - - [2025-06-23 02:03:14] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 2582 0.066143 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805 HTTP/1.1" 200 2892 0.006479 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805 HTTP/1.1" 200 2892 0.004055 10.0.0.38 - - [2025-06-23 02:03:14] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 200 1783 0.002671 10.0.0.38 - - [2025-06-23 02:03:14] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 200 1783 0.002453 10.0.0.38 - - [2025-06-23 02:03:14] "GET /route-target/4b24e310-a021-4fee-9036-273be86fd06d HTTP/1.1" 200 1206 0.002767 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805 HTTP/1.1" 200 2892 0.004098 10.0.0.38 - - [2025-06-23 02:03:14] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 200 1783 0.002645 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004099 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805 HTTP/1.1" 200 2892 0.005400 10.0.0.38 - - [2025-06-23 02:03:14] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 200 1783 0.002976 10.0.0.38 - - [2025-06-23 02:03:14] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 200 1783 0.002816 10.0.0.38 - - [2025-06-23 02:03:14] "GET /route-target/4b24e310-a021-4fee-9036-273be86fd06d HTTP/1.1" 200 1206 0.002566 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domains HTTP/1.1" 200 280 0.004458 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001459 10.0.0.38 - - [2025-06-23 02:03:14] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 3140 0.008440 10.0.0.38 - - [2025-06-23 02:03:14] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001143 10.0.0.38 - - [2025-06-23 02:03:14] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 2582 0.075603 10.0.0.38 - - [2025-06-23 02:03:14] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805 HTTP/1.1" 200 2892 0.004314 10.0.0.38 - - [2025-06-23 02:03:14] "GET /obj-perms HTTP/1.1" 200 5034 0.002655 10.0.0.38 - - [2025-06-23 02:03:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001377 10.0.0.38 - - [2025-06-23 02:03:14] "POST /neutron/network HTTP/1.1" 200 938 0.005986 10.0.0.38 - - [2025-06-23 02:03:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.38 - - [2025-06-23 02:03:15] "GET / HTTP/1.1" 200 35931 0.001774 10.0.0.38 - - [2025-06-23 02:03:15] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.38 - - [2025-06-23 02:03:15] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001243 10.0.0.38 - - [2025-06-23 02:03:15] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056537 10.0.0.38 - - [2025-06-23 02:03:15] "POST /neutron/network HTTP/1.1" 200 928 0.004984 10.0.0.38 - - [2025-06-23 02:03:15] "POST /neutron/port HTTP/1.1" 200 117 0.004791 10.0.0.38 - - [2025-06-23 02:03:15] "POST /neutron/port HTTP/1.1" 200 117 0.006275 10.0.0.38 - - [2025-06-23 02:03:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001272 10.0.0.38 - - [2025-06-23 02:03:15] "POST /neutron/port HTTP/1.1" 200 117 0.004804 10.0.0.38 - - [2025-06-23 02:03:15] "POST /neutron/network HTTP/1.1" 200 938 0.006374 10.0.0.38 - - [2025-06-23 02:03:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000715 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/network HTTP/1.1" 200 938 0.007511 10.0.0.38 - - [2025-06-23 02:03:16] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001487 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1062 0.202845 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1062 0.009672 10.0.0.38 - - [2025-06-23 02:03:16] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.38 - - [2025-06-23 02:03:16] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000330 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1062 0.008027 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1116 0.081033 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1090 0.016046 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003066 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.013577 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/network HTTP/1.1" 200 928 0.005182 10.0.0.38 - - [2025-06-23 02:03:16] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001500 10.0.0.38 - - [2025-06-23 02:03:16] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045586 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/network HTTP/1.1" 200 928 0.005242 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1090 0.019072 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008328 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 117 0.007984 10.0.0.38 - - [2025-06-23 02:03:16] "POST /neutron/port HTTP/1.1" 200 1090 0.019246 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009432 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/network HTTP/1.1" 200 938 0.008733 10.0.0.38 - - [2025-06-23 02:03:17] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001822 10.0.0.38 - - [2025-06-23 02:03:17] "PUT /access-control-list/8fa476c0-cc00-4a1b-aabc-c8c26728535d HTTP/1.1" 200 272 0.018335 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1062 0.324687 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1062 0.013882 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1062 0.012895 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1116 0.075766 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 1090 0.020214 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003089 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.011006 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.38 - - [2025-06-23 02:03:17] "POST /neutron/network HTTP/1.1" 200 928 0.013043 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1090 0.015125 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005153 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014280 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008625 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014158 10.0.0.38 - - [2025-06-23 02:03:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005457 10.0.0.38 - - [2025-06-23 02:03:22] "GET /virtual-machine/f521c5d2-f1d8-4434-80a9-4c94a829a854 HTTP/1.1" 200 1294 0.004217 10.0.0.38 - - [2025-06-23 02:03:22] "GET /virtual-machine-interface/414cab37-0d29-4959-ae35-fd84c2d5a4a9 HTTP/1.1" 200 2951 0.004275 10.0.0.38 - - [2025-06-23 02:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.38 - - [2025-06-23 02:03:22] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002816 10.0.0.38 - - [2025-06-23 02:03:22] "GET /virtual-networks?parent_id=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002890 10.0.0.38 - - [2025-06-23 02:03:22] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005568 10.0.0.38 - - [2025-06-23 02:03:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018215 10.0.0.38 - - [2025-06-23 02:03:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006906 10.0.0.38 - - [2025-06-23 02:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.38 - - [2025-06-23 02:03:25] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004355 10.0.0.38 - - [2025-06-23 02:03:26] "POST /neutron/port HTTP/1.1" 200 1090 0.013524 10.0.0.38 - - [2025-06-23 02:03:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007108 10.0.0.38 - - [2025-06-23 02:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.38 - - [2025-06-23 02:03:27] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002775 10.0.0.38 - - [2025-06-23 02:03:27] "GET /virtual-networks?parent_id=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003362 10.0.0.38 - - [2025-06-23 02:03:27] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005141 10.0.0.38 - - [2025-06-23 02:03:27] "POST /neutron/port HTTP/1.1" 200 1090 0.014540 10.0.0.38 - - [2025-06-23 02:03:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005556 10.0.0.38 - - [2025-06-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1090 0.015373 10.0.0.38 - - [2025-06-23 02:03:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005621 10.0.0.38 - - [2025-06-23 02:03:28] "POST /neutron/port HTTP/1.1" 200 1090 0.014759 10.0.0.38 - - [2025-06-23 02:03:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005453 10.0.0.38 - - [2025-06-23 02:03:28] "GET /virtual-machine/92c37e20-cf4e-441e-b832-7412aed4db2a HTTP/1.1" 200 1295 0.004245 10.0.0.38 - - [2025-06-23 02:03:28] "GET /virtual-machine-interface/68af7fed-72da-4103-bed4-14e60647390d HTTP/1.1" 200 2951 0.004458 10.0.0.38 - - [2025-06-23 02:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.38 - - [2025-06-23 02:03:28] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002838 10.0.0.38 - - [2025-06-23 02:03:28] "GET /virtual-networks?parent_id=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002568 10.0.0.38 - - [2025-06-23 02:03:28] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005630 10.0.0.38 - - [2025-06-23 02:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.38 - - [2025-06-23 02:03:29] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002753 10.0.0.38 - - [2025-06-23 02:03:29] "GET /virtual-networks?parent_id=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002572 10.0.0.38 - - [2025-06-23 02:03:29] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004762 10.0.0.38 - - [2025-06-23 02:03:31] "DELETE /project/66754f452d6c462d8c6a0c77d0134584 HTTP/1.1" 404 173 0.013934 10.0.0.38 - - [2025-06-23 02:03:31] "DELETE /project/cb7b4af44f00402996027c9628cec524 HTTP/1.1" 404 173 0.013101 10.0.0.38 - - [2025-06-23 02:03:31] "DELETE /project/19fdeb0f1a18464388850b98c8377f53 HTTP/1.1" 404 173 0.012292 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000885 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.036517 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.041226 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.042952 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.38 - - [2025-06-23 02:03:31] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000828 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?fields=security_groups HTTP/1.1" 200 1382 0.043488 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?fields=security_groups HTTP/1.1" 200 1396 0.051079 10.0.0.38 - - [2025-06-23 02:03:31] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?fields=security_groups HTTP/1.1" 200 1357 0.049966 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /security-group/5b2190b3-6738-4ffc-9b96-083b767b9a3d HTTP/1.1" 200 115 0.112349 10.0.0.38 - - [2025-06-23 02:03:32] "GET /projects?obj_uuids=66754f45-2d6c-462d-8c6a-0c77d0134584&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001336 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/188150c3-8c9b-421d-966c-baafa1317d35 HTTP/1.1" 200 115 0.060031 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /security-group/8287cc8c-9f33-4a07-81e1-1551413f6d1a HTTP/1.1" 200 115 0.117490 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /security-group/7d81ba32-df6e-4892-9138-5dd97cdf3b3c HTTP/1.1" 200 115 0.118141 10.0.0.38 - - [2025-06-23 02:03:32] "GET /projects?obj_uuids=19fdeb0f-1a18-4643-8885-0b98c8377f53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.38 - - [2025-06-23 02:03:32] "GET /projects?obj_uuids=02bce59b-a35d-41f7-b5a5-256801d6e516&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.38 - - [2025-06-23 02:03:32] "GET /project/66754f45-2d6c-462d-8c6a-0c77d0134584?fields=application_policy_sets HTTP/1.1" 200 1421 0.049657 10.0.0.38 - - [2025-06-23 02:03:32] "GET /project/02bce59b-a35d-41f7-b5a5-256801d6e516?fields=application_policy_sets HTTP/1.1" 200 1396 0.049450 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/2f1beed4-5dc6-4c32-a4b3-1bac869b45f2 HTTP/1.1" 200 115 0.063699 10.0.0.38 - - [2025-06-23 02:03:32] "GET /project/19fdeb0f-1a18-4643-8885-0b98c8377f53?fields=application_policy_sets HTTP/1.1" 200 1435 0.088573 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/977078d3-61db-45e6-a9ce-5ceb6b395c97 HTTP/1.1" 200 115 0.045498 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/ff5b3bc6-9b05-4b09-8559-563d00a9158f HTTP/1.1" 200 115 0.039534 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /project/66754f45-2d6c-462d-8c6a-0c77d0134584 HTTP/1.1" 200 115 0.508723 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/ca25383d-e89e-4469-8d2b-26a2af12e984 HTTP/1.1" 200 115 0.047594 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /project/02bce59b-a35d-41f7-b5a5-256801d6e516 HTTP/1.1" 200 115 0.521385 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /project/19fdeb0f-1a18-4643-8885-0b98c8377f53 HTTP/1.1" 200 115 0.534510 10.0.0.38 - - [2025-06-23 02:03:32] "DELETE /access-control-list/c46bf028-b899-4ce1-bdf3-311c7ee69407 HTTP/1.1" 200 115 0.023260 10.0.0.38 - - [2025-06-23 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.38 - - [2025-06-23 02:03:33] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.38 - - [2025-06-23 02:03:33] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026594 10.0.0.38 - - [2025-06-23 02:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.38 - - [2025-06-23 02:03:33] "PUT /network-policy/d186da1e-99eb-462c-bb2e-926d36f2cfbe HTTP/1.1" 200 262 0.012859 10.0.0.38 - - [2025-06-23 02:03:33] "PUT /access-control-list/8fa476c0-cc00-4a1b-aabc-c8c26728535d HTTP/1.1" 200 272 0.051739 10.0.0.38 - - [2025-06-23 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.013108 10.0.0.38 - - [2025-06-23 02:03:33] "PUT /access-control-list/567442ec-fa06-4f3b-a6f4-bd462cafdcbd HTTP/1.1" 200 272 0.053506 10.0.0.38 - - [2025-06-23 02:03:33] "POST /ref-update HTTP/1.1" 200 156 0.012684 10.0.0.38 - - [2025-06-23 02:03:36] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005455 10.0.0.38 - - [2025-06-23 02:03:36] "POST /neutron/network HTTP/1.1" 200 928 0.012977 10.0.0.38 - - [2025-06-23 02:03:36] "POST /neutron/network HTTP/1.1" 200 826 0.060417 10.0.0.38 - - [2025-06-23 02:03:36] "POST /neutron/network HTTP/1.1" 200 826 0.005693 10.0.0.38 - - [2025-06-23 02:03:37] "GET /virtual-network/cf6f9e0f-9df9-4477-aeaf-54f2da80d805?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004721 10.0.0.38 - - [2025-06-23 02:03:37] "DELETE /access-control-list/8fa476c0-cc00-4a1b-aabc-c8c26728535d HTTP/1.1" 200 115 0.059558 10.0.0.38 - - [2025-06-23 02:03:37] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007922 10.0.0.38 - - [2025-06-23 02:03:37] "GET /obj-perms HTTP/1.1" 200 5056 0.060759 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/network HTTP/1.1" 200 928 0.005636 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/network HTTP/1.1" 200 826 0.053051 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/network HTTP/1.1" 200 826 0.005990 10.0.0.38 - - [2025-06-23 02:03:37] "GET /virtual-network/d76e5667-6e92-44ba-9600-67d36307fbcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006303 10.0.0.38 - - [2025-06-23 02:03:37] "DELETE /network-policy/d186da1e-99eb-462c-bb2e-926d36f2cfbe HTTP/1.1" 200 115 0.019591 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/network HTTP/1.1" 200 826 0.005024 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/network HTTP/1.1" 400 204 0.011256 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 1090 0.014201 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 1116 0.009464 10.0.0.38 - - [2025-06-23 02:03:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045404 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 1090 0.018910 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 1116 0.007535 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 151 0.133588 10.0.0.38 - - [2025-06-23 02:03:37] "DELETE /access-control-list/567442ec-fa06-4f3b-a6f4-bd462cafdcbd HTTP/1.1" 200 115 0.039869 10.0.0.38 - - [2025-06-23 02:03:37] "POST /neutron/port HTTP/1.1" 200 151 0.144642 10.0.0.38 - - [2025-06-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 826 0.005234 10.0.0.38 - - [2025-06-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.38 - - [2025-06-23 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002116 10.0.0.38 - - [2025-06-23 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.38 - - [2025-06-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 151 0.077410 10.0.0.38 - - [2025-06-23 02:03:39] "GET /routing-instance/47776df5-f19d-4086-a164-3be0f26523d3 HTTP/1.1" 404 171 0.003988 10.0.0.38 - - [2025-06-23 02:03:39] "DELETE /route-target/4b24e310-a021-4fee-9036-273be86fd06d HTTP/1.1" 200 115 0.023658 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domains HTTP/1.1" 200 280 0.002039 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2576 0.050093 10.0.0.38 - - [2025-06-23 02:03:39] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.38 - - [2025-06-23 02:03:39] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 2114 0.069865 10.0.0.38 - - [2025-06-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 826 0.005666 10.0.0.38 - - [2025-06-23 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.38 - - [2025-06-23 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.38 - - [2025-06-23 02:03:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001853 10.0.0.38 - - [2025-06-23 02:03:39] "POST /neutron/network HTTP/1.1" 200 151 0.085558 10.0.0.38 - - [2025-06-23 02:03:39] "DELETE /route-target/86b3635f-dacf-45a6-9bd1-eb950fc456eb HTTP/1.1" 200 115 0.022577 10.0.0.38 - - [2025-06-23 02:03:39] "GET /routing-instance/0cf90c60-af89-4620-8f3f-4ab079513191 HTTP/1.1" 404 171 0.002119 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domains HTTP/1.1" 200 280 0.002348 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.38 - - [2025-06-23 02:03:39] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2576 0.048599 10.0.0.38 - - [2025-06-23 02:03:39] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.38 - - [2025-06-23 02:03:39] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 1875 0.065446 10.0.0.38 - - [2025-06-23 02:03:40] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.38 - - [2025-06-23 02:03:40] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.024218 10.0.0.38 - - [2025-06-23 02:03:40] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.38 - - [2025-06-23 02:03:40] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?fields=virtual_networks HTTP/1.1" 200 1047 0.066340 10.0.0.38 - - [2025-06-23 02:03:40] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000993 10.0.0.38 - - [2025-06-23 02:03:40] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.025917 10.0.0.38 - - [2025-06-23 02:03:40] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.38 - - [2025-06-23 02:03:40] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?fields=security_groups HTTP/1.1" 200 1275 0.022228 10.0.0.38 - - [2025-06-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.022956 10.0.0.38 - - [2025-06-23 02:03:41] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002207 10.0.0.38 - - [2025-06-23 02:03:41] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.38 - - [2025-06-23 02:03:41] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007717 10.0.0.38 - - [2025-06-23 02:03:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001391 10.0.0.38 - - [2025-06-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.002163 10.0.0.38 - - [2025-06-23 02:03:41] "POST /security-groups HTTP/1.1" 200 589 0.059593 10.0.0.38 - - [2025-06-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.002821 10.0.0.38 - - [2025-06-23 02:03:41] "POST /projects HTTP/1.1" 200 581 0.201062 10.0.0.38 - - [2025-06-23 02:03:41] "POST /access-control-lists HTTP/1.1" 200 594 0.057477 10.0.0.38 - - [2025-06-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.272424 10.0.0.38 - - [2025-06-23 02:03:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.003175 10.0.0.38 - - [2025-06-23 02:03:41] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.394441 10.0.0.38 - - [2025-06-23 02:03:41] "POST /access-control-lists HTTP/1.1" 200 592 0.064238 10.0.0.38 - - [2025-06-23 02:03:42] "GET / HTTP/1.1" 200 35931 0.003138 10.0.0.38 - - [2025-06-23 02:03:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000771 10.0.0.38 - - [2025-06-23 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.060272 10.0.0.38 - - [2025-06-23 02:03:43] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002207 10.0.0.38 - - [2025-06-23 02:03:43] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032143 10.0.0.38 - - [2025-06-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 117 0.034470 10.0.0.38 - - [2025-06-23 02:03:43] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.38 - - [2025-06-23 02:03:43] "POST /neutron/network HTTP/1.1" 200 613 0.073396 10.0.0.38 - - [2025-06-23 02:03:43] "POST /route-targets HTTP/1.1" 200 327 0.013264 10.0.0.38 - - [2025-06-23 02:03:43] "POST /ref-update HTTP/1.1" 200 156 0.014848 10.0.0.38 - - [2025-06-23 02:03:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006861 10.0.0.38 - - [2025-06-23 02:03:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.182603 10.0.0.38 - - [2025-06-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 831 0.013175 10.0.0.38 - - [2025-06-23 02:03:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001406 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005749 10.0.0.38 - - [2025-06-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 831 0.007177 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004876 10.0.0.38 - - [2025-06-23 02:03:44] "POST /neutron/network HTTP/1.1" 200 831 0.005287 10.0.0.38 - - [2025-06-23 02:03:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.007169 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domains HTTP/1.1" 401 292 0.000349 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domains HTTP/1.1" 200 280 0.032025 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.008674 10.0.0.38 - - [2025-06-23 02:03:44] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.38 - - [2025-06-23 02:03:44] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2091 0.068077 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d HTTP/1.1" 200 2315 0.005468 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d HTTP/1.1" 200 2315 0.004301 10.0.0.38 - - [2025-06-23 02:03:44] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 200 1492 0.003547 10.0.0.38 - - [2025-06-23 02:03:44] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 200 1492 0.002842 10.0.0.38 - - [2025-06-23 02:03:44] "GET /route-target/c2075b7b-ded0-45f3-9463-8b97ea5b8456 HTTP/1.1" 200 1213 0.002740 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d HTTP/1.1" 200 2315 0.004517 10.0.0.38 - - [2025-06-23 02:03:44] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 200 1492 0.003985 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007120 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d HTTP/1.1" 200 2315 0.006356 10.0.0.38 - - [2025-06-23 02:03:44] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 200 1492 0.004278 10.0.0.38 - - [2025-06-23 02:03:44] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 200 1492 0.004517 10.0.0.38 - - [2025-06-23 02:03:44] "GET /route-target/c2075b7b-ded0-45f3-9463-8b97ea5b8456 HTTP/1.1" 200 1213 0.003736 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.38 - - [2025-06-23 02:03:44] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.006586 10.0.0.38 - - [2025-06-23 02:03:44] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.38 - - [2025-06-23 02:03:44] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2091 0.066076 10.0.0.38 - - [2025-06-23 02:03:44] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d HTTP/1.1" 200 2315 0.005018 10.0.0.38 - - [2025-06-23 02:03:45] "GET /obj-perms HTTP/1.1" 200 5026 0.046400 10.0.0.38 - - [2025-06-23 02:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.38 - - [2025-06-23 02:03:45] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.38 - - [2025-06-23 02:03:45] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025902 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 117 0.009713 10.0.0.38 - - [2025-06-23 02:03:45] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 613 0.067466 10.0.0.38 - - [2025-06-23 02:03:45] "POST /route-targets HTTP/1.1" 200 327 0.015344 10.0.0.38 - - [2025-06-23 02:03:45] "POST /ref-update HTTP/1.1" 200 156 0.016432 10.0.0.38 - - [2025-06-23 02:03:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.181532 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 832 0.004850 10.0.0.38 - - [2025-06-23 02:03:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001504 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004831 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 832 0.005324 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004362 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/network HTTP/1.1" 200 832 0.011743 10.0.0.38 - - [2025-06-23 02:03:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.006547 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domains HTTP/1.1" 200 280 0.002500 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.006578 10.0.0.38 - - [2025-06-23 02:03:45] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.38 - - [2025-06-23 02:03:45] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2309 0.062561 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43 HTTP/1.1" 200 2319 0.006601 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43 HTTP/1.1" 200 2319 0.004390 10.0.0.38 - - [2025-06-23 02:03:45] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 200 1493 0.003405 10.0.0.38 - - [2025-06-23 02:03:45] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 200 1493 0.003520 10.0.0.38 - - [2025-06-23 02:03:45] "GET /route-target/1a152077-5457-4009-935d-2b1291410d00 HTTP/1.1" 200 1212 0.003487 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43 HTTP/1.1" 200 2319 0.005553 10.0.0.38 - - [2025-06-23 02:03:45] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 200 1493 0.003945 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006290 10.0.0.38 - - [2025-06-23 02:03:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43 HTTP/1.1" 200 2319 0.005381 10.0.0.38 - - [2025-06-23 02:03:45] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 200 1493 0.003326 10.0.0.38 - - [2025-06-23 02:03:45] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 200 1493 0.002957 10.0.0.38 - - [2025-06-23 02:03:45] "GET /route-target/1a152077-5457-4009-935d-2b1291410d00 HTTP/1.1" 200 1212 0.002781 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domains HTTP/1.1" 200 280 0.002527 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.38 - - [2025-06-23 02:03:45] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.006133 10.0.0.38 - - [2025-06-23 02:03:45] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.38 - - [2025-06-23 02:03:46] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2309 0.069039 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43 HTTP/1.1" 200 2319 0.004413 10.0.0.38 - - [2025-06-23 02:03:46] "GET /obj-perms HTTP/1.1" 200 5026 0.002416 10.0.0.38 - - [2025-06-23 02:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.38 - - [2025-06-23 02:03:46] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.38 - - [2025-06-23 02:03:46] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027742 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 117 0.009204 10.0.0.38 - - [2025-06-23 02:03:46] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 615 0.059814 10.0.0.38 - - [2025-06-23 02:03:46] "POST /ref-update HTTP/1.1" 200 156 0.009142 10.0.0.38 - - [2025-06-23 02:03:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.136422 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 836 0.008323 10.0.0.38 - - [2025-06-23 02:03:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.002606 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006049 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 836 0.005440 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005174 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/network HTTP/1.1" 200 836 0.005913 10.0.0.38 - - [2025-06-23 02:03:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.006473 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domains HTTP/1.1" 200 280 0.001925 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.006582 10.0.0.38 - - [2025-06-23 02:03:46] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000875 10.0.0.38 - - [2025-06-23 02:03:46] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2528 0.064119 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2 HTTP/1.1" 200 2331 0.005356 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2 HTTP/1.1" 200 2331 0.006019 10.0.0.38 - - [2025-06-23 02:03:46] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 200 1498 0.003414 10.0.0.38 - - [2025-06-23 02:03:46] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 200 1498 0.003712 10.0.0.38 - - [2025-06-23 02:03:46] "GET /route-target/2f3ed481-ba4e-4e6d-8d9e-fda3808a0353 HTTP/1.1" 200 1214 0.004128 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2 HTTP/1.1" 200 2331 0.005425 10.0.0.38 - - [2025-06-23 02:03:46] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 200 1498 0.003638 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004626 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2 HTTP/1.1" 200 2331 0.004359 10.0.0.38 - - [2025-06-23 02:03:46] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 200 1498 0.002774 10.0.0.38 - - [2025-06-23 02:03:46] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 200 1498 0.002679 10.0.0.38 - - [2025-06-23 02:03:46] "GET /route-target/2f3ed481-ba4e-4e6d-8d9e-fda3808a0353 HTTP/1.1" 200 1214 0.002464 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domains HTTP/1.1" 200 280 0.002519 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.38 - - [2025-06-23 02:03:46] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2760 0.006574 10.0.0.38 - - [2025-06-23 02:03:46] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.38 - - [2025-06-23 02:03:46] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2528 0.070020 10.0.0.38 - - [2025-06-23 02:03:46] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2 HTTP/1.1" 200 2331 0.006009 10.0.0.38 - - [2025-06-23 02:03:46] "GET /obj-perms HTTP/1.1" 200 5026 0.004297 10.0.0.38 - - [2025-06-23 02:03:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001488 10.0.0.38 - - [2025-06-23 02:03:47] "POST /neutron/network HTTP/1.1" 200 842 0.006200 10.0.0.38 - - [2025-06-23 02:03:47] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.38 - - [2025-06-23 02:03:47] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.38 - - [2025-06-23 02:03:47] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.38 - - [2025-06-23 02:03:47] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.38 - - [2025-06-23 02:03:47] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047712 10.0.0.38 - - [2025-06-23 02:03:47] "POST /neutron/network HTTP/1.1" 200 832 0.005700 10.0.0.38 - - [2025-06-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.004686 10.0.0.38 - - [2025-06-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.010047 10.0.0.38 - - [2025-06-23 02:03:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.38 - - [2025-06-23 02:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.005121 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/network HTTP/1.1" 200 846 0.007579 10.0.0.38 - - [2025-06-23 02:03:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000378 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/network HTTP/1.1" 200 842 0.005561 10.0.0.38 - - [2025-06-23 02:03:48] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001654 10.0.0.38 - - [2025-06-23 02:03:48] "GET / HTTP/1.1" 200 35931 0.003059 10.0.0.38 - - [2025-06-23 02:03:48] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000767 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1058 0.243498 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1058 0.008455 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1058 0.007549 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1112 0.059049 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1086 0.016012 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005452 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.010177 10.0.0.38 - - [2025-06-23 02:03:48] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 117 0.000942 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/network HTTP/1.1" 200 832 0.005924 10.0.0.38 - - [2025-06-23 02:03:48] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054013 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/network HTTP/1.1" 200 836 0.005148 10.0.0.38 - - [2025-06-23 02:03:48] "POST /neutron/port HTTP/1.1" 200 1086 0.019680 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008284 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.009452 10.0.0.38 - - [2025-06-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003687 10.0.0.38 - - [2025-06-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.38 - - [2025-06-23 02:03:49] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.38 - - [2025-06-23 02:03:49] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010842 10.0.0.38 - - [2025-06-23 02:03:49] "POST /service-templates HTTP/1.1" 200 543 0.043470 10.0.0.38 - - [2025-06-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.38 - - [2025-06-23 02:03:49] "GET /service-template/2f7d14c9-e844-43ff-aa38-22afabbfe338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005915 10.0.0.38 - - [2025-06-23 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.012939 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/network HTTP/1.1" 200 846 0.009529 10.0.0.38 - - [2025-06-23 02:03:49] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002029 10.0.0.38 - - [2025-06-23 02:03:49] "GET /service-template/2f7d14c9-e844-43ff-aa38-22afabbfe338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003469 10.0.0.38 - - [2025-06-23 02:03:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001617 10.0.0.38 - - [2025-06-23 02:03:49] "POST /id-to-fqname HTTP/1.1" 200 223 0.001343 10.0.0.38 - - [2025-06-23 02:03:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001309 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1060 0.245785 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1060 0.009427 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1060 0.010820 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1114 0.087651 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 2058 0.040474 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008261 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 1088 0.017614 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002886 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.015928 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.38 - - [2025-06-23 02:03:49] "POST /neutron/network HTTP/1.1" 200 836 0.007012 10.0.0.38 - - [2025-06-23 02:03:50] "POST /neutron/network HTTP/1.1" 200 2224 0.012848 10.0.0.38 - - [2025-06-23 02:03:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.38 - - [2025-06-23 02:03:50] "GET / HTTP/1.1" 200 35931 0.001670 10.0.0.38 - - [2025-06-23 02:03:50] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000362 10.0.0.38 - - [2025-06-23 02:03:51] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002107 10.0.0.38 - - [2025-06-23 02:03:51] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060809 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/network HTTP/1.1" 200 831 0.009129 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/network HTTP/1.1" 200 832 0.006313 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/network HTTP/1.1" 200 836 0.005097 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/port HTTP/1.1" 200 2058 0.019693 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005286 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.004475 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/port HTTP/1.1" 200 117 0.004791 10.0.0.38 - - [2025-06-23 02:03:51] "POST /neutron/network HTTP/1.1" 200 2224 0.011925 10.0.0.38 - - [2025-06-23 02:03:51] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1057 0.274914 10.0.0.38 - - [2025-06-23 02:03:52] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1058 0.186181 10.0.0.38 - - [2025-06-23 02:03:52] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1060 0.187063 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1057 0.008864 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1057 0.010317 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1111 0.057834 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1058 0.008486 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1058 0.007816 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1112 0.070178 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009019 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1060 0.009670 10.0.0.38 - - [2025-06-23 02:03:52] "POST /neutron/port HTTP/1.1" 200 1114 0.072077 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/port HTTP/1.1" 200 3026 0.018590 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002784 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.009188 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/network HTTP/1.1" 200 831 0.005750 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002691 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.009721 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/network HTTP/1.1" 200 832 0.005511 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.009628 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.38 - - [2025-06-23 02:03:53] "POST /neutron/network HTTP/1.1" 200 836 0.004980 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/port HTTP/1.1" 200 3026 0.020797 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008554 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/port HTTP/1.1" 200 3026 0.026225 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006355 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/port HTTP/1.1" 200 3026 0.029158 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007422 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/port HTTP/1.1" 200 3026 0.032404 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007713 10.0.0.38 - - [2025-06-23 02:03:56] "POST /neutron/port HTTP/1.1" 200 3026 0.024799 10.0.0.38 - - [2025-06-23 02:03:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006683 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-machine/f67257ad-8c67-4249-b29d-a08ec60d1e25 HTTP/1.1" 200 1803 0.004439 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec HTTP/1.1" 200 2946 0.004453 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d HTTP/1.1" 200 2950 0.004562 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816 HTTP/1.1" 200 2947 0.004277 10.0.0.38 - - [2025-06-23 02:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.38 - - [2025-06-23 02:03:57] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002931 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003053 10.0.0.38 - - [2025-06-23 02:03:57] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005374 10.0.0.38 - - [2025-06-23 02:03:57] "POST /neutron/port HTTP/1.1" 200 1086 0.016784 10.0.0.38 - - [2025-06-23 02:03:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004864 10.0.0.38 - - [2025-06-23 02:03:58] "POST /neutron/port HTTP/1.1" 200 1088 0.015430 10.0.0.38 - - [2025-06-23 02:03:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004726 10.0.0.38 - - [2025-06-23 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.38 - - [2025-06-23 02:04:00] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004441 10.0.0.38 - - [2025-06-23 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.38 - - [2025-06-23 02:04:04] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005049 10.0.0.38 - - [2025-06-23 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.38 - - [2025-06-23 02:04:08] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004722 10.0.0.38 - - [2025-06-23 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.38 - - [2025-06-23 02:04:12] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005275 10.0.0.38 - - [2025-06-23 02:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.38 - - [2025-06-23 02:04:14] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002978 10.0.0.38 - - [2025-06-23 02:04:14] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003340 10.0.0.38 - - [2025-06-23 02:04:14] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006591 10.0.0.38 - - [2025-06-23 02:04:15] "POST /neutron/port HTTP/1.1" 200 3026 0.021105 10.0.0.38 - - [2025-06-23 02:04:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006637 10.0.0.38 - - [2025-06-23 02:04:20] "POST /neutron/port HTTP/1.1" 200 3026 0.020274 10.0.0.38 - - [2025-06-23 02:04:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007194 10.0.0.38 - - [2025-06-23 02:04:24] "POST /neutron/port HTTP/1.1" 200 3026 0.022818 10.0.0.38 - - [2025-06-23 02:04:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008889 10.0.0.38 - - [2025-06-23 02:04:25] "POST /neutron/port HTTP/1.1" 200 3026 0.023446 10.0.0.38 - - [2025-06-23 02:04:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005060 10.0.0.38 - - [2025-06-23 02:04:30] "POST /neutron/port HTTP/1.1" 200 3026 0.023439 10.0.0.38 - - [2025-06-23 02:04:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006149 10.0.0.38 - - [2025-06-23 02:04:32] "DELETE /project/c0e913f1f2374c82ad8e1bff198c2581 HTTP/1.1" 404 173 0.007682 10.0.0.38 - - [2025-06-23 02:04:32] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001399 10.0.0.38 - - [2025-06-23 02:04:32] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.025341 10.0.0.38 - - [2025-06-23 02:04:32] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.38 - - [2025-06-23 02:04:32] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?fields=security_groups HTTP/1.1" 200 1380 0.067446 10.0.0.38 - - [2025-06-23 02:04:32] "DELETE /security-group/23bf7425-5cf2-484f-91e4-949915b6d39b HTTP/1.1" 200 115 0.043450 10.0.0.38 - - [2025-06-23 02:04:32] "GET /projects?obj_uuids=cb7b4af4-4f00-4029-9602-7c9628cec524&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.38 - - [2025-06-23 02:04:32] "DELETE /access-control-list/5d77bdb1-4bb2-4f6c-9800-adad865fa806 HTTP/1.1" 200 115 0.033368 10.0.0.38 - - [2025-06-23 02:04:32] "GET /project/cb7b4af4-4f00-4029-9602-7c9628cec524?fields=application_policy_sets HTTP/1.1" 200 1419 0.033489 10.0.0.38 - - [2025-06-23 02:04:32] "DELETE /access-control-list/2f1897d4-c5ae-42af-be08-ec93d15e2b41 HTTP/1.1" 200 115 0.031895 10.0.0.38 - - [2025-06-23 02:04:32] "DELETE /project/cb7b4af4-4f00-4029-9602-7c9628cec524 HTTP/1.1" 200 115 0.335905 10.0.0.38 - - [2025-06-23 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.38 - - [2025-06-23 02:04:35] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002982 10.0.0.38 - - [2025-06-23 02:04:35] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003544 10.0.0.38 - - [2025-06-23 02:04:35] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005102 10.0.0.38 - - [2025-06-23 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.38 - - [2025-06-23 02:04:36] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003244 10.0.0.38 - - [2025-06-23 02:04:36] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002694 10.0.0.38 - - [2025-06-23 02:04:36] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006952 10.0.0.38 - - [2025-06-23 02:04:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.002878 10.0.0.38 - - [2025-06-23 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002293 10.0.0.38 - - [2025-06-23 02:04:36] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001327 10.0.0.38 - - [2025-06-23 02:04:36] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027468 10.0.0.38 - - [2025-06-23 02:04:36] "POST /service-instances HTTP/1.1" 200 543 0.063904 10.0.0.38 - - [2025-06-23 02:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.38 - - [2025-06-23 02:04:36] "GET /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005755 10.0.0.38 - - [2025-06-23 02:04:36] "POST /port-tuples HTTP/1.1" 200 586 0.024024 10.0.0.38 - - [2025-06-23 02:04:36] "GET /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005579 10.0.0.38 - - [2025-06-23 02:04:36] "PUT /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec HTTP/1.1" 200 284 0.011044 10.0.0.38 - - [2025-06-23 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.010388 10.0.0.38 - - [2025-06-23 02:04:36] "POST /instance-ips HTTP/1.1" 200 385 0.022882 10.0.0.38 - - [2025-06-23 02:04:36] "POST /ref-update HTTP/1.1" 200 156 0.009702 10.0.0.38 - - [2025-06-23 02:04:36] "GET /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007101 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.010931 10.0.0.38 - - [2025-06-23 02:04:37] "PUT /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816 HTTP/1.1" 200 284 0.011984 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002577 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008030 10.0.0.38 - - [2025-06-23 02:04:37] "GET /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.006428 10.0.0.38 - - [2025-06-23 02:04:37] "POST /instance-ips HTTP/1.1" 200 385 0.028396 10.0.0.38 - - [2025-06-23 02:04:37] "PUT /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d HTTP/1.1" 200 284 0.009522 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008897 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002844 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014273 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005453 10.0.0.38 - - [2025-06-23 02:04:37] "POST /instance-ips HTTP/1.1" 200 373 0.014350 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/port HTTP/1.1" 200 1086 0.016346 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008816 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007192 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.009013 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/port HTTP/1.1" 200 1086 0.020732 10.0.0.38 - - [2025-06-23 02:04:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005965 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002945 10.0.0.38 - - [2025-06-23 02:04:37] "GET /virtual-machine/b5f157bf-91ec-44f7-a4a3-4e32e5213bc6 HTTP/1.1" 200 1291 0.004159 10.0.0.38 - - [2025-06-23 02:04:37] "GET /virtual-machine-interface/3799c21c-d4a0-4a53-ab65-3d4d505a93aa HTTP/1.1" 200 2946 0.004515 10.0.0.38 - - [2025-06-23 02:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.38 - - [2025-06-23 02:04:37] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004193 10.0.0.38 - - [2025-06-23 02:04:37] "POST /instance-ips HTTP/1.1" 200 373 0.013703 10.0.0.38 - - [2025-06-23 02:04:37] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002969 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.38 - - [2025-06-23 02:04:37] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005571 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003495 10.0.0.38 - - [2025-06-23 02:04:37] "GET /obj-perms HTTP/1.1" 200 5056 0.042249 10.0.0.38 - - [2025-06-23 02:04:37] "POST /instance-ips HTTP/1.1" 200 375 0.013760 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-update HTTP/1.1" 200 156 0.008470 10.0.0.38 - - [2025-06-23 02:04:37] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002983 10.0.0.38 - - [2025-06-23 02:04:38] "POST /instance-ips HTTP/1.1" 200 375 0.014053 10.0.0.38 - - [2025-06-23 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.038439 10.0.0.38 - - [2025-06-23 02:04:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061056 10.0.0.38 - - [2025-06-23 02:04:38] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.38 - - [2025-06-23 02:04:38] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002765 10.0.0.38 - - [2025-06-23 02:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.38 - - [2025-06-23 02:04:38] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002855 10.0.0.38 - - [2025-06-23 02:04:38] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002888 10.0.0.38 - - [2025-06-23 02:04:38] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005158 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/port HTTP/1.1" 200 1088 0.014251 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005239 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/port HTTP/1.1" 200 1088 0.016511 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005683 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/port HTTP/1.1" 200 1088 0.014849 10.0.0.38 - - [2025-06-23 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005399 10.0.0.38 - - [2025-06-23 02:04:39] "GET /virtual-machine/0f59275f-3bac-4614-9f39-023e014b21b8 HTTP/1.1" 200 1290 0.004580 10.0.0.38 - - [2025-06-23 02:04:39] "GET /virtual-machine-interface/6e359882-e152-4710-85e0-b7bfec2db0c1 HTTP/1.1" 200 2948 0.004294 10.0.0.38 - - [2025-06-23 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.38 - - [2025-06-23 02:04:39] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002667 10.0.0.38 - - [2025-06-23 02:04:39] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002699 10.0.0.38 - - [2025-06-23 02:04:39] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004931 10.0.0.38 - - [2025-06-23 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.38 - - [2025-06-23 02:04:40] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003566 10.0.0.38 - - [2025-06-23 02:04:40] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003741 10.0.0.38 - - [2025-06-23 02:04:40] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005434 10.0.0.38 - - [2025-06-23 02:04:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.006836 10.0.0.38 - - [2025-06-23 02:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.38 - - [2025-06-23 02:04:40] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.38 - - [2025-06-23 02:04:40] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027483 10.0.0.38 - - [2025-06-23 02:04:41] "POST /network-policys HTTP/1.1" 200 547 0.016591 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004846 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2025-06-23 02:04:41] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005459 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003464 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.003968 10.0.0.38 - - [2025-06-23 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.037101 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.38 - - [2025-06-23 02:04:41] "POST /access-control-lists HTTP/1.1" 200 601 0.067636 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004266 10.0.0.38 - - [2025-06-23 02:04:41] "POST /neutron/network HTTP/1.1" 200 920 0.007501 10.0.0.38 - - [2025-06-23 02:04:41] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005247 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004861 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.38 - - [2025-06-23 02:04:41] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005421 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003912 10.0.0.38 - - [2025-06-23 02:04:41] "POST /ref-update HTTP/1.1" 200 156 0.038547 10.0.0.38 - - [2025-06-23 02:04:41] "PUT /access-control-list/69d41dd4-0866-4d21-b5b2-58288f2e0ade HTTP/1.1" 200 272 0.016129 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 404 244 0.006023 10.0.0.38 - - [2025-06-23 02:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.38 - - [2025-06-23 02:04:41] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.028540 10.0.0.38 - - [2025-06-23 02:04:41] "POST /access-control-lists HTTP/1.1" 200 604 0.066126 10.0.0.38 - - [2025-06-23 02:04:42] "POST /neutron/network HTTP/1.1" 200 924 0.008749 10.0.0.38 - - [2025-06-23 02:04:42] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005948 10.0.0.38 - - [2025-06-23 02:04:42] "POST /routing-instances HTTP/1.1" 200 759 0.029055 10.0.0.38 - - [2025-06-23 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.38 - - [2025-06-23 02:04:42] "POST /route-targets HTTP/1.1" 200 327 0.009508 10.0.0.38 - - [2025-06-23 02:04:42] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003331 10.0.0.38 - - [2025-06-23 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.38 - - [2025-06-23 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.38 - - [2025-06-23 02:04:42] "GET /routing-instance/97cb9a9b-36d1-489e-b5e1-32a69c92c3fa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.006801 10.0.0.38 - - [2025-06-23 02:04:42] "GET /service-template/2f7d14c9-e844-43ff-aa38-22afabbfe338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004931 10.0.0.38 - - [2025-06-23 02:04:42] "GET /routing-instance/97cb9a9b-36d1-489e-b5e1-32a69c92c3fa?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004435 10.0.0.38 - - [2025-06-23 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.38 - - [2025-06-23 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.010321 10.0.0.38 - - [2025-06-23 02:04:42] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.38 - - [2025-06-23 02:04:42] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026314 10.0.0.38 - - [2025-06-23 02:04:42] "POST /routing-instances HTTP/1.1" 200 760 0.020460 10.0.0.38 - - [2025-06-23 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.38 - - [2025-06-23 02:04:42] "POST /route-targets HTTP/1.1" 200 327 0.009364 10.0.0.38 - - [2025-06-23 02:04:42] "GET /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005052 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domains HTTP/1.1" 200 280 0.003297 10.0.0.38 - - [2025-06-23 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.019765 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003662 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2772 0.014765 10.0.0.38 - - [2025-06-23 02:04:42] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001447 10.0.0.38 - - [2025-06-23 02:04:42] "GET /routing-instance/f56bb5e4-f697-44fb-af6c-1041e0ef3d02?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.005676 10.0.0.38 - - [2025-06-23 02:04:42] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 4244 0.074543 10.0.0.38 - - [2025-06-23 02:04:42] "GET /routing-instance/f56bb5e4-f697-44fb-af6c-1041e0ef3d02?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.004681 10.0.0.38 - - [2025-06-23 02:04:42] "GET /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63 HTTP/1.1" 200 3783 0.006211 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domains HTTP/1.1" 200 280 0.004396 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.38 - - [2025-06-23 02:04:42] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2772 0.007907 10.0.0.38 - - [2025-06-23 02:04:42] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.38 - - [2025-06-23 02:04:42] "PUT /routing-instance/97cb9a9b-36d1-489e-b5e1-32a69c92c3fa HTTP/1.1" 200 266 0.010540 10.0.0.38 - - [2025-06-23 02:04:42] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 4244 0.079705 10.0.0.38 - - [2025-06-23 02:04:42] "PUT /routing-instance/f56bb5e4-f697-44fb-af6c-1041e0ef3d02 HTTP/1.1" 200 266 0.020113 10.0.0.38 - - [2025-06-23 02:04:42] "GET /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63 HTTP/1.1" 200 3783 0.009297 10.0.0.38 - - [2025-06-23 02:04:42] "GET /port-tuple/0b3e3020-48e7-4652-b324-644e27771157 HTTP/1.1" 200 1978 0.003549 10.0.0.38 - - [2025-06-23 02:04:42] "GET /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec HTTP/1.1" 200 3816 0.005147 10.0.0.38 - - [2025-06-23 02:04:42] "GET /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d HTTP/1.1" 200 3805 0.005554 10.0.0.38 - - [2025-06-23 02:04:42] "GET /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816 HTTP/1.1" 200 3799 0.004864 10.0.0.38 - - [2025-06-23 02:04:42] "POST /ref-update HTTP/1.1" 200 156 0.010085 10.0.0.38 - - [2025-06-23 02:04:42] "PUT /access-control-list/4b98d74f-75e1-4953-80bb-c2e40f889abf HTTP/1.1" 200 272 0.012147 10.0.0.38 - - [2025-06-23 02:04:42] "POST /neutron/port HTTP/1.1" 200 3833 0.052200 10.0.0.38 - - [2025-06-23 02:04:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007616 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.037058 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007740 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.038424 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006916 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.036183 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006420 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 894 0.012872 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 920 0.006337 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 805 0.014305 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 831 0.006643 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 898 0.013123 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/network HTTP/1.1" 200 924 0.004606 10.0.0.38 - - [2025-06-23 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001696 10.0.0.38 - - [2025-06-23 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.001059 10.0.0.38 - - [2025-06-23 02:04:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.002486 10.0.0.38 - - [2025-06-23 02:04:43] "GET /virtual-machine/f67257ad-8c67-4249-b29d-a08ec60d1e25 HTTP/1.1" 200 1803 0.004381 10.0.0.38 - - [2025-06-23 02:04:43] "GET /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec HTTP/1.1" 200 3816 0.005805 10.0.0.38 - - [2025-06-23 02:04:43] "GET /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d HTTP/1.1" 200 3805 0.006161 10.0.0.38 - - [2025-06-23 02:04:43] "GET /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816 HTTP/1.1" 200 3799 0.007188 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/c2d480b1-f388-419f-887e-ae9a7aafefcb HTTP/1.1" 200 1980 0.003499 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/c967108f-9a85-4549-ae72-2416a5a1ce12 HTTP/1.1" 200 1621 0.006445 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/d32030bb-dafc-440e-8587-de3c5911bdd4 HTTP/1.1" 200 1978 0.005726 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/634316a6-b5b0-4c7b-b27b-262c905350b5 HTTP/1.1" 200 1624 0.005301 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/bbdeb2d8-3c38-4767-9be5-0e30417f434c HTTP/1.1" 200 1961 0.003636 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/cd7cdde0-df2b-4fbf-a371-4aafb6c402f7 HTTP/1.1" 200 1959 0.005873 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/217fa009-7bb0-4896-973a-97fef9b6d379 HTTP/1.1" 200 1954 0.004072 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/afae5769-75a5-4a6d-84ef-5d78691666a1 HTTP/1.1" 200 1621 0.006091 10.0.0.38 - - [2025-06-23 02:04:43] "GET /instance-ip/ce322772-b7d1-4b44-ba22-d64f014694e5 HTTP/1.1" 200 1957 0.004352 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.039703 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008911 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.039082 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007061 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/port HTTP/1.1" 200 3833 0.033226 10.0.0.38 - - [2025-06-23 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006553 10.0.0.38 - - [2025-06-23 02:04:44] "POST /neutron/port HTTP/1.1" 200 3833 0.032203 10.0.0.38 - - [2025-06-23 02:04:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005232 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-machine/f67257ad-8c67-4249-b29d-a08ec60d1e25 HTTP/1.1" 200 1803 0.003017 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-machine-interface/2e01fcfc-6944-4657-a2a9-ad1a0acbe7ec HTTP/1.1" 200 3816 0.005156 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-machine-interface/ac6e42cc-8a79-4a0b-adc1-58ac1dab601d HTTP/1.1" 200 3805 0.004903 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-machine-interface/b6451be6-77a4-45fe-b689-8a112896a816 HTTP/1.1" 200 3799 0.005306 10.0.0.38 - - [2025-06-23 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.38 - - [2025-06-23 02:04:44] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003215 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003090 10.0.0.38 - - [2025-06-23 02:04:44] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005919 10.0.0.38 - - [2025-06-23 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.38 - - [2025-06-23 02:04:45] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002661 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002887 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004989 10.0.0.38 - - [2025-06-23 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.38 - - [2025-06-23 02:04:45] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003424 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003031 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005256 10.0.0.38 - - [2025-06-23 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.38 - - [2025-06-23 02:04:45] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004009 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003635 10.0.0.38 - - [2025-06-23 02:04:45] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005039 10.0.0.38 - - [2025-06-23 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.38 - - [2025-06-23 02:04:46] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003203 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002800 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004887 10.0.0.38 - - [2025-06-23 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.38 - - [2025-06-23 02:04:46] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003677 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003632 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005593 10.0.0.38 - - [2025-06-23 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.38 - - [2025-06-23 02:04:46] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003225 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002780 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005301 10.0.0.38 - - [2025-06-23 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.38 - - [2025-06-23 02:04:46] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004030 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003254 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005179 10.0.0.38 - - [2025-06-23 02:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.38 - - [2025-06-23 02:04:46] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003812 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003101 10.0.0.38 - - [2025-06-23 02:04:46] "GET /virtual-network/93551571-ea7c-497a-835f-cdd0acca9a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005955 10.0.0.38 - - [2025-06-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.38 - - [2025-06-23 02:04:47] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003214 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002976 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006904 10.0.0.38 - - [2025-06-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.38 - - [2025-06-23 02:04:47] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003457 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003130 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005017 10.0.0.38 - - [2025-06-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.38 - - [2025-06-23 02:04:47] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003536 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002800 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005966 10.0.0.38 - - [2025-06-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.38 - - [2025-06-23 02:04:47] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003514 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-networks?parent_id=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003178 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006156 10.0.0.38 - - [2025-06-23 02:04:47] "GET /virtual-machine/f67257ad-8c67-4249-b29d-a08ec60d1e25 HTTP/1.1" 200 1803 0.004878 10.0.0.38 - - [2025-06-23 02:04:47] "GET /domains HTTP/1.1" 200 280 0.003070 10.0.0.38 - - [2025-06-23 02:04:47] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.38 - - [2025-06-23 02:04:47] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2772 0.007928 10.0.0.38 - - [2025-06-23 02:04:47] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.38 - - [2025-06-23 02:04:47] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 4244 0.092493 10.0.0.38 - - [2025-06-23 02:04:47] "GET /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63 HTTP/1.1" 200 3783 0.006967 10.0.0.38 - - [2025-06-23 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.38 - - [2025-06-23 02:04:47] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003096 10.0.0.38 - - [2025-06-23 02:04:48] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.006211 10.0.0.38 - - [2025-06-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.38 - - [2025-06-23 02:04:48] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003758 10.0.0.38 - - [2025-06-23 02:04:48] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006703 10.0.0.38 - - [2025-06-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.38 - - [2025-06-23 02:04:48] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008295 10.0.0.38 - - [2025-06-23 02:04:48] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?fields=routing_instances HTTP/1.1" 200 1684 0.011063 10.0.0.38 - - [2025-06-23 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.38 - - [2025-06-23 02:04:48] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006876 10.0.0.38 - - [2025-06-23 02:04:48] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?fields=routing_instances HTTP/1.1" 200 1689 0.008041 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/port HTTP/1.1" 200 1086 0.014679 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/port HTTP/1.1" 200 1086 0.014392 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 930 0.004678 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002867 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.009558 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 920 0.005375 10.0.0.38 - - [2025-06-23 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.031902 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /access-control-list/4b98d74f-75e1-4953-80bb-c2e40f889abf HTTP/1.1" 200 115 0.030074 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 836 0.010520 10.0.0.38 - - [2025-06-23 02:04:52] "GET /virtual-network/a9c71bd1-feaf-47cb-9f10-9a66b3f42fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004575 10.0.0.38 - - [2025-06-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /routing-instance/97cb9a9b-36d1-489e-b5e1-32a69c92c3fa HTTP/1.1" 200 115 0.026544 10.0.0.38 - - [2025-06-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.38 - - [2025-06-23 02:04:52] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003160 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /route-target/2ef96cba-1f51-4190-a38b-0f18d5587550 HTTP/1.1" 200 115 0.015339 10.0.0.38 - - [2025-06-23 02:04:52] "POST /ref-update HTTP/1.1" 200 156 0.027086 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /routing-instance/f56bb5e4-f697-44fb-af6c-1041e0ef3d02 HTTP/1.1" 200 115 0.046466 10.0.0.38 - - [2025-06-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.38 - - [2025-06-23 02:04:52] "POST /neutron/network HTTP/1.1" 200 832 0.006456 10.0.0.38 - - [2025-06-23 02:04:52] "GET /virtual-network/b82f37f3-dac1-43f2-ac81-3658467bad43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004552 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /route-target/d1f578c7-39c7-4b6d-9862-d9af8c18ac90 HTTP/1.1" 200 115 0.012924 10.0.0.38 - - [2025-06-23 02:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.38 - - [2025-06-23 02:04:52] "DELETE /access-control-list/69d41dd4-0866-4d21-b5b2-58288f2e0ade HTTP/1.1" 200 115 0.021785 10.0.0.38 - - [2025-06-23 02:04:52] "GET /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003419 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /network-policy/aa47063a-4a0d-436a-b456-2bafaedb598b HTTP/1.1" 200 115 0.019834 10.0.0.38 - - [2025-06-23 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002155 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /service-instance/4dae5c21-9408-47fb-8c0c-cbc8acbd4b63 HTTP/1.1" 200 115 0.044231 10.0.0.38 - - [2025-06-23 02:04:53] "GET /domains HTTP/1.1" 200 280 0.002693 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.013776 10.0.0.38 - - [2025-06-23 02:04:53] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.38 - - [2025-06-23 02:04:53] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2772 0.008329 10.0.0.38 - - [2025-06-23 02:04:53] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001328 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/217fa009-7bb0-4896-973a-97fef9b6d379 HTTP/1.1" 200 115 0.027634 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.007838 10.0.0.38 - - [2025-06-23 02:04:53] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 3770 0.069464 10.0.0.38 - - [2025-06-23 02:04:53] "GET /virtual-machine/f67257ad-8c67-4249-b29d-a08ec60d1e25 HTTP/1.1" 200 1803 0.003192 10.0.0.38 - - [2025-06-23 02:04:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002082 10.0.0.38 - - [2025-06-23 02:04:53] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001962 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/ce322772-b7d1-4b44-ba22-d64f014694e5 HTTP/1.1" 200 115 0.024736 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010986 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/bbdeb2d8-3c38-4767-9be5-0e30417f434c HTTP/1.1" 200 115 0.019841 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010757 10.0.0.38 - - [2025-06-23 02:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /service-template/2f7d14c9-e844-43ff-aa38-22afabbfe338 HTTP/1.1" 200 115 0.028641 10.0.0.38 - - [2025-06-23 02:04:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003259 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/d32030bb-dafc-440e-8587-de3c5911bdd4 HTTP/1.1" 200 115 0.038774 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.011193 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/cd7cdde0-df2b-4fbf-a371-4aafb6c402f7 HTTP/1.1" 200 115 0.018612 10.0.0.38 - - [2025-06-23 02:04:53] "POST /ref-update HTTP/1.1" 200 156 0.010121 10.0.0.38 - - [2025-06-23 02:04:53] "DELETE /instance-ip/c2d480b1-f388-419f-887e-ae9a7aafefcb HTTP/1.1" 200 115 0.030374 10.0.0.38 - - [2025-06-23 02:04:53] "POST /neutron/network HTTP/1.1" 200 836 0.008378 10.0.0.38 - - [2025-06-23 02:04:53] "POST /neutron/network HTTP/1.1" 400 204 0.010941 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1088 0.015744 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1114 0.009365 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1086 0.015361 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1112 0.009339 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.114826 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.101454 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 3026 0.022724 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1112 0.010300 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.099185 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1111 0.008352 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.086718 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 1114 0.008888 10.0.0.38 - - [2025-06-23 02:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.099938 10.0.0.38 - - [2025-06-23 02:04:55] "POST /neutron/network HTTP/1.1" 200 836 0.005692 10.0.0.38 - - [2025-06-23 02:04:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.38 - - [2025-06-23 02:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2025-06-23 02:04:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001584 10.0.0.38 - - [2025-06-23 02:04:55] "POST /neutron/network HTTP/1.1" 200 151 0.075131 10.0.0.38 - - [2025-06-23 02:04:55] "GET /routing-instance/c8dcb042-433f-47ad-af01-1b9858e7a22a HTTP/1.1" 404 171 0.004248 10.0.0.38 - - [2025-06-23 02:04:55] "DELETE /route-target/2f3ed481-ba4e-4e6d-8d9e-fda3808a0353 HTTP/1.1" 200 115 0.016818 10.0.0.38 - - [2025-06-23 02:04:55] "GET /domains HTTP/1.1" 200 280 0.002089 10.0.0.38 - - [2025-06-23 02:04:55] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.38 - - [2025-06-23 02:04:55] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2572 0.050041 10.0.0.38 - - [2025-06-23 02:04:55] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.38 - - [2025-06-23 02:04:55] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2309 0.075279 10.0.0.38 - - [2025-06-23 02:04:55] "POST /neutron/network HTTP/1.1" 200 832 0.005316 10.0.0.38 - - [2025-06-23 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004983 10.0.0.38 - - [2025-06-23 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001885 10.0.0.38 - - [2025-06-23 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002641 10.0.0.38 - - [2025-06-23 02:04:56] "POST /neutron/network HTTP/1.1" 200 151 0.079198 10.0.0.38 - - [2025-06-23 02:04:56] "DELETE /route-target/1a152077-5457-4009-935d-2b1291410d00 HTTP/1.1" 200 115 0.017324 10.0.0.38 - - [2025-06-23 02:04:56] "GET /routing-instance/7cc70d51-efb8-44bd-a80b-2e2931dd8635 HTTP/1.1" 404 171 0.002263 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domains HTTP/1.1" 200 280 0.002249 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000860 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2572 0.048231 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001373 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 2091 0.062702 10.0.0.38 - - [2025-06-23 02:04:56] "POST /neutron/network HTTP/1.1" 200 831 0.005702 10.0.0.38 - - [2025-06-23 02:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.38 - - [2025-06-23 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.38 - - [2025-06-23 02:04:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.38 - - [2025-06-23 02:04:56] "POST /neutron/network HTTP/1.1" 200 151 0.090750 10.0.0.38 - - [2025-06-23 02:04:56] "DELETE /route-target/c2075b7b-ded0-45f3-9463-8b97ea5b8456 HTTP/1.1" 200 115 0.019484 10.0.0.38 - - [2025-06-23 02:04:56] "GET /routing-instance/04f23e30-35e8-4276-acaf-84ca604c660f HTTP/1.1" 404 171 0.002088 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domains HTTP/1.1" 200 280 0.002112 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.38 - - [2025-06-23 02:04:56] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2572 0.053581 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002210 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 1851 0.069233 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024741 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?fields=virtual_networks HTTP/1.1" 200 1039 0.065461 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.025511 10.0.0.38 - - [2025-06-23 02:04:56] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.38 - - [2025-06-23 02:04:56] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?fields=security_groups HTTP/1.1" 200 1263 0.025745 10.0.0.38 - - [2025-06-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.022455 10.0.0.38 - - [2025-06-23 02:04:57] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002305 10.0.0.38 - - [2025-06-23 02:04:57] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.38 - - [2025-06-23 02:04:57] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008071 10.0.0.38 - - [2025-06-23 02:04:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.001189 10.0.0.38 - - [2025-06-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.002183 10.0.0.38 - - [2025-06-23 02:04:57] "POST /security-groups HTTP/1.1" 200 592 0.080583 10.0.0.38 - - [2025-06-23 02:04:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.002498 10.0.0.38 - - [2025-06-23 02:04:58] "POST /projects HTTP/1.1" 200 587 0.224522 10.0.0.38 - - [2025-06-23 02:04:58] "POST /access-control-lists HTTP/1.1" 200 597 0.057606 10.0.0.38 - - [2025-06-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.290728 10.0.0.38 - - [2025-06-23 02:04:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.002608 10.0.0.38 - - [2025-06-23 02:04:58] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.409399 10.0.0.38 - - [2025-06-23 02:04:58] "POST /access-control-lists HTTP/1.1" 200 595 0.060072 10.0.0.38 - - [2025-06-23 02:04:59] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.38 - - [2025-06-23 02:05:00] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.38 - - [2025-06-23 02:05:00] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.38 - - [2025-06-23 02:05:00] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045748 10.0.0.38 - - [2025-06-23 02:05:00] "POST /fqname-to-id HTTP/1.1" 404 180 0.002078 10.0.0.38 - - [2025-06-23 02:05:00] "POST /virtual-DNSs HTTP/1.1" 200 507 0.018434 10.0.0.38 - - [2025-06-23 02:05:00] "GET /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004231 10.0.0.38 - - [2025-06-23 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.38 - - [2025-06-23 02:05:00] "GET /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004222 10.0.0.38 - - [2025-06-23 02:05:00] "GET /domains HTTP/1.1" 401 292 0.000417 10.0.0.38 - - [2025-06-23 02:05:01] "GET /domains HTTP/1.1" 200 280 0.021981 10.0.0.38 - - [2025-06-23 02:05:01] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.38 - - [2025-06-23 02:05:01] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2959 0.007607 10.0.0.38 - - [2025-06-23 02:05:01] "GET /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80 HTTP/1.1" 200 1438 0.003197 10.0.0.38 - - [2025-06-23 02:05:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001871 10.0.0.38 - - [2025-06-23 02:05:01] "POST /network-ipams HTTP/1.1" 200 514 0.015878 10.0.0.38 - - [2025-06-23 02:05:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003346 10.0.0.38 - - [2025-06-23 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.38 - - [2025-06-23 02:05:01] "GET /network-ipam/34497046-1437-4e2e-b75a-e61eb55aca9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004573 10.0.0.38 - - [2025-06-23 02:05:01] "PUT /network-ipam/34497046-1437-4e2e-b75a-e61eb55aca9f HTTP/1.1" 200 258 0.010150 10.0.0.38 - - [2025-06-23 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.38 - - [2025-06-23 02:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.38 - - [2025-06-23 02:05:01] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001499 10.0.0.38 - - [2025-06-23 02:05:01] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025446 10.0.0.38 - - [2025-06-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 117 0.031296 10.0.0.38 - - [2025-06-23 02:05:01] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.38 - - [2025-06-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 618 0.056601 10.0.0.38 - - [2025-06-23 02:05:01] "POST /route-targets HTTP/1.1" 200 327 0.012019 10.0.0.38 - - [2025-06-23 02:05:01] "POST /ref-update HTTP/1.1" 200 156 0.013262 10.0.0.38 - - [2025-06-23 02:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004799 10.0.0.38 - - [2025-06-23 02:05:01] "POST /neutron/subnet HTTP/1.1" 200 711 0.129202 10.0.0.38 - - [2025-06-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.005191 10.0.0.38 - - [2025-06-23 02:05:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001908 10.0.0.38 - - [2025-06-23 02:05:01] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006564 10.0.0.38 - - [2025-06-23 02:05:01] "POST /neutron/network HTTP/1.1" 200 833 0.005812 10.0.0.38 - - [2025-06-23 02:05:02] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004460 10.0.0.38 - - [2025-06-23 02:05:02] "POST /neutron/network HTTP/1.1" 200 833 0.005696 10.0.0.38 - - [2025-06-23 02:05:02] "POST /neutron/subnet HTTP/1.1" 200 711 0.009360 10.0.0.38 - - [2025-06-23 02:05:02] "POST /neutron/network HTTP/1.1" 200 807 0.009322 10.0.0.38 - - [2025-06-23 02:05:02] "POST /neutron/network HTTP/1.1" 200 833 0.004268 10.0.0.38 - - [2025-06-23 02:05:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001431 10.0.0.38 - - [2025-06-23 02:05:02] "POST /neutron/network HTTP/1.1" 200 843 0.005652 10.0.0.38 - - [2025-06-23 02:05:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000346 10.0.0.38 - - [2025-06-23 02:05:02] "GET / HTTP/1.1" 200 35931 0.004522 10.0.0.38 - - [2025-06-23 02:05:02] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000610 10.0.0.38 - - [2025-06-23 02:05:02] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.38 - - [2025-06-23 02:05:03] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052686 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/network HTTP/1.1" 200 833 0.004667 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.004480 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.004722 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.005423 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/network HTTP/1.1" 200 843 0.005498 10.0.0.38 - - [2025-06-23 02:05:03] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 1058 0.204932 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 1058 0.008132 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 1058 0.008497 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 1112 0.054179 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 1086 0.022069 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002693 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.009209 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.38 - - [2025-06-23 02:05:03] "POST /neutron/network HTTP/1.1" 200 833 0.005061 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014144 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005511 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/port HTTP/1.1" 200 1086 0.013623 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006941 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014084 10.0.0.38 - - [2025-06-23 02:05:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005589 10.0.0.38 - - [2025-06-23 02:05:08] "GET /virtual-machine/2dbb9a70-f950-41ca-ad10-ed6eeffd5c9b HTTP/1.1" 200 1293 0.004275 10.0.0.38 - - [2025-06-23 02:05:08] "GET /virtual-machine-interface/9fae43cf-6590-4014-a34e-34fc4fa3c511 HTTP/1.1" 200 2965 0.004341 10.0.0.38 - - [2025-06-23 02:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002555 10.0.0.38 - - [2025-06-23 02:05:08] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003759 10.0.0.38 - - [2025-06-23 02:05:08] "GET /virtual-networks?parent_id=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003930 10.0.0.38 - - [2025-06-23 02:05:08] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005208 10.0.0.38 - - [2025-06-23 02:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.38 - - [2025-06-23 02:05:11] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004641 10.0.0.38 - - [2025-06-23 02:05:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015108 10.0.0.38 - - [2025-06-23 02:05:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005324 10.0.0.38 - - [2025-06-23 02:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.38 - - [2025-06-23 02:05:13] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002980 10.0.0.38 - - [2025-06-23 02:05:13] "GET /virtual-networks?parent_id=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002817 10.0.0.38 - - [2025-06-23 02:05:13] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005556 10.0.0.38 - - [2025-06-23 02:05:18] "POST /neutron/network HTTP/1.1" 200 807 0.010865 10.0.0.38 - - [2025-06-23 02:05:18] "POST /neutron/network HTTP/1.1" 200 833 0.004839 10.0.0.38 - - [2025-06-23 02:05:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001122 10.0.0.38 - - [2025-06-23 02:05:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014912 10.0.0.38 - - [2025-06-23 02:05:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005352 10.0.0.38 - - [2025-06-23 02:05:18] "POST /neutron/network HTTP/1.1" 200 843 0.007008 10.0.0.38 - - [2025-06-23 02:05:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.38 - - [2025-06-23 02:05:18] "GET / HTTP/1.1" 200 35931 0.001555 10.0.0.38 - - [2025-06-23 02:05:18] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.38 - - [2025-06-23 02:05:19] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.38 - - [2025-06-23 02:05:19] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046833 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/network HTTP/1.1" 200 833 0.005793 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1086 0.020066 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006482 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.005132 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/network HTTP/1.1" 200 843 0.006903 10.0.0.38 - - [2025-06-23 02:05:19] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001992 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1058 0.190943 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008024 10.0.0.38 - - [2025-06-23 02:05:19] "POST /neutron/port HTTP/1.1" 200 1058 0.007675 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/port HTTP/1.1" 200 1112 0.056844 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/port HTTP/1.1" 200 1086 0.014483 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003112 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.009584 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.38 - - [2025-06-23 02:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.004946 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 1086 0.019516 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005987 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013564 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005548 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/port HTTP/1.1" 200 1086 0.014622 10.0.0.38 - - [2025-06-23 02:05:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007490 10.0.0.38 - - [2025-06-23 02:05:24] "GET /virtual-machine/21bd72ef-09f0-4a74-93e4-88e4f940439b HTTP/1.1" 200 1293 0.005258 10.0.0.38 - - [2025-06-23 02:05:24] "GET /virtual-machine-interface/10158222-bb25-462f-9fd9-19acfeb48788 HTTP/1.1" 200 2964 0.004535 10.0.0.38 - - [2025-06-23 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.38 - - [2025-06-23 02:05:24] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002852 10.0.0.38 - - [2025-06-23 02:05:24] "GET /virtual-networks?parent_id=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002966 10.0.0.38 - - [2025-06-23 02:05:24] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005342 10.0.0.38 - - [2025-06-23 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.38 - - [2025-06-23 02:05:28] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004788 10.0.0.38 - - [2025-06-23 02:05:28] "POST /neutron/port HTTP/1.1" 200 1086 0.017152 10.0.0.38 - - [2025-06-23 02:05:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004598 10.0.0.38 - - [2025-06-23 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.38 - - [2025-06-23 02:05:30] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002818 10.0.0.38 - - [2025-06-23 02:05:30] "GET /virtual-networks?parent_id=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002922 10.0.0.38 - - [2025-06-23 02:05:30] "GET /virtual-network/9079e449-ecd4-4b54-811c-4962129fdeb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005105 10.0.0.38 - - [2025-06-23 02:05:30] "POST /neutron/port HTTP/1.1" 200 1086 0.014567 10.0.0.38 - - [2025-06-23 02:05:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005513 10.0.0.38 - - [2025-06-23 02:05:32] "DELETE /project/cb00e008efed41a2825f64ec661ffcca HTTP/1.1" 404 173 0.007251 10.0.0.38 - - [2025-06-23 02:05:32] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.38 - - [2025-06-23 02:05:32] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.025673 10.0.0.38 - - [2025-06-23 02:05:32] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.38 - - [2025-06-23 02:05:32] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?fields=security_groups HTTP/1.1" 200 1368 0.066470 10.0.0.38 - - [2025-06-23 02:05:32] "DELETE /security-group/f8be09fb-2796-4661-81e9-9adde8135a45 HTTP/1.1" 200 115 0.034840 10.0.0.38 - - [2025-06-23 02:05:32] "GET /projects?obj_uuids=c0e913f1-f237-4c82-ad8e-1bff198c2581&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.38 - - [2025-06-23 02:05:32] "DELETE /access-control-list/69c1e9ce-51e6-4cc3-97de-cd91aa293e05 HTTP/1.1" 200 115 0.028553 10.0.0.38 - - [2025-06-23 02:05:32] "GET /project/c0e913f1-f237-4c82-ad8e-1bff198c2581?fields=application_policy_sets HTTP/1.1" 200 1407 0.030549 10.0.0.38 - - [2025-06-23 02:05:32] "DELETE /access-control-list/c5392dcc-5248-4929-815b-83554e4b4ba4 HTTP/1.1" 200 115 0.024531 10.0.0.38 - - [2025-06-23 02:05:33] "DELETE /project/c0e913f1-f237-4c82-ad8e-1bff198c2581 HTTP/1.1" 200 115 0.308854 10.0.0.38 - - [2025-06-23 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.045759 10.0.0.38 - - [2025-06-23 02:05:38] "GET /obj-perms HTTP/1.1" 200 5056 0.065793 10.0.0.38 - - [2025-06-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.38 - - [2025-06-23 02:05:41] "DELETE /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80 HTTP/1.1" 409 235 0.005501 10.0.0.38 - - [2025-06-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.004755 10.0.0.38 - - [2025-06-23 02:05:41] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.022278 10.0.0.38 - - [2025-06-23 02:05:41] "GET /virtual-DNS-record/5f577e17-f825-4595-a5b3-1561a7bbdb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004183 10.0.0.38 - - [2025-06-23 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.38 - - [2025-06-23 02:05:41] "GET /virtual-DNS-record/5f577e17-f825-4595-a5b3-1561a7bbdb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003234 10.0.0.38 - - [2025-06-23 02:05:41] "GET /domains HTTP/1.1" 200 280 0.002541 10.0.0.38 - - [2025-06-23 02:05:41] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.38 - - [2025-06-23 02:05:41] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2775 0.007197 10.0.0.38 - - [2025-06-23 02:05:41] "GET /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80 HTTP/1.1" 200 1907 0.003316 10.0.0.38 - - [2025-06-23 02:05:41] "GET /virtual-DNS-record/5f577e17-f825-4595-a5b3-1561a7bbdb7b HTTP/1.1" 200 1336 0.002160 10.0.0.38 - - [2025-06-23 02:05:46] "DELETE /virtual-DNS-record/5f577e17-f825-4595-a5b3-1561a7bbdb7b HTTP/1.1" 200 115 0.018311 10.0.0.38 - - [2025-06-23 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.002952 10.0.0.38 - - [2025-06-23 02:05:46] "POST /neutron/network HTTP/1.1" 200 833 0.010952 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/network HTTP/1.1" 400 204 0.011201 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016514 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1112 0.008233 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1086 0.019173 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 1112 0.015162 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 151 0.158090 10.0.0.38 - - [2025-06-23 02:05:47] "POST /neutron/port HTTP/1.1" 200 151 0.142829 10.0.0.38 - - [2025-06-23 02:05:49] "POST /neutron/network HTTP/1.1" 200 833 0.006029 10.0.0.38 - - [2025-06-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.38 - - [2025-06-23 02:05:49] "DELETE /route-target/2c987844-84ef-4e16-a71a-e6f006458d09 HTTP/1.1" 200 115 0.046116 10.0.0.38 - - [2025-06-23 02:05:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002876 10.0.0.38 - - [2025-06-23 02:05:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.38 - - [2025-06-23 02:05:49] "POST /neutron/network HTTP/1.1" 200 151 0.220265 10.0.0.38 - - [2025-06-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.38 - - [2025-06-23 02:05:49] "DELETE /network-ipam/34497046-1437-4e2e-b75a-e61eb55aca9f HTTP/1.1" 200 115 0.027148 10.0.0.38 - - [2025-06-23 02:05:49] "DELETE /virtual-DNS/5b9e2e62-89f6-4c87-8c24-a27a219ded80 HTTP/1.1" 200 115 0.030887 10.0.0.38 - - [2025-06-23 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 180 0.002299 10.0.0.38 - - [2025-06-23 02:05:49] "GET /domains HTTP/1.1" 200 280 0.002457 10.0.0.38 - - [2025-06-23 02:05:49] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.38 - - [2025-06-23 02:05:49] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2575 0.009063 10.0.0.38 - - [2025-06-23 02:05:49] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001451 10.0.0.38 - - [2025-06-23 02:05:49] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.036432 10.0.0.38 - - [2025-06-23 02:05:49] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001760 10.0.0.38 - - [2025-06-23 02:05:49] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?fields=virtual_networks HTTP/1.1" 200 1044 0.034223 10.0.0.38 - - [2025-06-23 02:05:49] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.38 - - [2025-06-23 02:05:49] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.028606 10.0.0.38 - - [2025-06-23 02:05:49] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.38 - - [2025-06-23 02:05:49] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?fields=security_groups HTTP/1.1" 200 1271 0.027147 10.0.0.38 - - [2025-06-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.028210 10.0.0.38 - - [2025-06-23 02:05:50] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002963 10.0.0.38 - - [2025-06-23 02:05:50] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.38 - - [2025-06-23 02:05:50] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007160 10.0.0.38 - - [2025-06-23 02:05:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001154 10.0.0.38 - - [2025-06-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.002990 10.0.0.38 - - [2025-06-23 02:05:50] "POST /security-groups HTTP/1.1" 200 592 0.059529 10.0.0.38 - - [2025-06-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002342 10.0.0.38 - - [2025-06-23 02:05:50] "POST /projects HTTP/1.1" 200 587 0.204090 10.0.0.38 - - [2025-06-23 02:05:50] "POST /access-control-lists HTTP/1.1" 200 597 0.056738 10.0.0.38 - - [2025-06-23 02:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.272652 10.0.0.38 - - [2025-06-23 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003125 10.0.0.38 - - [2025-06-23 02:05:51] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.392446 10.0.0.38 - - [2025-06-23 02:05:51] "POST /access-control-lists HTTP/1.1" 200 595 0.060179 10.0.0.38 - - [2025-06-23 02:05:52] "GET / HTTP/1.1" 200 35931 0.001870 10.0.0.38 - - [2025-06-23 02:05:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.38 - - [2025-06-23 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.047474 10.0.0.38 - - [2025-06-23 02:05:53] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001471 10.0.0.38 - - [2025-06-23 02:05:53] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.028895 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 117 0.028425 10.0.0.38 - - [2025-06-23 02:05:53] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001324 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 606 0.069893 10.0.0.38 - - [2025-06-23 02:05:53] "POST /route-targets HTTP/1.1" 200 327 0.010305 10.0.0.38 - - [2025-06-23 02:05:53] "POST /ref-update HTTP/1.1" 200 156 0.010954 10.0.0.38 - - [2025-06-23 02:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.174788 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 822 0.005093 10.0.0.38 - - [2025-06-23 02:05:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001129 10.0.0.38 - - [2025-06-23 02:05:53] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004409 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 822 0.006946 10.0.0.38 - - [2025-06-23 02:05:53] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004315 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 822 0.006299 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.010540 10.0.0.38 - - [2025-06-23 02:05:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001133 10.0.0.38 - - [2025-06-23 02:05:53] "POST /neutron/network HTTP/1.1" 200 832 0.005365 10.0.0.38 - - [2025-06-23 02:05:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.38 - - [2025-06-23 02:05:54] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.38 - - [2025-06-23 02:05:54] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2025-06-23 02:05:54] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.38 - - [2025-06-23 02:05:54] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048890 10.0.0.38 - - [2025-06-23 02:05:54] "POST /neutron/network HTTP/1.1" 200 822 0.004918 10.0.0.38 - - [2025-06-23 02:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.004292 10.0.0.38 - - [2025-06-23 02:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.38 - - [2025-06-23 02:05:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001397 10.0.0.38 - - [2025-06-23 02:05:54] "POST /neutron/port HTTP/1.1" 200 117 0.004964 10.0.0.38 - - [2025-06-23 02:05:54] "POST /neutron/network HTTP/1.1" 200 832 0.006114 10.0.0.38 - - [2025-06-23 02:05:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/network HTTP/1.1" 200 832 0.005332 10.0.0.38 - - [2025-06-23 02:05:55] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.38 - - [2025-06-23 02:05:55] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.38 - - [2025-06-23 02:05:55] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1058 0.201701 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1058 0.008866 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1058 0.007922 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1112 0.055653 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015769 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002998 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 684 0.010666 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/network HTTP/1.1" 200 822 0.004868 10.0.0.38 - - [2025-06-23 02:05:55] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.38 - - [2025-06-23 02:05:55] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051176 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/network HTTP/1.1" 200 822 0.006188 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1086 0.028988 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008600 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.004870 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/port HTTP/1.1" 200 1086 0.028945 10.0.0.38 - - [2025-06-23 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007890 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/network HTTP/1.1" 200 832 0.005557 10.0.0.38 - - [2025-06-23 02:05:56] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 1058 0.253414 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 1058 0.011505 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 1058 0.010368 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 1112 0.073891 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 1086 0.014889 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004343 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 684 0.010159 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.38 - - [2025-06-23 02:05:56] "POST /neutron/network HTTP/1.1" 200 822 0.005194 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/port HTTP/1.1" 200 1086 0.016642 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005564 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014980 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005284 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/port HTTP/1.1" 200 1086 0.014616 10.0.0.38 - - [2025-06-23 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005233 10.0.0.38 - - [2025-06-23 02:06:01] "GET /virtual-machine/f86b9855-7a7e-4826-8836-15d56582a1cc HTTP/1.1" 401 292 0.000460 10.0.0.38 - - [2025-06-23 02:06:01] "GET /virtual-machine/f86b9855-7a7e-4826-8836-15d56582a1cc HTTP/1.1" 200 1293 0.028360 10.0.0.38 - - [2025-06-23 02:06:01] "GET /virtual-machine-interface/1e702529-58cf-49b0-be2f-0378ab849713 HTTP/1.1" 200 2946 0.005234 10.0.0.38 - - [2025-06-23 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.38 - - [2025-06-23 02:06:01] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004199 10.0.0.38 - - [2025-06-23 02:06:01] "GET /virtual-networks?parent_id=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003694 10.0.0.38 - - [2025-06-23 02:06:01] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005119 10.0.0.38 - - [2025-06-23 02:06:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014122 10.0.0.38 - - [2025-06-23 02:06:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004721 10.0.0.38 - - [2025-06-23 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.38 - - [2025-06-23 02:06:04] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004599 10.0.0.38 - - [2025-06-23 02:06:05] "POST /neutron/port HTTP/1.1" 200 1086 0.018334 10.0.0.38 - - [2025-06-23 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005084 10.0.0.38 - - [2025-06-23 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.38 - - [2025-06-23 02:06:06] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003101 10.0.0.38 - - [2025-06-23 02:06:06] "GET /virtual-networks?parent_id=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002772 10.0.0.38 - - [2025-06-23 02:06:07] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005030 10.0.0.38 - - [2025-06-23 02:06:07] "POST /neutron/port HTTP/1.1" 200 1086 0.014657 10.0.0.38 - - [2025-06-23 02:06:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005708 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015516 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005116 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/port HTTP/1.1" 200 1086 0.016446 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007669 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017647 10.0.0.38 - - [2025-06-23 02:06:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007707 10.0.0.38 - - [2025-06-23 02:06:12] "GET /virtual-machine/ed5b14e0-2db2-46ef-a66a-fe9b76085aaa HTTP/1.1" 200 1294 0.005071 10.0.0.38 - - [2025-06-23 02:06:12] "GET /virtual-machine-interface/d53358a4-9721-4f77-a270-2bd55280477f HTTP/1.1" 200 2947 0.005709 10.0.0.38 - - [2025-06-23 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.38 - - [2025-06-23 02:06:12] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002754 10.0.0.38 - - [2025-06-23 02:06:12] "GET /virtual-networks?parent_id=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004001 10.0.0.38 - - [2025-06-23 02:06:12] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005048 10.0.0.38 - - [2025-06-23 02:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.38 - - [2025-06-23 02:06:13] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004193 10.0.0.38 - - [2025-06-23 02:06:13] "GET /virtual-networks?parent_id=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003001 10.0.0.38 - - [2025-06-23 02:06:13] "GET /virtual-network/db4615d8-458b-49ba-8378-a789503167d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005214 10.0.0.38 - - [2025-06-23 02:06:18] "POST /neutron/network HTTP/1.1" 200 822 0.007616 10.0.0.38 - - [2025-06-23 02:06:18] "POST /neutron/network HTTP/1.1" 400 204 0.012162 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016370 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 1112 0.011191 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 1086 0.025526 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 1112 0.010820 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 151 0.141476 10.0.0.38 - - [2025-06-23 02:06:19] "POST /neutron/port HTTP/1.1" 200 151 0.122306 10.0.0.38 - - [2025-06-23 02:06:20] "POST /neutron/network HTTP/1.1" 200 822 0.005473 10.0.0.38 - - [2025-06-23 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005515 10.0.0.38 - - [2025-06-23 02:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.38 - - [2025-06-23 02:06:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001793 10.0.0.38 - - [2025-06-23 02:06:21] "POST /neutron/network HTTP/1.1" 200 151 0.078880 10.0.0.38 - - [2025-06-23 02:06:21] "DELETE /route-target/7abfdb1e-95f7-4aa9-8b3c-74a605708170 HTTP/1.1" 200 115 0.016267 10.0.0.38 - - [2025-06-23 02:06:21] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.38 - - [2025-06-23 02:06:21] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027371 10.0.0.38 - - [2025-06-23 02:06:21] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.38 - - [2025-06-23 02:06:21] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?fields=virtual_networks HTTP/1.1" 200 1045 0.064019 10.0.0.38 - - [2025-06-23 02:06:21] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.38 - - [2025-06-23 02:06:21] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025039 10.0.0.38 - - [2025-06-23 02:06:21] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001081 10.0.0.38 - - [2025-06-23 02:06:21] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?fields=security_groups HTTP/1.1" 200 1272 0.023281 10.0.0.38 - - [2025-06-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.026189 10.0.0.38 - - [2025-06-23 02:06:22] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.38 - - [2025-06-23 02:06:22] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002209 10.0.0.38 - - [2025-06-23 02:06:22] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008641 10.0.0.38 - - [2025-06-23 02:06:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.001249 10.0.0.38 - - [2025-06-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.003442 10.0.0.38 - - [2025-06-23 02:06:22] "POST /security-groups HTTP/1.1" 200 591 0.064389 10.0.0.38 - - [2025-06-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002782 10.0.0.38 - - [2025-06-23 02:06:22] "POST /projects HTTP/1.1" 200 585 0.219154 10.0.0.38 - - [2025-06-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.255114 10.0.0.38 - - [2025-06-23 02:06:22] "POST /access-control-lists HTTP/1.1" 200 596 0.056253 10.0.0.38 - - [2025-06-23 02:06:22] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.379367 10.0.0.38 - - [2025-06-23 02:06:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.002675 10.0.0.38 - - [2025-06-23 02:06:22] "POST /access-control-lists HTTP/1.1" 200 594 0.059340 10.0.0.38 - - [2025-06-23 02:06:23] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.38 - - [2025-06-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.38 - - [2025-06-23 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.051206 10.0.0.38 - - [2025-06-23 02:06:24] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.38 - - [2025-06-23 02:06:24] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027080 10.0.0.38 - - [2025-06-23 02:06:24] "POST /neutron/network HTTP/1.1" 200 117 0.028861 10.0.0.38 - - [2025-06-23 02:06:24] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.38 - - [2025-06-23 02:06:24] "POST /neutron/network HTTP/1.1" 200 625 0.063441 10.0.0.38 - - [2025-06-23 02:06:24] "POST /route-targets HTTP/1.1" 200 327 0.009279 10.0.0.38 - - [2025-06-23 02:06:24] "POST /ref-update HTTP/1.1" 200 156 0.009094 10.0.0.38 - - [2025-06-23 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.143195 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/network HTTP/1.1" 200 839 0.004741 10.0.0.38 - - [2025-06-23 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.001108 10.0.0.38 - - [2025-06-23 02:06:25] "GET /virtual-network/ee45e0a6-260a-4aaf-b8bc-ece1aeebe17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005505 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/network HTTP/1.1" 200 839 0.004939 10.0.0.38 - - [2025-06-23 02:06:25] "GET /virtual-network/ee45e0a6-260a-4aaf-b8bc-ece1aeebe17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004327 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/network HTTP/1.1" 200 839 0.005668 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.006470 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/network HTTP/1.1" 200 839 0.005345 10.0.0.38 - - [2025-06-23 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.001099 10.0.0.38 - - [2025-06-23 02:06:25] "POST /neutron/network HTTP/1.1" 200 849 0.005491 10.0.0.38 - - [2025-06-23 02:06:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000349 10.0.0.38 - - [2025-06-23 02:06:25] "GET / HTTP/1.1" 200 35931 0.004500 10.0.0.38 - - [2025-06-23 02:06:25] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000800 10.0.0.38 - - [2025-06-23 02:06:26] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.38 - - [2025-06-23 02:06:26] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044497 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/network HTTP/1.1" 200 839 0.005180 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.005409 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.004615 10.0.0.38 - - [2025-06-23 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.38 - - [2025-06-23 02:06:26] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003001 10.0.0.38 - - [2025-06-23 02:06:26] "PUT /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 276 0.007718 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 117 0.004722 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/network HTTP/1.1" 200 849 0.006750 10.0.0.38 - - [2025-06-23 02:06:26] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1055 0.259980 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1055 0.008480 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1055 0.007542 10.0.0.38 - - [2025-06-23 02:06:26] "POST /neutron/port HTTP/1.1" 200 1109 0.055909 10.0.0.38 - - [2025-06-23 02:06:27] "POST /neutron/port HTTP/1.1" 200 1083 0.017939 10.0.0.38 - - [2025-06-23 02:06:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004729 10.0.0.38 - - [2025-06-23 02:06:27] "POST /neutron/subnet HTTP/1.1" 200 675 0.010464 10.0.0.38 - - [2025-06-23 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.38 - - [2025-06-23 02:06:27] "POST /neutron/network HTTP/1.1" 200 839 0.005431 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.018342 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006930 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.017650 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005475 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.021944 10.0.0.38 - - [2025-06-23 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006713 10.0.0.38 - - [2025-06-23 02:06:31] "GET /virtual-machine/604863dc-64d3-4a68-a74d-1283bd7f737e HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2025-06-23 02:06:32] "GET /virtual-machine/604863dc-64d3-4a68-a74d-1283bd7f737e HTTP/1.1" 200 1292 0.040899 10.0.0.38 - - [2025-06-23 02:06:32] "GET /virtual-machine-interface/87c329dc-6dbd-4408-a123-3212afda640b HTTP/1.1" 200 2971 0.005668 10.0.0.38 - - [2025-06-23 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.38 - - [2025-06-23 02:06:32] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003071 10.0.0.38 - - [2025-06-23 02:06:32] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003545 10.0.0.38 - - [2025-06-23 02:06:32] "GET /virtual-network/ee45e0a6-260a-4aaf-b8bc-ece1aeebe17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011318 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /project/bfa3ef0f1b234499bb532ac41ad8b782 HTTP/1.1" 404 173 0.049405 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /project/6dca110ff90e41b7b43da8ff8fc369a7 HTTP/1.1" 404 173 0.073206 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001597 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.099294 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000947 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?fields=security_groups HTTP/1.1" 200 1377 0.026071 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.121744 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /security-group/333b5db9-1028-441e-b5e7-226bd56c9be4 HTTP/1.1" 200 115 0.055096 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=bfa3ef0f-1b23-4499-bb53-2ac41ad8b782&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001621 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?fields=security_groups HTTP/1.1" 200 1376 0.094106 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /access-control-list/01e1a455-9a36-476c-9f42-e8ae5c5ccf41 HTTP/1.1" 200 115 0.059471 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /access-control-list/02513ca6-ed45-408a-8845-200424a55068 HTTP/1.1" 200 115 0.034705 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782?fields=application_policy_sets HTTP/1.1" 200 1416 0.090474 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /security-group/235c2a45-46f3-43a0-851c-8ae1c1a6eb52 HTTP/1.1" 200 115 0.052445 10.0.0.38 - - [2025-06-23 02:06:33] "GET /projects?obj_uuids=cb00e008-efed-41a2-825f-64ec661ffcca&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /access-control-list/d33f6596-87c6-4658-8d4f-dbe75c75df70 HTTP/1.1" 200 115 0.041028 10.0.0.38 - - [2025-06-23 02:06:33] "GET /project/cb00e008-efed-41a2-825f-64ec661ffcca?fields=application_policy_sets HTTP/1.1" 200 1415 0.048198 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /access-control-list/3abdd474-a2c9-4f3b-bd09-6a53e1547908 HTTP/1.1" 200 115 0.044963 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /project/bfa3ef0f-1b23-4499-bb53-2ac41ad8b782 HTTP/1.1" 200 115 0.527998 10.0.0.38 - - [2025-06-23 02:06:33] "DELETE /project/cb00e008-efed-41a2-825f-64ec661ffcca HTTP/1.1" 200 115 0.570831 10.0.0.38 - - [2025-06-23 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.38 - - [2025-06-23 02:06:35] "GET /virtual-network/ee45e0a6-260a-4aaf-b8bc-ece1aeebe17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005141 10.0.0.38 - - [2025-06-23 02:06:35] "POST /neutron/port HTTP/1.1" 200 1083 0.014854 10.0.0.38 - - [2025-06-23 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005695 10.0.0.38 - - [2025-06-23 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.38 - - [2025-06-23 02:06:37] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002604 10.0.0.38 - - [2025-06-23 02:06:37] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003271 10.0.0.38 - - [2025-06-23 02:06:37] "GET /virtual-network/ee45e0a6-260a-4aaf-b8bc-ece1aeebe17f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005203 10.0.0.38 - - [2025-06-23 02:06:39] "GET /obj-perms HTTP/1.1" 200 5056 0.050973 10.0.0.38 - - [2025-06-23 02:06:39] "GET /obj-perms HTTP/1.1" 200 5056 0.042122 10.0.0.38 - - [2025-06-23 02:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.38 - - [2025-06-23 02:06:39] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002840 10.0.0.38 - - [2025-06-23 02:06:39] "PUT /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 276 0.009274 10.0.0.38 - - [2025-06-23 02:06:39] "POST /neutron/network HTTP/1.1" 200 839 0.005997 10.0.0.38 - - [2025-06-23 02:06:39] "POST /neutron/network HTTP/1.1" 400 204 0.011149 10.0.0.38 - - [2025-06-23 02:06:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013553 10.0.0.38 - - [2025-06-23 02:06:40] "POST /neutron/port HTTP/1.1" 200 1109 0.007632 10.0.0.38 - - [2025-06-23 02:06:40] "POST /neutron/port HTTP/1.1" 200 151 0.097476 10.0.0.38 - - [2025-06-23 02:06:41] "POST /neutron/network HTTP/1.1" 200 839 0.005581 10.0.0.38 - - [2025-06-23 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.38 - - [2025-06-23 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009936 10.0.0.38 - - [2025-06-23 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003556 10.0.0.38 - - [2025-06-23 02:06:41] "POST /neutron/network HTTP/1.1" 200 151 0.098282 10.0.0.38 - - [2025-06-23 02:06:41] "DELETE /route-target/14907502-f56e-4f36-b7d9-6bb6b8b4afe8 HTTP/1.1" 200 115 0.020713 10.0.0.38 - - [2025-06-23 02:06:42] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002769 10.0.0.38 - - [2025-06-23 02:06:42] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a HTTP/1.1" 200 1826 0.003025 10.0.0.38 - - [2025-06-23 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002243 10.0.0.38 - - [2025-06-23 02:06:42] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001290 10.0.0.38 - - [2025-06-23 02:06:42] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024014 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 117 0.007915 10.0.0.38 - - [2025-06-23 02:06:42] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001233 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 605 0.064170 10.0.0.38 - - [2025-06-23 02:06:42] "POST /route-targets HTTP/1.1" 200 327 0.009563 10.0.0.38 - - [2025-06-23 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.015825 10.0.0.38 - - [2025-06-23 02:06:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003973 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.186744 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 825 0.005531 10.0.0.38 - - [2025-06-23 02:06:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001686 10.0.0.38 - - [2025-06-23 02:06:42] "GET /virtual-network/8db60f0a-d8ab-4086-8830-9e36c2cd111c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004546 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 825 0.005957 10.0.0.38 - - [2025-06-23 02:06:42] "GET /virtual-network/8db60f0a-d8ab-4086-8830-9e36c2cd111c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004359 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/network HTTP/1.1" 200 825 0.005287 10.0.0.38 - - [2025-06-23 02:06:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.006080 10.0.0.38 - - [2025-06-23 02:06:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001008 10.0.0.38 - - [2025-06-23 02:06:43] "POST /neutron/network HTTP/1.1" 200 835 0.005468 10.0.0.38 - - [2025-06-23 02:06:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2025-06-23 02:06:43] "GET / HTTP/1.1" 200 35931 0.001814 10.0.0.38 - - [2025-06-23 02:06:43] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000358 10.0.0.38 - - [2025-06-23 02:06:43] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.38 - - [2025-06-23 02:06:43] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.046773 10.0.0.38 - - [2025-06-23 02:06:43] "POST /neutron/network HTTP/1.1" 200 825 0.023675 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.004549 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.005820 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.008182 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/network HTTP/1.1" 200 835 0.005374 10.0.0.38 - - [2025-06-23 02:06:44] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000992 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1061 0.185686 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1061 0.033568 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1061 0.008238 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1115 0.050222 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 1089 0.012657 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002737 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.010658 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.38 - - [2025-06-23 02:06:44] "POST /neutron/network HTTP/1.1" 200 825 0.006494 10.0.0.38 - - [2025-06-23 02:06:45] "GET /global-system-configs HTTP/1.1" 200 322 0.038072 10.0.0.38 - - [2025-06-23 02:06:45] "GET /obj-perms HTTP/1.1" 200 5056 0.056738 10.0.0.38 - - [2025-06-23 02:06:46] "GET /global-system-configs HTTP/1.1" 200 322 0.031311 10.0.0.38 - - [2025-06-23 02:06:46] "GET /obj-perms HTTP/1.1" 200 5056 0.059158 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 1089 0.014573 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005467 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 1089 0.013021 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004936 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/port HTTP/1.1" 200 1089 0.013021 10.0.0.38 - - [2025-06-23 02:06:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008450 10.0.0.38 - - [2025-06-23 02:06:49] "GET /virtual-machine/900d2de4-7245-4b61-bd88-98606d8889ff HTTP/1.1" 200 1293 0.004354 10.0.0.38 - - [2025-06-23 02:06:49] "GET /virtual-machine-interface/ebc45d0e-e3a2-440c-9cb9-352bfb5033b8 HTTP/1.1" 200 2942 0.004851 10.0.0.38 - - [2025-06-23 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.38 - - [2025-06-23 02:06:49] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002786 10.0.0.38 - - [2025-06-23 02:06:49] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002932 10.0.0.38 - - [2025-06-23 02:06:49] "GET /virtual-network/8db60f0a-d8ab-4086-8830-9e36c2cd111c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006617 10.0.0.38 - - [2025-06-23 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.38 - - [2025-06-23 02:06:52] "GET /virtual-network/8db60f0a-d8ab-4086-8830-9e36c2cd111c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005340 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/port HTTP/1.1" 200 1089 0.020460 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/port HTTP/1.1" 200 1089 0.019293 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/port HTTP/1.1" 200 1089 0.020130 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005627 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/network HTTP/1.1" 200 835 0.010776 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002675 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010693 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.38 - - [2025-06-23 02:06:53] "POST /neutron/network HTTP/1.1" 200 825 0.005228 10.0.0.38 - - [2025-06-23 02:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.38 - - [2025-06-23 02:06:54] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002671 10.0.0.38 - - [2025-06-23 02:06:54] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002784 10.0.0.38 - - [2025-06-23 02:06:54] "GET /virtual-network/8db60f0a-d8ab-4086-8830-9e36c2cd111c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005221 10.0.0.38 - - [2025-06-23 02:06:55] "POST /neutron/port HTTP/1.1" 200 1089 0.014416 10.0.0.38 - - [2025-06-23 02:06:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005476 10.0.0.38 - - [2025-06-23 02:07:01] "POST /neutron/network HTTP/1.1" 200 825 0.005166 10.0.0.38 - - [2025-06-23 02:07:01] "POST /neutron/network HTTP/1.1" 400 204 0.014879 10.0.0.38 - - [2025-06-23 02:07:02] "POST /neutron/port HTTP/1.1" 200 1089 0.014527 10.0.0.38 - - [2025-06-23 02:07:02] "POST /neutron/port HTTP/1.1" 200 1115 0.008520 10.0.0.38 - - [2025-06-23 02:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.098625 10.0.0.38 - - [2025-06-23 02:07:03] "POST /neutron/network HTTP/1.1" 200 825 0.006096 10.0.0.38 - - [2025-06-23 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.38 - - [2025-06-23 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.38 - - [2025-06-23 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002117 10.0.0.38 - - [2025-06-23 02:07:04] "POST /neutron/network HTTP/1.1" 200 151 0.078987 10.0.0.38 - - [2025-06-23 02:07:04] "DELETE /route-target/50f999f5-ef31-4c42-9aed-19159b06aaed HTTP/1.1" 200 115 0.019273 10.0.0.38 - - [2025-06-23 02:07:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002763 10.0.0.38 - - [2025-06-23 02:07:04] "POST /network-ipams HTTP/1.1" 200 541 0.016298 10.0.0.38 - - [2025-06-23 02:07:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002599 10.0.0.38 - - [2025-06-23 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.38 - - [2025-06-23 02:07:04] "GET /network-ipam/990c7319-5ba6-4766-bd48-a14101577759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004660 10.0.0.38 - - [2025-06-23 02:07:04] "PUT /network-ipam/990c7319-5ba6-4766-bd48-a14101577759 HTTP/1.1" 200 258 0.009570 10.0.0.38 - - [2025-06-23 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.38 - - [2025-06-23 02:07:04] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.38 - - [2025-06-23 02:07:04] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024559 10.0.0.38 - - [2025-06-23 02:07:04] "POST /neutron/network HTTP/1.1" 200 117 0.012534 10.0.0.38 - - [2025-06-23 02:07:04] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/network HTTP/1.1" 200 605 0.063826 10.0.0.38 - - [2025-06-23 02:07:05] "POST /route-targets HTTP/1.1" 200 327 0.010063 10.0.0.38 - - [2025-06-23 02:07:05] "POST /ref-update HTTP/1.1" 200 156 0.011799 10.0.0.38 - - [2025-06-23 02:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005123 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.205053 10.0.0.38 - - [2025-06-23 02:07:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002277 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.167934 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/network HTTP/1.1" 200 994 0.009402 10.0.0.38 - - [2025-06-23 02:07:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001605 10.0.0.38 - - [2025-06-23 02:07:05] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006817 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/network HTTP/1.1" 200 994 0.006909 10.0.0.38 - - [2025-06-23 02:07:05] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004328 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/network HTTP/1.1" 200 994 0.006698 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006234 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006445 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/network HTTP/1.1" 200 994 0.007610 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.006200 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.005981 10.0.0.38 - - [2025-06-23 02:07:05] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002052 10.0.0.38 - - [2025-06-23 02:07:05] "POST /neutron/port HTTP/1.1" 200 1017 0.149752 10.0.0.38 - - [2025-06-23 02:07:05] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.142266 10.0.0.38 - - [2025-06-23 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001163 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007382 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.007351 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/network HTTP/1.1" 200 994 0.006311 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006640 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.004786 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.005280 10.0.0.38 - - [2025-06-23 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001815 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.004954 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.008404 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006485 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/network HTTP/1.1" 200 994 0.005990 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006501 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.006953 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 1017 0.011547 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.019307 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.004422 10.0.0.38 - - [2025-06-23 02:07:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.007607 10.0.0.38 - - [2025-06-23 02:07:06] "POST /neutron/network HTTP/1.1" 200 1004 0.007061 10.0.0.38 - - [2025-06-23 02:07:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.010224 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/network HTTP/1.1" 200 1004 0.007286 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006289 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.006043 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/network HTTP/1.1" 200 1004 0.007243 10.0.0.38 - - [2025-06-23 02:07:07] "GET / HTTP/1.1" 200 35931 0.001487 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.010003 10.0.0.38 - - [2025-06-23 02:07:07] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000334 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008611 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1017 0.008359 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1109 0.110075 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1109 0.111162 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1083 0.019523 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 1083 0.019247 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.024416 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.024456 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/network HTTP/1.1" 200 994 0.006499 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/network HTTP/1.1" 200 994 0.005650 10.0.0.38 - - [2025-06-23 02:07:07] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.38 - - [2025-06-23 02:07:07] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.048817 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/network HTTP/1.1" 200 994 0.007163 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 2050 0.026366 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006425 10.0.0.38 - - [2025-06-23 02:07:07] "POST /neutron/port HTTP/1.1" 200 117 0.009977 10.0.0.38 - - [2025-06-23 02:07:07] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.38 - - [2025-06-23 02:07:07] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.38 - - [2025-06-23 02:07:07] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2574 0.008824 10.0.0.38 - - [2025-06-23 02:07:07] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.38 - - [2025-06-23 02:07:08] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7 HTTP/1.1" 200 2852 0.094562 10.0.0.38 - - [2025-06-23 02:07:08] "GET /network-ipam/990c7319-5ba6-4766-bd48-a14101577759 HTTP/1.1" 200 2602 0.005663 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domains HTTP/1.1" 200 280 0.003092 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2574 0.006337 10.0.0.38 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.38 - - [2025-06-23 02:07:08] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7 HTTP/1.1" 200 2852 0.078102 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af HTTP/1.1" 200 3780 0.006033 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af HTTP/1.1" 200 3780 0.004333 10.0.0.38 - - [2025-06-23 02:07:08] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 200 2380 0.003672 10.0.0.38 - - [2025-06-23 02:07:08] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 200 2380 0.003271 10.0.0.38 - - [2025-06-23 02:07:08] "GET /route-target/41b85075-00ca-4133-88e2-12e9a3d5167c HTTP/1.1" 200 1203 0.003174 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af HTTP/1.1" 200 3780 0.004767 10.0.0.38 - - [2025-06-23 02:07:08] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 200 2380 0.006013 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.009478 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af HTTP/1.1" 200 3780 0.008448 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/network HTTP/1.1" 200 1004 0.016830 10.0.0.38 - - [2025-06-23 02:07:08] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 200 2380 0.002902 10.0.0.38 - - [2025-06-23 02:07:08] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 200 2380 0.003994 10.0.0.38 - - [2025-06-23 02:07:08] "GET /route-target/41b85075-00ca-4133-88e2-12e9a3d5167c HTTP/1.1" 200 1203 0.003415 10.0.0.38 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domains HTTP/1.1" 200 280 0.005363 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005053 10.0.0.38 - - [2025-06-23 02:07:08] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2574 0.055535 10.0.0.38 - - [2025-06-23 02:07:08] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001934 10.0.0.38 - - [2025-06-23 02:07:08] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7 HTTP/1.1" 200 3096 0.114655 10.0.0.38 - - [2025-06-23 02:07:08] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af HTTP/1.1" 200 4038 0.017747 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1055 0.338949 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1055 0.009802 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1055 0.008166 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1109 0.078559 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 1083 0.014443 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003496 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.019309 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.38 - - [2025-06-23 02:07:08] "POST /neutron/network HTTP/1.1" 200 994 0.006515 10.0.0.38 - - [2025-06-23 02:07:09] "GET /obj-perms HTTP/1.1" 200 5030 0.055310 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/port HTTP/1.1" 200 1083 0.019047 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008285 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/port HTTP/1.1" 200 1083 0.017945 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008915 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/port HTTP/1.1" 200 1083 0.015505 10.0.0.38 - - [2025-06-23 02:07:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007727 10.0.0.38 - - [2025-06-23 02:07:09] "GET /virtual-machine/332fb64e-ef5d-4c25-8800-ff1ed4a3d9a9 HTTP/1.1" 200 1287 0.005301 10.0.0.38 - - [2025-06-23 02:07:09] "GET /virtual-machine-interface/792037b6-2d84-41cb-b435-65c8334dacd4 HTTP/1.1" 200 2941 0.006619 10.0.0.38 - - [2025-06-23 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2025-06-23 02:07:09] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003760 10.0.0.38 - - [2025-06-23 02:07:09] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003345 10.0.0.38 - - [2025-06-23 02:07:09] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007888 10.0.0.38 - - [2025-06-23 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005800 10.0.0.38 - - [2025-06-23 02:07:12] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007019 10.0.0.38 - - [2025-06-23 02:07:16] "POST /neutron/port HTTP/1.1" 200 1083 0.036288 10.0.0.38 - - [2025-06-23 02:07:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004987 10.0.0.38 - - [2025-06-23 02:07:16] "POST /neutron/port HTTP/1.1" 200 1083 0.014427 10.0.0.38 - - [2025-06-23 02:07:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005989 10.0.0.38 - - [2025-06-23 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.38 - - [2025-06-23 02:07:16] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005124 10.0.0.38 - - [2025-06-23 02:07:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014903 10.0.0.38 - - [2025-06-23 02:07:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004823 10.0.0.38 - - [2025-06-23 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.38 - - [2025-06-23 02:07:18] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003254 10.0.0.38 - - [2025-06-23 02:07:18] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003472 10.0.0.38 - - [2025-06-23 02:07:18] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005009 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016201 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006272 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014142 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006041 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014808 10.0.0.38 - - [2025-06-23 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005481 10.0.0.38 - - [2025-06-23 02:07:19] "GET /virtual-machine/cdbcb51c-11e2-4c1d-a48a-65c353a8a0f0 HTTP/1.1" 200 1289 0.003845 10.0.0.38 - - [2025-06-23 02:07:19] "GET /virtual-machine-interface/ecfc7a5f-14b7-46eb-b58e-472492c6f595 HTTP/1.1" 200 2942 0.004245 10.0.0.38 - - [2025-06-23 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.38 - - [2025-06-23 02:07:19] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002859 10.0.0.38 - - [2025-06-23 02:07:19] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002687 10.0.0.38 - - [2025-06-23 02:07:19] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006905 10.0.0.38 - - [2025-06-23 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.38 - - [2025-06-23 02:07:20] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004146 10.0.0.38 - - [2025-06-23 02:07:20] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003077 10.0.0.38 - - [2025-06-23 02:07:20] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005225 10.0.0.38 - - [2025-06-23 02:07:20] "POST /neutron/port HTTP/1.1" 200 1083 0.014128 10.0.0.38 - - [2025-06-23 02:07:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005503 10.0.0.38 - - [2025-06-23 02:07:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014708 10.0.0.38 - - [2025-06-23 02:07:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005801 10.0.0.38 - - [2025-06-23 02:07:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013619 10.0.0.38 - - [2025-06-23 02:07:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005679 10.0.0.38 - - [2025-06-23 02:07:21] "GET /virtual-machine/7584dd96-493b-4bbb-8d11-5043cac25bdf HTTP/1.1" 200 1292 0.003954 10.0.0.38 - - [2025-06-23 02:07:21] "GET /virtual-machine-interface/07de2655-7f21-48af-adcc-bd10bf9a63a9 HTTP/1.1" 200 2940 0.004077 10.0.0.38 - - [2025-06-23 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.38 - - [2025-06-23 02:07:21] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002607 10.0.0.38 - - [2025-06-23 02:07:21] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003572 10.0.0.38 - - [2025-06-23 02:07:21] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005300 10.0.0.38 - - [2025-06-23 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.38 - - [2025-06-23 02:07:22] "GET /global-vrouter-config/e2c6b12d-3dd0-46e6-874c-c651ecd6502a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003856 10.0.0.38 - - [2025-06-23 02:07:22] "GET /virtual-networks?parent_id=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004523 10.0.0.38 - - [2025-06-23 02:07:22] "GET /virtual-network/b41bd4d5-7987-4dd6-8cbe-bb99537d49af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008912 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009163 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.014752 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.127718 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1083 0.026970 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009751 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009633 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 1109 0.010186 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.134133 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/port HTTP/1.1" 200 151 0.125323 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/network HTTP/1.1" 200 994 0.009133 10.0.0.38 - - [2025-06-23 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006131 10.0.0.38 - - [2025-06-23 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.38 - - [2025-06-23 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.38 - - [2025-06-23 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002538 10.0.0.38 - - [2025-06-23 02:07:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002071 10.0.0.38 - - [2025-06-23 02:07:38] "POST /neutron/network HTTP/1.1" 200 151 0.128903 10.0.0.38 - - [2025-06-23 02:07:38] "DELETE /route-target/41b85075-00ca-4133-88e2-12e9a3d5167c HTTP/1.1" 200 115 0.032413 10.0.0.38 - - [2025-06-23 02:07:38] "GET /routing-instance/1986a9c1-49fb-4bbb-9206-24539383e359 HTTP/1.1" 404 171 0.002184 10.0.0.38 - - [2025-06-23 02:07:38] "GET /domains HTTP/1.1" 200 280 0.002389 10.0.0.38 - - [2025-06-23 02:07:38] "GET /domains?obj_uuids=d6595adb-9112-44b3-903a-b89621f5c351&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001592 10.0.0.38 - - [2025-06-23 02:07:39] "GET /domain/d6595adb-9112-44b3-903a-b89621f5c351 HTTP/1.1" 200 2574 0.053630 10.0.0.38 - - [2025-06-23 02:07:39] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.38 - - [2025-06-23 02:07:39] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7 HTTP/1.1" 200 2095 0.079239 10.0.0.38 - - [2025-06-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.38 - - [2025-06-23 02:07:39] "DELETE /network-ipam/990c7319-5ba6-4766-bd48-a14101577759 HTTP/1.1" 200 115 0.022523 10.0.0.38 - - [2025-06-23 02:07:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004341 10.0.0.38 - - [2025-06-23 02:07:39] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.38 - - [2025-06-23 02:07:39] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.055244 10.0.0.38 - - [2025-06-23 02:07:39] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.38 - - [2025-06-23 02:07:39] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?fields=virtual_networks HTTP/1.1" 200 1042 0.069066 10.0.0.38 - - [2025-06-23 02:07:39] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.38 - - [2025-06-23 02:07:39] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.035676 10.0.0.38 - - [2025-06-23 02:07:39] "GET /projects?obj_uuids=6dca110f-f90e-41b7-b43d-a8ff8fc369a7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.38 - - [2025-06-23 02:07:39] "GET /project/6dca110f-f90e-41b7-b43d-a8ff8fc369a7?fields=security_groups HTTP/1.1" 200 1268 0.034149