++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jun 12 02:10:16 UTC 2025 ===================' INFO: =================== Thu Jun 12 02:10:16 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.33:8081 ' ']' +++ echo 10.0.0.33:8081 ++ ANALYTICS_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.33:9042 ' ']' +++ echo 10.0.0.33:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.33:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.33:8086 ' ']' +++ echo 10.0.0.33:8086 ++ COLLECTOR_SERVERS=10.0.0.33: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.33 ++ CONFIGDB_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.33:8082 ' ']' +++ echo 10.0.0.33:8082 ++ CONFIG_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.33:9161 ' ']' +++ echo 10.0.0.33:9161 ++ CONFIGDB_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.33:9041 ' ']' +++ echo 10.0.0.33:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.33:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.33:2181, ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.33:2181 ' ']' +++ echo 10.0.0.33:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.33:2181 ++ RABBITMQ_NODES=10.0.0.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.33:5673, ']' +++ echo 10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.33: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.33:6379 ' ']' +++ echo 10.0.0.33:6379 ++ REDIS_SERVERS=10.0.0.33: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.33 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.33:9092 ' ']' +++ echo 10.0.0.33:9092 ++ KAFKA_SERVERS=10.0.0.33: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.33 ++ 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.33 ++ 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.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.33 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.33 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.33 +++ local servers=10.0.0.33 +++ 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}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 1 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.33:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ 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/12/2025 02:10:25.571 7f8804632048 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/12/2025 02:10:25.731 7f8804632048 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/12/2025 02:10:25.746 7f8804632048 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/12/2025 02:10:25.746 7f8804632048 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2025-06-12 02:10:29] "GET / HTTP/1.1" 503 181 0.000267 10.0.0.33 - - [2025-06-12 02:10:29] "GET / HTTP/1.1" 503 181 0.000183 10.0.0.33 - - [2025-06-12 02:10:30] "GET / HTTP/1.1" 200 45871 0.002749 10.0.0.33 - - [2025-06-12 02:10:30] "GET / HTTP/1.1" 200 45871 0.001444 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.33 - - [2025-06-12 02:10:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000782 10.0.0.33 - - [2025-06-12 02:10:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000546 10.0.0.33 - - [2025-06-12 02:10:30] "GET / HTTP/1.1" 200 35931 0.052509 10.0.0.33 - - [2025-06-12 02:10:31] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.33 - - [2025-06-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.33 - - [2025-06-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.964006 10.0.0.33 - - [2025-06-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.33 - - [2025-06-12 02:10:31] "GET / HTTP/1.1" 200 35931 0.003707 10.0.0.33 - - [2025-06-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2025-06-12 02:10:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.707988 10.0.0.33 - - [2025-06-12 02:10:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003969 10.0.0.33 - - [2025-06-12 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.116477 10.0.0.33 - - [2025-06-12 02:10:31] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008277 10.0.0.33 - - [2025-06-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.006109 10.0.0.33 - - [2025-06-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.33 - - [2025-06-12 02:10:32] "POST /config-nodes HTTP/1.1" 200 599 0.034810 10.0.0.33 - - [2025-06-12 02:10:32] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.33 - - [2025-06-12 02:10:32] "GET / HTTP/1.1" 200 35931 0.001620 10.0.0.33 - - [2025-06-12 02:10:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2025-06-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000638 10.0.0.33 - - [2025-06-12 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.623241 10.0.0.33 - - [2025-06-12 02:10:32] "GET /network-ipam/c8e6552c-f9c8-4d9a-8684-26ae9eef6d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005489 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.009235 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.934974 /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.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008672 10.0.0.33 - - [2025-06-12 02:10:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.360410 10.0.0.33 - - [2025-06-12 02:10:33] "POST /access-control-lists HTTP/1.1" 200 587 0.047302 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.090141 10.0.0.33 - - [2025-06-12 02:10:33] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019533 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 224 0.005924 10.0.0.33 - - [2025-06-12 02:10:33] "POST /job-templates HTTP/1.1" 200 555 0.108508 10.0.0.33 - - [2025-06-12 02:10:33] "POST /service-appliance-sets HTTP/1.1" 200 553 0.056389 10.0.0.33 - - [2025-06-12 02:10:33] "POST /access-control-lists HTTP/1.1" 200 585 0.052331 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.004179 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.003937 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.33 - - [2025-06-12 02:10:33] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011964 10.0.0.33 - - [2025-06-12 02:10:33] "POST /job-templates HTTP/1.1" 200 563 0.079216 10.0.0.33 - - [2025-06-12 02:10:33] "POST /route-targets HTTP/1.1" 200 327 0.057779 10.0.0.33 - - [2025-06-12 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.023683 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 191 0.003636 10.0.0.33 - - [2025-06-12 02:10:33] "POST /service-appliance-sets HTTP/1.1" 200 541 0.029762 10.0.0.33 - - [2025-06-12 02:10:33] "POST /route-targets HTTP/1.1" 200 327 0.013772 10.0.0.33 - - [2025-06-12 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 545 0.070917 10.0.0.33 - - [2025-06-12 02:10:34] "GET /network-ipam/c8e6552c-f9c8-4d9a-8684-26ae9eef6d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004753 10.0.0.33 - - [2025-06-12 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.021558 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003203 10.0.0.33 - - [2025-06-12 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.012920 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 577 0.066103 10.0.0.33 - - [2025-06-12 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.038224 10.0.0.33 - - [2025-06-12 02:10:34] "POST /service-templates HTTP/1.1" 200 511 0.026481 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.004133 10.0.0.33 - - [2025-06-12 02:10:34] "POST /service-templates HTTP/1.1" 200 501 0.035420 10.0.0.33 - - [2025-06-12 02:10:34] "POST /route-targets HTTP/1.1" 200 327 0.018429 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 579 0.081975 10.0.0.33 - - [2025-06-12 02:10:34] "POST /service-templates HTTP/1.1" 200 515 0.068910 10.0.0.33 - - [2025-06-12 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.044163 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.004717 10.0.0.33 - - [2025-06-12 02:10:34] "POST /service-templates HTTP/1.1" 200 535 0.023342 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.004064 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 583 0.078375 10.0.0.33 - - [2025-06-12 02:10:34] "POST /service-templates HTTP/1.1" 200 507 0.076345 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.004202 10.0.0.33 - - [2025-06-12 02:10:34] "POST /access-control-lists HTTP/1.1" 200 551 0.115974 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 559 0.083159 10.0.0.33 - - [2025-06-12 02:10:34] "PUT /access-control-list/7b027b1d-d781-43d2-bdc9-20222623c586 HTTP/1.1" 200 272 0.061726 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.003272 10.0.0.33 - - [2025-06-12 02:10:34] "PUT /access-control-list/d19da467-1a5f-41b8-bff8-f3ee37b8c3cf HTTP/1.1" 200 272 0.017339 10.0.0.33 - - [2025-06-12 02:10:34] "POST /job-templates HTTP/1.1" 200 569 0.089703 10.0.0.33 - - [2025-06-12 02:10:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003700 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 555 0.069527 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.005245 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 555 0.076441 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.005473 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 555 0.065023 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.004165 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 535 0.077987 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.004049 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 559 0.065147 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.003787 10.0.0.33 - - [2025-06-12 02:10:35] "POST /job-templates HTTP/1.1" 200 559 0.073128 10.0.0.33 - - [2025-06-12 02:10:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.003715 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 559 0.066609 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.004140 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 565 0.065688 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003654 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 557 0.070885 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.004603 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 555 0.071259 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.004367 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 573 0.070626 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.004133 10.0.0.33 - - [2025-06-12 02:10:36] "POST /job-templates HTTP/1.1" 200 551 0.065498 10.0.0.33 - - [2025-06-12 02:10:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.004142 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 579 0.069478 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003843 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 555 0.068781 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003973 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 559 0.065810 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003759 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 575 0.074201 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003518 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 557 0.069667 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004319 10.0.0.33 - - [2025-06-12 02:10:37] "POST /job-templates HTTP/1.1" 200 559 0.063511 10.0.0.33 - - [2025-06-12 02:10:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.003665 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 555 0.064730 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.004077 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 553 0.064347 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003710 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 553 0.068589 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003828 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 553 0.065403 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.33 - - [2025-06-12 02:10:38] "GET /global-vrouter-config/545b61c2-2d57-4977-b5b2-fcf96abf713f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004610 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.003666 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 563 0.068984 10.0.0.33 - - [2025-06-12 02:10:38] "PUT /global-vrouter-config/545b61c2-2d57-4977-b5b2-fcf96abf713f HTTP/1.1" 200 276 0.031200 10.0.0.33 - - [2025-06-12 02:10:38] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.003389 10.0.0.33 - - [2025-06-12 02:10:38] "POST /job-templates HTTP/1.1" 200 565 0.069806 10.0.0.33 - - [2025-06-12 02:10:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.005955 10.0.0.33 - - [2025-06-12 02:10:38] "POST /config-propertiess HTTP/1.1" 200 551 0.024559 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 168 0.003540 10.0.0.33 - - [2025-06-12 02:10:39] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 401 292 0.000587 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.032222 10.0.0.33 - - [2025-06-12 02:10:39] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010620 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 321 0.061326 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.003786 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 166 0.003381 10.0.0.33 - - [2025-06-12 02:10:39] "POST /config-database-nodes HTTP/1.1" 200 617 0.021273 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 317 0.024672 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 174 0.003282 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 333 0.028458 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003875 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 581 0.044333 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 309 0.035531 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 575 0.031122 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 174 0.003355 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 575 0.023613 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 333 0.027001 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 559 0.022415 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 164 0.003657 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 555 0.021051 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 313 0.027303 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 557 0.023467 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 404 169 0.003390 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 565 0.023681 10.0.0.33 - - [2025-06-12 02:10:39] "POST /tags HTTP/1.1" 200 323 0.031695 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 549 0.021228 10.0.0.33 - - [2025-06-12 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.33 - - [2025-06-12 02:10:39] "PUT /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d HTTP/1.1" 200 274 0.009670 10.0.0.33 - - [2025-06-12 02:10:39] "POST /alarms HTTP/1.1" 200 557 0.028466 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.003455 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 567 0.022304 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 327 0.022138 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 555 0.028520 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.004466 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 567 0.020489 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 327 0.014131 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.004259 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 575 0.064862 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 327 0.019442 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 569 0.020954 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.004590 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 561 0.032060 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 327 0.015408 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.004027 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 561 0.025414 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 323 0.021260 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 561 0.024777 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003249 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 547 0.021737 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 323 0.012376 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 595 0.020552 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 161 0.003170 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 575 0.024059 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 317 0.015880 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.002884 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 571 0.023951 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 323 0.015178 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 583 0.022470 10.0.0.33 - - [2025-06-12 02:10:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003407 10.0.0.33 - - [2025-06-12 02:10:40] "POST /alarms HTTP/1.1" 200 609 0.019493 10.0.0.33 - - [2025-06-12 02:10:40] "POST /hardwares HTTP/1.1" 200 323 0.012611 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003388 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 323 0.012587 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.003386 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 325 0.013760 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.004139 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 325 0.015126 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.003903 10.0.0.33 - - [2025-06-12 02:10:41] "GET / HTTP/1.1" 200 35931 0.003847 10.0.0.33 - - [2025-06-12 02:10:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000615 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 325 0.017303 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.004612 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 325 0.014910 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003139 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 323 0.013249 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003813 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 317 0.014979 10.0.0.33 - - [2025-06-12 02:10:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026939 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003660 10.0.0.33 - - [2025-06-12 02:10:41] "PUT /global-vrouter-config/545b61c2-2d57-4977-b5b2-fcf96abf713f HTTP/1.1" 200 276 0.010962 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 323 0.016523 10.0.0.33 - - [2025-06-12 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003646 10.0.0.33 - - [2025-06-12 02:10:41] "POST /hardwares HTTP/1.1" 200 317 0.015177 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 164 0.002995 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 323 0.012793 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.004112 10.0.0.33 - - [2025-06-12 02:10:42] "GET / HTTP/1.1" 200 35931 0.001770 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 319 0.014613 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.003583 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 319 0.014162 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.003498 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 325 0.013283 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.003445 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 317 0.015056 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.034110 10.0.0.33 - - [2025-06-12 02:10:42] "GET /global-vrouter-config/545b61c2-2d57-4977-b5b2-fcf96abf713f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004293 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.002857 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 317 0.011916 10.0.0.33 - - [2025-06-12 02:10:42] "PUT /global-vrouter-config/545b61c2-2d57-4977-b5b2-fcf96abf713f HTTP/1.1" 200 276 0.009186 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.003097 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 319 0.012610 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.003038 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 319 0.013532 10.0.0.33 - - [2025-06-12 02:10:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.003356 10.0.0.33 - - [2025-06-12 02:10:42] "POST /hardwares HTTP/1.1" 200 319 0.017218 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.003578 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 311 0.013273 10.0.0.33 - - [2025-06-12 02:10:43] "GET / HTTP/1.1" 200 35931 0.001673 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.003601 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 311 0.013679 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 160 0.003575 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 315 0.014573 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 154 0.003432 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 303 0.013725 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.003587 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.027682 10.0.0.33 - - [2025-06-12 02:10:43] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006712 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 311 0.013250 10.0.0.33 - - [2025-06-12 02:10:43] "PUT /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d HTTP/1.1" 200 274 0.019904 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.002687 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 305 0.011485 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.003288 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 305 0.012391 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.003792 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 305 0.011411 10.0.0.33 - - [2025-06-12 02:10:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.003505 10.0.0.33 - - [2025-06-12 02:10:43] "POST /hardwares HTTP/1.1" 200 305 0.030396 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 156 0.004644 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 307 0.014287 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 156 0.003212 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 307 0.016194 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 156 0.004252 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 307 0.012944 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003315 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 309 0.012164 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 158 0.003280 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 311 0.011719 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 158 0.003525 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 311 0.013202 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 153 0.003477 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 301 0.014560 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003836 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 309 0.013722 10.0.0.33 - - [2025-06-12 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.004015 10.0.0.33 - - [2025-06-12 02:10:44] "POST /hardwares HTTP/1.1" 200 309 0.013763 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.004785 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 309 0.012208 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003498 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 309 0.013317 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003492 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 309 0.013769 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 161 0.003256 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 317 0.013116 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003104 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 309 0.014367 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.002951 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 309 0.012766 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 154 0.002807 10.0.0.33 - - [2025-06-12 02:10:45] "POST /hardwares HTTP/1.1" 200 303 0.012022 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003549 10.0.0.33 - - [2025-06-12 02:10:45] "POST /features HTTP/1.1" 200 533 0.022419 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.004612 10.0.0.33 - - [2025-06-12 02:10:45] "POST /features HTTP/1.1" 200 523 0.021803 10.0.0.33 - - [2025-06-12 02:10:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003157 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 521 0.018853 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003180 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 521 0.019374 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003408 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 531 0.018857 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003654 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 521 0.020983 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003255 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 539 0.022422 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.003610 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 525 0.023967 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.003546 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 519 0.018455 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003147 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 517 0.017749 10.0.0.33 - - [2025-06-12 02:10:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003208 10.0.0.33 - - [2025-06-12 02:10:46] "POST /features HTTP/1.1" 200 533 0.017271 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003182 10.0.0.33 - - [2025-06-12 02:10:47] "POST /features HTTP/1.1" 200 541 0.019838 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 178 0.004350 10.0.0.33 - - [2025-06-12 02:10:47] "POST /physical-roles HTTP/1.1" 200 521 0.017942 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 179 0.003471 10.0.0.33 - - [2025-06-12 02:10:47] "POST /physical-roles HTTP/1.1" 200 523 0.018570 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003625 10.0.0.33 - - [2025-06-12 02:10:47] "POST /physical-roles HTTP/1.1" 200 533 0.024569 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 177 0.003191 10.0.0.33 - - [2025-06-12 02:10:47] "POST /physical-roles HTTP/1.1" 200 519 0.088835 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003285 10.0.0.33 - - [2025-06-12 02:10:47] "POST /overlay-roles HTTP/1.1" 200 545 0.067011 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003187 10.0.0.33 - - [2025-06-12 02:10:47] "POST /overlay-roles HTTP/1.1" 200 531 0.072290 10.0.0.33 - - [2025-06-12 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003058 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 545 0.068421 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003961 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 533 0.082104 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003265 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 541 0.059665 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.33 - - [2025-06-12 02:10:48] "PUT /overlay-role/ce477b45-77ee-4a77-94e7-807af5989be9 HTTP/1.1" 200 258 0.012430 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003557 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 531 0.054328 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003770 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 533 0.055732 10.0.0.33 - - [2025-06-12 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003419 10.0.0.33 - - [2025-06-12 02:10:48] "POST /overlay-roles HTTP/1.1" 200 529 0.044216 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.003531 10.0.0.33 - - [2025-06-12 02:10:49] "POST /overlay-roles HTTP/1.1" 200 537 0.063150 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003597 10.0.0.33 - - [2025-06-12 02:10:49] "POST /overlay-roles HTTP/1.1" 200 541 0.152604 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 178 0.003087 10.0.0.33 - - [2025-06-12 02:10:49] "POST /overlay-roles HTTP/1.1" 200 519 0.026090 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.003701 10.0.0.33 - - [2025-06-12 02:10:49] "POST /overlay-roles HTTP/1.1" 200 543 0.019268 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.003439 10.0.0.33 - - [2025-06-12 02:10:49] "POST /role-definitions HTTP/1.1" 200 533 0.045850 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003244 10.0.0.33 - - [2025-06-12 02:10:49] "POST /role-definitions HTTP/1.1" 200 547 0.019928 10.0.0.33 - - [2025-06-12 02:10:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.003181 10.0.0.33 - - [2025-06-12 02:10:49] "POST /role-definitions HTTP/1.1" 200 549 0.018648 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.003335 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 551 0.024213 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003264 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 563 0.024795 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.004184 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 547 0.020469 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.003690 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 549 0.024436 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.003345 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 551 0.023891 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.004469 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 549 0.023109 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003447 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 561 0.019490 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.003940 10.0.0.33 - - [2025-06-12 02:10:50] "POST /role-definitions HTTP/1.1" 200 547 0.023386 10.0.0.33 - - [2025-06-12 02:10:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.003168 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 549 0.023747 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.003326 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 545 0.018595 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.004040 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 547 0.019943 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.003101 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 553 0.020902 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003783 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 555 0.024265 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 182 0.003991 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 533 0.024391 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 187 0.003103 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 543 0.020231 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 181 0.003607 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 531 0.026014 10.0.0.33 - - [2025-06-12 02:10:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003194 10.0.0.33 - - [2025-06-12 02:10:51] "POST /role-definitions HTTP/1.1" 200 537 0.024549 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.003687 10.0.0.33 - - [2025-06-12 02:10:52] "POST /role-definitions HTTP/1.1" 200 547 0.020990 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.003083 10.0.0.33 - - [2025-06-12 02:10:52] "POST /role-definitions HTTP/1.1" 200 557 0.018640 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003614 10.0.0.33 - - [2025-06-12 02:10:52] "POST /role-definitions HTTP/1.1" 200 561 0.023365 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.003445 10.0.0.33 - - [2025-06-12 02:10:52] "POST /role-definitions HTTP/1.1" 200 559 0.020004 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.003660 10.0.0.33 - - [2025-06-12 02:10:52] "POST /feature-configs HTTP/1.1" 200 537 0.018994 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 212 0.003566 10.0.0.33 - - [2025-06-12 02:10:52] "POST /feature-configs HTTP/1.1" 200 562 0.022162 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003180 10.0.0.33 - - [2025-06-12 02:10:52] "POST /feature-configs HTTP/1.1" 200 561 0.018710 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 192 0.003726 10.0.0.33 - - [2025-06-12 02:10:52] "POST /node-profiles HTTP/1.1" 200 547 0.021129 10.0.0.33 - - [2025-06-12 02:10:52] "POST /fqname-to-id HTTP/1.1" 404 187 0.003951 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 537 0.021791 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.005789 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 549 0.022671 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003448 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 541 0.018973 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003664 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 541 0.025984 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.003821 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 539 0.021029 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.004057 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 531 0.026045 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003619 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 533 0.019503 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.003288 10.0.0.33 - - [2025-06-12 02:10:53] "POST /node-profiles HTTP/1.1" 200 557 0.019962 10.0.0.33 - - [2025-06-12 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003597 10.0.0.33 - - [2025-06-12 02:10:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021929 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.004036 10.0.0.33 - - [2025-06-12 02:10:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.034518 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.004272 10.0.0.33 - - [2025-06-12 02:10:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024517 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003987 10.0.0.33 - - [2025-06-12 02:10:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020849 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.004401 10.0.0.33 - - [2025-06-12 02:10:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024715 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003874 10.0.0.33 - - [2025-06-12 02:10:54] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023700 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.003447 10.0.0.33 - - [2025-06-12 02:10:54] "POST /sflow-profiles HTTP/1.1" 200 532 0.018388 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.003734 10.0.0.33 - - [2025-06-12 02:10:54] "POST /sflow-profiles HTTP/1.1" 200 538 0.020724 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.003965 10.0.0.33 - - [2025-06-12 02:10:54] "POST /sflow-profiles HTTP/1.1" 200 538 0.020382 10.0.0.33 - - [2025-06-12 02:10:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.003682 10.0.0.33 - - [2025-06-12 02:10:55] "POST /grpc-profiles HTTP/1.1" 200 530 0.021276 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.003815 10.0.0.33 - - [2025-06-12 02:10:55] "POST /snmp-profiles HTTP/1.1" 200 530 0.021281 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.003632 10.0.0.33 - - [2025-06-12 02:10:55] "POST /netconf-profiles HTTP/1.1" 200 542 0.023221 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003713 10.0.0.33 - - [2025-06-12 02:10:55] "POST /device-functional-groups HTTP/1.1" 200 540 0.019249 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003957 10.0.0.33 - - [2025-06-12 02:10:55] "POST /device-functional-groups HTTP/1.1" 200 540 0.022351 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.003430 10.0.0.33 - - [2025-06-12 02:10:55] "POST /device-functional-groups HTTP/1.1" 200 544 0.021036 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.003638 10.0.0.33 - - [2025-06-12 02:10:55] "POST /device-functional-groups HTTP/1.1" 200 542 0.031724 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.004650 10.0.0.33 - - [2025-06-12 02:10:55] "POST /device-functional-groups HTTP/1.1" 200 590 0.019897 10.0.0.33 - - [2025-06-12 02:10:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.003615 10.0.0.33 - - [2025-06-12 02:10:56] "GET /global-system-configs HTTP/1.1" 200 322 0.885160 10.0.0.33 - - [2025-06-12 02:10:56] "POST /device-functional-groups HTTP/1.1" 200 570 0.022874 10.0.0.33 - - [2025-06-12 02:10:56] "GET /global-system-configs HTTP/1.1" 200 322 0.038562 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 236 0.003488 10.0.0.33 - - [2025-06-12 02:10:56] "POST /device-functional-groups HTTP/1.1" 200 620 0.020494 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003728 10.0.0.33 - - [2025-06-12 02:10:56] "POST /device-functional-groups HTTP/1.1" 200 566 0.027261 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003322 10.0.0.33 - - [2025-06-12 02:10:56] "POST /device-functional-groups HTTP/1.1" 200 564 0.021129 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.003172 10.0.0.33 - - [2025-06-12 02:10:56] "POST /device-functional-groups HTTP/1.1" 200 574 0.019002 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 201 0.002988 10.0.0.33 - - [2025-06-12 02:10:56] "POST /role-configs HTTP/1.1" 200 525 0.022082 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.003401 10.0.0.33 - - [2025-06-12 02:10:56] "POST /role-configs HTTP/1.1" 200 520 0.017457 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.004005 10.0.0.33 - - [2025-06-12 02:10:56] "POST /role-configs HTTP/1.1" 200 522 0.021296 10.0.0.33 - - [2025-06-12 02:10:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003408 10.0.0.33 - - [2025-06-12 02:10:56] "POST /role-configs HTTP/1.1" 200 522 0.020127 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.003863 10.0.0.33 - - [2025-06-12 02:10:57] "POST /role-configs HTTP/1.1" 200 526 0.023031 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.003701 10.0.0.33 - - [2025-06-12 02:10:57] "POST /role-configs HTTP/1.1" 200 521 0.019660 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.003625 10.0.0.33 - - [2025-06-12 02:10:57] "POST /role-configs HTTP/1.1" 200 517 0.017678 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003122 10.0.0.33 - - [2025-06-12 02:10:57] "POST /role-configs HTTP/1.1" 200 518 0.019341 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.33 - - [2025-06-12 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.009881 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.33 - - [2025-06-12 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.33 - - [2025-06-12 02:10:57] "POST /ref-update HTTP/1.1" 200 156 0.012109 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.33 - - [2025-06-12 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.011238 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.011415 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.010264 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.010364 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.012686 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.010247 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.33 - - [2025-06-12 02:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2025-06-12 02:10:58] "POST /ref-update HTTP/1.1" 200 156 0.012958 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.011166 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.011099 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.009625 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.010674 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.33 - - [2025-06-12 02:10:59] "POST /ref-update HTTP/1.1" 200 156 0.012406 10.0.0.33 - - [2025-06-12 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.010856 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.010207 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.012125 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.33 - - [2025-06-12 02:11:00] "POST /ref-update HTTP/1.1" 200 156 0.010583 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.33 - - [2025-06-12 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009670 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009845 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.012449 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.010716 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006078 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.33 - - [2025-06-12 02:11:01] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.33 - - [2025-06-12 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010681 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.007388 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.009171 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010517 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005120 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.008883 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.33 - - [2025-06-12 02:11:02] "POST /ref-update HTTP/1.1" 200 156 0.010971 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.33 - - [2025-06-12 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.011772 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.011695 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.011366 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.009587 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.010761 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.33 - - [2025-06-12 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.33 - - [2025-06-12 02:11:03] "POST /ref-update HTTP/1.1" 200 156 0.010420 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.012300 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.010751 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.008865 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.010222 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.33 - - [2025-06-12 02:11:04] "POST /ref-update HTTP/1.1" 200 156 0.009011 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.33 - - [2025-06-12 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.014099 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.011678 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006043 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.009839 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.33 - - [2025-06-12 02:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.33 - - [2025-06-12 02:11:05] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.011562 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008806 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.010574 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.33 - - [2025-06-12 02:11:06] "POST /ref-update HTTP/1.1" 200 156 0.013092 10.0.0.33 - - [2025-06-12 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.010901 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.012405 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.008604 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.015337 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.33 - - [2025-06-12 02:11:07] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.33 - - [2025-06-12 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.010000 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.013125 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.009068 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.012066 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.33 - - [2025-06-12 02:11:08] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.33 - - [2025-06-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008500 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.008474 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.33 - - [2025-06-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.33 - - [2025-06-12 02:11:09] "POST /ref-update HTTP/1.1" 200 156 0.007693 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008422 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.011018 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008799 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008983 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.33 - - [2025-06-12 02:11:10] "POST /ref-update HTTP/1.1" 200 156 0.011393 10.0.0.33 - - [2025-06-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.011073 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.010781 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.012476 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.009481 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.33 - - [2025-06-12 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.33 - - [2025-06-12 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.011962 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.010223 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.009381 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.012735 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.008955 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.33 - - [2025-06-12 02:11:12] "POST /ref-update HTTP/1.1" 200 156 0.009303 10.0.0.33 - - [2025-06-12 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.009630 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.010680 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.010509 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.011491 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.33 - - [2025-06-12 02:11:13] "POST /ref-update HTTP/1.1" 200 156 0.010756 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.33 - - [2025-06-12 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.012106 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.011231 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.010703 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.010411 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.33 - - [2025-06-12 02:11:14] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.33 - - [2025-06-12 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.008700 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.007953 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009316 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.011538 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.009236 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.33 - - [2025-06-12 02:11:15] "POST /ref-update HTTP/1.1" 200 156 0.010676 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.33 - - [2025-06-12 02:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.010741 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.009861 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.011790 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.011604 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.009072 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.33 - - [2025-06-12 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.33 - - [2025-06-12 02:11:16] "POST /ref-update HTTP/1.1" 200 156 0.009494 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009690 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.011247 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.010041 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.33 - - [2025-06-12 02:11:17] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.33 - - [2025-06-12 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.010176 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.010308 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.010676 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.010655 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007122 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.009900 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.33 - - [2025-06-12 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.33 - - [2025-06-12 02:11:18] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.011566 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.009710 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.010104 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.010281 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.33 - - [2025-06-12 02:11:19] "POST /ref-update HTTP/1.1" 200 156 0.009765 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.33 - - [2025-06-12 02:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008912 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.008567 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.009704 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.009535 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.010212 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.33 - - [2025-06-12 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.33 - - [2025-06-12 02:11:20] "POST /ref-update HTTP/1.1" 200 156 0.009489 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.009083 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.33 - - [2025-06-12 02:11:21] "POST /ref-update HTTP/1.1" 200 156 0.008474 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.33 - - [2025-06-12 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009296 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009662 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009051 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009699 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009692 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.33 - - [2025-06-12 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.33 - - [2025-06-12 02:11:22] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.009709 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.010326 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.33 - - [2025-06-12 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.33 - - [2025-06-12 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.011116 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.034253 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.010415 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.33 - - [2025-06-12 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.33 - - [2025-06-12 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.009644 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.007484 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.010366 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.010209 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.032379 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.33 - - [2025-06-12 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.33 - - [2025-06-12 02:11:25] "POST /ref-update HTTP/1.1" 200 156 0.011224 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.011425 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.011889 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.010385 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.010448 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.012138 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.33 - - [2025-06-12 02:11:26] "POST /ref-update HTTP/1.1" 200 156 0.020052 10.0.0.33 - - [2025-06-12 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.33 - - [2025-06-12 02:11:26] "GET / HTTP/1.1" 200 35931 0.001934 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.009616 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.015246 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.027296 10.0.0.33 - - [2025-06-12 02:11:27] "GET /routing-instance/a054673f-7cd6-4cc4-b9d9-5cfbe0d8387c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004077 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.011670 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.33 - - [2025-06-12 02:11:27] "POST /bgp-routers HTTP/1.1" 200 620 0.021637 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.33 - - [2025-06-12 02:11:27] "GET /bgp-router/878d14cb-a315-468e-b0e6-c494ad060ffc?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.007270 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.010279 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.33 - - [2025-06-12 02:11:27] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006334 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003851 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.009965 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.33 - - [2025-06-12 02:11:27] "POST /ref-update HTTP/1.1" 200 156 0.010760 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2025-06-12 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.011887 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.011650 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.013130 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.010470 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.011988 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.013130 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.33 - - [2025-06-12 02:11:28] "POST /ref-update HTTP/1.1" 200 156 0.010152 10.0.0.33 - - [2025-06-12 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008215 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.013755 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.012031 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005781 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.011847 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.010831 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.33 - - [2025-06-12 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.010301 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2025-06-12 02:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010975 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.012008 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.011721 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010021 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010068 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.33 - - [2025-06-12 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.33 - - [2025-06-12 02:11:30] "POST /ref-update HTTP/1.1" 200 156 0.010325 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.011559 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.011267 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.011397 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.010092 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.33 - - [2025-06-12 02:11:31] "POST /ref-update HTTP/1.1" 200 156 0.011737 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.33 - - [2025-06-12 02:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.010384 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.010506 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.010528 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.012111 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.011495 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.011116 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.33 - - [2025-06-12 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.33 - - [2025-06-12 02:11:32] "POST /ref-update HTTP/1.1" 200 156 0.010774 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.011616 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.012516 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.010820 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.011296 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.011061 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005504 10.0.0.33 - - [2025-06-12 02:11:33] "POST /ref-update HTTP/1.1" 200 156 0.014339 10.0.0.33 - - [2025-06-12 02:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.009561 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.011146 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.011753 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.008983 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.33 - - [2025-06-12 02:11:34] "POST /ref-update HTTP/1.1" 200 156 0.009238 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.33 - - [2025-06-12 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.013612 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006473 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.011082 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.010951 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.011252 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.33 - - [2025-06-12 02:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.33 - - [2025-06-12 02:11:35] "POST /ref-update HTTP/1.1" 200 156 0.011263 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.015118 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.014046 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.012933 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.011256 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.011090 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.33 - - [2025-06-12 02:11:36] "POST /ref-update HTTP/1.1" 200 156 0.010581 10.0.0.33 - - [2025-06-12 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.011320 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.013967 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.010835 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.33 - - [2025-06-12 02:11:37] "POST /ref-update HTTP/1.1" 200 156 0.010418 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.33 - - [2025-06-12 02:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.33 - - [2025-06-12 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.008922 10.0.0.33 - - [2025-06-12 02:11:38] "POST /network-ipams HTTP/1.1" 200 550 0.022714 10.0.0.33 - - [2025-06-12 02:11:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003553 10.0.0.33 - - [2025-06-12 02:11:38] "POST /virtual-networks HTTP/1.1" 200 552 0.114148 10.0.0.33 - - [2025-06-12 02:11:38] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003489 10.0.0.33 - - [2025-06-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.003558 10.0.0.33 - - [2025-06-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 178 0.003776 10.0.0.33 - - [2025-06-12 02:11:38] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003520 10.0.0.33 - - [2025-06-12 02:11:38] "GET /fabric/cf9f286c-5ab4-410e-a762-f558faa632d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.005270 10.0.0.33 - - [2025-06-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 198 0.004398 10.0.0.33 - - [2025-06-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.005361 10.0.0.33 - - [2025-06-12 02:11:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003602 10.0.0.33 - - [2025-06-12 02:11:38] "POST /route-targets HTTP/1.1" 200 327 0.011725 10.0.0.33 - - [2025-06-12 02:11:38] "POST /ref-update HTTP/1.1" 200 156 0.010437 10.0.0.33 - - [2025-06-12 02:12:01] "GET / HTTP/1.1" 200 35931 0.002607 10.0.0.33 - - [2025-06-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.33 - - [2025-06-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029622 10.0.0.33 - - [2025-06-12 02:12:01] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.010808 10.0.0.33 - - [2025-06-12 02:12:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.004098 10.0.0.33 - - [2025-06-12 02:12:02] "POST /database-nodes HTTP/1.1" 200 603 0.027226 10.0.0.33 - - [2025-06-12 02:12:38] "GET / HTTP/1.1" 200 35931 0.002158 10.0.0.33 - - [2025-06-12 02:12:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.33 - - [2025-06-12 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.025078 10.0.0.33 - - [2025-06-12 02:12:38] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007400 10.0.0.33 - - [2025-06-12 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.003144 10.0.0.33 - - [2025-06-12 02:12:38] "POST /analytics-nodes HTTP/1.1" 200 605 0.017821 10.0.0.33 - - [2025-06-12 02:12:44] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.33 - - [2025-06-12 02:12:52] "GET / HTTP/1.1" 200 35931 0.001479 10.0.0.33 - - [2025-06-12 02:12:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2025-06-12 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.031066 10.0.0.33 - - [2025-06-12 02:12:53] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007929 10.0.0.33 - - [2025-06-12 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003646 10.0.0.33 - - [2025-06-12 02:12:53] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.027461 10.0.0.33 - - [2025-06-12 02:13:02] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.33 - - [2025-06-12 02:13:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.33 - - [2025-06-12 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.028586 10.0.0.33 - - [2025-06-12 02:13:02] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008278 10.0.0.33 - - [2025-06-12 02:13:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003448 10.0.0.33 - - [2025-06-12 02:13:02] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.034045 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.33 - - [2025-06-12 02:13:36] "GET /obj-perms HTTP/1.1" 200 5056 0.386304 10.0.0.33 - - [2025-06-12 02:13:36] "GET /obj-perms HTTP/1.1" 200 5056 0.049045 10.0.0.33 - - [2025-06-12 02:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055026 10.0.0.33 - - [2025-06-12 02:14:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050967 10.0.0.33 - - [2025-06-12 02:15:29] "GET / HTTP/1.1" 200 35931 0.003897 10.0.0.33 - - [2025-06-12 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.028018 10.0.0.33 - - [2025-06-12 02:15:30] "GET /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006461 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.33 - - [2025-06-12 02:15:30] "GET /routing-instance/a054673f-7cd6-4cc4-b9d9-5cfbe0d8387c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005049 10.0.0.33 - - [2025-06-12 02:15:30] "PUT /global-system-config/8c0c347d-9557-4e3a-8629-40211613629d HTTP/1.1" 200 274 0.011832 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 218 0.003700 10.0.0.33 - - [2025-06-12 02:15:30] "POST /virtual-routers HTTP/1.1" 200 603 0.084151 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.33 - - [2025-06-12 02:15:30] "GET /virtual-router/6f3cca8e-4f73-49a5-b396-20cf0f93d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006101 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.004075 10.0.0.33 - - [2025-06-12 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.33 - - [2025-06-12 02:15:30] "GET /virtual-network/9feebb44-7ac9-458c-9e72-6d840e4777a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006108 10.0.0.33 - - [2025-06-12 02:15:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.046473 10.0.0.33 - - [2025-06-12 02:15:31] "PUT /access-control-list/f5a7fd09-cad6-4705-bbba-a0719bd93a3d HTTP/1.1" 200 272 0.011686 [Introspect:8084]10.0.0.33 - - [2025-06-12 02:15:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000895 [Introspect:8084]10.0.0.33 - - [2025-06-12 02:15:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001482 [Introspect:8084]10.0.0.33 - - [2025-06-12 02:15:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000884 [Introspect:8084]10.0.0.33 - - [2025-06-12 02:15:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001021 10.0.0.33 - - [2025-06-12 02:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055067 10.0.0.33 - - [2025-06-12 02:15:38] "GET /obj-perms HTTP/1.1" 200 5056 0.054982 10.0.0.33 - - [2025-06-12 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.33 - - [2025-06-12 02:15:38] "GET /virtual-router/6f3cca8e-4f73-49a5-b396-20cf0f93d365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003871 10.0.0.33 - - [2025-06-12 02:15:52] "GET /global-system-configs HTTP/1.1" 200 322 0.036729 10.0.0.33 - - [2025-06-12 02:15:52] "GET /obj-perms HTTP/1.1" 200 5056 0.076150 10.0.0.33 - - [2025-06-12 02:15:52] "GET /global-system-configs HTTP/1.1" 200 322 0.003924 10.0.0.33 - - [2025-06-12 02:15:52] "GET /obj-perms HTTP/1.1" 200 5056 0.027677 10.0.0.33 - - [2025-06-12 02:16:32] "GET /projects?obj_uuids=13b56568-faf4-4e50-aaca-34be187fdd0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026120 10.0.0.33 - - [2025-06-12 02:16:32] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.33 - - [2025-06-12 02:16:32] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036567 10.0.0.33 - - [2025-06-12 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.001829 10.0.0.33 - - [2025-06-12 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.004623 10.0.0.33 - - [2025-06-12 02:16:32] "POST /security-groups HTTP/1.1" 200 568 0.076149 10.0.0.33 - - [2025-06-12 02:16:32] "POST /projects HTTP/1.1" 200 539 0.246555 10.0.0.33 - - [2025-06-12 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.030760 10.0.0.33 - - [2025-06-12 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.322729 10.0.0.33 - - [2025-06-12 02:16:32] "POST /access-control-lists HTTP/1.1" 200 573 0.068531 10.0.0.33 - - [2025-06-12 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003888 10.0.0.33 - - [2025-06-12 02:16:32] "POST /neutron/network HTTP/1.1" 200 576 0.599434 10.0.0.33 - - [2025-06-12 02:16:32] "POST /access-control-lists HTTP/1.1" 200 571 0.066802 10.0.0.33 - - [2025-06-12 02:16:33] "POST /route-targets HTTP/1.1" 200 327 0.014348 10.0.0.33 - - [2025-06-12 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.016826 10.0.0.33 - - [2025-06-12 02:16:33] "DELETE /project/13b56568faf44e50aaca34be187fdd0b HTTP/1.1" 404 173 0.003584 10.0.0.33 - - [2025-06-12 02:16:34] "POST /neutron/network HTTP/1.1" 400 186 0.026851 10.0.0.33 - - [2025-06-12 02:16:34] "POST /neutron/network HTTP/1.1" 200 598 0.009979 10.0.0.33 - - [2025-06-12 02:16:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004182 10.0.0.33 - - [2025-06-12 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 732 0.211712 10.0.0.33 - - [2025-06-12 02:16:36] "POST /neutron/network HTTP/1.1" 400 186 0.030519 10.0.0.33 - - [2025-06-12 02:16:36] "POST /neutron/network HTTP/1.1" 200 766 0.011102 10.0.0.33 - - [2025-06-12 02:16:38] "GET /obj-perms HTTP/1.1" 200 5056 0.054460 10.0.0.33 - - [2025-06-12 02:16:38] "GET /obj-perms HTTP/1.1" 200 5056 0.060646 10.0.0.33 - - [2025-06-12 02:16:52] "GET /projects?obj_uuids=459f5a13-c23f-4125-b292-34421ff528b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003727 10.0.0.33 - - [2025-06-12 02:16:52] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.33 - - [2025-06-12 02:16:52] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050888 10.0.0.33 - - [2025-06-12 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 204 0.001304 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 213 0.003694 10.0.0.33 - - [2025-06-12 02:16:52] "POST /security-groups HTTP/1.1" 200 605 0.064495 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 248 0.005684 10.0.0.33 - - [2025-06-12 02:16:52] "POST /projects HTTP/1.1" 200 613 0.231197 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.303708 10.0.0.33 - - [2025-06-12 02:16:52] "POST /access-control-lists HTTP/1.1" 200 610 0.071255 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 247 0.006417 10.0.0.33 - - [2025-06-12 02:16:52] "POST /neutron/network HTTP/1.1" 200 695 0.575277 10.0.0.33 - - [2025-06-12 02:16:52] "POST /access-control-lists HTTP/1.1" 200 608 0.029838 10.0.0.33 - - [2025-06-12 02:16:52] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003500 10.0.0.33 - - [2025-06-12 02:16:52] "POST /route-targets HTTP/1.1" 200 327 0.012996 10.0.0.33 - - [2025-06-12 02:16:52] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001597 10.0.0.33 - - [2025-06-12 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.012042 10.0.0.33 - - [2025-06-12 02:16:52] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054435 10.0.0.33 - - [2025-06-12 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 204 0.001497 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 213 0.002304 10.0.0.33 - - [2025-06-12 02:16:52] "POST /security-groups HTTP/1.1" 200 605 0.072267 10.0.0.33 - - [2025-06-12 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 248 0.003283 10.0.0.33 - - [2025-06-12 02:16:52] "POST /projects HTTP/1.1" 200 613 0.229995 10.0.0.33 - - [2025-06-12 02:16:53] "POST /access-control-lists HTTP/1.1" 200 610 0.060620 10.0.0.33 - - [2025-06-12 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.305647 10.0.0.33 - - [2025-06-12 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 247 0.003278 10.0.0.33 - - [2025-06-12 02:16:53] "POST /access-control-lists HTTP/1.1" 200 608 0.089608 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/network HTTP/1.1" 200 638 0.638110 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/network HTTP/1.1" 200 686 0.004824 10.0.0.33 - - [2025-06-12 02:16:53] "POST /route-targets HTTP/1.1" 200 327 0.016929 10.0.0.33 - - [2025-06-12 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.011581 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/network HTTP/1.1" 200 151 0.125629 10.0.0.33 - - [2025-06-12 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.33 - - [2025-06-12 02:16:53] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001672 10.0.0.33 - - [2025-06-12 02:16:53] "DELETE /route-target/51b37734-7f04-423d-9e4f-113e1c3ed983 HTTP/1.1" 200 115 0.031345 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/network HTTP/1.1" 200 630 0.136582 10.0.0.33 - - [2025-06-12 02:16:53] "POST /route-targets HTTP/1.1" 200 327 0.017577 10.0.0.33 - - [2025-06-12 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.016501 10.0.0.33 - - [2025-06-12 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005577 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/subnet HTTP/1.1" 200 711 0.232243 10.0.0.33 - - [2025-06-12 02:16:53] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001326 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/floatingip HTTP/1.1" 200 527 0.152104 10.0.0.33 - - [2025-06-12 02:16:53] "POST /neutron/floatingip HTTP/1.1" 200 501 0.010022 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 846 0.007748 10.0.0.33 - - [2025-06-12 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.33 - - [2025-06-12 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002393 10.0.0.33 - - [2025-06-12 02:16:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.275673 10.0.0.33 - - [2025-06-12 02:16:54] "DELETE /route-target/b24e6dc3-bf89-412a-b5c4-712e5382d725 HTTP/1.1" 200 115 0.023228 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004009 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/subnet HTTP/1.1" 200 1227 0.020148 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/floatingip HTTP/1.1" 400 217 0.003976 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 400 207 0.003846 10.0.0.33 - - [2025-06-12 02:16:54] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002171 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 638 0.103347 10.0.0.33 - - [2025-06-12 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.016806 10.0.0.33 - - [2025-06-12 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.027722 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 4489 0.029374 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 686 0.005272 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.094248 10.0.0.33 - - [2025-06-12 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.33 - - [2025-06-12 02:16:54] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001131 10.0.0.33 - - [2025-06-12 02:16:54] "DELETE /route-target/c73d6c85-f625-40b4-a610-d4ff380ea5fa HTTP/1.1" 200 115 0.024093 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 636 0.118775 10.0.0.33 - - [2025-06-12 02:16:54] "POST /route-targets HTTP/1.1" 200 327 0.018720 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 684 0.005424 10.0.0.33 - - [2025-06-12 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.017603 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 743 0.005081 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 684 0.004032 10.0.0.33 - - [2025-06-12 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.33 - - [2025-06-12 02:16:54] "POST /neutron/network HTTP/1.1" 200 151 0.103995 10.0.0.33 - - [2025-06-12 02:16:54] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001847 10.0.0.33 - - [2025-06-12 02:16:55] "DELETE /route-target/93825c93-c127-4ebc-94dd-2902fdf60df1 HTTP/1.1" 200 115 0.053892 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 639 0.100717 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 687 0.010443 10.0.0.33 - - [2025-06-12 02:16:55] "POST /route-targets HTTP/1.1" 200 327 0.020398 10.0.0.33 - - [2025-06-12 02:16:55] "POST /ref-update HTTP/1.1" 200 156 0.019867 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 686 0.108932 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 686 0.006892 10.0.0.33 - - [2025-06-12 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.115782 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/subnet HTTP/1.1" 400 209 0.003498 10.0.0.33 - - [2025-06-12 02:16:55] "DELETE /route-target/c330157c-9a1e-4cef-bf26-d43b9a6852fa HTTP/1.1" 200 115 0.026232 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 743 0.005198 10.0.0.33 - - [2025-06-12 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.072778 10.0.0.33 - - [2025-06-12 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007475 10.0.0.33 - - [2025-06-12 02:16:55] "DELETE /route-target/53590d82-6052-427c-b903-9d93abe3ea25 HTTP/1.1" 200 115 0.023286 10.0.0.33 - - [2025-06-12 02:16:56] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002075 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2108 0.065886 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004499 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.054202 10.0.0.33 - - [2025-06-12 02:16:56] "DELETE /access-control-list/30260ba9-e0fe-40fb-a87f-015bcde313ab HTTP/1.1" 200 115 0.030266 10.0.0.33 - - [2025-06-12 02:16:56] "DELETE /access-control-list/81c6f49b-e463-4ea4-8722-cee7ec63ae94 HTTP/1.1" 200 115 0.017133 10.0.0.33 - - [2025-06-12 02:16:56] "GET /projects?obj_uuids=459f5a13-c23f-4125-b292-34421ff528b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001314 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2108 0.048144 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 2098 0.005857 10.0.0.33 - - [2025-06-12 02:16:56] "POST /neutron/security_group HTTP/1.1" 200 151 0.068774 10.0.0.33 - - [2025-06-12 02:16:56] "DELETE /access-control-list/4fbcc356-eda0-4452-823e-e4acd6d121c0 HTTP/1.1" 200 115 0.033880 10.0.0.33 - - [2025-06-12 02:16:56] "DELETE /access-control-list/8b059c36-d940-4fff-927d-7ecfff1615a6 HTTP/1.1" 200 115 0.035146 10.0.0.33 - - [2025-06-12 02:16:59] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003093 10.0.0.33 - - [2025-06-12 02:16:59] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.33 - - [2025-06-12 02:16:59] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050620 10.0.0.33 - - [2025-06-12 02:16:59] "POST /id-to-fqname HTTP/1.1" 200 218 0.003177 10.0.0.33 - - [2025-06-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 229 0.004662 10.0.0.33 - - [2025-06-12 02:16:59] "POST /security-groups HTTP/1.1" 200 618 0.080022 10.0.0.33 - - [2025-06-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 261 0.003646 10.0.0.33 - - [2025-06-12 02:16:59] "POST /projects HTTP/1.1" 200 639 0.270613 10.0.0.33 - - [2025-06-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.307483 10.0.0.33 - - [2025-06-12 02:16:59] "POST /access-control-lists HTTP/1.1" 200 623 0.060083 10.0.0.33 - - [2025-06-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 404 260 0.002595 10.0.0.33 - - [2025-06-12 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 528 0.576293 10.0.0.33 - - [2025-06-12 02:16:59] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001400 10.0.0.33 - - [2025-06-12 02:16:59] "POST /access-control-lists HTTP/1.1" 200 621 0.069603 10.0.0.33 - - [2025-06-12 02:16:59] "POST /neutron/port HTTP/1.1" 400 190 0.241206 10.0.0.33 - - [2025-06-12 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006433 10.0.0.33 - - [2025-06-12 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044032 10.0.0.33 - - [2025-06-12 02:17:00] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001233 10.0.0.33 - - [2025-06-12 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2121 0.064775 10.0.0.33 - - [2025-06-12 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 2111 0.006121 10.0.0.33 - - [2025-06-12 02:17:00] "POST /neutron/security_group HTTP/1.1" 200 151 0.063408 10.0.0.33 - - [2025-06-12 02:17:00] "DELETE /access-control-list/8142fc0d-6ae1-4178-8107-09637bf5762e HTTP/1.1" 200 115 0.028333 10.0.0.33 - - [2025-06-12 02:17:00] "DELETE /access-control-list/77d5f49d-4b5b-4852-8b50-a6f87e65806d HTTP/1.1" 200 115 0.024219 10.0.0.33 - - [2025-06-12 02:17:00] "GET /projects?obj_uuids=89235f8e-c96a-467d-aa8a-275f6d117103&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002924 10.0.0.33 - - [2025-06-12 02:17:00] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001515 10.0.0.33 - - [2025-06-12 02:17:00] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007914 10.0.0.33 - - [2025-06-12 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001768 10.0.0.33 - - [2025-06-12 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 230 0.002451 10.0.0.33 - - [2025-06-12 02:17:01] "POST /security-groups HTTP/1.1" 200 619 0.067926 10.0.0.33 - - [2025-06-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 262 0.003365 10.0.0.33 - - [2025-06-12 02:17:01] "POST /projects HTTP/1.1" 200 641 0.224952 10.0.0.33 - - [2025-06-12 02:17:01] "POST /access-control-lists HTTP/1.1" 200 624 0.058744 10.0.0.33 - - [2025-06-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.299949 10.0.0.33 - - [2025-06-12 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 261 0.003044 10.0.0.33 - - [2025-06-12 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2122 0.435807 10.0.0.33 - - [2025-06-12 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2112 0.003963 10.0.0.33 - - [2025-06-12 02:17:01] "POST /access-control-lists HTTP/1.1" 200 622 0.064926 10.0.0.33 - - [2025-06-12 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.100547 10.0.0.33 - - [2025-06-12 02:17:01] "DELETE /access-control-list/a49e18ca-55e6-46e2-a990-1f3bad764946 HTTP/1.1" 200 115 0.026460 10.0.0.33 - - [2025-06-12 02:17:01] "DELETE /access-control-list/6e2a9a4d-ad84-4309-a8ac-23a44d7e780f HTTP/1.1" 200 115 0.027832 10.0.0.33 - - [2025-06-12 02:17:05] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002279 10.0.0.33 - - [2025-06-12 02:17:05] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.33 - - [2025-06-12 02:17:05] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050533 10.0.0.33 - - [2025-06-12 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 203 0.002553 10.0.0.33 - - [2025-06-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.004654 10.0.0.33 - - [2025-06-12 02:17:05] "POST /security-groups HTTP/1.1" 200 604 0.068025 10.0.0.33 - - [2025-06-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 247 0.003146 10.0.0.33 - - [2025-06-12 02:17:05] "POST /projects HTTP/1.1" 200 611 0.251279 10.0.0.33 - - [2025-06-12 02:17:05] "POST /access-control-lists HTTP/1.1" 200 609 0.064332 10.0.0.33 - - [2025-06-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.328359 10.0.0.33 - - [2025-06-12 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 246 0.003039 10.0.0.33 - - [2025-06-12 02:17:05] "POST /neutron/floatingip HTTP/1.1" 200 528 0.578241 10.0.0.33 - - [2025-06-12 02:17:05] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001651 10.0.0.33 - - [2025-06-12 02:17:05] "POST /access-control-lists HTTP/1.1" 200 607 0.072485 10.0.0.33 - - [2025-06-12 02:17:05] "POST /neutron/network HTTP/1.1" 200 694 0.137648 10.0.0.33 - - [2025-06-12 02:17:05] "POST /route-targets HTTP/1.1" 200 327 0.013801 10.0.0.33 - - [2025-06-12 02:17:05] "POST /ref-update HTTP/1.1" 200 156 0.016597 10.0.0.33 - - [2025-06-12 02:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.33 - - [2025-06-12 02:17:05] "POST /neutron/subnet HTTP/1.1" 200 710 0.179890 10.0.0.33 - - [2025-06-12 02:17:05] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001682 10.0.0.33 - - [2025-06-12 02:17:06] "POST /route-targets HTTP/1.1" 200 327 0.013915 10.0.0.33 - - [2025-06-12 02:17:06] "POST /neutron/router HTTP/1.1" 200 719 0.137930 10.0.0.33 - - [2025-06-12 02:17:06] "GET /logical-router/889905b4-aca7-4ffd-ab0d-1010f182283d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.013479 10.0.0.33 - - [2025-06-12 02:17:06] "POST /neutron/router HTTP/1.1" 200 719 0.006134 10.0.0.33 - - [2025-06-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.33 - - [2025-06-12 02:17:06] "PUT /logical-router/889905b4-aca7-4ffd-ab0d-1010f182283d HTTP/1.1" 200 262 0.033348 10.0.0.33 - - [2025-06-12 02:17:06] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001105 10.0.0.33 - - [2025-06-12 02:17:06] "GET /service-template/6438b620-9f29-4524-8648-9a10fed2ee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005944 10.0.0.33 - - [2025-06-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.003659 10.0.0.33 - - [2025-06-12 02:17:06] "POST /neutron/router HTTP/1.1" 200 344 0.285673 10.0.0.33 - - [2025-06-12 02:17:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004809 10.0.0.33 - - [2025-06-12 02:17:06] "POST /virtual-networks HTTP/1.1" 200 704 0.150153 10.0.0.33 - - [2025-06-12 02:17:06] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001163 10.0.0.33 - - [2025-06-12 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.017892 10.0.0.33 - - [2025-06-12 02:17:06] "POST /route-targets HTTP/1.1" 200 327 0.015189 10.0.0.33 - - [2025-06-12 02:17:06] "POST /service-instances HTTP/1.1" 200 680 0.086942 10.0.0.33 - - [2025-06-12 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.055665 10.0.0.33 - - [2025-06-12 02:17:06] "POST /route-tables HTTP/1.1" 200 592 0.096652 10.0.0.33 - - [2025-06-12 02:17:06] "PUT /logical-router/889905b4-aca7-4ffd-ab0d-1010f182283d HTTP/1.1" 200 262 0.020949 10.0.0.33 - - [2025-06-12 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.042855 10.0.0.33 - - [2025-06-12 02:17:06] "POST /neutron/port HTTP/1.1" 200 1040 0.434842 10.0.0.33 - - [2025-06-12 02:17:06] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001211 10.0.0.33 - - [2025-06-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.33 - - [2025-06-12 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010712 10.0.0.33 - - [2025-06-12 02:17:07] "POST /virtual-machines HTTP/1.1" 200 573 0.065591 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 606 0.217578 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 606 0.018325 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 965 0.055962 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 606 0.018867 10.0.0.33 - - [2025-06-12 02:17:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 842 0.110659 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/floatingip HTTP/1.1" 200 115 0.057190 10.0.0.33 - - [2025-06-12 02:17:07] "POST /chown HTTP/1.1" 200 109 0.013688 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/port HTTP/1.1" 200 1040 0.018564 10.0.0.33 - - [2025-06-12 02:17:07] "POST /instance-ips HTTP/1.1" 200 571 0.035316 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.119556 10.0.0.33 - - [2025-06-12 02:17:07] "POST /instance-ips HTTP/1.1" 400 213 0.025516 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/port HTTP/1.1" 200 1048 0.045370 10.0.0.33 - - [2025-06-12 02:17:07] "POST /chown HTTP/1.1" 200 109 0.014033 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/router HTTP/1.1" 200 719 0.005781 10.0.0.33 - - [2025-06-12 02:17:07] "PUT /virtual-machine-interface/8ba00758-e7c4-4d82-a3fd-487ba8415740 HTTP/1.1" 200 284 0.017738 10.0.0.33 - - [2025-06-12 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.017124 10.0.0.33 - - [2025-06-12 02:17:07] "PUT /instance-ip/55d1f02c-5871-40dc-bc00-91dff481444c HTTP/1.1" 200 256 0.012254 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/router HTTP/1.1" 200 344 0.155971 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/router HTTP/1.1" 200 719 0.006628 10.0.0.33 - - [2025-06-12 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.019687 10.0.0.33 - - [2025-06-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/router HTTP/1.1" 200 151 0.132872 10.0.0.33 - - [2025-06-12 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.012110 10.0.0.33 - - [2025-06-12 02:17:07] "DELETE /route-target/e74c78d0-8890-41a2-a334-bd80acd40dfe HTTP/1.1" 200 115 0.079470 10.0.0.33 - - [2025-06-12 02:17:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 840 0.129996 10.0.0.33 - - [2025-06-12 02:17:07] "POST /chown HTTP/1.1" 200 109 0.010405 10.0.0.33 - - [2025-06-12 02:17:08] "POST /instance-ips HTTP/1.1" 200 569 0.046949 10.0.0.33 - - [2025-06-12 02:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004219 10.0.0.33 - - [2025-06-12 02:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003085 10.0.0.33 - - [2025-06-12 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 151 0.179744 10.0.0.33 - - [2025-06-12 02:17:08] "POST /neutron/network HTTP/1.1" 200 761 0.005624 10.0.0.33 - - [2025-06-12 02:17:08] "POST /instance-ips HTTP/1.1" 400 326 0.019001 10.0.0.33 - - [2025-06-12 02:17:08] "POST /neutron/network HTTP/1.1" 200 151 0.078361 10.0.0.33 - - [2025-06-12 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.33 - - [2025-06-12 02:17:08] "POST /chown HTTP/1.1" 200 109 0.018791 10.0.0.33 - - [2025-06-12 02:17:08] "POST /neutron/floatingip HTTP/1.1" 200 528 0.010320 10.0.0.33 - - [2025-06-12 02:17:08] "DELETE /route-target/60a7e077-a850-429c-90b4-0df18a7a4772 HTTP/1.1" 200 115 0.031665 10.0.0.33 - - [2025-06-12 02:17:08] "PUT /virtual-machine-interface/94486188-e122-4405-a723-25a7ef933316 HTTP/1.1" 200 284 0.018643 10.0.0.33 - - [2025-06-12 02:17:08] "POST /neutron/floatingip HTTP/1.1" 200 115 0.052218 10.0.0.33 - - [2025-06-12 02:17:08] "PUT /instance-ip/ba8599ee-5412-4e88-a63d-03f68805329d HTTP/1.1" 200 256 0.016338 10.0.0.33 - - [2025-06-12 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.013513 10.0.0.33 - - [2025-06-12 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.010521 10.0.0.33 - - [2025-06-12 02:17:08] "POST /virtual-machines HTTP/1.1" 200 573 0.015842 10.0.0.33 - - [2025-06-12 02:17:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 842 0.102143 10.0.0.33 - - [2025-06-12 02:17:08] "POST /chown HTTP/1.1" 200 109 0.010094 10.0.0.33 - - [2025-06-12 02:17:08] "POST /instance-ips HTTP/1.1" 400 213 0.027739 10.0.0.33 - - [2025-06-12 02:17:08] "POST /chown HTTP/1.1" 200 109 0.010060 10.0.0.33 - - [2025-06-12 02:17:08] "PUT /virtual-machine-interface/c7e9c618-febd-4c8e-afc1-4313dac58dfa HTTP/1.1" 200 284 0.015728 10.0.0.33 - - [2025-06-12 02:17:08] "PUT /instance-ip/55d1f02c-5871-40dc-bc00-91dff481444c HTTP/1.1" 200 256 0.027264 10.0.0.33 - - [2025-06-12 02:17:09] "GET /projects?obj_uuids=910d83bf-0987-4ae7-80d5-a30af05c5f30&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003586 10.0.0.33 - - [2025-06-12 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.024601 10.0.0.33 - - [2025-06-12 02:17:09] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.33 - - [2025-06-12 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.014806 10.0.0.33 - - [2025-06-12 02:17:09] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.056143 10.0.0.33 - - [2025-06-12 02:17:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 840 0.110661 10.0.0.33 - - [2025-06-12 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 203 0.001649 10.0.0.33 - - [2025-06-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 212 0.009224 10.0.0.33 - - [2025-06-12 02:17:09] "POST /chown HTTP/1.1" 200 109 0.010214 10.0.0.33 - - [2025-06-12 02:17:09] "POST /instance-ips HTTP/1.1" 400 326 0.022314 10.0.0.33 - - [2025-06-12 02:17:09] "POST /security-groups HTTP/1.1" 200 604 0.077670 10.0.0.33 - - [2025-06-12 02:17:09] "POST /chown HTTP/1.1" 200 109 0.021784 10.0.0.33 - - [2025-06-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 247 0.005071 10.0.0.33 - - [2025-06-12 02:17:09] "POST /projects HTTP/1.1" 200 611 0.327675 10.0.0.33 - - [2025-06-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.363993 10.0.0.33 - - [2025-06-12 02:17:09] "POST /access-control-lists HTTP/1.1" 200 609 0.070432 10.0.0.33 - - [2025-06-12 02:17:09] "PUT /virtual-machine-interface/6db80061-de1d-4df7-bee4-44d8891470da HTTP/1.1" 200 284 0.060659 10.0.0.33 - - [2025-06-12 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.010131 10.0.0.33 - - [2025-06-12 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2107 0.610132 10.0.0.33 - - [2025-06-12 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 2097 0.004715 10.0.0.33 - - [2025-06-12 02:17:09] "PUT /instance-ip/ba8599ee-5412-4e88-a63d-03f68805329d HTTP/1.1" 200 256 0.021317 10.0.0.33 - - [2025-06-12 02:17:09] "POST /access-control-lists HTTP/1.1" 200 607 0.078903 10.0.0.33 - - [2025-06-12 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.061571 10.0.0.33 - - [2025-06-12 02:17:09] "POST /neutron/security_group HTTP/1.1" 200 151 0.130819 10.0.0.33 - - [2025-06-12 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.018775 10.0.0.33 - - [2025-06-12 02:17:09] "DELETE /access-control-list/a0056822-5a18-40d5-b46c-15d6407f4e03 HTTP/1.1" 200 115 0.041247 10.0.0.33 - - [2025-06-12 02:17:09] "DELETE /access-control-list/e8aa25c2-a475-4e12-b49a-24a84e450366 HTTP/1.1" 200 115 0.043140 10.0.0.33 - - [2025-06-12 02:17:09] "GET /projects?obj_uuids=8eadc802-0bdb-4c42-b58f-d6ebf0130b6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010835 10.0.0.33 - - [2025-06-12 02:17:09] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001871 10.0.0.33 - - [2025-06-12 02:17:09] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008710 10.0.0.33 - - [2025-06-12 02:17:09] "GET /logical-router/889905b4-aca7-4ffd-ab0d-1010f182283d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005388 10.0.0.33 - - [2025-06-12 02:17:09] "GET /service-instance/2029f675-f509-4011-9181-1f4f2aa36f84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2303 0.004467 10.0.0.33 - - [2025-06-12 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 204 0.002110 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.005733 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /route-table/bdce3518-6f76-4ab1-8b9d-5f2fe209f3a7 HTTP/1.1" 200 115 0.045692 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.33 - - [2025-06-12 02:17:10] "GET /virtual-network/52354cb4-41a6-4d83-a6b6-8ae8a4196d17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006652 10.0.0.33 - - [2025-06-12 02:17:10] "POST /security-groups HTTP/1.1" 200 605 0.080527 10.0.0.33 - - [2025-06-12 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.032467 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 248 0.004766 10.0.0.33 - - [2025-06-12 02:17:10] "POST /projects HTTP/1.1" 200 613 0.248159 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.318876 10.0.0.33 - - [2025-06-12 02:17:10] "POST /access-control-lists HTTP/1.1" 200 610 0.071942 10.0.0.33 - - [2025-06-12 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.056701 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 404 247 0.002886 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2108 0.488774 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004090 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /instance-ip/ba8599ee-5412-4e88-a63d-03f68805329d HTTP/1.1" 200 115 0.069505 10.0.0.33 - - [2025-06-12 02:17:10] "POST /access-control-lists HTTP/1.1" 200 608 0.079805 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.129013 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /access-control-list/9029b7e1-7b14-4a28-9603-6575ec9c16b2 HTTP/1.1" 200 115 0.046991 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /access-control-list/e594bc73-1458-4e27-b861-76ad141d6596 HTTP/1.1" 200 115 0.042826 10.0.0.33 - - [2025-06-12 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.33 - - [2025-06-12 02:17:10] "GET /projects?obj_uuids=63fef436-02ef-46ec-80fd-e58c523fd8d9&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001465 10.0.0.33 - - [2025-06-12 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010095 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /virtual-network/52354cb4-41a6-4d83-a6b6-8ae8a4196d17 HTTP/1.1" 200 115 0.238246 10.0.0.33 - - [2025-06-12 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007878 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2107 0.055558 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /route-target/1d2479d8-4cd3-4eb4-946b-328f781b5199 HTTP/1.1" 200 115 0.032261 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 200 2097 0.004309 10.0.0.33 - - [2025-06-12 02:17:10] "DELETE /service-instance/2029f675-f509-4011-9181-1f4f2aa36f84 HTTP/1.1" 200 115 0.069273 10.0.0.33 - - [2025-06-12 02:17:10] "POST /neutron/security_group HTTP/1.1" 400 206 0.018426 10.0.0.33 - - [2025-06-12 02:17:10] "GET /virtual-machine-interface/8ba00758-e7c4-4d82-a3fd-487ba8415740?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1694 0.006737 10.0.0.33 - - [2025-06-12 02:17:10] "POST /ref-update HTTP/1.1" 200 156 0.015555 10.0.0.33 - - [2025-06-12 02:17:10] "GET /instance-ip/55d1f02c-5871-40dc-bc00-91dff481444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005305 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine-interface/8ba00758-e7c4-4d82-a3fd-487ba8415740 HTTP/1.1" 200 115 0.052713 10.0.0.33 - - [2025-06-12 02:17:11] "GET /virtual-machine-interface/94486188-e122-4405-a723-25a7ef933316?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1364 0.007166 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine-interface/94486188-e122-4405-a723-25a7ef933316 HTTP/1.1" 200 115 0.039075 10.0.0.33 - - [2025-06-12 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine/f287bb55-ec64-497e-8d7b-e556fe0079fd HTTP/1.1" 200 115 0.022248 10.0.0.33 - - [2025-06-12 02:17:11] "GET /virtual-machine-interface/6db80061-de1d-4df7-bee4-44d8891470da?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1363 0.007523 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine-interface/6db80061-de1d-4df7-bee4-44d8891470da HTTP/1.1" 200 115 0.031458 10.0.0.33 - - [2025-06-12 02:17:11] "GET /virtual-machine-interface/c7e9c618-febd-4c8e-afc1-4313dac58dfa?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1694 0.006564 10.0.0.33 - - [2025-06-12 02:17:11] "POST /ref-update HTTP/1.1" 200 156 0.014449 10.0.0.33 - - [2025-06-12 02:17:11] "GET /instance-ip/55d1f02c-5871-40dc-bc00-91dff481444c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.008040 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /instance-ip/55d1f02c-5871-40dc-bc00-91dff481444c HTTP/1.1" 200 115 0.037924 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine-interface/c7e9c618-febd-4c8e-afc1-4313dac58dfa HTTP/1.1" 200 115 0.044532 10.0.0.33 - - [2025-06-12 02:17:11] "DELETE /virtual-machine/480c8e0b-cac8-43c9-9fdb-b189397e500a HTTP/1.1" 200 115 0.040740 10.0.0.33 - - [2025-06-12 02:17:13] "GET /projects?obj_uuids=fa3736c1-fb9e-46b2-9bd3-51ca17bda948&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002878 10.0.0.33 - - [2025-06-12 02:17:13] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.33 - - [2025-06-12 02:17:13] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050503 10.0.0.33 - - [2025-06-12 02:17:13] "POST /id-to-fqname HTTP/1.1" 200 212 0.002516 10.0.0.33 - - [2025-06-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 222 0.003417 10.0.0.33 - - [2025-06-12 02:17:13] "POST /security-groups HTTP/1.1" 200 612 0.068373 10.0.0.33 - - [2025-06-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 255 0.003510 10.0.0.33 - - [2025-06-12 02:17:13] "POST /projects HTTP/1.1" 200 627 0.231365 10.0.0.33 - - [2025-06-12 02:17:13] "POST /access-control-lists HTTP/1.1" 200 617 0.062652 10.0.0.33 - - [2025-06-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.309692 10.0.0.33 - - [2025-06-12 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 254 0.003866 10.0.0.33 - - [2025-06-12 02:17:13] "POST /access-control-lists HTTP/1.1" 200 615 0.064331 10.0.0.33 - - [2025-06-12 02:17:13] "POST /neutron/network HTTP/1.1" 200 718 0.598420 10.0.0.33 - - [2025-06-12 02:17:13] "POST /route-targets HTTP/1.1" 200 327 0.012433 10.0.0.33 - - [2025-06-12 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.017810 10.0.0.33 - - [2025-06-12 02:17:14] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004753 10.0.0.33 - - [2025-06-12 02:17:14] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.33 - - [2025-06-12 02:17:14] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051480 10.0.0.33 - - [2025-06-12 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 212 0.001472 10.0.0.33 - - [2025-06-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 222 0.003816 10.0.0.33 - - [2025-06-12 02:17:14] "POST /security-groups HTTP/1.1" 200 612 0.071892 10.0.0.33 - - [2025-06-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 255 0.003040 10.0.0.33 - - [2025-06-12 02:17:14] "POST /projects HTTP/1.1" 200 627 0.235948 10.0.0.33 - - [2025-06-12 02:17:14] "POST /access-control-lists HTTP/1.1" 200 617 0.063283 10.0.0.33 - - [2025-06-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.318413 10.0.0.33 - - [2025-06-12 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 254 0.003960 10.0.0.33 - - [2025-06-12 02:17:14] "POST /access-control-lists HTTP/1.1" 200 615 0.115938 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 1030 0.667583 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 1030 0.006390 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 151 0.033489 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 400 205 0.005638 10.0.0.33 - - [2025-06-12 02:17:14] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001302 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 985 0.129627 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 985 0.007081 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 985 0.006112 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 1028 0.037407 10.0.0.33 - - [2025-06-12 02:17:14] "POST /neutron/port HTTP/1.1" 200 1711 0.020950 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 1028 0.007559 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 151 0.042597 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 400 205 0.006090 10.0.0.33 - - [2025-06-12 02:17:15] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001469 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 987 0.138501 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 987 0.008790 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 987 0.006071 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 151 0.046860 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 400 205 0.004409 10.0.0.33 - - [2025-06-12 02:17:15] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001616 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 983 0.121176 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 983 0.006548 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 983 0.006793 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 1026 0.033533 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 1026 0.006734 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 200 151 0.044892 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/port HTTP/1.1" 400 205 0.004546 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/network HTTP/1.1" 200 766 0.004322 10.0.0.33 - - [2025-06-12 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005483 10.0.0.33 - - [2025-06-12 02:17:15] "POST /neutron/network HTTP/1.1" 200 151 0.085678 10.0.0.33 - - [2025-06-12 02:17:15] "DELETE /route-target/0e778a1c-e8aa-4076-a6e7-baaab759d52e HTTP/1.1" 200 115 0.018312 10.0.0.33 - - [2025-06-12 02:17:16] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001594 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2115 0.064999 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2105 0.005151 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.057712 10.0.0.33 - - [2025-06-12 02:17:16] "DELETE /access-control-list/cf62c0b4-8c71-427c-8c6b-ec8cfd94e946 HTTP/1.1" 200 115 0.033462 10.0.0.33 - - [2025-06-12 02:17:16] "DELETE /access-control-list/9c6b6a3a-fb0a-4724-881b-1c128697efe5 HTTP/1.1" 200 115 0.026690 10.0.0.33 - - [2025-06-12 02:17:16] "GET /projects?obj_uuids=fa3736c1-fb9e-46b2-9bd3-51ca17bda948&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001362 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2115 0.038473 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 2105 0.004147 10.0.0.33 - - [2025-06-12 02:17:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.053803 10.0.0.33 - - [2025-06-12 02:17:16] "DELETE /access-control-list/0611f782-ecd1-489f-be7a-46d65d38430f HTTP/1.1" 200 115 0.025921 10.0.0.33 - - [2025-06-12 02:17:16] "DELETE /access-control-list/9ff9cbbc-b8ea-4a55-a0c1-19b9e9698539 HTTP/1.1" 200 115 0.027341 10.0.0.33 - - [2025-06-12 02:17:19] "GET /projects?obj_uuids=9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003481 10.0.0.33 - - [2025-06-12 02:17:19] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.33 - - [2025-06-12 02:17:19] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051806 10.0.0.33 - - [2025-06-12 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 192 0.002511 10.0.0.33 - - [2025-06-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 201 0.003132 10.0.0.33 - - [2025-06-12 02:17:19] "POST /security-groups HTTP/1.1" 200 593 0.072294 10.0.0.33 - - [2025-06-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 236 0.003587 10.0.0.33 - - [2025-06-12 02:17:19] "POST /projects HTTP/1.1" 200 589 0.251130 10.0.0.33 - - [2025-06-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.324750 10.0.0.33 - - [2025-06-12 02:17:19] "POST /access-control-lists HTTP/1.1" 200 598 0.067554 10.0.0.33 - - [2025-06-12 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 235 0.002828 10.0.0.33 - - [2025-06-12 02:17:19] "POST /neutron/router HTTP/1.1" 200 590 0.558159 10.0.0.33 - - [2025-06-12 02:17:19] "POST /neutron/router HTTP/1.1" 200 590 0.004359 10.0.0.33 - - [2025-06-12 02:17:20] "POST /access-control-lists HTTP/1.1" 200 596 0.070616 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/router HTTP/1.1" 200 151 0.107907 10.0.0.33 - - [2025-06-12 02:17:20] "GET /logical-router/f60c423f-b141-48b9-a5ee-b893e236dd90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002914 10.0.0.33 - - [2025-06-12 02:17:20] "GET /projects?obj_uuids=b0646c08-c11d-4cff-b4d0-baec0679c943&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002980 10.0.0.33 - - [2025-06-12 02:17:20] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.33 - - [2025-06-12 02:17:20] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049979 10.0.0.33 - - [2025-06-12 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 197 0.001729 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.003795 10.0.0.33 - - [2025-06-12 02:17:20] "POST /security-groups HTTP/1.1" 200 598 0.068884 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 241 0.003349 10.0.0.33 - - [2025-06-12 02:17:20] "POST /projects HTTP/1.1" 200 599 0.233547 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.312418 10.0.0.33 - - [2025-06-12 02:17:20] "POST /access-control-lists HTTP/1.1" 200 603 0.071773 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 240 0.002868 10.0.0.33 - - [2025-06-12 02:17:20] "POST /access-control-lists HTTP/1.1" 200 601 0.029199 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/router HTTP/1.1" 200 699 0.581590 10.0.0.33 - - [2025-06-12 02:17:20] "GET /logical-router/1a86ba78-6fe2-4466-b600-ed4cbeb51b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.012234 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/router HTTP/1.1" 200 699 0.006580 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.006233 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/router HTTP/1.1" 200 699 0.005569 10.0.0.33 - - [2025-06-12 02:17:20] "POST /route-targets HTTP/1.1" 200 327 0.020207 10.0.0.33 - - [2025-06-12 02:17:20] "GET /service-template/6438b620-9f29-4524-8648-9a10fed2ee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004975 10.0.0.33 - - [2025-06-12 02:17:20] "POST /neutron/router HTTP/1.1" 200 151 0.054187 10.0.0.33 - - [2025-06-12 02:17:20] "PUT /logical-router/1a86ba78-6fe2-4466-b600-ed4cbeb51b36 HTTP/1.1" 404 171 0.004092 10.0.0.33 - - [2025-06-12 02:17:20] "GET /projects?obj_uuids=b0646c08-c11d-4cff-b4d0-baec0679c943&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001409 10.0.0.33 - - [2025-06-12 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 221 0.005543 10.0.0.33 - - [2025-06-12 02:17:21] "POST /route-targets HTTP/1.1" 200 327 0.024664 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 699 0.114550 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 699 0.005343 10.0.0.33 - - [2025-06-12 02:17:21] "PUT /logical-router/527b51e7-ff6f-4aed-b0a4-1e27896c9cc2 HTTP/1.1" 200 262 0.070645 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 628 0.085109 10.0.0.33 - - [2025-06-12 02:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.009211 10.0.0.33 - - [2025-06-12 02:17:21] "POST /virtual-networks HTTP/1.1" 200 698 0.183124 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 628 0.010352 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.006459 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.006586 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 628 0.006091 10.0.0.33 - - [2025-06-12 02:17:21] "POST /route-targets HTTP/1.1" 200 327 0.026884 10.0.0.33 - - [2025-06-12 02:17:21] "POST /service-instances HTTP/1.1" 200 674 0.058638 10.0.0.33 - - [2025-06-12 02:17:21] "POST /ref-update HTTP/1.1" 200 156 0.016731 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 200 151 0.089219 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.010209 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 400 209 0.007085 10.0.0.33 - - [2025-06-12 02:17:21] "POST /route-tables HTTP/1.1" 200 586 0.045460 10.0.0.33 - - [2025-06-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.007646 10.0.0.33 - - [2025-06-12 02:17:21] "POST /neutron/router HTTP/1.1" 400 209 0.003846 10.0.0.33 - - [2025-06-12 02:17:21] "PUT /logical-router/1a86ba78-6fe2-4466-b600-ed4cbeb51b36 HTTP/1.1" 404 171 0.004091 10.0.0.33 - - [2025-06-12 02:17:21] "DELETE /route-target/b2bcb995-7933-4e90-996d-79221c9d3cdf HTTP/1.1" 200 115 0.018011 10.0.0.33 - - [2025-06-12 02:17:21] "GET /logical-router/1a86ba78-6fe2-4466-b600-ed4cbeb51b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003404 10.0.0.33 - - [2025-06-12 02:17:21] "DELETE /route-table/2a0923c9-51d0-485d-b65e-c6a72169155f HTTP/1.1" 200 115 0.032177 10.0.0.33 - - [2025-06-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.33 - - [2025-06-12 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.33 - - [2025-06-12 02:17:21] "POST /virtual-machines HTTP/1.1" 200 561 0.016652 10.0.0.33 - - [2025-06-12 02:17:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.094668 10.0.0.33 - - [2025-06-12 02:17:21] "POST /chown HTTP/1.1" 200 109 0.007400 10.0.0.33 - - [2025-06-12 02:17:22] "POST /instance-ips HTTP/1.1" 200 559 0.019543 10.0.0.33 - - [2025-06-12 02:17:22] "GET /projects?obj_uuids=2022d933-b203-4fe3-a2a8-4109f7278d35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002393 10.0.0.33 - - [2025-06-12 02:17:22] "POST /instance-ips HTTP/1.1" 400 213 0.019016 10.0.0.33 - - [2025-06-12 02:17:22] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.33 - - [2025-06-12 02:17:22] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050931 10.0.0.33 - - [2025-06-12 02:17:22] "POST /chown HTTP/1.1" 200 109 0.014145 10.0.0.33 - - [2025-06-12 02:17:22] "PUT /virtual-machine-interface/8f72289c-46ba-47db-b853-6efdb3cb5d97 HTTP/1.1" 200 284 0.012753 10.0.0.33 - - [2025-06-12 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 196 0.001629 10.0.0.33 - - [2025-06-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 205 0.004472 10.0.0.33 - - [2025-06-12 02:17:22] "PUT /instance-ip/c974698f-dcb6-4064-8ff9-e68aa282b090 HTTP/1.1" 200 256 0.014073 10.0.0.33 - - [2025-06-12 02:17:22] "POST /security-groups HTTP/1.1" 200 597 0.066849 10.0.0.33 - - [2025-06-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.003238 10.0.0.33 - - [2025-06-12 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.069242 10.0.0.33 - - [2025-06-12 02:17:22] "POST /projects HTTP/1.1" 200 597 0.240889 10.0.0.33 - - [2025-06-12 02:17:22] "POST /access-control-lists HTTP/1.1" 200 602 0.064455 10.0.0.33 - - [2025-06-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.324479 10.0.0.33 - - [2025-06-12 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 239 0.002980 10.0.0.33 - - [2025-06-12 02:17:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.110749 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2100 0.513681 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2090 0.004974 10.0.0.33 - - [2025-06-12 02:17:22] "POST /access-control-lists HTTP/1.1" 200 600 0.073867 10.0.0.33 - - [2025-06-12 02:17:22] "POST /chown HTTP/1.1" 200 109 0.038749 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.102418 10.0.0.33 - - [2025-06-12 02:17:22] "POST /instance-ips HTTP/1.1" 200 557 0.036986 10.0.0.33 - - [2025-06-12 02:17:22] "DELETE /access-control-list/32e4915c-5b8e-4243-b675-8775b42a2273 HTTP/1.1" 200 115 0.019104 10.0.0.33 - - [2025-06-12 02:17:22] "GET /projects?obj_uuids=b0646c08-c11d-4cff-b4d0-baec0679c943&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001277 10.0.0.33 - - [2025-06-12 02:17:22] "DELETE /access-control-list/ca416cf0-d625-412f-acd6-1b2427f732b5 HTTP/1.1" 200 115 0.038521 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2101 0.037143 10.0.0.33 - - [2025-06-12 02:17:22] "POST /instance-ips HTTP/1.1" 400 320 0.022790 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2091 0.005464 10.0.0.33 - - [2025-06-12 02:17:22] "POST /neutron/security_group HTTP/1.1" 400 206 0.011220 10.0.0.33 - - [2025-06-12 02:17:22] "POST /chown HTTP/1.1" 200 109 0.008768 10.0.0.33 - - [2025-06-12 02:17:22] "PUT /virtual-machine-interface/f3838f62-1575-4db6-a824-b4f49ded49b1 HTTP/1.1" 200 284 0.011621 10.0.0.33 - - [2025-06-12 02:17:22] "PUT /instance-ip/d53f3150-97d6-4873-8cc4-165e4ec300ec HTTP/1.1" 200 256 0.014832 10.0.0.33 - - [2025-06-12 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.012656 10.0.0.33 - - [2025-06-12 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.011936 10.0.0.33 - - [2025-06-12 02:17:23] "POST /virtual-machines HTTP/1.1" 200 561 0.017716 10.0.0.33 - - [2025-06-12 02:17:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.099878 10.0.0.33 - - [2025-06-12 02:17:23] "POST /chown HTTP/1.1" 200 109 0.008887 10.0.0.33 - - [2025-06-12 02:17:23] "POST /instance-ips HTTP/1.1" 400 213 0.017004 10.0.0.33 - - [2025-06-12 02:17:23] "POST /chown HTTP/1.1" 200 109 0.009695 10.0.0.33 - - [2025-06-12 02:17:23] "PUT /virtual-machine-interface/37f93268-bfc8-41ca-bfed-51504c52cb60 HTTP/1.1" 200 284 0.020847 10.0.0.33 - - [2025-06-12 02:17:23] "PUT /instance-ip/c974698f-dcb6-4064-8ff9-e68aa282b090 HTTP/1.1" 200 256 0.018357 10.0.0.33 - - [2025-06-12 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.015170 10.0.0.33 - - [2025-06-12 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.014963 10.0.0.33 - - [2025-06-12 02:17:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.095155 10.0.0.33 - - [2025-06-12 02:17:23] "POST /chown HTTP/1.1" 200 109 0.009417 10.0.0.33 - - [2025-06-12 02:17:24] "POST /instance-ips HTTP/1.1" 400 320 0.016357 10.0.0.33 - - [2025-06-12 02:17:24] "POST /chown HTTP/1.1" 200 109 0.017862 10.0.0.33 - - [2025-06-12 02:17:24] "PUT /virtual-machine-interface/9d11c9ea-2131-45af-b3ff-cc6a9e795f8a HTTP/1.1" 200 284 0.012402 10.0.0.33 - - [2025-06-12 02:17:24] "PUT /instance-ip/d53f3150-97d6-4873-8cc4-165e4ec300ec HTTP/1.1" 200 256 0.014202 10.0.0.33 - - [2025-06-12 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.013122 10.0.0.33 - - [2025-06-12 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.012927 10.0.0.33 - - [2025-06-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.33 - - [2025-06-12 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.33 - - [2025-06-12 02:17:24] "POST /chown HTTP/1.1" 200 109 0.008671 10.0.0.33 - - [2025-06-12 02:17:24] "POST /instance-ips HTTP/1.1" 400 213 0.016269 10.0.0.33 - - [2025-06-12 02:17:24] "POST /chown HTTP/1.1" 200 109 0.009927 10.0.0.33 - - [2025-06-12 02:17:24] "PUT /instance-ip/c974698f-dcb6-4064-8ff9-e68aa282b090 HTTP/1.1" 200 256 0.014281 10.0.0.33 - - [2025-06-12 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.012531 10.0.0.33 - - [2025-06-12 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.014372 10.0.0.33 - - [2025-06-12 02:17:24] "POST /chown HTTP/1.1" 200 109 0.009635 10.0.0.33 - - [2025-06-12 02:17:24] "POST /instance-ips HTTP/1.1" 400 320 0.016886 10.0.0.33 - - [2025-06-12 02:17:24] "POST /chown HTTP/1.1" 200 109 0.011199 10.0.0.33 - - [2025-06-12 02:17:25] "PUT /instance-ip/d53f3150-97d6-4873-8cc4-165e4ec300ec HTTP/1.1" 200 256 0.019187 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.016367 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.012862 10.0.0.33 - - [2025-06-12 02:17:25] "POST /chown HTTP/1.1" 200 109 0.008981 10.0.0.33 - - [2025-06-12 02:17:25] "POST /instance-ips HTTP/1.1" 400 213 0.015625 10.0.0.33 - - [2025-06-12 02:17:25] "POST /chown HTTP/1.1" 200 109 0.009448 10.0.0.33 - - [2025-06-12 02:17:25] "PUT /instance-ip/c974698f-dcb6-4064-8ff9-e68aa282b090 HTTP/1.1" 200 256 0.014567 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.012223 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.011111 10.0.0.33 - - [2025-06-12 02:17:25] "GET /projects?obj_uuids=d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005382 10.0.0.33 - - [2025-06-12 02:17:25] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.33 - - [2025-06-12 02:17:25] "POST /chown HTTP/1.1" 200 109 0.015904 10.0.0.33 - - [2025-06-12 02:17:25] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050946 10.0.0.33 - - [2025-06-12 02:17:25] "POST /instance-ips HTTP/1.1" 400 320 0.018303 10.0.0.33 - - [2025-06-12 02:17:25] "POST /chown HTTP/1.1" 200 109 0.015939 10.0.0.33 - - [2025-06-12 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 194 0.001630 10.0.0.33 - - [2025-06-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 203 0.004198 10.0.0.33 - - [2025-06-12 02:17:25] "PUT /instance-ip/d53f3150-97d6-4873-8cc4-165e4ec300ec HTTP/1.1" 200 256 0.014252 10.0.0.33 - - [2025-06-12 02:17:25] "POST /security-groups HTTP/1.1" 200 595 0.065850 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.048050 10.0.0.33 - - [2025-06-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 238 0.003333 10.0.0.33 - - [2025-06-12 02:17:25] "POST /projects HTTP/1.1" 200 593 0.236256 10.0.0.33 - - [2025-06-12 02:17:25] "POST /access-control-lists HTTP/1.1" 200 600 0.063634 10.0.0.33 - - [2025-06-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.311334 10.0.0.33 - - [2025-06-12 02:17:25] "POST /ref-update HTTP/1.1" 200 156 0.048682 10.0.0.33 - - [2025-06-12 02:17:25] "POST /fqname-to-id HTTP/1.1" 404 237 0.003231 10.0.0.33 - - [2025-06-12 02:17:25] "POST /neutron/router HTTP/1.1" 200 606 0.550055 10.0.0.33 - - [2025-06-12 02:17:26] "POST /neutron/router HTTP/1.1" 200 606 0.005843 10.0.0.33 - - [2025-06-12 02:17:26] "POST /access-control-lists HTTP/1.1" 200 598 0.077699 10.0.0.33 - - [2025-06-12 02:17:26] "POST /neutron/router HTTP/1.1" 200 151 0.098315 10.0.0.33 - - [2025-06-12 02:17:26] "GET /projects?obj_uuids=99424783-1a92-4f37-87c0-c3e0300a0bb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.33 - - [2025-06-12 02:17:26] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001393 10.0.0.33 - - [2025-06-12 02:17:26] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052505 10.0.0.33 - - [2025-06-12 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 194 0.001449 10.0.0.33 - - [2025-06-12 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.004553 10.0.0.33 - - [2025-06-12 02:17:27] "POST /security-groups HTTP/1.1" 200 595 0.070915 10.0.0.33 - - [2025-06-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.005935 10.0.0.33 - - [2025-06-12 02:17:27] "POST /projects HTTP/1.1" 200 593 0.238636 10.0.0.33 - - [2025-06-12 02:17:27] "POST /access-control-lists HTTP/1.1" 200 600 0.065747 10.0.0.33 - - [2025-06-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.322165 10.0.0.33 - - [2025-06-12 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 237 0.003541 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2098 0.508974 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2088 0.004534 10.0.0.33 - - [2025-06-12 02:17:27] "POST /access-control-lists HTTP/1.1" 200 598 0.074425 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.095560 10.0.0.33 - - [2025-06-12 02:17:27] "DELETE /access-control-list/58b3b41f-5f0e-4cdd-aa37-bd477a55653e HTTP/1.1" 200 115 0.028345 10.0.0.33 - - [2025-06-12 02:17:27] "DELETE /access-control-list/b21792f9-c7ae-4d60-83e2-6b1faafd3438 HTTP/1.1" 200 115 0.025510 10.0.0.33 - - [2025-06-12 02:17:27] "GET /projects?obj_uuids=d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001180 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2098 0.037797 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 2088 0.003967 10.0.0.33 - - [2025-06-12 02:17:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.043817 10.0.0.33 - - [2025-06-12 02:17:27] "DELETE /access-control-list/c4d15d60-1f5f-41eb-af68-8865e17637fe HTTP/1.1" 200 115 0.023582 10.0.0.33 - - [2025-06-12 02:17:27] "DELETE /access-control-list/8a1555af-4ac7-4ac7-a372-5e622b0683b5 HTTP/1.1" 200 115 0.021641 10.0.0.33 - - [2025-06-12 02:17:29] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003035 10.0.0.33 - - [2025-06-12 02:17:29] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.33 - - [2025-06-12 02:17:29] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051605 10.0.0.33 - - [2025-06-12 02:17:29] "POST /id-to-fqname HTTP/1.1" 200 206 0.002820 10.0.0.33 - - [2025-06-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 215 0.004647 10.0.0.33 - - [2025-06-12 02:17:29] "POST /security-groups HTTP/1.1" 200 607 0.072372 10.0.0.33 - - [2025-06-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 250 0.003417 10.0.0.33 - - [2025-06-12 02:17:29] "POST /projects HTTP/1.1" 200 617 0.254199 10.0.0.33 - - [2025-06-12 02:17:29] "POST /access-control-lists HTTP/1.1" 200 612 0.061651 10.0.0.33 - - [2025-06-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.336456 10.0.0.33 - - [2025-06-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.003347 10.0.0.33 - - [2025-06-12 02:17:29] "POST /access-control-lists HTTP/1.1" 200 610 0.069854 10.0.0.33 - - [2025-06-12 02:17:29] "POST /neutron/network HTTP/1.1" 200 701 0.644884 10.0.0.33 - - [2025-06-12 02:17:29] "POST /route-targets HTTP/1.1" 200 327 0.011263 10.0.0.33 - - [2025-06-12 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.012970 10.0.0.33 - - [2025-06-12 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/subnet HTTP/1.1" 200 710 0.227177 10.0.0.33 - - [2025-06-12 02:17:30] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001340 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 1051 0.210681 10.0.0.33 - - [2025-06-12 02:17:30] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001182 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 1117 0.193594 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 8044 0.067517 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 1117 0.008784 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 151 0.098502 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 400 205 0.006033 10.0.0.33 - - [2025-06-12 02:17:30] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001443 10.0.0.33 - - [2025-06-12 02:17:30] "POST /neutron/port HTTP/1.1" 200 1053 0.188613 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1053 0.010643 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1053 0.009681 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1117 0.033427 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1117 0.009477 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 151 0.071931 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 400 205 0.003718 10.0.0.33 - - [2025-06-12 02:17:31] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001765 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.176251 10.0.0.33 - - [2025-06-12 02:17:31] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001179 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.168365 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.009886 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.009801 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1182 0.033196 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1182 0.009667 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 151 0.076149 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 400 205 0.003918 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.009737 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 151 0.079109 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 400 205 0.003523 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 1051 0.008796 10.0.0.33 - - [2025-06-12 02:17:31] "POST /neutron/port HTTP/1.1" 200 151 0.065861 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.008405 10.0.0.33 - - [2025-06-12 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009701 10.0.0.33 - - [2025-06-12 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.249810 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/network HTTP/1.1" 200 768 0.004510 10.0.0.33 - - [2025-06-12 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/network HTTP/1.1" 200 151 0.092180 10.0.0.33 - - [2025-06-12 02:17:32] "DELETE /route-target/2d606fc3-00e3-4bee-a6d4-40fd434a6c66 HTTP/1.1" 200 115 0.043094 10.0.0.33 - - [2025-06-12 02:17:32] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001210 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/security_group HTTP/1.1" 200 2110 0.055346 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/security_group HTTP/1.1" 200 2100 0.004182 10.0.0.33 - - [2025-06-12 02:17:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.046796 10.0.0.33 - - [2025-06-12 02:17:32] "DELETE /access-control-list/0274c19e-6b6f-4eff-8117-3c54927c0ac9 HTTP/1.1" 200 115 0.022050 10.0.0.33 - - [2025-06-12 02:17:32] "DELETE /access-control-list/7046e284-b67d-483d-bd22-560572efd3c8 HTTP/1.1" 200 115 0.019958 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/ec9194333b7e4661974351d724d09755 HTTP/1.1" 404 173 0.036973 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/fa3736c1fb9e46b29bd351ca17bda948 HTTP/1.1" 404 173 0.032376 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/93c43acc5e7e49aa89c11518f0991c45 HTTP/1.1" 404 173 0.035502 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/2022d933b2034fe3a2a84109f7278d35 HTTP/1.1" 404 173 0.031625 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/aac6e28b9b914613a4c5006a37fced41 HTTP/1.1" 404 173 0.010003 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2022d933-b203-4fe3-a2a8-4109f7278d35&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001621 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001269 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/9d6a1c150afa4d53b9a2a2e7bd607c9e HTTP/1.1" 404 173 0.011595 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.086197 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=910d83bf-0987-4ae7-80d5-a30af05c5f30&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001426 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001090 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001113 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001171 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001209 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=459f5a13-c23f-4125-b292-34421ff528b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000869 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/b0646c08c11d4cffb4d0baec0679c943 HTTP/1.1" 404 173 0.009613 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/2022d933-b203-4fe3-a2a8-4109f7278d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.242618 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/89235f8ec96a467daa8a275f6d117103 HTTP/1.1" 404 173 0.035906 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.246068 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/2a23980e-1602-478b-811a-ffa284095dd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.242090 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/910d83bf-0987-4ae7-80d5-a30af05c5f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.253022 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.262818 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/aac6e28b-9b91-4613-a4c5-006a37fced41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.171252 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/8eadc8020bdb4c42b58fd6ebf0130b6d HTTP/1.1" 404 173 0.008581 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/ec919433-3b7e-4661-9743-51d724d09755?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.204446 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/93c43acc-5e7e-49aa-89c1-1518f0991c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1576 0.213216 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/459f5a13-c23f-4125-b292-34421ff528b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.221740 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001381 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2022d933-b203-4fe3-a2a8-4109f7278d35&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001476 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=910d83bf-0987-4ae7-80d5-a30af05c5f30&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000994 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001615 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001662 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/994247831a924f3787c0c3e0300a0bb9 HTTP/1.1" 404 173 0.017186 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001126 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=459f5a13-c23f-4125-b292-34421ff528b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001118 10.0.0.33 - - [2025-06-12 02:17:34] "DELETE /project/2a23980e1602478b811affa284095dd3 HTTP/1.1" 404 173 0.008025 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/2022d933-b203-4fe3-a2a8-4109f7278d35?fields=security_groups HTTP/1.1" 200 1114 0.188380 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/2a23980e-1602-478b-811a-ffa284095dd3?fields=security_groups HTTP/1.1" 200 1143 0.181761 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/910d83bf-0987-4ae7-80d5-a30af05c5f30?fields=security_groups HTTP/1.1" 200 1128 0.184218 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6?fields=security_groups HTTP/1.1" 200 1111 0.211401 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e?fields=security_groups HTTP/1.1" 200 1370 0.195521 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/aac6e28b-9b91-4613-a4c5-006a37fced41?fields=security_groups HTTP/1.1" 200 1135 0.184661 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/ec919433-3b7e-4661-9743-51d724d09755?fields=security_groups HTTP/1.1" 200 1131 0.179396 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/93c43acc-5e7e-49aa-89c1-1518f0991c45?fields=security_groups HTTP/1.1" 200 1157 0.201826 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/459f5a13-c23f-4125-b292-34421ff528b2?fields=security_groups HTTP/1.1" 200 1130 0.203599 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2022d933-b203-4fe3-a2a8-4109f7278d35&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001238 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=910d83bf-0987-4ae7-80d5-a30af05c5f30&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001003 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=2a23980e-1602-478b-811a-ffa284095dd3&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001854 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.029380 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=fa3736c1-fb9e-46b2-9bd3-51ca17bda948&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001462 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=ec919433-3b7e-4661-9743-51d724d09755&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001236 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=aac6e28b-9b91-4613-a4c5-006a37fced41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001264 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=459f5a13-c23f-4125-b292-34421ff528b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001320 10.0.0.33 - - [2025-06-12 02:17:34] "GET /projects?obj_uuids=93c43acc-5e7e-49aa-89c1-1518f0991c45&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000999 10.0.0.33 - - [2025-06-12 02:17:34] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/2022d933-b203-4fe3-a2a8-4109f7278d35?fields=application_policy_sets HTTP/1.1" 200 1420 0.193381 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/910d83bf-0987-4ae7-80d5-a30af05c5f30?fields=application_policy_sets HTTP/1.1" 200 1441 0.181726 10.0.0.33 - - [2025-06-12 02:17:34] "GET /project/d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6?fields=application_policy_sets HTTP/1.1" 200 1415 0.183511 10.0.0.33 - - [2025-06-12 02:17:34] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045045 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/2a23980e-1602-478b-811a-ffa284095dd3?fields=application_policy_sets HTTP/1.1" 200 1464 0.185396 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/fa3736c1-fb9e-46b2-9bd3-51ca17bda948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.181108 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/ec919433-3b7e-4661-9743-51d724d09755?fields=application_policy_sets HTTP/1.1" 200 1445 0.188818 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/aac6e28b-9b91-4613-a4c5-006a37fced41?fields=application_policy_sets HTTP/1.1" 200 1451 0.191890 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=fa3736c1-fb9e-46b2-9bd3-51ca17bda948&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001446 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/93c43acc-5e7e-49aa-89c1-1518f0991c45?fields=application_policy_sets HTTP/1.1" 200 1483 0.204114 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/459f5a13-c23f-4125-b292-34421ff528b2?fields=application_policy_sets HTTP/1.1" 200 1444 0.228798 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/fa3736c1-fb9e-46b2-9bd3-51ca17bda948?fields=security_groups HTTP/1.1" 200 1146 0.176265 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /security-group/d7f0bd70-2bef-46a0-b538-5700510d3841 HTTP/1.1" 200 115 0.447758 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /access-control-list/1b3b5027-96f4-4494-8657-b5c828a9c82f HTTP/1.1" 200 115 0.215947 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=fa3736c1-fb9e-46b2-9bd3-51ca17bda948&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001036 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e?fields=application_policy_sets HTTP/1.1" 200 1409 0.098924 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /access-control-list/da5f836c-2547-464a-8c67-691a1f4cbc8d HTTP/1.1" 200 115 0.102748 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/fa3736c1-fb9e-46b2-9bd3-51ca17bda948?fields=application_policy_sets HTTP/1.1" 200 1466 0.179155 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/910d83bf-0987-4ae7-80d5-a30af05c5f30 HTTP/1.1" 200 115 1.296033 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/d09f79e9-ffdc-4ec2-903c-ea46b97ac4b6 HTTP/1.1" 200 115 1.309576 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/2022d933-b203-4fe3-a2a8-4109f7278d35 HTTP/1.1" 200 115 1.323768 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/910d83bf09874ae780d5a30af05c5f30 HTTP/1.1" 404 173 0.016091 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=99424783-1a92-4f37-87c0-c3e0300a0bb9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002128 10.0.0.33 - - [2025-06-12 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 205 0.001148 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=89235f8e-c96a-467d-aa8a-275f6d117103&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.001276 10.0.0.33 - - [2025-06-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.004713 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=8eadc802-0bdb-4c42-b58f-d6ebf0130b6d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001092 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/99424783-1a92-4f37-87c0-c3e0300a0bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.103738 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/2a23980e-1602-478b-811a-ffa284095dd3 HTTP/1.1" 200 115 1.444221 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=99424783-1a92-4f37-87c0-c3e0300a0bb9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001240 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/93c43acc-5e7e-49aa-89c1-1518f0991c45 HTTP/1.1" 200 115 1.412131 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/89235f8e-c96a-467d-aa8a-275f6d117103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.128655 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/8eadc802-0bdb-4c42-b58f-d6ebf0130b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.089897 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/d09f79e9ffdc4ec2903cea46b97ac4b6 HTTP/1.1" 404 173 0.014538 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/aac6e28b-9b91-4613-a4c5-006a37fced41 HTTP/1.1" 200 115 1.453295 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/63fef43602ef46ec80fde58c523fd8d9 HTTP/1.1" 404 173 0.013006 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=8eadc802-0bdb-4c42-b58f-d6ebf0130b6d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001109 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=89235f8e-c96a-467d-aa8a-275f6d117103&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.000952 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/ec919433-3b7e-4661-9743-51d724d09755 HTTP/1.1" 200 115 1.466232 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/459f5a13c23f4125b29234421ff528b2 HTTP/1.1" 404 173 0.004330 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/459f5a13-c23f-4125-b292-34421ff528b2 HTTP/1.1" 200 115 1.463052 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/99424783-1a92-4f37-87c0-c3e0300a0bb9?fields=security_groups HTTP/1.1" 200 1110 0.093714 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/8eadc802-0bdb-4c42-b58f-d6ebf0130b6d?fields=security_groups HTTP/1.1" 200 1131 0.078101 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/89235f8e-c96a-467d-aa8a-275f6d117103?fields=security_groups HTTP/1.1" 200 1159 0.088050 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=99424783-1a92-4f37-87c0-c3e0300a0bb9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001156 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/9d6a1c15-0afa-4d53-b9a2-a2e7bd607c9e HTTP/1.1" 200 115 1.603382 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=8eadc802-0bdb-4c42-b58f-d6ebf0130b6d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001128 10.0.0.33 - - [2025-06-12 02:17:35] "GET /projects?obj_uuids=89235f8e-c96a-467d-aa8a-275f6d117103&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.002929 10.0.0.33 - - [2025-06-12 02:17:35] "POST /security-groups HTTP/1.1" 200 606 0.221115 10.0.0.33 - - [2025-06-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.006049 10.0.0.33 - - [2025-06-12 02:17:35] "DELETE /project/fa3736c1-fb9e-46b2-9bd3-51ca17bda948 HTTP/1.1" 200 115 1.073609 10.0.0.33 - - [2025-06-12 02:17:35] "POST /projects HTTP/1.1" 200 615 0.707469 10.0.0.33 - - [2025-06-12 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.849797 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/89235f8e-c96a-467d-aa8a-275f6d117103?fields=application_policy_sets HTTP/1.1" 200 1486 0.088883 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/99424783-1a92-4f37-87c0-c3e0300a0bb9?fields=application_policy_sets HTTP/1.1" 200 1414 0.125341 10.0.0.33 - - [2025-06-12 02:17:35] "GET /project/8eadc802-0bdb-4c42-b58f-d6ebf0130b6d?fields=application_policy_sets HTTP/1.1" 200 1445 0.127550 10.0.0.33 - - [2025-06-12 02:17:35] "POST /access-control-lists HTTP/1.1" 200 611 0.126964 10.0.0.33 - - [2025-06-12 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 248 0.002661 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/network HTTP/1.1" 200 696 1.426353 10.0.0.33 - - [2025-06-12 02:17:36] "DELETE /project/89235f8e-c96a-467d-aa8a-275f6d117103 HTTP/1.1" 200 115 0.624632 10.0.0.33 - - [2025-06-12 02:17:36] "DELETE /project/99424783-1a92-4f37-87c0-c3e0300a0bb9 HTTP/1.1" 200 115 0.643331 10.0.0.33 - - [2025-06-12 02:17:36] "DELETE /project/8eadc802-0bdb-4c42-b58f-d6ebf0130b6d HTTP/1.1" 200 115 0.573349 10.0.0.33 - - [2025-06-12 02:17:36] "POST /access-control-lists HTTP/1.1" 200 609 0.089782 10.0.0.33 - - [2025-06-12 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003228 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 710 0.231944 10.0.0.33 - - [2025-06-12 02:17:36] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001197 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/port HTTP/1.1" 200 1048 0.198360 10.0.0.33 - - [2025-06-12 02:17:36] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001619 10.0.0.33 - - [2025-06-12 02:17:36] "POST /route-targets HTTP/1.1" 200 327 0.021795 10.0.0.33 - - [2025-06-12 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.012154 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/port HTTP/1.1" 200 1255 0.221374 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/port HTTP/1.1" 200 8178 0.042264 10.0.0.33 - - [2025-06-12 02:17:36] "POST /neutron/port HTTP/1.1" 200 1255 0.018444 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.097071 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 1048 0.014076 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 1048 0.013005 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 1244 0.031789 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 1244 0.010796 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 1244 0.012404 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.084395 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.009827 10.0.0.33 - - [2025-06-12 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005378 10.0.0.33 - - [2025-06-12 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 151 0.152889 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/network HTTP/1.1" 200 763 0.004576 10.0.0.33 - - [2025-06-12 02:17:37] "POST /neutron/network HTTP/1.1" 200 151 0.085982 10.0.0.33 - - [2025-06-12 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.33 - - [2025-06-12 02:17:37] "DELETE /route-target/1adb1db5-f0cf-4dc5-9139-77ee15b9690c HTTP/1.1" 200 115 0.018490 10.0.0.33 - - [2025-06-12 02:17:38] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001397 10.0.0.33 - - [2025-06-12 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2109 0.065519 10.0.0.33 - - [2025-06-12 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2099 0.005636 10.0.0.33 - - [2025-06-12 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.046162 10.0.0.33 - - [2025-06-12 02:17:38] "DELETE /access-control-list/dd69fc11-42cd-4be2-b5dd-5c51c191c8d4 HTTP/1.1" 200 115 0.025334 10.0.0.33 - - [2025-06-12 02:17:38] "DELETE /access-control-list/6cbbb84c-a7ff-46ec-9b01-9f7f00f56dd7 HTTP/1.1" 200 115 0.029036 10.0.0.33 - - [2025-06-12 02:17:39] "GET /obj-perms HTTP/1.1" 200 5056 0.125201 10.0.0.33 - - [2025-06-12 02:17:40] "GET /obj-perms HTTP/1.1" 200 5056 0.109800 10.0.0.33 - - [2025-06-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.33 - - [2025-06-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.010804 10.0.0.33 - - [2025-06-12 02:17:40] "POST /instance-ips HTTP/1.1" 400 213 0.016781 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.009542 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008874 10.0.0.33 - - [2025-06-12 02:17:40] "POST /instance-ips HTTP/1.1" 400 320 0.016566 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008408 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.008112 10.0.0.33 - - [2025-06-12 02:17:40] "POST /instance-ips HTTP/1.1" 400 213 0.018489 10.0.0.33 - - [2025-06-12 02:17:40] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003557 10.0.0.33 - - [2025-06-12 02:17:40] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001905 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.018775 10.0.0.33 - - [2025-06-12 02:17:40] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052737 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.015016 10.0.0.33 - - [2025-06-12 02:17:40] "POST /instance-ips HTTP/1.1" 400 320 0.018615 10.0.0.33 - - [2025-06-12 02:17:40] "POST /id-to-fqname HTTP/1.1" 200 197 0.001412 10.0.0.33 - - [2025-06-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.003419 10.0.0.33 - - [2025-06-12 02:17:40] "POST /chown HTTP/1.1" 200 109 0.009918 10.0.0.33 - - [2025-06-12 02:17:40] "POST /security-groups HTTP/1.1" 200 598 0.067934 10.0.0.33 - - [2025-06-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.002903 10.0.0.33 - - [2025-06-12 02:17:40] "POST /projects HTTP/1.1" 200 599 0.230011 10.0.0.33 - - [2025-06-12 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.265077 10.0.0.33 - - [2025-06-12 02:17:40] "POST /access-control-lists HTTP/1.1" 200 603 0.059928 10.0.0.33 - - [2025-06-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 240 0.002617 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/network HTTP/1.1" 200 676 0.519729 10.0.0.33 - - [2025-06-12 02:17:41] "POST /access-control-lists HTTP/1.1" 200 601 0.067922 10.0.0.33 - - [2025-06-12 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.018701 10.0.0.33 - - [2025-06-12 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005455 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 711 0.175179 10.0.0.33 - - [2025-06-12 02:17:41] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001019 10.0.0.33 - - [2025-06-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.010241 10.0.0.33 - - [2025-06-12 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.016362 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/router HTTP/1.1" 200 705 0.127070 10.0.0.33 - - [2025-06-12 02:17:41] "GET /logical-router/9543273e-d6fa-4eae-ada0-726fa8a27cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.006369 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/router HTTP/1.1" 200 705 0.004891 10.0.0.33 - - [2025-06-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.33 - - [2025-06-12 02:17:41] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001160 10.0.0.33 - - [2025-06-12 02:17:41] "PUT /logical-router/9543273e-d6fa-4eae-ada0-726fa8a27cba HTTP/1.1" 200 262 0.024021 10.0.0.33 - - [2025-06-12 02:17:41] "GET /service-template/6438b620-9f29-4524-8648-9a10fed2ee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006451 10.0.0.33 - - [2025-06-12 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 221 0.002606 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/router HTTP/1.1" 200 344 0.305301 10.0.0.33 - - [2025-06-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.020601 10.0.0.33 - - [2025-06-12 02:17:41] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001466 10.0.0.33 - - [2025-06-12 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012363 10.0.0.33 - - [2025-06-12 02:17:41] "POST /virtual-networks HTTP/1.1" 200 698 0.185142 10.0.0.33 - - [2025-06-12 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.020729 10.0.0.33 - - [2025-06-12 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.035925 10.0.0.33 - - [2025-06-12 02:17:41] "POST /service-instances HTTP/1.1" 200 674 0.123576 10.0.0.33 - - [2025-06-12 02:17:41] "POST /neutron/port HTTP/1.1" 200 1024 0.266318 10.0.0.33 - - [2025-06-12 02:17:41] "POST /route-tables HTTP/1.1" 200 586 0.030489 10.0.0.33 - - [2025-06-12 02:17:42] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001420 10.0.0.33 - - [2025-06-12 02:17:42] "PUT /logical-router/9543273e-d6fa-4eae-ada0-726fa8a27cba HTTP/1.1" 200 262 0.014968 10.0.0.33 - - [2025-06-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.023222 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 1026 0.186044 10.0.0.33 - - [2025-06-12 02:17:42] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001318 10.0.0.33 - - [2025-06-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.33 - - [2025-06-12 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.33 - - [2025-06-12 02:17:42] "POST /virtual-machines HTTP/1.1" 200 561 0.016010 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.166372 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.054058 10.0.0.33 - - [2025-06-12 02:17:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.107522 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 528 0.023607 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006767 10.0.0.33 - - [2025-06-12 02:17:42] "POST /chown HTTP/1.1" 200 109 0.007960 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048955 10.0.0.33 - - [2025-06-12 02:17:42] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001322 10.0.0.33 - - [2025-06-12 02:17:42] "POST /instance-ips HTTP/1.1" 200 559 0.041358 10.0.0.33 - - [2025-06-12 02:17:42] "POST /instance-ips HTTP/1.1" 400 213 0.047216 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.146081 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011636 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 580 0.013478 10.0.0.33 - - [2025-06-12 02:17:42] "POST /chown HTTP/1.1" 200 109 0.011420 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011856 10.0.0.33 - - [2025-06-12 02:17:42] "PUT /virtual-machine-interface/9deff306-ff78-4efb-b4e6-04c8ac14931e HTTP/1.1" 200 284 0.010511 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.045388 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 606 0.012116 10.0.0.33 - - [2025-06-12 02:17:42] "PUT /instance-ip/c8e2c518-b2df-4957-9d77-da78af97e504 HTTP/1.1" 200 256 0.013834 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 528 0.026396 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005451 10.0.0.33 - - [2025-06-12 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038096 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/floatingip HTTP/1.1" 400 217 0.003334 10.0.0.33 - - [2025-06-12 02:17:42] "POST /neutron/port HTTP/1.1" 200 2771 0.027454 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 711 0.035316 10.0.0.33 - - [2025-06-12 02:17:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.103766 10.0.0.33 - - [2025-06-12 02:17:43] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001223 10.0.0.33 - - [2025-06-12 02:17:43] "POST /chown HTTP/1.1" 200 109 0.011148 10.0.0.33 - - [2025-06-12 02:17:43] "POST /instance-ips HTTP/1.1" 200 557 0.057150 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/port HTTP/1.1" 200 1113 0.240613 10.0.0.33 - - [2025-06-12 02:17:43] "POST /instance-ips HTTP/1.1" 400 320 0.044839 10.0.0.33 - - [2025-06-12 02:17:43] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002002 10.0.0.33 - - [2025-06-12 02:17:43] "POST /chown HTTP/1.1" 200 109 0.015594 10.0.0.33 - - [2025-06-12 02:17:43] "PUT /virtual-machine-interface/68ea25c4-6453-4fbb-bc5b-77ea17133d5f HTTP/1.1" 200 284 0.050681 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 607 0.168536 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 607 0.013171 10.0.0.33 - - [2025-06-12 02:17:43] "PUT /instance-ip/96c993e5-8ffe-4b69-b96f-748197e26ec5 HTTP/1.1" 200 256 0.014713 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 607 0.032421 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 607 0.012600 10.0.0.33 - - [2025-06-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.013883 10.0.0.33 - - [2025-06-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.015681 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 115 0.065539 10.0.0.33 - - [2025-06-12 02:17:43] "PUT /routing-instance/8d199c88-fe0e-474a-8528-e70d932c1909 HTTP/1.1" 200 266 0.014408 10.0.0.33 - - [2025-06-12 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.015190 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/port HTTP/1.1" 200 1113 0.014491 10.0.0.33 - - [2025-06-12 02:17:43] "POST /virtual-machines HTTP/1.1" 200 561 0.021093 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/port HTTP/1.1" 200 151 0.125747 10.0.0.33 - - [2025-06-12 02:17:43] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001137 10.0.0.33 - - [2025-06-12 02:17:43] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.118926 10.0.0.33 - - [2025-06-12 02:17:43] "POST /neutron/floatingip HTTP/1.1" 200 528 0.128694 10.0.0.33 - - [2025-06-12 02:17:43] "POST /chown HTTP/1.1" 200 109 0.008114 10.0.0.33 - - [2025-06-12 02:17:43] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001546 10.0.0.33 - - [2025-06-12 02:17:44] "POST /instance-ips HTTP/1.1" 400 213 0.067462 10.0.0.33 - - [2025-06-12 02:17:44] "POST /chown HTTP/1.1" 200 109 0.023158 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 1022 0.235379 10.0.0.33 - - [2025-06-12 02:17:44] "PUT /virtual-machine-interface/4bd8472e-a614-4d5c-b9c1-a74edbe49ac5 HTTP/1.1" 200 284 0.011849 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006432 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 606 0.064205 10.0.0.33 - - [2025-06-12 02:17:44] "PUT /instance-ip/c8e2c518-b2df-4957-9d77-da78af97e504 HTTP/1.1" 200 256 0.043389 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 1022 0.011022 10.0.0.33 - - [2025-06-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.013583 10.0.0.33 - - [2025-06-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.018592 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/port HTTP/1.1" 200 151 0.126118 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005945 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005548 10.0.0.33 - - [2025-06-12 02:17:44] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.106834 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 115 0.114758 10.0.0.33 - - [2025-06-12 02:17:44] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001291 10.0.0.33 - - [2025-06-12 02:17:44] "POST /chown HTTP/1.1" 200 109 0.016539 10.0.0.33 - - [2025-06-12 02:17:44] "POST /instance-ips HTTP/1.1" 400 320 0.016396 10.0.0.33 - - [2025-06-12 02:17:44] "POST /chown HTTP/1.1" 200 109 0.012787 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 606 0.153502 10.0.0.33 - - [2025-06-12 02:17:44] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001219 10.0.0.33 - - [2025-06-12 02:17:44] "PUT /virtual-machine-interface/c0205739-a707-4263-8e84-3dac4dd16bf4 HTTP/1.1" 200 284 0.020757 10.0.0.33 - - [2025-06-12 02:17:44] "POST /neutron/network HTTP/1.1" 200 652 0.092948 10.0.0.33 - - [2025-06-12 02:17:44] "PUT /instance-ip/96c993e5-8ffe-4b69-b96f-748197e26ec5 HTTP/1.1" 200 256 0.026061 10.0.0.33 - - [2025-06-12 02:17:44] "POST /route-targets HTTP/1.1" 200 327 0.011039 10.0.0.33 - - [2025-06-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.012008 10.0.0.33 - - [2025-06-12 02:17:44] "POST /ref-update HTTP/1.1" 200 156 0.013839 10.0.0.33 - - [2025-06-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.014012 10.0.0.33 - - [2025-06-12 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003859 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 710 0.218517 10.0.0.33 - - [2025-06-12 02:17:45] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001335 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/router HTTP/1.1" 200 705 0.122148 10.0.0.33 - - [2025-06-12 02:17:45] "POST /route-targets HTTP/1.1" 200 327 0.015372 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/router HTTP/1.1" 200 705 0.005110 10.0.0.33 - - [2025-06-12 02:17:45] "GET /logical-router/4d15bcd0-e66b-4233-89f4-fe8a249fa7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.006459 10.0.0.33 - - [2025-06-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.33 - - [2025-06-12 02:17:45] "PUT /logical-router/4d15bcd0-e66b-4233-89f4-fe8a249fa7b0 HTTP/1.1" 200 262 0.036638 10.0.0.33 - - [2025-06-12 02:17:45] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001204 10.0.0.33 - - [2025-06-12 02:17:45] "GET /service-template/6438b620-9f29-4524-8648-9a10fed2ee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.044231 10.0.0.33 - - [2025-06-12 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 221 0.002846 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/router HTTP/1.1" 200 344 0.207791 10.0.0.33 - - [2025-06-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.017305 10.0.0.33 - - [2025-06-12 02:17:45] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001019 10.0.0.33 - - [2025-06-12 02:17:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004188 10.0.0.33 - - [2025-06-12 02:17:45] "POST /virtual-networks HTTP/1.1" 200 698 0.184577 10.0.0.33 - - [2025-06-12 02:17:45] "POST /route-targets HTTP/1.1" 200 327 0.018820 10.0.0.33 - - [2025-06-12 02:17:45] "POST /ref-update HTTP/1.1" 200 156 0.012635 10.0.0.33 - - [2025-06-12 02:17:45] "POST /service-instances HTTP/1.1" 200 674 0.071201 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/port HTTP/1.1" 200 1026 0.312000 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/floatingip HTTP/1.1" 200 606 0.023915 10.0.0.33 - - [2025-06-12 02:17:45] "POST /route-tables HTTP/1.1" 200 586 0.029650 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/floatingip HTTP/1.1" 200 606 0.055089 10.0.0.33 - - [2025-06-12 02:17:45] "POST /neutron/port HTTP/1.1" 200 1026 0.011046 10.0.0.33 - - [2025-06-12 02:17:45] "PUT /logical-router/4d15bcd0-e66b-4233-89f4-fe8a249fa7b0 HTTP/1.1" 200 262 0.022431 10.0.0.33 - - [2025-06-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.023311 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 151 0.106030 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/router HTTP/1.1" 200 705 0.005356 10.0.0.33 - - [2025-06-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.33 - - [2025-06-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.33 - - [2025-06-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.018823 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/router HTTP/1.1" 200 344 0.114563 10.0.0.33 - - [2025-06-12 02:17:46] "POST /virtual-machines HTTP/1.1" 200 561 0.022575 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/router HTTP/1.1" 200 705 0.005267 10.0.0.33 - - [2025-06-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011492 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/router HTTP/1.1" 200 151 0.130111 10.0.0.33 - - [2025-06-12 02:17:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.113975 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.016239 10.0.0.33 - - [2025-06-12 02:17:46] "DELETE /route-target/80e406e7-f094-4298-9ede-49fb3a9915f5 HTTP/1.1" 200 115 0.045477 10.0.0.33 - - [2025-06-12 02:17:46] "POST /chown HTTP/1.1" 200 109 0.008929 10.0.0.33 - - [2025-06-12 02:17:46] "POST /instance-ips HTTP/1.1" 200 559 0.021690 10.0.0.33 - - [2025-06-12 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006322 10.0.0.33 - - [2025-06-12 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002864 10.0.0.33 - - [2025-06-12 02:17:46] "POST /instance-ips HTTP/1.1" 400 213 0.032600 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 151 0.186694 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/network HTTP/1.1" 200 719 0.004477 10.0.0.33 - - [2025-06-12 02:17:46] "POST /chown HTTP/1.1" 200 109 0.015115 10.0.0.33 - - [2025-06-12 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011637 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/network HTTP/1.1" 200 151 0.098362 10.0.0.33 - - [2025-06-12 02:17:46] "PUT /virtual-machine-interface/021e605f-bb3f-4b09-a8e0-525c7ee89e32 HTTP/1.1" 200 284 0.017343 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006242 10.0.0.33 - - [2025-06-12 02:17:46] "DELETE /route-target/5984a881-8b96-4602-b6aa-2ea42675c5e2 HTTP/1.1" 200 115 0.027566 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044066 10.0.0.33 - - [2025-06-12 02:17:46] "PUT /instance-ip/c0e2e9e4-69e4-43fe-9b78-fa156a428a4e HTTP/1.1" 200 256 0.022975 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/port HTTP/1.1" 400 205 0.007154 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.006799 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/router HTTP/1.1" 400 209 0.004303 10.0.0.33 - - [2025-06-12 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.015482 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/subnet HTTP/1.1" 400 209 0.004698 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 1026 0.010089 10.0.0.33 - - [2025-06-12 02:17:46] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.104180 10.0.0.33 - - [2025-06-12 02:17:46] "POST /neutron/port HTTP/1.1" 200 151 0.147326 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 1024 0.012699 10.0.0.33 - - [2025-06-12 02:17:47] "POST /chown HTTP/1.1" 200 109 0.021048 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.089530 10.0.0.33 - - [2025-06-12 02:17:47] "POST /instance-ips HTTP/1.1" 200 557 0.043082 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/port HTTP/1.1" 200 2262 0.043412 10.0.0.33 - - [2025-06-12 02:17:47] "POST /instance-ips HTTP/1.1" 400 320 0.016322 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 200 705 0.003803 10.0.0.33 - - [2025-06-12 02:17:47] "POST /chown HTTP/1.1" 200 109 0.017413 10.0.0.33 - - [2025-06-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.016757 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 200 344 0.118675 10.0.0.33 - - [2025-06-12 02:17:47] "PUT /virtual-machine-interface/902b5a10-3b66-449d-af08-6adecd5d1bcb HTTP/1.1" 200 284 0.020544 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 200 705 0.005922 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 400 281 0.009668 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 200 705 0.003685 10.0.0.33 - - [2025-06-12 02:17:47] "PUT /instance-ip/6abdb5b9-15a2-40ff-9ad3-ffadcc8799e8 HTTP/1.1" 200 256 0.015581 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/router HTTP/1.1" 200 151 0.057661 10.0.0.33 - - [2025-06-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.33 - - [2025-06-12 02:17:47] "DELETE /route-target/cbf93498-b327-4a8c-b809-b33267e58176 HTTP/1.1" 409 239 0.007215 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 711 0.007190 10.0.0.33 - - [2025-06-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.016231 10.0.0.33 - - [2025-06-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.009448 10.0.0.33 - - [2025-06-12 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.012269 10.0.0.33 - - [2025-06-12 02:17:47] "PUT /routing-instance/8d199c88-fe0e-474a-8528-e70d932c1909 HTTP/1.1" 200 266 0.024202 10.0.0.33 - - [2025-06-12 02:17:47] "POST /virtual-machines HTTP/1.1" 200 561 0.036362 10.0.0.33 - - [2025-06-12 02:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003251 10.0.0.33 - - [2025-06-12 02:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003810 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 151 0.178779 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 743 0.004085 10.0.0.33 - - [2025-06-12 02:17:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.073408 10.0.0.33 - - [2025-06-12 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.33 - - [2025-06-12 02:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.113362 10.0.0.33 - - [2025-06-12 02:17:47] "POST /chown HTTP/1.1" 200 109 0.028149 10.0.0.33 - - [2025-06-12 02:17:47] "DELETE /route-target/6604a884-225d-44b3-b4a7-892e21fd6bc4 HTTP/1.1" 200 115 0.049487 10.0.0.33 - - [2025-06-12 02:17:47] "POST /instance-ips HTTP/1.1" 400 213 0.017778 10.0.0.33 - - [2025-06-12 02:17:47] "POST /chown HTTP/1.1" 200 109 0.008542 10.0.0.33 - - [2025-06-12 02:17:47] "PUT /virtual-machine-interface/5bf5c80a-43da-438a-8b02-09fa72ff4bbe HTTP/1.1" 200 284 0.015158 10.0.0.33 - - [2025-06-12 02:17:48] "PUT /instance-ip/c0e2e9e4-69e4-43fe-9b78-fa156a428a4e HTTP/1.1" 200 256 0.016467 10.0.0.33 - - [2025-06-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.012007 10.0.0.33 - - [2025-06-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.010757 10.0.0.33 - - [2025-06-12 02:17:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.093722 10.0.0.33 - - [2025-06-12 02:17:48] "GET /projects?obj_uuids=84d3b98f-d079-4cca-888e-b45c9ab18f94&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001457 10.0.0.33 - - [2025-06-12 02:17:48] "POST /chown HTTP/1.1" 200 109 0.011659 10.0.0.33 - - [2025-06-12 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2101 0.071297 10.0.0.33 - - [2025-06-12 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2091 0.004271 10.0.0.33 - - [2025-06-12 02:17:48] "POST /neutron/security_group HTTP/1.1" 400 206 0.013429 10.0.0.33 - - [2025-06-12 02:17:48] "POST /instance-ips HTTP/1.1" 400 320 0.020544 10.0.0.33 - - [2025-06-12 02:17:48] "POST /chown HTTP/1.1" 200 109 0.008258 10.0.0.33 - - [2025-06-12 02:17:48] "PUT /virtual-machine-interface/843a8d78-3960-4e98-a862-ce005436b4c4 HTTP/1.1" 200 284 0.011663 10.0.0.33 - - [2025-06-12 02:17:48] "PUT /instance-ip/6abdb5b9-15a2-40ff-9ad3-ffadcc8799e8 HTTP/1.1" 200 256 0.015134 10.0.0.33 - - [2025-06-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.012524 10.0.0.33 - - [2025-06-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.013007 10.0.0.33 - - [2025-06-12 02:17:48] "GET /logical-router/4d15bcd0-e66b-4233-89f4-fe8a249fa7b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003434 10.0.0.33 - - [2025-06-12 02:17:48] "GET /service-instance/79df79ed-50e4-4282-ab5b-2b7486210334?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2290 0.004627 10.0.0.33 - - [2025-06-12 02:17:48] "DELETE /route-table/5ae8787e-cd97-498c-a61b-e9d0a54bce40 HTTP/1.1" 200 115 0.029099 10.0.0.33 - - [2025-06-12 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.33 - - [2025-06-12 02:17:48] "GET /virtual-network/2ef9bd6b-9716-48e9-bbe0-3998f6a56c06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006493 10.0.0.33 - - [2025-06-12 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.010324 10.0.0.33 - - [2025-06-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.010053 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /instance-ip/6abdb5b9-15a2-40ff-9ad3-ffadcc8799e8 HTTP/1.1" 200 115 0.047816 10.0.0.33 - - [2025-06-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009357 10.0.0.33 - - [2025-06-12 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006921 10.0.0.33 - - [2025-06-12 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002882 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /virtual-network/2ef9bd6b-9716-48e9-bbe0-3998f6a56c06 HTTP/1.1" 200 115 0.130310 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /route-target/4ecfaae5-d4ae-4769-8070-1c114d47937d HTTP/1.1" 200 115 0.023354 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /service-instance/79df79ed-50e4-4282-ab5b-2b7486210334 HTTP/1.1" 200 115 0.040605 10.0.0.33 - - [2025-06-12 02:17:49] "GET /logical-router/9543273e-d6fa-4eae-ada0-726fa8a27cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002424 10.0.0.33 - - [2025-06-12 02:17:49] "GET /service-instance/b3eeb617-e3fd-42fc-909e-3f3b4f180e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2291 0.004382 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /route-table/6e6d1872-be32-4f01-a1df-0c933d1beb63 HTTP/1.1" 200 115 0.021463 10.0.0.33 - - [2025-06-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009027 10.0.0.33 - - [2025-06-12 02:17:49] "GET /virtual-network/26eb2c65-6089-4662-a29c-00022c597a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005983 10.0.0.33 - - [2025-06-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.010009 10.0.0.33 - - [2025-06-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.012420 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /instance-ip/96c993e5-8ffe-4b69-b96f-748197e26ec5 HTTP/1.1" 200 115 0.035857 10.0.0.33 - - [2025-06-12 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007471 10.0.0.33 - - [2025-06-12 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005802 10.0.0.33 - - [2025-06-12 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /virtual-network/26eb2c65-6089-4662-a29c-00022c597a6f HTTP/1.1" 200 115 0.130085 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /route-target/7b22d3b6-bf19-4e6d-bf84-8b2f3aa8546c HTTP/1.1" 200 115 0.025232 10.0.0.33 - - [2025-06-12 02:17:49] "DELETE /service-instance/b3eeb617-e3fd-42fc-909e-3f3b4f180e0b HTTP/1.1" 200 115 0.035939 10.0.0.33 - - [2025-06-12 02:17:49] "GET /virtual-machine-interface/5bf5c80a-43da-438a-8b02-09fa72ff4bbe?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1668 0.006347 10.0.0.33 - - [2025-06-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.015247 10.0.0.33 - - [2025-06-12 02:17:50] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002861 10.0.0.33 - - [2025-06-12 02:17:50] "GET /instance-ip/c0e2e9e4-69e4-43fe-9b78-fa156a428a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.004919 10.0.0.33 - - [2025-06-12 02:17:50] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.33 - - [2025-06-12 02:17:50] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050536 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine-interface/5bf5c80a-43da-438a-8b02-09fa72ff4bbe HTTP/1.1" 200 115 0.049739 10.0.0.33 - - [2025-06-12 02:17:50] "GET /virtual-machine-interface/843a8d78-3960-4e98-a862-ce005436b4c4?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.005780 10.0.0.33 - - [2025-06-12 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 207 0.001334 10.0.0.33 - - [2025-06-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 216 0.003415 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine-interface/843a8d78-3960-4e98-a862-ce005436b4c4 HTTP/1.1" 200 115 0.042361 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine/5f68f8a4-ddf5-43b7-afb0-6481d40afc53 HTTP/1.1" 200 115 0.026270 10.0.0.33 - - [2025-06-12 02:17:50] "GET /virtual-machine-interface/021e605f-bb3f-4b09-a8e0-525c7ee89e32?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.011018 10.0.0.33 - - [2025-06-12 02:17:50] "POST /security-groups HTTP/1.1" 200 608 0.080492 10.0.0.33 - - [2025-06-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 251 0.003539 10.0.0.33 - - [2025-06-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.045329 10.0.0.33 - - [2025-06-12 02:17:50] "POST /projects HTTP/1.1" 200 619 0.255826 10.0.0.33 - - [2025-06-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.328665 10.0.0.33 - - [2025-06-12 02:17:50] "GET /instance-ip/c0e2e9e4-69e4-43fe-9b78-fa156a428a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1674 0.026225 10.0.0.33 - - [2025-06-12 02:17:50] "POST /access-control-lists HTTP/1.1" 200 613 0.070844 10.0.0.33 - - [2025-06-12 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 250 0.009669 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /instance-ip/c0e2e9e4-69e4-43fe-9b78-fa156a428a4e HTTP/1.1" 200 115 0.044510 10.0.0.33 - - [2025-06-12 02:17:50] "POST /neutron/network HTTP/1.1" 200 704 0.617801 10.0.0.33 - - [2025-06-12 02:17:50] "POST /access-control-lists HTTP/1.1" 200 611 0.068576 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine-interface/021e605f-bb3f-4b09-a8e0-525c7ee89e32 HTTP/1.1" 200 115 0.096506 10.0.0.33 - - [2025-06-12 02:17:50] "GET /virtual-machine-interface/902b5a10-3b66-449d-af08-6adecd5d1bcb?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.006825 10.0.0.33 - - [2025-06-12 02:17:50] "POST /route-targets HTTP/1.1" 200 327 0.020251 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine-interface/902b5a10-3b66-449d-af08-6adecd5d1bcb HTTP/1.1" 200 115 0.056483 10.0.0.33 - - [2025-06-12 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007135 10.0.0.33 - - [2025-06-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.023115 10.0.0.33 - - [2025-06-12 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 710 0.198977 10.0.0.33 - - [2025-06-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.017923 10.0.0.33 - - [2025-06-12 02:17:50] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001200 10.0.0.33 - - [2025-06-12 02:17:50] "DELETE /virtual-machine/418cd076-84c1-429a-9ba3-d41f382e4b93 HTTP/1.1" 200 115 0.024983 10.0.0.33 - - [2025-06-12 02:17:50] "GET /virtual-machine-interface/4bd8472e-a614-4d5c-b9c1-a74edbe49ac5?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1668 0.008290 10.0.0.33 - - [2025-06-12 02:17:50] "POST /neutron/router HTTP/1.1" 200 658 0.098389 10.0.0.33 - - [2025-06-12 02:17:50] "POST /neutron/router HTTP/1.1" 200 658 0.003678 10.0.0.33 - - [2025-06-12 02:17:50] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001210 10.0.0.33 - - [2025-06-12 02:17:50] "PUT /logical-router/70679957-5830-4844-841f-d86afdf64c4e HTTP/1.1" 200 262 0.027035 10.0.0.33 - - [2025-06-12 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.023129 10.0.0.33 - - [2025-06-12 02:17:51] "GET /instance-ip/c8e2c518-b2df-4957-9d77-da78af97e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.034055 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/router HTTP/1.1" 200 344 0.226537 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine-interface/4bd8472e-a614-4d5c-b9c1-a74edbe49ac5 HTTP/1.1" 200 115 0.078927 10.0.0.33 - - [2025-06-12 02:17:51] "GET /virtual-machine-interface/c0205739-a707-4263-8e84-3dac4dd16bf4?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.013317 10.0.0.33 - - [2025-06-12 02:17:51] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001597 10.0.0.33 - - [2025-06-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.018638 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine-interface/c0205739-a707-4263-8e84-3dac4dd16bf4 HTTP/1.1" 200 115 0.091771 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine/12c6e3a1-99d5-4339-9cc9-cebe43a4743f HTTP/1.1" 200 115 0.019051 10.0.0.33 - - [2025-06-12 02:17:51] "GET /virtual-machine-interface/9deff306-ff78-4efb-b4e6-04c8ac14931e?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1669 0.008395 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/port HTTP/1.1" 200 1052 0.214258 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/floatingip HTTP/1.1" 400 268 0.003605 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/port HTTP/1.1" 200 1052 0.007385 10.0.0.33 - - [2025-06-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.016372 10.0.0.33 - - [2025-06-12 02:17:51] "GET /instance-ip/c8e2c518-b2df-4957-9d77-da78af97e504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1674 0.006841 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.092450 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /instance-ip/c8e2c518-b2df-4957-9d77-da78af97e504 HTTP/1.1" 200 115 0.039312 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/port HTTP/1.1" 200 1016 0.035711 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/router HTTP/1.1" 200 658 0.002921 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine-interface/9deff306-ff78-4efb-b4e6-04c8ac14931e HTTP/1.1" 200 115 0.055326 10.0.0.33 - - [2025-06-12 02:17:51] "GET /virtual-machine-interface/68ea25c4-6453-4fbb-bc5b-77ea17133d5f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1344 0.005680 10.0.0.33 - - [2025-06-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.015380 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine-interface/68ea25c4-6453-4fbb-bc5b-77ea17133d5f HTTP/1.1" 200 115 0.040605 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/router HTTP/1.1" 200 344 0.149146 10.0.0.33 - - [2025-06-12 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.021829 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/router HTTP/1.1" 200 658 0.008179 10.0.0.33 - - [2025-06-12 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /virtual-machine/61aa75b8-d096-4881-97f1-5e17a21289c9 HTTP/1.1" 200 115 0.034431 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/router HTTP/1.1" 200 151 0.067015 10.0.0.33 - - [2025-06-12 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.008061 10.0.0.33 - - [2025-06-12 02:17:51] "DELETE /route-target/cbf93498-b327-4a8c-b809-b33267e58176 HTTP/1.1" 200 115 0.027910 10.0.0.33 - - [2025-06-12 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003324 10.0.0.33 - - [2025-06-12 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002102 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 151 0.149824 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/network HTTP/1.1" 200 771 0.003917 10.0.0.33 - - [2025-06-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/network HTTP/1.1" 200 151 0.080982 10.0.0.33 - - [2025-06-12 02:17:52] "DELETE /route-target/19830f58-cb00-41eb-bdc8-fd7737bfcf92 HTTP/1.1" 200 115 0.021801 10.0.0.33 - - [2025-06-12 02:17:52] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001165 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2111 0.056029 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2101 0.003892 10.0.0.33 - - [2025-06-12 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.042168 10.0.0.33 - - [2025-06-12 02:17:52] "DELETE /access-control-list/decac4cd-8867-419b-9b70-90cc4a67ad19 HTTP/1.1" 200 115 0.020960 10.0.0.33 - - [2025-06-12 02:17:52] "DELETE /access-control-list/f00ecb2c-98f2-4dcd-8398-36d87333d1aa HTTP/1.1" 200 115 0.023480 10.0.0.33 - - [2025-06-12 02:17:54] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002747 10.0.0.33 - - [2025-06-12 02:17:54] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.33 - - [2025-06-12 02:17:54] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052106 10.0.0.33 - - [2025-06-12 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.001844 10.0.0.33 - - [2025-06-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003696 10.0.0.33 - - [2025-06-12 02:17:54] "POST /security-groups HTTP/1.1" 200 599 0.063748 10.0.0.33 - - [2025-06-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.003228 10.0.0.33 - - [2025-06-12 02:17:54] "POST /projects HTTP/1.1" 200 601 0.249506 10.0.0.33 - - [2025-06-12 02:17:54] "POST /access-control-lists HTTP/1.1" 200 604 0.059759 10.0.0.33 - - [2025-06-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.324117 10.0.0.33 - - [2025-06-12 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 241 0.003095 10.0.0.33 - - [2025-06-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 633 0.567110 10.0.0.33 - - [2025-06-12 02:17:54] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.33 - - [2025-06-12 02:17:54] "POST /access-control-lists HTTP/1.1" 200 602 0.061876 10.0.0.33 - - [2025-06-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 631 0.104697 10.0.0.33 - - [2025-06-12 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.033740 10.0.0.33 - - [2025-06-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 5237 0.029444 10.0.0.33 - - [2025-06-12 02:17:54] "POST /neutron/network HTTP/1.1" 200 681 0.004524 10.0.0.33 - - [2025-06-12 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.009032 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.064998 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 679 0.009598 10.0.0.33 - - [2025-06-12 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.014351 10.0.0.33 - - [2025-06-12 02:17:55] "POST /ref-update HTTP/1.1" 404 171 0.012180 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.075294 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 4163 0.025097 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001904 10.0.0.33 - - [2025-06-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 677 0.075451 10.0.0.33 - - [2025-06-12 02:17:55] "DELETE /route-target/f9e0c68b-eab4-46f4-88c9-4c175866d3ae HTTP/1.1" 200 115 0.021491 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001705 10.0.0.33 - - [2025-06-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 679 0.076472 10.0.0.33 - - [2025-06-12 02:17:55] "DELETE /route-target/8df06a22-7ff5-483c-893f-8433af29a7c7 HTTP/1.1" 200 115 0.017281 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.33 - - [2025-06-12 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.015825 10.0.0.33 - - [2025-06-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.039750 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 920 0.126228 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002725 10.0.0.33 - - [2025-06-12 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.013693 10.0.0.33 - - [2025-06-12 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.022946 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 947 0.141601 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 7743 0.045262 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 920 0.006894 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 151 0.033956 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 947 0.007380 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 151 0.033196 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/port HTTP/1.1" 200 6162 0.034198 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.33 - - [2025-06-12 02:17:55] "POST /neutron/network HTTP/1.1" 200 677 0.066632 10.0.0.33 - - [2025-06-12 02:17:55] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.33 - - [2025-06-12 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.017931 10.0.0.33 - - [2025-06-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.019790 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/network HTTP/1.1" 200 679 0.082622 10.0.0.33 - - [2025-06-12 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.016276 10.0.0.33 - - [2025-06-12 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.013132 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002997 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 736 0.216773 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004373 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 714 0.132192 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 2909 0.027009 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 736 0.008282 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004801 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 151 0.134069 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 714 0.007592 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.33 - - [2025-06-12 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 151 0.166942 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 1745 0.022965 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/network HTTP/1.1" 200 746 0.004688 10.0.0.33 - - [2025-06-12 02:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.072116 10.0.0.33 - - [2025-06-12 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 744 0.006914 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /route-target/51b00f60-9618-4839-a331-ff9d2236f735 HTTP/1.1" 200 115 0.029895 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.091076 10.0.0.33 - - [2025-06-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 727 0.003822 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /route-target/8cb4dfa8-f953-4f28-a05b-f651fe54ac45 HTTP/1.1" 200 115 0.028304 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.064772 10.0.0.33 - - [2025-06-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 725 0.003579 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /route-target/5b65d115-316a-41e6-a88f-27e1ce5a0339 HTTP/1.1" 200 115 0.018211 10.0.0.33 - - [2025-06-12 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.060333 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /route-target/16990099-7a24-49d0-b323-f5053675a0dc HTTP/1.1" 200 115 0.014578 10.0.0.33 - - [2025-06-12 02:17:57] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2102 0.055511 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 2092 0.004285 10.0.0.33 - - [2025-06-12 02:17:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.044134 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /access-control-list/d729d93f-7440-43f8-8807-0723df29f2df HTTP/1.1" 200 115 0.021473 10.0.0.33 - - [2025-06-12 02:17:57] "DELETE /access-control-list/cb99dad5-64d7-4f91-a433-f96a09fc7c66 HTTP/1.1" 200 115 0.023973 10.0.0.33 - - [2025-06-12 02:17:59] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003942 10.0.0.33 - - [2025-06-12 02:17:59] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001672 10.0.0.33 - - [2025-06-12 02:17:59] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054170 10.0.0.33 - - [2025-06-12 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 192 0.001673 10.0.0.33 - - [2025-06-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 201 0.004286 10.0.0.33 - - [2025-06-12 02:17:59] "POST /security-groups HTTP/1.1" 200 593 0.067864 10.0.0.33 - - [2025-06-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 236 0.002488 10.0.0.33 - - [2025-06-12 02:17:59] "POST /projects HTTP/1.1" 200 589 0.214339 10.0.0.33 - - [2025-06-12 02:17:59] "POST /access-control-lists HTTP/1.1" 200 598 0.059573 10.0.0.33 - - [2025-06-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.289836 10.0.0.33 - - [2025-06-12 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.003174 10.0.0.33 - - [2025-06-12 02:18:00] "POST /access-control-lists HTTP/1.1" 200 596 0.077119 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/network HTTP/1.1" 200 659 0.594995 10.0.0.33 - - [2025-06-12 02:18:00] "POST /route-targets HTTP/1.1" 200 327 0.011065 10.0.0.33 - - [2025-06-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.013566 10.0.0.33 - - [2025-06-12 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003468 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.186410 10.0.0.33 - - [2025-06-12 02:18:00] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/network HTTP/1.1" 200 661 0.116918 10.0.0.33 - - [2025-06-12 02:18:00] "POST /route-targets HTTP/1.1" 200 327 0.010013 10.0.0.33 - - [2025-06-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.011208 10.0.0.33 - - [2025-06-12 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 750 0.147212 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/network HTTP/1.1" 200 877 0.006079 10.0.0.33 - - [2025-06-12 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006285 10.0.0.33 - - [2025-06-12 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.33 - - [2025-06-12 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002417 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/network HTTP/1.1" 200 151 0.084764 10.0.0.33 - - [2025-06-12 02:18:00] "DELETE /route-target/4ff33446-636b-48c8-b597-a36cac40dc83 HTTP/1.1" 200 115 0.018203 10.0.0.33 - - [2025-06-12 02:18:00] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001841 10.0.0.33 - - [2025-06-12 02:18:00] "POST /neutron/network HTTP/1.1" 200 659 0.120695 10.0.0.33 - - [2025-06-12 02:18:00] "POST /route-targets HTTP/1.1" 200 327 0.013625 10.0.0.33 - - [2025-06-12 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.014998 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003417 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.154492 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 875 0.006070 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003080 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.33 - - [2025-06-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008907 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 151 0.075340 10.0.0.33 - - [2025-06-12 02:18:01] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.33 - - [2025-06-12 02:18:01] "DELETE /route-target/8512ad74-b664-4570-875d-e4df6b91c07a HTTP/1.1" 200 115 0.029273 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 659 0.115267 10.0.0.33 - - [2025-06-12 02:18:01] "POST /route-targets HTTP/1.1" 200 327 0.010434 10.0.0.33 - - [2025-06-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.011647 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002603 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 702 0.193588 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 875 0.006972 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007710 10.0.0.33 - - [2025-06-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007657 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003777 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 151 0.098141 10.0.0.33 - - [2025-06-12 02:18:01] "DELETE /route-target/9d62f27a-3b31-4b62-9102-a8606a3d1a38 HTTP/1.1" 200 115 0.026641 10.0.0.33 - - [2025-06-12 02:18:01] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 661 0.134855 10.0.0.33 - - [2025-06-12 02:18:01] "POST /route-targets HTTP/1.1" 200 327 0.017937 10.0.0.33 - - [2025-06-12 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.017762 10.0.0.33 - - [2025-06-12 02:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004768 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/subnet HTTP/1.1" 200 710 0.172238 10.0.0.33 - - [2025-06-12 02:18:01] "POST /neutron/network HTTP/1.1" 200 877 0.008192 10.0.0.33 - - [2025-06-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007443 10.0.0.33 - - [2025-06-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.33 - - [2025-06-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005826 10.0.0.33 - - [2025-06-12 02:18:02] "DELETE /route-target/c85c7016-ed9d-450d-a1e9-d516633aa74c HTTP/1.1" 200 115 0.035953 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 151 0.136430 10.0.0.33 - - [2025-06-12 02:18:02] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001479 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 661 0.125180 10.0.0.33 - - [2025-06-12 02:18:02] "POST /route-targets HTTP/1.1" 200 327 0.011910 10.0.0.33 - - [2025-06-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.014224 10.0.0.33 - - [2025-06-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006669 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 709 0.166891 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 877 0.008066 10.0.0.33 - - [2025-06-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.33 - - [2025-06-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006982 10.0.0.33 - - [2025-06-12 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006309 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 151 0.110743 10.0.0.33 - - [2025-06-12 02:18:02] "DELETE /route-target/6942b888-220c-411a-a511-b595f28b8587 HTTP/1.1" 200 115 0.029650 10.0.0.33 - - [2025-06-12 02:18:02] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001272 10.0.0.33 - - [2025-06-12 02:18:02] "POST /neutron/network HTTP/1.1" 200 661 0.089047 10.0.0.33 - - [2025-06-12 02:18:02] "POST /route-targets HTTP/1.1" 200 327 0.014293 10.0.0.33 - - [2025-06-12 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.015844 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007813 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 742 0.161619 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 877 0.014568 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005382 10.0.0.33 - - [2025-06-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005590 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002176 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 151 0.087965 10.0.0.33 - - [2025-06-12 02:18:03] "DELETE /route-target/2d1d83d6-97d1-4624-be5f-848764866b87 HTTP/1.1" 200 115 0.020832 10.0.0.33 - - [2025-06-12 02:18:03] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001237 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 661 0.126616 10.0.0.33 - - [2025-06-12 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.017632 10.0.0.33 - - [2025-06-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.017418 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003805 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 702 0.162693 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 877 0.005429 10.0.0.33 - - [2025-06-12 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005960 10.0.0.33 - - [2025-06-12 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002477 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 151 0.104594 10.0.0.33 - - [2025-06-12 02:18:03] "DELETE /route-target/7db4d615-af34-4878-b320-c2126016c8da HTTP/1.1" 200 115 0.028731 10.0.0.33 - - [2025-06-12 02:18:03] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001226 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 661 0.146372 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 709 0.005086 10.0.0.33 - - [2025-06-12 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.014338 10.0.0.33 - - [2025-06-12 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.018000 10.0.0.33 - - [2025-06-12 02:18:03] "POST /neutron/network HTTP/1.1" 200 676 0.056808 10.0.0.33 - - [2025-06-12 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004226 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.130494 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.007001 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.194911 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 844 0.005945 10.0.0.33 - - [2025-06-12 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.33 - - [2025-06-12 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.33 - - [2025-06-12 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005395 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.085211 10.0.0.33 - - [2025-06-12 02:18:04] "DELETE /route-target/9fa34e7b-d43b-4411-9375-efeb71c18fdd HTTP/1.1" 200 115 0.017006 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 400 207 0.003549 10.0.0.33 - - [2025-06-12 02:18:04] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 663 0.076677 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 721 0.006042 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 711 0.003620 10.0.0.33 - - [2025-06-12 02:18:04] "POST /route-targets HTTP/1.1" 200 327 0.016909 10.0.0.33 - - [2025-06-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.028656 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 711 0.051704 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 721 0.004305 10.0.0.33 - - [2025-06-12 02:18:04] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/network HTTP/1.1" 200 659 0.074095 10.0.0.33 - - [2025-06-12 02:18:04] "POST /route-targets HTTP/1.1" 200 327 0.014347 10.0.0.33 - - [2025-06-12 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.011080 10.0.0.33 - - [2025-06-12 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005525 10.0.0.33 - - [2025-06-12 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.239333 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 875 0.006109 10.0.0.33 - - [2025-06-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.33 - - [2025-06-12 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004226 10.0.0.33 - - [2025-06-12 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004951 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.114210 10.0.0.33 - - [2025-06-12 02:18:05] "DELETE /route-target/ff56c872-bfb3-465f-a59c-ebe3db5f8fa7 HTTP/1.1" 200 115 0.025841 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003373 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.003433 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 766 0.011010 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 706 0.025868 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 5467 0.026402 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 2331 0.026731 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 2331 0.023841 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 879 0.007781 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.008108 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.007459 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003512 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.003448 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 711 0.004542 10.0.0.33 - - [2025-06-12 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.066572 10.0.0.33 - - [2025-06-12 02:18:05] "DELETE /route-target/aa3aac27-7eb9-4bdd-ab36-9c9a4a078d4b HTTP/1.1" 200 115 0.014153 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003827 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.003439 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003673 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.006150 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003667 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.004031 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003619 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.003583 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003522 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.004845 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.004143 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.004699 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.004122 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.004121 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 400 209 0.003834 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/network HTTP/1.1" 400 207 0.004669 10.0.0.33 - - [2025-06-12 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.007822 10.0.0.33 - - [2025-06-12 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008125 10.0.0.33 - - [2025-06-12 02:18:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/subnet HTTP/1.1" 200 151 0.161377 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/network HTTP/1.1" 200 726 0.012742 10.0.0.33 - - [2025-06-12 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/network HTTP/1.1" 200 151 0.079504 10.0.0.33 - - [2025-06-12 02:18:06] "DELETE /route-target/eb83ebde-d769-498c-8451-ecefa9cf4f0c HTTP/1.1" 200 115 0.017469 10.0.0.33 - - [2025-06-12 02:18:06] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2096 0.058531 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2086 0.004122 10.0.0.33 - - [2025-06-12 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.047147 10.0.0.33 - - [2025-06-12 02:18:06] "DELETE /access-control-list/96bc4438-070b-4c84-b8ad-5044a0bb1efa HTTP/1.1" 200 115 0.023939 10.0.0.33 - - [2025-06-12 02:18:06] "DELETE /access-control-list/3a854d03-8408-4c1f-b9f5-584fbfeba872 HTTP/1.1" 200 115 0.029318 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/port HTTP/1.1" 400 207 0.054979 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/network HTTP/1.1" 400 207 0.003381 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/port HTTP/1.1" 400 205 0.004264 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/subnet HTTP/1.1" 400 209 0.003781 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/network HTTP/1.1" 400 207 0.003207 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/port HTTP/1.1" 400 205 0.003556 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/subnet HTTP/1.1" 400 209 0.003519 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/network HTTP/1.1" 400 207 0.003881 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/port HTTP/1.1" 400 205 0.003899 10.0.0.33 - - [2025-06-12 02:18:08] "POST /neutron/subnet HTTP/1.1" 400 209 0.003648 10.0.0.33 - - [2025-06-12 02:18:09] "GET /projects?obj_uuids=cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003591 10.0.0.33 - - [2025-06-12 02:18:09] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.33 - - [2025-06-12 02:18:09] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049494 10.0.0.33 - - [2025-06-12 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 204 0.002006 10.0.0.33 - - [2025-06-12 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 213 0.002540 10.0.0.33 - - [2025-06-12 02:18:09] "POST /security-groups HTTP/1.1" 200 605 0.067814 10.0.0.33 - - [2025-06-12 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 248 0.002846 10.0.0.33 - - [2025-06-12 02:18:09] "POST /projects HTTP/1.1" 200 613 0.226651 10.0.0.33 - - [2025-06-12 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.298926 10.0.0.33 - - [2025-06-12 02:18:09] "POST /access-control-lists HTTP/1.1" 200 610 0.064450 10.0.0.33 - - [2025-06-12 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 247 0.004635 10.0.0.33 - - [2025-06-12 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2108 0.472606 10.0.0.33 - - [2025-06-12 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 2098 0.005510 10.0.0.33 - - [2025-06-12 02:18:09] "POST /access-control-lists HTTP/1.1" 404 212 0.013443 10.0.0.33 - - [2025-06-12 02:18:09] "POST /neutron/security_group HTTP/1.1" 200 151 0.044085 10.0.0.33 - - [2025-06-12 02:18:09] "DELETE /access-control-list/293a3317-be81-4f93-b2bb-db120ee77d1a HTTP/1.1" 200 115 0.025208 10.0.0.33 - - [2025-06-12 02:18:11] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002500 10.0.0.33 - - [2025-06-12 02:18:11] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001769 10.0.0.33 - - [2025-06-12 02:18:11] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050585 10.0.0.33 - - [2025-06-12 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 194 0.006672 10.0.0.33 - - [2025-06-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.003241 10.0.0.33 - - [2025-06-12 02:18:11] "POST /security-groups HTTP/1.1" 200 595 0.064021 10.0.0.33 - - [2025-06-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 238 0.003884 10.0.0.33 - - [2025-06-12 02:18:11] "POST /projects HTTP/1.1" 200 593 0.228342 10.0.0.33 - - [2025-06-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.298533 10.0.0.33 - - [2025-06-12 02:18:11] "POST /access-control-lists HTTP/1.1" 200 600 0.061501 10.0.0.33 - - [2025-06-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.002684 10.0.0.33 - - [2025-06-12 02:18:11] "POST /neutron/network HTTP/1.1" 200 665 0.536972 10.0.0.33 - - [2025-06-12 02:18:11] "POST /access-control-lists HTTP/1.1" 200 598 0.067473 10.0.0.33 - - [2025-06-12 02:18:11] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001094 10.0.0.33 - - [2025-06-12 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.029966 10.0.0.33 - - [2025-06-12 02:18:11] "POST /neutron/port HTTP/1.1" 200 932 0.185007 10.0.0.33 - - [2025-06-12 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.012557 10.0.0.33 - - [2025-06-12 02:18:11] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001162 10.0.0.33 - - [2025-06-12 02:18:11] "POST /neutron/network HTTP/1.1" 200 637 0.074521 10.0.0.33 - - [2025-06-12 02:18:11] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003229 10.0.0.33 - - [2025-06-12 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.018757 10.0.0.33 - - [2025-06-12 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.022141 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 942 0.145606 10.0.0.33 - - [2025-06-12 02:18:12] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001710 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 942 0.119204 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 942 0.006388 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 151 0.037811 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 7750 0.035346 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 942 0.005843 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 151 0.034305 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 200 6951 0.032654 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 400 205 0.003304 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/port HTTP/1.1" 400 205 0.003260 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/network HTTP/1.1" 200 685 0.003681 10.0.0.33 - - [2025-06-12 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/network HTTP/1.1" 200 151 0.065245 10.0.0.33 - - [2025-06-12 02:18:12] "DELETE /route-target/c112247f-cc87-4fed-b0cd-02ebcd841c65 HTTP/1.1" 200 115 0.024478 10.0.0.33 - - [2025-06-12 02:18:12] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001088 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/network HTTP/1.1" 200 639 0.063673 10.0.0.33 - - [2025-06-12 02:18:12] "POST /route-targets HTTP/1.1" 200 327 0.009278 10.0.0.33 - - [2025-06-12 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.010930 10.0.0.33 - - [2025-06-12 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002684 10.0.0.33 - - [2025-06-12 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 710 0.156167 10.0.0.33 - - [2025-06-12 02:18:12] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001038 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 1013 0.213695 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 1013 0.008595 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 151 0.065616 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 400 205 0.003609 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 400 205 0.003854 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 710 0.007827 10.0.0.33 - - [2025-06-12 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003954 10.0.0.33 - - [2025-06-12 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002146 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 151 0.144579 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/network HTTP/1.1" 200 706 0.004093 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.055983 10.0.0.33 - - [2025-06-12 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.33 - - [2025-06-12 02:18:13] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001116 10.0.0.33 - - [2025-06-12 02:18:13] "DELETE /route-target/252ff17c-946a-4c62-9b11-638727de511d HTTP/1.1" 200 115 0.019415 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/network HTTP/1.1" 200 637 0.069223 10.0.0.33 - - [2025-06-12 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.010369 10.0.0.33 - - [2025-06-12 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.012770 10.0.0.33 - - [2025-06-12 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003273 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 710 0.137369 10.0.0.33 - - [2025-06-12 02:18:13] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001194 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 975 0.228867 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 975 0.008392 10.0.0.33 - - [2025-06-12 02:18:13] "POST /neutron/port HTTP/1.1" 200 151 0.066407 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 400 205 0.003580 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.007369 10.0.0.33 - - [2025-06-12 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003802 10.0.0.33 - - [2025-06-12 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002486 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 151 0.210599 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/network HTTP/1.1" 200 704 0.004264 10.0.0.33 - - [2025-06-12 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.067593 10.0.0.33 - - [2025-06-12 02:18:14] "DELETE /route-target/27bf43e0-38c1-4907-b085-c85576205b82 HTTP/1.1" 200 115 0.019868 10.0.0.33 - - [2025-06-12 02:18:14] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001120 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 932 0.116264 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 932 0.005866 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 151 0.033550 10.0.0.33 - - [2025-06-12 02:18:14] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001188 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 932 0.114859 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 932 0.005835 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 932 0.005613 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 151 0.032047 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 400 205 0.003281 10.0.0.33 - - [2025-06-12 02:18:14] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001378 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 934 0.111832 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 934 0.005706 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 934 0.005716 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 911 0.023242 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 911 0.005782 10.0.0.33 - - [2025-06-12 02:18:14] "POST /neutron/port HTTP/1.1" 200 151 0.032029 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 6951 0.035273 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 400 205 0.003252 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 6951 0.041072 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 6951 0.035780 10.0.0.33 - - [2025-06-12 02:18:15] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/network HTTP/1.1" 200 637 0.069683 10.0.0.33 - - [2025-06-12 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.009691 10.0.0.33 - - [2025-06-12 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.010500 10.0.0.33 - - [2025-06-12 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.125924 10.0.0.33 - - [2025-06-12 02:18:15] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001123 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 1015 0.218589 10.0.0.33 - - [2025-06-12 02:18:15] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001913 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 1015 0.172845 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 1025 0.035018 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 1015 0.006203 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 151 0.057371 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 400 205 0.003011 10.0.0.33 - - [2025-06-12 02:18:15] "POST /neutron/port HTTP/1.1" 200 1015 0.006911 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/port HTTP/1.1" 200 151 0.060344 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/port HTTP/1.1" 400 205 0.003323 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.007080 10.0.0.33 - - [2025-06-12 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.33 - - [2025-06-12 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 151 0.195380 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/network HTTP/1.1" 200 704 0.003843 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/network HTTP/1.1" 200 151 0.056810 10.0.0.33 - - [2025-06-12 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.33 - - [2025-06-12 02:18:16] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001120 10.0.0.33 - - [2025-06-12 02:18:16] "DELETE /route-target/a7d36d2d-c625-4fa2-b755-dcb06161dd92 HTTP/1.1" 200 115 0.018352 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/network HTTP/1.1" 200 639 0.073867 10.0.0.33 - - [2025-06-12 02:18:16] "POST /route-targets HTTP/1.1" 200 327 0.010918 10.0.0.33 - - [2025-06-12 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.33 - - [2025-06-12 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003051 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.136614 10.0.0.33 - - [2025-06-12 02:18:16] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001119 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/router HTTP/1.1" 200 621 0.086518 10.0.0.33 - - [2025-06-12 02:18:16] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139 10.0.0.33 - - [2025-06-12 02:18:16] "POST /route-targets HTTP/1.1" 200 327 0.015225 10.0.0.33 - - [2025-06-12 02:18:16] "PUT /logical-router/08723433-9f25-4153-ad04-42b777350d41 HTTP/1.1" 200 262 0.021274 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/port HTTP/1.1" 200 1013 0.178368 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/router HTTP/1.1" 200 621 0.004764 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/router HTTP/1.1" 200 344 0.051566 10.0.0.33 - - [2025-06-12 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.011009 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/port HTTP/1.1" 200 1049 0.024406 10.0.0.33 - - [2025-06-12 02:18:16] "POST /neutron/router HTTP/1.1" 200 621 0.003445 10.0.0.33 - - [2025-06-12 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.012084 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/router HTTP/1.1" 200 344 0.109604 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 400 205 0.003288 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/router HTTP/1.1" 200 621 0.005315 10.0.0.33 - - [2025-06-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006659 10.0.0.33 - - [2025-06-12 02:18:17] "GET /logical-router/08723433-9f25-4153-ad04-42b777350d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004586 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/router HTTP/1.1" 200 151 0.046251 10.0.0.33 - - [2025-06-12 02:18:17] "DELETE /route-target/8947a3a7-b21f-400f-b230-7348419edf94 HTTP/1.1" 200 115 0.017379 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.012233 10.0.0.33 - - [2025-06-12 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.013234 10.0.0.33 - - [2025-06-12 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 151 0.204473 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/network HTTP/1.1" 200 706 0.005864 10.0.0.33 - - [2025-06-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/network HTTP/1.1" 200 151 0.088907 10.0.0.33 - - [2025-06-12 02:18:17] "DELETE /route-target/382cd8e6-f896-48cd-8859-0713814bbd0b HTTP/1.1" 200 115 0.016293 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 200 932 0.005749 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 200 932 0.005848 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.008795 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/router HTTP/1.1" 400 209 0.005269 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.006610 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.003872 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 400 205 0.003196 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.003268 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.003409 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 200 932 0.007055 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/port HTTP/1.1" 200 151 0.037464 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/network HTTP/1.1" 200 713 0.003833 10.0.0.33 - - [2025-06-12 02:18:17] "POST /neutron/network HTTP/1.1" 200 151 0.067882 10.0.0.33 - - [2025-06-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005261 10.0.0.33 - - [2025-06-12 02:18:17] "DELETE /route-target/d2853329-4663-47a2-808a-287fc43ad967 HTTP/1.1" 200 115 0.017513 10.0.0.33 - - [2025-06-12 02:18:18] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001351 10.0.0.33 - - [2025-06-12 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2098 0.056805 10.0.0.33 - - [2025-06-12 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2088 0.004614 10.0.0.33 - - [2025-06-12 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.053799 10.0.0.33 - - [2025-06-12 02:18:18] "DELETE /access-control-list/ffc46593-18b8-404a-bf1e-1da444a0a912 HTTP/1.1" 200 115 0.025113 10.0.0.33 - - [2025-06-12 02:18:18] "DELETE /access-control-list/3aea763a-01f5-4e7f-9c45-e6b4b690d842 HTTP/1.1" 200 115 0.024323 10.0.0.33 - - [2025-06-12 02:18:20] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003150 10.0.0.33 - - [2025-06-12 02:18:20] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.33 - - [2025-06-12 02:18:20] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050912 10.0.0.33 - - [2025-06-12 02:18:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.001296 10.0.0.33 - - [2025-06-12 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.002890 10.0.0.33 - - [2025-06-12 02:18:20] "POST /security-groups HTTP/1.1" 200 593 0.067207 10.0.0.33 - - [2025-06-12 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002766 10.0.0.33 - - [2025-06-12 02:18:20] "POST /projects HTTP/1.1" 200 589 0.218056 10.0.0.33 - - [2025-06-12 02:18:20] "POST /access-control-lists HTTP/1.1" 200 598 0.058173 10.0.0.33 - - [2025-06-12 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.287951 10.0.0.33 - - [2025-06-12 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.002955 10.0.0.33 - - [2025-06-12 02:18:20] "POST /access-control-lists HTTP/1.1" 200 596 0.070419 10.0.0.33 - - [2025-06-12 02:18:20] "POST /neutron/network HTTP/1.1" 200 633 0.577053 10.0.0.33 - - [2025-06-12 02:18:20] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002035 10.0.0.33 - - [2025-06-12 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.016141 10.0.0.33 - - [2025-06-12 02:18:20] "POST /neutron/network HTTP/1.1" 200 633 0.077969 10.0.0.33 - - [2025-06-12 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.009805 10.0.0.33 - - [2025-06-12 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.010498 10.0.0.33 - - [2025-06-12 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004857 10.0.0.33 - - [2025-06-12 02:18:20] "POST /neutron/subnet HTTP/1.1" 200 710 0.163975 10.0.0.33 - - [2025-06-12 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.016791 10.0.0.33 - - [2025-06-12 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002252 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.179906 10.0.0.33 - - [2025-06-12 02:18:21] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.086083 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.004367 10.0.0.33 - - [2025-06-12 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.014088 10.0.0.33 - - [2025-06-12 02:18:21] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.33 - - [2025-06-12 02:18:21] "PUT /logical-router/602c438a-133f-4a40-ae38-929e24ca52b5 HTTP/1.1" 200 262 0.021083 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 344 0.187012 10.0.0.33 - - [2025-06-12 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.012038 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/port HTTP/1.1" 200 1027 0.011338 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.003866 10.0.0.33 - - [2025-06-12 02:18:21] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001129 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 344 0.226310 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/port HTTP/1.1" 200 1027 0.009168 10.0.0.33 - - [2025-06-12 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.013456 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.004508 10.0.0.33 - - [2025-06-12 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.011531 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 344 0.099087 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.004997 10.0.0.33 - - [2025-06-12 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.010550 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 344 0.093310 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 615 0.003139 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/router HTTP/1.1" 200 151 0.039409 10.0.0.33 - - [2025-06-12 02:18:21] "GET /logical-router/602c438a-133f-4a40-ae38-929e24ca52b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004375 10.0.0.33 - - [2025-06-12 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.33 - - [2025-06-12 02:18:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.007328 10.0.0.33 - - [2025-06-12 02:18:21] "DELETE /route-target/9ec2e61b-297f-423d-9b85-56c0f48640a7 HTTP/1.1" 200 115 0.018290 10.0.0.33 - - [2025-06-12 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.33 - - [2025-06-12 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001967 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 151 0.181909 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.007111 10.0.0.33 - - [2025-06-12 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004439 10.0.0.33 - - [2025-06-12 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 151 0.129550 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/network HTTP/1.1" 200 700 0.004335 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/network HTTP/1.1" 200 151 0.053729 10.0.0.33 - - [2025-06-12 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/network HTTP/1.1" 200 700 0.004262 10.0.0.33 - - [2025-06-12 02:18:22] "DELETE /route-target/88897f05-ad43-4716-becb-f4fc272dea34 HTTP/1.1" 200 115 0.021318 10.0.0.33 - - [2025-06-12 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/network HTTP/1.1" 200 151 0.063829 10.0.0.33 - - [2025-06-12 02:18:22] "DELETE /route-target/e7437b27-11b6-4801-b592-f494da86e190 HTTP/1.1" 200 115 0.019435 10.0.0.33 - - [2025-06-12 02:18:22] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/network HTTP/1.1" 200 631 0.075637 10.0.0.33 - - [2025-06-12 02:18:22] "POST /route-targets HTTP/1.1" 200 327 0.019677 10.0.0.33 - - [2025-06-12 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.012730 10.0.0.33 - - [2025-06-12 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003049 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.192049 10.0.0.33 - - [2025-06-12 02:18:22] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.33 - - [2025-06-12 02:18:22] "POST /neutron/router HTTP/1.1" 200 613 0.082425 10.0.0.33 - - [2025-06-12 02:18:22] "POST /route-targets HTTP/1.1" 200 327 0.010276 10.0.0.33 - - [2025-06-12 02:18:22] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002501 10.0.0.33 - - [2025-06-12 02:18:22] "PUT /logical-router/de5e4105-f189-44c7-acd4-3edad7c52ef3 HTTP/1.1" 200 262 0.023037 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/port HTTP/1.1" 200 1007 0.186962 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 613 0.007593 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 344 0.058611 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/port HTTP/1.1" 200 1069 0.008941 10.0.0.33 - - [2025-06-12 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.015559 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 613 0.005701 10.0.0.33 - - [2025-06-12 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.014547 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 344 0.104229 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 613 0.005272 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 400 205 0.006269 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.005792 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 613 0.003381 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/router HTTP/1.1" 200 151 0.040930 10.0.0.33 - - [2025-06-12 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.33 - - [2025-06-12 02:18:23] "GET /logical-router/de5e4105-f189-44c7-acd4-3edad7c52ef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002747 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.007510 10.0.0.33 - - [2025-06-12 02:18:23] "DELETE /route-target/0910e6f6-62a5-4960-8daf-f8481d367c1a HTTP/1.1" 200 115 0.022034 10.0.0.33 - - [2025-06-12 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003744 10.0.0.33 - - [2025-06-12 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 151 0.172744 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/network HTTP/1.1" 200 698 0.004860 10.0.0.33 - - [2025-06-12 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/network HTTP/1.1" 200 151 0.067029 10.0.0.33 - - [2025-06-12 02:18:23] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001522 10.0.0.33 - - [2025-06-12 02:18:23] "DELETE /route-target/ba3735ac-e552-40a0-8d7d-7a6500e9c930 HTTP/1.1" 200 115 0.025680 10.0.0.33 - - [2025-06-12 02:18:23] "POST /neutron/network HTTP/1.1" 200 631 0.079873 10.0.0.33 - - [2025-06-12 02:18:23] "POST /route-targets HTTP/1.1" 200 327 0.011746 10.0.0.33 - - [2025-06-12 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.013991 10.0.0.33 - - [2025-06-12 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003562 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.198604 10.0.0.33 - - [2025-06-12 02:18:24] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 611 0.099664 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 611 0.004584 10.0.0.33 - - [2025-06-12 02:18:24] "POST /route-targets HTTP/1.1" 200 327 0.014412 10.0.0.33 - - [2025-06-12 02:18:24] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001198 10.0.0.33 - - [2025-06-12 02:18:24] "PUT /logical-router/85281672-fc55-477d-a4c2-ea2a261c30d6 HTTP/1.1" 200 262 0.025922 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 344 0.197845 10.0.0.33 - - [2025-06-12 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.010746 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/port HTTP/1.1" 200 1027 0.010699 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 611 0.003907 10.0.0.33 - - [2025-06-12 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.011247 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 344 0.096268 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.010689 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 611 0.003643 10.0.0.33 - - [2025-06-12 02:18:24] "GET /logical-router/85281672-fc55-477d-a4c2-ea2a261c30d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005347 10.0.0.33 - - [2025-06-12 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 151 0.047727 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.006408 10.0.0.33 - - [2025-06-12 02:18:24] "DELETE /route-target/fe2c2ca1-a880-4591-b52d-6ffd70a641ec HTTP/1.1" 200 115 0.030607 10.0.0.33 - - [2025-06-12 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.33 - - [2025-06-12 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 151 0.192898 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/network HTTP/1.1" 200 698 0.004416 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/network HTTP/1.1" 200 151 0.067615 10.0.0.33 - - [2025-06-12 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.33 - - [2025-06-12 02:18:24] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001344 10.0.0.33 - - [2025-06-12 02:18:24] "DELETE /route-target/6afdbf74-e929-478d-a608-46a5d414a95e HTTP/1.1" 200 115 0.033405 10.0.0.33 - - [2025-06-12 02:18:24] "POST /route-targets HTTP/1.1" 200 327 0.014268 10.0.0.33 - - [2025-06-12 02:18:24] "POST /neutron/router HTTP/1.1" 200 686 0.103849 10.0.0.33 - - [2025-06-12 02:18:24] "GET /logical-router/9500ff22-6341-4091-a02f-6894a906e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.005323 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 686 0.004859 10.0.0.33 - - [2025-06-12 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.33 - - [2025-06-12 02:18:25] "PUT /logical-router/9500ff22-6341-4091-a02f-6894a906e4fb HTTP/1.1" 200 262 0.030757 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 696 0.006581 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 686 0.003706 10.0.0.33 - - [2025-06-12 02:18:25] "GET /service-template/6438b620-9f29-4524-8648-9a10fed2ee66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003448 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 693 0.017011 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 693 0.003773 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.005816 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 693 0.004471 10.0.0.33 - - [2025-06-12 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 214 0.003062 10.0.0.33 - - [2025-06-12 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 151 0.051338 10.0.0.33 - - [2025-06-12 02:18:25] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.33 - - [2025-06-12 02:18:25] "DELETE /route-target/50e996ca-093a-4d45-9301-5ace62821b56 HTTP/1.1" 200 115 0.026156 10.0.0.33 - - [2025-06-12 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008267 10.0.0.33 - - [2025-06-12 02:18:25] "POST /virtual-networks HTTP/1.1" 200 693 0.105803 10.0.0.33 - - [2025-06-12 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.017189 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/network HTTP/1.1" 200 631 0.118026 10.0.0.33 - - [2025-06-12 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.039860 10.0.0.33 - - [2025-06-12 02:18:25] "POST /service-instances HTTP/1.1" 200 669 0.085389 10.0.0.33 - - [2025-06-12 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.011994 10.0.0.33 - - [2025-06-12 02:18:25] "POST /route-tables HTTP/1.1" 200 581 0.020216 10.0.0.33 - - [2025-06-12 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.017410 10.0.0.33 - - [2025-06-12 02:18:25] "PUT /logical-router/9500ff22-6341-4091-a02f-6894a906e4fb HTTP/1.1" 404 171 0.004754 10.0.0.33 - - [2025-06-12 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006854 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.224395 10.0.0.33 - - [2025-06-12 02:18:25] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.33 - - [2025-06-12 02:18:25] "GET /logical-router/9500ff22-6341-4091-a02f-6894a906e4fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002195 10.0.0.33 - - [2025-06-12 02:18:25] "DELETE /route-table/7c9cbd9e-2823-40f7-9dda-1b77234fdd03 HTTP/1.1" 200 115 0.032489 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 615 0.102782 10.0.0.33 - - [2025-06-12 02:18:25] "POST /neutron/router HTTP/1.1" 200 615 0.005337 10.0.0.33 - - [2025-06-12 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007673 10.0.0.33 - - [2025-06-12 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.020773 10.0.0.33 - - [2025-06-12 02:18:25] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001312 10.0.0.33 - - [2025-06-12 02:18:25] "PUT /logical-router/6d10440e-f8f7-478a-b0d4-004b01cb67e7 HTTP/1.1" 200 262 0.028217 10.0.0.33 - - [2025-06-12 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.33 - - [2025-06-12 02:18:25] "POST /virtual-machines HTTP/1.1" 200 551 0.044384 10.0.0.33 - - [2025-06-12 02:18:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.112243 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 344 0.381032 10.0.0.33 - - [2025-06-12 02:18:26] "POST /chown HTTP/1.1" 200 109 0.011903 10.0.0.33 - - [2025-06-12 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.013182 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 1027 0.013564 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 1027 0.011696 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 1027 0.011175 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 1027 0.015362 10.0.0.33 - - [2025-06-12 02:18:26] "POST /instance-ips HTTP/1.1" 200 549 0.032264 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 615 0.005991 10.0.0.33 - - [2025-06-12 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.020197 10.0.0.33 - - [2025-06-12 02:18:26] "POST /instance-ips HTTP/1.1" 400 213 0.038532 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 344 0.112022 10.0.0.33 - - [2025-06-12 02:18:26] "POST /chown HTTP/1.1" 200 109 0.008921 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.007105 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 615 0.003548 10.0.0.33 - - [2025-06-12 02:18:26] "PUT /virtual-machine-interface/1476e1fd-e116-49ce-9a7b-a87eb0182e13 HTTP/1.1" 200 284 0.012849 10.0.0.33 - - [2025-06-12 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 151 0.051214 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.008471 10.0.0.33 - - [2025-06-12 02:18:26] "DELETE /route-target/d4f093cd-8c8d-47bc-a637-2766a59e75b5 HTTP/1.1" 200 115 0.020429 10.0.0.33 - - [2025-06-12 02:18:26] "PUT /instance-ip/7876a2ed-df7f-4529-b56f-186b21b68614 HTTP/1.1" 200 256 0.014162 10.0.0.33 - - [2025-06-12 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.010396 10.0.0.33 - - [2025-06-12 02:18:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.088583 10.0.0.33 - - [2025-06-12 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004313 10.0.0.33 - - [2025-06-12 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001985 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 151 0.243384 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/network HTTP/1.1" 200 698 0.003932 10.0.0.33 - - [2025-06-12 02:18:26] "POST /chown HTTP/1.1" 200 109 0.010265 10.0.0.33 - - [2025-06-12 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.070908 10.0.0.33 - - [2025-06-12 02:18:26] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001549 10.0.0.33 - - [2025-06-12 02:18:26] "POST /instance-ips HTTP/1.1" 200 547 0.056604 10.0.0.33 - - [2025-06-12 02:18:26] "DELETE /route-target/59136e6b-6452-47cb-b3cc-81c39c2f2217 HTTP/1.1" 200 115 0.037391 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 613 0.072338 10.0.0.33 - - [2025-06-12 02:18:26] "POST /instance-ips HTTP/1.1" 400 315 0.024335 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 613 0.003969 10.0.0.33 - - [2025-06-12 02:18:26] "POST /route-targets HTTP/1.1" 200 327 0.016982 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 612 0.023062 10.0.0.33 - - [2025-06-12 02:18:26] "PUT /logical-router/16b34352-5547-4601-86df-7955568bc3a9 HTTP/1.1" 200 262 0.016033 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 612 0.007147 10.0.0.33 - - [2025-06-12 02:18:26] "POST /chown HTTP/1.1" 200 109 0.011479 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.006859 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 612 0.003911 10.0.0.33 - - [2025-06-12 02:18:26] "PUT /virtual-machine-interface/63ae44ac-cf21-4f63-95e6-7f3a88ca668a HTTP/1.1" 200 284 0.011975 10.0.0.33 - - [2025-06-12 02:18:26] "POST /neutron/router HTTP/1.1" 200 151 0.053339 10.0.0.33 - - [2025-06-12 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002385 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.007790 10.0.0.33 - - [2025-06-12 02:18:27] "DELETE /route-target/f890246c-2df5-4457-b3a6-8f05afe15fdf HTTP/1.1" 200 115 0.024885 10.0.0.33 - - [2025-06-12 02:18:27] "PUT /instance-ip/090c5e62-488f-47cc-a93b-a85794203c6b HTTP/1.1" 200 256 0.020469 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.003541 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.005526 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.003659 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.004437 10.0.0.33 - - [2025-06-12 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.016731 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.008990 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.004143 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.007522 10.0.0.33 - - [2025-06-12 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.012471 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.004361 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.010144 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.003486 10.0.0.33 - - [2025-06-12 02:18:27] "POST /virtual-machines HTTP/1.1" 200 551 0.024232 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.003118 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.006837 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.006334 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.003119 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.005313 10.0.0.33 - - [2025-06-12 02:18:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.103249 10.0.0.33 - - [2025-06-12 02:18:27] "POST /chown HTTP/1.1" 200 109 0.010023 10.0.0.33 - - [2025-06-12 02:18:27] "POST /instance-ips HTTP/1.1" 400 213 0.014355 10.0.0.33 - - [2025-06-12 02:18:27] "POST /chown HTTP/1.1" 200 109 0.007422 10.0.0.33 - - [2025-06-12 02:18:27] "PUT /virtual-machine-interface/81bc734d-df2d-4d3b-8440-186901d566e2 HTTP/1.1" 200 284 0.010996 10.0.0.33 - - [2025-06-12 02:18:27] "PUT /instance-ip/7876a2ed-df7f-4529-b56f-186b21b68614 HTTP/1.1" 200 256 0.013947 10.0.0.33 - - [2025-06-12 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.017446 10.0.0.33 - - [2025-06-12 02:18:27] "GET /projects?obj_uuids=1c00e4d0-fe54-44d2-9bc8-280e65d97b6e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001445 10.0.0.33 - - [2025-06-12 02:18:27] "POST /ref-update HTTP/1.1" 200 156 0.022779 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2096 0.070789 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2086 0.004309 10.0.0.33 - - [2025-06-12 02:18:27] "POST /neutron/security_group HTTP/1.1" 400 206 0.014230 10.0.0.33 - - [2025-06-12 02:18:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.098312 10.0.0.33 - - [2025-06-12 02:18:28] "POST /chown HTTP/1.1" 200 109 0.008236 10.0.0.33 - - [2025-06-12 02:18:28] "POST /instance-ips HTTP/1.1" 400 315 0.017903 10.0.0.33 - - [2025-06-12 02:18:28] "POST /chown HTTP/1.1" 200 109 0.007910 10.0.0.33 - - [2025-06-12 02:18:28] "PUT /virtual-machine-interface/2fdf836d-6c22-4c43-adcf-9ba235e66350 HTTP/1.1" 200 284 0.012895 10.0.0.33 - - [2025-06-12 02:18:28] "PUT /instance-ip/090c5e62-488f-47cc-a93b-a85794203c6b HTTP/1.1" 200 256 0.015970 10.0.0.33 - - [2025-06-12 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.014777 10.0.0.33 - - [2025-06-12 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.011874 10.0.0.33 - - [2025-06-12 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.33 - - [2025-06-12 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.33 - - [2025-06-12 02:18:28] "POST /chown HTTP/1.1" 200 109 0.008372 10.0.0.33 - - [2025-06-12 02:18:28] "POST /instance-ips HTTP/1.1" 400 213 0.019777 10.0.0.33 - - [2025-06-12 02:18:28] "POST /chown HTTP/1.1" 200 109 0.008544 10.0.0.33 - - [2025-06-12 02:18:28] "PUT /instance-ip/7876a2ed-df7f-4529-b56f-186b21b68614 HTTP/1.1" 200 256 0.015197 10.0.0.33 - - [2025-06-12 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.014081 10.0.0.33 - - [2025-06-12 02:18:28] "POST /ref-update HTTP/1.1" 200 156 0.012163 10.0.0.33 - - [2025-06-12 02:18:28] "POST /chown HTTP/1.1" 200 109 0.007899 10.0.0.33 - - [2025-06-12 02:18:28] "POST /instance-ips HTTP/1.1" 400 315 0.024744 10.0.0.33 - - [2025-06-12 02:18:29] "POST /chown HTTP/1.1" 200 109 0.009945 10.0.0.33 - - [2025-06-12 02:18:29] "PUT /instance-ip/090c5e62-488f-47cc-a93b-a85794203c6b HTTP/1.1" 200 256 0.020599 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.015732 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.014067 10.0.0.33 - - [2025-06-12 02:18:29] "POST /chown HTTP/1.1" 200 109 0.010969 10.0.0.33 - - [2025-06-12 02:18:29] "POST /instance-ips HTTP/1.1" 400 213 0.014844 10.0.0.33 - - [2025-06-12 02:18:29] "POST /chown HTTP/1.1" 200 109 0.010355 10.0.0.33 - - [2025-06-12 02:18:29] "PUT /instance-ip/7876a2ed-df7f-4529-b56f-186b21b68614 HTTP/1.1" 200 256 0.012940 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.018264 10.0.0.33 - - [2025-06-12 02:18:29] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003596 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.023614 10.0.0.33 - - [2025-06-12 02:18:29] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001175 10.0.0.33 - - [2025-06-12 02:18:29] "POST /chown HTTP/1.1" 200 109 0.008360 10.0.0.33 - - [2025-06-12 02:18:29] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050349 10.0.0.33 - - [2025-06-12 02:18:29] "POST /instance-ips HTTP/1.1" 400 315 0.025822 10.0.0.33 - - [2025-06-12 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 199 0.001873 10.0.0.33 - - [2025-06-12 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.006412 10.0.0.33 - - [2025-06-12 02:18:29] "POST /chown HTTP/1.1" 200 109 0.007638 10.0.0.33 - - [2025-06-12 02:18:29] "PUT /instance-ip/090c5e62-488f-47cc-a93b-a85794203c6b HTTP/1.1" 200 256 0.011925 10.0.0.33 - - [2025-06-12 02:18:29] "POST /security-groups HTTP/1.1" 200 600 0.073286 10.0.0.33 - - [2025-06-12 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 243 0.003120 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.024962 10.0.0.33 - - [2025-06-12 02:18:29] "POST /projects HTTP/1.1" 200 603 0.239471 10.0.0.33 - - [2025-06-12 02:18:29] "POST /access-control-lists HTTP/1.1" 200 605 0.059346 10.0.0.33 - - [2025-06-12 02:18:29] "POST /ref-update HTTP/1.1" 200 156 0.028972 10.0.0.33 - - [2025-06-12 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.323599 10.0.0.33 - - [2025-06-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.002882 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/router HTTP/1.1" 200 638 0.569536 10.0.0.33 - - [2025-06-12 02:18:30] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001319 10.0.0.33 - - [2025-06-12 02:18:30] "POST /access-control-lists HTTP/1.1" 200 603 0.077863 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/network HTTP/1.1" 200 682 0.105163 10.0.0.33 - - [2025-06-12 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.013761 10.0.0.33 - - [2025-06-12 02:18:30] "PUT /logical-router/0166ad7b-b482-4ebb-b69b-b3dc2827cd28 HTTP/1.1" 200 262 0.014955 10.0.0.33 - - [2025-06-12 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.33 - - [2025-06-12 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.021014 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 710 0.161178 10.0.0.33 - - [2025-06-12 02:18:30] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001273 10.0.0.33 - - [2025-06-12 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.010534 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/network HTTP/1.1" 200 652 0.130623 10.0.0.33 - - [2025-06-12 02:18:30] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001393 10.0.0.33 - - [2025-06-12 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.016731 10.0.0.33 - - [2025-06-12 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.018997 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/network HTTP/1.1" 200 652 0.085915 10.0.0.33 - - [2025-06-12 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.012330 10.0.0.33 - - [2025-06-12 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.012073 10.0.0.33 - - [2025-06-12 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.33 - - [2025-06-12 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 710 0.203158 10.0.0.33 - - [2025-06-12 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004560 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.177583 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.006649 10.0.0.33 - - [2025-06-12 02:18:31] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001246 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.210487 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.004906 10.0.0.33 - - [2025-06-12 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 400 331 0.032750 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.003955 10.0.0.33 - - [2025-06-12 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.012330 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.099119 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 400 207 0.003835 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.006344 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 400 207 0.005460 10.0.0.33 - - [2025-06-12 02:18:31] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001533 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/network HTTP/1.1" 200 682 0.081207 10.0.0.33 - - [2025-06-12 02:18:31] "POST /route-targets HTTP/1.1" 200 327 0.012041 10.0.0.33 - - [2025-06-12 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.012570 10.0.0.33 - - [2025-06-12 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.180598 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.004733 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 400 262 0.006594 10.0.0.33 - - [2025-06-12 02:18:31] "POST /neutron/router HTTP/1.1" 200 638 0.006584 10.0.0.33 - - [2025-06-12 02:18:31] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001364 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 200 344 0.215547 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 200 638 0.006359 10.0.0.33 - - [2025-06-12 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.011929 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 400 206 0.006113 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 200 638 0.004453 10.0.0.33 - - [2025-06-12 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.011874 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 200 344 0.108107 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 400 208 0.004517 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/router HTTP/1.1" 400 207 0.003871 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.007912 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004632 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.204509 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/network HTTP/1.1" 200 749 0.004491 10.0.0.33 - - [2025-06-12 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/network HTTP/1.1" 200 151 0.070535 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.011755 10.0.0.33 - - [2025-06-12 02:18:32] "DELETE /route-target/d724b938-45a3-4182-8b35-5aa63f8b7c47 HTTP/1.1" 200 115 0.026518 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002808 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002716 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.148647 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.009771 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003754 10.0.0.33 - - [2025-06-12 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.33 - - [2025-06-12 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.212823 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 719 0.004653 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 151 0.064295 10.0.0.33 - - [2025-06-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 719 0.004460 10.0.0.33 - - [2025-06-12 02:18:33] "DELETE /route-target/e6700bc2-db68-46e5-ab79-e83f9b1512d5 HTTP/1.1" 200 115 0.023611 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 151 0.071663 10.0.0.33 - - [2025-06-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.007686 10.0.0.33 - - [2025-06-12 02:18:33] "DELETE /route-target/3ad3b3ff-8c35-4689-91df-775862f092f1 HTTP/1.1" 200 115 0.023638 10.0.0.33 - - [2025-06-12 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006645 10.0.0.33 - - [2025-06-12 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002452 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 151 0.144397 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 749 0.004294 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/network HTTP/1.1" 200 151 0.073935 10.0.0.33 - - [2025-06-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.010375 10.0.0.33 - - [2025-06-12 02:18:33] "DELETE /route-target/1e2d4bfe-91ca-4a46-8b43-0907ffba9e20 HTTP/1.1" 200 115 0.028112 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/router HTTP/1.1" 200 638 0.004604 10.0.0.33 - - [2025-06-12 02:18:33] "GET /logical-router/0166ad7b-b482-4ebb-b69b-b3dc2827cd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005671 10.0.0.33 - - [2025-06-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.33 - - [2025-06-12 02:18:33] "POST /neutron/router HTTP/1.1" 200 151 0.051970 10.0.0.33 - - [2025-06-12 02:18:33] "DELETE /route-target/0726be70-d334-4530-9acb-3234d2f0e8bf HTTP/1.1" 200 115 0.024585 10.0.0.33 - - [2025-06-12 02:18:34] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001283 10.0.0.33 - - [2025-06-12 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2103 0.066571 10.0.0.33 - - [2025-06-12 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2093 0.004934 10.0.0.33 - - [2025-06-12 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.066759 10.0.0.33 - - [2025-06-12 02:18:34] "DELETE /access-control-list/955728e9-d496-427a-9ae0-cc9c23a70168 HTTP/1.1" 200 115 0.044920 10.0.0.33 - - [2025-06-12 02:18:34] "DELETE /access-control-list/da1f5f42-a302-4cf6-ba8e-11946379097a HTTP/1.1" 200 115 0.057059 10.0.0.33 - - [2025-06-12 02:18:35] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003814 10.0.0.33 - - [2025-06-12 02:18:35] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001262 10.0.0.33 - - [2025-06-12 02:18:36] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049535 10.0.0.33 - - [2025-06-12 02:18:36] "POST /id-to-fqname HTTP/1.1" 200 193 0.002360 10.0.0.33 - - [2025-06-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.005631 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/1c00e4d0fe5444d29bc8280e65d97b6e HTTP/1.1" 404 173 0.033400 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/38af3aafdf3e47f6945560c93bf3b285 HTTP/1.1" 404 173 0.023850 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/82023c896a0d414992d46cbcb69081a0 HTTP/1.1" 404 173 0.011493 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/b85339893b47405980948f438aa8706d HTTP/1.1" 404 173 0.017907 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002076 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001583 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001249 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000888 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000831 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000813 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/84d3b98fd0794cca888eb45c9ab18f94 HTTP/1.1" 404 173 0.028223 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/d4bc5196255f4dd3b0f11a1f265053d5 HTTP/1.1" 404 173 0.022748 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/cc2a43c269e846ba81160bca2ee8d8cc HTTP/1.1" 404 173 0.019943 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.33 - - [2025-06-12 02:18:36] "DELETE /project/961bc53b351f4375a9dc26766e808353 HTTP/1.1" 404 173 0.005996 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/b8533989-3b47-4059-8094-8f438aa8706d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1536 0.129436 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/e486df45-9e92-4c99-9d3e-40b6259813fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.126374 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/82023c89-6a0d-4149-92d4-6cbcb69081a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.127751 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/961bc53b-351f-4375-a9dc-26766e808353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.139701 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/d4bc5196-255f-4dd3-b0f1-1a1f265053d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.135441 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.135665 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001051 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001307 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001707 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001161 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001005 10.0.0.33 - - [2025-06-12 02:18:36] "POST /security-groups HTTP/1.1" 200 594 0.241083 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/38af3aaf-df3e-47f6-9455-60c93bf3b285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.208272 10.0.0.33 - - [2025-06-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 237 0.024122 10.0.0.33 - - [2025-06-12 02:18:36] "POST /projects HTTP/1.1" 200 591 0.473922 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/b8533989-3b47-4059-8094-8f438aa8706d?fields=security_groups HTTP/1.1" 200 1136 0.129967 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/961bc53b-351f-4375-a9dc-26766e808353?fields=security_groups HTTP/1.1" 200 1107 0.138901 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/e486df45-9e92-4c99-9d3e-40b6259813fd?fields=security_groups HTTP/1.1" 200 1133 0.150331 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/d4bc5196-255f-4dd3-b0f1-1a1f265053d5?fields=security_groups HTTP/1.1" 200 1119 0.150280 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc?fields=security_groups HTTP/1.1" 200 1130 0.152663 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/82023c89-6a0d-4149-92d4-6cbcb69081a0?fields=security_groups HTTP/1.1" 200 1120 0.165520 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001691 10.0.0.33 - - [2025-06-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.578101 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=b8533989-3b47-4059-8094-8f438aa8706d&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.001410 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=e486df45-9e92-4c99-9d3e-40b6259813fd&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001093 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=961bc53b-351f-4375-a9dc-26766e808353&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001340 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=82023c89-6a0d-4149-92d4-6cbcb69081a0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001577 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001536 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=d4bc5196-255f-4dd3-b0f1-1a1f265053d5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/e486df45-9e92-4c99-9d3e-40b6259813fd?fields=application_policy_sets HTTP/1.1" 200 1448 0.106562 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/b8533989-3b47-4059-8094-8f438aa8706d?fields=application_policy_sets HTTP/1.1" 200 1453 0.109481 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/38af3aaf-df3e-47f6-9455-60c93bf3b285?fields=security_groups HTTP/1.1" 200 1110 0.175307 10.0.0.33 - - [2025-06-12 02:18:36] "POST /access-control-lists HTTP/1.1" 200 599 0.265992 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/961bc53b-351f-4375-a9dc-26766e808353?fields=application_policy_sets HTTP/1.1" 200 1409 0.203748 10.0.0.33 - - [2025-06-12 02:18:36] "GET /projects?obj_uuids=38af3aaf-df3e-47f6-9455-60c93bf3b285&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002330 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc?fields=application_policy_sets HTTP/1.1" 200 1444 0.245099 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/82023c89-6a0d-4149-92d4-6cbcb69081a0?fields=application_policy_sets HTTP/1.1" 200 1429 0.249671 10.0.0.33 - - [2025-06-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.029910 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/d4bc5196-255f-4dd3-b0f1-1a1f265053d5?fields=application_policy_sets HTTP/1.1" 200 1427 0.264479 10.0.0.33 - - [2025-06-12 02:18:36] "GET /project/38af3aaf-df3e-47f6-9455-60c93bf3b285?fields=application_policy_sets HTTP/1.1" 200 1414 0.145362 10.0.0.33 - - [2025-06-12 02:18:37] "POST /access-control-lists HTTP/1.1" 200 597 0.056564 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/b8533989-3b47-4059-8094-8f438aa8706d HTTP/1.1" 200 115 0.918587 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/e486df45-9e92-4c99-9d3e-40b6259813fd HTTP/1.1" 200 115 0.919325 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/961bc53b-351f-4375-a9dc-26766e808353 HTTP/1.1" 200 115 0.933168 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/cc2a43c2-69e8-46ba-8116-0bca2ee8d8cc HTTP/1.1" 200 115 0.985112 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/d4bc5196-255f-4dd3-b0f1-1a1f265053d5 HTTP/1.1" 200 115 0.985491 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/82023c89-6a0d-4149-92d4-6cbcb69081a0 HTTP/1.1" 200 115 0.985233 10.0.0.33 - - [2025-06-12 02:18:37] "DELETE /project/38af3aaf-df3e-47f6-9455-60c93bf3b285 HTTP/1.1" 200 115 0.923240 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1369 1.479212 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 12993 0.025534 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1369 0.005638 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1408 0.016401 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1408 0.005236 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1408 0.005227 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 151 0.037576 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 11768 0.011922 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 400 209 0.003926 10.0.0.33 - - [2025-06-12 02:18:37] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001571 10.0.0.33 - - [2025-06-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 258 0.004255 10.0.0.33 - - [2025-06-12 02:18:37] "POST /access-control-lists HTTP/1.1" 200 620 0.020797 10.0.0.33 - - [2025-06-12 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 257 0.003274 10.0.0.33 - - [2025-06-12 02:18:37] "POST /access-control-lists HTTP/1.1" 200 618 0.027072 10.0.0.33 - - [2025-06-12 02:18:37] "PUT /access-control-list/4550494f-d362-4d74-a467-ccfb3965f14e HTTP/1.1" 200 272 0.010321 10.0.0.33 - - [2025-06-12 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 1371 0.314744 10.0.0.33 - - [2025-06-12 02:18:37] "PUT /access-control-list/8f8e892b-03fd-4d66-bd81-157136685f32 HTTP/1.1" 200 272 0.013497 10.0.0.33 - - [2025-06-12 02:18:37] "PUT /access-control-list/8f8e892b-03fd-4d66-bd81-157136685f32 HTTP/1.1" 200 272 0.009492 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.165659 10.0.0.33 - - [2025-06-12 02:18:38] "PUT /access-control-list/4550494f-d362-4d74-a467-ccfb3965f14e HTTP/1.1" 200 272 0.016368 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1803 0.004345 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.053723 10.0.0.33 - - [2025-06-12 02:18:38] "DELETE /access-control-list/4550494f-d362-4d74-a467-ccfb3965f14e HTTP/1.1" 200 115 0.039720 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 11768 0.015125 10.0.0.33 - - [2025-06-12 02:18:38] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001463 10.0.0.33 - - [2025-06-12 02:18:38] "DELETE /access-control-list/8f8e892b-03fd-4d66-bd81-157136685f32 HTTP/1.1" 200 115 0.042681 10.0.0.33 - - [2025-06-12 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 258 0.004275 10.0.0.33 - - [2025-06-12 02:18:38] "POST /access-control-lists HTTP/1.1" 200 620 0.024754 10.0.0.33 - - [2025-06-12 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 257 0.009831 10.0.0.33 - - [2025-06-12 02:18:38] "POST /access-control-lists HTTP/1.1" 200 618 0.019040 10.0.0.33 - - [2025-06-12 02:18:38] "PUT /access-control-list/5ded29c5-fef6-42ba-a7f7-3bcb9230d5ac HTTP/1.1" 200 272 0.012413 10.0.0.33 - - [2025-06-12 02:18:38] "PUT /access-control-list/5f9318b9-d162-4e67-b3f2-8a0f7ec4a65a HTTP/1.1" 200 272 0.012782 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1371 0.427747 10.0.0.33 - - [2025-06-12 02:18:38] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001591 10.0.0.33 - - [2025-06-12 02:18:38] "PUT /access-control-list/5f9318b9-d162-4e67-b3f2-8a0f7ec4a65a HTTP/1.1" 200 272 0.024282 10.0.0.33 - - [2025-06-12 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 257 0.002943 10.0.0.33 - - [2025-06-12 02:18:38] "POST /access-control-lists HTTP/1.1" 200 619 0.020330 10.0.0.33 - - [2025-06-12 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 256 0.003433 10.0.0.33 - - [2025-06-12 02:18:38] "POST /access-control-lists HTTP/1.1" 200 617 0.027131 10.0.0.33 - - [2025-06-12 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1369 0.295285 10.0.0.33 - - [2025-06-12 02:18:38] "PUT /access-control-list/aa220a4c-11b7-4e64-8887-f2f287c72979 HTTP/1.1" 200 272 0.011285 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/a3773167-24c6-461d-a592-b5e025fc8267 HTTP/1.1" 200 272 0.012674 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.121749 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.020825 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/5ded29c5-fef6-42ba-a7f7-3bcb9230d5ac HTTP/1.1" 200 272 0.030216 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.198121 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/5ded29c5-fef6-42ba-a7f7-3bcb9230d5ac HTTP/1.1" 200 272 0.009176 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group_rule HTTP/1.1" 200 11407 0.016260 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1369 0.004474 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.060626 10.0.0.33 - - [2025-06-12 02:18:39] "DELETE /access-control-list/aa220a4c-11b7-4e64-8887-f2f287c72979 HTTP/1.1" 200 115 0.037324 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 12995 0.016387 10.0.0.33 - - [2025-06-12 02:18:39] "DELETE /access-control-list/a3773167-24c6-461d-a592-b5e025fc8267 HTTP/1.1" 200 115 0.030123 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1371 0.008163 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.050218 10.0.0.33 - - [2025-06-12 02:18:39] "DELETE /access-control-list/5ded29c5-fef6-42ba-a7f7-3bcb9230d5ac HTTP/1.1" 200 115 0.025568 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 11768 0.013964 10.0.0.33 - - [2025-06-12 02:18:39] "DELETE /access-control-list/5f9318b9-d162-4e67-b3f2-8a0f7ec4a65a HTTP/1.1" 200 115 0.028815 10.0.0.33 - - [2025-06-12 02:18:39] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001177 10.0.0.33 - - [2025-06-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 257 0.003416 10.0.0.33 - - [2025-06-12 02:18:39] "POST /access-control-lists HTTP/1.1" 200 619 0.015855 10.0.0.33 - - [2025-06-12 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 256 0.003440 10.0.0.33 - - [2025-06-12 02:18:39] "POST /access-control-lists HTTP/1.1" 200 617 0.018366 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/bbe13943-bcc4-4f0a-8703-e247f57f5f8f HTTP/1.1" 200 272 0.010799 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/db75485f-f659-4a24-b48d-b0cf2c82dbae HTTP/1.1" 200 272 0.011319 10.0.0.33 - - [2025-06-12 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1369 0.398949 10.0.0.33 - - [2025-06-12 02:18:39] "PUT /access-control-list/db75485f-f659-4a24-b48d-b0cf2c82dbae HTTP/1.1" 200 272 0.017719 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 578 0.161935 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/bbe13943-bcc4-4f0a-8703-e247f57f5f8f HTTP/1.1" 200 272 0.014620 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 542 0.010328 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182975 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.015529 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/bbe13943-bcc4-4f0a-8703-e247f57f5f8f HTTP/1.1" 200 272 0.022971 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1369 0.003944 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.042145 10.0.0.33 - - [2025-06-12 02:18:40] "DELETE /access-control-list/bbe13943-bcc4-4f0a-8703-e247f57f5f8f HTTP/1.1" 200 115 0.020084 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 11768 0.011606 10.0.0.33 - - [2025-06-12 02:18:40] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001181 10.0.0.33 - - [2025-06-12 02:18:40] "DELETE /access-control-list/db75485f-f659-4a24-b48d-b0cf2c82dbae HTTP/1.1" 200 115 0.043352 10.0.0.33 - - [2025-06-12 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 257 0.004295 10.0.0.33 - - [2025-06-12 02:18:40] "POST /access-control-lists HTTP/1.1" 200 619 0.022775 10.0.0.33 - - [2025-06-12 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 256 0.003292 10.0.0.33 - - [2025-06-12 02:18:40] "POST /access-control-lists HTTP/1.1" 200 617 0.016281 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.009087 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/3f646b02-a8f7-44d9-9dd5-c5d255e2d1a9 HTTP/1.1" 200 272 0.014462 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1369 0.338849 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/3f646b02-a8f7-44d9-9dd5-c5d255e2d1a9 HTTP/1.1" 200 272 0.009931 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.117620 10.0.0.33 - - [2025-06-12 02:18:40] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.012655 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.013472 10.0.0.33 - - [2025-06-12 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.010469 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.013080 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126192 10.0.0.33 - - [2025-06-12 02:18:41] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.009830 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.014122 10.0.0.33 - - [2025-06-12 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.062113 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.149143 10.0.0.33 - - [2025-06-12 02:18:41] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.013572 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.016651 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.011064 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.011209 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154551 10.0.0.33 - - [2025-06-12 02:18:41] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.015233 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.020552 10.0.0.33 - - [2025-06-12 02:18:41] "GET /obj-perms HTTP/1.1" 200 5056 0.071196 10.0.0.33 - - [2025-06-12 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.33 - - [2025-06-12 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.33 - - [2025-06-12 02:18:41] "POST /chown HTTP/1.1" 200 109 0.012719 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 579 0.120579 10.0.0.33 - - [2025-06-12 02:18:41] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.011287 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 543 0.011147 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 10984 0.013483 10.0.0.33 - - [2025-06-12 02:18:41] "POST /instance-ips HTTP/1.1" 400 213 0.028591 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 543 0.011923 10.0.0.33 - - [2025-06-12 02:18:41] "POST /chown HTTP/1.1" 200 109 0.008240 10.0.0.33 - - [2025-06-12 02:18:41] "POST /chown HTTP/1.1" 200 109 0.008303 10.0.0.33 - - [2025-06-12 02:18:41] "POST /instance-ips HTTP/1.1" 400 320 0.022977 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168118 10.0.0.33 - - [2025-06-12 02:18:41] "PUT /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 272 0.012582 10.0.0.33 - - [2025-06-12 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.013472 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 1369 0.003937 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.011173 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.052541 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.010913 10.0.0.33 - - [2025-06-12 02:18:42] "DELETE /access-control-list/3084bc93-3c0b-4b29-b128-246eaa1f0ab7 HTTP/1.1" 200 115 0.032852 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 11768 0.019581 10.0.0.33 - - [2025-06-12 02:18:42] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001178 10.0.0.33 - - [2025-06-12 02:18:42] "DELETE /access-control-list/3f646b02-a8f7-44d9-9dd5-c5d255e2d1a9 HTTP/1.1" 200 115 0.042934 10.0.0.33 - - [2025-06-12 02:18:42] "POST /instance-ips HTTP/1.1" 400 213 0.029864 10.0.0.33 - - [2025-06-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 258 0.003737 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.010403 10.0.0.33 - - [2025-06-12 02:18:42] "POST /access-control-lists HTTP/1.1" 200 620 0.021088 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.007906 10.0.0.33 - - [2025-06-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 257 0.002929 10.0.0.33 - - [2025-06-12 02:18:42] "POST /instance-ips HTTP/1.1" 400 320 0.018107 10.0.0.33 - - [2025-06-12 02:18:42] "POST /access-control-lists HTTP/1.1" 200 618 0.020238 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.007365 10.0.0.33 - - [2025-06-12 02:18:42] "PUT /access-control-list/2cd1474e-b04a-4e30-9b21-ecfcc10e5dd2 HTTP/1.1" 200 272 0.009198 10.0.0.33 - - [2025-06-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 1371 0.307136 10.0.0.33 - - [2025-06-12 02:18:42] "PUT /access-control-list/6512c6da-b342-455d-90fa-c7010795e41d HTTP/1.1" 200 272 0.010370 10.0.0.33 - - [2025-06-12 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.33 - - [2025-06-12 02:18:42] "PUT /access-control-list/6512c6da-b342-455d-90fa-c7010795e41d HTTP/1.1" 200 272 0.010557 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.010271 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.116688 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 1804 0.006361 10.0.0.33 - - [2025-06-12 02:18:42] "PUT /access-control-list/2cd1474e-b04a-4e30-9b21-ecfcc10e5dd2 HTTP/1.1" 200 272 0.016439 10.0.0.33 - - [2025-06-12 02:18:42] "POST /instance-ips HTTP/1.1" 400 213 0.025816 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.044066 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 11768 0.012472 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group_rule HTTP/1.1" 200 9688 0.008613 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.017249 10.0.0.33 - - [2025-06-12 02:18:42] "DELETE /access-control-list/2cd1474e-b04a-4e30-9b21-ecfcc10e5dd2 HTTP/1.1" 200 115 0.044523 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 400 209 0.002861 10.0.0.33 - - [2025-06-12 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 11768 0.012267 10.0.0.33 - - [2025-06-12 02:18:42] "DELETE /access-control-list/6512c6da-b342-455d-90fa-c7010795e41d HTTP/1.1" 200 115 0.032979 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.009944 10.0.0.33 - - [2025-06-12 02:18:42] "POST /instance-ips HTTP/1.1" 400 315 0.016640 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.007303 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.007880 10.0.0.33 - - [2025-06-12 02:18:42] "POST /instance-ips HTTP/1.1" 400 213 0.014986 10.0.0.33 - - [2025-06-12 02:18:42] "POST /chown HTTP/1.1" 200 109 0.008235 10.0.0.33 - - [2025-06-12 02:18:43] "POST /chown HTTP/1.1" 200 109 0.009553 10.0.0.33 - - [2025-06-12 02:18:43] "POST /instance-ips HTTP/1.1" 400 315 0.015320 10.0.0.33 - - [2025-06-12 02:18:43] "POST /chown HTTP/1.1" 200 109 0.008626 10.0.0.33 - - [2025-06-12 02:18:43] "GET /projects?obj_uuids=456a0a14-2113-4d01-8158-7e1a0c1d5f6a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001279 10.0.0.33 - - [2025-06-12 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2097 0.060719 10.0.0.33 - - [2025-06-12 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2087 0.004053 10.0.0.33 - - [2025-06-12 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.054092 10.0.0.33 - - [2025-06-12 02:18:43] "DELETE /access-control-list/b600d9d3-d98c-4fb8-ac2a-b0c9bfca5fdb HTTP/1.1" 200 115 0.029794 10.0.0.33 - - [2025-06-12 02:18:43] "DELETE /access-control-list/68215a52-ec70-41d5-96a1-4a72b2f42053 HTTP/1.1" 200 115 0.020495 10.0.0.33 - - [2025-06-12 02:18:45] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002558 10.0.0.33 - - [2025-06-12 02:18:45] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002287 10.0.0.33 - - [2025-06-12 02:18:45] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050710 10.0.0.33 - - [2025-06-12 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 200 0.001757 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 209 0.002211 10.0.0.33 - - [2025-06-12 02:18:45] "POST /security-groups HTTP/1.1" 200 601 0.064182 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.003598 10.0.0.33 - - [2025-06-12 02:18:45] "POST /projects HTTP/1.1" 200 605 0.214140 10.0.0.33 - - [2025-06-12 02:18:45] "POST /access-control-lists HTTP/1.1" 200 606 0.061278 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.295547 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 243 0.002971 10.0.0.33 - - [2025-06-12 02:18:45] "POST /access-control-lists HTTP/1.1" 200 604 0.063988 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 264 0.002801 10.0.0.33 - - [2025-06-12 02:18:45] "POST /access-control-lists HTTP/1.1" 200 626 0.018985 10.0.0.33 - - [2025-06-12 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 263 0.003360 10.0.0.33 - - [2025-06-12 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 1376 0.783127 10.0.0.33 - - [2025-06-12 02:18:45] "POST /access-control-lists HTTP/1.1" 200 624 0.019484 10.0.0.33 - - [2025-06-12 02:18:45] "PUT /access-control-list/df478105-e828-4180-aa84-525c340f7069 HTTP/1.1" 200 272 0.012508 10.0.0.33 - - [2025-06-12 02:18:45] "POST /neutron/security_group_rule HTTP/1.1" 200 574 0.119543 10.0.0.33 - - [2025-06-12 02:18:45] "PUT /access-control-list/5b542521-92c1-4db2-8fb9-6dcdd137d658 HTTP/1.1" 200 272 0.009602 10.0.0.33 - - [2025-06-12 02:18:46] "PUT /access-control-list/df478105-e828-4180-aa84-525c340f7069 HTTP/1.1" 200 272 0.009942 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group_rule HTTP/1.1" 400 298 0.116288 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1807 0.004546 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.052352 10.0.0.33 - - [2025-06-12 02:18:46] "DELETE /access-control-list/df478105-e828-4180-aa84-525c340f7069 HTTP/1.1" 200 115 0.030371 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 11775 0.014105 10.0.0.33 - - [2025-06-12 02:18:46] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001267 10.0.0.33 - - [2025-06-12 02:18:46] "DELETE /access-control-list/5b542521-92c1-4db2-8fb9-6dcdd137d658 HTTP/1.1" 200 115 0.030779 10.0.0.33 - - [2025-06-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.003683 10.0.0.33 - - [2025-06-12 02:18:46] "POST /access-control-lists HTTP/1.1" 200 626 0.019210 10.0.0.33 - - [2025-06-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 263 0.004138 10.0.0.33 - - [2025-06-12 02:18:46] "POST /access-control-lists HTTP/1.1" 200 624 0.022117 10.0.0.33 - - [2025-06-12 02:18:46] "PUT /access-control-list/b28fce95-62f7-4493-8019-880aa4c0a23c HTTP/1.1" 200 272 0.010860 10.0.0.33 - - [2025-06-12 02:18:46] "PUT /access-control-list/d7bdecb3-99bf-47d4-a306-9a55e1b0f36c HTTP/1.1" 200 272 0.011867 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1376 0.362544 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1376 0.004385 10.0.0.33 - - [2025-06-12 02:18:46] "PUT /access-control-list/d7bdecb3-99bf-47d4-a306-9a55e1b0f36c HTTP/1.1" 200 272 0.012211 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.044288 10.0.0.33 - - [2025-06-12 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 11775 0.015355 10.0.0.33 - - [2025-06-12 02:18:46] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001498 10.0.0.33 - - [2025-06-12 02:18:46] "DELETE /access-control-list/b28fce95-62f7-4493-8019-880aa4c0a23c HTTP/1.1" 200 115 0.035737 10.0.0.33 - - [2025-06-12 02:18:46] "DELETE /access-control-list/d7bdecb3-99bf-47d4-a306-9a55e1b0f36c HTTP/1.1" 200 115 0.037157 10.0.0.33 - - [2025-06-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 265 0.003440 10.0.0.33 - - [2025-06-12 02:18:46] "POST /access-control-lists HTTP/1.1" 200 627 0.018204 10.0.0.33 - - [2025-06-12 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.004994 10.0.0.33 - - [2025-06-12 02:18:46] "POST /access-control-lists HTTP/1.1" 200 625 0.019956 10.0.0.33 - - [2025-06-12 02:18:46] "PUT /access-control-list/749294d8-ed1d-4ed8-95f5-5481cc6b6154 HTTP/1.1" 200 272 0.014032 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1378 0.370742 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1378 0.006714 10.0.0.33 - - [2025-06-12 02:18:47] "PUT /access-control-list/2b75ee15-1158-4435-9bcf-0366796b9d1a HTTP/1.1" 200 272 0.022818 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.047051 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 11775 0.013342 10.0.0.33 - - [2025-06-12 02:18:47] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001231 10.0.0.33 - - [2025-06-12 02:18:47] "DELETE /access-control-list/749294d8-ed1d-4ed8-95f5-5481cc6b6154 HTTP/1.1" 200 115 0.035153 10.0.0.33 - - [2025-06-12 02:18:47] "DELETE /access-control-list/2b75ee15-1158-4435-9bcf-0366796b9d1a HTTP/1.1" 200 115 0.027946 10.0.0.33 - - [2025-06-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 265 0.004362 10.0.0.33 - - [2025-06-12 02:18:47] "POST /access-control-lists HTTP/1.1" 200 627 0.020379 10.0.0.33 - - [2025-06-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 264 0.003452 10.0.0.33 - - [2025-06-12 02:18:47] "POST /access-control-lists HTTP/1.1" 200 625 0.020516 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1378 0.300066 10.0.0.33 - - [2025-06-12 02:18:47] "PUT /access-control-list/c2514eb0-e8cc-46b1-978a-cca6b62c373d HTTP/1.1" 200 272 0.012096 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1378 0.004787 10.0.0.33 - - [2025-06-12 02:18:47] "PUT /access-control-list/a720e676-cb3b-412e-a1a7-624ea6d39a10 HTTP/1.1" 200 272 0.019327 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.048890 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 11775 0.014262 10.0.0.33 - - [2025-06-12 02:18:47] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001231 10.0.0.33 - - [2025-06-12 02:18:47] "DELETE /access-control-list/c2514eb0-e8cc-46b1-978a-cca6b62c373d HTTP/1.1" 200 115 0.033595 10.0.0.33 - - [2025-06-12 02:18:47] "DELETE /access-control-list/a720e676-cb3b-412e-a1a7-624ea6d39a10 HTTP/1.1" 200 115 0.028181 10.0.0.33 - - [2025-06-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 265 0.003334 10.0.0.33 - - [2025-06-12 02:18:47] "POST /access-control-lists HTTP/1.1" 200 627 0.020970 10.0.0.33 - - [2025-06-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 264 0.002733 10.0.0.33 - - [2025-06-12 02:18:47] "POST /access-control-lists HTTP/1.1" 200 625 0.018955 10.0.0.33 - - [2025-06-12 02:18:47] "PUT /access-control-list/28347c5b-6717-4662-956d-cf3bb5643204 HTTP/1.1" 200 272 0.011570 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1378 0.356102 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001619 10.0.0.33 - - [2025-06-12 02:18:47] "PUT /access-control-list/1b8c6560-fad4-4014-87e3-fe72e579e5e5 HTTP/1.1" 200 272 0.011516 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001526 10.0.0.33 - - [2025-06-12 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 400 229 0.001657 Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 638, in plugin_http_post_securitygrouprule return self.plugin_create_sec_group_rule(context, sg_rule) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 613, in plugin_create_sec_group_rule sg_rule_info = cfgdb.security_group_rule_create(sg_rule['resource']) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 3527, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5466, in security_group_rule_create self._validate_port_range(sgr_q) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5455, in _validate_port_range if rule[attr] > 255: TypeError: '>' not supported between instances of 'NoneType' and 'int' 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 500 156 0.096475 10.0.0.33 - - [2025-06-12 02:18:48] "PUT /access-control-list/1b8c6560-fad4-4014-87e3-fe72e579e5e5 HTTP/1.1" 200 272 0.108335 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 1378 0.004227 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.041675 10.0.0.33 - - [2025-06-12 02:18:48] "DELETE /access-control-list/28347c5b-6717-4662-956d-cf3bb5643204 HTTP/1.1" 200 115 0.024561 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 11775 0.014160 10.0.0.33 - - [2025-06-12 02:18:48] "DELETE /access-control-list/1b8c6560-fad4-4014-87e3-fe72e579e5e5 HTTP/1.1" 200 115 0.034416 10.0.0.33 - - [2025-06-12 02:18:48] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001075 10.0.0.33 - - [2025-06-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 265 0.002748 10.0.0.33 - - [2025-06-12 02:18:48] "POST /access-control-lists HTTP/1.1" 200 627 0.014666 10.0.0.33 - - [2025-06-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 264 0.003234 10.0.0.33 - - [2025-06-12 02:18:48] "POST /access-control-lists HTTP/1.1" 200 625 0.020821 10.0.0.33 - - [2025-06-12 02:18:48] "PUT /access-control-list/ab4563c9-da07-412b-b0a6-ad6181fccddd HTTP/1.1" 200 272 0.011351 10.0.0.33 - - [2025-06-12 02:18:48] "PUT /access-control-list/6e68569b-dc97-4ac3-9bf7-f65fa87bf6e0 HTTP/1.1" 200 272 0.011388 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 1378 0.328232 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 400 185 0.003064 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.004174 10.0.0.33 - - [2025-06-12 02:18:48] "PUT /access-control-list/6e68569b-dc97-4ac3-9bf7-f65fa87bf6e0 HTTP/1.1" 200 272 0.011326 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 1378 0.009356 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.045112 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 11775 0.012425 10.0.0.33 - - [2025-06-12 02:18:48] "DELETE /access-control-list/ab4563c9-da07-412b-b0a6-ad6181fccddd HTTP/1.1" 200 115 0.044592 10.0.0.33 - - [2025-06-12 02:18:48] "DELETE /access-control-list/6e68569b-dc97-4ac3-9bf7-f65fa87bf6e0 HTTP/1.1" 200 115 0.027441 10.0.0.33 - - [2025-06-12 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.140046 10.0.0.33 - - [2025-06-12 02:18:48] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001836 10.0.0.33 - - [2025-06-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 262 0.002747 10.0.0.33 - - [2025-06-12 02:18:48] "POST /access-control-lists HTTP/1.1" 200 624 0.015258 10.0.0.33 - - [2025-06-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 261 0.003739 10.0.0.33 - - [2025-06-12 02:18:49] "POST /access-control-lists HTTP/1.1" 200 622 0.018498 10.0.0.33 - - [2025-06-12 02:18:49] "PUT /access-control-list/cbafffed-17f9-4f5a-9979-4fb9e0dd8319 HTTP/1.1" 200 272 0.010424 10.0.0.33 - - [2025-06-12 02:18:49] "PUT /access-control-list/1dbe212a-499f-45e0-9ea3-36b38a117891 HTTP/1.1" 200 272 0.008696 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 1372 0.392454 10.0.0.33 - - [2025-06-12 02:18:49] "PUT /access-control-list/1dbe212a-499f-45e0-9ea3-36b38a117891 HTTP/1.1" 200 272 0.007707 10.0.0.33 - - [2025-06-12 02:18:49] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001089 10.0.0.33 - - [2025-06-12 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 265 0.003557 10.0.0.33 - - [2025-06-12 02:18:49] "POST /access-control-lists HTTP/1.1" 200 627 0.017499 10.0.0.33 - - [2025-06-12 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 264 0.002905 10.0.0.33 - - [2025-06-12 02:18:49] "POST /access-control-lists HTTP/1.1" 200 625 0.028749 10.0.0.33 - - [2025-06-12 02:18:49] "PUT /access-control-list/9d94ecdc-edfe-41c7-9264-70da3b5a175c HTTP/1.1" 200 272 0.008097 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 1378 0.340326 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group_rule HTTP/1.1" 400 183 0.001201 10.0.0.33 - - [2025-06-12 02:18:49] "PUT /access-control-list/877b38ec-dadd-48cb-8506-261c18ff4a10 HTTP/1.1" 200 272 0.010590 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 1378 0.003940 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.031405 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 13003 0.014227 10.0.0.33 - - [2025-06-12 02:18:49] "DELETE /access-control-list/9d94ecdc-edfe-41c7-9264-70da3b5a175c HTTP/1.1" 200 115 0.023727 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 1372 0.004400 10.0.0.33 - - [2025-06-12 02:18:49] "DELETE /access-control-list/877b38ec-dadd-48cb-8506-261c18ff4a10 HTTP/1.1" 200 115 0.022647 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.049057 10.0.0.33 - - [2025-06-12 02:18:49] "DELETE /access-control-list/cbafffed-17f9-4f5a-9979-4fb9e0dd8319 HTTP/1.1" 200 115 0.017616 10.0.0.33 - - [2025-06-12 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 11775 0.010735 10.0.0.33 - - [2025-06-12 02:18:49] "DELETE /access-control-list/1dbe212a-499f-45e0-9ea3-36b38a117891 HTTP/1.1" 200 115 0.022642 10.0.0.33 - - [2025-06-12 02:18:49] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001137 10.0.0.33 - - [2025-06-12 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 265 0.003608 10.0.0.33 - - [2025-06-12 02:18:49] "POST /access-control-lists HTTP/1.1" 200 627 0.018750 10.0.0.33 - - [2025-06-12 02:18:49] "POST /fqname-to-id HTTP/1.1" 404 264 0.003736 10.0.0.33 - - [2025-06-12 02:18:49] "POST /access-control-lists HTTP/1.1" 200 625 0.029216 10.0.0.33 - - [2025-06-12 02:18:50] "PUT /access-control-list/5895dd66-e874-4dc3-b2a6-5e647f555285 HTTP/1.1" 200 272 0.010728 10.0.0.33 - - [2025-06-12 02:18:50] "PUT /access-control-list/426b31c6-5e65-4de5-872d-3c22fb82f108 HTTP/1.1" 200 272 0.011072 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 1378 0.354558 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 1378 0.004250 10.0.0.33 - - [2025-06-12 02:18:50] "PUT /access-control-list/426b31c6-5e65-4de5-872d-3c22fb82f108 HTTP/1.1" 200 272 0.013327 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.041858 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 11775 0.012401 10.0.0.33 - - [2025-06-12 02:18:50] "DELETE /access-control-list/5895dd66-e874-4dc3-b2a6-5e647f555285 HTTP/1.1" 200 115 0.029667 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 400 209 0.003646 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 400 209 0.002752 10.0.0.33 - - [2025-06-12 02:18:50] "DELETE /access-control-list/426b31c6-5e65-4de5-872d-3c22fb82f108 HTTP/1.1" 200 115 0.025653 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group_rule HTTP/1.1" 400 213 0.009276 10.0.0.33 - - [2025-06-12 02:18:50] "GET /projects?obj_uuids=9ebae5a2-a3f6-4058-b2be-d4f3c3d1948d&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001516 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2104 0.060217 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 2094 0.004241 10.0.0.33 - - [2025-06-12 02:18:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.045009 10.0.0.33 - - [2025-06-12 02:18:50] "DELETE /access-control-list/8405c08c-4fdd-4b27-b5e6-27f4ce41c14f HTTP/1.1" 200 115 0.023365 10.0.0.33 - - [2025-06-12 02:18:50] "DELETE /access-control-list/43263ab3-06b8-4202-ac9b-6da4ce6e440f HTTP/1.1" 200 115 0.022033 10.0.0.33 - - [2025-06-12 02:18:52] "GET /projects?obj_uuids=dbbf3645-8743-4cf0-a1a4-329a76b7f4c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002456 10.0.0.33 - - [2025-06-12 02:18:52] "GET /domains?obj_uuids=9168c6cc-437c-490b-b62d-118748564128&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001714 10.0.0.33 - - [2025-06-12 02:18:52] "GET /domain/9168c6cc-437c-490b-b62d-118748564128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052449 10.0.0.33 - - [2025-06-12 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 201 0.002938 10.0.0.33 - - [2025-06-12 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.003418 10.0.0.33 - - [2025-06-12 02:18:53] "POST /security-groups HTTP/1.1" 200 602 0.063894 10.0.0.33 - - [2025-06-12 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.003267 10.0.0.33 - - [2025-06-12 02:18:53] "POST /projects HTTP/1.1" 200 607 0.235499 10.0.0.33 - - [2025-06-12 02:18:53] "POST /access-control-lists HTTP/1.1" 200 607 0.059786 10.0.0.33 - - [2025-06-12 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.312291